diff --git a/parse/train/BJg866NFvB/BJg866NFvB.md b/parse/train/BJg866NFvB/BJg866NFvB.md new file mode 100644 index 0000000000000000000000000000000000000000..a09d0f4656efcf87489bbb478b3b2a96b6189ce7 --- /dev/null +++ b/parse/train/BJg866NFvB/BJg866NFvB.md @@ -0,0 +1,665 @@ +# ESTIMATING COUNTERFACTUAL TREATMENT OUTCOMES OVER TIME THROUGH ADVERSARIALLY BALANCED REPRESENTATIONS + +# Ioana Bica + +Department of Engineering Science University of Oxford, Oxford, UK The Alan Turing Institute, London, UK ioana.bica@eng.ox.ac.uk + +Ahmed M. Alaa Department of Electrical Engineering University of California, Los Angeles, USA ahmedmalaa@ucla.edu + +# James Jordon + +# Mihaela van der Schaar + +Department of Engineering Science University of Oxford, Oxford, UK james.jordon@wolfson.ox.ac.uk + +University of Cambridge, Cambridge, UK University of California, Los Angeles, USA The Alan Turing Institute, London, UK mv472@cam.ac.uk + +# ABSTRACT + +Identifying when to give treatments to patients and how to select among multiple treatments over time are important medical problems with a few existing solutions. In this paper, we introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence model that leverages the increasingly available patient observational data to estimate treatment effects over time and answer such medical questions. To handle the bias from time-varying confounders, covariates affecting the treatment assignment policy in the observational data, CRN uses domain adversarial training to build balancing representations of the patient history. At each timestep, CRN constructs a treatment invariant representation which removes the association between patient history and treatment assignments and thus can be reliably used for making counterfactual predictions. On a simulated model of tumour growth, with varying degree of time-dependent confounding, we show how our model achieves lower error in estimating counterfactuals and in choosing the correct treatment and timing of treatment than current state-of-the-art methods. + +# 1 INTRODUCTION + +As clinical decision-makers are often faced with the problem of choosing between treatment alternatives for patients, reliably estimating their effects is paramount. While clinical trials represent the gold standard for causal inference, they are expensive, have a few patients and narrow inclusion criteria (Booth & Tannock, 2014). Leveraging the increasingly available observational data about patients, such as electronic health records, represents a more viable alternative for estimating treatment effects. + +A large number of methods have been proposed for performing causal inference using observational data in the static setting (Johansson et al., 2016; Shalit et al., 2017; Alaa & van der Schaar, 2017; Li & Fu, 2017; Yoon et al., 2018; Alaa & van der Schaar, 2018; Yao et al., 2018) and only a few methods address the longitudinal setting (Xu et al., 2016; Roy et al., 2016; Soleimani et al., 2017; Schulam & Saria, 2017; Lim et al., 2018). However, estimating the effects of treatments over time poses unique opportunities such as understanding how diseases evolve under different treatment plans, how individual patients respond to medication over time, but also which are optimal timings for assigning treatments, thus providing new tools to improve clinical decision support systems. + +The biggest challenge when estimating the effects of time-dependent treatments from observational data involves correctly handling the time-dependent confounders: patient covariates that are affected by past treatments which then influence future treatments and outcomes (Platt et al., 2009). For instance, consider that treatment A is given when a certain patient covariate (e.g. white blood cell count) has been outside of normal range values for several consecutive timesteps. Suppose also that this patient covariate was itself affected by the past administration of treatment B. If these patients are more likely to die, without adjusting for the time-dependent confounding (e.g. the changes in the white blood cell count over time), we will incorrectly conclude that treatment A is harmful to patients. Moreover, estimating the effect of a different sequence of treatments on the patient outcome would require not only adjusting for the bias at the current step (in treatment A), but also for the bias introduced by the previous application of treatment B. + +![](images/48102b092b83fa34ae96204e15fa6bcdf8c5bf203ea2fe1f45443282de05bbd2.jpg) +Figure 1: Applicability of CRN in cancer treatment planning. We illustrate 3 patients with different covariate and treatment histories $\bar { \mathbf { H } } _ { t }$ . For a current time $t$ , CRN can predict counterfactual trajectories (the coloured dashed branches) for planned treatments in the future. Through the counterfactual predictions, we can decide which treatment plan results in the best patient outcome (in this case, the lowest tumour volume). This way, CRN can be used to perform all of the following: choose optimal treatments (a), find timing when treatment is most effective (b) decide when to stop treatment (c). + +Existing methods for causal inference in the static setting cannot be applied in this longitudinal setting since they are designed to handle the cross-sectional set-up, where the treatment and outcome depend only on a static value of the patient covariates. If we consider again the above example, these methods would not be able to model how the changes in patient covariates over time affect the assignment of treatments and they would also not be able to estimate the effect of a sequence of treatments on the patient outcome (e.g. sequential application of treatment A followed by treatment B). Different models that can handle these temporal dependencies in the observational data and varying-length patient histories are needed for estimating treatment effects over time. + +Time-dependent confounders are present in observational data because doctors follow policies: the history of the patients’ covariates and the patients’ response to past treatments are used to decide future treatments (Mansournia et al., 2012). The direct use of supervised learning methods will be biased by the treatment policies present in the observational data and will not be able to correctly estimate counterfactuals for different treatment assignment policies. + +Standard methods for adjusting for time-varying confounding and estimating the effects of timevarying exposures are based on ideas from epidemiology. The most widely used among these are Marginal Structural Models (MSMs) (Robins et al., 2000; Mansournia et al., 2012) which use the inverse probability of treatment weighting (IPTW) to adjust for the time-dependent confounding bias. Through IPTW, MSMs create a pseudo-population where the probability of treatment does not depend on the time-varying confounders. However, MSMs are not robust to model misspecification in computing the IPTWs. MSMs can also give high-variance estimates due to extreme weights; computing the IPTW involves dividing by probability of assigning a treatment conditional on patient history which can be numerically unstable if the probability is small. + +We introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence architecture for estimating treatment effects over time. CRN leverages recent advances in representation learning (Bengio et al., 2012) and domain adversarial training (Ganin et al., 2016) to overcome the problems of existing methods for causal inference over time. Our main contributions are as follows. + +Treatment invariant representations over time. CRN constructs treatment invariant representations at each timestep in order to break the association between patient history and treatment assignment and thus removes the bias from time-dependent confounders. For this, CRN uses domain adversarial training (Ganin et al., 2016; Li et al., 2018; Sebag et al., 2019) to trade-off between building this balancing representation and predicting patient outcomes. We show that these representations remove the bias from time-varying confounders and can be reliably used for estimating counterfactual outcomes. This represents the first work that introduces ideas from domain adaptation to the area of estimating treatment effects over time. In addition, by building balancing representations, we propose a novel way of removing the bias introduced by time-varying confounders. + +Counterfactual estimation of future outcomes. To estimate counterfactual outcomes for treatment plans (and not just single treatments), we integrate the domain adversarial training procedure as part of a sequence-to-sequence architecture. CRN consists of an encoder network which builds treatment invariant representations of the patient history that are used to initialize the decoder. The decoder network estimates outcomes under an intended sequence of future treatments, while also updating the balanced representation. By performing counterfactual estimation of future treatment outcomes, CRN can be used to answer critical medical questions such as deciding when to give treatments to patients, when to start and stop treatment regimes, and also how to select from multiple treatments over time. We illustrate in Figure 1 the applicability of our method in choosing optimal cancer treatments. + +In our experiments, we evaluate CRN in a realistic set-up using a model of tumour growth (Geng et al., 2017). We show that CRN achieves better performance in predicting counterfactual outcomes, but also in choosing the right treatment and timing of treatment than current state-of-the-art methods. + +# 2 RELATED WORK + +We focus on methods for estimating treatment effects over time and for building balancing representations for causal inference. A more in-depth review of related work is in Appendix A. + +Treatment effects over time. Standard methods for estimating the effects of time-varying exposures were first developed in the epidemiology literature and include the $\mathrm { g }$ -computation formula, Structural Nested Models and Marginal Structural Models (MSMs) (Robins, 1986; 1994; Robins et al., 2000; Robins & Hernán, 2008). Originally, these methods have used predictors performing logistic/linear regression which makes them unsuitable for handling complex time-dependencies (Hernán et al., 2001; Mansournia et al., 2012; Mortimer et al., 2005). To address these limitations, methods that use Bayesian non-parametrics or recurrent neural networks as part of these frameworks have been proposed. (Xu et al., 2016; Roy et al., 2016; Lim et al., 2018). + +To begin with, Xu et al. (2016) use Gaussian processes to model discrete patient outcomes as a generalized mixed-effects model and uses the $g$ -computation method to handle time-varying confounders. Soleimani et al. (2017) extend the approach in $\mathrm { X u }$ et al. (2016) to the continuous time-setting and model treatment responses using linear time-invariant dynamical systems. Roy et al. (2016) use Dirichlet and Gaussian processes to model the observational data and estimate the IPTW in Marginal Structural Models. Schulam & Saria (2017) build upon work from Lok et al. (2008); Arjas & Parner (2004) and use marked point processes and Gaussian processes to learn causal effects in continuous-time data. These Bayesian non-parametric methods make strong assumptions about model structure and consequently cannot handle well heterogeneous treatment effects arising from baseline variables (Soleimani et al., 2017; Schulam & Saria, 2017) and multiple treatment outcomes (Xu et al., 2016; Schulam & Saria, 2017). + +The work most related to ours is the one of Lim et al. (2018) which improves on the standard MSMs by using recurrent neural networks to estimate the inverse probability of treatment weights (IPTWs). Lim et al. (2018) introduces Recurrent Marginal Structural Networks (RMSNs) which also use a sequence-to-sequence deep learning architecture to forecast treatment responses in a similar fashion to our model. However, RMSNs require training additional RNNs to estimate the propensity weights and does not overcome the fundamental problems with IPTWs, such as the high-variance of the weights. Conversely, CRN takes advantage of the recent advances in machine learning, in particular, representation learning to propose a novel way of handling time-varying confounders. + +Balancing representations for treatment effect estimation. Balancing the distribution of control and treated groups has been used for counterfactual estimation in the static setting. The methods proposed in the static setting for balancing representations are based on using discrepancy measures in the representation space between treated and untreated patients, which do not generalize to multiple treatments (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018). Moreover, due to the sequential assignment of treatments in the longitudinal setting, and due to the change of patient covariates over time according to previous treatments, the methods for the static setting are not directly applicable to the time-varying setting (Hernán et al., 2000; Mansournia et al., 2012). + +# 3 PROBLEM FORMULATION + +Consider an observational dataset $\mathcal { D } = \left\{ \{ \mathbf { x } _ { t } ^ { ( i ) } , \mathbf { a } _ { t } ^ { ( i ) } , \mathbf { y } _ { t + 1 } ^ { ( i ) } \} _ { t = 1 } ^ { T ^ { ( i ) } } \cup \{ \mathbf { v } ^ { ( i ) } \} \right\} _ { i = 1 } ^ { N }$ consisting of information about $N$ independent patients. For each patient $( i )$ , we observe time-dependent covariates $\mathbf { X } _ { t } ^ { ( i ) } \in \mathcal { X } _ { t }$ , treatment received $\mathbf { A } _ { t } ^ { ( i ) } \in \{ A _ { 1 } , . . . A _ { K } \} = \mathcal { A }$ and outcomes $\mathbf { Y } _ { t + 1 } ^ { ( i ) } \in \mathcal { V } _ { t + 1 }$ for $T ^ { ( i ) }$ discrete timesteps. The patient can also have baseline covariates $\mathbf { V } ^ { ( i ) } \in \mathcal { V }$ such as gender and genetic information. Note that the ou me $\mathbf { Y } _ { t + 1 } ^ { ( i ) }$ will be part of the observed covariates $\mathbf { X } _ { t + 1 } ^ { ( i ) }$ . For simplicity, the patient $( i )$ + +We adopt the potential outcomes framework proposed by (Neyman, 1923; Rubin, 1978) and extended by (Robins & Hernán, 2008) to account for time-varying treatments. Let $\mathbf { Y } [ \bar { \mathbf { a } } ]$ be the potential outcomes, either factual or counterfactual, for each possible course of treatment a¯. Let $\mathbf { \bar { H } } _ { t } = ( \bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { \underline { { t } } - 1 } , \mathbf { V } )$ represent the history of the patient covariates $\bar { \mathbf X } _ { t } = ( \mathbf X _ { 1 } , \dots , \mathbf X _ { t } )$ , treatment assignments $\bar { \mathbf { A } } _ { t } = ( \mathbf { A } _ { 1 } , \ldots , \mathbf { A } _ { t } )$ and static features $\mathbf { V }$ . We want to estimate: + +$$ +\mathbb { E } ( \mathbf { Y } _ { t + \tau } [ \bar { \mathbf { a } } ( t , t + \tau - 1 ) ] | \bar { \mathbf { H } } _ { t } ) , +$$ + +where $\bar { \mathbf { a } } ( t , t + \tau - 1 ) = [ \mathbf { a } _ { t } , \dots \mathbf { a } _ { t + \tau - 1 } ]$ represents a possible sequence of treatments from timestep $t$ just until before the potential outcome $\mathbf { Y } _ { t + \tau }$ is observed. We make the standard assumptions (Robins et al., 2000; Lim et al., 2018) needed to identify the treatment effects: consistency, positivity and no hidden confounders (sequential strong ignorability). See Appendix B for more more details. + +# 4 COUNTERFACTUAL RECURRENT NETWORK + +The observational data can be used to train a supervised learning model to forecast: $\mathbb { E } ( \mathbf { Y } _ { t + \tau } \ )$ $\bar { \mathbf { A } } ( t , t + \tau - 1 ) = \bar { \mathbf { a } } ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } )$ . However, without adjusting for the bias introduced by timevarying confounders, this model cannot be reliably used for making causal predictions (Robins et al., 2000; Robins & Hernán, 2008; Schulam $\&$ Saria, 2017). The Counterfactual Recurrent Network (CRN) removes this bias through domain adversarial training and estimates the counterfactual outcomes $\mathbb { E } ( \mathbf { Y } _ { t + \tau } [ \bar { \mathbf { a } } ( t , t + \tau - 1 \bar { ) } ] | \bar { \mathbf { H } } _ { t } )$ , for any intended future treatment assignment $\bar { \mathbf { a } } ( t , t + \tau - 1 )$ . + +Balancing representations. The history $\bar { \mathbf { H } } _ { t } = ( \bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { t - 1 } , \mathbf { V } )$ of the patient contains the timevarying confounders $\bar { \mathbf { X } } _ { t }$ which bias the treatment assignment $\mathbf { A } _ { t } \in \{ A _ { 1 } , \dotsc . . . A _ { K } \}$ in the observational dataset. Inverse probability of treatment weighting, as performed by MSMs, creates a pseudopopulation where the probability of treatment ${ \bf A } _ { t }$ does not depend on the time-varying confounders (Robins et al., 2000). In this paper, we propose instead building a representation of the history $\bar { \mathbf { H } } _ { t }$ that is not predictive of the treatment ${ \bf A } _ { t }$ . This way, we remove the association between history, containing the time-varying confounders $\bar { \mathbf { X } } _ { t }$ , and current treatment ${ \bf A } _ { t }$ . Robins (1999) shows that in this case, the estimation of counterfactual treatment outcomes is unbiased. See Appendix $\textrm { C }$ for details and for an example of a causal graph with time-dependent confounders. + +Let $\Phi$ be the representation function that maps the patient history $\bar { \mathbf { H } } _ { t }$ to a representation space $\mathcal { R }$ . To obtain unbiased treatment effects, $\Phi$ needs to construct treatment invariant representations such that $P ( \Phi ( { \bar { \mathbf { H } } } _ { t } ) \mid \mathbf { A } _ { t } = A _ { 1 } ) = \cdots = P ( \Phi ( { \bar { \mathbf { H } } } _ { t } ) \mid \mathbf { A } _ { t } = A _ { K } )$ . To achieve this and to estimate counterfactual outcomes under a planned sequence of treatments, we integrate the domain adversarial training framework proposed by Ganin et al. (2016) and extended by Sebag et al. (2019) to the multi-domain learning setting, into a sequence-to-sequence architecture. In our case, the different treatments at each timestep are considered the different domains. Note that the novelty here comes from the use of domain adversarial training to handle the bias from the time-dependent confounders, rather than the use of sequence-to-sequence models, which have already been applied to forecast treatment responses (Lim et al., 2018). Figure 2 illustrates our model architecture. + +Encoder. The encoder network uses an RNN, with LSTM unit (Hochreiter & Schmidhuber, 1997), to process the history of treatments $\bar { \mathbf { A } } _ { t - 1 }$ , covariates $\bar { \mathbf { X } } _ { t }$ and baseline features $\mathbf { V }$ to build a treatment invariant representation $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ , but also to predict one-step-ahead outcomes $\mathbf { Y } _ { t + 1 }$ . To achieve this, the encoder network aims to maximize the loss of the treatment classifier $G _ { a }$ and minimize the loss of the outcome predictor network $G _ { y }$ . This way, the balanced representation $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ is not predictive of the assigned treatment ${ \bf A } _ { t }$ , but is discriminative enough to estimate the outcome $\mathbf { Y } _ { t + 1 }$ . To train this model using gradient descent, we use the Gradient Reversal Layer (Ganin et al., 2016). + +![](images/39de32791ca33f62a2ed333d3baf6dd543573abf1582505564a41dc63718a59d.jpg) +Figure 2: CRN architecture. Encoder builds representation $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ that maximizes loss of treatment classifier $G _ { a }$ and minimizes loss of outcome predictor $G _ { y }$ . $\bar { \Phi ( \bar { \mathbf { H } } _ { t } ) }$ is used to initialize the decoder, which continues to update it to predict counterfactual outcomes of a sequence of future treatments. + +Decoder. The decoder network uses the balanced representation computed by the encoder to initialize the state of an RNN that predicts the counterfactual outcomes for a sequence of future treatments. During training, the decoder uses as input the outcomes from the observational data $( \mathbf { Y } _ { t + 1 } , . . . \mathbf { Y } _ { t + \tau - 1 } )$ , the static patient features $\mathbf { V }$ and the intended sequence of treatments $\bar { \mathbf { a } } ( t , t + \tau - 1 )$ . The decoder is trained in a similar way to the encoder to update the balanced representation and to estimate the outcomes. During testing, we do not have access to ground-truth outcomes; thus, the outcomes predicted by the decoder $( \mathsf { \bar { Y } } _ { t + 1 } , \dots , \hat { \mathbf { Y } } _ { t + \tau - 1 } )$ are auto-regressively used instead as inputs. By running the decoder with different treatment settings, and by auto-regressively feeding back the outcomes, we can determine when to start and end different treatments, which is the optimal time to give the treatment and which treatments to give over time to obtain the best patient outcomes. + +The representation $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ is built by applying a fully connected layer, with Exponential Linear Unit (ELU) activation to the output of the LSTM. The treatment classifier $G _ { a }$ and the predictor network $G _ { y }$ consist of a hidden layer each, also with ELU activation. The output layer of $G _ { a }$ uses softmax activation, while the output layer of $G _ { y }$ uses linear activation for continuous predictions. For categorical outcomes, softmax activation can be used. We follow an approach similar to Lim et al. (2018) and we split the encoder and decoder training into separate steps. See Appendix E for details. + +The encoder and decoder networks use variational dropout (Gal & Ghahramani, 2016) such that the CRN can also give uncertainty intervals for the treatment outcomes. This is particularity important in the estimation of treatment effects, since the model predictions should only be used when they have high confidence. Our model can also be modified to allow for irregular samplings of observations by using a PhasedLSTM (Neil et al., 2016). + +# 5 ADVERSARIALLY BALANCED REPRESENTATION OVER TIME + +At each timestep $t$ , let the $K$ different possible treatments $\mathbf { A } _ { t } \in \{ A _ { 1 } , \dotsc . . . A _ { K } \}$ represent our domains. As described in Section 4, to remove the bias from time-dependent confounders, we build a representation of history $\bar { \mathbf { H } } _ { t }$ that is invariant across treatments: $P ( \mathbf { \bar { \Phi } } ( \mathbf { \bar { H } } _ { t } ) \mid A _ { 1 } ) = \cdots = P ( \Phi ( \mathbf { \bar { H } } _ { t } ) \mid \mathbf { \bar { \Phi } } _ { X } )$ . + +This requirement can be enforced by minimizing the distance in the distribution of $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ between any two pairs of treatments. Kifer et al. (2004); Ben-David et al. (2007), propose measuring the disparity between distributions based on their separability by a discriminatively-trained classifier. Let the symmetric hypothesis class $\mathcal { H }$ consist of the set of symmetric multiclass classifiers, such as neural network architectures. The $\mathcal { H }$ -divergence between all pairs of two distributions is defined in terms of the capacity of the hypothesis class $\mathcal { H }$ to discriminate between examples from the multiple distributions. Empirically, minimizing the $\varkappa -$ divergence involves building a representation where examples from the multiple domains are as indistinguishable as possible (Ben-David et al., 2007; Li et al., 2018; Sebag et al., 2019). Ganin et al. (2016) use this idea to propose an adversarial framework for domain adaptation involving building a representation which achieves maximum error on a domain classifier and minimum error on an outcome predictor. Similarly, in our case, we use domain adversarial training to build a representation of the patient history $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ that is both invariant to the treatment given at timestep $t$ , ${ \bf A } _ { t }$ and that achieves low error in estimating the outcome $\mathbf { Y } _ { t + 1 }$ . + +Let $G _ { a } \big ( \Phi ( \bar { \mathbf { H } } _ { t } ) ; \theta _ { a } \big )$ be the treatment classifier with parameters $\theta _ { a }$ and let $G _ { a } ^ { j } ( \Phi ( { \bar { \mathbf { H } } } _ { t } ) ; \theta _ { a } )$ be the output corresponding to treatment $A _ { j }$ . Let $\hat { G } _ { y } ( \dot { \Phi } ( \bar { \mathbf { H } } _ { t } ) ; \theta _ { y } )$ be the predictor network with parameters $\theta _ { y }$ . The representation function $\Phi$ is parameterized by the parameters $\theta _ { r }$ in the RNN: $\Phi ( { \bar { \mathbf { H } } } _ { t } ; \theta _ { r } )$ . Figure 3 shows the adversarial training procedure used. + +For timestep $t$ and patient $( i )$ , let $\mathcal { L } _ { t , a } ^ { ( i ) } ( \theta _ { r } , \theta _ { a } )$ be the treatment (domain) loss and let $\mathcal { L } _ { t , y } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } )$ the outcome loss, defined as follows: + +$$ +\mathcal { L } _ { t , a } ^ { ( i ) } ( \theta _ { r } , \theta _ { a } ) = - \sum _ { j = 1 } ^ { K } \mathbb { I } _ { \{ \mathbf { a } _ { t } ^ { ( i ) } = a _ { j } \} } \log ( G _ { a } ^ { j } ( \Phi ( \bar { \mathbf { H } } _ { t } ; \theta _ { r } ) ; \theta _ { a } ) ) +$$ + +$$ +\mathcal { L } _ { t , y } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } ) = \| \mathbf { Y } _ { t + 1 } ^ { ( i ) } - \left( G _ { y } ( \Phi ( \bar { \mathbf { H } } _ { t } ; \theta _ { r } ) , \theta _ { y } ) \right) \| ^ { 2 } . +$$ + +If the outcome is binary, the cross-entropy loss can be used instead for $\mathcal { L } _ { t , y }$ . To build treatment invariant representations and to also estimate patient outcomes, we aim to maximize treatment loss and minimize outcome loss. + +![](images/d393ec25b88d42f7d5cc610cfeb256d83fddebdab392f202255cb7d1638d9cd5.jpg) +Figure 3: Training procedure for building balancing representation. + +$\mathcal { L } _ { t , y } ^ { ( i ) }$ at timestep $t$ is given by: + +$$ +\mathcal { L } _ { t } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } , \theta _ { a } ) = \sum _ { i = 1 } ^ { N } \mathcal { L } _ { t , y } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } ) - \lambda \mathcal { L } _ { t , a } ^ { ( i ) } ( \theta _ { r } , \theta _ { a } ) , +$$ + +where the hyperparameter $\lambda$ controls this trade-off between domain discrimination and outcome prediction. We use the standard procedure for training domain adversarial networks from Ganin et al. (2016) and we start off with an initial value for $\lambda$ and use an exponentially increasing schedule during training. To train the model using backpropagation, we use the Gradient Reversal Layer (GRL) (Ganin et al., 2016). For more details about the training procedure, see Appendix $\mathrm { E }$ . + +By using the objective $\mathcal { L } _ { t } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } , \theta _ { a } )$ , we reach the saddle point $( \hat { \theta } _ { r } , \hat { \theta } _ { y } , \hat { \theta } _ { a } )$ that achieves the equilibrium between domain discrimination and outcome estimation. + +$$ +( \hat { \theta } _ { r } , \hat { \theta } _ { y } ) = \arg \operatorname* { m i n } _ { \theta _ { r } , \theta _ { y } } \mathcal { L } _ { t } ^ { ( i ) } ( \theta _ { r } , \theta _ { y } , \hat { \theta } _ { a } ) \qquad \hat { \theta } _ { a } = \arg \operatorname* { m a x } _ { \theta _ { a } } \mathcal { L } _ { t } ^ { ( i ) } ( \hat { \theta } _ { r } , \hat { \theta } _ { y } , \theta _ { a } ) . +$$ + +The result stated in Theorem 1 proves that the treatment (domain) loss part of our objective (from equation 2) aims to remove the time-dependent confounding bias. + +Theorem 1. Let $t \in \{ 1 , 2 , \dots \}$ . For each $j = 1 , . . . , K$ , let $P _ { j }$ denote the distribution of $\bar { \mathbf { H } } _ { t }$ conditional on $\mathbf { A } _ { t } = A _ { j }$ and let $P _ { j } ^ { \Phi }$ denote the distribution of $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ conditional on $\mathbf { A } _ { t } = A _ { j }$ . Let $G _ { a } ^ { j }$ denote the output of $G _ { a }$ corresponding to treatment $A _ { j }$ . Then the minimax game defined by + +$$ +\underset { \Phi } { \mathop { \operatorname* { m i n } } } \underset { G _ { a } } { \mathop { \operatorname* { m a x } } } \sum _ { j = 1 } ^ { K } \mathbb { E } _ { \bar { \mathbf { H } } _ { t } \sim P _ { j } } \left[ \log ( G _ { a } ^ { j } ( \Phi ( \bar { \mathbf { H } } _ { t } ) ; \theta _ { a } ) ) \right] \qquad \quad s u b j e c t t o \sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( \Phi ( \bar { \mathbf { H } } _ { t } ) ) = 1 +$$ + +has a global minimum which is attained if and only if $P _ { 1 } ^ { \Phi } = P _ { 2 } ^ { \Phi } = \ldots = P _ { K } ^ { \Phi }$ , i.e. when the learned representations are invariant across all treatments. + +Proof. This result is a restatement of the one in Li et al. (2018). For details, see the Appendix D. + +A good representation allows us to obtain a low error in estimating counterfactuals for all treatments, while at the same time to minimize the $\mathcal { H }$ -divergence between induced marginal distributions of all the domains. We use an algorithm that directly minimizes a combination of the $\varkappa -$ divergence and the empirical training margin. + +# 6 EXPERIMENTS + +In real datasets, counterfactual outcomes and the degree of time-dependent confounding are not known (Schulam & Saria, 2017; Lim et al., 2018). To validate the $\mathrm { C R N ^ { 1 } }$ , we evaluate it on a Pharmacokinetic-Pharmacodynamic model of tumour growth (Geng et al., 2017), which uses a stateof-the-art bio-mathematical model to simulate the combined effects of chemotherapy and radiotherapy in lung cancer patients. The same model was used by Lim et al. (2018) to evaluate RMSNs. + +Model of tumour growth The volume of tumour $t$ days after diagnosis is modelled as follows: + +$$ +V ( t + 1 ) = \Big ( 1 + \underbrace { \rho \mathrm { l o g } \big ( \frac { K } { V ( t ) } \big ) } _ { \mathrm { T u m o r ~ g r o w t h } } - \underbrace { \beta _ { c } C ( t ) } _ { \mathrm { C h e m o t h e r a p y } } - \underbrace { \big ( \alpha _ { r } d ( t ) + \beta _ { r } d ( t ) ^ { 2 } \big ) } _ { \mathrm { R a d i o t h e r a p y } } + \underbrace { e _ { t } } _ { \mathrm { N o i s e } } \Big ) V ( t ) +$$ + +where $K , \rho , \beta _ { c } , \alpha _ { r } , \beta _ { r } , e _ { t }$ are sampled as described in Geng et al. (2017). To incorporate heterogeneity in patient responses, the prior means for $\beta _ { c }$ and $\alpha _ { r }$ are adjusted to create patient subgroups, which are used as baseline features. The chemotherapy concentration $C ( t )$ and radiotherapy dose $d ( t )$ are modelled as described in Appendix F. Time-varying confounding is introduced by modelling emotherapy and radiotherapy assigndepending on the tumour diameter: ables, and $p _ { c }$ $p _ { r }$ $\begin{array} { r } { p _ { c } ( t ) = \sigma \big ( \frac { \gamma _ { c } } { D _ { \mathrm { m a x } } } ( \bar { D } ( t ) - \delta _ { c } ) \big ) } \end{array}$ $\begin{array} { r } { p _ { r } ( t ) \dot { = } \sigma \big ( \frac { \gamma _ { r } } { D _ { \mathrm { m a x } } } ( \hat { \bar { D } } ( t ) - } \end{array}$ $\delta _ { r } )$  where is the average diameter over the last 15 days, $D _ { \mathrm { m a x } } = 1 3 \mathrm { c m } , \sigma ( \cdot )$ is the sigmoid and $\delta _ { c } = \delta _ { r } = D _ { \operatorname* { m a x } } / 2$ . The amount of time-dependent confounding is controlled through $\gamma _ { c } , \gamma _ { r }$ ; the higher $\gamma _ { \star }$ is, the more important the history is in assigning treatments. At each timestep, there are four treatment options: no treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy. For details about data simulation, see Appendix F. + +Benchmarks We used the following benchmarks for performance comparison: Marginal Structural Models (MSMs) (Robins et al., 2000), which use logistic regression for estimating the IPTWs and linear regression for prediction (see Appendix G for details). We also compare against the Recurrent Marginal Structural Networks (RMSNs) Lim et al. (2018), which is the current state-of-the-art model in estimating treatment responses. RMSNs use RNNs to estimate the IPTWs and the patient outcomes (details in Appendix H). To show that standard supervised learning models do not handle the timevarying confounders we compare against an RNN and a linear regression model, which receive as input treatments and covariates to predict the outcome (see Appendix I for details). Our model architecture follows the description in Sections 4 and 5, with full training details and hyperparameter optimization in Appendix J. To show the importance of adversarial training, we also benchmark against CRN $\lambda = 0$ ) a model with the same architecture, but with $\lambda = 0$ , i.e our model architecture without adversarial training. + +# 6.1 EVALUATE MODELS ON COUNTERFACTUAL PREDICTIONS + +Previous methods focused on evaluating the error only for factual outcomes (observed patient outcomes) (Lim et al., 2018). However, to build decision support systems, we need to evaluate how well the models estimate the counterfactual outcomes, i.e patient outcomes under alternative treatment options. The parameters $\gamma _ { c }$ and $\gamma _ { r }$ control the treatment assignment policy, i.e. the degree of time-dependent confounding present in the data. We evaluate the benchmarks under different degrees of time-dependent confounding by setting $\gamma = \gamma _ { c } = \gamma _ { r }$ . For each $\gamma$ we simulate a 10000 patients for training, 1000 for validation (hyperparameter tuning) and 1000 for out-of-sample testing. For the patients in the test set, for each time $t$ , we also simulate counterfactuals $\mathbf { Y } _ { t + 1 }$ , represented by tumour volume $V ( t + 1 )$ , under all possible treatment options. + +![](images/cfd2e5bc6015b41a94296fbf8b32467dc117f38d981d224e897f47516e68addb.jpg) +Figure 4: Results for prediction of patient counterfactuals. + +Figure 4 (a) shows the normalized root mean squared error (RMSE) for one-step ahead estimation of counterfactuals with varying degree of time-dependent confounding $\gamma$ . The RMSE is normalized by the maximum tumour volume: $V _ { m a x } = \mathrm { 1 \bar { 1 } 5 0 c m ^ { 3 } }$ . The linear and MSM models provide a baseline for performance as they achieve the highest RMSE. While the use of IPTW in MSMs helps when $\gamma$ increases, using linear modelling has severe limitations. When there is no time-dependent confounding, the machine learning methods achieve similar performance, close to $0 . 6 \%$ RMSE. As the bias in the dataset increases, the harder it becomes for the RNN and the CRN $\lambda = 0 )$ ) to generalize to estimate outcomes of treatments not matching the training policy. When $\gamma = 1 0$ , CRN improves by $4 8 . 1 \%$ on the same model architecture without domain adversarial training CRN $\lambda = 0$ ). + +Our proposed model achieves the lowest RMSE across all values of $\gamma$ . Compared to RMSNs, CRN improves by $\sim 1 7 \%$ when $\gamma > 6$ . To highlight the gains of our method even for smaller $\gamma$ , Figure 4 (b) shows the RMSE for five-step ahead prediction (with counterfactuals generated as described in Section 6.2 and Appendix L). RMSNs also use a decoder for sequence prediction. However, RMSNs require training additional RNNs to estimate the IPTW, which are used to weight each sample during the decoder training. For $\tau$ -step ahead prediction, IPTW involves multiplying $\tau$ weights which can result in high variance. The results in Figure 4 (b) show the problems with using IPTW to handle the time-dependent confounding bias. See Appendix K for more results on multi-step ahead prediction. + +Balancing representation: To evaluate whether the CRN has indeed learnt treatment invariant represenations, for $\gamma = 5$ , we illustrate in Figure 5 the T-SNE embeddings of the balancing representations $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ built by the CRN encoder for test patients. We color each point by the treatment $\mathbf { A } _ { t } \in \{ \mathrm { n o } \}$ treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy} received at timestep $t$ to highlight the invariance of $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ across the different treatments. In Figure 5(b), we show $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ only for chemotherapy and radiotherapy for better understanding. + +![](images/81db339d71547cdef7a4a6bfc60803c8c22dc7a97cbc2b111eb3ea319e11801f.jpg) +Figure 5: TSNE embedding of the balancing representation $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ learnt by the CRN encoder at different timesteps $t$ . Notice that $\Phi ( { \bar { \mathbf { H } } } _ { t } )$ is not predictive of the treatment ${ \bf A } _ { t }$ given at timestep $t$ . + +# 6.2 EVALUATE RECOMMENDING THE RIGHT TREATMENT AND TIMING OF TREATMENT + +Evaluating the models just in terms of the RMSE on counterfactual estimation is also not enough for assessing their reliability when used as part of decision support systems. In this section we assess how well the models can select the correct treatment and timing of treatment for several forecasting horizons $\tau$ . We generate test sets consisting of 1000 patients where for each horizon $\tau$ and for each time $t$ in a patient’s trajectory, there are $\tau$ options for giving chemotherapy at one of $t , \dots t + \tau - 1$ and $\tau$ options for giving radiotherapy at one of $t , \dots t + \tau - 1$ . At the rest of the future timesteps, no treatment is applied. These $2 \tau$ treatment plans are assessed in terms of the tumour volume outcome $\mathbf { Y } _ { t + \tau }$ . We select the treatment (chemotherapy or radiotherapy) that achieves lowest $\mathbf { Y } _ { t + \tau }$ , and within the correct treatment the timing with lowest $\mathbf { Y } _ { t + \tau }$ . We also compute the normalized RMSE for predicting $\mathbf { Y } _ { t + \tau }$ . See Appendix L for more details about the test set. The models are evaluated for 3 settings of $\gamma _ { c }$ and $\gamma _ { r }$ . + +Table 1: Results for recommending the correct treatment and timing of treatment. + +
%c=5,γr=5% =5,γr=01 Yc =0,γr =5
TCRNRMSNMSMCRN RMSNMSMCRNRMSNMSM
Normalized RMSE2.43%3.16%6.75%1.08% 1.35%3.68%1.54%1.59%3.23%
2.83%3.95%7.65% 1.21%1.81%3.84%1.81%2.25%3.52%
345673.18%4.37% 7.95%1.33%2.13%3.91%2.03%2.71%3.63%
3.51%5.61%8.19%1.42% 2.41%3.97%2.23%2.73%3.71%
3.93%6.21% 8.52%1.53%2.43%4.04%2.43%2.88%3.79%
Treatment Accuracy83.1%75.3%73.9%83.2% 78.6%77.1%92.9%87.3%74.9%
82.5%74.1%68.5%81.3%77.7% 73.9%85.7%83.8%74.1%
3456773.5%72.7%63.2%78.3% 77.2%72.3%83.8%82.1%72.8%
69.4%66.7%62.7%79.5% 76.3%71.8%78.6%69.7%64.5%
71.2%68.8%62.4%72.7% 71.8%71.6%71.9%69.3%61.2%
Treatment Timing Accuracy79.6%78.1%67.6%80.5%76.8% 77.5%79.8%75.7%60.6%
73.9%70.3%63.1%79.0%77.2%73.4% 75.4%71.4%58.2%
69.8%68.6%62.4%78.3%73.3%63.6%66.9%31.3%29.5%
3456766.9%66.2%62.6%73.5%72.1%63.9%65.8%24.2%15.5%
64.5%63.6%62.2%70.6%57.4%44.2%63.9%25.6%12.5%
+ +Table 1 shows the results for this evaluation set-up. The treatment accuracy denotes the percentage of patients for which the correct treatment was selected, while the treatment timing accuracy is the percentage for which the correct timing was selected. Note that when $\gamma _ { c } = 0$ and $\gamma _ { r } = 5$ , RMSN and MSM select the wrong treatment timing for projection horizons $\tau > 4$ . CRN performs similarly among the different policies present in the observational data and achieve the lowest RMSE and highest accuracy in selecting the correct treatment and timing of treatment. + +In Appendix M we also show the applicability of the CRN in more complex medical scenarios involving real data. We provide experimental results based on the Medical Information Mart for Intensive Care (MIMIC III) database (Johnson et al., 2016) consisting of electronic health records from patients in the ICU. + +# 7 CONCLUSION + +Despite its wide applicability, the problem of causal inference for time-dependent treatments has been relatively less studied compared to problem of causal inference in the static setting. Both new methods and theory are necessary to be able to harness the full potential of observational data for learning individualized effects of complex treatment scenarios. Further work in this direction is needed for proposing alternative methods for handling time-dependent confounders, for modelling combinations of treatments assigned over time or for estimating the individualized effects of time-dependent treatments with associated dosage. + +In this paper, we introduced the Counterfactual Recurrent Network (CRN), a model that estimates individualized effects of treatments over time using a novel way of handling the bias from timedependent confounders through adversarial training. Using a model of tumour growth, we validated CRN in realistic medical scenarios and we showed improvements over existing state-of-the-art methods. We also showed the applicability of the CRN a real dataset consiting of patient electronic health records. The counterfactual predictions of CRN have the potential to be used as part of clinical decision support systems to address relevant medical challenges involving selecting the best treatments for patients over time, identify optimal treatment timings but also when the treatment is no longer needed. In future work, we will aim to build better balancing representations and to provide theoretical guarantees for the expected error on the counterfactuals. + +# ACKNOWLEDGMENTS + +We would like to thank the reviewers for their valuable feedback. The research presented in this paper was supported by The Alan Turing Institute, under the EPSRC grant EP/N510129/1 and by the US Office of Naval Research (ONR). + +# REFERENCES + +Alberto Abadie and Guido W Imbens. Matching on the estimated propensity score. Econometrica, 84(2):781–807, 2016. + +Ahmed Alaa and Mihaela van der Schaar. Limits of estimating heterogeneous treatment effects: Guidelines for practical algorithm design. In International Conference on Machine Learning, pp. 129–138, 2018. + +Ahmed M Alaa and Mihaela van der Schaar. Bayesian inference of individualized treatment effects using multi-task gaussian processes. In Advances in Neural Information Processing Systems, pp. 3424–3432, 2017. + +Muhammad Ali, Humaira Naureen, Muhammad Haseeb Tariq, Muhammad Junaid Farrukh, Abubakar Usman, Shahana Khattak, and Hina Ahsan. Rational use of antibiotics in an intensive care unit: a retrospective study of the impact on clinical outcomes and mortality rate. Infection and Drug Resistance, 12:493, 2019. + +Elja Arjas and Jan Parner. Causal reasoning from longitudinal data. Scandinavian Journal of Statistics, 31(2):171–187, 2004. + +Onur Atan, William R Zame, and Mihaela van der Schaar. Learning optimal policies from observational data. International Conference on Machine Learning CausalML workshop, 2018. + +Peter C Austin. An introduction to propensity score methods for reducing the effects of confounding in observational studies. Multivariate behavioral research, 46(3):399–424, 2011. + +Helmut Bartsch, Heike Dally, Odilia Popanda, Angela Risch, and Peter Schmezer. Genetic risk profiles for cancer susceptibility and therapy response. In Cancer Prevention, pp. 19–36. Springer, 2007. + +Shai Ben-David, John Blitzer, Koby Crammer, and Fernando Pereira. Analysis of representations for domain adaptation. In Advances in neural information processing systems, pp. 137–144, 2007. + +Y Bengio, A Courville, and P Vincent. Representation learning: a review and new perspectives. arxiv. org. 2012. + +CM Booth and IF Tannock. Randomised controlled trials and population-based observational research: partners in the evolution of medical evidence. British journal of cancer, 110(3):551, 2014. + +Liesbet De Bus, Bram Gadeyne, Johan Steen, Jerina Boelens, Geert Claeys, Dominique Benoit, Jan De Waele, Johan Decruyenaere, and Pieter Depuydt. A complete and multifaceted overview of antibiotic use and infection diagnosis in the intensive care unit: results from a prospective four-year registration. Critical Care, 22(1):241, 2018. + +Shayan Doroudi, Philip S Thomas, and Emma Brunskill. Importance sampling for fair policy selection. Grantee Submission, 2017. + +Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016. + +Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning Research, 17(1):2096–2030, 2016. + +Changran Geng, Harald Paganetti, and Clemens Grassberger. Prediction of treatment response for combined chemo-and radiation therapy for non-small cell lung cancer patients using a biomathematical model. Scientific reports, 7(1):13542, 2017. + +Zhaohan Guo, Philip S Thomas, and Emma Brunskill. Using options and covariance testing for long horizon off-policy policy evaluation. In Advances in Neural Information Processing Systems, pp. 2492–2501, 2017. + +Assaf Hallak, François Schnitzler, Timothy Mann, and Shie Mannor. Off-policy model-based learning under unknown factored dynamics. In International Conference on Machine Learning, pp. 711–719, 2015. + +Miguel A Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate the joint causal effect of nonrandomized treatments. Journal of the American Statistical Association, 96(454):440–448, 2001. + +Miguel Ángel Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate the causal effect of zidovudine on the survival of hiv-positive men. Epidemiology, pp. 561–570, 2000. + +Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8): 1735–1780, 1997. + +William Hoiles and Mihaela Van Der Schaar. A non-parametric learning method for confidently estimating patient’s clinical state and dynamics. In Advances in Neural Information Processing Systems, pp. 2020–2028, 2016. + +Chanelle J Howe, Stephen R Cole, Shruti H Mehta, and Gregory D Kirk. Estimating the effects of multiple time-varying exposures using joint marginal structural models: alcohol consumption, injection drug use, and hiv acquisition. Epidemiology (Cambridge, Mass.), 23(4):574, 2012. + +Kosuke Imai and Marc Ratkovic. Covariate balancing propensity score. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 76(1):243–263, 2014. + +Kosuke Imai and David A Van Dyk. Causal inference with general treatment regimes: Generalizing the propensity score. Journal of the American Statistical Association, 99(467):854–866, 2004. + +Nan Jiang and Lihong Li. Doubly robust off-policy value evaluation for reinforcement learning. arXiv preprint arXiv:1511.03722, 2015. + +Fredrik Johansson, Uri Shalit, and David Sontag. Learning representations for counterfactual inference. In International conference on machine learning, pp. 3020–3029, 2016. + +Alistair EW Johnson, Tom J Pollard, Lu Shen, H Lehman Li-wei, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database. Scientific data, 3:160035, 2016. + +Daniel Kifer, Shai Ben-David, and Johannes Gehrke. Detecting change in data streams. In Proceedings of the Thirtieth international conference on Very large data bases-Volume 30, pp. 180–191. VLDB Endowment, 2004. + +Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. + +Sheng Li and Yun Fu. Matching on balanced nonlinear representations for treatment effects estimation. In Advances in Neural Information Processing Systems, pp. 929–939, 2017. + +Ya Li, Xinmei Tian, Mingming Gong, Yajing Liu, Tongliang Liu, Kun Zhang, and Dacheng Tao. Deep domain generalization via conditional invariant adversarial networks. In Proceedings of the European Conference on Computer Vision (ECCV), pp. 624–639, 2018. + +Bryan Lim, Ahmed Alaa, and Mihaela van der Schaar. Forecasting treatment responses over time using recurrent marginal structural networks. In Advances in Neural Information Processing Systems, pp. 7493–7503, 2018. + +Judith J Lok et al. Statistical modeling of causal effects in continuous time. The Annals of Statistics, 36(3):1464–1507, 2008. + +Mohammad Ali Mansournia, Goodarz Danaei, Mohammad Hossein Forouzanfar, Mahmood Mahmoodi, Mohsen Jamali, Nasrin Mansournia, and Kazem Mohammad. Effect of physical activity on functional performance and knee pain in patients with osteoarthritis: analysis with marginal structural models. Epidemiology, pp. 631–640, 2012. + +Mohammad Ali Mansournia, Mahyar Etminan, Goodarz Danaei, Jay S Kaufman, and Gary Collins. Handling time varying confounding in observational research. bmj, 359:j4587, 2017. + +Kathleen M Mortimer, Romain Neugebauer, Mark Van Der Laan, and Ira B Tager. An application of model-fitting procedures for marginal structural models. American Journal of Epidemiology, 162 (4):382–388, 2005. + +Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network training for long or event-based sequences. In Advances in Neural Information Processing Systems, pp. 3882–3890, 2016. + +Jersey Neyman. Sur les applications de la théorie des probabilités aux experiences agricoles: Essai des principes. Roczniki Nauk Rolniczych, 10:1–51, 1923. + +Cosmin Paduraru, Doina Precup, Joelle Pineau, and Gheorghe Com ˘ anici. An empirical analysis ˘ of off-policy learning in discrete mdps. In European Workshop on Reinforcement Learning, pp. 89–102, 2013. + +Judea Pearl et al. Causal inference in statistics: An overview. Statistics surveys, 3:96–146, 2009. + +Robert W Platt, Enrique F Schisterman, and Stephen R Cole. Time-modified confounding. American journal of epidemiology, 170(6):687–694, 2009. + +Doina Precup. Eligibility traces for off-policy policy evaluation. Computer Science Department Faculty Publication Series, pp. 80, 2000. + +James Robins. A new approach to causal inference in mortality studies with a sustained exposure period—application to control of the healthy worker survivor effect. Mathematical modelling, 7 (9-12):1393–1512, 1986. + +James M Robins. Correcting for non-compliance in randomized trials using structural nested mean models. Communications in Statistics-Theory and methods, 23(8):2379–2412, 1994. + +James M Robins. Association, causation, and marginal structural models. Synthese, 121(1):151–179, 1999. + +James M Robins and Miguel A Hernán. Estimation of the causal effects of time-varying exposures. In Longitudinal data analysis, pp. 547–593. Chapman and Hall/CRC, 2008. + +James M Robins, Miguel Angel Hernan, and Babette Brumback. Marginal structural models and causal inference in epidemiology, 2000. + +Jason Roy, Kirsten J Lum, and Michael J Daniels. A bayesian nonparametric approach to marginal structural models for point treatments and a continuous or survival outcome. Biostatistics, 18(1): 32–47, 2016. + +Donald B Rubin. Bayesian inference for causal effects: The role of randomization. The Annals of statistics, pp. 34–58, 1978. + +Enrique F Schisterman, Stephen R Cole, and Robert W Platt. Overadjustment bias and unnecessary adjustment in epidemiologic studies. Epidemiology (Cambridge, Mass.), 20(4):488, 2009. + +Peter Schulam and Suchi Saria. Reliable decision support using counterfactual models. In Advances in Neural Information Processing Systems, pp. 1697–1708, 2017. + +Alice Schoenauer Sebag, Louise Heinrich, Marc Schoenauer, Michèle Sebag, Lani Wu, and Steven Altschuler. Multi-domain adversarial learning. In ICLR’19-Seventh annual International Conference on Learning Representations, 2019. + +Uri Shalit, Fredrik D Johansson, and David Sontag. Estimating individual treatment effect: generalization bounds and algorithms. In Proceedings of the 34th International Conference on Machine Learning-Volume 70, pp. 3076–3085. JMLR. org, 2017. + +Hossein Soleimani, Adarsh Subbaswamy, and Suchi Saria. Treatment-response models for counterfactual reasoning with continuous-time, continuous-valued interventions. arXiv preprint arXiv:1704.02038, 2017. + +Adith Swaminathan and Thorsten Joachims. Batch learning from logged bandit feedback through counterfactual risk minimization. Journal of Machine Learning Research, 16(1):1731–1755, 2015a. + +Adith Swaminathan and Thorsten Joachims. The self-normalized estimator for counterfactual learning. In advances in neural information processing systems, pp. 3231–3239, 2015b. + +Philip S Thomas, Georgios Theocharous, and Mohammad Ghavamzadeh. High-confidence off-policy evaluation. In Twenty-Ninth AAAI Conference on Artificial Intelligence, 2015. + +U Waheed, P Williams, S Brett, G Baldock, and N Soni. White cell count and intensive care unit outcome. Anaesthesia, 58(2):180–182, 2003. + +Yanbo Xu, Yanxun Xu, and Suchi Saria. A bayesian nonparametric approach for estimating individualized treatment-response curves. In Machine Learning for Healthcare Conference, pp. 282–300, 2016. + +Liuyi Yao, Sheng Li, Yaliang Li, Mengdi Huai, Jing Gao, and Aidong Zhang. Representation learning for treatment effect estimation from observational data. In Advances in Neural Information Processing Systems, pp. 2633–2643, 2018. + +Jinsung Yoon, James Jordon, and Mihaela van der Schaar. Ganite: Estimation of individualized treatment effects using generative adversarial nets. International Conference on Learning Representations (ICLR), 2018. + +# APPENDIX + +# A EXTENDED RELATED WORK + +Causal inference in the static setting: A large number of methods have been proposed to learn treatment effects from observational data in the static setting. In this case, it is needed to adjust for the selection bias; bias caused by the fact that, in the observational dataset, the treatment assignments depend on the patient features. Several ways of handling the selection bias involve using propensity matching (Austin, 2011; Imai & Ratkovic, 2014; Abadie & Imbens, 2016), building representations where treated and un-treated populations had similar distributions (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018) or performing propensity-aware hyperparameter tuning (Alaa & van der Schaar, 2017; 2018). However, these methods for the static setting cannot be extended directly to time-varying treatments (Hernán et al., 2000; Schisterman et al., 2009). + +Learning optimal policies: A related problem to ours involves learning the optimal treatment policies from logged data (Swaminathan & Joachims, 2015a;b; Atan et al., 2018). That is, learning the treatment option that would give the best reward. Note the difference to the causal inference setting considered in this paper, where the aim is to learn the counterfactual patient outcomes under all possible treatment options. Learning all of the counterfactual outcomes is a harder problem and can also be used for finding the optimal treatment. + +A method for learning optimal policies, proposed by Atan et al. (2018) uses domain adversarial training to build a representation that is invariant to the following two domains: observational data and simulated randomized clinical trial data, where the treatments have equal probabilities. Atan et al. (2018) only considers the static setting and aims to choose the optimal treatment instead of estimating all of the counterfactual outcomes. In our paper the aim is to eliminate the bias from the time-dependent confounders and reliably estimate all of the potential outcomes; thus, at each timestep $t$ we build a representation that is invariant to the treatment. + +Off-policy evaluation in reinforcement learning: In reinforcement learning, a similar problem to ours is off-policy evaluation, which uses retrospective observational data, also known as logged bandit feedback (Hoiles & Van Der Schaar, 2016; Paduraru et al., 2013; Doroudi et al., 2017). In this case, ˘ the retrospective observational data consists of sequences of states, actions and rewards which were generated by an agent operating under an unknown policy. The off-policy evaluation methods aim to use this data to estimate the expected reward of a target policy. These methods use algorithms based on importance sampling (Precup, 2000; Thomas et al., 2015; Guo et al., 2017), action-value function approximation (model based) (Hallak et al., 2015) or doubly robust combination of both approaches (Jiang & Li, 2015). Nevertheless, these methods focus on obtaining average rewards of policies, while in our case the aim is to estimate individualized patient outcomes for future treatments. + +# B ASSUMPTIONS + +The standard assumptions needed for identifying the treatment effects are (Robins & Hernán, 2008; Lim et al., 2018; Schulam & Saria, 2017): + +Assumption 1: Consistency. If ${ \bf A } _ { t } = { \bf a } _ { t }$ for a given patient, then the potential outcome for treatment $\mathbf { a } _ { t }$ is the same as the observed (factual) outcome: $\mathbf Y _ { t + 1 } [ \mathbf a _ { t } ] = \mathbf Y _ { t + 1 }$ . + +Assumption 2: Positivity (Overlap) (Imai & Van Dyk, 2004): If $P ( \bar { \mathbf { A } } _ { t - 1 } = \bar { \mathbf { a } } _ { t - 1 } , \bar { \mathbf { X } } _ { t } = \bar { \mathbf { x } } _ { t } ) \neq 0$ then $P ( \mathbf { A } _ { t } = \mathbf { a } _ { t } \mid \bar { \mathbf { A } } _ { t - 1 } = \bar { \mathbf { a } } _ { t - 1 } , \bar { \mathbf { X } } _ { t } = \bar { \mathbf { x } } _ { t } ) > 0$ for all $\bar { \mathbf { a } } _ { t }$ . + +Assumption 3: Sequential strong ignorability. $\mathbf { Y } _ { t + 1 } [ \mathbf { a } _ { t } ] \perp \perp \mathbf { A } _ { t } \mid \bar { \mathbf { A } } _ { t - 1 } , \bar { \mathbf { X } } _ { t } , \forall \mathbf { a } _ { t } \in \mathcal { A } , \forall t .$ + +Assumption 2 means that, for each timestep, each treatment has non-zero probability of being assigned. Assumption 3 means that there are no hidden confounders, that is, all of covariates affecting both the treatment assignment and the outcomes are present in the the observational dataset. Note that while assumption 3 is standard across all methods for estimating treatment effects, it is not testable in practice (Robins et al., 2000; Pearl et al., 2009). + +# C TIME-DEPENDENT CONFOUNDING + +Figure 6 illustrates the causal graphs for a time-varying exposures with 2-steps (Robins et al., 2000). In Figure 6 (a), the covariate $X$ is a time-dependent confounder because it affects the treatment assignments and at the same time, its value is changed by past treatments (Mansournia et al., 2017), as illustrated by the red arrows. Thus, the treatment probabilities at each time $t$ depend on the history of covariate $X$ and past treatments. Note that $U _ { 0 }$ and $U _ { 1 }$ are hidden variables which only affect the covariates, i.e. they do not have arrows into the treatments. Thus, the no hidden confounders assumption (Assumption 3) is satisfied. + +Figure 6 (a) and (b) illustrate the two cases when there is no bias from time-dependent confounding. In Figure 6 (a) the treatment probabilities are independent, while in Figure 6 (b) they depend on past treatments. + +![](images/36d7077a848a6b126878a2fc9fc2c440777cd99b9c6aaab7a41d4644439ac523.jpg) +Figure 6: Causal graphs for 2-step time-varying exposures (Robins et al., 2000). $X _ { 0 } , X _ { 1 }$ are patient covariates, $A _ { 0 } , A _ { 1 }$ are treatments, $U _ { 0 }$ , $U _ { 1 }$ are unobserved variable and $Y _ { 2 }$ is the outcome. + +Marginal Structural Models Robins et al. (2000). To remove the association between timedependent confounders and time-varying treatments, Marginal Structural Models propose using inverse probability of treatment weighting (IPTW). Without loss of generality, consider the use of MSMs with univariate treatments, baseline variables and outcomes. The outcome after $t$ timesteps is parametrized as follows: $\mathbf { E } [ Y _ { t + 1 } \mid \mathbf { a } _ { 1 } , \dots \mathbf { a } _ { t } , V ] = g ( \mathbf { a } _ { 1 } , \dots \mathbf { a } _ { n } , V ; \theta )$ , where $g ( \cdot )$ is usually a linear function with parameters $\theta$ . To remove the bias from the time-dependent confounders present in the observational dataset, in the regression model $g ( \cdot )$ MSMs weights each patients using either stabilized weights: + +$$ +S W ( t ) = \prod _ { l = 1 } ^ { t } \frac { f ( \mathbf { A } _ { l } \mid \bar { \mathbf { A } } _ { l - 1 } ) } { f ( \mathbf { A } _ { l } \mid \bar { \mathbf { X } } _ { l } , \bar { \mathbf { A } } _ { l - 1 } , \mathbf { V } ) } +$$ + +or unstabilized weights: + +$$ +W ( t ) = \prod _ { l = 1 } ^ { t } { \frac { 1 } { f ( \mathbf { A } _ { l } \mid \bar { \mathbf { X } } _ { l } , \bar { \mathbf { A } } _ { l - 1 } , \mathbf { V } ) } } , +$$ + +where $f ( \cdot )$ represents the conditional probability mass function for discrete treatments. + +Inverse probability of treatment weighting (IPTW) creates a pseudo-population where each member consists of themselves and $W - 1$ (or $S W - 1 )$ copies added though weighting. In this pseudopopulation, Robins Robins (1999) shows that $\bar { \mathbf X } _ { t }$ does not predict treatment ${ \bf A } _ { t }$ , thus removing the bias from time-dependent confounders. + +When using unstabilized weights $W$ , the causal graph in the pseudo-population is the one in Figure 6 (a) where $\mathbf { \bar { \nabla } } P ( \mathbf { A } _ { t } \mid \bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { t - 1 } , \mathbf { \bar { \xi } } V ) = P ( \mathbf { A } _ { t } )$ . On the other hand, when using stabilized weights $S W$ , causal graph in the pseudo-population is the one in Figure 6 (b) where $\mathbf { \bar { \nabla } } P ( \mathbf { A } _ { t } \mid \bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { t - 1 } , V ) =$ $P ( \mathbf { A } _ { t } \mid \bar { \mathbf { A } } _ { t - 1 } )$ . + +Counterfactual Recurrent Networks. Instead of using IPTW, we proposed building a representation of $\bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { t - 1 } , V$ that is not predictive of treatment ${ \bf A } _ { t }$ . At timestep $t$ , we have $k$ different possible treatments $\mathbf { A } _ { t } \in \{ A _ { 1 } , \dotsc . . . A _ { K } \}$ . We build a representation of the history and covariates and treatments that has the same distribution across the different possible treatments: $P ( \Phi ( { \bar { \mathbf { X } } } _ { t } , { \bar { \mathbf { A } } } _ { t - 1 } , \mathbf { V } ) \mid \mathbf { A } _ { t } =$ $A _ { 1 } ) = \cdots = P ( \Phi ( { \bar { \mathbf { X } } } _ { t } , { \bar { \mathbf { A } } } _ { t - 1 } , \mathbf { V } ) \mid \mathbf { A } _ { t } = A _ { K } )$ . By breaking the association between past exposure and current treatments ${ \bf A } _ { t }$ , we satisfy the causal graph in Figure 6 (a) and thus we remove the bias from time-dependent confounders. + +# D PROOF OF THEOREM 1 + +We first prove the following proposition. + +Proposition 1. For fixed $\Phi$ , let $x ^ { \prime } = \Phi ( \bar { \mathbf { h } } _ { t } )$ . Then the optimal prediction probabilities of $G _ { a }$ are given by + +$$ +{ G _ { a } ^ { j } } ^ { * } ( x ^ { \prime } ) = \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } . +$$ + +Proof. For fixed $\Phi$ , the optimal prediction probabilities are given by + +$$ +G _ { a } ^ { * } = \arg \operatorname* { m a x } _ { G _ { a } } \sum _ { j = 1 } ^ { K } \int _ { x ^ { \prime } } \log ( G _ { a } ^ { j } ( x ^ { \prime } ) ) P _ { j } ^ { \Phi } ( x ^ { \prime } ) d x ^ { \prime } \qquad \mathrm { s u b j e c t ~ t o } \sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \prime } ) = 1 . +$$ + +Maximising the value function pointwise and applying Lagrange multiplies, we get + +$$ +G _ { a } ^ { * } = \arg \operatorname* { m a x } _ { G _ { a } } \sum _ { j = 1 } ^ { K } \log ( G _ { a } ^ { j } ( x ^ { \prime } ) ) P _ { j } ^ { \Phi } ( x ^ { \prime } ) + \lambda \Bigg ( \sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \prime } ) - 1 \Bigg ) . +$$ + +Setting the derivative (w.r.t. $G _ { a } ^ { j } { } ^ { * } ( x ^ { \prime } ) )$ to 0 and solving for $G _ { a } ^ { j } { } ^ { * } ( x ^ { \prime } )$ we get + +$$ +{ G _ { a } ^ { j } } ^ { * } ( x ^ { \prime } ) = - \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \lambda } +$$ + +where $\lambda$ can now be solved for using the constraint to be $\begin{array} { r } { \lambda = - \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } \end{array}$ . This gives the result. + +Proof. (of Theorem 1) By substituting the expression from Proposition 1 into the minimax game defined in Eq. 6, the objective for $\Phi$ becomes + +$$ +\operatorname* { m i n } _ { \Phi } \sum _ { j = 1 } ^ { K } \mathbb { E } _ { x ^ { \prime } \sim P _ { j } ^ { \Phi } } \left[ \log \left( \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } \right) \right] . +$$ + +We then note that + +$$ +\sum _ { j = 1 } ^ { K } \mathbb { E } _ { x ^ { \prime } \sim P _ { j } ^ { \Phi } } \bigg [ \log \bigg ( \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } \bigg ) \bigg ] + K \log K = \sum _ { j = 1 } ^ { K } \Bigg ( \mathbb { E } _ { x ^ { \prime } \sim P _ { j } ^ { \Phi } } \bigg [ \log \bigg ( \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } \bigg ) \bigg ] + \log K \Bigg ) +$$ + +$$ +\begin{array} { l } { { \displaystyle = \sum _ { j = 1 } ^ { K } \mathbb { E } _ { x ^ { \prime } \sim P _ { j } ^ { \Phi } } \left[ \log \left( \frac { P _ { j } ^ { \Phi } ( x ^ { \prime } ) } { \frac { 1 } { K } \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) } \right) \right] } } \\ { { \displaystyle = \sum _ { j = 1 } ^ { K } K L \biggl ( P _ { j } ^ { \Phi } ( x ^ { \prime } ) \biggl \| \frac { 1 } { K } \sum _ { i = 1 } ^ { K } P _ { i } ^ { \Phi } ( x ^ { \prime } ) \biggr ) } } \\ { { \displaystyle = K \cdot J S D ( P _ { 1 } ^ { \Phi } , . . . , P _ { K } ^ { \Phi } ) } } \end{array} +$$ + +where $K L ( \cdot | | \cdot )$ is the Kullback-Leibler divergence and $J S D ( \cdot , . . . , \cdot )$ is the multi-distribution Jensennon-negative and 0 if and only if all distributions are equal, we have that Shannon Divergence (Li et al., 2018). Since $K \log K$ is a constant and the multi-distribution JSD is $P _ { 1 } ^ { \Phi } = \ldots = P _ { K } ^ { \Phi }$ . □ + +# E TRAINING PROCEDURE FOR CRN + +Let $\mathcal { D } = \left\{ \{ \mathbf { x } _ { t } ^ { ( i ) } , \mathbf { a } _ { t } ^ { ( i ) } , \mathbf { y } _ { t + 1 } ^ { ( i ) } \} _ { t = 1 } ^ { T ^ { ( i ) } } \cup \{ \mathbf { v } ^ { ( i ) } \} \right\} _ { i = 1 } ^ { N }$ be an observational dataset consisting of information about $N$ independent patients that we use to train CRN. The encoder and decoder networks part of CRN are trained into two separate steps. + +To begin with, the encoder is trained to built treatment invariant representations of the patient history and to perform one-step ahead prediction. After the encoder is optimized, we use it to compute the balancing representation $\mathbf { b r } _ { t } ^ { ( i ) }$ for each timestep in the trajectory of patient $( i )$ . To train the decoder, we modify the training dataset as follows. For each patient $( i )$ , we split their trajectory into shorter sequences of the $\tau _ { \mathrm { m a x } }$ timesteps of the form: + +$$ +\left\{ \mathbf { b r } _ { l } ^ { ( i ) } \cup \{ \mathbf { y } _ { l + t } ^ { ( i ) } , \mathbf { a } _ { l + t } ^ { ( i ) } , \mathbf { y } _ { l + t + 1 } ^ { ( i ) } \} _ { t = 1 } ^ { \tau _ { m a x } } \cup \mathbf { v } ^ { ( i ) } \right\} , +$$ + +for $l = 1 , . . . T ^ { ( i ) } - \tau _ { \mathrm { m a x } }$ . Thus, each patients contributes with $T ^ { ( i ) } - \tau _ { \operatorname* { m a x } }$ examples in the dataset for training the decoder. The different sequences obtained for all patents are randomly grouped into minibatches and used for training. + +The pseudocode in Algorithm 1 shows the training procedure used for the encoder and decoder networks part of CRN. The model was implemented in TensorFlow and trained on an NVIDIA Tesla K80 GPU. The Adam optimizer (Kingma & Ba, 2014) was used for training and both the encoder and the decoder are trained for 100 epochs. + +# Algorithm 1 Pseudo-code for training CRN + +Input: Training data: $\mathcal { D } = \left\{ \{ \mathbf { x } _ { t } ^ { ( i ) } , \mathbf { a } _ { t } ^ { ( i ) } , \mathbf { y } _ { t + 1 } ^ { ( i ) } \} _ { t = 1 } ^ { T ^ { ( i ) } } \cup \mathbf { v } ^ { ( i ) } \right\} _ { i = 1 } ^ { N }$ + +(1) Encoder optimization: parameters $\theta _ { E , r } , \theta _ { E , a } , \theta _ { E , y }$ + +Learning rate: $\mu$ + +for $p = 1 , \ldots , \operatorname* { m a x }$ epochs do $\lambda _ { p } = \frac { 2 } { 1 + \exp ( - 1 0 \cdot p ) } - 1$ + +for Batch $\boldsymbol { B } = \left\{ \{ \mathbf { x } _ { t } ^ { ( i ) } , \mathbf { a } _ { t } ^ { ( i ) } , \mathbf { y } _ { t + 1 } ^ { ( i ) } \} _ { t = 0 } ^ { T ^ { ( i ) } } \cup \mathbf { v } ^ { ( i ) } \right\} _ { i = 1 } ^ { | \mathcal { B } | }$ in epoch do + +end for end for + +# (2) Compute the encoder balanced representation and use it to initialize the decoder hidden state. + +for $i = 1 , . . . , N$ do for $t = 1 , \ldots , T ^ { ( i ) }$ do 0 $\mathbf { b r } _ { t } ^ { ( i ) } = \operatorname { e n c o d e r } ( \bar { \mathbf { x } } _ { t } ^ { ( i ) } , \bar { \mathbf { a } } _ { t - 1 } ^ { ( i ) } , \mathbf { v } ^ { ( i ) } ; \boldsymbol { \theta } _ { E , r } )$ end for +end for + +# (3) Split dataset in sequences of $\tau _ { \mathrm { m a x } }$ timesteps: + +$$ +\left\{ \left\{ \mathbf { b r } _ { l } ^ { ( i ) } \cup \{ \mathbf { y } _ { l + t } ^ { ( i ) } , \mathbf { a } _ { l + t } ^ { ( i ) } , \mathbf { y } _ { l + t + 1 } ^ { ( i ) } \} _ { t = 1 } ^ { \tau _ { m a x } } \cup \mathbf { v } ^ { ( i ) } \right\} _ { l = 1 } ^ { T ^ { ( i ) } - \tau _ { \operatorname* { m a x } } } \right\} _ { i = 1 } ^ { N } +$$ + +(4) Optimize decoder: parameters $\theta _ { D , r } , \theta _ { D , a } , \theta _ { D , y }$ Learning rate: $\mu$ + +for $\mathrm { p } = 1 , \ldots$ , max epochs do + +$$ +\begin{array} { r l } & { \mathrm { ~ \gamma = \frac { 2 } { 1 + \exp ( - 1 0 \cdot p ) } - 1 } } \\ & { \mathrm { ~ } } \\ & { \mathrm { ~ \gamma ~ R a t c h ~ } \mathcal { B } = \left\{ \mathbf { b r } _ { l } ^ { ( i ) } \ \bigcup \left\{ \mathbf { y } _ { l + t } ^ { ( i ) } , \ \mathbf { a } _ { l + t } ^ { ( i ) } , \mathbf { y } _ { l + t + 1 } ^ { ( i ) } \right\} _ { t = 0 } ^ { \tau _ { m a x } } \ | \ \mathbf { y } | ^ { ( i ) } \right\} _ { i = 1 } ^ { | B | } \mathrm { ~ i n ~ e ~ } } \\ & { \mathrm { ~ C o m p u t ~ } \mathcal { L } _ { D , a } ^ { D } ( \theta _ { D , r } , \theta _ { D , a } ) = \frac { 1 } { | B | } \sum _ { i \in B } \sum _ { r = 1 } ^ { r _ { m a x } } \mathcal { L } _ { t , a } ^ { ( i ) } ( \theta _ { D , r } , \theta _ { D , a } ) } \\ & { \mathrm { ~ C o m p u t ~ } \mathcal { L } _ { D , y } ^ { D } ( \theta _ { D , r } , \theta _ { D , y } ) = \frac { 1 } { | B | } \sum _ { i \in B } \sum _ { r = 1 } ^ { r _ { m a x } } \mathcal { L } _ { t , y } ^ { ( i ) } ( \theta _ { D , r } , \theta _ { D , y } ) } \\ & { \mathrm { ~ \ } } \\ & { \theta _ { D , r } \cdot \theta _ { D , r } - \mu \left( \frac { \partial \mathcal { L } _ { D , y } ^ { D } ( \theta _ { D , r } , \theta _ { D , y } ) } { \partial \theta _ { D , r } } - \lambda _ { p } \frac { \partial \mathcal { L } _ { D , 0 } ^ { D } ( \theta _ { D , r } , \theta _ { D , a } ) } { \partial \theta _ { D , r } } \right) } \\ & { \theta _ { D , y } + \theta _ { D , y } - \mu \frac { \partial \mathcal { L } _ { D , y } ^ { D } ( \theta _ { D , r } , \theta _ { D , y } ) } { \partial \theta _ { D , r } } } \\ & { \theta _ { D , a } \gets \theta _ { D , \theta } - \mu \frac { \partial \mathcal { L } _ { D , x } ^ { D } ( \theta _ { D , r } , \theta _ { D , x } ) } { \partial \theta _ { D , a } } } \\ & \theta _ { D , a } \gets \theta _ { D , \theta } - \mu \frac \end{array} +$$ + +end for + +end for + +Output: Trained CRN encoder (parameters $\theta _ { E , r } , \theta _ { E , a } , \theta _ { E , y } )$ and trained CRN decoder (parameters $\theta _ { D , r } , \theta _ { D , a } , \theta _ { D , y } . ~ )$ ) + +# F PHARMACOKINETIC-PHARMACODYNAMIC MODEL OF TUMOUR GROWTH + +To evaluate the CRN on counterfactual estimation, we need access to the data generation mechanism to build a test set that consists of patient outcomes under all possible treatment options. For this purpose, we use the state-of-the-art pharmacokinetic-pharmacodynamic (PK-PD) model of tumour growth proposed by Geng et al. (2017) and also used by Lim et al. (2018) for evaluating RMSMs. The PK-PD model characterizes patients suffering from non-small cell lung cancer and models the evolution of their tumour under the combined effects of chemotherapy and radiotherapy. In addition, the model includes different distributions of tumour sizes based on the cancer stage at diagnosis. + +Model of tumour growth The volume of tumour $t$ days after diagnosis is modelled as follows: + +$$ +V ( t + 1 ) = \Big ( 1 + \underbrace { \rho \mathrm { l o g } ( \frac { K } { V ( t ) } ) } _ { \mathrm { T u m o r ~ g r o w t h } } - \underbrace { \beta _ { c } C ( t ) } _ { \mathrm { C h e m o t h e r a p y } } - \underbrace { \big ( \alpha _ { r } d ( t ) + \beta _ { r } d ( t ) ^ { 2 } \big ) } _ { \mathrm { R a d i o t h e r a p y } } + \underbrace { e _ { t } } _ { \mathrm { N o i s e } } \Big ) V ( t ) +$$ + +where the parameters $K , \rho , \beta _ { c } , \alpha _ { r } , \beta _ { r }$ are sampled from the prior distributions described in (Geng et al., 2017) and $e _ { t } \sim \mathcal { N } ( 0 , 0 . 0 1 ^ { 2 } )$ is a noise term that accounts for randomness in the tumour growth. + +To incorporate heterogeneity among patient responses, due to, for instance, gender or genetic factors Bartsch et al. (2007), the prior means for $\beta _ { c }$ and $\alpha _ { r }$ are adjusted to create three patient subgroups $S ^ { ( i ) } \in \{ 1 , 2 , 3 \}$ as described in Lim et al. (2018). This way, we incorporate in the model of tumour growth specific characteristics that affect the patient’s individualized response to treatments. Thus, the prior mean $\mu _ { \beta _ { c } }$ of $\beta _ { c }$ and the prior mean $\mu _ { \alpha _ { r } }$ of $\alpha _ { r }$ are augmented as follows. + +$$ +\begin{array} { r } { \mu _ { \beta _ { c } } ^ { \prime } ( i ) = \left\{ \begin{array} { l l } { 1 . 1 \mu _ { \beta _ { c } } , \mathrm { i f } \mathrm { S } ^ { ( i ) } = 3 } \\ { \mu _ { \beta _ { c } } , \mathrm { o t h e r w i s e } } \end{array} \right. \qquad \mu _ { \alpha _ { r } } ^ { \prime } ( i ) = \left\{ \begin{array} { l l } { 1 . 1 \mu _ { \alpha _ { r } } , \mathrm { i f } \mathrm { S } ^ { ( i ) } = 1 } \\ { \mu _ { \alpha _ { r } } , \mathrm { o t h e r w i s e } } \end{array} \right. } \end{array} +$$ + +where $\mu _ { \beta _ { c } }$ and $\mu _ { \alpha _ { r } }$ are the mean parameters from Geng et al. (2017) and $\mu _ { \beta _ { c } } ^ { \prime } ( i )$ and $\mu _ { \alpha _ { r } } ^ { \prime } ( i )$ are the parameters used in the data simulation. The patient subgroup $S ^ { ( i ) } \in \{ 1 , 2 , 3 \}$ is used as baseline features. + +The chemotherapy drug concentration follows an exponential decay with half life of 1 day: + +$$ +C ( t ) = \tilde { C } ( t ) + C ( t - 1 ) / 2 , +$$ + +where $\tilde { C } ( t ) = 5 . 0 m g / m ^ { 3 }$ of Vinblastine if chemotherapy is given at time $t$ . $d ( t ) = 2 . 0 G y$ fractions of radiotherapy if the radiotherapy treatment is applied at timestep $t$ . + +Time-varying confounding is introduced by modelling chemotherapy and radiotherapy assignment as Bernoulli random variables, with probabilities $p _ { c }$ and $p _ { r }$ depending on the tumour diameter: + +$$ +p _ { c } ( t ) = \sigma \left( \frac { \gamma _ { c } } { D _ { \mathrm { m a x } } } ( \bar { D } ( t ) - \delta _ { c } ) \right) \qquad p _ { r } ( t ) = \sigma \left( \frac { \gamma _ { r } } { D _ { \mathrm { m a x } } } ( \bar { D } ( t ) - \delta _ { r } ) \right) , +$$ + +where $\bar { D } ( t )$ is the average tumour diameter over the last 15 days, $D _ { \mathrm { m a x } } = 1 3 \mathrm { c m }$ is the maximum tumour diameter and $\sigma ( \cdot )$ is the sigmoid activation function. The parameters $\delta _ { c }$ and $\delta _ { r }$ are set to $\delta _ { c } = \delta _ { r } = D _ { \operatorname* { m a x } } / 2$ such that there is 0.5 probability of receiving treatment when tumour is half of its maximum size. $\gamma _ { c } , \gamma _ { r }$ control the amount of time-dependent confounding; the higher $\gamma _ { \star }$ is, the more important the history of tumour diameter is in assigning treatments. Thus, at each timestep, there are four treatment options options: no treatment $( A _ { 1 } )$ , chemotherpy $\left( A _ { 2 } \right)$ , radiotherapy $\left( A _ { 3 } \right)$ , combined chemotherapy and radiotherapy $( A _ { 4 } )$ . + +Since the work most relevant to ours is the one of Lim et al. (2018) we used the same data simulation and same settings for $\gamma = \gamma _ { c } = \gamma _ { r }$ as in their case. When $\gamma = 0$ , there is no time-dependent confounding and the treatments are randomly assigned. By increasing $\gamma$ we increase the influence of the volume size history (encoded in $\bar { D } ( t ) ,$ ) on the treatment probability. For example, assume $\bar { D } ( t ) =$ $\frac { 3 D _ { m a x } } { 4 }$ n (7), t, where obability of chemotherapy in thiis the sigmoid function. When i, $\begin{array} { r } { p _ { c } ( t ) = \sigma ( \frac { \gamma _ { c } } { D _ { m a x } } ( \bar { D } ( t ) - } \end{array}$ $\textstyle \frac { D _ { m a x } } { 2 } ) ) = \sigma ( 0 . 2 5 \gamma _ { c } )$ $\sigma ( \cdot )$ $\gamma = 1$ $p _ { c } ( t ) = 0 . 5 6$ $\gamma = 5$ $p _ { c } ( t ) = 0 . 7 7$ and when $\gamma = 1 0$ , $\dot { p } _ { c } ( t ) = 0 . 9 2$ in this example. $\gamma$ can be increased further to increase the bias. However, the values used in the experiments evaluate the model on a wide range of settings for the time-dependent confounding bias. + +# G MARGINAL STRUCTURAL MODELS + +Marginal Structural Models (Robins et al., 2000; Hernán et al., 2001) have been widely used in epidemiology and as part of follow up studies. In our case, we would like to estimate the effects of a sequence of treatments in the future given the current patient history: + +$$ +\mathbb { E } ( \mathbf { Y } _ { t + \tau } \mid \bar { \mathbf { A } } ( t , t + \tau - 1 ) = \bar { \mathbf { a } } ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } ) = g ( \tau , a ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } ) , +$$ + +where $g$ is a generic function and $\bar { \mathbf { a } } ( t , t + \tau - 1 ) = [ \mathbf { a } _ { t } , \dots \mathbf { a } _ { t + \tau - 1 } ]$ represents a possible sequence of treatments from timestep $t$ just until before the potential outcome $\mathbf { Y } _ { t + \tau }$ is observed. After removing the bias form time-dependent confounders, $\begin{array} { r } { \mathbb { E } \mathbf { \hat { ( } } \mathbf { Y } _ { t + \tau } \mid \bar { \mathbf { A } } ( t , t + \tau - 1 ) = \bar { \mathbf { a } } ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } ) = } \end{array}$ $\mathbb { E } ( \mathbf { Y } _ { t + \tau } [ \bar { \mathbf { a } } ( t , t + \tau - 1 ) ]$ . + +Note that for implementing MSMs, we encode the treatments at timestep $t$ in the model of tumour growth as $\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]$ to indicate the binary application of chemotherapy and radiotherapy. In order to remove the time-dependent confounding bias and estimate future outcomes, we use the stabilized weights of MSMs to weight each patient in the dataset: + +$$ +S W ( t , \tau ) = \prod _ { n = t } ^ { t + \tau } \frac { f ( \mathbf { A } _ { n } \mid \bar { \mathbf { A } } _ { n - 1 } ) } { f ( \mathbf { A } _ { n } \mid \bar { \mathbf { A } } _ { n - 1 } , \bar { \mathbf { X } } _ { n } , \mathbf { V } ) } = \prod _ { n = t } ^ { t + \tau } \frac { \prod _ { k \in \{ c , d \} } f ( A _ { n , k } \mid \bar { \mathbf { A } } _ { n - 1 } ) } { \prod _ { k \in \{ c , d \} } f ( A _ { n , k } \mid \bar { \mathbf { A } } _ { n - 1 } , \bar { \mathbf { X } } _ { n } , \mathbf { V } ) } , +$$ + +where $f ( \cdot )$ represents the conditional probability mass function for discrete treatments. + +We adopt the implementation in (Hernán et al., 2001; Howe et al., 2012; Lim et al., 2018) for MSMs and use logistic regression for estimating the propensity weights as follows: + +$$ +f ( A _ { t , k } \mid \bar { \mathbf { A } } _ { t - 1 } ) = \sigma \Big ( \sum _ { j = 1 } ^ { k } \omega _ { k } ( \sum _ { i = 1 } ^ { t - 1 } A _ { t , j } ) \Big ) +$$ + +$$ +f ( A _ { t , k } \mid { \bar { \mathbf { H } } } _ { t } ) = \sigma { \Big ( } \sum _ { k \in \{ c , d \} } \phi _ { k } ( \sum _ { i = 1 } ^ { t - 1 } A _ { t , k } ) + \mathbf { w } _ { 1 } \mathbf { X } _ { t } + \mathbf { w } _ { 2 } \mathbf { X } _ { t - 1 } + \mathbf { w } _ { 3 } \mathbf { V } { \Big ) } +$$ + +where $\omega _ { \star } , \phi _ { \star }$ and $\mathbf { w } _ { \star }$ are regression coefficients, $k \in \{ c , d \}$ indicates the chemotherapy or radiotherapy treatments and $\sigma ( \cdot )$ is the sigmoid function. + +For predicting the outcome, the following regression model is used, where each individual patient is weighted by its propensity score: + +$$ +g ( \tau , a ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } ) = \sum _ { k \in \{ c , d \} } \beta _ { k } ( \sum _ { n = t } ^ { t + \tau - 1 } A _ { n , k } ) + 1 _ { 1 } \mathbf { X } _ { t } + 1 _ { 2 } \mathbf { X } _ { t - 1 } + 1 _ { 3 } \mathbf { V } +$$ + +where $\beta _ { \star }$ and ${ \bf l } _ { \star }$ are regression coefficients. + +MSMs do not require hyperparameter tuning so we use the patients from both the train and validation sets for training. + +# H RECURRENT MARGINAL STRUCTURAL NETWORKS + +MSMs are very sensitive to model mis-specification in computing the propensity weights and estimating the outcomes. Recurrent Marginal Structural Models (RMSNs) (Lim et al., 2018) overcome this problem by using recurrent neural networks to estimate the propensity scores and to build the outcome model. RNNs are more robust to changes in the treatment assignment policy. RMSNs were implemented as descried in Lim et al. $( 2 0 1 8 ) ^ { 2 }$ . + +For implementing RMSNs, we also encode the treatments at timestep $t$ in the model of tumour growth as $\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]$ to indicate the binary application of chemotherapy and radiotherapy. The propensity weights are estimated using recurrent neural networks as follows: + +$$ +\begin{array} { r l } { f ( A _ { t , k } \ \vert \ \bar { \mathbf { A } } _ { t - 1 } ) = \mathrm { R N N } _ { S W _ { n } } ( \bar { \mathbf { A } } _ { t - 1 } ) } & { { } ~ f ( A _ { t , k } \ \vert \ \bar { \mathbf { X } } _ { t } , \bar { \mathbf { A } } _ { t - 1 } ) = \mathrm { R N N } _ { S W _ { d } } ( \bar { \mathbf { A } } _ { t - 1 } , \bar { \mathbf { X } } _ { t } , { \mathbf { V } } ) } \end{array} +$$ + +For predicting one-step-ahed outcome, R-MSNs use an encoder network: + +$$ +g ( 1 , a ( t , t ) , \bar { { \mathbf { H } } } _ { t } ) = { \mathbf { R } } { \mathbf { N } } { \mathbf { N } } _ { E } ( { \mathbf { a } } _ { t } , \bar { { \mathbf { A } } } _ { t - 1 } , \bar { { \mathbf { X } } } _ { t } , { \mathbf { V } } ) , +$$ + +where in the loss function, each patient is weighted by their stabilized IPTW. + +For estimating the treatment responses for a sequence of treatments in the future, RMSNs use a decoder network: + +$$ +g ( \tau , a ( t , t + \tau - 1 ) , \bar { \mathbf { H } } _ { t } ) = \mathrm { R N N } _ { D } ( \mathbf { a } _ { t } , \ldots , \mathbf { a } _ { t + \tau - 1 } , \bar { \mathbf { A } } _ { t - 1 } , \bar { \mathbf { X } } _ { t } , \mathbf { V } ) . +$$ + +See Lim et al. (2018) for more details about the R-MSNs model architecture and training procedure of the propensity weights, encoder and decoder networks. Tables 2 and 3 show the hyperparameter search ranges used to optimize this model for evaluation in our paper. The hyperparameters were selected in the same way as proposed by Lim et al. (2018), based on the error on the factual outcomes in the validation dataset. All of the models are trained using Adam optimizer for 100 epochs. + +Table 2: Hyperparameter search range for propensity networks and encoder (same as in Lim et al. (2018)). C is the size of the input. + +
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.005,0.001
Minibatch size64,128,256
RNN state size0.5C,1C,2C, 3C,4C
Dropout rate0.1, 0.2,0.3,0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0
+ +Table 3: Hyperparameter search range for decoder (same as in Lim et al. (2018)). C is the input size. + +
HyperparameterSearch range
Iterations of Hyperparameter Search20
Learning rate0.01,0.001,0.0001
Minibatch size256,512,1024
RNN state size1C,2C,4C,8C,16C
Dropout Rate0.1, 0.2, 0.3, 0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0, 4.0
+ +# I BASELINE RNN AND LINEAR MODEL + +For the baseline linear model, we fit the same regression model used for Marginal Structural Networks, but without using the IPTW. The baseline RNN uses an LSTM unit and, at each timestep, receives as input the current treatment, the patient covariates and the patient static features to perform one-stepahead prediction. To have a model of similar capacity to the CRN (similar number of parameters), we add a fully connected layer on top of the output of the LSTM unit in order to obtain the outcomes. Table 4 shows the hyperparameter search range used to optimize this model. The hyperparameters were selecting according to the error on the factual outcomes in the validation set. We train the baseline RNN using the Adam optimizer for 100 epochs. + +Table 4: Hyperparameter search range for baseline RNN model. C is the size of the input. + +
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.001,0.0001
Minibatch size64,128,256
RNNhidden units0.5C,1C,2C, 3C,4C
FC hidden units0.5C, 1C, 2C, 3C, 4C
RNN dropout probability0.1, 0.2, 0.3, 0.4, 0.5
+ +# J HYPERPARAMETER OPTIMIZATION FOR CRN + +As described in Appendix C, the dataset for training the decoder are used by splitting the sequences of the patients in the training set. This creates a larger dataset for training (where each patient $( i )$ contributes $T ^ { ( i ) } - \tau _ { \operatorname* { m a x } }$ times to the dataset) which requires a different hyperparameter search range. Moreover, the balancing representations computed by the encoder are used to initialize the state of the RNN for the decoder. Thus, the decoder RNN size is equal to the size of the balancing representation size of the encoder. Table 5 shows the hyperparameter search ranges for the encoder and decoder networks in CRN. We selected hyperparameters based on the error of the model on the factual outcomes in the validation dataset. All models are trained for 100 epochs. + +In addition, Tables 6 and 7 illustrate the optimal hyperparameters chosen. + +Table 5: Hyperparameter search range for CRN encoder. C is the size of the input and R is the size of the balancing representation. + +
HyperparameterSearch range encoderSearch range decoder
Iterations ofHyperparameter Search5030
Learning rate0.01,0.001, 0.00010.01,0.001, 0.0001
Minibatch size64,128,256256,512,1024
RNN hidden units0.5C,1C, 2C, 3C, 4CBalancing representation size of encoder
Balancing representation size0.5C,1C,2C,3C,4C0.5C,1C,2C,3C,4C
FC hidden units0.5R,1R,2R,3R,4R0.5R,1R,2R,3R,4R
RNN dropout probability0.1, 0.2, 0.3,0.4, 0.50.1,0.2, 0.3, 0.4, 0.5
+ +Table 6: Optimal hyperparameters for the CRN encoder when different degrees of time-dependent confounding are applied in the model of tumour growth. The parameters $\gamma _ { c }$ and $\gamma _ { r }$ measure the degree of time-dependent confounding applied. When $\gamma _ { c }$ and $\gamma _ { r }$ are set to the same value, we denote this with $\gamma _ { \star }$ . + +
2=02=12=22=3Y=42=5
Learning rate0.0010.10.0010.010.010.001
Minibatch size64646412864128
RNN hidden units121824182424
Balancing representation size18181218612
FC hidden units181836542448
RNN dropout probability0.10.10.10.20.20.1
=62=7Y=82=9Y=10
Learning rate0.0010.0010.010.0010.01
Minibatch size6464128128128
RNN hidden units2418122424
Balancing representation size1218241812
FC hidden units4872123612
RNN dropout probability0.10.20.10.10.1
Yc=0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size12864
RNN hidden units1212
Balancing representation size1824
FC hidden units3696
RNN dropout probability0.10.1
+ +Table 7: Optimal hyperparameters for the CRN decoder when different degrees of time-dependent confounding are applied in the model of tumour growth. The parameters $\gamma _ { c }$ and $\gamma _ { r }$ measure the degree of time-dependent confounding applied. When $\gamma _ { c }$ and $\gamma _ { r }$ are set to the same value, we denote this with $\gamma _ { \star }$ + +
y=12=2=32=4=5
Learning rate0.0010.0010.0010.0010.001
Minibatch size1024102451210241024
RNN hidden units181218612
Balancing representation size18186183
FC hidden units183618726
RNN dropout probability0.10.20.30.10.1
Yc =0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size5121024
RNN hidden units1824
Balancing representation size1812
FC hidden units3624
RNN dropout probability0.10.03
+ +# K FULL RESULTS FOR COUNTERFACTUAL PREDICTION + +# K.1 MULTI-STEP AHEAD PREDICTION OF COUNTERFACTUALS + +Figure 7 shows the normalized RMSE for multiple step-ahead prediction of counterfactuals. The RMSE is normalized by the maximum tumour volume: $\bar { V _ { m a x } } = 1 \bar { 1 } 5 0 \mathrm { c m ^ { 3 } }$ . The counterfactuals in this case are generated as described in Section 6.3 and Appendix I. We notice that performance gains of CRN compared to RMSN increase with the number of future timesteps for which the counterfactuals are estimated. + +![](images/995945365917721cfe59800f6c40ff0276b71b09419710e573d0a6203278d1ac.jpg) +Figure 7: Results for prediction of patient counterfactuals for multiple steps ahead. + +# K.2 DETAILED RESULTS FOR THE COUNTERFACTUAL PREDICTIONS + +Tables 8 and 9 show detailed results for the counterfactual predictions. + +Table 8: Normalized RMSE for one-step-ahead prediction of counterfactuals. The parameter $\gamma$ measures the degree of time-dependent confounding applied. + +
γ=0γ=1γ=2γ=3γ=4γ=5
Linear (no IPTW)0.99%1.08%1.36%1.68%2.11%2.77%
MSM0.99%1.08%1.34%1.63%2.02%2.61%
RNN CRN(入=0)0.70%0.70%0.84%1.05%1.24%1.69%
RMSN0.66% 0.60%0.77% 0.61%0.92% 0.72%0.95% 0.81%1.24% 0.94%1.54% 1.23%
CRN0.56%0.57%0.62%0.67%0.87%1.20%
γ=6Y=7Y=8Y=9γ=10
Linear (no IPTW)3.55%4.15%4.80%5.09%5.22%
MSM3.30%3.79%4.30%4.47%4.47%
RNN2.03%2.52%2.88%3.79%4.01%
CRN (λ= 0)1.98%2.42%2.73%3.17%
RMSN3.57%
1.70%2.18%2.37%2.77%2.83%
CRN1.48%1.56%2.05%2.36%2.41%
+ +Table 9: Normalized RMSE for $\tau$ -step-ahead prediction of counterfactuals. The parameter $\gamma$ measures the degree of time-dependent confounding applied. + +
γ=1γ=2γ=3γ=4γ=5
T=2RMSN0.90%1.15%1.53%2.14%2.91%
CRN0.84%0.96%1.21%1.46%2.45%
T=3RMSN0.97%1.36%1.87%2.44%3.47%
CRN0.86%0.96%1.47 %1.51%2.84%
T=4RMSN1.24%1.79%2.60%3.33%3.88%
CRN0.91%1.08%1.74%1.76%2.82%
T=5RMSN1.51%2.13%3.06%4.07%4.58%
CRN0.85%1.10%1.73%2.00%3.43%
T=6RMSN2.10%2.89%3.06%4.16%6.32%
CRN1.16%1.52%2.29%2.66%4.91%
+ +In order to evaluate how well the models select the correct treatment and timing of treatment we simulate counterfactual outcomes as follows. We generate 1000 test samples using the model of tumour growth described in Section 6. Let $\bar { \mathbf { H } } _ { t }$ be the current history of the patient and let $\tau$ be a future time horizon. For each timestep in the future, we have 4 treatment options at: no treatment $( A _ { 0 } )$ , chemotherapy $( A _ { 1 } )$ , radiotherapy $\left( A _ { 2 } \right)$ , chemotherapy and radiotherapy. $\left( A _ { 3 } \right)$ . + +Using the model of tumour growth where the outcome $\mathbf { Y } _ { t + \tau }$ is given by the volume of the tumour, we generate the following $2 \tau$ counterfactuals: + +Chemotherapy application + +$$ +\begin{array} { r l } { { \bf Y } _ { t + \tau } } & { { } | \mathrm { \bf ~ a } _ { t } = A _ { 1 } , \mathbf { a } _ { t + 1 } = A _ { 0 } , \ldots \mathbf { a } _ { t + \tau - 1 } = A _ { 0 } , \bar { \mathbf { H } } _ { t } } \\ { { \bf Y } _ { t + \tau } } & { { } | \mathrm { \bf ~ a } _ { t } = A _ { 0 } , \mathbf { a } _ { t + 1 } = A _ { 1 } , \ldots \mathbf { a } _ { t + \tau - 1 } = A _ { 0 } , \bar { \mathbf { H } } _ { t } } \\ { \mathrm { ~ \cdot ~ } \cdot \cdot } \\ { { \bf Y } _ { t + \tau } } & { { } | \mathrm { \bf \textup { \bf ~ a } } _ { t } = A _ { 0 } , \mathbf { a } _ { t + 1 } = A _ { 0 } , \ldots \mathbf { a } _ { t + \tau - 1 } = A _ { 1 } , \bar { \mathbf { H } } _ { t } } \end{array} +$$ + +Radiotherapy application + +$$ +\begin{array} { r l } { { \bf Y } _ { t + \tau } } & { { } | \quad { \bf a } _ { t } = A _ { 2 } , { \bf a } _ { t + 1 } = A _ { 0 } , \ldots { \bf a } _ { t + \tau - 1 } = A _ { 0 } , \bar { \bf H } _ { t } } \\ { { \bf Y } _ { t + \tau } } & { { } | \quad { \bf a } _ { t } = A _ { 0 } , { \bf a } _ { t + 1 } = A _ { 2 } , \ldots { \bf a } _ { t + \tau - 1 } = A _ { 0 } , \bar { \bf H } _ { t } } \\ { \ldots } & { { } } \\ { { \bf Y } _ { t + \tau } } & { { } | \quad { \bf a } _ { t } = A _ { 0 } , { \bf a } _ { t + 1 } = A _ { 0 } , \ldots { \bf a } _ { t + \tau - 1 } = A _ { 2 } , \bar { \bf H } _ { t } } \end{array} +$$ + +We perform this for each patient in the test set and at each time $t$ in the history. For instance, for a patient with 50 timesteps in the model of tumour growth and for time horizon $\tau = 3$ , we generate $2 \cdot 3 \cdot 5 0 = 3 0 0$ counterfactuals. + +Using the true generated couterfactual data, we select the treatment that has the lowest $\mathbf { Y } _ { t + \tau }$ among the $\tau$ options generated for each treatment. Then, we select the time of applying treatment (among $t , t + 1 , \ldots t + \tau - 1 )$ that resulted in the lowest $\mathbf { Y } _ { t + \tau }$ . For each model, we generate the counterfactuals under the same treatment plans and patient histories. Then, we perform the selection of treatment and timing of treatment in the same way and we compare these with the true ones. Note that in order to account for numerical instability (two outcomes $Y _ { t + \tau }$ having very similar values), we consider two outcomes the same if they are within $\epsilon = 0 . 0 0 1$ of each other. + +# M RESULTS ON FACTUAL PREDICTION ON MIMIC III + +Using the Medical Information Mart for Intensive Care (MIMIC III) (Johnson et al., 2016) database consisting of electronic health records from patients in the ICU, we also show how the CRN can be used on a real medical dataset. From MIMIC III we extracted the patients on antibiotics, with trajectories up to 30 timesteps, thus obtaining a dataset with 3487 patients. For each patient, we extracted 25 patient covariates including lab tests and vital signs measured over time, as well as static patient features such as age and gender. + +We used a binary treatment at each timestep indicating whether the patient was administered antibiotics or not. Note that for the longitudinal covariates we used aggregate value for each day since the ICU admission. The reason for this is because antibiotic treatment is decided daily for the patient. We split the dataset into 2826/313/348 patients for training, validation and testing respectively. We performed hyperparameter optimization on the validation patient set, using the search ranges in Table 5 and we again selected hyperparameters based on the error on the factual outcomes. + +We estimate the individualized effect of antibiotics assigned over time on the patient’s white blood cell count. A high white blood cell count is associated with severe illness and poor outcome for ICU patients (Waheed et al., 2003). Antibiotic administration in the ICU aims to reduce the white blood cell count. However, the effectiveness of the antibiotics treatment in reducing the white blood cell count is highly dependent on the time they are administered with respect to the history of the patient covariates. In this context we again have time-dependent confounders: the patient features change over time and are affected by the previous administration of antibiotics. Moreover, the history of the patient features also determines antibiotics administration and affects future patient outcomes (De Bus et al., 2018; Ali et al., 2019). + +In Table 10 we report the root mean squared error for factual prediction of the patients’ white blood cell count for multiple prediction horizons $\tau$ . Note that for this dataset we do not have access to counterfactual data, which is why we report error on factual predictions. + +Table 10: RMSE for $\tau$ -step-ahead prediction of factual outcomes on MIMIC III. + +
T=1T=2T=3 T=4
RMSN2.843.874.464.79
CRN2.683.544.074.67
+ +We notice that CRN also achieves better performance than RMSN in estimating factual outcomes in a real-world dataset containing electronic health records. In this context, where couterfactual data is not available, domain expert knowledge is required to validate the model’s counterfactual predictions under other antibiotic treatment alternatives. This further medical validation is outside the scope of this paper. \ No newline at end of file diff --git a/parse/train/BJg866NFvB/BJg866NFvB_content_list.json b/parse/train/BJg866NFvB/BJg866NFvB_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..d04b6a784365f10668ef84c99447a478778ae541 --- /dev/null +++ b/parse/train/BJg866NFvB/BJg866NFvB_content_list.json @@ -0,0 +1,3392 @@ +[ + { + "type": "text", + "text": "ESTIMATING COUNTERFACTUAL TREATMENT OUTCOMES OVER TIME THROUGH ADVERSARIALLY BALANCED REPRESENTATIONS ", + "text_level": 1, + "bbox": [ + 174, + 101, + 821, + 171 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Ioana Bica ", + "text_level": 1, + "bbox": [ + 184, + 195, + 259, + 208 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Department of Engineering Science University of Oxford, Oxford, UK The Alan Turing Institute, London, UK ioana.bica@eng.ox.ac.uk ", + "bbox": [ + 184, + 210, + 442, + 265 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Ahmed M. Alaa Department of Electrical Engineering University of California, Los Angeles, USA ahmedmalaa@ucla.edu ", + "bbox": [ + 524, + 195, + 813, + 251 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "James Jordon ", + "text_level": 1, + "bbox": [ + 184, + 287, + 282, + 300 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Mihaela van der Schaar ", + "text_level": 1, + "bbox": [ + 506, + 286, + 673, + 300 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Department of Engineering Science University of Oxford, Oxford, UK james.jordon@wolfson.ox.ac.uk ", + "bbox": [ + 184, + 301, + 467, + 342 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "University of Cambridge, Cambridge, UK University of California, Los Angeles, USA The Alan Turing Institute, London, UK mv472@cam.ac.uk ", + "bbox": [ + 506, + 301, + 794, + 354 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 392, + 544, + 407 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Identifying when to give treatments to patients and how to select among multiple treatments over time are important medical problems with a few existing solutions. In this paper, we introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence model that leverages the increasingly available patient observational data to estimate treatment effects over time and answer such medical questions. To handle the bias from time-varying confounders, covariates affecting the treatment assignment policy in the observational data, CRN uses domain adversarial training to build balancing representations of the patient history. At each timestep, CRN constructs a treatment invariant representation which removes the association between patient history and treatment assignments and thus can be reliably used for making counterfactual predictions. On a simulated model of tumour growth, with varying degree of time-dependent confounding, we show how our model achieves lower error in estimating counterfactuals and in choosing the correct treatment and timing of treatment than current state-of-the-art methods. ", + "bbox": [ + 233, + 422, + 766, + 617 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 642, + 336, + 657 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "As clinical decision-makers are often faced with the problem of choosing between treatment alternatives for patients, reliably estimating their effects is paramount. While clinical trials represent the gold standard for causal inference, they are expensive, have a few patients and narrow inclusion criteria (Booth & Tannock, 2014). Leveraging the increasingly available observational data about patients, such as electronic health records, represents a more viable alternative for estimating treatment effects. ", + "bbox": [ + 174, + 672, + 825, + 742 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "A large number of methods have been proposed for performing causal inference using observational data in the static setting (Johansson et al., 2016; Shalit et al., 2017; Alaa & van der Schaar, 2017; Li & Fu, 2017; Yoon et al., 2018; Alaa & van der Schaar, 2018; Yao et al., 2018) and only a few methods address the longitudinal setting (Xu et al., 2016; Roy et al., 2016; Soleimani et al., 2017; Schulam & Saria, 2017; Lim et al., 2018). However, estimating the effects of treatments over time poses unique opportunities such as understanding how diseases evolve under different treatment plans, how individual patients respond to medication over time, but also which are optimal timings for assigning treatments, thus providing new tools to improve clinical decision support systems. ", + "bbox": [ + 174, + 750, + 825, + 861 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The biggest challenge when estimating the effects of time-dependent treatments from observational data involves correctly handling the time-dependent confounders: patient covariates that are affected by past treatments which then influence future treatments and outcomes (Platt et al., 2009). For instance, consider that treatment A is given when a certain patient covariate (e.g. white blood cell count) has been outside of normal range values for several consecutive timesteps. Suppose also that this patient covariate was itself affected by the past administration of treatment B. If these patients are more likely to die, without adjusting for the time-dependent confounding (e.g. the changes in the white blood cell count over time), we will incorrectly conclude that treatment A is harmful to patients. Moreover, estimating the effect of a different sequence of treatments on the patient outcome would require not only adjusting for the bias at the current step (in treatment A), but also for the bias introduced by the previous application of treatment B. ", + "bbox": [ + 174, + 867, + 823, + 924 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/48102b092b83fa34ae96204e15fa6bcdf8c5bf203ea2fe1f45443282de05bbd2.jpg", + "image_caption": [ + "Figure 1: Applicability of CRN in cancer treatment planning. We illustrate 3 patients with different covariate and treatment histories $\\bar { \\mathbf { H } } _ { t }$ . For a current time $t$ , CRN can predict counterfactual trajectories (the coloured dashed branches) for planned treatments in the future. Through the counterfactual predictions, we can decide which treatment plan results in the best patient outcome (in this case, the lowest tumour volume). This way, CRN can be used to perform all of the following: choose optimal treatments (a), find timing when treatment is most effective (b) decide when to stop treatment (c). " + ], + "image_footnote": [], + "bbox": [ + 186, + 103, + 813, + 262 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 372, + 825, + 470 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Existing methods for causal inference in the static setting cannot be applied in this longitudinal setting since they are designed to handle the cross-sectional set-up, where the treatment and outcome depend only on a static value of the patient covariates. If we consider again the above example, these methods would not be able to model how the changes in patient covariates over time affect the assignment of treatments and they would also not be able to estimate the effect of a sequence of treatments on the patient outcome (e.g. sequential application of treatment A followed by treatment B). Different models that can handle these temporal dependencies in the observational data and varying-length patient histories are needed for estimating treatment effects over time. ", + "bbox": [ + 174, + 478, + 825, + 589 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Time-dependent confounders are present in observational data because doctors follow policies: the history of the patients’ covariates and the patients’ response to past treatments are used to decide future treatments (Mansournia et al., 2012). The direct use of supervised learning methods will be biased by the treatment policies present in the observational data and will not be able to correctly estimate counterfactuals for different treatment assignment policies. ", + "bbox": [ + 174, + 595, + 825, + 665 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Standard methods for adjusting for time-varying confounding and estimating the effects of timevarying exposures are based on ideas from epidemiology. The most widely used among these are Marginal Structural Models (MSMs) (Robins et al., 2000; Mansournia et al., 2012) which use the inverse probability of treatment weighting (IPTW) to adjust for the time-dependent confounding bias. Through IPTW, MSMs create a pseudo-population where the probability of treatment does not depend on the time-varying confounders. However, MSMs are not robust to model misspecification in computing the IPTWs. MSMs can also give high-variance estimates due to extreme weights; computing the IPTW involves dividing by probability of assigning a treatment conditional on patient history which can be numerically unstable if the probability is small. ", + "bbox": [ + 174, + 672, + 825, + 797 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence architecture for estimating treatment effects over time. CRN leverages recent advances in representation learning (Bengio et al., 2012) and domain adversarial training (Ganin et al., 2016) to overcome the problems of existing methods for causal inference over time. Our main contributions are as follows. ", + "bbox": [ + 174, + 805, + 825, + 861 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Treatment invariant representations over time. CRN constructs treatment invariant representations at each timestep in order to break the association between patient history and treatment assignment and thus removes the bias from time-dependent confounders. For this, CRN uses domain adversarial training (Ganin et al., 2016; Li et al., 2018; Sebag et al., 2019) to trade-off between building this balancing representation and predicting patient outcomes. We show that these representations remove the bias from time-varying confounders and can be reliably used for estimating counterfactual outcomes. This represents the first work that introduces ideas from domain adaptation to the area of estimating treatment effects over time. In addition, by building balancing representations, we propose a novel way of removing the bias introduced by time-varying confounders. ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Counterfactual estimation of future outcomes. To estimate counterfactual outcomes for treatment plans (and not just single treatments), we integrate the domain adversarial training procedure as part of a sequence-to-sequence architecture. CRN consists of an encoder network which builds treatment invariant representations of the patient history that are used to initialize the decoder. The decoder network estimates outcomes under an intended sequence of future treatments, while also updating the balanced representation. By performing counterfactual estimation of future treatment outcomes, CRN can be used to answer critical medical questions such as deciding when to give treatments to patients, when to start and stop treatment regimes, and also how to select from multiple treatments over time. We illustrate in Figure 1 the applicability of our method in choosing optimal cancer treatments. ", + "bbox": [ + 174, + 180, + 825, + 306 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "In our experiments, we evaluate CRN in a realistic set-up using a model of tumour growth (Geng et al., 2017). We show that CRN achieves better performance in predicting counterfactual outcomes, but also in choosing the right treatment and timing of treatment than current state-of-the-art methods. ", + "bbox": [ + 176, + 311, + 825, + 354 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 376, + 341, + 392 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "We focus on methods for estimating treatment effects over time and for building balancing representations for causal inference. A more in-depth review of related work is in Appendix A. ", + "bbox": [ + 176, + 409, + 823, + 436 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Treatment effects over time. Standard methods for estimating the effects of time-varying exposures were first developed in the epidemiology literature and include the $\\mathrm { g }$ -computation formula, Structural Nested Models and Marginal Structural Models (MSMs) (Robins, 1986; 1994; Robins et al., 2000; Robins & Hernán, 2008). Originally, these methods have used predictors performing logistic/linear regression which makes them unsuitable for handling complex time-dependencies (Hernán et al., 2001; Mansournia et al., 2012; Mortimer et al., 2005). To address these limitations, methods that use Bayesian non-parametrics or recurrent neural networks as part of these frameworks have been proposed. (Xu et al., 2016; Roy et al., 2016; Lim et al., 2018). ", + "bbox": [ + 174, + 443, + 825, + 555 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "To begin with, Xu et al. (2016) use Gaussian processes to model discrete patient outcomes as a generalized mixed-effects model and uses the $g$ -computation method to handle time-varying confounders. Soleimani et al. (2017) extend the approach in $\\mathrm { X u }$ et al. (2016) to the continuous time-setting and model treatment responses using linear time-invariant dynamical systems. Roy et al. (2016) use Dirichlet and Gaussian processes to model the observational data and estimate the IPTW in Marginal Structural Models. Schulam & Saria (2017) build upon work from Lok et al. (2008); Arjas & Parner (2004) and use marked point processes and Gaussian processes to learn causal effects in continuous-time data. These Bayesian non-parametric methods make strong assumptions about model structure and consequently cannot handle well heterogeneous treatment effects arising from baseline variables (Soleimani et al., 2017; Schulam & Saria, 2017) and multiple treatment outcomes (Xu et al., 2016; Schulam & Saria, 2017). ", + "bbox": [ + 174, + 563, + 825, + 714 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "The work most related to ours is the one of Lim et al. (2018) which improves on the standard MSMs by using recurrent neural networks to estimate the inverse probability of treatment weights (IPTWs). Lim et al. (2018) introduces Recurrent Marginal Structural Networks (RMSNs) which also use a sequence-to-sequence deep learning architecture to forecast treatment responses in a similar fashion to our model. However, RMSNs require training additional RNNs to estimate the propensity weights and does not overcome the fundamental problems with IPTWs, such as the high-variance of the weights. Conversely, CRN takes advantage of the recent advances in machine learning, in particular, representation learning to propose a novel way of handling time-varying confounders. ", + "bbox": [ + 174, + 722, + 825, + 833 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Balancing representations for treatment effect estimation. Balancing the distribution of control and treated groups has been used for counterfactual estimation in the static setting. The methods proposed in the static setting for balancing representations are based on using discrepancy measures in the representation space between treated and untreated patients, which do not generalize to multiple treatments (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018). Moreover, due to the sequential assignment of treatments in the longitudinal setting, and due to the change of patient covariates over time according to previous treatments, the methods for the static setting are not directly applicable to the time-varying setting (Hernán et al., 2000; Mansournia et al., 2012). ", + "bbox": [ + 174, + 840, + 825, + 924 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "3 PROBLEM FORMULATION ", + "text_level": 1, + "bbox": [ + 176, + 152, + 415, + 169 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Consider an observational dataset $\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }$ consisting of information about $N$ independent patients. For each patient $( i )$ , we observe time-dependent covariates $\\mathbf { X } _ { t } ^ { ( i ) } \\in \\mathcal { X } _ { t }$ , treatment received $\\mathbf { A } _ { t } ^ { ( i ) } \\in \\{ A _ { 1 } , . . . A _ { K } \\} = \\mathcal { A }$ and outcomes $\\mathbf { Y } _ { t + 1 } ^ { ( i ) } \\in \\mathcal { V } _ { t + 1 }$ for $T ^ { ( i ) }$ discrete timesteps. The patient can also have baseline covariates $\\mathbf { V } ^ { ( i ) } \\in \\mathcal { V }$ such as gender and genetic information. Note that the ou me $\\mathbf { Y } _ { t + 1 } ^ { ( i ) }$ will be part of the observed covariates $\\mathbf { X } _ { t + 1 } ^ { ( i ) }$ . For simplicity, the patient $( i )$ ", + "bbox": [ + 173, + 179, + 826, + 284 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We adopt the potential outcomes framework proposed by (Neyman, 1923; Rubin, 1978) and extended by (Robins & Hernán, 2008) to account for time-varying treatments. Let $\\mathbf { Y } [ \\bar { \\mathbf { a } } ]$ be the potential outcomes, either factual or counterfactual, for each possible course of treatment a¯. Let $\\mathbf { \\bar { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { \\underline { { t } } - 1 } , \\mathbf { V } )$ represent the history of the patient covariates $\\bar { \\mathbf X } _ { t } = ( \\mathbf X _ { 1 } , \\dots , \\mathbf X _ { t } )$ , treatment assignments $\\bar { \\mathbf { A } } _ { t } = ( \\mathbf { A } _ { 1 } , \\ldots , \\mathbf { A } _ { t } )$ and static features $\\mathbf { V }$ . We want to estimate: ", + "bbox": [ + 173, + 290, + 825, + 361 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/ee54142209a0418282b4ea570e9bc262b47f0ee3678397ea7b1da9248f4bd3f6.jpg", + "text": "$$\n\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ] | \\bar { \\mathbf { H } } _ { t } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 397, + 366, + 598, + 383 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]$ represents a possible sequence of treatments from timestep $t$ just until before the potential outcome $\\mathbf { Y } _ { t + \\tau }$ is observed. We make the standard assumptions (Robins et al., 2000; Lim et al., 2018) needed to identify the treatment effects: consistency, positivity and no hidden confounders (sequential strong ignorability). See Appendix B for more more details. ", + "bbox": [ + 173, + 390, + 825, + 448 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4 COUNTERFACTUAL RECURRENT NETWORK", + "text_level": 1, + "bbox": [ + 174, + 467, + 566, + 483 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The observational data can be used to train a supervised learning model to forecast: $\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\ )$ $\\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } )$ . However, without adjusting for the bias introduced by timevarying confounders, this model cannot be reliably used for making causal predictions (Robins et al., 2000; Robins & Hernán, 2008; Schulam $\\&$ Saria, 2017). The Counterfactual Recurrent Network (CRN) removes this bias through domain adversarial training and estimates the counterfactual outcomes $\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 \\bar { ) } ] | \\bar { \\mathbf { H } } _ { t } )$ , for any intended future treatment assignment $\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )$ . ", + "bbox": [ + 173, + 498, + 826, + 583 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Balancing representations. The history $\\bar { \\mathbf { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { V } )$ of the patient contains the timevarying confounders $\\bar { \\mathbf { X } } _ { t }$ which bias the treatment assignment $\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}$ in the observational dataset. Inverse probability of treatment weighting, as performed by MSMs, creates a pseudopopulation where the probability of treatment ${ \\bf A } _ { t }$ does not depend on the time-varying confounders (Robins et al., 2000). In this paper, we propose instead building a representation of the history $\\bar { \\mathbf { H } } _ { t }$ that is not predictive of the treatment ${ \\bf A } _ { t }$ . This way, we remove the association between history, containing the time-varying confounders $\\bar { \\mathbf { X } } _ { t }$ , and current treatment ${ \\bf A } _ { t }$ . Robins (1999) shows that in this case, the estimation of counterfactual treatment outcomes is unbiased. See Appendix $\\textrm { C }$ for details and for an example of a causal graph with time-dependent confounders. ", + "bbox": [ + 173, + 588, + 826, + 715 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Let $\\Phi$ be the representation function that maps the patient history $\\bar { \\mathbf { H } } _ { t }$ to a representation space $\\mathcal { R }$ . To obtain unbiased treatment effects, $\\Phi$ needs to construct treatment invariant representations such that $P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { K } )$ . To achieve this and to estimate counterfactual outcomes under a planned sequence of treatments, we integrate the domain adversarial training framework proposed by Ganin et al. (2016) and extended by Sebag et al. (2019) to the multi-domain learning setting, into a sequence-to-sequence architecture. In our case, the different treatments at each timestep are considered the different domains. Note that the novelty here comes from the use of domain adversarial training to handle the bias from the time-dependent confounders, rather than the use of sequence-to-sequence models, which have already been applied to forecast treatment responses (Lim et al., 2018). Figure 2 illustrates our model architecture. ", + "bbox": [ + 173, + 720, + 825, + 861 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Encoder. The encoder network uses an RNN, with LSTM unit (Hochreiter & Schmidhuber, 1997), to process the history of treatments $\\bar { \\mathbf { A } } _ { t - 1 }$ , covariates $\\bar { \\mathbf { X } } _ { t }$ and baseline features $\\mathbf { V }$ to build a treatment invariant representation $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ , but also to predict one-step-ahead outcomes $\\mathbf { Y } _ { t + 1 }$ . To achieve this, the encoder network aims to maximize the loss of the treatment classifier $G _ { a }$ and minimize the loss of the outcome predictor network $G _ { y }$ . This way, the balanced representation $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ is not predictive of the assigned treatment ${ \\bf A } _ { t }$ , but is discriminative enough to estimate the outcome $\\mathbf { Y } _ { t + 1 }$ . To train this model using gradient descent, we use the Gradient Reversal Layer (Ganin et al., 2016). ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/39de32791ca33f62a2ed333d3baf6dd543573abf1582505564a41dc63718a59d.jpg", + "image_caption": [ + "Figure 2: CRN architecture. Encoder builds representation $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ that maximizes loss of treatment classifier $G _ { a }$ and minimizes loss of outcome predictor $G _ { y }$ . $\\bar { \\Phi ( \\bar { \\mathbf { H } } _ { t } ) }$ is used to initialize the decoder, which continues to update it to predict counterfactual outcomes of a sequence of future treatments. " + ], + "image_footnote": [], + "bbox": [ + 176, + 95, + 821, + 270 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 335, + 825, + 377 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Decoder. The decoder network uses the balanced representation computed by the encoder to initialize the state of an RNN that predicts the counterfactual outcomes for a sequence of future treatments. During training, the decoder uses as input the outcomes from the observational data $( \\mathbf { Y } _ { t + 1 } , . . . \\mathbf { Y } _ { t + \\tau - 1 } )$ , the static patient features $\\mathbf { V }$ and the intended sequence of treatments $\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )$ . The decoder is trained in a similar way to the encoder to update the balanced representation and to estimate the outcomes. During testing, we do not have access to ground-truth outcomes; thus, the outcomes predicted by the decoder $( \\mathsf { \\bar { Y } } _ { t + 1 } , \\dots , \\hat { \\mathbf { Y } } _ { t + \\tau - 1 } )$ are auto-regressively used instead as inputs. By running the decoder with different treatment settings, and by auto-regressively feeding back the outcomes, we can determine when to start and end different treatments, which is the optimal time to give the treatment and which treatments to give over time to obtain the best patient outcomes. ", + "bbox": [ + 174, + 385, + 825, + 526 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The representation $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ is built by applying a fully connected layer, with Exponential Linear Unit (ELU) activation to the output of the LSTM. The treatment classifier $G _ { a }$ and the predictor network $G _ { y }$ consist of a hidden layer each, also with ELU activation. The output layer of $G _ { a }$ uses softmax activation, while the output layer of $G _ { y }$ uses linear activation for continuous predictions. For categorical outcomes, softmax activation can be used. We follow an approach similar to Lim et al. (2018) and we split the encoder and decoder training into separate steps. See Appendix E for details. ", + "bbox": [ + 174, + 532, + 825, + 617 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The encoder and decoder networks use variational dropout (Gal & Ghahramani, 2016) such that the CRN can also give uncertainty intervals for the treatment outcomes. This is particularity important in the estimation of treatment effects, since the model predictions should only be used when they have high confidence. Our model can also be modified to allow for irregular samplings of observations by using a PhasedLSTM (Neil et al., 2016). ", + "bbox": [ + 174, + 623, + 825, + 693 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "5 ADVERSARIALLY BALANCED REPRESENTATION OVER TIME ", + "text_level": 1, + "bbox": [ + 176, + 718, + 696, + 732 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "At each timestep $t$ , let the $K$ different possible treatments $\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}$ represent our domains. As described in Section 4, to remove the bias from time-dependent confounders, we build a representation of history $\\bar { \\mathbf { H } } _ { t }$ that is invariant across treatments: $P ( \\mathbf { \\bar { \\Phi } } ( \\mathbf { \\bar { H } } _ { t } ) \\mid A _ { 1 } ) = \\cdots = P ( \\Phi ( \\mathbf { \\bar { H } } _ { t } ) \\mid \\mathbf { \\bar { \\Phi } } _ { X } )$ . ", + "bbox": [ + 174, + 748, + 828, + 792 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "This requirement can be enforced by minimizing the distance in the distribution of $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ between any two pairs of treatments. Kifer et al. (2004); Ben-David et al. (2007), propose measuring the disparity between distributions based on their separability by a discriminatively-trained classifier. Let the symmetric hypothesis class $\\mathcal { H }$ consist of the set of symmetric multiclass classifiers, such as neural network architectures. The $\\mathcal { H }$ -divergence between all pairs of two distributions is defined in terms of the capacity of the hypothesis class $\\mathcal { H }$ to discriminate between examples from the multiple distributions. Empirically, minimizing the $\\varkappa -$ divergence involves building a representation where examples from the multiple domains are as indistinguishable as possible (Ben-David et al., 2007; Li et al., 2018; Sebag et al., 2019). Ganin et al. (2016) use this idea to propose an adversarial framework for domain adaptation involving building a representation which achieves maximum error on a domain classifier and minimum error on an outcome predictor. Similarly, in our case, we use domain adversarial training to build a representation of the patient history $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ that is both invariant to the treatment given at timestep $t$ , ${ \\bf A } _ { t }$ and that achieves low error in estimating the outcome $\\mathbf { Y } _ { t + 1 }$ . ", + "bbox": [ + 173, + 797, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 825, + 160 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Let $G _ { a } \\big ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } \\big )$ be the treatment classifier with parameters $\\theta _ { a }$ and let $G _ { a } ^ { j } ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) ; \\theta _ { a } )$ be the output corresponding to treatment $A _ { j }$ . Let $\\hat { G } _ { y } ( \\dot { \\Phi } ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { y } )$ be the predictor network with parameters $\\theta _ { y }$ . The representation function $\\Phi$ is parameterized by the parameters $\\theta _ { r }$ in the RNN: $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } ; \\theta _ { r } )$ . Figure 3 shows the adversarial training procedure used. ", + "bbox": [ + 173, + 165, + 552, + 265 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "For timestep $t$ and patient $( i )$ , let $\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } )$ be the treatment (domain) loss and let $\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } )$ the outcome loss, defined as follows: ", + "bbox": [ + 173, + 268, + 550, + 319 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/f7a6761b284070fba3d17ff94f113542ed403489c6cb7b08242728a01d5e4917.jpg", + "text": "$$\n\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) = - \\sum _ { j = 1 } ^ { K } \\mathbb { I } _ { \\{ \\mathbf { a } _ { t } ^ { ( i ) } = a _ { j } \\} } \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) ; \\theta _ { a } ) )\n$$", + "text_format": "latex", + "bbox": [ + 176, + 324, + 544, + 369 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/8345f039c6d1a6ebfdbc510bd16403a83dd82aaf99fccb630b194552f5ccdb7a.jpg", + "text": "$$\n\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) = \\| \\mathbf { Y } _ { t + 1 } ^ { ( i ) } - \\left( G _ { y } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) , \\theta _ { y } ) \\right) \\| ^ { 2 } .\n$$", + "text_format": "latex", + "bbox": [ + 176, + 383, + 500, + 407 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "If the outcome is binary, the cross-entropy loss can be used instead for $\\mathcal { L } _ { t , y }$ . To build treatment invariant representations and to also estimate patient outcomes, we aim to maximize treatment loss and minimize outcome loss. ", + "bbox": [ + 173, + 420, + 549, + 477 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/d393ec25b88d42f7d5cc610cfeb256d83fddebdab392f202255cb7d1638d9cd5.jpg", + "image_caption": [ + "Figure 3: Training procedure for building balancing representation. " + ], + "image_footnote": [], + "bbox": [ + 566, + 178, + 820, + 428 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "$\\mathcal { L } _ { t , y } ^ { ( i ) }$ at timestep $t$ is given by: ", + "bbox": [ + 174, + 481, + 511, + 500 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/ba271ea6cd93d58b5413ddb23d93ec1e598d1ad96d899586e36caf569446fe67.jpg", + "text": "$$\n\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } ) = \\sum _ { i = 1 } ^ { N } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) - \\lambda \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 326, + 507, + 669, + 551 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "where the hyperparameter $\\lambda$ controls this trade-off between domain discrimination and outcome prediction. We use the standard procedure for training domain adversarial networks from Ganin et al. (2016) and we start off with an initial value for $\\lambda$ and use an exponentially increasing schedule during training. To train the model using backpropagation, we use the Gradient Reversal Layer (GRL) (Ganin et al., 2016). For more details about the training procedure, see Appendix $\\mathrm { E }$ . ", + "bbox": [ + 173, + 558, + 825, + 630 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "By using the objective $\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } )$ , we reach the saddle point $( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\hat { \\theta } _ { a } )$ that achieves the equilibrium between domain discrimination and outcome estimation. ", + "bbox": [ + 171, + 635, + 823, + 667 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/2011bd68e3f56b4b4ebe390cd9b38fa98d81dc6505b0fa09bc569a3fefea196a.jpg", + "text": "$$\n( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } ) = \\arg \\operatorname* { m i n } _ { \\theta _ { r } , \\theta _ { y } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\hat { \\theta } _ { a } ) \\qquad \\hat { \\theta } _ { a } = \\arg \\operatorname* { m a x } _ { \\theta _ { a } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\theta _ { a } ) .\n$$", + "text_format": "latex", + "bbox": [ + 245, + 674, + 753, + 703 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The result stated in Theorem 1 proves that the treatment (domain) loss part of our objective (from equation 2) aims to remove the time-dependent confounding bias. ", + "bbox": [ + 171, + 718, + 825, + 747 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Theorem 1. Let $t \\in \\{ 1 , 2 , \\dots \\}$ . For each $j = 1 , . . . , K$ , let $P _ { j }$ denote the distribution of $\\bar { \\mathbf { H } } _ { t }$ conditional on $\\mathbf { A } _ { t } = A _ { j }$ and let $P _ { j } ^ { \\Phi }$ denote the distribution of $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ conditional on $\\mathbf { A } _ { t } = A _ { j }$ . Let $G _ { a } ^ { j }$ denote the output of $G _ { a }$ corresponding to treatment $A _ { j }$ . Then the minimax game defined by ", + "bbox": [ + 174, + 751, + 825, + 800 + ], + "page_idx": 5 + }, + { + "type": "equation", + "img_path": "images/7ce58ece0f668c44fcef24ad8527166ae87117ed618283aed5e99fe1b802935b.jpg", + "text": "$$\n\\underset { \\Phi } { \\mathop { \\operatorname* { m i n } } } \\underset { G _ { a } } { \\mathop { \\operatorname* { m a x } } } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { \\bar { \\mathbf { H } } _ { t } \\sim P _ { j } } \\left[ \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } ) ) \\right] \\qquad \\quad s u b j e c t t o \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ) = 1\n$$", + "text_format": "latex", + "bbox": [ + 222, + 806, + 772, + 852 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "has a global minimum which is attained if and only if $P _ { 1 } ^ { \\Phi } = P _ { 2 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }$ , i.e. when the learned representations are invariant across all treatments. ", + "bbox": [ + 173, + 859, + 826, + 890 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Proof. This result is a restatement of the one in Li et al. (2018). For details, see the Appendix D. ", + "bbox": [ + 168, + 907, + 816, + 925 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "A good representation allows us to obtain a low error in estimating counterfactuals for all treatments, while at the same time to minimize the $\\mathcal { H }$ -divergence between induced marginal distributions of all the domains. We use an algorithm that directly minimizes a combination of the $\\varkappa -$ divergence and the empirical training margin. ", + "bbox": [ + 174, + 103, + 825, + 160 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "6 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 181, + 326, + 196 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "In real datasets, counterfactual outcomes and the degree of time-dependent confounding are not known (Schulam & Saria, 2017; Lim et al., 2018). To validate the $\\mathrm { C R N ^ { 1 } }$ , we evaluate it on a Pharmacokinetic-Pharmacodynamic model of tumour growth (Geng et al., 2017), which uses a stateof-the-art bio-mathematical model to simulate the combined effects of chemotherapy and radiotherapy in lung cancer patients. The same model was used by Lim et al. (2018) to evaluate RMSNs. ", + "bbox": [ + 174, + 212, + 825, + 284 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Model of tumour growth The volume of tumour $t$ days after diagnosis is modelled as follows: ", + "bbox": [ + 169, + 289, + 797, + 304 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/8455e5f469a601e403f6480a206839150f42db4f3a488f061732968fa8537010.jpg", + "text": "$$\nV ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } \\big ( \\frac { K } { V ( t ) } \\big ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )\n$$", + "text_format": "latex", + "bbox": [ + 235, + 310, + 764, + 364 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r } , e _ { t }$ are sampled as described in Geng et al. (2017). To incorporate heterogeneity in patient responses, the prior means for $\\beta _ { c }$ and $\\alpha _ { r }$ are adjusted to create patient subgroups, which are used as baseline features. The chemotherapy concentration $C ( t )$ and radiotherapy dose $d ( t )$ are modelled as described in Appendix F. Time-varying confounding is introduced by modelling emotherapy and radiotherapy assigndepending on the tumour diameter: ables, and $p _ { c }$ $p _ { r }$ $\\begin{array} { r } { p _ { c } ( t ) = \\sigma \\big ( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\big ) } \\end{array}$ $\\begin{array} { r } { p _ { r } ( t ) \\dot { = } \\sigma \\big ( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\hat { \\bar { D } } ( t ) - } \\end{array}$ $\\delta _ { r } )$ \u0001 where is the average diameter over the last 15 days, $D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m } , \\sigma ( \\cdot )$ is the sigmoid and $\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2$ . The amount of time-dependent confounding is controlled through $\\gamma _ { c } , \\gamma _ { r }$ ; the higher $\\gamma _ { \\star }$ is, the more important the history is in assigning treatments. At each timestep, there are four treatment options: no treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy. For details about data simulation, see Appendix F. ", + "bbox": [ + 173, + 371, + 825, + 530 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Benchmarks We used the following benchmarks for performance comparison: Marginal Structural Models (MSMs) (Robins et al., 2000), which use logistic regression for estimating the IPTWs and linear regression for prediction (see Appendix G for details). We also compare against the Recurrent Marginal Structural Networks (RMSNs) Lim et al. (2018), which is the current state-of-the-art model in estimating treatment responses. RMSNs use RNNs to estimate the IPTWs and the patient outcomes (details in Appendix H). To show that standard supervised learning models do not handle the timevarying confounders we compare against an RNN and a linear regression model, which receive as input treatments and covariates to predict the outcome (see Appendix I for details). Our model architecture follows the description in Sections 4 and 5, with full training details and hyperparameter optimization in Appendix J. To show the importance of adversarial training, we also benchmark against CRN $\\lambda = 0$ ) a model with the same architecture, but with $\\lambda = 0$ , i.e our model architecture without adversarial training. ", + "bbox": [ + 173, + 536, + 825, + 703 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "6.1 EVALUATE MODELS ON COUNTERFACTUAL PREDICTIONS ", + "text_level": 1, + "bbox": [ + 174, + 722, + 607, + 736 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Previous methods focused on evaluating the error only for factual outcomes (observed patient outcomes) (Lim et al., 2018). However, to build decision support systems, we need to evaluate how well the models estimate the counterfactual outcomes, i.e patient outcomes under alternative treatment options. The parameters $\\gamma _ { c }$ and $\\gamma _ { r }$ control the treatment assignment policy, i.e. the degree of time-dependent confounding present in the data. We evaluate the benchmarks under different degrees of time-dependent confounding by setting $\\gamma = \\gamma _ { c } = \\gamma _ { r }$ . For each $\\gamma$ we simulate a 10000 patients for training, 1000 for validation (hyperparameter tuning) and 1000 for out-of-sample testing. For the patients in the test set, for each time $t$ , we also simulate counterfactuals $\\mathbf { Y } _ { t + 1 }$ , represented by tumour volume $V ( t + 1 )$ , under all possible treatment options. ", + "bbox": [ + 173, + 747, + 825, + 873 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/cfd2e5bc6015b41a94296fbf8b32467dc117f38d981d224e897f47516e68addb.jpg", + "image_caption": [ + "Figure 4: Results for prediction of patient counterfactuals. " + ], + "image_footnote": [], + "bbox": [ + 197, + 102, + 812, + 272 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Figure 4 (a) shows the normalized root mean squared error (RMSE) for one-step ahead estimation of counterfactuals with varying degree of time-dependent confounding $\\gamma$ . The RMSE is normalized by the maximum tumour volume: $V _ { m a x } = \\mathrm { 1 \\bar { 1 } 5 0 c m ^ { 3 } }$ . The linear and MSM models provide a baseline for performance as they achieve the highest RMSE. While the use of IPTW in MSMs helps when $\\gamma$ increases, using linear modelling has severe limitations. When there is no time-dependent confounding, the machine learning methods achieve similar performance, close to $0 . 6 \\%$ RMSE. As the bias in the dataset increases, the harder it becomes for the RNN and the CRN $\\lambda = 0 )$ ) to generalize to estimate outcomes of treatments not matching the training policy. When $\\gamma = 1 0$ , CRN improves by $4 8 . 1 \\%$ on the same model architecture without domain adversarial training CRN $\\lambda = 0$ ). ", + "bbox": [ + 173, + 313, + 825, + 439 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Our proposed model achieves the lowest RMSE across all values of $\\gamma$ . Compared to RMSNs, CRN improves by $\\sim 1 7 \\%$ when $\\gamma > 6$ . To highlight the gains of our method even for smaller $\\gamma$ , Figure 4 (b) shows the RMSE for five-step ahead prediction (with counterfactuals generated as described in Section 6.2 and Appendix L). RMSNs also use a decoder for sequence prediction. However, RMSNs require training additional RNNs to estimate the IPTW, which are used to weight each sample during the decoder training. For $\\tau$ -step ahead prediction, IPTW involves multiplying $\\tau$ weights which can result in high variance. The results in Figure 4 (b) show the problems with using IPTW to handle the time-dependent confounding bias. See Appendix K for more results on multi-step ahead prediction. ", + "bbox": [ + 173, + 445, + 825, + 558 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Balancing representation: To evaluate whether the CRN has indeed learnt treatment invariant represenations, for $\\gamma = 5$ , we illustrate in Figure 5 the T-SNE embeddings of the balancing representations $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ built by the CRN encoder for test patients. We color each point by the treatment $\\mathbf { A } _ { t } \\in \\{ \\mathrm { n o } \\}$ treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy} received at timestep $t$ to highlight the invariance of $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ across the different treatments. In Figure 5(b), we show $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ only for chemotherapy and radiotherapy for better understanding. ", + "bbox": [ + 174, + 564, + 825, + 647 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/81db339d71547cdef7a4a6bfc60803c8c22dc7a97cbc2b111eb3ea319e11801f.jpg", + "image_caption": [ + "Figure 5: TSNE embedding of the balancing representation $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ learnt by the CRN encoder at different timesteps $t$ . Notice that $\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )$ is not predictive of the treatment ${ \\bf A } _ { t }$ given at timestep $t$ . " + ], + "image_footnote": [], + "bbox": [ + 181, + 654, + 812, + 717 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "6.2 EVALUATE RECOMMENDING THE RIGHT TREATMENT AND TIMING OF TREATMENT", + "text_level": 1, + "bbox": [ + 169, + 773, + 781, + 787 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Evaluating the models just in terms of the RMSE on counterfactual estimation is also not enough for assessing their reliability when used as part of decision support systems. In this section we assess how well the models can select the correct treatment and timing of treatment for several forecasting horizons $\\tau$ . We generate test sets consisting of 1000 patients where for each horizon $\\tau$ and for each time $t$ in a patient’s trajectory, there are $\\tau$ options for giving chemotherapy at one of $t , \\dots t + \\tau - 1$ and $\\tau$ options for giving radiotherapy at one of $t , \\dots t + \\tau - 1$ . At the rest of the future timesteps, no treatment is applied. These $2 \\tau$ treatment plans are assessed in terms of the tumour volume outcome $\\mathbf { Y } _ { t + \\tau }$ . We select the treatment (chemotherapy or radiotherapy) that achieves lowest $\\mathbf { Y } _ { t + \\tau }$ , and within the correct treatment the timing with lowest $\\mathbf { Y } _ { t + \\tau }$ . We also compute the normalized RMSE for predicting $\\mathbf { Y } _ { t + \\tau }$ . See Appendix L for more details about the test set. The models are evaluated for 3 settings of $\\gamma _ { c }$ and $\\gamma _ { r }$ . ", + "bbox": [ + 173, + 797, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/e8c20a276d8d98067f0238283f13ca2afea3e0c0dbb97025c67f09d8280e2526.jpg", + "table_caption": [ + "Table 1: Results for recommending the correct treatment and timing of treatment. " + ], + "table_footnote": [], + "table_body": "
%c=5,γr=5% =5,γr=01 Yc =0,γr =5
TCRNRMSNMSMCRN RMSNMSMCRNRMSNMSM
Normalized RMSE2.43%3.16%6.75%1.08% 1.35%3.68%1.54%1.59%3.23%
2.83%3.95%7.65% 1.21%1.81%3.84%1.81%2.25%3.52%
345673.18%4.37% 7.95%1.33%2.13%3.91%2.03%2.71%3.63%
3.51%5.61%8.19%1.42% 2.41%3.97%2.23%2.73%3.71%
3.93%6.21% 8.52%1.53%2.43%4.04%2.43%2.88%3.79%
Treatment Accuracy83.1%75.3%73.9%83.2% 78.6%77.1%92.9%87.3%74.9%
82.5%74.1%68.5%81.3%77.7% 73.9%85.7%83.8%74.1%
3456773.5%72.7%63.2%78.3% 77.2%72.3%83.8%82.1%72.8%
69.4%66.7%62.7%79.5% 76.3%71.8%78.6%69.7%64.5%
71.2%68.8%62.4%72.7% 71.8%71.6%71.9%69.3%61.2%
Treatment Timing Accuracy79.6%78.1%67.6%80.5%76.8% 77.5%79.8%75.7%60.6%
73.9%70.3%63.1%79.0%77.2%73.4% 75.4%71.4%58.2%
69.8%68.6%62.4%78.3%73.3%63.6%66.9%31.3%29.5%
3456766.9%66.2%62.6%73.5%72.1%63.9%65.8%24.2%15.5%
64.5%63.6%62.2%70.6%57.4%44.2%63.9%25.6%12.5%
", + "bbox": [ + 174, + 116, + 825, + 387 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 176, + 404, + 823, + 431 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Table 1 shows the results for this evaluation set-up. The treatment accuracy denotes the percentage of patients for which the correct treatment was selected, while the treatment timing accuracy is the percentage for which the correct timing was selected. Note that when $\\gamma _ { c } = 0$ and $\\gamma _ { r } = 5$ , RMSN and MSM select the wrong treatment timing for projection horizons $\\tau > 4$ . CRN performs similarly among the different policies present in the observational data and achieve the lowest RMSE and highest accuracy in selecting the correct treatment and timing of treatment. ", + "bbox": [ + 173, + 438, + 825, + 522 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In Appendix M we also show the applicability of the CRN in more complex medical scenarios involving real data. We provide experimental results based on the Medical Information Mart for Intensive Care (MIMIC III) database (Johnson et al., 2016) consisting of electronic health records from patients in the ICU. ", + "bbox": [ + 174, + 529, + 825, + 585 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "7 CONCLUSION ", + "text_level": 1, + "bbox": [ + 176, + 604, + 318, + 621 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Despite its wide applicability, the problem of causal inference for time-dependent treatments has been relatively less studied compared to problem of causal inference in the static setting. Both new methods and theory are necessary to be able to harness the full potential of observational data for learning individualized effects of complex treatment scenarios. Further work in this direction is needed for proposing alternative methods for handling time-dependent confounders, for modelling combinations of treatments assigned over time or for estimating the individualized effects of time-dependent treatments with associated dosage. ", + "bbox": [ + 174, + 637, + 825, + 734 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "In this paper, we introduced the Counterfactual Recurrent Network (CRN), a model that estimates individualized effects of treatments over time using a novel way of handling the bias from timedependent confounders through adversarial training. Using a model of tumour growth, we validated CRN in realistic medical scenarios and we showed improvements over existing state-of-the-art methods. We also showed the applicability of the CRN a real dataset consiting of patient electronic health records. The counterfactual predictions of CRN have the potential to be used as part of clinical decision support systems to address relevant medical challenges involving selecting the best treatments for patients over time, identify optimal treatment timings but also when the treatment is no longer needed. In future work, we will aim to build better balancing representations and to provide theoretical guarantees for the expected error on the counterfactuals. ", + "bbox": [ + 173, + 741, + 825, + 881 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 103, + 356, + 117 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We would like to thank the reviewers for their valuable feedback. The research presented in this paper was supported by The Alan Turing Institute, under the EPSRC grant EP/N510129/1 and by the US Office of Naval Research (ONR). ", + "bbox": [ + 174, + 133, + 825, + 175 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 195, + 287, + 210 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Alberto Abadie and Guido W Imbens. Matching on the estimated propensity score. Econometrica, 84(2):781–807, 2016. ", + "bbox": [ + 174, + 218, + 825, + 247 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ahmed Alaa and Mihaela van der Schaar. Limits of estimating heterogeneous treatment effects: Guidelines for practical algorithm design. In International Conference on Machine Learning, pp. 129–138, 2018. ", + "bbox": [ + 174, + 255, + 825, + 297 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Ahmed M Alaa and Mihaela van der Schaar. Bayesian inference of individualized treatment effects using multi-task gaussian processes. In Advances in Neural Information Processing Systems, pp. 3424–3432, 2017. ", + "bbox": [ + 174, + 306, + 826, + 348 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Muhammad Ali, Humaira Naureen, Muhammad Haseeb Tariq, Muhammad Junaid Farrukh, Abubakar Usman, Shahana Khattak, and Hina Ahsan. Rational use of antibiotics in an intensive care unit: a retrospective study of the impact on clinical outcomes and mortality rate. Infection and Drug Resistance, 12:493, 2019. ", + "bbox": [ + 174, + 356, + 825, + 412 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Elja Arjas and Jan Parner. Causal reasoning from longitudinal data. Scandinavian Journal of Statistics, 31(2):171–187, 2004. ", + "bbox": [ + 173, + 421, + 823, + 449 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Onur Atan, William R Zame, and Mihaela van der Schaar. Learning optimal policies from observational data. International Conference on Machine Learning CausalML workshop, 2018. ", + "bbox": [ + 174, + 458, + 823, + 487 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Peter C Austin. An introduction to propensity score methods for reducing the effects of confounding in observational studies. Multivariate behavioral research, 46(3):399–424, 2011. ", + "bbox": [ + 173, + 494, + 821, + 523 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Helmut Bartsch, Heike Dally, Odilia Popanda, Angela Risch, and Peter Schmezer. Genetic risk profiles for cancer susceptibility and therapy response. In Cancer Prevention, pp. 19–36. Springer, 2007. ", + "bbox": [ + 174, + 531, + 826, + 574 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shai Ben-David, John Blitzer, Koby Crammer, and Fernando Pereira. Analysis of representations for domain adaptation. In Advances in neural information processing systems, pp. 137–144, 2007. ", + "bbox": [ + 173, + 582, + 821, + 611 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Y Bengio, A Courville, and P Vincent. Representation learning: a review and new perspectives. arxiv. org. 2012. ", + "bbox": [ + 173, + 618, + 825, + 647 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "CM Booth and IF Tannock. Randomised controlled trials and population-based observational research: partners in the evolution of medical evidence. British journal of cancer, 110(3):551, 2014. ", + "bbox": [ + 171, + 655, + 825, + 685 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Liesbet De Bus, Bram Gadeyne, Johan Steen, Jerina Boelens, Geert Claeys, Dominique Benoit, Jan De Waele, Johan Decruyenaere, and Pieter Depuydt. A complete and multifaceted overview of antibiotic use and infection diagnosis in the intensive care unit: results from a prospective four-year registration. Critical Care, 22(1):241, 2018. ", + "bbox": [ + 173, + 691, + 825, + 750 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Shayan Doroudi, Philip S Thomas, and Emma Brunskill. Importance sampling for fair policy selection. Grantee Submission, 2017. ", + "bbox": [ + 174, + 757, + 823, + 786 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016. ", + "bbox": [ + 174, + 794, + 821, + 823 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning Research, 17(1):2096–2030, 2016. ", + "bbox": [ + 178, + 830, + 825, + 873 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Changran Geng, Harald Paganetti, and Clemens Grassberger. Prediction of treatment response for combined chemo-and radiation therapy for non-small cell lung cancer patients using a biomathematical model. Scientific reports, 7(1):13542, 2017. ", + "bbox": [ + 176, + 882, + 825, + 924 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Zhaohan Guo, Philip S Thomas, and Emma Brunskill. Using options and covariance testing for long horizon off-policy policy evaluation. In Advances in Neural Information Processing Systems, pp. 2492–2501, 2017. ", + "bbox": [ + 173, + 103, + 823, + 146 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Assaf Hallak, François Schnitzler, Timothy Mann, and Shie Mannor. Off-policy model-based learning under unknown factored dynamics. In International Conference on Machine Learning, pp. 711–719, 2015. ", + "bbox": [ + 174, + 155, + 826, + 198 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Miguel A Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate the joint causal effect of nonrandomized treatments. Journal of the American Statistical Association, 96(454):440–448, 2001. ", + "bbox": [ + 173, + 208, + 826, + 251 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Miguel Ángel Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate the causal effect of zidovudine on the survival of hiv-positive men. Epidemiology, pp. 561–570, 2000. ", + "bbox": [ + 173, + 260, + 826, + 303 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8): 1735–1780, 1997. ", + "bbox": [ + 173, + 313, + 823, + 342 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "William Hoiles and Mihaela Van Der Schaar. A non-parametric learning method for confidently estimating patient’s clinical state and dynamics. In Advances in Neural Information Processing Systems, pp. 2020–2028, 2016. ", + "bbox": [ + 176, + 351, + 823, + 393 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Chanelle J Howe, Stephen R Cole, Shruti H Mehta, and Gregory D Kirk. Estimating the effects of multiple time-varying exposures using joint marginal structural models: alcohol consumption, injection drug use, and hiv acquisition. Epidemiology (Cambridge, Mass.), 23(4):574, 2012. ", + "bbox": [ + 174, + 402, + 825, + 446 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Kosuke Imai and Marc Ratkovic. Covariate balancing propensity score. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 76(1):243–263, 2014. ", + "bbox": [ + 171, + 455, + 825, + 484 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Kosuke Imai and David A Van Dyk. Causal inference with general treatment regimes: Generalizing the propensity score. Journal of the American Statistical Association, 99(467):854–866, 2004. ", + "bbox": [ + 174, + 493, + 823, + 523 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Nan Jiang and Lihong Li. Doubly robust off-policy value evaluation for reinforcement learning. arXiv preprint arXiv:1511.03722, 2015. ", + "bbox": [ + 174, + 531, + 823, + 561 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Fredrik Johansson, Uri Shalit, and David Sontag. Learning representations for counterfactual inference. In International conference on machine learning, pp. 3020–3029, 2016. ", + "bbox": [ + 173, + 570, + 821, + 601 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Alistair EW Johnson, Tom J Pollard, Lu Shen, H Lehman Li-wei, Mengling Feng, Mohammad Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a freely accessible critical care database. Scientific data, 3:160035, 2016. ", + "bbox": [ + 174, + 608, + 825, + 652 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Daniel Kifer, Shai Ben-David, and Johannes Gehrke. Detecting change in data streams. In Proceedings of the Thirtieth international conference on Very large data bases-Volume 30, pp. 180–191. VLDB Endowment, 2004. ", + "bbox": [ + 173, + 661, + 826, + 704 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. ", + "bbox": [ + 173, + 713, + 825, + 742 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Sheng Li and Yun Fu. Matching on balanced nonlinear representations for treatment effects estimation. In Advances in Neural Information Processing Systems, pp. 929–939, 2017. ", + "bbox": [ + 169, + 752, + 823, + 782 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Ya Li, Xinmei Tian, Mingming Gong, Yajing Liu, Tongliang Liu, Kun Zhang, and Dacheng Tao. Deep domain generalization via conditional invariant adversarial networks. In Proceedings of the European Conference on Computer Vision (ECCV), pp. 624–639, 2018. ", + "bbox": [ + 178, + 790, + 825, + 834 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Bryan Lim, Ahmed Alaa, and Mihaela van der Schaar. Forecasting treatment responses over time using recurrent marginal structural networks. In Advances in Neural Information Processing Systems, pp. 7493–7503, 2018. ", + "bbox": [ + 173, + 843, + 825, + 886 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Judith J Lok et al. Statistical modeling of causal effects in continuous time. The Annals of Statistics, 36(3):1464–1507, 2008. ", + "bbox": [ + 173, + 895, + 823, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "Mohammad Ali Mansournia, Goodarz Danaei, Mohammad Hossein Forouzanfar, Mahmood Mahmoodi, Mohsen Jamali, Nasrin Mansournia, and Kazem Mohammad. Effect of physical activity on functional performance and knee pain in patients with osteoarthritis: analysis with marginal structural models. Epidemiology, pp. 631–640, 2012. ", + "bbox": [ + 174, + 103, + 825, + 160 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Mohammad Ali Mansournia, Mahyar Etminan, Goodarz Danaei, Jay S Kaufman, and Gary Collins. Handling time varying confounding in observational research. bmj, 359:j4587, 2017. ", + "bbox": [ + 176, + 170, + 823, + 199 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Kathleen M Mortimer, Romain Neugebauer, Mark Van Der Laan, and Ira B Tager. An application of model-fitting procedures for marginal structural models. American Journal of Epidemiology, 162 (4):382–388, 2005. ", + "bbox": [ + 174, + 208, + 826, + 251 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network training for long or event-based sequences. In Advances in Neural Information Processing Systems, pp. 3882–3890, 2016. ", + "bbox": [ + 173, + 260, + 826, + 303 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jersey Neyman. Sur les applications de la théorie des probabilités aux experiences agricoles: Essai des principes. Roczniki Nauk Rolniczych, 10:1–51, 1923. ", + "bbox": [ + 171, + 313, + 825, + 342 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Cosmin Paduraru, Doina Precup, Joelle Pineau, and Gheorghe Com ˘ anici. An empirical analysis ˘ of off-policy learning in discrete mdps. In European Workshop on Reinforcement Learning, pp. 89–102, 2013. ", + "bbox": [ + 174, + 351, + 823, + 393 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Judea Pearl et al. Causal inference in statistics: An overview. Statistics surveys, 3:96–146, 2009. ", + "bbox": [ + 171, + 404, + 807, + 420 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Robert W Platt, Enrique F Schisterman, and Stephen R Cole. Time-modified confounding. American journal of epidemiology, 170(6):687–694, 2009. ", + "bbox": [ + 171, + 429, + 823, + 458 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Doina Precup. Eligibility traces for off-policy policy evaluation. Computer Science Department Faculty Publication Series, pp. 80, 2000. ", + "bbox": [ + 171, + 467, + 825, + 497 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "James Robins. A new approach to causal inference in mortality studies with a sustained exposure period—application to control of the healthy worker survivor effect. Mathematical modelling, 7 (9-12):1393–1512, 1986. ", + "bbox": [ + 173, + 506, + 825, + 549 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "James M Robins. Correcting for non-compliance in randomized trials using structural nested mean models. Communications in Statistics-Theory and methods, 23(8):2379–2412, 1994. ", + "bbox": [ + 171, + 559, + 823, + 588 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "James M Robins. Association, causation, and marginal structural models. Synthese, 121(1):151–179, 1999. ", + "bbox": [ + 173, + 597, + 825, + 626 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "James M Robins and Miguel A Hernán. Estimation of the causal effects of time-varying exposures. In Longitudinal data analysis, pp. 547–593. Chapman and Hall/CRC, 2008. ", + "bbox": [ + 173, + 636, + 823, + 665 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "James M Robins, Miguel Angel Hernan, and Babette Brumback. Marginal structural models and causal inference in epidemiology, 2000. ", + "bbox": [ + 171, + 674, + 823, + 704 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Jason Roy, Kirsten J Lum, and Michael J Daniels. A bayesian nonparametric approach to marginal structural models for point treatments and a continuous or survival outcome. Biostatistics, 18(1): 32–47, 2016. ", + "bbox": [ + 173, + 712, + 825, + 756 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Donald B Rubin. Bayesian inference for causal effects: The role of randomization. The Annals of statistics, pp. 34–58, 1978. ", + "bbox": [ + 171, + 765, + 825, + 795 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Enrique F Schisterman, Stephen R Cole, and Robert W Platt. Overadjustment bias and unnecessary adjustment in epidemiologic studies. Epidemiology (Cambridge, Mass.), 20(4):488, 2009. ", + "bbox": [ + 171, + 804, + 823, + 833 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Peter Schulam and Suchi Saria. Reliable decision support using counterfactual models. In Advances in Neural Information Processing Systems, pp. 1697–1708, 2017. ", + "bbox": [ + 168, + 843, + 823, + 872 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Alice Schoenauer Sebag, Louise Heinrich, Marc Schoenauer, Michèle Sebag, Lani Wu, and Steven Altschuler. Multi-domain adversarial learning. In ICLR’19-Seventh annual International Conference on Learning Representations, 2019. ", + "bbox": [ + 176, + 881, + 825, + 924 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Uri Shalit, Fredrik D Johansson, and David Sontag. Estimating individual treatment effect: generalization bounds and algorithms. In Proceedings of the 34th International Conference on Machine Learning-Volume 70, pp. 3076–3085. JMLR. org, 2017. ", + "bbox": [ + 174, + 103, + 823, + 147 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Hossein Soleimani, Adarsh Subbaswamy, and Suchi Saria. Treatment-response models for counterfactual reasoning with continuous-time, continuous-valued interventions. arXiv preprint arXiv:1704.02038, 2017. ", + "bbox": [ + 173, + 155, + 823, + 196 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Adith Swaminathan and Thorsten Joachims. Batch learning from logged bandit feedback through counterfactual risk minimization. Journal of Machine Learning Research, 16(1):1731–1755, 2015a. ", + "bbox": [ + 174, + 207, + 826, + 248 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Adith Swaminathan and Thorsten Joachims. The self-normalized estimator for counterfactual learning. In advances in neural information processing systems, pp. 3231–3239, 2015b. ", + "bbox": [ + 173, + 257, + 820, + 287 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Philip S Thomas, Georgios Theocharous, and Mohammad Ghavamzadeh. High-confidence off-policy evaluation. In Twenty-Ninth AAAI Conference on Artificial Intelligence, 2015. ", + "bbox": [ + 173, + 295, + 821, + 325 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "U Waheed, P Williams, S Brett, G Baldock, and N Soni. White cell count and intensive care unit outcome. Anaesthesia, 58(2):180–182, 2003. ", + "bbox": [ + 176, + 333, + 821, + 363 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Yanbo Xu, Yanxun Xu, and Suchi Saria. A bayesian nonparametric approach for estimating individualized treatment-response curves. In Machine Learning for Healthcare Conference, pp. 282–300, 2016. ", + "bbox": [ + 174, + 371, + 826, + 412 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Liuyi Yao, Sheng Li, Yaliang Li, Mengdi Huai, Jing Gao, and Aidong Zhang. Representation learning for treatment effect estimation from observational data. In Advances in Neural Information Processing Systems, pp. 2633–2643, 2018. ", + "bbox": [ + 174, + 422, + 826, + 465 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Jinsung Yoon, James Jordon, and Mihaela van der Schaar. Ganite: Estimation of individualized treatment effects using generative adversarial nets. International Conference on Learning Representations (ICLR), 2018. ", + "bbox": [ + 173, + 474, + 826, + 517 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "APPENDIX ", + "text_level": 1, + "bbox": [ + 176, + 103, + 248, + 117 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A EXTENDED RELATED WORK ", + "text_level": 1, + "bbox": [ + 178, + 132, + 441, + 147 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Causal inference in the static setting: A large number of methods have been proposed to learn treatment effects from observational data in the static setting. In this case, it is needed to adjust for the selection bias; bias caused by the fact that, in the observational dataset, the treatment assignments depend on the patient features. Several ways of handling the selection bias involve using propensity matching (Austin, 2011; Imai & Ratkovic, 2014; Abadie & Imbens, 2016), building representations where treated and un-treated populations had similar distributions (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018) or performing propensity-aware hyperparameter tuning (Alaa & van der Schaar, 2017; 2018). However, these methods for the static setting cannot be extended directly to time-varying treatments (Hernán et al., 2000; Schisterman et al., 2009). ", + "bbox": [ + 174, + 162, + 825, + 289 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Learning optimal policies: A related problem to ours involves learning the optimal treatment policies from logged data (Swaminathan & Joachims, 2015a;b; Atan et al., 2018). That is, learning the treatment option that would give the best reward. Note the difference to the causal inference setting considered in this paper, where the aim is to learn the counterfactual patient outcomes under all possible treatment options. Learning all of the counterfactual outcomes is a harder problem and can also be used for finding the optimal treatment. ", + "bbox": [ + 174, + 295, + 825, + 378 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "A method for learning optimal policies, proposed by Atan et al. (2018) uses domain adversarial training to build a representation that is invariant to the following two domains: observational data and simulated randomized clinical trial data, where the treatments have equal probabilities. Atan et al. (2018) only considers the static setting and aims to choose the optimal treatment instead of estimating all of the counterfactual outcomes. In our paper the aim is to eliminate the bias from the time-dependent confounders and reliably estimate all of the potential outcomes; thus, at each timestep $t$ we build a representation that is invariant to the treatment. ", + "bbox": [ + 174, + 386, + 825, + 483 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Off-policy evaluation in reinforcement learning: In reinforcement learning, a similar problem to ours is off-policy evaluation, which uses retrospective observational data, also known as logged bandit feedback (Hoiles & Van Der Schaar, 2016; Paduraru et al., 2013; Doroudi et al., 2017). In this case, ˘ the retrospective observational data consists of sequences of states, actions and rewards which were generated by an agent operating under an unknown policy. The off-policy evaluation methods aim to use this data to estimate the expected reward of a target policy. These methods use algorithms based on importance sampling (Precup, 2000; Thomas et al., 2015; Guo et al., 2017), action-value function approximation (model based) (Hallak et al., 2015) or doubly robust combination of both approaches (Jiang & Li, 2015). Nevertheless, these methods focus on obtaining average rewards of policies, while in our case the aim is to estimate individualized patient outcomes for future treatments. ", + "bbox": [ + 174, + 491, + 825, + 630 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "B ASSUMPTIONS ", + "text_level": 1, + "bbox": [ + 176, + 650, + 331, + 665 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "The standard assumptions needed for identifying the treatment effects are (Robins & Hernán, 2008; Lim et al., 2018; Schulam & Saria, 2017): ", + "bbox": [ + 174, + 681, + 825, + 709 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Assumption 1: Consistency. If ${ \\bf A } _ { t } = { \\bf a } _ { t }$ for a given patient, then the potential outcome for treatment $\\mathbf { a } _ { t }$ is the same as the observed (factual) outcome: $\\mathbf Y _ { t + 1 } [ \\mathbf a _ { t } ] = \\mathbf Y _ { t + 1 }$ . ", + "bbox": [ + 173, + 715, + 823, + 746 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Assumption 2: Positivity (Overlap) (Imai & Van Dyk, 2004): If $P ( \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) \\neq 0$ then $P ( \\mathbf { A } _ { t } = \\mathbf { a } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) > 0$ for all $\\bar { \\mathbf { a } } _ { t }$ . ", + "bbox": [ + 171, + 751, + 825, + 780 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Assumption 3: Sequential strong ignorability. $\\mathbf { Y } _ { t + 1 } [ \\mathbf { a } _ { t } ] \\perp \\perp \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\forall \\mathbf { a } _ { t } \\in \\mathcal { A } , \\forall t .$ ", + "bbox": [ + 171, + 785, + 772, + 803 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Assumption 2 means that, for each timestep, each treatment has non-zero probability of being assigned. Assumption 3 means that there are no hidden confounders, that is, all of covariates affecting both the treatment assignment and the outcomes are present in the the observational dataset. Note that while assumption 3 is standard across all methods for estimating treatment effects, it is not testable in practice (Robins et al., 2000; Pearl et al., 2009). ", + "bbox": [ + 174, + 808, + 825, + 878 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "C TIME-DEPENDENT CONFOUNDING ", + "text_level": 1, + "bbox": [ + 174, + 102, + 495, + 118 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Figure 6 illustrates the causal graphs for a time-varying exposures with 2-steps (Robins et al., 2000). In Figure 6 (a), the covariate $X$ is a time-dependent confounder because it affects the treatment assignments and at the same time, its value is changed by past treatments (Mansournia et al., 2017), as illustrated by the red arrows. Thus, the treatment probabilities at each time $t$ depend on the history of covariate $X$ and past treatments. Note that $U _ { 0 }$ and $U _ { 1 }$ are hidden variables which only affect the covariates, i.e. they do not have arrows into the treatments. Thus, the no hidden confounders assumption (Assumption 3) is satisfied. ", + "bbox": [ + 173, + 133, + 826, + 232 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Figure 6 (a) and (b) illustrate the two cases when there is no bias from time-dependent confounding. In Figure 6 (a) the treatment probabilities are independent, while in Figure 6 (b) they depend on past treatments. ", + "bbox": [ + 174, + 238, + 826, + 280 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/36d7077a848a6b126878a2fc9fc2c440777cd99b9c6aaab7a41d4644439ac523.jpg", + "image_caption": [ + "Figure 6: Causal graphs for 2-step time-varying exposures (Robins et al., 2000). $X _ { 0 } , X _ { 1 }$ are patient covariates, $A _ { 0 } , A _ { 1 }$ are treatments, $U _ { 0 }$ , $U _ { 1 }$ are unobserved variable and $Y _ { 2 }$ is the outcome. " + ], + "image_footnote": [], + "bbox": [ + 174, + 295, + 823, + 625 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Marginal Structural Models Robins et al. (2000). To remove the association between timedependent confounders and time-varying treatments, Marginal Structural Models propose using inverse probability of treatment weighting (IPTW). Without loss of generality, consider the use of MSMs with univariate treatments, baseline variables and outcomes. The outcome after $t$ timesteps is parametrized as follows: $\\mathbf { E } [ Y _ { t + 1 } \\mid \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { t } , V ] = g ( \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { n } , V ; \\theta )$ , where $g ( \\cdot )$ is usually a linear function with parameters $\\theta$ . To remove the bias from the time-dependent confounders present in the observational dataset, in the regression model $g ( \\cdot )$ MSMs weights each patients using either stabilized weights: ", + "bbox": [ + 173, + 690, + 825, + 803 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/be646c540e38b18432c6a9dde10788452a0b283c3451bb2a75243c36617bd11c.jpg", + "text": "$$\nS W ( t ) = \\prod _ { l = 1 } ^ { t } \\frac { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { A } } _ { l - 1 } ) } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) }\n$$", + "text_format": "latex", + "bbox": [ + 379, + 801, + 619, + 844 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "or unstabilized weights: ", + "bbox": [ + 174, + 848, + 331, + 863 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/1252f242c461c5051d6b991b41aa2e7d2c81119e5a06eb89ad0e4ee358dd23f2.jpg", + "text": "$$\nW ( t ) = \\prod _ { l = 1 } ^ { t } { \\frac { 1 } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) } } ,\n$$", + "text_format": "latex", + "bbox": [ + 382, + 862, + 614, + 905 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where $f ( \\cdot )$ represents the conditional probability mass function for discrete treatments. ", + "bbox": [ + 171, + 909, + 740, + 924 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Inverse probability of treatment weighting (IPTW) creates a pseudo-population where each member consists of themselves and $W - 1$ (or $S W - 1 )$ copies added though weighting. In this pseudopopulation, Robins Robins (1999) shows that $\\bar { \\mathbf X } _ { t }$ does not predict treatment ${ \\bf A } _ { t }$ , thus removing the bias from time-dependent confounders. ", + "bbox": [ + 174, + 103, + 825, + 159 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "When using unstabilized weights $W$ , the causal graph in the pseudo-population is the one in Figure 6 (a) where $\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { \\bar { \\xi } } V ) = P ( \\mathbf { A } _ { t } )$ . On the other hand, when using stabilized weights $S W$ , causal graph in the pseudo-population is the one in Figure 6 (b) where $\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V ) =$ $P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } )$ . ", + "bbox": [ + 173, + 166, + 825, + 223 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Counterfactual Recurrent Networks. Instead of using IPTW, we proposed building a representation of $\\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V$ that is not predictive of treatment ${ \\bf A } _ { t }$ . At timestep $t$ , we have $k$ different possible treatments $\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}$ . We build a representation of the history and covariates and treatments that has the same distribution across the different possible treatments: $P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } =$ $A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } = A _ { K } )$ . By breaking the association between past exposure and current treatments ${ \\bf A } _ { t }$ , we satisfy the causal graph in Figure 6 (a) and thus we remove the bias from time-dependent confounders. ", + "bbox": [ + 173, + 229, + 825, + 327 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "D PROOF OF THEOREM 1 ", + "text_level": 1, + "bbox": [ + 174, + 101, + 398, + 118 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We first prove the following proposition. ", + "bbox": [ + 174, + 133, + 441, + 148 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Proposition 1. For fixed $\\Phi$ , let $x ^ { \\prime } = \\Phi ( \\bar { \\mathbf { h } } _ { t } )$ . Then the optimal prediction probabilities of $G _ { a }$ are given by ", + "bbox": [ + 174, + 151, + 823, + 179 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/3bbac7548f876e8f96ac7e5eefec823656a640d60cd989ccd295c2ad6e76c27a.jpg", + "text": "$$\n{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } .\n$$", + "text_format": "latex", + "bbox": [ + 406, + 178, + 591, + 219 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Proof. For fixed $\\Phi$ , the optimal prediction probabilities are given by ", + "bbox": [ + 173, + 231, + 620, + 247 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/e8a5a3b6df443b833d937b582e4b9710c1ec7517262e3eeeaa5a22ed16ddb79e.jpg", + "text": "$$\nG _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\int _ { x ^ { \\prime } } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) d x ^ { \\prime } \\qquad \\mathrm { s u b j e c t ~ t o } \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) = 1 .\n$$", + "text_format": "latex", + "bbox": [ + 227, + 252, + 769, + 299 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Maximising the value function pointwise and applying Lagrange multiplies, we get ", + "bbox": [ + 171, + 303, + 722, + 319 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/2d5de6eb3aeede2e67d256d7fb0332c254121b4c257c1e223e9983d4722caaba.jpg", + "text": "$$\nG _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) + \\lambda \\Bigg ( \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) - 1 \\Bigg ) .\n$$", + "text_format": "latex", + "bbox": [ + 284, + 324, + 714, + 369 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Setting the derivative (w.r.t. $G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } ) )$ to 0 and solving for $G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } )$ we get ", + "bbox": [ + 174, + 377, + 660, + 395 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/d535bf772a4383484cdcc75726bbd8b4493254c057261184bd8bec9529017ce8.jpg", + "text": "$$\n{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = - \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\lambda }\n$$", + "text_format": "latex", + "bbox": [ + 426, + 400, + 571, + 434 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where $\\lambda$ can now be solved for using the constraint to be $\\begin{array} { r } { \\lambda = - \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\end{array}$ . This gives the result. ", + "bbox": [ + 173, + 440, + 825, + 472 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Proof. (of Theorem 1) By substituting the expression from Proposition 1 into the minimax game defined in Eq. 6, the objective for $\\Phi$ becomes ", + "bbox": [ + 174, + 486, + 823, + 516 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/9b2144766465cf6c74716cf0fb154657afb69f660116b20151d4635b2948070a.jpg", + "text": "$$\n\\operatorname* { m i n } _ { \\Phi } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 357, + 522, + 640, + 568 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We then note that ", + "bbox": [ + 173, + 574, + 290, + 588 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/6ad792127c3b6818733137894cdbe6437d1186236cdce3a017ad3e32210bf22e.jpg", + "text": "$$\n\\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + K \\log K = \\sum _ { j = 1 } ^ { K } \\Bigg ( \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + \\log K \\Bigg )\n$$", + "text_format": "latex", + "bbox": [ + 181, + 592, + 839, + 637 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/53014b3501172eb19a3041fd05388c2ee49749d22d5baf8b5c3db947be95da45.jpg", + "text": "$$\n\\begin{array} { l } { { \\displaystyle = \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] } } \\\\ { { \\displaystyle = \\sum _ { j = 1 } ^ { K } K L \\biggl ( P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) \\biggl \\| \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) \\biggr ) } } \\\\ { { \\displaystyle = K \\cdot J S D ( P _ { 1 } ^ { \\Phi } , . . . , P _ { K } ^ { \\Phi } ) } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 503, + 654, + 782, + 765 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where $K L ( \\cdot | | \\cdot )$ is the Kullback-Leibler divergence and $J S D ( \\cdot , . . . , \\cdot )$ is the multi-distribution Jensennon-negative and 0 if and only if all distributions are equal, we have that Shannon Divergence (Li et al., 2018). Since $K \\log K$ is a constant and the multi-distribution JSD is $P _ { 1 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }$ . □ ", + "bbox": [ + 173, + 770, + 825, + 814 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "E TRAINING PROCEDURE FOR CRN ", + "text_level": 1, + "bbox": [ + 173, + 101, + 486, + 118 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Let $\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }$ be an observational dataset consisting of information about $N$ independent patients that we use to train CRN. The encoder and decoder networks part of CRN are trained into two separate steps. ", + "bbox": [ + 173, + 131, + 826, + 185 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "To begin with, the encoder is trained to built treatment invariant representations of the patient history and to perform one-step ahead prediction. After the encoder is optimized, we use it to compute the balancing representation $\\mathbf { b r } _ { t } ^ { ( i ) }$ for each timestep in the trajectory of patient $( i )$ . To train the decoder, we modify the training dataset as follows. For each patient $( i )$ , we split their trajectory into shorter sequences of the $\\tau _ { \\mathrm { m a x } }$ timesteps of the form: ", + "bbox": [ + 173, + 191, + 825, + 265 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/7ef22625577cecaaeff6cdf74124f56ee9333453a80b144f6ef126a30bd61a58.jpg", + "text": "$$\n\\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} ,\n$$", + "text_format": "latex", + "bbox": [ + 352, + 272, + 647, + 299 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "for $l = 1 , . . . T ^ { ( i ) } - \\tau _ { \\mathrm { m a x } }$ . Thus, each patients contributes with $T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }$ examples in the dataset for training the decoder. The different sequences obtained for all patents are randomly grouped into minibatches and used for training. ", + "bbox": [ + 174, + 306, + 825, + 351 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "The pseudocode in Algorithm 1 shows the training procedure used for the encoder and decoder networks part of CRN. The model was implemented in TensorFlow and trained on an NVIDIA Tesla K80 GPU. The Adam optimizer (Kingma & Ba, 2014) was used for training and both the encoder and the decoder are trained for 100 epochs. ", + "bbox": [ + 174, + 356, + 825, + 412 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Algorithm 1 Pseudo-code for training CRN ", + "text_level": 1, + "bbox": [ + 176, + 103, + 462, + 118 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Input: Training data: $\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { N }$ ", + "bbox": [ + 189, + 125, + 596, + 152 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "(1) Encoder optimization: parameters $\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y }$ ", + "bbox": [ + 191, + 159, + 558, + 174 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Learning rate: $\\mu$ ", + "bbox": [ + 191, + 174, + 299, + 186 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "for $p = 1 , \\ldots , \\operatorname* { m a x }$ epochs do $\\lambda _ { p } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1$ ", + "bbox": [ + 189, + 188, + 393, + 232 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "for Batch $\\boldsymbol { B } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 0 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | \\mathcal { B } | }$ in epoch do ", + "bbox": [ + 205, + 231, + 616, + 260 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "end for end for ", + "bbox": [ + 191, + 382, + 259, + 410 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "(2) Compute the encoder balanced representation and use it to initialize the decoder hidden state. ", + "text_level": 1, + "bbox": [ + 187, + 422, + 825, + 450 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "for $i = 1 , . . . , N$ do for $t = 1 , \\ldots , T ^ { ( i ) }$ do 0 $\\mathbf { b r } _ { t } ^ { ( i ) } = \\operatorname { e n c o d e r } ( \\bar { \\mathbf { x } } _ { t } ^ { ( i ) } , \\bar { \\mathbf { a } } _ { t - 1 } ^ { ( i ) } , \\mathbf { v } ^ { ( i ) } ; \\boldsymbol { \\theta } _ { E , r } )$ end for \nend for ", + "bbox": [ + 187, + 450, + 480, + 523 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "(3) Split dataset in sequences of $\\tau _ { \\mathrm { m a x } }$ timesteps: ", + "text_level": 1, + "bbox": [ + 191, + 536, + 519, + 551 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/7aaef18128b350701d8946743a5d0650bd8c537ee0f71f01e74e47db1d9eb8fb.jpg", + "text": "$$\n\\left\\{ \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { l = 1 } ^ { T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } } } \\right\\} _ { i = 1 } ^ { N }\n$$", + "text_format": "latex", + "bbox": [ + 308, + 558, + 704, + 597 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "(4) Optimize decoder: parameters $\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y }$ Learning rate: $\\mu$ ", + "bbox": [ + 187, + 609, + 531, + 637 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "for $\\mathrm { p } = 1 , \\ldots$ , max epochs do ", + "bbox": [ + 189, + 637, + 395, + 681 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/ac852ab763eeff945a9bc6d1ff38554c2fd5e81feec5d26c4276ae8f3c311e87.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathrm { ~ \\gamma = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1 } } \\\\ & { \\mathrm { ~ } } \\\\ & { \\mathrm { ~ \\gamma ~ R a t c h ~ } \\mathcal { B } = \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\ \\bigcup \\left\\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\ \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\right\\} _ { t = 0 } ^ { \\tau _ { m a x } } \\ | \\ \\mathbf { y } | ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | B | } \\mathrm { ~ i n ~ e ~ } } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , a } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , a } ) } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , y } ) } \\\\ & { \\mathrm { ~ \\ } } \\\\ & { \\theta _ { D , r } \\cdot \\theta _ { D , r } - \\mu \\left( \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } - \\lambda _ { p } \\frac { \\partial \\mathcal { L } _ { D , 0 } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) } { \\partial \\theta _ { D , r } } \\right) } \\\\ & { \\theta _ { D , y } + \\theta _ { D , y } - \\mu \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } } \\\\ & { \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac { \\partial \\mathcal { L } _ { D , x } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , x } ) } { \\partial \\theta _ { D , a } } } \\\\ & \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 205, + 654, + 710, + 832 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "end for ", + "bbox": [ + 205, + 829, + 258, + 840 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "end for ", + "bbox": [ + 191, + 842, + 243, + 854 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Output: Trained CRN encoder (parameters $\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y } )$ and trained CRN decoder (parameters $\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y } . ~ )$ ) ", + "bbox": [ + 186, + 868, + 823, + 898 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "F PHARMACOKINETIC-PHARMACODYNAMIC MODEL OF TUMOUR GROWTH ", + "text_level": 1, + "bbox": [ + 171, + 102, + 812, + 118 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "To evaluate the CRN on counterfactual estimation, we need access to the data generation mechanism to build a test set that consists of patient outcomes under all possible treatment options. For this purpose, we use the state-of-the-art pharmacokinetic-pharmacodynamic (PK-PD) model of tumour growth proposed by Geng et al. (2017) and also used by Lim et al. (2018) for evaluating RMSMs. The PK-PD model characterizes patients suffering from non-small cell lung cancer and models the evolution of their tumour under the combined effects of chemotherapy and radiotherapy. In addition, the model includes different distributions of tumour sizes based on the cancer stage at diagnosis. ", + "bbox": [ + 173, + 132, + 826, + 232 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Model of tumour growth The volume of tumour $t$ days after diagnosis is modelled as follows: ", + "bbox": [ + 169, + 237, + 797, + 252 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/e2557ef0023c3a665990cf4317f4ba76916ae9620ba84de4bb4caaaf65bac40f.jpg", + "text": "$$\nV ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } ( \\frac { K } { V ( t ) } ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )\n$$", + "text_format": "latex", + "bbox": [ + 235, + 258, + 763, + 311 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "where the parameters $K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r }$ are sampled from the prior distributions described in (Geng et al., 2017) and $e _ { t } \\sim \\mathcal { N } ( 0 , 0 . 0 1 ^ { 2 } )$ is a noise term that accounts for randomness in the tumour growth. ", + "bbox": [ + 171, + 318, + 825, + 347 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "To incorporate heterogeneity among patient responses, due to, for instance, gender or genetic factors Bartsch et al. (2007), the prior means for $\\beta _ { c }$ and $\\alpha _ { r }$ are adjusted to create three patient subgroups $S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}$ as described in Lim et al. (2018). This way, we incorporate in the model of tumour growth specific characteristics that affect the patient’s individualized response to treatments. Thus, the prior mean $\\mu _ { \\beta _ { c } }$ of $\\beta _ { c }$ and the prior mean $\\mu _ { \\alpha _ { r } }$ of $\\alpha _ { r }$ are augmented as follows. ", + "bbox": [ + 173, + 353, + 826, + 425 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/05e546345d7ffc1053caf0ba81224b78b4e995b12e03101af2bf1b1e35d119db.jpg", + "text": "$$\n\\begin{array} { r } { \\mu _ { \\beta _ { c } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\beta _ { c } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 3 } \\\\ { \\mu _ { \\beta _ { c } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. \\qquad \\mu _ { \\alpha _ { r } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\alpha _ { r } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 1 } \\\\ { \\mu _ { \\alpha _ { r } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 245, + 431, + 735, + 468 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "where $\\mu _ { \\beta _ { c } }$ and $\\mu _ { \\alpha _ { r } }$ are the mean parameters from Geng et al. (2017) and $\\mu _ { \\beta _ { c } } ^ { \\prime } ( i )$ and $\\mu _ { \\alpha _ { r } } ^ { \\prime } ( i )$ are the parameters used in the data simulation. The patient subgroup $S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}$ is used as baseline features. ", + "bbox": [ + 173, + 474, + 825, + 522 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "The chemotherapy drug concentration follows an exponential decay with half life of 1 day: ", + "bbox": [ + 173, + 527, + 767, + 542 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/1c4201090bb9934d95d2db562dfb063997c31c260912886b5f4e49b471e2709e.jpg", + "text": "$$\nC ( t ) = \\tilde { C } ( t ) + C ( t - 1 ) / 2 ,\n$$", + "text_format": "latex", + "bbox": [ + 403, + 549, + 593, + 569 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "where $\\tilde { C } ( t ) = 5 . 0 m g / m ^ { 3 }$ of Vinblastine if chemotherapy is given at time $t$ . $d ( t ) = 2 . 0 G y$ fractions of radiotherapy if the radiotherapy treatment is applied at timestep $t$ . ", + "bbox": [ + 171, + 577, + 823, + 606 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Time-varying confounding is introduced by modelling chemotherapy and radiotherapy assignment as Bernoulli random variables, with probabilities $p _ { c }$ and $p _ { r }$ depending on the tumour diameter: ", + "bbox": [ + 173, + 611, + 825, + 641 + ], + "page_idx": 19 + }, + { + "type": "equation", + "img_path": "images/5fdbff385364eeb0a9503f2f851555ed99ef98105cd93892f77cd5e230072271.jpg", + "text": "$$\np _ { c } ( t ) = \\sigma \\left( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\right) \\qquad p _ { r } ( t ) = \\sigma \\left( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { r } ) \\right) ,\n$$", + "text_format": "latex", + "bbox": [ + 243, + 646, + 753, + 681 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "where $\\bar { D } ( t )$ is the average tumour diameter over the last 15 days, $D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m }$ is the maximum tumour diameter and $\\sigma ( \\cdot )$ is the sigmoid activation function. The parameters $\\delta _ { c }$ and $\\delta _ { r }$ are set to $\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2$ such that there is 0.5 probability of receiving treatment when tumour is half of its maximum size. $\\gamma _ { c } , \\gamma _ { r }$ control the amount of time-dependent confounding; the higher $\\gamma _ { \\star }$ is, the more important the history of tumour diameter is in assigning treatments. Thus, at each timestep, there are four treatment options options: no treatment $( A _ { 1 } )$ , chemotherpy $\\left( A _ { 2 } \\right)$ , radiotherapy $\\left( A _ { 3 } \\right)$ , combined chemotherapy and radiotherapy $( A _ { 4 } )$ . ", + "bbox": [ + 173, + 688, + 826, + 786 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Since the work most relevant to ours is the one of Lim et al. (2018) we used the same data simulation and same settings for $\\gamma = \\gamma _ { c } = \\gamma _ { r }$ as in their case. When $\\gamma = 0$ , there is no time-dependent confounding and the treatments are randomly assigned. By increasing $\\gamma$ we increase the influence of the volume size history (encoded in $\\bar { D } ( t ) ,$ ) on the treatment probability. For example, assume $\\bar { D } ( t ) =$ $\\frac { 3 D _ { m a x } } { 4 }$ n (7), t, where obability of chemotherapy in thiis the sigmoid function. When i, $\\begin{array} { r } { p _ { c } ( t ) = \\sigma ( \\frac { \\gamma _ { c } } { D _ { m a x } } ( \\bar { D } ( t ) - } \\end{array}$ $\\textstyle \\frac { D _ { m a x } } { 2 } ) ) = \\sigma ( 0 . 2 5 \\gamma _ { c } )$ $\\sigma ( \\cdot )$ $\\gamma = 1$ $p _ { c } ( t ) = 0 . 5 6$ $\\gamma = 5$ $p _ { c } ( t ) = 0 . 7 7$ and when $\\gamma = 1 0$ , $\\dot { p } _ { c } ( t ) = 0 . 9 2$ in this example. $\\gamma$ can be increased further to increase the bias. However, the values used in the experiments evaluate the model on a wide range of settings for the time-dependent confounding bias. ", + "bbox": [ + 173, + 791, + 826, + 924 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "G MARGINAL STRUCTURAL MODELS ", + "text_level": 1, + "bbox": [ + 173, + 102, + 503, + 118 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Marginal Structural Models (Robins et al., 2000; Hernán et al., 2001) have been widely used in epidemiology and as part of follow up studies. In our case, we would like to estimate the effects of a sequence of treatments in the future given the current patient history: ", + "bbox": [ + 173, + 132, + 825, + 176 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/9444ac0857824582bc73ef18ac71a61e8192c86ef7507c2e839e8a675b4261cd.jpg", + "text": "$$\n\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 240, + 179, + 754, + 198 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "where $g$ is a generic function and $\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]$ represents a possible sequence of treatments from timestep $t$ just until before the potential outcome $\\mathbf { Y } _ { t + \\tau }$ is observed. After removing the bias form time-dependent confounders, $\\begin{array} { r } { \\mathbb { E } \\mathbf { \\hat { ( } } \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = } \\end{array}$ $\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ]$ . ", + "bbox": [ + 173, + 202, + 825, + 261 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Note that for implementing MSMs, we encode the treatments at timestep $t$ in the model of tumour growth as $\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]$ to indicate the binary application of chemotherapy and radiotherapy. In order to remove the time-dependent confounding bias and estimate future outcomes, we use the stabilized weights of MSMs to weight each patient in the dataset: ", + "bbox": [ + 173, + 265, + 825, + 321 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/a5bb5d4f77ece4e8cc83cb4646a2ef2f441964da9acf66c5beaac9645edf1954.jpg", + "text": "$$\nS W ( t , \\tau ) = \\prod _ { n = t } ^ { t + \\tau } \\frac { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } = \\prod _ { n = t } ^ { t + \\tau } \\frac { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 210, + 325, + 759, + 369 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "where $f ( \\cdot )$ represents the conditional probability mass function for discrete treatments. ", + "bbox": [ + 173, + 375, + 741, + 388 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "We adopt the implementation in (Hernán et al., 2001; Howe et al., 2012; Lim et al., 2018) for MSMs and use logistic regression for estimating the propensity weights as follows: ", + "bbox": [ + 174, + 395, + 823, + 424 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/2c28f5e80be1e62c1cdbc04bb7df7ad9f5d86fcdc192f37ca20dce5bd42fa1d4.jpg", + "text": "$$\nf ( A _ { t , k } \\mid \\bar { \\mathbf { A } } _ { t - 1 } ) = \\sigma \\Big ( \\sum _ { j = 1 } ^ { k } \\omega _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , j } ) \\Big )\n$$", + "text_format": "latex", + "bbox": [ + 362, + 429, + 633, + 474 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/856def0c59a05cc36c4b5801e07513800a9553b9082256112054c6628527284e.jpg", + "text": "$$\nf ( A _ { t , k } \\mid { \\bar { \\mathbf { H } } } _ { t } ) = \\sigma { \\Big ( } \\sum _ { k \\in \\{ c , d \\} } \\phi _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , k } ) + \\mathbf { w } _ { 1 } \\mathbf { X } _ { t } + \\mathbf { w } _ { 2 } \\mathbf { X } _ { t - 1 } + \\mathbf { w } _ { 3 } \\mathbf { V } { \\Big ) }\n$$", + "text_format": "latex", + "bbox": [ + 263, + 478, + 735, + 523 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "where $\\omega _ { \\star } , \\phi _ { \\star }$ and $\\mathbf { w } _ { \\star }$ are regression coefficients, $k \\in \\{ c , d \\}$ indicates the chemotherapy or radiotherapy treatments and $\\sigma ( \\cdot )$ is the sigmoid function. ", + "bbox": [ + 173, + 526, + 825, + 555 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "For predicting the outcome, the following regression model is used, where each individual patient is weighted by its propensity score: ", + "bbox": [ + 174, + 561, + 825, + 590 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/fddcb4ac03c21e50eb7c668628e43c469f08c0036e911f4a1f32d43aa1266dd2.jpg", + "text": "$$\ng ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\sum _ { k \\in \\{ c , d \\} } \\beta _ { k } ( \\sum _ { n = t } ^ { t + \\tau - 1 } A _ { n , k } ) + 1 _ { 1 } \\mathbf { X } _ { t } + 1 _ { 2 } \\mathbf { X } _ { t - 1 } + 1 _ { 3 } \\mathbf { V }\n$$", + "text_format": "latex", + "bbox": [ + 245, + 594, + 753, + 641 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "where $\\beta _ { \\star }$ and ${ \\bf l } _ { \\star }$ are regression coefficients. ", + "bbox": [ + 176, + 645, + 457, + 660 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "MSMs do not require hyperparameter tuning so we use the patients from both the train and validation sets for training. ", + "bbox": [ + 173, + 666, + 825, + 695 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "H RECURRENT MARGINAL STRUCTURAL NETWORKS", + "text_level": 1, + "bbox": [ + 174, + 714, + 635, + 732 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "MSMs are very sensitive to model mis-specification in computing the propensity weights and estimating the outcomes. Recurrent Marginal Structural Models (RMSNs) (Lim et al., 2018) overcome this problem by using recurrent neural networks to estimate the propensity scores and to build the outcome model. RNNs are more robust to changes in the treatment assignment policy. RMSNs were implemented as descried in Lim et al. $( 2 0 1 8 ) ^ { 2 }$ . ", + "bbox": [ + 173, + 746, + 825, + 816 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "For implementing RMSNs, we also encode the treatments at timestep $t$ in the model of tumour growth as $\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]$ to indicate the binary application of chemotherapy and radiotherapy. The propensity weights are estimated using recurrent neural networks as follows: ", + "bbox": [ + 173, + 823, + 826, + 866 + ], + "page_idx": 20 + }, + { + "type": "equation", + "img_path": "images/dbe8a53299b880de732f2f912d47b082a5925b8f40af189f767c2cd073366c9c.jpg", + "text": "$$\n\\begin{array} { r l } { f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { n } } ( \\bar { \\mathbf { A } } _ { t - 1 } ) } & { { } ~ f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { d } } ( \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , { \\mathbf { V } } ) } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 196, + 869, + 774, + 888 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "For predicting one-step-ahed outcome, R-MSNs use an encoder network: ", + "bbox": [ + 173, + 103, + 655, + 118 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/511e15653c3075d0e2841707cd4c67da4ac11c434a6f2dfbe5c9ef04f55dcb32.jpg", + "text": "$$\ng ( 1 , a ( t , t ) , \\bar { { \\mathbf { H } } } _ { t } ) = { \\mathbf { R } } { \\mathbf { N } } { \\mathbf { N } } _ { E } ( { \\mathbf { a } } _ { t } , \\bar { { \\mathbf { A } } } _ { t - 1 } , \\bar { { \\mathbf { X } } } _ { t } , { \\mathbf { V } } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 333, + 125, + 632, + 142 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "where in the loss function, each patient is weighted by their stabilized IPTW. ", + "bbox": [ + 173, + 148, + 678, + 164 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "For estimating the treatment responses for a sequence of treatments in the future, RMSNs use a decoder network: ", + "bbox": [ + 173, + 170, + 825, + 198 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/68c68cc97c61597a66d6be1e97b0834a2864ee0ac9e05a5885b1e535a1b5a34f.jpg", + "text": "$$\ng ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\mathrm { R N N } _ { D } ( \\mathbf { a } _ { t } , \\ldots , \\mathbf { a } _ { t + \\tau - 1 } , \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\mathbf { V } ) .\n$$", + "text_format": "latex", + "bbox": [ + 261, + 204, + 704, + 223 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "See Lim et al. (2018) for more details about the R-MSNs model architecture and training procedure of the propensity weights, encoder and decoder networks. Tables 2 and 3 show the hyperparameter search ranges used to optimize this model for evaluation in our paper. The hyperparameters were selected in the same way as proposed by Lim et al. (2018), based on the error on the factual outcomes in the validation dataset. All of the models are trained using Adam optimizer for 100 epochs. ", + "bbox": [ + 173, + 228, + 825, + 300 + ], + "page_idx": 21 + }, + { + "type": "table", + "img_path": "images/8f44ae79d1c64e6aed47c9612de89063cbccff1d590c72e48b0dabe5583559a0.jpg", + "table_caption": [ + "Table 2: Hyperparameter search range for propensity networks and encoder (same as in Lim et al. (2018)). C is the size of the input. " + ], + "table_footnote": [], + "table_body": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.005,0.001
Minibatch size64,128,256
RNN state size0.5C,1C,2C, 3C,4C
Dropout rate0.1, 0.2,0.3,0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0
", + "bbox": [ + 308, + 366, + 691, + 468 + ], + "page_idx": 21 + }, + { + "type": "table", + "img_path": "images/a3810b4945de140730cedd3c45d707685692fe99033c7fe0ef5176094d4e5d6a.jpg", + "table_caption": [ + "Table 3: Hyperparameter search range for decoder (same as in Lim et al. (2018)). C is the input size. " + ], + "table_footnote": [], + "table_body": "
HyperparameterSearch range
Iterations of Hyperparameter Search20
Learning rate0.01,0.001,0.0001
Minibatch size256,512,1024
RNN state size1C,2C,4C,8C,16C
Dropout Rate0.1, 0.2, 0.3, 0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0, 4.0
", + "bbox": [ + 310, + 525, + 687, + 627 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "I BASELINE RNN AND LINEAR MODEL ", + "text_level": 1, + "bbox": [ + 173, + 651, + 511, + 667 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "For the baseline linear model, we fit the same regression model used for Marginal Structural Networks, but without using the IPTW. The baseline RNN uses an LSTM unit and, at each timestep, receives as input the current treatment, the patient covariates and the patient static features to perform one-stepahead prediction. To have a model of similar capacity to the CRN (similar number of parameters), we add a fully connected layer on top of the output of the LSTM unit in order to obtain the outcomes. Table 4 shows the hyperparameter search range used to optimize this model. The hyperparameters were selecting according to the error on the factual outcomes in the validation set. We train the baseline RNN using the Adam optimizer for 100 epochs. ", + "bbox": [ + 173, + 683, + 826, + 795 + ], + "page_idx": 21 + }, + { + "type": "table", + "img_path": "images/fc6cd61931eae4ab97ee384c8e288cf4b018a39a80938a279147f70ca04a66f6.jpg", + "table_caption": [ + "Table 4: Hyperparameter search range for baseline RNN model. C is the size of the input. " + ], + "table_footnote": [], + "table_body": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.001,0.0001
Minibatch size64,128,256
RNNhidden units0.5C,1C,2C, 3C,4C
FC hidden units0.5C, 1C, 2C, 3C, 4C
RNN dropout probability0.1, 0.2, 0.3, 0.4, 0.5
", + "bbox": [ + 307, + 140, + 691, + 243 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "J HYPERPARAMETER OPTIMIZATION FOR CRN ", + "text_level": 1, + "bbox": [ + 173, + 265, + 578, + 280 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "As described in Appendix C, the dataset for training the decoder are used by splitting the sequences of the patients in the training set. This creates a larger dataset for training (where each patient $( i )$ contributes $T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }$ times to the dataset) which requires a different hyperparameter search range. Moreover, the balancing representations computed by the encoder are used to initialize the state of the RNN for the decoder. Thus, the decoder RNN size is equal to the size of the balancing representation size of the encoder. Table 5 shows the hyperparameter search ranges for the encoder and decoder networks in CRN. We selected hyperparameters based on the error of the model on the factual outcomes in the validation dataset. All models are trained for 100 epochs. ", + "bbox": [ + 173, + 295, + 825, + 407 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "In addition, Tables 6 and 7 illustrate the optimal hyperparameters chosen. ", + "bbox": [ + 173, + 415, + 653, + 429 + ], + "page_idx": 22 + }, + { + "type": "table", + "img_path": "images/054c905b8d5128439b29b2a2f1a8c4646f038ad9ffa20a7fb83fe9fc07ca060e.jpg", + "table_caption": [ + "Table 5: Hyperparameter search range for CRN encoder. C is the size of the input and R is the size of the balancing representation. " + ], + "table_footnote": [], + "table_body": "
HyperparameterSearch range encoderSearch range decoder
Iterations ofHyperparameter Search5030
Learning rate0.01,0.001, 0.00010.01,0.001, 0.0001
Minibatch size64,128,256256,512,1024
RNN hidden units0.5C,1C, 2C, 3C, 4CBalancing representation size of encoder
Balancing representation size0.5C,1C,2C,3C,4C0.5C,1C,2C,3C,4C
FC hidden units0.5R,1R,2R,3R,4R0.5R,1R,2R,3R,4R
RNN dropout probability0.1, 0.2, 0.3,0.4, 0.50.1,0.2, 0.3, 0.4, 0.5
", + "bbox": [ + 179, + 496, + 818, + 611 + ], + "page_idx": 22 + }, + { + "type": "table", + "img_path": "images/be26ad2392900c92c00d97f50a7b7a974456bbfd5ea5c87a8d4289102a64946d.jpg", + "table_caption": [ + "Table 6: Optimal hyperparameters for the CRN encoder when different degrees of time-dependent confounding are applied in the model of tumour growth. The parameters $\\gamma _ { c }$ and $\\gamma _ { r }$ measure the degree of time-dependent confounding applied. When $\\gamma _ { c }$ and $\\gamma _ { r }$ are set to the same value, we denote this with $\\gamma _ { \\star }$ . " + ], + "table_footnote": [], + "table_body": "
2=02=12=22=3Y=42=5
Learning rate0.0010.10.0010.010.010.001
Minibatch size64646412864128
RNN hidden units121824182424
Balancing representation size18181218612
FC hidden units181836542448
RNN dropout probability0.10.10.10.20.20.1
=62=7Y=82=9Y=10
Learning rate0.0010.0010.010.0010.01
Minibatch size6464128128128
RNN hidden units2418122424
Balancing representation size1218241812
FC hidden units4872123612
RNN dropout probability0.10.20.10.10.1
Yc=0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size12864
RNN hidden units1212
Balancing representation size1824
FC hidden units3696
RNN dropout probability0.10.1
", + "bbox": [ + 176, + 220, + 823, + 525 + ], + "page_idx": 23 + }, + { + "type": "table", + "img_path": "images/687b2d7bcb6a2bbd6521ae0156444e723158ae510c99bb50c69ba95277e250b5.jpg", + "table_caption": [ + "Table 7: Optimal hyperparameters for the CRN decoder when different degrees of time-dependent confounding are applied in the model of tumour growth. The parameters $\\gamma _ { c }$ and $\\gamma _ { r }$ measure the degree of time-dependent confounding applied. When $\\gamma _ { c }$ and $\\gamma _ { r }$ are set to the same value, we denote this with $\\gamma _ { \\star }$ " + ], + "table_footnote": [], + "table_body": "
y=12=2=32=4=5
Learning rate0.0010.0010.0010.0010.001
Minibatch size1024102451210241024
RNN hidden units181218612
Balancing representation size18186183
FC hidden units183618726
RNN dropout probability0.10.20.30.10.1
Yc =0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size5121024
RNN hidden units1824
Balancing representation size1812
FC hidden units3624
RNN dropout probability0.10.03
", + "bbox": [ + 196, + 683, + 802, + 886 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "K FULL RESULTS FOR COUNTERFACTUAL PREDICTION ", + "text_level": 1, + "bbox": [ + 174, + 103, + 642, + 118 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "K.1 MULTI-STEP AHEAD PREDICTION OF COUNTERFACTUALS", + "text_level": 1, + "bbox": [ + 174, + 133, + 614, + 148 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "Figure 7 shows the normalized RMSE for multiple step-ahead prediction of counterfactuals. The RMSE is normalized by the maximum tumour volume: $\\bar { V _ { m a x } } = 1 \\bar { 1 } 5 0 \\mathrm { c m ^ { 3 } }$ . The counterfactuals in this case are generated as described in Section 6.3 and Appendix I. We notice that performance gains of CRN compared to RMSN increase with the number of future timesteps for which the counterfactuals are estimated. ", + "bbox": [ + 173, + 159, + 826, + 229 + ], + "page_idx": 24 + }, + { + "type": "image", + "img_path": "images/995945365917721cfe59800f6c40ff0276b71b09419710e573d0a6203278d1ac.jpg", + "image_caption": [ + "Figure 7: Results for prediction of patient counterfactuals for multiple steps ahead. " + ], + "image_footnote": [], + "bbox": [ + 174, + 272, + 802, + 696 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "K.2 DETAILED RESULTS FOR THE COUNTERFACTUAL PREDICTIONS ", + "text_level": 1, + "bbox": [ + 176, + 104, + 650, + 117 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Tables 8 and 9 show detailed results for the counterfactual predictions. ", + "bbox": [ + 176, + 128, + 635, + 143 + ], + "page_idx": 25 + }, + { + "type": "table", + "img_path": "images/5e4b6ce9dd70503d985ef7e7dd194266135bcc5bd2d8a2e33f29980dcb1269f5.jpg", + "table_caption": [ + "Table 8: Normalized RMSE for one-step-ahead prediction of counterfactuals. The parameter $\\gamma$ measures the degree of time-dependent confounding applied. " + ], + "table_footnote": [], + "table_body": "
γ=0γ=1γ=2γ=3γ=4γ=5
Linear (no IPTW)0.99%1.08%1.36%1.68%2.11%2.77%
MSM0.99%1.08%1.34%1.63%2.02%2.61%
RNN CRN(入=0)0.70%0.70%0.84%1.05%1.24%1.69%
RMSN0.66% 0.60%0.77% 0.61%0.92% 0.72%0.95% 0.81%1.24% 0.94%1.54% 1.23%
CRN0.56%0.57%0.62%0.67%0.87%1.20%
γ=6Y=7Y=8Y=9γ=10
Linear (no IPTW)3.55%4.15%4.80%5.09%5.22%
MSM3.30%3.79%4.30%4.47%4.47%
RNN2.03%2.52%2.88%3.79%4.01%
CRN (λ= 0)1.98%2.42%2.73%3.17%
RMSN3.57%
1.70%2.18%2.37%2.77%2.83%
CRN1.48%1.56%2.05%2.36%2.41%
", + "bbox": [ + 250, + 210, + 746, + 419 + ], + "page_idx": 25 + }, + { + "type": "table", + "img_path": "images/9023ec73868e46c7abeeffa770036089d4b550bbe2fc469bed1429cbd594ab2f.jpg", + "table_caption": [ + "Table 9: Normalized RMSE for $\\tau$ -step-ahead prediction of counterfactuals. The parameter $\\gamma$ measures the degree of time-dependent confounding applied. " + ], + "table_footnote": [], + "table_body": "
γ=1γ=2γ=3γ=4γ=5
T=2RMSN0.90%1.15%1.53%2.14%2.91%
CRN0.84%0.96%1.21%1.46%2.45%
T=3RMSN0.97%1.36%1.87%2.44%3.47%
CRN0.86%0.96%1.47 %1.51%2.84%
T=4RMSN1.24%1.79%2.60%3.33%3.88%
CRN0.91%1.08%1.74%1.76%2.82%
T=5RMSN1.51%2.13%3.06%4.07%4.58%
CRN0.85%1.10%1.73%2.00%3.43%
T=6RMSN2.10%2.89%3.06%4.16%6.32%
CRN1.16%1.52%2.29%2.66%4.91%
", + "bbox": [ + 284, + 489, + 712, + 667 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "In order to evaluate how well the models select the correct treatment and timing of treatment we simulate counterfactual outcomes as follows. We generate 1000 test samples using the model of tumour growth described in Section 6. Let $\\bar { \\mathbf { H } } _ { t }$ be the current history of the patient and let $\\tau$ be a future time horizon. For each timestep in the future, we have 4 treatment options at: no treatment $( A _ { 0 } )$ , chemotherapy $( A _ { 1 } )$ , radiotherapy $\\left( A _ { 2 } \\right)$ , chemotherapy and radiotherapy. $\\left( A _ { 3 } \\right)$ . ", + "bbox": [ + 173, + 132, + 825, + 204 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Using the model of tumour growth where the outcome $\\mathbf { Y } _ { t + \\tau }$ is given by the volume of the tumour, we generate the following $2 \\tau$ counterfactuals: ", + "bbox": [ + 173, + 210, + 825, + 238 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Chemotherapy application ", + "bbox": [ + 253, + 247, + 426, + 262 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/c1af7f88e3d092438d75d3c04a0d91e1122e9b724b25de734172def022302208.jpg", + "text": "$$\n\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 1 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 1 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { \\mathrm { ~ \\cdot ~ } \\cdot \\cdot } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf \\textup { \\bf ~ a } } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 1 } , \\bar { \\mathbf { H } } _ { t } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 383, + 261, + 748, + 338 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Radiotherapy application ", + "bbox": [ + 259, + 335, + 428, + 349 + ], + "page_idx": 26 + }, + { + "type": "equation", + "img_path": "images/c5556e18245143eb2e8682cc985a6453ab423123221e0413e2a9dc3ba68f645b.jpg", + "text": "$$\n\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 2 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 2 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { \\ldots } & { { } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 2 } , \\bar { \\bf H } _ { t } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 382, + 349, + 748, + 424 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "We perform this for each patient in the test set and at each time $t$ in the history. For instance, for a patient with 50 timesteps in the model of tumour growth and for time horizon $\\tau = 3$ , we generate $2 \\cdot 3 \\cdot 5 0 = 3 0 0$ counterfactuals. ", + "bbox": [ + 176, + 428, + 821, + 469 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "Using the true generated couterfactual data, we select the treatment that has the lowest $\\mathbf { Y } _ { t + \\tau }$ among the $\\tau$ options generated for each treatment. Then, we select the time of applying treatment (among $t , t + 1 , \\ldots t + \\tau - 1 )$ that resulted in the lowest $\\mathbf { Y } _ { t + \\tau }$ . For each model, we generate the counterfactuals under the same treatment plans and patient histories. Then, we perform the selection of treatment and timing of treatment in the same way and we compare these with the true ones. Note that in order to account for numerical instability (two outcomes $Y _ { t + \\tau }$ having very similar values), we consider two outcomes the same if they are within $\\epsilon = 0 . 0 0 1$ of each other. ", + "bbox": [ + 173, + 477, + 825, + 575 + ], + "page_idx": 26 + }, + { + "type": "text", + "text": "M RESULTS ON FACTUAL PREDICTION ON MIMIC III ", + "text_level": 1, + "bbox": [ + 174, + 102, + 635, + 118 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "Using the Medical Information Mart for Intensive Care (MIMIC III) (Johnson et al., 2016) database consisting of electronic health records from patients in the ICU, we also show how the CRN can be used on a real medical dataset. From MIMIC III we extracted the patients on antibiotics, with trajectories up to 30 timesteps, thus obtaining a dataset with 3487 patients. For each patient, we extracted 25 patient covariates including lab tests and vital signs measured over time, as well as static patient features such as age and gender. ", + "bbox": [ + 174, + 132, + 825, + 217 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "We used a binary treatment at each timestep indicating whether the patient was administered antibiotics or not. Note that for the longitudinal covariates we used aggregate value for each day since the ICU admission. The reason for this is because antibiotic treatment is decided daily for the patient. We split the dataset into 2826/313/348 patients for training, validation and testing respectively. We performed hyperparameter optimization on the validation patient set, using the search ranges in Table 5 and we again selected hyperparameters based on the error on the factual outcomes. ", + "bbox": [ + 173, + 223, + 825, + 308 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "We estimate the individualized effect of antibiotics assigned over time on the patient’s white blood cell count. A high white blood cell count is associated with severe illness and poor outcome for ICU patients (Waheed et al., 2003). Antibiotic administration in the ICU aims to reduce the white blood cell count. However, the effectiveness of the antibiotics treatment in reducing the white blood cell count is highly dependent on the time they are administered with respect to the history of the patient covariates. In this context we again have time-dependent confounders: the patient features change over time and are affected by the previous administration of antibiotics. Moreover, the history of the patient features also determines antibiotics administration and affects future patient outcomes (De Bus et al., 2018; Ali et al., 2019). ", + "bbox": [ + 174, + 314, + 825, + 440 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "In Table 10 we report the root mean squared error for factual prediction of the patients’ white blood cell count for multiple prediction horizons $\\tau$ . Note that for this dataset we do not have access to counterfactual data, which is why we report error on factual predictions. ", + "bbox": [ + 174, + 446, + 825, + 489 + ], + "page_idx": 27 + }, + { + "type": "table", + "img_path": "images/d48466a4154c491a71a2f92d63c525ecb9af8c07d5657d4890cde36604e7d756.jpg", + "table_caption": [ + "Table 10: RMSE for $\\tau$ -step-ahead prediction of factual outcomes on MIMIC III. " + ], + "table_footnote": [], + "table_body": "
T=1T=2T=3 T=4
RMSN2.843.874.464.79
CRN2.683.544.074.67
", + "bbox": [ + 348, + 534, + 650, + 587 + ], + "page_idx": 27 + }, + { + "type": "text", + "text": "We notice that CRN also achieves better performance than RMSN in estimating factual outcomes in a real-world dataset containing electronic health records. In this context, where couterfactual data is not available, domain expert knowledge is required to validate the model’s counterfactual predictions under other antibiotic treatment alternatives. This further medical validation is outside the scope of this paper. ", + "bbox": [ + 173, + 598, + 825, + 667 + ], + "page_idx": 27 + } +] \ No newline at end of file diff --git a/parse/train/BJg866NFvB/BJg866NFvB_middle.json b/parse/train/BJg866NFvB/BJg866NFvB_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..2f21b960c6d9688cc0298f7a59094a57b7a9e68f --- /dev/null +++ b/parse/train/BJg866NFvB/BJg866NFvB_middle.json @@ -0,0 +1,69592 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 503, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 439, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 439, + 99 + ], + "score": 1.0, + "content": "ESTIMATING COUNTERFACTUAL TREATMENT", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 102, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 505, + 118 + ], + "score": 1.0, + "content": "OUTCOMES OVER TIME THROUGH ADVERSARIALLY", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 122, + 332, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 332, + 138 + ], + "score": 1.0, + "content": "BALANCED REPRESENTATIONS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 113, + 155, + 159, + 165 + ], + "lines": [ + { + "bbox": [ + 111, + 153, + 161, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 153, + 161, + 167 + ], + "score": 1.0, + "content": "Ioana Bica", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 113, + 167, + 271, + 210 + ], + "lines": [ + { + "bbox": [ + 111, + 165, + 257, + 179 + ], + "spans": [ + { + "bbox": [ + 111, + 165, + 257, + 179 + ], + "score": 1.0, + "content": "Department of Engineering Science", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 112, + 177, + 252, + 189 + ], + "spans": [ + { + "bbox": [ + 112, + 177, + 252, + 189 + ], + "score": 1.0, + "content": "University of Oxford, Oxford, UK", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 112, + 188, + 271, + 200 + ], + "spans": [ + { + "bbox": [ + 112, + 188, + 271, + 200 + ], + "score": 1.0, + "content": "The Alan Turing Institute, London, UK", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 112, + 199, + 253, + 212 + ], + "spans": [ + { + "bbox": [ + 112, + 199, + 253, + 212 + ], + "score": 1.0, + "content": "ioana.bica@eng.ox.ac.uk", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 321, + 155, + 498, + 199 + ], + "lines": [ + { + "bbox": [ + 321, + 155, + 391, + 165 + ], + "spans": [ + { + "bbox": [ + 321, + 155, + 391, + 165 + ], + "score": 1.0, + "content": "Ahmed M. Alaa", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 320, + 165, + 474, + 179 + ], + "spans": [ + { + "bbox": [ + 320, + 165, + 474, + 179 + ], + "score": 1.0, + "content": "Department of Electrical Engineering", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 321, + 177, + 499, + 189 + ], + "spans": [ + { + "bbox": [ + 321, + 177, + 499, + 189 + ], + "score": 1.0, + "content": "University of California, Los Angeles, USA", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 321, + 189, + 437, + 199 + ], + "spans": [ + { + "bbox": [ + 321, + 189, + 437, + 199 + ], + "score": 1.0, + "content": "ahmedmalaa@ucla.edu", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 113, + 228, + 173, + 238 + ], + "lines": [ + { + "bbox": [ + 111, + 227, + 174, + 239 + ], + "spans": [ + { + "bbox": [ + 111, + 227, + 174, + 239 + ], + "score": 1.0, + "content": "James Jordon", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 310, + 227, + 412, + 238 + ], + "lines": [ + { + "bbox": [ + 308, + 225, + 415, + 240 + ], + "spans": [ + { + "bbox": [ + 308, + 225, + 415, + 240 + ], + "score": 1.0, + "content": "Mihaela van der Schaar", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 113, + 239, + 286, + 271 + ], + "lines": [ + { + "bbox": [ + 111, + 238, + 257, + 250 + ], + "spans": [ + { + "bbox": [ + 111, + 238, + 257, + 250 + ], + "score": 1.0, + "content": "Department of Engineering Science", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 112, + 249, + 252, + 260 + ], + "spans": [ + { + "bbox": [ + 112, + 249, + 252, + 260 + ], + "score": 1.0, + "content": "University of Oxford, Oxford, UK", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 113, + 261, + 288, + 272 + ], + "spans": [ + { + "bbox": [ + 113, + 261, + 288, + 272 + ], + "score": 1.0, + "content": "james.jordon@wolfson.ox.ac.uk", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 310, + 239, + 486, + 281 + ], + "lines": [ + { + "bbox": [ + 309, + 238, + 479, + 250 + ], + "spans": [ + { + "bbox": [ + 309, + 238, + 479, + 250 + ], + "score": 1.0, + "content": "University of Cambridge, Cambridge, UK", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 309, + 248, + 487, + 260 + ], + "spans": [ + { + "bbox": [ + 309, + 248, + 487, + 260 + ], + "score": 1.0, + "content": "University of California, Los Angeles, USA", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 309, + 260, + 469, + 271 + ], + "spans": [ + { + "bbox": [ + 309, + 260, + 469, + 271 + ], + "score": 1.0, + "content": "The Alan Turing Institute, London, UK", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 308, + 271, + 402, + 282 + ], + "spans": [ + { + "bbox": [ + 308, + 271, + 402, + 282 + ], + "score": 1.0, + "content": "mv472@cam.ac.uk", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "title", + "bbox": [ + 278, + 311, + 333, + 323 + ], + "lines": [ + { + "bbox": [ + 276, + 310, + 336, + 325 + ], + "spans": [ + { + "bbox": [ + 276, + 310, + 336, + 325 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 143, + 335, + 469, + 489 + ], + "lines": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "spans": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "score": 1.0, + "content": "Identifying when to give treatments to patients and how to select among multiple", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 347, + 470, + 358 + ], + "spans": [ + { + "bbox": [ + 142, + 347, + 470, + 358 + ], + "score": 1.0, + "content": "treatments over time are important medical problems with a few existing solutions.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 357, + 470, + 369 + ], + "spans": [ + { + "bbox": [ + 141, + 357, + 470, + 369 + ], + "score": 1.0, + "content": "In this paper, we introduce the Counterfactual Recurrent Network (CRN), a novel", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 369, + 471, + 380 + ], + "spans": [ + { + "bbox": [ + 141, + 369, + 471, + 380 + ], + "score": 1.0, + "content": "sequence-to-sequence model that leverages the increasingly available patient ob-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 380, + 469, + 390 + ], + "spans": [ + { + "bbox": [ + 141, + 380, + 469, + 390 + ], + "score": 1.0, + "content": "servational data to estimate treatment effects over time and answer such medical", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 390, + 471, + 402 + ], + "spans": [ + { + "bbox": [ + 141, + 390, + 471, + 402 + ], + "score": 1.0, + "content": "questions. To handle the bias from time-varying confounders, covariates affect-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 401, + 470, + 413 + ], + "spans": [ + { + "bbox": [ + 141, + 401, + 470, + 413 + ], + "score": 1.0, + "content": "ing the treatment assignment policy in the observational data, CRN uses domain", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 412, + 470, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 412, + 470, + 425 + ], + "score": 1.0, + "content": "adversarial training to build balancing representations of the patient history. At", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 423, + 470, + 436 + ], + "spans": [ + { + "bbox": [ + 141, + 423, + 470, + 436 + ], + "score": 1.0, + "content": "each timestep, CRN constructs a treatment invariant representation which removes", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 434, + 469, + 446 + ], + "spans": [ + { + "bbox": [ + 141, + 434, + 469, + 446 + ], + "score": 1.0, + "content": "the association between patient history and treatment assignments and thus can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 445, + 470, + 456 + ], + "spans": [ + { + "bbox": [ + 141, + 445, + 470, + 456 + ], + "score": 1.0, + "content": "be reliably used for making counterfactual predictions. On a simulated model of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 456, + 469, + 468 + ], + "spans": [ + { + "bbox": [ + 141, + 456, + 469, + 468 + ], + "score": 1.0, + "content": "tumour growth, with varying degree of time-dependent confounding, we show how", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 467, + 469, + 479 + ], + "spans": [ + { + "bbox": [ + 141, + 467, + 469, + 479 + ], + "score": 1.0, + "content": "our model achieves lower error in estimating counterfactuals and in choosing the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 478, + 459, + 489 + ], + "spans": [ + { + "bbox": [ + 141, + 478, + 459, + 489 + ], + "score": 1.0, + "content": "correct treatment and timing of treatment than current state-of-the-art methods.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 28.5 + }, + { + "type": "title", + "bbox": [ + 108, + 509, + 206, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 507, + 208, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 208, + 524 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "score": 1.0, + "content": "As clinical decision-makers are often faced with the problem of choosing between treatment alterna-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "tives for patients, reliably estimating their effects is paramount. While clinical trials represent the gold", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "standard for causal inference, they are expensive, have a few patients and narrow inclusion criteria", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 566, + 507, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 507, + 579 + ], + "score": 1.0, + "content": "(Booth & Tannock, 2014). Leveraging the increasingly available observational data about patients,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "score": 1.0, + "content": "such as electronic health records, represents a more viable alternative for estimating treatment effects.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "A large number of methods have been proposed for performing causal inference using observational", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "data in the static setting (Johansson et al., 2016; Shalit et al., 2017; Alaa & van der Schaar, 2017;", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 617, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 505, + 627 + ], + "score": 1.0, + "content": "Li & Fu, 2017; Yoon et al., 2018; Alaa & van der Schaar, 2018; Yao et al., 2018) and only a few", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "methods address the longitudinal setting (Xu et al., 2016; Roy et al., 2016; Soleimani et al., 2017;", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "Schulam & Saria, 2017; Lim et al., 2018). However, estimating the effects of treatments over time", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 661 + ], + "score": 1.0, + "content": "poses unique opportunities such as understanding how diseases evolve under different treatment", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "plans, how individual patients respond to medication over time, but also which are optimal timings", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 671, + 490, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 490, + 684 + ], + "score": 1.0, + "content": "for assigning treatments, thus providing new tools to improve clinical decision support systems.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 45.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "The biggest challenge when estimating the effects of time-dependent treatments from observational", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "data involves correctly handling the time-dependent confounders: patient covariates that are affected", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 711, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 506, + 721 + ], + "score": 1.0, + "content": "by past treatments which then influence future treatments and outcomes (Platt et al., 2009). For", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "instance, consider that treatment A is given when a certain patient covariate (e.g. white blood cell", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 51.5 + } + ], + "page_idx": 0, + "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": [ + 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": [ + 107, + 80, + 503, + 136 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 439, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 439, + 99 + ], + "score": 1.0, + "content": "ESTIMATING COUNTERFACTUAL TREATMENT", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 102, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 102, + 505, + 118 + ], + "score": 1.0, + "content": "OUTCOMES OVER TIME THROUGH ADVERSARIALLY", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 122, + 332, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 332, + 138 + ], + "score": 1.0, + "content": "BALANCED REPRESENTATIONS", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 113, + 155, + 159, + 165 + ], + "lines": [ + { + "bbox": [ + 111, + 153, + 161, + 167 + ], + "spans": [ + { + "bbox": [ + 111, + 153, + 161, + 167 + ], + "score": 1.0, + "content": "Ioana Bica", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 113, + 167, + 271, + 210 + ], + "lines": [ + { + "bbox": [ + 111, + 165, + 257, + 179 + ], + "spans": [ + { + "bbox": [ + 111, + 165, + 257, + 179 + ], + "score": 1.0, + "content": "Department of Engineering Science", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 112, + 177, + 252, + 189 + ], + "spans": [ + { + "bbox": [ + 112, + 177, + 252, + 189 + ], + "score": 1.0, + "content": "University of Oxford, Oxford, UK", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 112, + 188, + 271, + 200 + ], + "spans": [ + { + "bbox": [ + 112, + 188, + 271, + 200 + ], + "score": 1.0, + "content": "The Alan Turing Institute, London, UK", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 112, + 199, + 253, + 212 + ], + "spans": [ + { + "bbox": [ + 112, + 199, + 253, + 212 + ], + "score": 1.0, + "content": "ioana.bica@eng.ox.ac.uk", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5, + "bbox_fs": [ + 111, + 165, + 271, + 212 + ] + }, + { + "type": "text", + "bbox": [ + 321, + 155, + 498, + 199 + ], + "lines": [ + { + "bbox": [ + 321, + 155, + 391, + 165 + ], + "spans": [ + { + "bbox": [ + 321, + 155, + 391, + 165 + ], + "score": 1.0, + "content": "Ahmed M. Alaa", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 320, + 165, + 474, + 179 + ], + "spans": [ + { + "bbox": [ + 320, + 165, + 474, + 179 + ], + "score": 1.0, + "content": "Department of Electrical Engineering", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 321, + 177, + 499, + 189 + ], + "spans": [ + { + "bbox": [ + 321, + 177, + 499, + 189 + ], + "score": 1.0, + "content": "University of California, Los Angeles, USA", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 321, + 189, + 437, + 199 + ], + "spans": [ + { + "bbox": [ + 321, + 189, + 437, + 199 + ], + "score": 1.0, + "content": "ahmedmalaa@ucla.edu", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5, + "bbox_fs": [ + 320, + 155, + 499, + 199 + ] + }, + { + "type": "title", + "bbox": [ + 113, + 228, + 173, + 238 + ], + "lines": [ + { + "bbox": [ + 111, + 227, + 174, + 239 + ], + "spans": [ + { + "bbox": [ + 111, + 227, + 174, + 239 + ], + "score": 1.0, + "content": "James Jordon", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 310, + 227, + 412, + 238 + ], + "lines": [ + { + "bbox": [ + 308, + 225, + 415, + 240 + ], + "spans": [ + { + "bbox": [ + 308, + 225, + 415, + 240 + ], + "score": 1.0, + "content": "Mihaela van der Schaar", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 113, + 239, + 286, + 271 + ], + "lines": [ + { + "bbox": [ + 111, + 238, + 257, + 250 + ], + "spans": [ + { + "bbox": [ + 111, + 238, + 257, + 250 + ], + "score": 1.0, + "content": "Department of Engineering Science", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 112, + 249, + 252, + 260 + ], + "spans": [ + { + "bbox": [ + 112, + 249, + 252, + 260 + ], + "score": 1.0, + "content": "University of Oxford, Oxford, UK", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 113, + 261, + 288, + 272 + ], + "spans": [ + { + "bbox": [ + 113, + 261, + 288, + 272 + ], + "score": 1.0, + "content": "james.jordon@wolfson.ox.ac.uk", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 111, + 238, + 288, + 272 + ] + }, + { + "type": "text", + "bbox": [ + 310, + 239, + 486, + 281 + ], + "lines": [ + { + "bbox": [ + 309, + 238, + 479, + 250 + ], + "spans": [ + { + "bbox": [ + 309, + 238, + 479, + 250 + ], + "score": 1.0, + "content": "University of Cambridge, Cambridge, UK", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 309, + 248, + 487, + 260 + ], + "spans": [ + { + "bbox": [ + 309, + 248, + 487, + 260 + ], + "score": 1.0, + "content": "University of California, Los Angeles, USA", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 309, + 260, + 469, + 271 + ], + "spans": [ + { + "bbox": [ + 309, + 260, + 469, + 271 + ], + "score": 1.0, + "content": "The Alan Turing Institute, London, UK", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 308, + 271, + 402, + 282 + ], + "spans": [ + { + "bbox": [ + 308, + 271, + 402, + 282 + ], + "score": 1.0, + "content": "mv472@cam.ac.uk", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5, + "bbox_fs": [ + 308, + 238, + 487, + 282 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 311, + 333, + 323 + ], + "lines": [ + { + "bbox": [ + 276, + 310, + 336, + 325 + ], + "spans": [ + { + "bbox": [ + 276, + 310, + 336, + 325 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 143, + 335, + 469, + 489 + ], + "lines": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "spans": [ + { + "bbox": [ + 141, + 335, + 469, + 348 + ], + "score": 1.0, + "content": "Identifying when to give treatments to patients and how to select among multiple", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 142, + 347, + 470, + 358 + ], + "spans": [ + { + "bbox": [ + 142, + 347, + 470, + 358 + ], + "score": 1.0, + "content": "treatments over time are important medical problems with a few existing solutions.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 357, + 470, + 369 + ], + "spans": [ + { + "bbox": [ + 141, + 357, + 470, + 369 + ], + "score": 1.0, + "content": "In this paper, we introduce the Counterfactual Recurrent Network (CRN), a novel", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 369, + 471, + 380 + ], + "spans": [ + { + "bbox": [ + 141, + 369, + 471, + 380 + ], + "score": 1.0, + "content": "sequence-to-sequence model that leverages the increasingly available patient ob-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 380, + 469, + 390 + ], + "spans": [ + { + "bbox": [ + 141, + 380, + 469, + 390 + ], + "score": 1.0, + "content": "servational data to estimate treatment effects over time and answer such medical", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 390, + 471, + 402 + ], + "spans": [ + { + "bbox": [ + 141, + 390, + 471, + 402 + ], + "score": 1.0, + "content": "questions. To handle the bias from time-varying confounders, covariates affect-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 401, + 470, + 413 + ], + "spans": [ + { + "bbox": [ + 141, + 401, + 470, + 413 + ], + "score": 1.0, + "content": "ing the treatment assignment policy in the observational data, CRN uses domain", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 412, + 470, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 412, + 470, + 425 + ], + "score": 1.0, + "content": "adversarial training to build balancing representations of the patient history. At", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 423, + 470, + 436 + ], + "spans": [ + { + "bbox": [ + 141, + 423, + 470, + 436 + ], + "score": 1.0, + "content": "each timestep, CRN constructs a treatment invariant representation which removes", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 434, + 469, + 446 + ], + "spans": [ + { + "bbox": [ + 141, + 434, + 469, + 446 + ], + "score": 1.0, + "content": "the association between patient history and treatment assignments and thus can", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 445, + 470, + 456 + ], + "spans": [ + { + "bbox": [ + 141, + 445, + 470, + 456 + ], + "score": 1.0, + "content": "be reliably used for making counterfactual predictions. On a simulated model of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 456, + 469, + 468 + ], + "spans": [ + { + "bbox": [ + 141, + 456, + 469, + 468 + ], + "score": 1.0, + "content": "tumour growth, with varying degree of time-dependent confounding, we show how", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 467, + 469, + 479 + ], + "spans": [ + { + "bbox": [ + 141, + 467, + 469, + 479 + ], + "score": 1.0, + "content": "our model achieves lower error in estimating counterfactuals and in choosing the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 478, + 459, + 489 + ], + "spans": [ + { + "bbox": [ + 141, + 478, + 459, + 489 + ], + "score": 1.0, + "content": "correct treatment and timing of treatment than current state-of-the-art methods.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 28.5, + "bbox_fs": [ + 141, + 335, + 471, + 489 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 509, + 206, + 521 + ], + "lines": [ + { + "bbox": [ + 105, + 507, + 208, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 208, + 524 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 506, + 545 + ], + "score": 1.0, + "content": "As clinical decision-makers are often faced with the problem of choosing between treatment alterna-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 545, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 505, + 556 + ], + "score": 1.0, + "content": "tives for patients, reliably estimating their effects is paramount. While clinical trials represent the gold", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 568 + ], + "score": 1.0, + "content": "standard for causal inference, they are expensive, have a few patients and narrow inclusion criteria", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 566, + 507, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 566, + 507, + 579 + ], + "score": 1.0, + "content": "(Booth & Tannock, 2014). Leveraging the increasingly available observational data about patients,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 507, + 590 + ], + "score": 1.0, + "content": "such as electronic health records, represents a more viable alternative for estimating treatment effects.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 533, + 507, + 590 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 594, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "A large number of methods have been proposed for performing causal inference using observational", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "data in the static setting (Johansson et al., 2016; Shalit et al., 2017; Alaa & van der Schaar, 2017;", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 617, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 505, + 627 + ], + "score": 1.0, + "content": "Li & Fu, 2017; Yoon et al., 2018; Alaa & van der Schaar, 2018; Yao et al., 2018) and only a few", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 506, + 639 + ], + "score": 1.0, + "content": "methods address the longitudinal setting (Xu et al., 2016; Roy et al., 2016; Soleimani et al., 2017;", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "Schulam & Saria, 2017; Lim et al., 2018). However, estimating the effects of treatments over time", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 649, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 661 + ], + "score": 1.0, + "content": "poses unique opportunities such as understanding how diseases evolve under different treatment", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "plans, how individual patients respond to medication over time, but also which are optimal timings", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 671, + 490, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 490, + 684 + ], + "score": 1.0, + "content": "for assigning treatments, thus providing new tools to improve clinical decision support systems.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 594, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "The biggest challenge when estimating the effects of time-dependent treatments from observational", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "data involves correctly handling the time-dependent confounders: patient covariates that are affected", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 711, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 506, + 721 + ], + "score": 1.0, + "content": "by past treatments which then influence future treatments and outcomes (Platt et al., 2009). For", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 732 + ], + "score": 1.0, + "content": "instance, consider that treatment A is given when a certain patient covariate (e.g. white blood cell", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 296, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 506, + 308 + ], + "score": 1.0, + "content": "count) has been outside of normal range values for several consecutive timesteps. Suppose also that", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "this patient covariate was itself affected by the past administration of treatment B. If these patients", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "are more likely to die, without adjusting for the time-dependent confounding (e.g. the changes in", + "type": "text", + "cross_page": true + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "the white blood cell count over time), we will incorrectly conclude that treatment A is harmful to", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "patients. Moreover, estimating the effect of a different sequence of treatments on the patient outcome", + "type": "text", + "cross_page": true + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "score": 1.0, + "content": "would require not only adjusting for the bias at the current step (in treatment A), but also for the bias", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 363, + 324, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 324, + 374 + ], + "score": 1.0, + "content": "introduced by the previous application of treatment B.", + "type": "text", + "cross_page": true + } + ], + "index": 15 + } + ], + "index": 51.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 82, + 498, + 208 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 82, + 498, + 208 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 82, + 498, + 208 + ], + "spans": [ + { + "bbox": [ + 114, + 82, + 498, + 208 + ], + "score": 0.97, + "type": "image", + "image_path": "48102b092b83fa34ae96204e15fa6bcdf8c5bf203ea2fe1f45443282de05bbd2.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 82, + 498, + 124.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 124.0, + 498, + 166.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 166.0, + 498, + 208.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 218, + 505, + 285 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 218, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 106, + 218, + 505, + 231 + ], + "score": 1.0, + "content": "Figure 1: Applicability of CRN in cancer treatment planning. We illustrate 3 patients with different", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 228, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 235, + 242 + ], + "score": 1.0, + "content": "covariate and treatment histories", + "type": "text" + }, + { + "bbox": [ + 235, + 228, + 249, + 240 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 229, + 325, + 242 + ], + "score": 1.0, + "content": ". For a current time", + "type": "text" + }, + { + "bbox": [ + 325, + 231, + 330, + 239 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 229, + 506, + 242 + ], + "score": 1.0, + "content": ", CRN can predict counterfactual trajectories", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "(the coloured dashed branches) for planned treatments in the future. Through the counterfactual", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 251, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 263 + ], + "score": 1.0, + "content": "predictions, we can decide which treatment plan results in the best patient outcome (in this case, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "score": 1.0, + "content": "lowest tumour volume). This way, CRN can be used to perform all of the following: choose optimal", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 274, + 497, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 497, + 285 + ], + "score": 1.0, + "content": "treatments (a), find timing when treatment is most effective (b) decide when to stop treatment (c).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 107, + 295, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 506, + 308 + ], + "score": 1.0, + "content": "count) has been outside of normal range values for several consecutive timesteps. Suppose also that", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "this patient covariate was itself affected by the past administration of treatment B. If these patients", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 505, + 331 + ], + "score": 1.0, + "content": "are more likely to die, without adjusting for the time-dependent confounding (e.g. the changes in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 505, + 342 + ], + "score": 1.0, + "content": "the white blood cell count over time), we will incorrectly conclude that treatment A is harmful to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "patients. Moreover, estimating the effect of a different sequence of treatments on the patient outcome", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "score": 1.0, + "content": "would require not only adjusting for the bias at the current step (in treatment A), but also for the bias", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 363, + 324, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 324, + 374 + ], + "score": 1.0, + "content": "introduced by the previous application of treatment B.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 505, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 392 + ], + "score": 1.0, + "content": "Existing methods for causal inference in the static setting cannot be applied in this longitudinal setting", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "since they are designed to handle the cross-sectional set-up, where the treatment and outcome depend", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "only on a static value of the patient covariates. If we consider again the above example, these methods", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 412, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 424 + ], + "score": 1.0, + "content": "would not be able to model how the changes in patient covariates over time affect the assignment", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "of treatments and they would also not be able to estimate the effect of a sequence of treatments on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 433, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 447 + ], + "score": 1.0, + "content": "the patient outcome (e.g. sequential application of treatment A followed by treatment B). Different", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "models that can handle these temporal dependencies in the observational data and varying-length", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 456, + 387, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 387, + 468 + ], + "score": 1.0, + "content": "patient histories are needed for estimating treatment effects over time.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "score": 1.0, + "content": "Time-dependent confounders are present in observational data because doctors follow policies: the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "history of the patients’ covariates and the patients’ response to past treatments are used to decide", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "score": 1.0, + "content": "future treatments (Mansournia et al., 2012). The direct use of supervised learning methods will be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "biased by the treatment policies present in the observational data and will not be able to correctly", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 517, + 379, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 379, + 529 + ], + "score": 1.0, + "content": "estimate counterfactuals for different treatment assignment policies.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 533, + 507, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 507, + 546 + ], + "score": 1.0, + "content": "Standard methods for adjusting for time-varying confounding and estimating the effects of time-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "varying exposures are based on ideas from epidemiology. The most widely used among these are", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "score": 1.0, + "content": "Marginal Structural Models (MSMs) (Robins et al., 2000; Mansournia et al., 2012) which use the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 564, + 505, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 580 + ], + "score": 1.0, + "content": "inverse probability of treatment weighting (IPTW) to adjust for the time-dependent confounding", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 576, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 506, + 591 + ], + "score": 1.0, + "content": "bias. Through IPTW, MSMs create a pseudo-population where the probability of treatment does not", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "depend on the time-varying confounders. However, MSMs are not robust to model misspecification", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "in computing the IPTWs. MSMs can also give high-variance estimates due to extreme weights;", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "score": 1.0, + "content": "computing the IPTW involves dividing by probability of assigning a treatment conditional on patient", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 621, + 383, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 383, + 634 + ], + "score": 1.0, + "content": "history which can be numerically unstable if the probability is small.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 638, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "We introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence archi-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "tecture for estimating treatment effects over time. CRN leverages recent advances in representation", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "learning (Bengio et al., 2012) and domain adversarial training (Ganin et al., 2016) to overcome the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 671, + 507, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 507, + 683 + ], + "score": 1.0, + "content": "problems of existing methods for causal inference over time. Our main contributions are as follows.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "Treatment invariant representations over time. CRN constructs treatment invariant represen-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "tations at each timestep in order to break the association between patient history and treatment", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "assignment and thus removes the bias from time-dependent confounders. For this, CRN uses domain", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 721, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 732 + ], + "score": 1.0, + "content": "adversarial training (Ganin et al., 2016; Li et al., 2018; Sebag et al., 2019) to trade-off between build-", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43.5 + } + ], + "page_idx": 1, + "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, + 763 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 763 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 82, + 498, + 208 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 82, + 498, + 208 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 82, + 498, + 208 + ], + "spans": [ + { + "bbox": [ + 114, + 82, + 498, + 208 + ], + "score": 0.97, + "type": "image", + "image_path": "48102b092b83fa34ae96204e15fa6bcdf8c5bf203ea2fe1f45443282de05bbd2.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 82, + 498, + 124.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 124.0, + 498, + 166.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 166.0, + 498, + 208.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 218, + 505, + 285 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 218, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 106, + 218, + 505, + 231 + ], + "score": 1.0, + "content": "Figure 1: Applicability of CRN in cancer treatment planning. We illustrate 3 patients with different", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 228, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 235, + 242 + ], + "score": 1.0, + "content": "covariate and treatment histories", + "type": "text" + }, + { + "bbox": [ + 235, + 228, + 249, + 240 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 229, + 325, + 242 + ], + "score": 1.0, + "content": ". For a current time", + "type": "text" + }, + { + "bbox": [ + 325, + 231, + 330, + 239 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 229, + 506, + 242 + ], + "score": 1.0, + "content": ", CRN can predict counterfactual trajectories", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 506, + 253 + ], + "score": 1.0, + "content": "(the coloured dashed branches) for planned treatments in the future. Through the counterfactual", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 251, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 263 + ], + "score": 1.0, + "content": "predictions, we can decide which treatment plan results in the best patient outcome (in this case, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 274 + ], + "score": 1.0, + "content": "lowest tumour volume). This way, CRN can be used to perform all of the following: choose optimal", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 274, + 497, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 274, + 497, + 285 + ], + "score": 1.0, + "content": "treatments (a), find timing when treatment is most effective (b) decide when to stop treatment (c).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 107, + 295, + 505, + 373 + ], + "lines": [], + "index": 12, + "bbox_fs": [ + 105, + 296, + 506, + 374 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 505, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 378, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 392 + ], + "score": 1.0, + "content": "Existing methods for causal inference in the static setting cannot be applied in this longitudinal setting", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 402 + ], + "score": 1.0, + "content": "since they are designed to handle the cross-sectional set-up, where the treatment and outcome depend", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "only on a static value of the patient covariates. If we consider again the above example, these methods", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 412, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 424 + ], + "score": 1.0, + "content": "would not be able to model how the changes in patient covariates over time affect the assignment", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 435 + ], + "score": 1.0, + "content": "of treatments and they would also not be able to estimate the effect of a sequence of treatments on", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 433, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 505, + 447 + ], + "score": 1.0, + "content": "the patient outcome (e.g. sequential application of treatment A followed by treatment B). Different", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 457 + ], + "score": 1.0, + "content": "models that can handle these temporal dependencies in the observational data and varying-length", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 456, + 387, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 387, + 468 + ], + "score": 1.0, + "content": "patient histories are needed for estimating treatment effects over time.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 378, + 506, + 468 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 485 + ], + "score": 1.0, + "content": "Time-dependent confounders are present in observational data because doctors follow policies: the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "history of the patients’ covariates and the patients’ response to past treatments are used to decide", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "score": 1.0, + "content": "future treatments (Mansournia et al., 2012). The direct use of supervised learning methods will be", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 505, + 518 + ], + "score": 1.0, + "content": "biased by the treatment policies present in the observational data and will not be able to correctly", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 517, + 379, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 379, + 529 + ], + "score": 1.0, + "content": "estimate counterfactuals for different treatment assignment policies.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 471, + 505, + 529 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 505, + 632 + ], + "lines": [ + { + "bbox": [ + 106, + 533, + 507, + 546 + ], + "spans": [ + { + "bbox": [ + 106, + 533, + 507, + 546 + ], + "score": 1.0, + "content": "Standard methods for adjusting for time-varying confounding and estimating the effects of time-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 558 + ], + "score": 1.0, + "content": "varying exposures are based on ideas from epidemiology. The most widely used among these are", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 505, + 568 + ], + "score": 1.0, + "content": "Marginal Structural Models (MSMs) (Robins et al., 2000; Mansournia et al., 2012) which use the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 564, + 505, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 580 + ], + "score": 1.0, + "content": "inverse probability of treatment weighting (IPTW) to adjust for the time-dependent confounding", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 576, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 576, + 506, + 591 + ], + "score": 1.0, + "content": "bias. Through IPTW, MSMs create a pseudo-population where the probability of treatment does not", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "depend on the time-varying confounders. However, MSMs are not robust to model misspecification", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "in computing the IPTWs. MSMs can also give high-variance estimates due to extreme weights;", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 623 + ], + "score": 1.0, + "content": "computing the IPTW involves dividing by probability of assigning a treatment conditional on patient", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 621, + 383, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 383, + 634 + ], + "score": 1.0, + "content": "history which can be numerically unstable if the probability is small.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 533, + 507, + 634 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 638, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "We introduce the Counterfactual Recurrent Network (CRN), a novel sequence-to-sequence archi-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "tecture for estimating treatment effects over time. CRN leverages recent advances in representation", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 505, + 672 + ], + "score": 1.0, + "content": "learning (Bengio et al., 2012) and domain adversarial training (Ganin et al., 2016) to overcome the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 671, + 507, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 671, + 507, + 683 + ], + "score": 1.0, + "content": "problems of existing methods for causal inference over time. Our main contributions are as follows.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 638, + 507, + 683 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "Treatment invariant representations over time. CRN constructs treatment invariant represen-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "tations at each timestep in order to break the association between patient history and treatment", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 721 + ], + "score": 1.0, + "content": "assignment and thus removes the bias from time-dependent confounders. For this, CRN uses domain", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 721, + 506, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 506, + 732 + ], + "score": 1.0, + "content": "adversarial training (Ganin et al., 2016; Li et al., 2018; Sebag et al., 2019) to trade-off between build-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "ing this balancing representation and predicting patient outcomes. We show that these representations", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "remove the bias from time-varying confounders and can be reliably used for estimating counterfactual", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "outcomes. This represents the first work that introduces ideas from domain adaptation to the area of", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "score": 1.0, + "content": "estimating treatment effects over time. In addition, by building balancing representations, we propose", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 406, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 406, + 139 + ], + "score": 1.0, + "content": "a novel way of removing the bias introduced by time-varying confounders.", + "type": "text", + "cross_page": true + } + ], + "index": 4 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 687, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 96 + ], + "score": 1.0, + "content": "ing this balancing representation and predicting patient outcomes. We show that these representations", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "remove the bias from time-varying confounders and can be reliably used for estimating counterfactual", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "outcomes. This represents the first work that introduces ideas from domain adaptation to the area of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 129 + ], + "score": 1.0, + "content": "estimating treatment effects over time. In addition, by building balancing representations, we propose", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 406, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 406, + 139 + ], + "score": 1.0, + "content": "a novel way of removing the bias introduced by time-varying confounders.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 143, + 505, + 243 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 505, + 155 + ], + "score": 1.0, + "content": "Counterfactual estimation of future outcomes. To estimate counterfactual outcomes for treatment", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 167 + ], + "score": 1.0, + "content": "plans (and not just single treatments), we integrate the domain adversarial training procedure as part", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "of a sequence-to-sequence architecture. CRN consists of an encoder network which builds treatment", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "invariant representations of the patient history that are used to initialize the decoder. The decoder", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "network estimates outcomes under an intended sequence of future treatments, while also updating the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "balanced representation. By performing counterfactual estimation of future treatment outcomes, CRN", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 507, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 507, + 222 + ], + "score": 1.0, + "content": "can be used to answer critical medical questions such as deciding when to give treatments to patients,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 221, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 506, + 232 + ], + "score": 1.0, + "content": "when to start and stop treatment regimes, and also how to select from multiple treatments over time.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 488, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 488, + 244 + ], + "score": 1.0, + "content": "We illustrate in Figure 1 the applicability of our method in choosing optimal cancer treatments.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 108, + 247, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 262 + ], + "score": 1.0, + "content": "In our experiments, we evaluate CRN in a realistic set-up using a model of tumour growth (Geng", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 258, + 507, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 507, + 272 + ], + "score": 1.0, + "content": "et al., 2017). We show that CRN achieves better performance in predicting counterfactual outcomes,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 506, + 282 + ], + "score": 1.0, + "content": "but also in choosing the right treatment and timing of treatment than current state-of-the-art methods.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "title", + "bbox": [ + 108, + 298, + 209, + 311 + ], + "lines": [ + { + "bbox": [ + 104, + 297, + 210, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 210, + 313 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 108, + 324, + 504, + 346 + ], + "lines": [ + { + "bbox": [ + 106, + 323, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 506, + 337 + ], + "score": 1.0, + "content": "We focus on methods for estimating treatment effects over time and for building balancing represen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 335, + 453, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 453, + 347 + ], + "score": 1.0, + "content": "tations for causal inference. A more in-depth review of related work is in Appendix A.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 107, + 351, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "Treatment effects over time. Standard methods for estimating the effects of time-varying exposures", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 368, + 375 + ], + "score": 1.0, + "content": "were first developed in the epidemiology literature and include the", + "type": "text" + }, + { + "bbox": [ + 368, + 365, + 375, + 375 + ], + "score": 0.26, + "content": "\\mathrm { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "-computation formula, Structural", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "score": 1.0, + "content": "Nested Models and Marginal Structural Models (MSMs) (Robins, 1986; 1994; Robins et al., 2000;", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "Robins & Hernán, 2008). Originally, these methods have used predictors performing logistic/linear", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 395, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 506, + 409 + ], + "score": 1.0, + "content": "regression which makes them unsuitable for handling complex time-dependencies (Hernán et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "score": 1.0, + "content": "2001; Mansournia et al., 2012; Mortimer et al., 2005). To address these limitations, methods that", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "use Bayesian non-parametrics or recurrent neural networks as part of these frameworks have been", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 429, + 356, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 356, + 441 + ], + "score": 1.0, + "content": "proposed. (Xu et al., 2016; Roy et al., 2016; Lim et al., 2018).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 446, + 505, + 566 + ], + "lines": [ + { + "bbox": [ + 105, + 445, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 506, + 459 + ], + "score": 1.0, + "content": "To begin with, Xu et al. (2016) use Gaussian processes to model discrete patient outcomes as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 104, + 456, + 309, + 470 + ], + "score": 1.0, + "content": "a generalized mixed-effects model and uses the", + "type": "text" + }, + { + "bbox": [ + 310, + 459, + 316, + 468 + ], + "score": 0.8, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "-computation method to handle time-varying", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 468, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 360, + 479 + ], + "score": 1.0, + "content": "confounders. Soleimani et al. (2017) extend the approach in", + "type": "text" + }, + { + "bbox": [ + 361, + 468, + 375, + 478 + ], + "score": 0.28, + "content": "\\mathrm { X u }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 468, + 505, + 479 + ], + "score": 1.0, + "content": "et al. (2016) to the continuous", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 479, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 491 + ], + "score": 1.0, + "content": "time-setting and model treatment responses using linear time-invariant dynamical systems. Roy et al.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 489, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 501 + ], + "score": 1.0, + "content": "(2016) use Dirichlet and Gaussian processes to model the observational data and estimate the IPTW", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "in Marginal Structural Models. Schulam & Saria (2017) build upon work from Lok et al. (2008);", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "Arjas & Parner (2004) and use marked point processes and Gaussian processes to learn causal effects", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "score": 1.0, + "content": "in continuous-time data. These Bayesian non-parametric methods make strong assumptions about", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "model structure and consequently cannot handle well heterogeneous treatment effects arising from", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 544, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 505, + 556 + ], + "score": 1.0, + "content": "baseline variables (Soleimani et al., 2017; Schulam & Saria, 2017) and multiple treatment outcomes", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 556, + 274, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 274, + 567 + ], + "score": 1.0, + "content": "(Xu et al., 2016; Schulam & Saria, 2017).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 107, + 572, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 506, + 584 + ], + "score": 1.0, + "content": "The work most related to ours is the one of Lim et al. (2018) which improves on the standard MSMs", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 583, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 595 + ], + "score": 1.0, + "content": "by using recurrent neural networks to estimate the inverse probability of treatment weights (IPTWs).", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 593, + 507, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 507, + 607 + ], + "score": 1.0, + "content": "Lim et al. (2018) introduces Recurrent Marginal Structural Networks (RMSNs) which also use a", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 606, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 617 + ], + "score": 1.0, + "content": "sequence-to-sequence deep learning architecture to forecast treatment responses in a similar fashion", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "to our model. However, RMSNs require training additional RNNs to estimate the propensity weights", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "and does not overcome the fundamental problems with IPTWs, such as the high-variance of the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "weights. Conversely, CRN takes advantage of the recent advances in machine learning, in particular,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 649, + 451, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 451, + 661 + ], + "score": 1.0, + "content": "representation learning to propose a novel way of handling time-varying confounders.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "score": 1.0, + "content": "Balancing representations for treatment effect estimation. Balancing the distribution of control", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "and treated groups has been used for counterfactual estimation in the static setting. The methods", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "proposed in the static setting for balancing representations are based on using discrepancy measures", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "in the representation space between treated and untreated patients, which do not generalize to multiple", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 708, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 507, + 723 + ], + "score": 1.0, + "content": "treatments (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018). Moreover,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "due to the sequential assignment of treatments in the longitudinal setting, and due to the change of", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 49.5 + } + ], + "page_idx": 2, + "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, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [], + "index": 2, + "bbox_fs": [ + 105, + 82, + 505, + 139 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 143, + 505, + 243 + ], + "lines": [ + { + "bbox": [ + 106, + 143, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 505, + 155 + ], + "score": 1.0, + "content": "Counterfactual estimation of future outcomes. To estimate counterfactual outcomes for treatment", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 167 + ], + "score": 1.0, + "content": "plans (and not just single treatments), we integrate the domain adversarial training procedure as part", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "of a sequence-to-sequence architecture. CRN consists of an encoder network which builds treatment", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 188 + ], + "score": 1.0, + "content": "invariant representations of the patient history that are used to initialize the decoder. The decoder", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "network estimates outcomes under an intended sequence of future treatments, while also updating the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 210 + ], + "score": 1.0, + "content": "balanced representation. By performing counterfactual estimation of future treatment outcomes, CRN", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 208, + 507, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 507, + 222 + ], + "score": 1.0, + "content": "can be used to answer critical medical questions such as deciding when to give treatments to patients,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 221, + 506, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 506, + 232 + ], + "score": 1.0, + "content": "when to start and stop treatment regimes, and also how to select from multiple treatments over time.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 488, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 488, + 244 + ], + "score": 1.0, + "content": "We illustrate in Figure 1 the applicability of our method in choosing optimal cancer treatments.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 143, + 507, + 244 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 247, + 505, + 281 + ], + "lines": [ + { + "bbox": [ + 105, + 246, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 506, + 262 + ], + "score": 1.0, + "content": "In our experiments, we evaluate CRN in a realistic set-up using a model of tumour growth (Geng", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 258, + 507, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 507, + 272 + ], + "score": 1.0, + "content": "et al., 2017). We show that CRN achieves better performance in predicting counterfactual outcomes,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 506, + 282 + ], + "score": 1.0, + "content": "but also in choosing the right treatment and timing of treatment than current state-of-the-art methods.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 246, + 507, + 282 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 298, + 209, + 311 + ], + "lines": [ + { + "bbox": [ + 104, + 297, + 210, + 313 + ], + "spans": [ + { + "bbox": [ + 104, + 297, + 210, + 313 + ], + "score": 1.0, + "content": "2 RELATED WORK", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 108, + 324, + 504, + 346 + ], + "lines": [ + { + "bbox": [ + 106, + 323, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 106, + 323, + 506, + 337 + ], + "score": 1.0, + "content": "We focus on methods for estimating treatment effects over time and for building balancing represen-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 335, + 453, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 335, + 453, + 347 + ], + "score": 1.0, + "content": "tations for causal inference. A more in-depth review of related work is in Appendix A.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 106, + 323, + 506, + 347 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 351, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 506, + 365 + ], + "score": 1.0, + "content": "Treatment effects over time. Standard methods for estimating the effects of time-varying exposures", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 363, + 505, + 375 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 368, + 375 + ], + "score": 1.0, + "content": "were first developed in the epidemiology literature and include the", + "type": "text" + }, + { + "bbox": [ + 368, + 365, + 375, + 375 + ], + "score": 0.26, + "content": "\\mathrm { g }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 363, + 505, + 375 + ], + "score": 1.0, + "content": "-computation formula, Structural", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 106, + 374, + 506, + 385 + ], + "score": 1.0, + "content": "Nested Models and Marginal Structural Models (MSMs) (Robins, 1986; 1994; Robins et al., 2000;", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "Robins & Hernán, 2008). Originally, these methods have used predictors performing logistic/linear", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 395, + 506, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 506, + 409 + ], + "score": 1.0, + "content": "regression which makes them unsuitable for handling complex time-dependencies (Hernán et al.,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 406, + 506, + 420 + ], + "score": 1.0, + "content": "2001; Mansournia et al., 2012; Mortimer et al., 2005). To address these limitations, methods that", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 418, + 505, + 430 + ], + "score": 1.0, + "content": "use Bayesian non-parametrics or recurrent neural networks as part of these frameworks have been", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 429, + 356, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 356, + 441 + ], + "score": 1.0, + "content": "proposed. (Xu et al., 2016; Roy et al., 2016; Lim et al., 2018).", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 351, + 506, + 441 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 446, + 505, + 566 + ], + "lines": [ + { + "bbox": [ + 105, + 445, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 506, + 459 + ], + "score": 1.0, + "content": "To begin with, Xu et al. (2016) use Gaussian processes to model discrete patient outcomes as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 104, + 456, + 309, + 470 + ], + "score": 1.0, + "content": "a generalized mixed-effects model and uses the", + "type": "text" + }, + { + "bbox": [ + 310, + 459, + 316, + 468 + ], + "score": 0.8, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 456, + 506, + 470 + ], + "score": 1.0, + "content": "-computation method to handle time-varying", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 468, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 468, + 360, + 479 + ], + "score": 1.0, + "content": "confounders. Soleimani et al. (2017) extend the approach in", + "type": "text" + }, + { + "bbox": [ + 361, + 468, + 375, + 478 + ], + "score": 0.28, + "content": "\\mathrm { X u }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 468, + 505, + 479 + ], + "score": 1.0, + "content": "et al. (2016) to the continuous", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 479, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 491 + ], + "score": 1.0, + "content": "time-setting and model treatment responses using linear time-invariant dynamical systems. Roy et al.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 489, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 501 + ], + "score": 1.0, + "content": "(2016) use Dirichlet and Gaussian processes to model the observational data and estimate the IPTW", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "in Marginal Structural Models. Schulam & Saria (2017) build upon work from Lok et al. (2008);", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "Arjas & Parner (2004) and use marked point processes and Gaussian processes to learn causal effects", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 505, + 534 + ], + "score": 1.0, + "content": "in continuous-time data. These Bayesian non-parametric methods make strong assumptions about", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "model structure and consequently cannot handle well heterogeneous treatment effects arising from", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 544, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 544, + 505, + 556 + ], + "score": 1.0, + "content": "baseline variables (Soleimani et al., 2017; Schulam & Saria, 2017) and multiple treatment outcomes", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 556, + 274, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 274, + 567 + ], + "score": 1.0, + "content": "(Xu et al., 2016; Schulam & Saria, 2017).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 33, + "bbox_fs": [ + 104, + 445, + 506, + 567 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 572, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 571, + 506, + 584 + ], + "score": 1.0, + "content": "The work most related to ours is the one of Lim et al. (2018) which improves on the standard MSMs", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 583, + 506, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 506, + 595 + ], + "score": 1.0, + "content": "by using recurrent neural networks to estimate the inverse probability of treatment weights (IPTWs).", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 593, + 507, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 507, + 607 + ], + "score": 1.0, + "content": "Lim et al. (2018) introduces Recurrent Marginal Structural Networks (RMSNs) which also use a", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 606, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 606, + 505, + 617 + ], + "score": 1.0, + "content": "sequence-to-sequence deep learning architecture to forecast treatment responses in a similar fashion", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "to our model. However, RMSNs require training additional RNNs to estimate the propensity weights", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 639 + ], + "score": 1.0, + "content": "and does not overcome the fundamental problems with IPTWs, such as the high-variance of the", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "weights. Conversely, CRN takes advantage of the recent advances in machine learning, in particular,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 649, + 451, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 451, + 661 + ], + "score": 1.0, + "content": "representation learning to propose a novel way of handling time-varying confounders.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 571, + 507, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "score": 1.0, + "content": "Balancing representations for treatment effect estimation. Balancing the distribution of control", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "and treated groups has been used for counterfactual estimation in the static setting. The methods", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "proposed in the static setting for balancing representations are based on using discrepancy measures", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "in the representation space between treated and untreated patients, which do not generalize to multiple", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 708, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 507, + 723 + ], + "score": 1.0, + "content": "treatments (Johansson et al., 2016; Shalit et al., 2017; Li & Fu, 2017; Yao et al., 2018). Moreover,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 505, + 732 + ], + "score": 1.0, + "content": "due to the sequential assignment of treatments in the longitudinal setting, and due to the change of", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "patient covariates over time according to previous treatments, the methods for the static setting are", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 492, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 492, + 106 + ], + "score": 1.0, + "content": "not directly applicable to the time-varying setting (Hernán et al., 2000; Mansournia et al., 2012).", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 49.5, + "bbox_fs": [ + 105, + 666, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "patient covariates over time according to previous treatments, the methods for the static setting are", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 492, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 492, + 106 + ], + "score": 1.0, + "content": "not directly applicable to the time-varying setting (Hernán et al., 2000; Mansournia et al., 2012).", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "title", + "bbox": [ + 108, + 121, + 254, + 134 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 257, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 257, + 137 + ], + "score": 1.0, + "content": "3 PROBLEM FORMULATION", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 506, + 225 + ], + "lines": [ + { + "bbox": [ + 102, + 136, + 510, + 166 + ], + "spans": [ + { + "bbox": [ + 102, + 136, + 239, + 166 + ], + "score": 1.0, + "content": "Consider an observational dataset", + "type": "text" + }, + { + "bbox": [ + 239, + 143, + 404, + 160 + ], + "score": 0.93, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 136, + 510, + 166 + ], + "score": 1.0, + "content": "consisting of information", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 158, + 507, + 176 + ], + "spans": [ + { + "bbox": [ + 104, + 158, + 131, + 176 + ], + "score": 1.0, + "content": "about", + "type": "text" + }, + { + "bbox": [ + 131, + 162, + 141, + 172 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 158, + 294, + 176 + ], + "score": 1.0, + "content": "independent patients. For each patient", + "type": "text" + }, + { + "bbox": [ + 294, + 162, + 305, + 174 + ], + "score": 0.79, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 158, + 460, + 176 + ], + "score": 1.0, + "content": ", we observe time-dependent covariates", + "type": "text" + }, + { + "bbox": [ + 461, + 159, + 502, + 174 + ], + "score": 0.93, + "content": "\\mathbf { X } _ { t } ^ { ( i ) } \\in \\mathcal { X } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 158, + 507, + 176 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 168, + 510, + 194 + ], + "spans": [ + { + "bbox": [ + 102, + 168, + 180, + 194 + ], + "score": 1.0, + "content": "treatment received", + "type": "text" + }, + { + "bbox": [ + 180, + 173, + 288, + 188 + ], + "score": 0.93, + "content": "\\mathbf { A } _ { t } ^ { ( i ) } \\in \\{ A _ { 1 } , . . . A _ { K } \\} = \\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 168, + 344, + 194 + ], + "score": 1.0, + "content": "and outcomes", + "type": "text" + }, + { + "bbox": [ + 344, + 173, + 399, + 189 + ], + "score": 0.94, + "content": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) } \\in \\mathcal { V } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 168, + 414, + 194 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 414, + 174, + 432, + 186 + ], + "score": 0.88, + "content": "T ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 168, + 510, + 194 + ], + "score": 1.0, + "content": "discrete timesteps.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 284, + 201 + ], + "score": 1.0, + "content": "The patient can also have baseline covariates", + "type": "text" + }, + { + "bbox": [ + 284, + 187, + 323, + 199 + ], + "score": 0.92, + "content": "\\mathbf { V } ^ { ( i ) } \\in \\mathcal { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "such as gender and genetic information. Note", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 102, + 194, + 510, + 225 + ], + "spans": [ + { + "bbox": [ + 102, + 194, + 153, + 225 + ], + "score": 1.0, + "content": "that the ou", + "type": "text" + }, + { + "bbox": [ + 165, + 194, + 178, + 225 + ], + "score": 1.0, + "content": "me", + "type": "text" + }, + { + "bbox": [ + 179, + 200, + 202, + 215 + ], + "score": 0.93, + "content": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 194, + 366, + 225 + ], + "score": 1.0, + "content": "will be part of the observed covariates", + "type": "text" + }, + { + "bbox": [ + 366, + 200, + 389, + 215 + ], + "score": 0.93, + "content": "\\mathbf { X } _ { t + 1 } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 194, + 510, + 225 + ], + "score": 1.0, + "content": ". For simplicity, the patient", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 154, + 213, + 165, + 225 + ], + "spans": [ + { + "bbox": [ + 154, + 213, + 165, + 225 + ], + "score": 0.71, + "content": "( i )", + "type": "inline_equation" + } + ], + "index": 8 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 506, + 242 + ], + "score": 1.0, + "content": "We adopt the potential outcomes framework proposed by (Neyman, 1923; Rubin, 1978) and ex-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 452, + 254 + ], + "score": 1.0, + "content": "tended by (Robins & Hernán, 2008) to account for time-varying treatments. Let", + "type": "text" + }, + { + "bbox": [ + 452, + 241, + 474, + 253 + ], + "score": 0.87, + "content": "\\mathbf { Y } [ \\bar { \\mathbf { a } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 241, + 506, + 254 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "score": 1.0, + "content": "potential outcomes, either factual or counterfactual, for each possible course of treatment a¯. Let", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 262, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 107, + 262, + 193, + 275 + ], + "score": 0.9, + "content": "\\mathbf { \\bar { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { \\underline { { t } } - 1 } , \\mathbf { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 263, + 379, + 276 + ], + "score": 1.0, + "content": "represent the history of the patient covariates", + "type": "text" + }, + { + "bbox": [ + 379, + 263, + 460, + 275 + ], + "score": 0.92, + "content": "\\bar { \\mathbf X } _ { t } = ( \\mathbf X _ { 1 } , \\dots , \\mathbf X _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 263, + 506, + 276 + ], + "score": 1.0, + "content": ", treatment", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 273, + 416, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 158, + 286 + ], + "score": 1.0, + "content": "assignments", + "type": "text" + }, + { + "bbox": [ + 158, + 274, + 239, + 286 + ], + "score": 0.92, + "content": "\\bar { \\mathbf { A } } _ { t } = ( \\mathbf { A } _ { 1 } , \\ldots , \\mathbf { A } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 273, + 315, + 286 + ], + "score": 1.0, + "content": "and static features", + "type": "text" + }, + { + "bbox": [ + 315, + 274, + 325, + 284 + ], + "score": 0.58, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 273, + 416, + 286 + ], + "score": 1.0, + "content": ". We want to estimate:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 290, + 366, + 304 + ], + "lines": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "spans": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "score": 0.92, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ] | \\bar { \\mathbf { H } } _ { t } ) ,", + "type": "interline_equation", + "image_path": "ee54142209a0418282b4ea570e9bc262b47f0ee3678397ea7b1da9248f4bd3f6.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 309, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 309, + 504, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 309, + 132, + 324 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 310, + 267, + 322 + ], + "score": 0.92, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 309, + 498, + 324 + ], + "score": 1.0, + "content": "represents a possible sequence of treatments from timestep", + "type": "text" + }, + { + "bbox": [ + 499, + 311, + 504, + 320 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 321, + 506, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 258, + 334 + ], + "score": 1.0, + "content": "just until before the potential outcome", + "type": "text" + }, + { + "bbox": [ + 258, + 322, + 281, + 333 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 321, + 506, + 334 + ], + "score": 1.0, + "content": "is observed. We make the standard assumptions (Robins", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 505, + 344 + ], + "score": 1.0, + "content": "et al., 2000; Lim et al., 2018) needed to identify the treatment effects: consistency, positivity and no", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 342, + 475, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 475, + 356 + ], + "score": 1.0, + "content": "hidden confounders (sequential strong ignorability). See Appendix B for more more details.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5 + }, + { + "type": "title", + "bbox": [ + 107, + 370, + 347, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 348, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 348, + 385 + ], + "score": 1.0, + "content": "4 COUNTERFACTUAL RECURRENT NETWORK", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 506, + 462 + ], + "lines": [ + { + "bbox": [ + 104, + 393, + 504, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 393, + 461, + 409 + ], + "score": 1.0, + "content": "The observational data can be used to train a supervised learning model to forecast:", + "type": "text" + }, + { + "bbox": [ + 462, + 396, + 504, + 408 + ], + "score": 0.91, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\ )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 107, + 406, + 264, + 419 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 406, + 506, + 420 + ], + "score": 1.0, + "content": ". However, without adjusting for the bias introduced by time-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "varying confounders, this model cannot be reliably used for making causal predictions (Robins et al.,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 275, + 441 + ], + "score": 1.0, + "content": "2000; Robins & Hernán, 2008; Schulam", + "type": "text" + }, + { + "bbox": [ + 275, + 429, + 284, + 439 + ], + "score": 0.26, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "Saria, 2017). The Counterfactual Recurrent Network", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "score": 1.0, + "content": "(CRN) removes this bias through domain adversarial training and estimates the counterfactual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 450, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 146, + 463 + ], + "score": 1.0, + "content": "outcomes", + "type": "text" + }, + { + "bbox": [ + 146, + 450, + 263, + 463 + ], + "score": 0.9, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 \\bar { ) } ] | \\bar { \\mathbf { H } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 450, + 444, + 463 + ], + "score": 1.0, + "content": ", for any intended future treatment assignment", + "type": "text" + }, + { + "bbox": [ + 444, + 450, + 503, + 462 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 450, + 506, + 463 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 506, + 567 + ], + "lines": [ + { + "bbox": [ + 104, + 465, + 508, + 482 + ], + "spans": [ + { + "bbox": [ + 104, + 465, + 278, + 482 + ], + "score": 1.0, + "content": "Balancing representations. The history", + "type": "text" + }, + { + "bbox": [ + 278, + 466, + 368, + 479 + ], + "score": 0.93, + "content": "\\bar { \\mathbf { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 465, + 508, + 482 + ], + "score": 1.0, + "content": "of the patient contains the time-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 104, + 477, + 188, + 491 + ], + "score": 1.0, + "content": "varying confounders", + "type": "text" + }, + { + "bbox": [ + 188, + 478, + 201, + 489 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 477, + 345, + 491 + ], + "score": 1.0, + "content": "which bias the treatment assignment", + "type": "text" + }, + { + "bbox": [ + 345, + 479, + 426, + 491 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "in the observational", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "dataset. Inverse probability of treatment weighting, as performed by MSMs, creates a pseudo-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 290, + 513 + ], + "score": 1.0, + "content": "population where the probability of treatment", + "type": "text" + }, + { + "bbox": [ + 291, + 501, + 304, + 511 + ], + "score": 0.89, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "does not depend on the time-varying confounders", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 510, + 504, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 490, + 524 + ], + "score": 1.0, + "content": "(Robins et al., 2000). In this paper, we propose instead building a representation of the history", + "type": "text" + }, + { + "bbox": [ + 490, + 510, + 504, + 522 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 262, + 536 + ], + "score": 1.0, + "content": "that is not predictive of the treatment", + "type": "text" + }, + { + "bbox": [ + 262, + 523, + 276, + 533 + ], + "score": 0.86, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 520, + 506, + 536 + ], + "score": 1.0, + "content": ". This way, we remove the association between history,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 274, + 546 + ], + "score": 1.0, + "content": "containing the time-varying confounders", + "type": "text" + }, + { + "bbox": [ + 275, + 533, + 288, + 544 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 533, + 381, + 546 + ], + "score": 1.0, + "content": ", and current treatment", + "type": "text" + }, + { + "bbox": [ + 381, + 534, + 394, + 544 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 533, + 506, + 546 + ], + "score": 1.0, + "content": ". Robins (1999) shows that", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 481, + 557 + ], + "score": 1.0, + "content": "in this case, the estimation of counterfactual treatment outcomes is unbiased. See Appendix", + "type": "text" + }, + { + "bbox": [ + 481, + 545, + 490, + 554 + ], + "score": 0.29, + "content": "\\textrm { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 544, + 506, + 557 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 554, + 423, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 423, + 568 + ], + "score": 1.0, + "content": "details and for an example of a causal graph with time-dependent confounders.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 106, + 571, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 122, + 585 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 573, + 131, + 582 + ], + "score": 0.81, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 572, + 375, + 585 + ], + "score": 1.0, + "content": "be the representation function that maps the patient history", + "type": "text" + }, + { + "bbox": [ + 375, + 571, + 389, + 583 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 572, + 493, + 585 + ], + "score": 1.0, + "content": "to a representation space", + "type": "text" + }, + { + "bbox": [ + 493, + 573, + 503, + 582 + ], + "score": 0.78, + "content": "\\mathcal { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 257, + 595 + ], + "score": 1.0, + "content": "To obtain unbiased treatment effects,", + "type": "text" + }, + { + "bbox": [ + 257, + 583, + 266, + 593 + ], + "score": 0.81, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "needs to construct treatment invariant representations such", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 593, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 125, + 608 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 126, + 594, + 366, + 606 + ], + "score": 0.88, + "content": "P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { K } )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 593, + 506, + 608 + ], + "score": 1.0, + "content": ". To achieve this and to estimate", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "counterfactual outcomes under a planned sequence of treatments, we integrate the domain adversarial", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "training framework proposed by Ganin et al. (2016) and extended by Sebag et al. (2019) to the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "multi-domain learning setting, into a sequence-to-sequence architecture. In our case, the different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 637, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 651 + ], + "score": 1.0, + "content": "treatments at each timestep are considered the different domains. Note that the novelty here comes", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "from the use of domain adversarial training to handle the bias from the time-dependent confounders,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "rather than the use of sequence-to-sequence models, which have already been applied to forecast", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 671, + 436, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 436, + 684 + ], + "score": 1.0, + "content": "treatment responses (Lim et al., 2018). Figure 2 illustrates our model architecture.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "Encoder. The encoder network uses an RNN, with LSTM unit (Hochreiter & Schmidhuber, 1997),", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 246, + 710 + ], + "score": 1.0, + "content": "to process the history of treatments", + "type": "text" + }, + { + "bbox": [ + 247, + 698, + 270, + 711 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { A } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 699, + 316, + 710 + ], + "score": 1.0, + "content": ", covariates", + "type": "text" + }, + { + "bbox": [ + 316, + 698, + 329, + 710 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 699, + 415, + 710 + ], + "score": 1.0, + "content": "and baseline features", + "type": "text" + }, + { + "bbox": [ + 415, + 699, + 425, + 709 + ], + "score": 0.41, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 699, + 506, + 710 + ], + "score": 1.0, + "content": "to build a treatment", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 203, + 722 + ], + "score": 1.0, + "content": "invariant representation", + "type": "text" + }, + { + "bbox": [ + 203, + 709, + 231, + 722 + ], + "score": 0.94, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 709, + 413, + 722 + ], + "score": 1.0, + "content": ", but also to predict one-step-ahead outcomes", + "type": "text" + }, + { + "bbox": [ + 414, + 710, + 437, + 721 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 709, + 507, + 722 + ], + "score": 1.0, + "content": ". To achieve this,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 400, + 732 + ], + "score": 1.0, + "content": "the encoder network aims to maximize the loss of the treatment classifier", + "type": "text" + }, + { + "bbox": [ + 400, + 721, + 414, + 732 + ], + "score": 0.9, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "and minimize the loss", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 46.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": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 83, + 505, + 106 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 121, + 254, + 134 + ], + "lines": [ + { + "bbox": [ + 105, + 120, + 257, + 137 + ], + "spans": [ + { + "bbox": [ + 105, + 120, + 257, + 137 + ], + "score": 1.0, + "content": "3 PROBLEM FORMULATION", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 142, + 506, + 225 + ], + "lines": [ + { + "bbox": [ + 102, + 136, + 510, + 166 + ], + "spans": [ + { + "bbox": [ + 102, + 136, + 239, + 166 + ], + "score": 1.0, + "content": "Consider an observational dataset", + "type": "text" + }, + { + "bbox": [ + 239, + 143, + 404, + 160 + ], + "score": 0.93, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 136, + 510, + 166 + ], + "score": 1.0, + "content": "consisting of information", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 158, + 507, + 176 + ], + "spans": [ + { + "bbox": [ + 104, + 158, + 131, + 176 + ], + "score": 1.0, + "content": "about", + "type": "text" + }, + { + "bbox": [ + 131, + 162, + 141, + 172 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 158, + 294, + 176 + ], + "score": 1.0, + "content": "independent patients. For each patient", + "type": "text" + }, + { + "bbox": [ + 294, + 162, + 305, + 174 + ], + "score": 0.79, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 158, + 460, + 176 + ], + "score": 1.0, + "content": ", we observe time-dependent covariates", + "type": "text" + }, + { + "bbox": [ + 461, + 159, + 502, + 174 + ], + "score": 0.93, + "content": "\\mathbf { X } _ { t } ^ { ( i ) } \\in \\mathcal { X } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 158, + 507, + 176 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 102, + 168, + 510, + 194 + ], + "spans": [ + { + "bbox": [ + 102, + 168, + 180, + 194 + ], + "score": 1.0, + "content": "treatment received", + "type": "text" + }, + { + "bbox": [ + 180, + 173, + 288, + 188 + ], + "score": 0.93, + "content": "\\mathbf { A } _ { t } ^ { ( i ) } \\in \\{ A _ { 1 } , . . . A _ { K } \\} = \\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 168, + 344, + 194 + ], + "score": 1.0, + "content": "and outcomes", + "type": "text" + }, + { + "bbox": [ + 344, + 173, + 399, + 189 + ], + "score": 0.94, + "content": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) } \\in \\mathcal { V } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 168, + 414, + 194 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 414, + 174, + 432, + 186 + ], + "score": 0.88, + "content": "T ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 168, + 510, + 194 + ], + "score": 1.0, + "content": "discrete timesteps.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 284, + 201 + ], + "score": 1.0, + "content": "The patient can also have baseline covariates", + "type": "text" + }, + { + "bbox": [ + 284, + 187, + 323, + 199 + ], + "score": 0.92, + "content": "\\mathbf { V } ^ { ( i ) } \\in \\mathcal { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "such as gender and genetic information. Note", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 102, + 194, + 510, + 225 + ], + "spans": [ + { + "bbox": [ + 102, + 194, + 153, + 225 + ], + "score": 1.0, + "content": "that the ou", + "type": "text" + }, + { + "bbox": [ + 165, + 194, + 178, + 225 + ], + "score": 1.0, + "content": "me", + "type": "text" + }, + { + "bbox": [ + 179, + 200, + 202, + 215 + ], + "score": 0.93, + "content": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 194, + 366, + 225 + ], + "score": 1.0, + "content": "will be part of the observed covariates", + "type": "text" + }, + { + "bbox": [ + 366, + 200, + 389, + 215 + ], + "score": 0.93, + "content": "\\mathbf { X } _ { t + 1 } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 194, + 510, + 225 + ], + "score": 1.0, + "content": ". For simplicity, the patient", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 154, + 213, + 165, + 225 + ], + "spans": [ + { + "bbox": [ + 154, + 213, + 165, + 225 + ], + "score": 0.71, + "content": "( i )", + "type": "inline_equation" + } + ], + "index": 8 + } + ], + "index": 5.5, + "bbox_fs": [ + 102, + 136, + 510, + 225 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 230, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 506, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 506, + 242 + ], + "score": 1.0, + "content": "We adopt the potential outcomes framework proposed by (Neyman, 1923; Rubin, 1978) and ex-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 241, + 452, + 254 + ], + "score": 1.0, + "content": "tended by (Robins & Hernán, 2008) to account for time-varying treatments. Let", + "type": "text" + }, + { + "bbox": [ + 452, + 241, + 474, + 253 + ], + "score": 0.87, + "content": "\\mathbf { Y } [ \\bar { \\mathbf { a } } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 241, + 506, + 254 + ], + "score": 1.0, + "content": "be the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 264 + ], + "score": 1.0, + "content": "potential outcomes, either factual or counterfactual, for each possible course of treatment a¯. Let", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 107, + 262, + 506, + 276 + ], + "spans": [ + { + "bbox": [ + 107, + 262, + 193, + 275 + ], + "score": 0.9, + "content": "\\mathbf { \\bar { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { \\underline { { t } } - 1 } , \\mathbf { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 263, + 379, + 276 + ], + "score": 1.0, + "content": "represent the history of the patient covariates", + "type": "text" + }, + { + "bbox": [ + 379, + 263, + 460, + 275 + ], + "score": 0.92, + "content": "\\bar { \\mathbf X } _ { t } = ( \\mathbf X _ { 1 } , \\dots , \\mathbf X _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 263, + 506, + 276 + ], + "score": 1.0, + "content": ", treatment", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 273, + 416, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 273, + 158, + 286 + ], + "score": 1.0, + "content": "assignments", + "type": "text" + }, + { + "bbox": [ + 158, + 274, + 239, + 286 + ], + "score": 0.92, + "content": "\\bar { \\mathbf { A } } _ { t } = ( \\mathbf { A } _ { 1 } , \\ldots , \\mathbf { A } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 273, + 315, + 286 + ], + "score": 1.0, + "content": "and static features", + "type": "text" + }, + { + "bbox": [ + 315, + 274, + 325, + 284 + ], + "score": 0.58, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 273, + 416, + 286 + ], + "score": 1.0, + "content": ". We want to estimate:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 230, + 506, + 286 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 243, + 290, + 366, + 304 + ], + "lines": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "spans": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "score": 0.92, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ] | \\bar { \\mathbf { H } } _ { t } ) ,", + "type": "interline_equation", + "image_path": "ee54142209a0418282b4ea570e9bc262b47f0ee3678397ea7b1da9248f4bd3f6.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 243, + 290, + 366, + 304 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 309, + 505, + 355 + ], + "lines": [ + { + "bbox": [ + 105, + 309, + 504, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 309, + 132, + 324 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 310, + 267, + 322 + ], + "score": 0.92, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 309, + 498, + 324 + ], + "score": 1.0, + "content": "represents a possible sequence of treatments from timestep", + "type": "text" + }, + { + "bbox": [ + 499, + 311, + 504, + 320 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 321, + 506, + 334 + ], + "spans": [ + { + "bbox": [ + 105, + 321, + 258, + 334 + ], + "score": 1.0, + "content": "just until before the potential outcome", + "type": "text" + }, + { + "bbox": [ + 258, + 322, + 281, + 333 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 321, + 506, + 334 + ], + "score": 1.0, + "content": "is observed. We make the standard assumptions (Robins", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 332, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 505, + 344 + ], + "score": 1.0, + "content": "et al., 2000; Lim et al., 2018) needed to identify the treatment effects: consistency, positivity and no", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 342, + 475, + 356 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 475, + 356 + ], + "score": 1.0, + "content": "hidden confounders (sequential strong ignorability). See Appendix B for more more details.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5, + "bbox_fs": [ + 105, + 309, + 506, + 356 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 370, + 347, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 370, + 348, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 370, + 348, + 385 + ], + "score": 1.0, + "content": "4 COUNTERFACTUAL RECURRENT NETWORK", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 395, + 506, + 462 + ], + "lines": [ + { + "bbox": [ + 104, + 393, + 504, + 409 + ], + "spans": [ + { + "bbox": [ + 104, + 393, + 461, + 409 + ], + "score": 1.0, + "content": "The observational data can be used to train a supervised learning model to forecast:", + "type": "text" + }, + { + "bbox": [ + 462, + 396, + 504, + 408 + ], + "score": 0.91, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\ )", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 107, + 406, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 107, + 406, + 264, + 419 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 265, + 406, + 506, + 420 + ], + "score": 1.0, + "content": ". However, without adjusting for the bias introduced by time-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "varying confounders, this model cannot be reliably used for making causal predictions (Robins et al.,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 428, + 506, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 275, + 441 + ], + "score": 1.0, + "content": "2000; Robins & Hernán, 2008; Schulam", + "type": "text" + }, + { + "bbox": [ + 275, + 429, + 284, + 439 + ], + "score": 0.26, + "content": "\\&", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 428, + 506, + 441 + ], + "score": 1.0, + "content": "Saria, 2017). The Counterfactual Recurrent Network", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "score": 1.0, + "content": "(CRN) removes this bias through domain adversarial training and estimates the counterfactual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 450, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 146, + 463 + ], + "score": 1.0, + "content": "outcomes", + "type": "text" + }, + { + "bbox": [ + 146, + 450, + 263, + 463 + ], + "score": 0.9, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 \\bar { ) } ] | \\bar { \\mathbf { H } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 450, + 444, + 463 + ], + "score": 1.0, + "content": ", for any intended future treatment assignment", + "type": "text" + }, + { + "bbox": [ + 444, + 450, + 503, + 462 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 450, + 506, + 463 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 393, + 506, + 463 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 506, + 567 + ], + "lines": [ + { + "bbox": [ + 104, + 465, + 508, + 482 + ], + "spans": [ + { + "bbox": [ + 104, + 465, + 278, + 482 + ], + "score": 1.0, + "content": "Balancing representations. The history", + "type": "text" + }, + { + "bbox": [ + 278, + 466, + 368, + 479 + ], + "score": 0.93, + "content": "\\bar { \\mathbf { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { V } )", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 465, + 508, + 482 + ], + "score": 1.0, + "content": "of the patient contains the time-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 104, + 477, + 188, + 491 + ], + "score": 1.0, + "content": "varying confounders", + "type": "text" + }, + { + "bbox": [ + 188, + 478, + 201, + 489 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 477, + 345, + 491 + ], + "score": 1.0, + "content": "which bias the treatment assignment", + "type": "text" + }, + { + "bbox": [ + 345, + 479, + 426, + 491 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "in the observational", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "dataset. Inverse probability of treatment weighting, as performed by MSMs, creates a pseudo-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 290, + 513 + ], + "score": 1.0, + "content": "population where the probability of treatment", + "type": "text" + }, + { + "bbox": [ + 291, + 501, + 304, + 511 + ], + "score": 0.89, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "does not depend on the time-varying confounders", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 510, + 504, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 490, + 524 + ], + "score": 1.0, + "content": "(Robins et al., 2000). In this paper, we propose instead building a representation of the history", + "type": "text" + }, + { + "bbox": [ + 490, + 510, + 504, + 522 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 520, + 506, + 536 + ], + "spans": [ + { + "bbox": [ + 105, + 520, + 262, + 536 + ], + "score": 1.0, + "content": "that is not predictive of the treatment", + "type": "text" + }, + { + "bbox": [ + 262, + 523, + 276, + 533 + ], + "score": 0.86, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 520, + 506, + 536 + ], + "score": 1.0, + "content": ". This way, we remove the association between history,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 533, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 274, + 546 + ], + "score": 1.0, + "content": "containing the time-varying confounders", + "type": "text" + }, + { + "bbox": [ + 275, + 533, + 288, + 544 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 533, + 381, + 546 + ], + "score": 1.0, + "content": ", and current treatment", + "type": "text" + }, + { + "bbox": [ + 381, + 534, + 394, + 544 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 533, + 506, + 546 + ], + "score": 1.0, + "content": ". Robins (1999) shows that", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 481, + 557 + ], + "score": 1.0, + "content": "in this case, the estimation of counterfactual treatment outcomes is unbiased. See Appendix", + "type": "text" + }, + { + "bbox": [ + 481, + 545, + 490, + 554 + ], + "score": 0.29, + "content": "\\textrm { C }", + "type": "inline_equation" + }, + { + "bbox": [ + 490, + 544, + 506, + 557 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 554, + 423, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 423, + 568 + ], + "score": 1.0, + "content": "details and for an example of a causal graph with time-dependent confounders.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 465, + 508, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 571, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 571, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 122, + 585 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 123, + 573, + 131, + 582 + ], + "score": 0.81, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 572, + 375, + 585 + ], + "score": 1.0, + "content": "be the representation function that maps the patient history", + "type": "text" + }, + { + "bbox": [ + 375, + 571, + 389, + 583 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 572, + 493, + 585 + ], + "score": 1.0, + "content": "to a representation space", + "type": "text" + }, + { + "bbox": [ + 493, + 573, + 503, + 582 + ], + "score": 0.78, + "content": "\\mathcal { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 257, + 595 + ], + "score": 1.0, + "content": "To obtain unbiased treatment effects,", + "type": "text" + }, + { + "bbox": [ + 257, + 583, + 266, + 593 + ], + "score": 0.81, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "needs to construct treatment invariant representations such", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 593, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 125, + 608 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 126, + 594, + 366, + 606 + ], + "score": 0.88, + "content": "P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { K } )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 593, + 506, + 608 + ], + "score": 1.0, + "content": ". To achieve this and to estimate", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 618 + ], + "score": 1.0, + "content": "counterfactual outcomes under a planned sequence of treatments, we integrate the domain adversarial", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 106, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "training framework proposed by Ganin et al. (2016) and extended by Sebag et al. (2019) to the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "multi-domain learning setting, into a sequence-to-sequence architecture. In our case, the different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 637, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 651 + ], + "score": 1.0, + "content": "treatments at each timestep are considered the different domains. Note that the novelty here comes", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "from the use of domain adversarial training to handle the bias from the time-dependent confounders,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 660, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 506, + 673 + ], + "score": 1.0, + "content": "rather than the use of sequence-to-sequence models, which have already been applied to forecast", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 671, + 436, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 436, + 684 + ], + "score": 1.0, + "content": "treatment responses (Lim et al., 2018). Figure 2 illustrates our model architecture.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 571, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 506, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 699 + ], + "score": 1.0, + "content": "Encoder. The encoder network uses an RNN, with LSTM unit (Hochreiter & Schmidhuber, 1997),", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 246, + 710 + ], + "score": 1.0, + "content": "to process the history of treatments", + "type": "text" + }, + { + "bbox": [ + 247, + 698, + 270, + 711 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { A } } _ { t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 699, + 316, + 710 + ], + "score": 1.0, + "content": ", covariates", + "type": "text" + }, + { + "bbox": [ + 316, + 698, + 329, + 710 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { X } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 699, + 415, + 710 + ], + "score": 1.0, + "content": "and baseline features", + "type": "text" + }, + { + "bbox": [ + 415, + 699, + 425, + 709 + ], + "score": 0.41, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 699, + 506, + 710 + ], + "score": 1.0, + "content": "to build a treatment", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 709, + 507, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 203, + 722 + ], + "score": 1.0, + "content": "invariant representation", + "type": "text" + }, + { + "bbox": [ + 203, + 709, + 231, + 722 + ], + "score": 0.94, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 709, + 413, + 722 + ], + "score": 1.0, + "content": ", but also to predict one-step-ahead outcomes", + "type": "text" + }, + { + "bbox": [ + 414, + 710, + 437, + 721 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 709, + 507, + 722 + ], + "score": 1.0, + "content": ". To achieve this,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 720, + 505, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 400, + 732 + ], + "score": 1.0, + "content": "the encoder network aims to maximize the loss of the treatment classifier", + "type": "text" + }, + { + "bbox": [ + 400, + 721, + 414, + 732 + ], + "score": 0.9, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 720, + 505, + 732 + ], + "score": 1.0, + "content": "and minimize the loss", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 240, + 279 + ], + "score": 1.0, + "content": "of the outcome predictor network", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 241, + 267, + 254, + 279 + ], + "score": 0.89, + "content": "G _ { y }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 255, + 266, + 410, + 279 + ], + "score": 1.0, + "content": ". This way, the balanced representation", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 410, + 266, + 438, + 279 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 438, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "is not predictive", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 277, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 210, + 290 + ], + "score": 1.0, + "content": "of the assigned treatment", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 210, + 278, + 223, + 288 + ], + "score": 0.88, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 224, + 277, + 443, + 290 + ], + "score": 1.0, + "content": ", but is discriminative enough to estimate the outcome", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 443, + 278, + 466, + 289 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 467, + 277, + 505, + 290 + ], + "score": 1.0, + "content": ". To train", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 289, + 472, + 301 + ], + "spans": [ + { + "bbox": [ + 106, + 289, + 472, + 301 + ], + "score": 1.0, + "content": "this model using gradient descent, we use the Gradient Reversal Layer (Ganin et al., 2016).", + "type": "text", + "cross_page": true + } + ], + "index": 8 + } + ], + "index": 46.5, + "bbox_fs": [ + 105, + 687, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 76, + 503, + 214 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 76, + 503, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 76, + 503, + 214 + ], + "spans": [ + { + "bbox": [ + 108, + 76, + 503, + 214 + ], + "score": 0.97, + "type": "image", + "image_path": "39de32791ca33f62a2ed333d3baf6dd543573abf1582505564a41dc63718a59d.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 76, + 503, + 122.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 122.0, + 503, + 168.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 168.0, + 503, + 214.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 223, + 505, + 257 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 343, + 236 + ], + "score": 1.0, + "content": "Figure 2: CRN architecture. Encoder builds representation", + "type": "text" + }, + { + "bbox": [ + 343, + 223, + 371, + 235 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "that maximizes loss of treatment", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 234, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 145, + 246 + ], + "score": 1.0, + "content": "classifier", + "type": "text" + }, + { + "bbox": [ + 145, + 235, + 159, + 245 + ], + "score": 0.88, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 234, + 327, + 246 + ], + "score": 1.0, + "content": "and minimizes loss of outcome predictor", + "type": "text" + }, + { + "bbox": [ + 328, + 235, + 342, + 246 + ], + "score": 0.87, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 234, + 346, + 246 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 346, + 235, + 374, + 246 + ], + "score": 0.89, + "content": "\\bar { \\Phi ( \\bar { \\mathbf { H } } _ { t } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 234, + 506, + 246 + ], + "score": 1.0, + "content": "is used to initialize the decoder,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 246, + 502, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 502, + 258 + ], + "score": 1.0, + "content": "which continues to update it to predict counterfactual outcomes of a sequence of future treatments.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 266, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 505, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 240, + 279 + ], + "score": 1.0, + "content": "of the outcome predictor network", + "type": "text" + }, + { + "bbox": [ + 241, + 267, + 254, + 279 + ], + "score": 0.89, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 266, + 410, + 279 + ], + "score": 1.0, + "content": ". This way, the balanced representation", + "type": "text" + }, + { + "bbox": [ + 410, + 266, + 438, + 279 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 266, + 505, + 279 + ], + "score": 1.0, + "content": "is not predictive", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 277, + 505, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 210, + 290 + ], + "score": 1.0, + "content": "of the assigned treatment", + "type": "text" + }, + { + "bbox": [ + 210, + 278, + 223, + 288 + ], + "score": 0.88, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 277, + 443, + 290 + ], + "score": 1.0, + "content": ", but is discriminative enough to estimate the outcome", + "type": "text" + }, + { + "bbox": [ + 443, + 278, + 466, + 289 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 277, + 505, + 290 + ], + "score": 1.0, + "content": ". To train", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 289, + 472, + 301 + ], + "spans": [ + { + "bbox": [ + 106, + 289, + 472, + 301 + ], + "score": 1.0, + "content": "this model using gradient descent, we use the Gradient Reversal Layer (Ganin et al., 2016).", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 305, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "Decoder. The decoder network uses the balanced representation computed by the encoder to initialize", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 316, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 506, + 328 + ], + "score": 1.0, + "content": "the state of an RNN that predicts the counterfactual outcomes for a sequence of future treatments. Dur-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 326, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 421, + 341 + ], + "score": 1.0, + "content": "ing training, the decoder uses as input the outcomes from the observational data", + "type": "text" + }, + { + "bbox": [ + 421, + 327, + 502, + 339 + ], + "score": 0.89, + "content": "( \\mathbf { Y } _ { t + 1 } , . . . \\mathbf { Y } _ { t + \\tau - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 326, + 506, + 341 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 338, + 506, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 210, + 350 + ], + "score": 1.0, + "content": "the static patient features", + "type": "text" + }, + { + "bbox": [ + 210, + 338, + 221, + 348 + ], + "score": 0.51, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 338, + 387, + 350 + ], + "score": 1.0, + "content": "and the intended sequence of treatments", + "type": "text" + }, + { + "bbox": [ + 387, + 339, + 448, + 350 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 338, + 506, + 350 + ], + "score": 1.0, + "content": ". The decoder", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "is trained in a similar way to the encoder to update the balanced representation and to estimate the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 360, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 506, + 373 + ], + "score": 1.0, + "content": "outcomes. During testing, we do not have access to ground-truth outcomes; thus, the outcomes", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 371, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 204, + 387 + ], + "score": 1.0, + "content": "predicted by the decoder", + "type": "text" + }, + { + "bbox": [ + 205, + 371, + 285, + 385 + ], + "score": 0.91, + "content": "( \\mathsf { \\bar { Y } } _ { t + 1 } , \\dots , \\hat { \\mathbf { Y } } _ { t + \\tau - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 371, + 506, + 387 + ], + "score": 1.0, + "content": "are auto-regressively used instead as inputs. By running", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "the decoder with different treatment settings, and by auto-regressively feeding back the outcomes,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "score": 1.0, + "content": "we can determine when to start and end different treatments, which is the optimal time to give the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 405, + 448, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 448, + 419 + ], + "score": 1.0, + "content": "treatment and which treatments to give over time to obtain the best patient outcomes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 186, + 435 + ], + "score": 1.0, + "content": "The representation", + "type": "text" + }, + { + "bbox": [ + 187, + 421, + 214, + 434 + ], + "score": 0.93, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "is built by applying a fully connected layer, with Exponential Linear", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 416, + 446 + ], + "score": 1.0, + "content": "Unit (ELU) activation to the output of the LSTM. The treatment classifier", + "type": "text" + }, + { + "bbox": [ + 417, + 434, + 430, + 444 + ], + "score": 0.91, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "and the predictor", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 142, + 457 + ], + "score": 1.0, + "content": "network", + "type": "text" + }, + { + "bbox": [ + 142, + 445, + 156, + 456 + ], + "score": 0.9, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 444, + 470, + 457 + ], + "score": 1.0, + "content": "consist of a hidden layer each, also with ELU activation. The output layer of", + "type": "text" + }, + { + "bbox": [ + 470, + 444, + 484, + 455 + ], + "score": 0.89, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "uses", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 282, + 468 + ], + "score": 1.0, + "content": "softmax activation, while the output layer of", + "type": "text" + }, + { + "bbox": [ + 282, + 456, + 295, + 468 + ], + "score": 0.89, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "uses linear activation for continuous predictions. For", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 466, + 507, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 507, + 478 + ], + "score": 1.0, + "content": "categorical outcomes, softmax activation can be used. We follow an approach similar to Lim et al.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 477, + 507, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 507, + 490 + ], + "score": 1.0, + "content": "(2018) and we split the encoder and decoder training into separate steps. See Appendix E for details.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 494, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "score": 1.0, + "content": "The encoder and decoder networks use variational dropout (Gal & Ghahramani, 2016) such that the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 504, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 506, + 518 + ], + "score": 1.0, + "content": "CRN can also give uncertainty intervals for the treatment outcomes. This is particularity important in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "the estimation of treatment effects, since the model predictions should only be used when they have", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 525, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 541 + ], + "score": 1.0, + "content": "high confidence. Our model can also be modified to allow for irregular samplings of observations by", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 538, + 270, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 270, + 550 + ], + "score": 1.0, + "content": "using a PhasedLSTM (Neil et al., 2016).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 108, + 569, + 426, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 567, + 428, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 428, + 583 + ], + "score": 1.0, + "content": "5 ADVERSARIALLY BALANCED REPRESENTATION OVER TIME", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 507, + 628 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 173, + 606 + ], + "score": 1.0, + "content": "At each timestep", + "type": "text" + }, + { + "bbox": [ + 174, + 595, + 179, + 604 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 594, + 209, + 606 + ], + "score": 1.0, + "content": ", let the", + "type": "text" + }, + { + "bbox": [ + 209, + 594, + 219, + 604 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 594, + 334, + 606 + ], + "score": 1.0, + "content": "different possible treatments", + "type": "text" + }, + { + "bbox": [ + 334, + 594, + 414, + 606 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "represent our domains.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "As described in Section 4, to remove the bias from time-dependent confounders, we build a represen-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 615, + 499, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 172, + 630 + ], + "score": 1.0, + "content": "tation of history", + "type": "text" + }, + { + "bbox": [ + 173, + 615, + 186, + 627 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 615, + 326, + 630 + ], + "score": 1.0, + "content": "that is invariant across treatments:", + "type": "text" + }, + { + "bbox": [ + 326, + 615, + 495, + 628 + ], + "score": 0.92, + "content": "P ( \\mathbf { \\bar { \\Phi } } ( \\mathbf { \\bar { H } } _ { t } ) \\mid A _ { 1 } ) = \\cdots = P ( \\Phi ( \\mathbf { \\bar { H } } _ { t } ) \\mid \\mathbf { \\bar { \\Phi } } _ { X } )", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 615, + 499, + 630 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 439, + 646 + ], + "score": 1.0, + "content": "This requirement can be enforced by minimizing the distance in the distribution of", + "type": "text" + }, + { + "bbox": [ + 439, + 632, + 468, + 645 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "between", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "any two pairs of treatments. Kifer et al. (2004); Ben-David et al. (2007), propose measuring the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "disparity between distributions based on their separability by a discriminatively-trained classifier.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 249, + 678 + ], + "score": 1.0, + "content": "Let the symmetric hypothesis class", + "type": "text" + }, + { + "bbox": [ + 249, + 666, + 259, + 676 + ], + "score": 0.83, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "consist of the set of symmetric multiclass classifiers, such as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 244, + 690 + ], + "score": 1.0, + "content": "neural network architectures. The", + "type": "text" + }, + { + "bbox": [ + 244, + 677, + 254, + 687 + ], + "score": 0.83, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "-divergence between all pairs of two distributions is defined in", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 284, + 701 + ], + "score": 1.0, + "content": "terms of the capacity of the hypothesis class", + "type": "text" + }, + { + "bbox": [ + 285, + 688, + 294, + 698 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "to discriminate between examples from the multiple", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 277, + 711 + ], + "score": 1.0, + "content": "distributions. Empirically, minimizing the", + "type": "text" + }, + { + "bbox": [ + 278, + 700, + 295, + 709 + ], + "score": 0.86, + "content": "\\varkappa -", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "divergence involves building a representation where", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "examples from the multiple domains are as indistinguishable as possible (Ben-David et al., 2007; Li", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "et al., 2018; Sebag et al., 2019). Ganin et al. (2016) use this idea to propose an adversarial framework", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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": [ + 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": "image", + "bbox": [ + 108, + 76, + 503, + 214 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 76, + 503, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 76, + 503, + 214 + ], + "spans": [ + { + "bbox": [ + 108, + 76, + 503, + 214 + ], + "score": 0.97, + "type": "image", + "image_path": "39de32791ca33f62a2ed333d3baf6dd543573abf1582505564a41dc63718a59d.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 76, + 503, + 122.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 122.0, + 503, + 168.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 168.0, + 503, + 214.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 223, + 505, + 257 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 223, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 343, + 236 + ], + "score": 1.0, + "content": "Figure 2: CRN architecture. Encoder builds representation", + "type": "text" + }, + { + "bbox": [ + 343, + 223, + 371, + 235 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 223, + 506, + 236 + ], + "score": 1.0, + "content": "that maximizes loss of treatment", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 234, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 145, + 246 + ], + "score": 1.0, + "content": "classifier", + "type": "text" + }, + { + "bbox": [ + 145, + 235, + 159, + 245 + ], + "score": 0.88, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 234, + 327, + 246 + ], + "score": 1.0, + "content": "and minimizes loss of outcome predictor", + "type": "text" + }, + { + "bbox": [ + 328, + 235, + 342, + 246 + ], + "score": 0.87, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 234, + 346, + 246 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 346, + 235, + 374, + 246 + ], + "score": 0.89, + "content": "\\bar { \\Phi ( \\bar { \\mathbf { H } } _ { t } ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 234, + 506, + 246 + ], + "score": 1.0, + "content": "is used to initialize the decoder,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 246, + 502, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 502, + 258 + ], + "score": 1.0, + "content": "which continues to update it to predict counterfactual outcomes of a sequence of future treatments.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 266, + 505, + 299 + ], + "lines": [], + "index": 7, + "bbox_fs": [ + 105, + 266, + 505, + 301 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 305, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "Decoder. The decoder network uses the balanced representation computed by the encoder to initialize", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 316, + 506, + 328 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 506, + 328 + ], + "score": 1.0, + "content": "the state of an RNN that predicts the counterfactual outcomes for a sequence of future treatments. Dur-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 326, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 326, + 421, + 341 + ], + "score": 1.0, + "content": "ing training, the decoder uses as input the outcomes from the observational data", + "type": "text" + }, + { + "bbox": [ + 421, + 327, + 502, + 339 + ], + "score": 0.89, + "content": "( \\mathbf { Y } _ { t + 1 } , . . . \\mathbf { Y } _ { t + \\tau - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 326, + 506, + 341 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 338, + 506, + 350 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 210, + 350 + ], + "score": 1.0, + "content": "the static patient features", + "type": "text" + }, + { + "bbox": [ + 210, + 338, + 221, + 348 + ], + "score": 0.51, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 338, + 387, + 350 + ], + "score": 1.0, + "content": "and the intended sequence of treatments", + "type": "text" + }, + { + "bbox": [ + 387, + 339, + 448, + 350 + ], + "score": 0.91, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 338, + 506, + 350 + ], + "score": 1.0, + "content": ". The decoder", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 105, + 349, + 506, + 362 + ], + "score": 1.0, + "content": "is trained in a similar way to the encoder to update the balanced representation and to estimate the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 360, + 506, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 360, + 506, + 373 + ], + "score": 1.0, + "content": "outcomes. During testing, we do not have access to ground-truth outcomes; thus, the outcomes", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 371, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 204, + 387 + ], + "score": 1.0, + "content": "predicted by the decoder", + "type": "text" + }, + { + "bbox": [ + 205, + 371, + 285, + 385 + ], + "score": 0.91, + "content": "( \\mathsf { \\bar { Y } } _ { t + 1 } , \\dots , \\hat { \\mathbf { Y } } _ { t + \\tau - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 371, + 506, + 387 + ], + "score": 1.0, + "content": "are auto-regressively used instead as inputs. By running", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "the decoder with different treatment settings, and by auto-regressively feeding back the outcomes,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 506, + 407 + ], + "score": 1.0, + "content": "we can determine when to start and end different treatments, which is the optimal time to give the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 405, + 448, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 448, + 419 + ], + "score": 1.0, + "content": "treatment and which treatments to give over time to obtain the best patient outcomes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 304, + 506, + 419 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 422, + 505, + 489 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 186, + 435 + ], + "score": 1.0, + "content": "The representation", + "type": "text" + }, + { + "bbox": [ + 187, + 421, + 214, + 434 + ], + "score": 0.93, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "is built by applying a fully connected layer, with Exponential Linear", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 433, + 416, + 446 + ], + "score": 1.0, + "content": "Unit (ELU) activation to the output of the LSTM. The treatment classifier", + "type": "text" + }, + { + "bbox": [ + 417, + 434, + 430, + 444 + ], + "score": 0.91, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 433, + 506, + 446 + ], + "score": 1.0, + "content": "and the predictor", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 444, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 142, + 457 + ], + "score": 1.0, + "content": "network", + "type": "text" + }, + { + "bbox": [ + 142, + 445, + 156, + 456 + ], + "score": 0.9, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 444, + 470, + 457 + ], + "score": 1.0, + "content": "consist of a hidden layer each, also with ELU activation. The output layer of", + "type": "text" + }, + { + "bbox": [ + 470, + 444, + 484, + 455 + ], + "score": 0.89, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 444, + 506, + 457 + ], + "score": 1.0, + "content": "uses", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 455, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 282, + 468 + ], + "score": 1.0, + "content": "softmax activation, while the output layer of", + "type": "text" + }, + { + "bbox": [ + 282, + 456, + 295, + 468 + ], + "score": 0.89, + "content": "G _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 455, + 505, + 468 + ], + "score": 1.0, + "content": "uses linear activation for continuous predictions. For", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 466, + 507, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 507, + 478 + ], + "score": 1.0, + "content": "categorical outcomes, softmax activation can be used. We follow an approach similar to Lim et al.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 477, + 507, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 507, + 490 + ], + "score": 1.0, + "content": "(2018) and we split the encoder and decoder training into separate steps. See Appendix E for details.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 421, + 507, + 490 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 494, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 505, + 506 + ], + "score": 1.0, + "content": "The encoder and decoder networks use variational dropout (Gal & Ghahramani, 2016) such that the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 504, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 506, + 518 + ], + "score": 1.0, + "content": "CRN can also give uncertainty intervals for the treatment outcomes. This is particularity important in", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "the estimation of treatment effects, since the model predictions should only be used when they have", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 525, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 541 + ], + "score": 1.0, + "content": "high confidence. Our model can also be modified to allow for irregular samplings of observations by", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 538, + 270, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 270, + 550 + ], + "score": 1.0, + "content": "using a PhasedLSTM (Neil et al., 2016).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 495, + 506, + 550 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 569, + 426, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 567, + 428, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 428, + 583 + ], + "score": 1.0, + "content": "5 ADVERSARIALLY BALANCED REPRESENTATION OVER TIME", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 593, + 507, + 628 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 173, + 606 + ], + "score": 1.0, + "content": "At each timestep", + "type": "text" + }, + { + "bbox": [ + 174, + 595, + 179, + 604 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 594, + 209, + 606 + ], + "score": 1.0, + "content": ", let the", + "type": "text" + }, + { + "bbox": [ + 209, + 594, + 219, + 604 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 594, + 334, + 606 + ], + "score": 1.0, + "content": "different possible treatments", + "type": "text" + }, + { + "bbox": [ + 334, + 594, + 414, + 606 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "represent our domains.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 617 + ], + "score": 1.0, + "content": "As described in Section 4, to remove the bias from time-dependent confounders, we build a represen-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 615, + 499, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 172, + 630 + ], + "score": 1.0, + "content": "tation of history", + "type": "text" + }, + { + "bbox": [ + 173, + 615, + 186, + 627 + ], + "score": 0.89, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 615, + 326, + 630 + ], + "score": 1.0, + "content": "that is invariant across treatments:", + "type": "text" + }, + { + "bbox": [ + 326, + 615, + 495, + 628 + ], + "score": 0.92, + "content": "P ( \\mathbf { \\bar { \\Phi } } ( \\mathbf { \\bar { H } } _ { t } ) \\mid A _ { 1 } ) = \\cdots = P ( \\Phi ( \\mathbf { \\bar { H } } _ { t } ) \\mid \\mathbf { \\bar { \\Phi } } _ { X } )", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 615, + 499, + 630 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 594, + 506, + 630 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 439, + 646 + ], + "score": 1.0, + "content": "This requirement can be enforced by minimizing the distance in the distribution of", + "type": "text" + }, + { + "bbox": [ + 439, + 632, + 468, + 645 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "between", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 505, + 657 + ], + "score": 1.0, + "content": "any two pairs of treatments. Kifer et al. (2004); Ben-David et al. (2007), propose measuring the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "disparity between distributions based on their separability by a discriminatively-trained classifier.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 249, + 678 + ], + "score": 1.0, + "content": "Let the symmetric hypothesis class", + "type": "text" + }, + { + "bbox": [ + 249, + 666, + 259, + 676 + ], + "score": 0.83, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "consist of the set of symmetric multiclass classifiers, such as", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 244, + 690 + ], + "score": 1.0, + "content": "neural network architectures. The", + "type": "text" + }, + { + "bbox": [ + 244, + 677, + 254, + 687 + ], + "score": 0.83, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "-divergence between all pairs of two distributions is defined in", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 687, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 284, + 701 + ], + "score": 1.0, + "content": "terms of the capacity of the hypothesis class", + "type": "text" + }, + { + "bbox": [ + 285, + 688, + 294, + 698 + ], + "score": 0.84, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 687, + 505, + 701 + ], + "score": 1.0, + "content": "to discriminate between examples from the multiple", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 277, + 711 + ], + "score": 1.0, + "content": "distributions. Empirically, minimizing the", + "type": "text" + }, + { + "bbox": [ + 278, + 700, + 295, + 709 + ], + "score": 0.86, + "content": "\\varkappa -", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "divergence involves building a representation where", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "examples from the multiple domains are as indistinguishable as possible (Ben-David et al., 2007; Li", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "et al., 2018; Sebag et al., 2019). Ganin et al. (2016) use this idea to propose an adversarial framework", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "score": 1.0, + "content": "for domain adaptation involving building a representation which achieves maximum error on a", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "domain classifier and minimum error on an outcome predictor. Similarly, in our case, we use domain", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 367, + 116 + ], + "score": 1.0, + "content": "adversarial training to build a representation of the patient history", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 367, + 104, + 396, + 116 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 396, + 105, + 505, + 116 + ], + "score": 1.0, + "content": "that is both invariant to the", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 114, + 483, + 130 + ], + "spans": [ + { + "bbox": [ + 104, + 114, + 217, + 130 + ], + "score": 1.0, + "content": "treatment given at timestep", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 217, + 117, + 222, + 125 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 222, + 114, + 225, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 225, + 116, + 239, + 127 + ], + "score": 0.84, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 239, + 114, + 455, + 130 + ], + "score": 1.0, + "content": "and that achieves low error in estimating the outcome", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 456, + 115, + 479, + 127 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 479, + 114, + 483, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 632, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 506, + 95 + ], + "score": 1.0, + "content": "for domain adaptation involving building a representation which achieves maximum error on a", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "domain classifier and minimum error on an outcome predictor. Similarly, in our case, we use domain", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 367, + 116 + ], + "score": 1.0, + "content": "adversarial training to build a representation of the patient history", + "type": "text" + }, + { + "bbox": [ + 367, + 104, + 396, + 116 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 105, + 505, + 116 + ], + "score": 1.0, + "content": "that is both invariant to the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 114, + 483, + 130 + ], + "spans": [ + { + "bbox": [ + 104, + 114, + 217, + 130 + ], + "score": 1.0, + "content": "treatment given at timestep", + "type": "text" + }, + { + "bbox": [ + 217, + 117, + 222, + 125 + ], + "score": 0.68, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 114, + 225, + 130 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 225, + 116, + 239, + 127 + ], + "score": 0.84, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 114, + 455, + 130 + ], + "score": 1.0, + "content": "and that achieves low error in estimating the outcome", + "type": "text" + }, + { + "bbox": [ + 456, + 115, + 479, + 127 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 114, + 483, + 130 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 338, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 338, + 144 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 122, + 144 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 131, + 185, + 144 + ], + "score": 0.91, + "content": "G _ { a } \\big ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 132, + 338, + 144 + ], + "score": 1.0, + "content": "be the treatment classifier with param-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 143, + 338, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 128, + 156 + ], + "score": 1.0, + "content": "eters", + "type": "text" + }, + { + "bbox": [ + 128, + 144, + 138, + 154 + ], + "score": 0.87, + "content": "\\theta _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 143, + 169, + 156 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 170, + 143, + 232, + 155 + ], + "score": 0.91, + "content": "G _ { a } ^ { j } ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) ; \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 143, + 338, + 156 + ], + "score": 1.0, + "content": "be the output correspond-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 338, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 173, + 167 + ], + "score": 1.0, + "content": "ing to treatment", + "type": "text" + }, + { + "bbox": [ + 173, + 155, + 186, + 167 + ], + "score": 0.88, + "content": "A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 154, + 207, + 167 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 207, + 154, + 269, + 166 + ], + "score": 0.91, + "content": "\\hat { G } _ { y } ( \\dot { \\Phi } ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 154, + 338, + 167 + ], + "score": 1.0, + "content": "be the predictor", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 339, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 214, + 177 + ], + "score": 1.0, + "content": "network with parameters", + "type": "text" + }, + { + "bbox": [ + 214, + 167, + 225, + 177 + ], + "score": 0.88, + "content": "\\theta _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 165, + 339, + 177 + ], + "score": 1.0, + "content": ". The representation func-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 339, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 124, + 189 + ], + "score": 1.0, + "content": "tion", + "type": "text" + }, + { + "bbox": [ + 125, + 177, + 133, + 186 + ], + "score": 0.84, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 174, + 275, + 189 + ], + "score": 1.0, + "content": "is parameterized by the parameters", + "type": "text" + }, + { + "bbox": [ + 275, + 177, + 285, + 187 + ], + "score": 0.88, + "content": "\\theta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 174, + 339, + 189 + ], + "score": 1.0, + "content": "in the RNN:", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 185, + 339, + 201 + ], + "spans": [ + { + "bbox": [ + 107, + 187, + 148, + 199 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } ; \\theta _ { r } )", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 185, + 339, + 201 + ], + "score": 1.0, + "content": ". Figure 3 shows the adversarial training proce-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 150, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 150, + 209 + ], + "score": 1.0, + "content": "dure used.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 213, + 337, + 253 + ], + "lines": [ + { + "bbox": [ + 104, + 211, + 340, + 230 + ], + "spans": [ + { + "bbox": [ + 104, + 211, + 158, + 230 + ], + "score": 1.0, + "content": "For timestep", + "type": "text" + }, + { + "bbox": [ + 158, + 216, + 163, + 225 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 211, + 210, + 230 + ], + "score": 1.0, + "content": "and patient", + "type": "text" + }, + { + "bbox": [ + 211, + 214, + 222, + 227 + ], + "score": 0.78, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 211, + 239, + 230 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 239, + 212, + 287, + 228 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 211, + 340, + 230 + ], + "score": 1.0, + "content": "be the treat-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 102, + 225, + 341, + 247 + ], + "spans": [ + { + "bbox": [ + 102, + 225, + 215, + 247 + ], + "score": 1.0, + "content": "ment (domain) loss and let", + "type": "text" + }, + { + "bbox": [ + 216, + 228, + 264, + 243 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 225, + 341, + 247 + ], + "score": 1.0, + "content": "the outcome loss,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 240, + 185, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 185, + 253 + ], + "score": 1.0, + "content": "defined as follows:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 257, + 333, + 293 + ], + "lines": [ + { + "bbox": [ + 108, + 257, + 333, + 293 + ], + "spans": [ + { + "bbox": [ + 108, + 257, + 333, + 293 + ], + "score": 0.55, + "content": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) = - \\sum _ { j = 1 } ^ { K } \\mathbb { I } _ { \\{ \\mathbf { a } _ { t } ^ { ( i ) } = a _ { j } \\} } \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) ; \\theta _ { a } ) )", + "type": "interline_equation", + "image_path": "f7a6761b284070fba3d17ff94f113542ed403489c6cb7b08242728a01d5e4917.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 257, + 333, + 275.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 108, + 275.0, + 333, + 293.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 304, + 306, + 323 + ], + "lines": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "spans": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "score": 0.71, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) = \\| \\mathbf { Y } _ { t + 1 } ^ { ( i ) } - \\left( G _ { y } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) , \\theta _ { y } ) \\right) \\| ^ { 2 } .", + "type": "interline_equation", + "image_path": "8345f039c6d1a6ebfdbc510bd16403a83dd82aaf99fccb630b194552f5ccdb7a.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 333, + 336, + 378 + ], + "lines": [ + { + "bbox": [ + 106, + 334, + 336, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 336, + 346 + ], + "score": 1.0, + "content": "If the outcome is binary, the cross-entropy loss can be", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 344, + 338, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 173, + 357 + ], + "score": 1.0, + "content": "used instead for", + "type": "text" + }, + { + "bbox": [ + 174, + 345, + 191, + 357 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { t , y }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 344, + 338, + 357 + ], + "score": 1.0, + "content": ". To build treatment invariant repre-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 357, + 336, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 336, + 367 + ], + "score": 1.0, + "content": "sentations and to also estimate patient outcomes, we aim", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 330, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 330, + 378 + ], + "score": 1.0, + "content": "to maximize treatment loss and minimize outcome loss.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5 + }, + { + "type": "image", + "bbox": [ + 347, + 141, + 502, + 339 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 347, + 141, + 502, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 347, + 141, + 502, + 339 + ], + "spans": [ + { + "bbox": [ + 347, + 141, + 502, + 339 + ], + "score": 0.961, + "type": "image", + "image_path": "d393ec25b88d42f7d5cc610cfeb256d83fddebdab392f202255cb7d1638d9cd5.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 347, + 141, + 502, + 154.2 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 347, + 154.2, + 502, + 167.39999999999998 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 347, + 167.39999999999998, + 502, + 180.59999999999997 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 347, + 180.59999999999997, + 502, + 193.79999999999995 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 347, + 193.79999999999995, + 502, + 206.99999999999994 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 347, + 206.99999999999994, + 502, + 220.19999999999993 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 347, + 220.19999999999993, + 502, + 233.39999999999992 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 347, + 233.39999999999992, + 502, + 246.5999999999999 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 347, + 246.5999999999999, + 502, + 259.7999999999999 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 347, + 259.7999999999999, + 502, + 272.9999999999999 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 347, + 272.9999999999999, + 502, + 286.1999999999999 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 347, + 286.1999999999999, + 502, + 299.39999999999986 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 347, + 299.39999999999986, + 502, + 312.59999999999985 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 347, + 312.59999999999985, + 502, + 325.79999999999984 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 347, + 325.79999999999984, + 502, + 338.99999999999983 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 344, + 350, + 506, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 344, + 350, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 344, + 350, + 506, + 363 + ], + "score": 1.0, + "content": "Figure 3: Training procedure for build-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 343, + 362, + 462, + 373 + ], + "spans": [ + { + "bbox": [ + 343, + 362, + 462, + 373 + ], + "score": 1.0, + "content": "ing balancing representation.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + } + ], + "index": 32.25 + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 313, + 396 + ], + "lines": [ + { + "bbox": [ + 194, + 375, + 314, + 404 + ], + "spans": [ + { + "bbox": [ + 194, + 381, + 212, + 397 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 375, + 259, + 404 + ], + "score": 1.0, + "content": "at timestep", + "type": "text" + }, + { + "bbox": [ + 259, + 385, + 264, + 393 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 375, + 314, + 404 + ], + "score": 1.0, + "content": "is given by:", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 402, + 410, + 437 + ], + "lines": [ + { + "bbox": [ + 200, + 402, + 410, + 437 + ], + "spans": [ + { + "bbox": [ + 200, + 402, + 410, + 437 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } ) = \\sum _ { i = 1 } ^ { N } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) - \\lambda \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) ,", + "type": "interline_equation", + "image_path": "ba271ea6cd93d58b5413ddb23d93ec1e598d1ad96d899586e36caf569446fe67.jpg" + } + ] + } + ], + "index": 39.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 402, + 410, + 419.5 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 200, + 419.5, + 410, + 437.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 216, + 455 + ], + "score": 1.0, + "content": "where the hyperparameter", + "type": "text" + }, + { + "bbox": [ + 216, + 443, + 223, + 453 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "controls this trade-off between domain discrimination and outcome", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 453, + 505, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 505, + 466 + ], + "score": 1.0, + "content": "prediction. We use the standard procedure for training domain adversarial networks from Ganin", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 316, + 477 + ], + "score": 1.0, + "content": "et al. (2016) and we start off with an initial value for", + "type": "text" + }, + { + "bbox": [ + 316, + 465, + 324, + 475 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "and use an exponentially increasing schedule", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 475, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 506, + 489 + ], + "score": 1.0, + "content": "during training. To train the model using backpropagation, we use the Gradient Reversal Layer (GRL)", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 486, + 443, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 431, + 500 + ], + "score": 1.0, + "content": "(Ganin et al., 2016). For more details about the training procedure, see Appendix", + "type": "text" + }, + { + "bbox": [ + 432, + 487, + 439, + 497 + ], + "score": 0.29, + "content": "\\mathrm { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 486, + 443, + 500 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 105, + 503, + 504, + 529 + ], + "lines": [ + { + "bbox": [ + 102, + 500, + 508, + 522 + ], + "spans": [ + { + "bbox": [ + 102, + 500, + 205, + 522 + ], + "score": 1.0, + "content": "By using the objective", + "type": "text" + }, + { + "bbox": [ + 205, + 503, + 267, + 518 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 500, + 385, + 522 + ], + "score": 1.0, + "content": ", we reach the saddle point", + "type": "text" + }, + { + "bbox": [ + 385, + 504, + 430, + 519 + ], + "score": 0.93, + "content": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\hat { \\theta } _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 500, + 508, + 522 + ], + "score": 1.0, + "content": "that achieves the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 516, + 384, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 384, + 530 + ], + "score": 1.0, + "content": "equilibrium between domain discrimination and outcome estimation.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 534, + 461, + 557 + ], + "lines": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "spans": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "score": 0.91, + "content": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } ) = \\arg \\operatorname* { m i n } _ { \\theta _ { r } , \\theta _ { y } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\hat { \\theta } _ { a } ) \\qquad \\hat { \\theta } _ { a } = \\arg \\operatorname* { m a x } _ { \\theta _ { a } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\theta _ { a } ) .", + "type": "interline_equation", + "image_path": "2011bd68e3f56b4b4ebe390cd9b38fa98d81dc6505b0fa09bc569a3fefea196a.jpg" + } + ] + } + ], + "index": 48, + "virtual_lines": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "spans": [], + "index": 48 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 569, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "score": 1.0, + "content": "The result stated in Theorem 1 proves that the treatment (domain) loss part of our objective (from", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 581, + 371, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 371, + 594 + ], + "score": 1.0, + "content": "equation 2) aims to remove the time-dependent confounding bias.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49.5 + }, + { + "type": "text", + "bbox": [ + 107, + 595, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 504, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 178, + 609 + ], + "score": 1.0, + "content": "Theorem 1. Let", + "type": "text" + }, + { + "bbox": [ + 178, + 596, + 242, + 608 + ], + "score": 0.92, + "content": "t \\in \\{ 1 , 2 , \\dots \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 594, + 291, + 609 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 291, + 596, + 346, + 608 + ], + "score": 0.91, + "content": "j = 1 , . . . , K", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 594, + 366, + 609 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 366, + 596, + 378, + 609 + ], + "score": 0.81, + "content": "P _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 594, + 490, + 609 + ], + "score": 1.0, + "content": "denote the distribution of", + "type": "text" + }, + { + "bbox": [ + 490, + 595, + 504, + 608 + ], + "score": 0.88, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 607, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 167, + 622 + ], + "score": 1.0, + "content": "conditional on", + "type": "text" + }, + { + "bbox": [ + 167, + 609, + 205, + 621 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } = A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 607, + 237, + 622 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 237, + 608, + 252, + 622 + ], + "score": 0.9, + "content": "P _ { j } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 607, + 357, + 622 + ], + "score": 1.0, + "content": "denote the distribution of", + "type": "text" + }, + { + "bbox": [ + 357, + 609, + 385, + 621 + ], + "score": 0.9, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 607, + 447, + 622 + ], + "score": 1.0, + "content": "conditional on", + "type": "text" + }, + { + "bbox": [ + 447, + 609, + 484, + 621 + ], + "score": 0.91, + "content": "\\mathbf { A } _ { t } = A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 607, + 506, + 622 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 107, + 621, + 488, + 635 + ], + "spans": [ + { + "bbox": [ + 107, + 621, + 120, + 633 + ], + "score": 0.89, + "content": "G _ { a } ^ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 621, + 204, + 635 + ], + "score": 1.0, + "content": "denote the output of", + "type": "text" + }, + { + "bbox": [ + 204, + 622, + 217, + 632 + ], + "score": 0.88, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 621, + 330, + 635 + ], + "score": 1.0, + "content": "corresponding to treatment", + "type": "text" + }, + { + "bbox": [ + 330, + 622, + 342, + 633 + ], + "score": 0.89, + "content": "A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 621, + 488, + 635 + ], + "score": 1.0, + "content": ". Then the minimax game defined by", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52 + }, + { + "type": "interline_equation", + "bbox": [ + 136, + 639, + 473, + 675 + ], + "lines": [ + { + "bbox": [ + 136, + 639, + 473, + 675 + ], + "spans": [ + { + "bbox": [ + 136, + 639, + 473, + 675 + ], + "score": 0.93, + "content": "\\underset { \\Phi } { \\mathop { \\operatorname* { m i n } } } \\underset { G _ { a } } { \\mathop { \\operatorname* { m a x } } } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { \\bar { \\mathbf { H } } _ { t } \\sim P _ { j } } \\left[ \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } ) ) \\right] \\qquad \\quad s u b j e c t t o \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ) = 1", + "type": "interline_equation", + "image_path": "7ce58ece0f668c44fcef24ad8527166ae87117ed618283aed5e99fe1b802935b.jpg" + } + ] + } + ], + "index": 55, + "virtual_lines": [ + { + "bbox": [ + 136, + 639, + 473, + 651.0 + ], + "spans": [], + "index": 54 + }, + { + "bbox": [ + 136, + 651.0, + 473, + 663.0 + ], + "spans": [], + "index": 55 + }, + { + "bbox": [ + 136, + 663.0, + 473, + 675.0 + ], + "spans": [], + "index": 56 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 681, + 506, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 510, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 323, + 699 + ], + "score": 1.0, + "content": "has a global minimum which is attained if and only if", + "type": "text" + }, + { + "bbox": [ + 323, + 682, + 414, + 695 + ], + "score": 0.92, + "content": "P _ { 1 } ^ { \\Phi } = P _ { 2 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 676, + 510, + 702 + ], + "score": 1.0, + "content": ", i.e. when the learned", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 694, + 312, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 694, + 312, + 705 + ], + "score": 1.0, + "content": "representations are invariant across all treatments.", + "type": "text" + } + ], + "index": 58 + } + ], + "index": 57.5 + }, + { + "type": "text", + "bbox": [ + 103, + 719, + 500, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 502, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 502, + 733 + ], + "score": 1.0, + "content": "Proof. This result is a restatement of the one in Li et al. (2018). For details, see the Appendix D.", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 59 + } + ], + "page_idx": 5, + "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": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 495, + 721, + 504, + 730 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 127 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 104, + 83, + 506, + 130 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 131, + 338, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 131, + 338, + 144 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 122, + 144 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 131, + 185, + 144 + ], + "score": 0.91, + "content": "G _ { a } \\big ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 132, + 338, + 144 + ], + "score": 1.0, + "content": "be the treatment classifier with param-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 143, + 338, + 156 + ], + "spans": [ + { + "bbox": [ + 106, + 143, + 128, + 156 + ], + "score": 1.0, + "content": "eters", + "type": "text" + }, + { + "bbox": [ + 128, + 144, + 138, + 154 + ], + "score": 0.87, + "content": "\\theta _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 143, + 169, + 156 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 170, + 143, + 232, + 155 + ], + "score": 0.91, + "content": "G _ { a } ^ { j } ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) ; \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 143, + 338, + 156 + ], + "score": 1.0, + "content": "be the output correspond-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 338, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 173, + 167 + ], + "score": 1.0, + "content": "ing to treatment", + "type": "text" + }, + { + "bbox": [ + 173, + 155, + 186, + 167 + ], + "score": 0.88, + "content": "A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 154, + 207, + 167 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + }, + { + "bbox": [ + 207, + 154, + 269, + 166 + ], + "score": 0.91, + "content": "\\hat { G } _ { y } ( \\dot { \\Phi } ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 154, + 338, + 167 + ], + "score": 1.0, + "content": "be the predictor", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 339, + 177 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 214, + 177 + ], + "score": 1.0, + "content": "network with parameters", + "type": "text" + }, + { + "bbox": [ + 214, + 167, + 225, + 177 + ], + "score": 0.88, + "content": "\\theta _ { y }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 165, + 339, + 177 + ], + "score": 1.0, + "content": ". The representation func-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 174, + 339, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 124, + 189 + ], + "score": 1.0, + "content": "tion", + "type": "text" + }, + { + "bbox": [ + 125, + 177, + 133, + 186 + ], + "score": 0.84, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 174, + 275, + 189 + ], + "score": 1.0, + "content": "is parameterized by the parameters", + "type": "text" + }, + { + "bbox": [ + 275, + 177, + 285, + 187 + ], + "score": 0.88, + "content": "\\theta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 174, + 339, + 189 + ], + "score": 1.0, + "content": "in the RNN:", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 185, + 339, + 201 + ], + "spans": [ + { + "bbox": [ + 107, + 187, + 148, + 199 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } ; \\theta _ { r } )", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 185, + 339, + 201 + ], + "score": 1.0, + "content": ". Figure 3 shows the adversarial training proce-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 150, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 198, + 150, + 209 + ], + "score": 1.0, + "content": "dure used.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 131, + 339, + 209 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 213, + 337, + 253 + ], + "lines": [ + { + "bbox": [ + 104, + 211, + 340, + 230 + ], + "spans": [ + { + "bbox": [ + 104, + 211, + 158, + 230 + ], + "score": 1.0, + "content": "For timestep", + "type": "text" + }, + { + "bbox": [ + 158, + 216, + 163, + 225 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 211, + 210, + 230 + ], + "score": 1.0, + "content": "and patient", + "type": "text" + }, + { + "bbox": [ + 211, + 214, + 222, + 227 + ], + "score": 0.78, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 211, + 239, + 230 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 239, + 212, + 287, + 228 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 211, + 340, + 230 + ], + "score": 1.0, + "content": "be the treat-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 102, + 225, + 341, + 247 + ], + "spans": [ + { + "bbox": [ + 102, + 225, + 215, + 247 + ], + "score": 1.0, + "content": "ment (domain) loss and let", + "type": "text" + }, + { + "bbox": [ + 216, + 228, + 264, + 243 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 225, + 341, + 247 + ], + "score": 1.0, + "content": "the outcome loss,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 240, + 185, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 185, + 253 + ], + "score": 1.0, + "content": "defined as follows:", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 102, + 211, + 341, + 253 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 257, + 333, + 293 + ], + "lines": [ + { + "bbox": [ + 108, + 257, + 333, + 293 + ], + "spans": [ + { + "bbox": [ + 108, + 257, + 333, + 293 + ], + "score": 0.55, + "content": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) = - \\sum _ { j = 1 } ^ { K } \\mathbb { I } _ { \\{ \\mathbf { a } _ { t } ^ { ( i ) } = a _ { j } \\} } \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) ; \\theta _ { a } ) )", + "type": "interline_equation", + "image_path": "f7a6761b284070fba3d17ff94f113542ed403489c6cb7b08242728a01d5e4917.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 108, + 257, + 333, + 275.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 108, + 275.0, + 333, + 293.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 108, + 304, + 306, + 323 + ], + "lines": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "spans": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "score": 0.71, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) = \\| \\mathbf { Y } _ { t + 1 } ^ { ( i ) } - \\left( G _ { y } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) , \\theta _ { y } ) \\right) \\| ^ { 2 } .", + "type": "interline_equation", + "image_path": "8345f039c6d1a6ebfdbc510bd16403a83dd82aaf99fccb630b194552f5ccdb7a.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 108, + 304, + 306, + 323 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 333, + 336, + 378 + ], + "lines": [ + { + "bbox": [ + 106, + 334, + 336, + 346 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 336, + 346 + ], + "score": 1.0, + "content": "If the outcome is binary, the cross-entropy loss can be", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 344, + 338, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 173, + 357 + ], + "score": 1.0, + "content": "used instead for", + "type": "text" + }, + { + "bbox": [ + 174, + 345, + 191, + 357 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { t , y }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 344, + 338, + 357 + ], + "score": 1.0, + "content": ". To build treatment invariant repre-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 357, + 336, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 336, + 367 + ], + "score": 1.0, + "content": "sentations and to also estimate patient outcomes, we aim", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 366, + 330, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 330, + 378 + ], + "score": 1.0, + "content": "to maximize treatment loss and minimize outcome loss.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 334, + 338, + 378 + ] + }, + { + "type": "image", + "bbox": [ + 347, + 141, + 502, + 339 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 347, + 141, + 502, + 339 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 347, + 141, + 502, + 339 + ], + "spans": [ + { + "bbox": [ + 347, + 141, + 502, + 339 + ], + "score": 0.961, + "type": "image", + "image_path": "d393ec25b88d42f7d5cc610cfeb256d83fddebdab392f202255cb7d1638d9cd5.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 347, + 141, + 502, + 154.2 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 347, + 154.2, + 502, + 167.39999999999998 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 347, + 167.39999999999998, + 502, + 180.59999999999997 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 347, + 180.59999999999997, + 502, + 193.79999999999995 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 347, + 193.79999999999995, + 502, + 206.99999999999994 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 347, + 206.99999999999994, + 502, + 220.19999999999993 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 347, + 220.19999999999993, + 502, + 233.39999999999992 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 347, + 233.39999999999992, + 502, + 246.5999999999999 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 347, + 246.5999999999999, + 502, + 259.7999999999999 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 347, + 259.7999999999999, + 502, + 272.9999999999999 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 347, + 272.9999999999999, + 502, + 286.1999999999999 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 347, + 286.1999999999999, + 502, + 299.39999999999986 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 347, + 299.39999999999986, + 502, + 312.59999999999985 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 347, + 312.59999999999985, + 502, + 325.79999999999984 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 347, + 325.79999999999984, + 502, + 338.99999999999983 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 344, + 350, + 506, + 373 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 344, + 350, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 344, + 350, + 506, + 363 + ], + "score": 1.0, + "content": "Figure 3: Training procedure for build-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 343, + 362, + 462, + 373 + ], + "spans": [ + { + "bbox": [ + 343, + 362, + 462, + 373 + ], + "score": 1.0, + "content": "ing balancing representation.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + } + ], + "index": 32.25 + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 313, + 396 + ], + "lines": [ + { + "bbox": [ + 194, + 375, + 314, + 404 + ], + "spans": [ + { + "bbox": [ + 194, + 381, + 212, + 397 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t , y } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 375, + 259, + 404 + ], + "score": 1.0, + "content": "at timestep", + "type": "text" + }, + { + "bbox": [ + 259, + 385, + 264, + 393 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 375, + 314, + 404 + ], + "score": 1.0, + "content": "is given by:", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 194, + 375, + 314, + 404 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 200, + 402, + 410, + 437 + ], + "lines": [ + { + "bbox": [ + 200, + 402, + 410, + 437 + ], + "spans": [ + { + "bbox": [ + 200, + 402, + 410, + 437 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } ) = \\sum _ { i = 1 } ^ { N } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) - \\lambda \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) ,", + "type": "interline_equation", + "image_path": "ba271ea6cd93d58b5413ddb23d93ec1e598d1ad96d899586e36caf569446fe67.jpg" + } + ] + } + ], + "index": 39.5, + "virtual_lines": [ + { + "bbox": [ + 200, + 402, + 410, + 419.5 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 200, + 419.5, + 410, + 437.0 + ], + "spans": [], + "index": 40 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 442, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 216, + 455 + ], + "score": 1.0, + "content": "where the hyperparameter", + "type": "text" + }, + { + "bbox": [ + 216, + 443, + 223, + 453 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "controls this trade-off between domain discrimination and outcome", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 453, + 505, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 505, + 466 + ], + "score": 1.0, + "content": "prediction. We use the standard procedure for training domain adversarial networks from Ganin", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 465, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 316, + 477 + ], + "score": 1.0, + "content": "et al. (2016) and we start off with an initial value for", + "type": "text" + }, + { + "bbox": [ + 316, + 465, + 324, + 475 + ], + "score": 0.81, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 465, + 505, + 477 + ], + "score": 1.0, + "content": "and use an exponentially increasing schedule", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 475, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 506, + 489 + ], + "score": 1.0, + "content": "during training. To train the model using backpropagation, we use the Gradient Reversal Layer (GRL)", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 486, + 443, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 486, + 431, + 500 + ], + "score": 1.0, + "content": "(Ganin et al., 2016). For more details about the training procedure, see Appendix", + "type": "text" + }, + { + "bbox": [ + 432, + 487, + 439, + 497 + ], + "score": 0.29, + "content": "\\mathrm { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 486, + 443, + 500 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 443, + 506, + 500 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 503, + 504, + 529 + ], + "lines": [ + { + "bbox": [ + 102, + 500, + 508, + 522 + ], + "spans": [ + { + "bbox": [ + 102, + 500, + 205, + 522 + ], + "score": 1.0, + "content": "By using the objective", + "type": "text" + }, + { + "bbox": [ + 205, + 503, + 267, + 518 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 500, + 385, + 522 + ], + "score": 1.0, + "content": ", we reach the saddle point", + "type": "text" + }, + { + "bbox": [ + 385, + 504, + 430, + 519 + ], + "score": 0.93, + "content": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\hat { \\theta } _ { a } )", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 500, + 508, + 522 + ], + "score": 1.0, + "content": "that achieves the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 516, + 384, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 384, + 530 + ], + "score": 1.0, + "content": "equilibrium between domain discrimination and outcome estimation.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5, + "bbox_fs": [ + 102, + 500, + 508, + 530 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 534, + 461, + 557 + ], + "lines": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "spans": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "score": 0.91, + "content": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } ) = \\arg \\operatorname* { m i n } _ { \\theta _ { r } , \\theta _ { y } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\hat { \\theta } _ { a } ) \\qquad \\hat { \\theta } _ { a } = \\arg \\operatorname* { m a x } _ { \\theta _ { a } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\theta _ { a } ) .", + "type": "interline_equation", + "image_path": "2011bd68e3f56b4b4ebe390cd9b38fa98d81dc6505b0fa09bc569a3fefea196a.jpg" + } + ] + } + ], + "index": 48, + "virtual_lines": [ + { + "bbox": [ + 150, + 534, + 461, + 557 + ], + "spans": [], + "index": 48 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 569, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 569, + 505, + 583 + ], + "score": 1.0, + "content": "The result stated in Theorem 1 proves that the treatment (domain) loss part of our objective (from", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 581, + 371, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 371, + 594 + ], + "score": 1.0, + "content": "equation 2) aims to remove the time-dependent confounding bias.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49.5, + "bbox_fs": [ + 105, + 569, + 505, + 594 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 595, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 105, + 594, + 504, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 178, + 609 + ], + "score": 1.0, + "content": "Theorem 1. Let", + "type": "text" + }, + { + "bbox": [ + 178, + 596, + 242, + 608 + ], + "score": 0.92, + "content": "t \\in \\{ 1 , 2 , \\dots \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 594, + 291, + 609 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 291, + 596, + 346, + 608 + ], + "score": 0.91, + "content": "j = 1 , . . . , K", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 594, + 366, + 609 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 366, + 596, + 378, + 609 + ], + "score": 0.81, + "content": "P _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 594, + 490, + 609 + ], + "score": 1.0, + "content": "denote the distribution of", + "type": "text" + }, + { + "bbox": [ + 490, + 595, + 504, + 608 + ], + "score": 0.88, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 607, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 167, + 622 + ], + "score": 1.0, + "content": "conditional on", + "type": "text" + }, + { + "bbox": [ + 167, + 609, + 205, + 621 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } = A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 607, + 237, + 622 + ], + "score": 1.0, + "content": "and let", + "type": "text" + }, + { + "bbox": [ + 237, + 608, + 252, + 622 + ], + "score": 0.9, + "content": "P _ { j } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 607, + 357, + 622 + ], + "score": 1.0, + "content": "denote the distribution of", + "type": "text" + }, + { + "bbox": [ + 357, + 609, + 385, + 621 + ], + "score": 0.9, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 607, + 447, + 622 + ], + "score": 1.0, + "content": "conditional on", + "type": "text" + }, + { + "bbox": [ + 447, + 609, + 484, + 621 + ], + "score": 0.91, + "content": "\\mathbf { A } _ { t } = A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 607, + 506, + 622 + ], + "score": 1.0, + "content": ". Let", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 107, + 621, + 488, + 635 + ], + "spans": [ + { + "bbox": [ + 107, + 621, + 120, + 633 + ], + "score": 0.89, + "content": "G _ { a } ^ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 621, + 204, + 635 + ], + "score": 1.0, + "content": "denote the output of", + "type": "text" + }, + { + "bbox": [ + 204, + 622, + 217, + 632 + ], + "score": 0.88, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 621, + 330, + 635 + ], + "score": 1.0, + "content": "corresponding to treatment", + "type": "text" + }, + { + "bbox": [ + 330, + 622, + 342, + 633 + ], + "score": 0.89, + "content": "A _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 621, + 488, + 635 + ], + "score": 1.0, + "content": ". Then the minimax game defined by", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52, + "bbox_fs": [ + 105, + 594, + 506, + 635 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 136, + 639, + 473, + 675 + ], + "lines": [ + { + "bbox": [ + 136, + 639, + 473, + 675 + ], + "spans": [ + { + "bbox": [ + 136, + 639, + 473, + 675 + ], + "score": 0.93, + "content": "\\underset { \\Phi } { \\mathop { \\operatorname* { m i n } } } \\underset { G _ { a } } { \\mathop { \\operatorname* { m a x } } } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { \\bar { \\mathbf { H } } _ { t } \\sim P _ { j } } \\left[ \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } ) ) \\right] \\qquad \\quad s u b j e c t t o \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ) = 1", + "type": "interline_equation", + "image_path": "7ce58ece0f668c44fcef24ad8527166ae87117ed618283aed5e99fe1b802935b.jpg" + } + ] + } + ], + "index": 55, + "virtual_lines": [ + { + "bbox": [ + 136, + 639, + 473, + 651.0 + ], + "spans": [], + "index": 54 + }, + { + "bbox": [ + 136, + 651.0, + 473, + 663.0 + ], + "spans": [], + "index": 55 + }, + { + "bbox": [ + 136, + 663.0, + 473, + 675.0 + ], + "spans": [], + "index": 56 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 681, + 506, + 705 + ], + "lines": [ + { + "bbox": [ + 105, + 676, + 510, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 323, + 699 + ], + "score": 1.0, + "content": "has a global minimum which is attained if and only if", + "type": "text" + }, + { + "bbox": [ + 323, + 682, + 414, + 695 + ], + "score": 0.92, + "content": "P _ { 1 } ^ { \\Phi } = P _ { 2 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 676, + 510, + 702 + ], + "score": 1.0, + "content": ", i.e. when the learned", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 694, + 312, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 694, + 312, + 705 + ], + "score": 1.0, + "content": "representations are invariant across all treatments.", + "type": "text" + } + ], + "index": 58 + } + ], + "index": 57.5, + "bbox_fs": [ + 105, + 676, + 510, + 705 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 719, + 500, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 719, + 502, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 502, + 733 + ], + "score": 1.0, + "content": "Proof. This result is a restatement of the one in Li et al. (2018). For details, see the Appendix D.", + "type": "text" + } + ], + "index": 59 + } + ], + "index": 59, + "bbox_fs": [ + 106, + 719, + 502, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 94 + ], + "score": 1.0, + "content": "A good representation allows us to obtain a low error in estimating counterfactuals for all treatments,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 263, + 105 + ], + "score": 1.0, + "content": "while at the same time to minimize the", + "type": "text" + }, + { + "bbox": [ + 264, + 94, + 273, + 104 + ], + "score": 0.68, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 93, + 505, + 105 + ], + "score": 1.0, + "content": "-divergence between induced marginal distributions of all", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 425, + 117 + ], + "score": 1.0, + "content": "the domains. We use an algorithm that directly minimizes a combination of the", + "type": "text" + }, + { + "bbox": [ + 426, + 105, + 443, + 115 + ], + "score": 0.78, + "content": "\\varkappa -", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "divergence and", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 227, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 227, + 128 + ], + "score": 1.0, + "content": "the empirical training margin.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 107, + 144, + 200, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 142, + 201, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 201, + 158 + ], + "score": 1.0, + "content": "6 EXPERIMENTS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 168, + 505, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "In real datasets, counterfactual outcomes and the degree of time-dependent confounding are not", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 391, + 192 + ], + "score": 1.0, + "content": "known (Schulam & Saria, 2017; Lim et al., 2018). To validate the", + "type": "text" + }, + { + "bbox": [ + 391, + 180, + 417, + 190 + ], + "score": 0.73, + "content": "\\mathrm { C R N ^ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 179, + 506, + 192 + ], + "score": 1.0, + "content": ", we evaluate it on a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 190, + 507, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 507, + 204 + ], + "score": 1.0, + "content": "Pharmacokinetic-Pharmacodynamic model of tumour growth (Geng et al., 2017), which uses a state-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 199, + 506, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 217 + ], + "score": 1.0, + "content": "of-the-art bio-mathematical model to simulate the combined effects of chemotherapy and radiotherapy", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 213, + 474, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 474, + 225 + ], + "score": 1.0, + "content": "in lung cancer patients. The same model was used by Lim et al. (2018) to evaluate RMSNs.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 104, + 229, + 488, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 229, + 489, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 229, + 306, + 243 + ], + "score": 1.0, + "content": "Model of tumour growth The volume of tumour", + "type": "text" + }, + { + "bbox": [ + 306, + 231, + 311, + 240 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 229, + 489, + 243 + ], + "score": 1.0, + "content": "days after diagnosis is modelled as follows:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 246, + 468, + 289 + ], + "lines": [ + { + "bbox": [ + 144, + 246, + 468, + 289 + ], + "spans": [ + { + "bbox": [ + 144, + 246, + 468, + 289 + ], + "score": 0.93, + "content": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } \\big ( \\frac { K } { V ( t ) } \\big ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )", + "type": "interline_equation", + "image_path": "8455e5f469a601e403f6480a206839150f42db4f3a488f061732968fa8537010.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 144, + 246, + 468, + 260.3333333333333 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 144, + 260.3333333333333, + 468, + 274.66666666666663 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 144, + 274.66666666666663, + 468, + 288.99999999999994 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 132, + 308 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 295, + 208, + 307 + ], + "score": 0.92, + "content": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r } , e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "are sampled as described in Geng et al. (2017). To incorporate heterogeneity", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 271, + 318 + ], + "score": 1.0, + "content": "in patient responses, the prior means for", + "type": "text" + }, + { + "bbox": [ + 271, + 306, + 282, + 317 + ], + "score": 0.88, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 306, + 299, + 318 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 300, + 307, + 312, + 317 + ], + "score": 0.86, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "are adjusted to create patient subgroups, which", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 370, + 330 + ], + "score": 1.0, + "content": "are used as baseline features. The chemotherapy concentration", + "type": "text" + }, + { + "bbox": [ + 371, + 317, + 391, + 329 + ], + "score": 0.92, + "content": "C ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 316, + 487, + 330 + ], + "score": 1.0, + "content": "and radiotherapy dose", + "type": "text" + }, + { + "bbox": [ + 487, + 317, + 505, + 329 + ], + "score": 0.9, + "content": "d ( t )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 327, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 506, + 342 + ], + "score": 1.0, + "content": "are modelled as described in Appendix F. Time-varying confounding is introduced by modelling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 338, + 487, + 371 + ], + "spans": [ + { + "bbox": [ + 117, + 338, + 264, + 371 + ], + "score": 1.0, + "content": "emotherapy and radiotherapy assigndepending on the tumour diameter:", + "type": "text" + }, + { + "bbox": [ + 383, + 338, + 402, + 371 + ], + "score": 1.0, + "content": "ables, and", + "type": "text" + }, + { + "bbox": [ + 477, + 340, + 487, + 350 + ], + "score": 0.79, + "content": "p _ { c }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 349, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 117, + 361 + ], + "score": 0.82, + "content": "p _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 349, + 383, + 364 + ], + "score": 0.92, + "content": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma \\big ( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\big ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 349, + 505, + 364 + ], + "score": 0.9, + "content": "\\begin{array} { r } { p _ { r } ( t ) \\dot { = } \\sigma \\big ( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\hat { \\bar { D } } ( t ) - } \\end{array}", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 363, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 119, + 375 + ], + "score": 0.72, + "content": "\\delta _ { r } )", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 363, + 154, + 377 + ], + "score": 1.0, + "content": "\u0001 where", + "type": "text" + }, + { + "bbox": [ + 175, + 363, + 361, + 377 + ], + "score": 1.0, + "content": "is the average diameter over the last 15 days,", + "type": "text" + }, + { + "bbox": [ + 362, + 364, + 442, + 375 + ], + "score": 0.89, + "content": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m } , \\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 363, + 506, + 377 + ], + "score": 1.0, + "content": "is the sigmoid", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 374, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 124, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 376, + 203, + 387 + ], + "score": 0.91, + "content": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 374, + 477, + 390 + ], + "score": 1.0, + "content": ". The amount of time-dependent confounding is controlled through", + "type": "text" + }, + { + "bbox": [ + 477, + 377, + 502, + 387 + ], + "score": 0.59, + "content": "\\gamma _ { c } , \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 374, + 506, + 390 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 386, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 149, + 400 + ], + "score": 1.0, + "content": "the higher", + "type": "text" + }, + { + "bbox": [ + 150, + 389, + 161, + 398 + ], + "score": 0.86, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 386, + 505, + 400 + ], + "score": 1.0, + "content": "is, the more important the history is in assigning treatments. At each timestep, there", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "are four treatment options: no treatment, chemotherapy, radiotherapy, combined chemotherapy and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 408, + 365, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 365, + 421 + ], + "score": 1.0, + "content": "radiotherapy. For details about data simulation, see Appendix F.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 425, + 505, + 557 + ], + "lines": [ + { + "bbox": [ + 105, + 425, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 506, + 439 + ], + "score": 1.0, + "content": "Benchmarks We used the following benchmarks for performance comparison: Marginal Structural", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 435, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 506, + 450 + ], + "score": 1.0, + "content": "Models (MSMs) (Robins et al., 2000), which use logistic regression for estimating the IPTWs and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "score": 1.0, + "content": "linear regression for prediction (see Appendix G for details). We also compare against the Recurrent", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "score": 1.0, + "content": "Marginal Structural Networks (RMSNs) Lim et al. (2018), which is the current state-of-the-art model", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 468, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 104, + 468, + 506, + 482 + ], + "score": 1.0, + "content": "in estimating treatment responses. RMSNs use RNNs to estimate the IPTWs and the patient outcomes", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "(details in Appendix H). To show that standard supervised learning models do not handle the time-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "score": 1.0, + "content": "varying confounders we compare against an RNN and a linear regression model, which receive", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "as input treatments and covariates to predict the outcome (see Appendix I for details). Our model", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 514, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 505, + 526 + ], + "score": 1.0, + "content": "architecture follows the description in Sections 4 and 5, with full training details and hyperparameter", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "score": 1.0, + "content": "optimization in Appendix J. To show the importance of adversarial training, we also benchmark", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 163, + 547 + ], + "score": 1.0, + "content": "against CRN", + "type": "text" + }, + { + "bbox": [ + 163, + 536, + 190, + 546 + ], + "score": 0.84, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 535, + 371, + 547 + ], + "score": 1.0, + "content": ") a model with the same architecture, but with", + "type": "text" + }, + { + "bbox": [ + 372, + 535, + 397, + 545 + ], + "score": 0.9, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 535, + 506, + 547 + ], + "score": 1.0, + "content": ", i.e our model architecture", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 545, + 221, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 221, + 559 + ], + "score": 1.0, + "content": "without adversarial training.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 30.5 + }, + { + "type": "title", + "bbox": [ + 107, + 572, + 372, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 571, + 374, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 374, + 584 + ], + "score": 1.0, + "content": "6.1 EVALUATE MODELS ON COUNTERFACTUAL PREDICTIONS", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 592, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "score": 1.0, + "content": "Previous methods focused on evaluating the error only for factual outcomes (observed patient", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 603, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 617 + ], + "score": 1.0, + "content": "outcomes) (Lim et al., 2018). However, to build decision support systems, we need to evaluate", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "how well the models estimate the counterfactual outcomes, i.e patient outcomes under alternative", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 244, + 638 + ], + "score": 1.0, + "content": "treatment options. The parameters", + "type": "text" + }, + { + "bbox": [ + 245, + 627, + 255, + 637 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 625, + 273, + 638 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 627, + 284, + 637 + ], + "score": 0.86, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "control the treatment assignment policy, i.e. the degree", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "of time-dependent confounding present in the data. We evaluate the benchmarks under different", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 313, + 661 + ], + "score": 1.0, + "content": "degrees of time-dependent confounding by setting", + "type": "text" + }, + { + "bbox": [ + 314, + 649, + 367, + 659 + ], + "score": 0.9, + "content": "\\gamma = \\gamma _ { c } = \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 647, + 409, + 661 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 410, + 649, + 417, + 659 + ], + "score": 0.82, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 647, + 506, + 661 + ], + "score": 1.0, + "content": "we simulate a 10000", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 657, + 507, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 657, + 507, + 673 + ], + "score": 1.0, + "content": "patients for training, 1000 for validation (hyperparameter tuning) and 1000 for out-of-sample testing.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 280, + 682 + ], + "score": 1.0, + "content": "For the patients in the test set, for each time", + "type": "text" + }, + { + "bbox": [ + 280, + 671, + 285, + 680 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 668, + 418, + 682 + ], + "score": 1.0, + "content": ", we also simulate counterfactuals", + "type": "text" + }, + { + "bbox": [ + 419, + 669, + 442, + 681 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 668, + 505, + 682 + ], + "score": 1.0, + "content": ", represented by", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 680, + 358, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 170, + 693 + ], + "score": 1.0, + "content": "tumour volume", + "type": "text" + }, + { + "bbox": [ + 170, + 680, + 207, + 692 + ], + "score": 0.93, + "content": "V ( t + 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 680, + 358, + 693 + ], + "score": 1.0, + "content": ", under all possible treatment options.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 701, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 118, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "1The implementation of the model can be found at https://bitbucket.org/mvdschaar/", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 712, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 712, + 506, + 722 + ], + "score": 1.0, + "content": "mlforhealthlabpub/src/master/alg/counterfactual_recurrent_network/ and at", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 721, + 441, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 441, + 732 + ], + "score": 1.0, + "content": "https://github.com/ioanabica/Counterfactual-Recurrent-Network.", + "type": "text" + } + ] + } + ] + }, + { + "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, + 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, + 127 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 506, + 94 + ], + "score": 1.0, + "content": "A good representation allows us to obtain a low error in estimating counterfactuals for all treatments,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 263, + 105 + ], + "score": 1.0, + "content": "while at the same time to minimize the", + "type": "text" + }, + { + "bbox": [ + 264, + 94, + 273, + 104 + ], + "score": 0.68, + "content": "\\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 274, + 93, + 505, + 105 + ], + "score": 1.0, + "content": "-divergence between induced marginal distributions of all", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 425, + 117 + ], + "score": 1.0, + "content": "the domains. We use an algorithm that directly minimizes a combination of the", + "type": "text" + }, + { + "bbox": [ + 426, + 105, + 443, + 115 + ], + "score": 0.78, + "content": "\\varkappa -", + "type": "inline_equation" + }, + { + "bbox": [ + 443, + 104, + 505, + 117 + ], + "score": 1.0, + "content": "divergence and", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 227, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 227, + 128 + ], + "score": 1.0, + "content": "the empirical training margin.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 83, + 506, + 128 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 144, + 200, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 142, + 201, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 201, + 158 + ], + "score": 1.0, + "content": "6 EXPERIMENTS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 168, + 505, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 168, + 505, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 181 + ], + "score": 1.0, + "content": "In real datasets, counterfactual outcomes and the degree of time-dependent confounding are not", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 179, + 506, + 192 + ], + "spans": [ + { + "bbox": [ + 106, + 179, + 391, + 192 + ], + "score": 1.0, + "content": "known (Schulam & Saria, 2017; Lim et al., 2018). To validate the", + "type": "text" + }, + { + "bbox": [ + 391, + 180, + 417, + 190 + ], + "score": 0.73, + "content": "\\mathrm { C R N ^ { 1 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 417, + 179, + 506, + 192 + ], + "score": 1.0, + "content": ", we evaluate it on a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 190, + 507, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 190, + 507, + 204 + ], + "score": 1.0, + "content": "Pharmacokinetic-Pharmacodynamic model of tumour growth (Geng et al., 2017), which uses a state-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 199, + 506, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 217 + ], + "score": 1.0, + "content": "of-the-art bio-mathematical model to simulate the combined effects of chemotherapy and radiotherapy", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 213, + 474, + 225 + ], + "spans": [ + { + "bbox": [ + 106, + 213, + 474, + 225 + ], + "score": 1.0, + "content": "in lung cancer patients. The same model was used by Lim et al. (2018) to evaluate RMSNs.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 168, + 507, + 225 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 229, + 488, + 241 + ], + "lines": [ + { + "bbox": [ + 106, + 229, + 489, + 243 + ], + "spans": [ + { + "bbox": [ + 106, + 229, + 306, + 243 + ], + "score": 1.0, + "content": "Model of tumour growth The volume of tumour", + "type": "text" + }, + { + "bbox": [ + 306, + 231, + 311, + 240 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 229, + 489, + 243 + ], + "score": 1.0, + "content": "days after diagnosis is modelled as follows:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 229, + 489, + 243 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 246, + 468, + 289 + ], + "lines": [ + { + "bbox": [ + 144, + 246, + 468, + 289 + ], + "spans": [ + { + "bbox": [ + 144, + 246, + 468, + 289 + ], + "score": 0.93, + "content": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } \\big ( \\frac { K } { V ( t ) } \\big ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )", + "type": "interline_equation", + "image_path": "8455e5f469a601e403f6480a206839150f42db4f3a488f061732968fa8537010.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 144, + 246, + 468, + 260.3333333333333 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 144, + 260.3333333333333, + 468, + 274.66666666666663 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 144, + 274.66666666666663, + 468, + 288.99999999999994 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 294, + 505, + 420 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 132, + 308 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 295, + 208, + 307 + ], + "score": 0.92, + "content": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r } , e _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "are sampled as described in Geng et al. (2017). To incorporate heterogeneity", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 271, + 318 + ], + "score": 1.0, + "content": "in patient responses, the prior means for", + "type": "text" + }, + { + "bbox": [ + 271, + 306, + 282, + 317 + ], + "score": 0.88, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 306, + 299, + 318 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 300, + 307, + 312, + 317 + ], + "score": 0.86, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "are adjusted to create patient subgroups, which", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 370, + 330 + ], + "score": 1.0, + "content": "are used as baseline features. The chemotherapy concentration", + "type": "text" + }, + { + "bbox": [ + 371, + 317, + 391, + 329 + ], + "score": 0.92, + "content": "C ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 316, + 487, + 330 + ], + "score": 1.0, + "content": "and radiotherapy dose", + "type": "text" + }, + { + "bbox": [ + 487, + 317, + 505, + 329 + ], + "score": 0.9, + "content": "d ( t )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 327, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 104, + 327, + 506, + 342 + ], + "score": 1.0, + "content": "are modelled as described in Appendix F. Time-varying confounding is introduced by modelling", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 117, + 338, + 487, + 371 + ], + "spans": [ + { + "bbox": [ + 117, + 338, + 264, + 371 + ], + "score": 1.0, + "content": "emotherapy and radiotherapy assigndepending on the tumour diameter:", + "type": "text" + }, + { + "bbox": [ + 383, + 338, + 402, + 371 + ], + "score": 1.0, + "content": "ables, and", + "type": "text" + }, + { + "bbox": [ + 477, + 340, + 487, + 350 + ], + "score": 0.79, + "content": "p _ { c }", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 349, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 117, + 361 + ], + "score": 0.82, + "content": "p _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 349, + 383, + 364 + ], + "score": 0.92, + "content": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma \\big ( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\big ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 349, + 505, + 364 + ], + "score": 0.9, + "content": "\\begin{array} { r } { p _ { r } ( t ) \\dot { = } \\sigma \\big ( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\hat { \\bar { D } } ( t ) - } \\end{array}", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 363, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 119, + 375 + ], + "score": 0.72, + "content": "\\delta _ { r } )", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 363, + 154, + 377 + ], + "score": 1.0, + "content": "\u0001 where", + "type": "text" + }, + { + "bbox": [ + 175, + 363, + 361, + 377 + ], + "score": 1.0, + "content": "is the average diameter over the last 15 days,", + "type": "text" + }, + { + "bbox": [ + 362, + 364, + 442, + 375 + ], + "score": 0.89, + "content": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m } , \\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 363, + 506, + 377 + ], + "score": 1.0, + "content": "is the sigmoid", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 374, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 124, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 376, + 203, + 387 + ], + "score": 0.91, + "content": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 374, + 477, + 390 + ], + "score": 1.0, + "content": ". The amount of time-dependent confounding is controlled through", + "type": "text" + }, + { + "bbox": [ + 477, + 377, + 502, + 387 + ], + "score": 0.59, + "content": "\\gamma _ { c } , \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 374, + 506, + 390 + ], + "score": 1.0, + "content": ";", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 386, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 149, + 400 + ], + "score": 1.0, + "content": "the higher", + "type": "text" + }, + { + "bbox": [ + 150, + 389, + 161, + 398 + ], + "score": 0.86, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 386, + 505, + 400 + ], + "score": 1.0, + "content": "is, the more important the history is in assigning treatments. At each timestep, there", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 397, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 106, + 397, + 505, + 410 + ], + "score": 1.0, + "content": "are four treatment options: no treatment, chemotherapy, radiotherapy, combined chemotherapy and", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 408, + 365, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 365, + 421 + ], + "score": 1.0, + "content": "radiotherapy. For details about data simulation, see Appendix F.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 19, + "bbox_fs": [ + 104, + 294, + 506, + 421 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 425, + 505, + 557 + ], + "lines": [ + { + "bbox": [ + 105, + 425, + 506, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 425, + 506, + 439 + ], + "score": 1.0, + "content": "Benchmarks We used the following benchmarks for performance comparison: Marginal Structural", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 435, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 506, + 450 + ], + "score": 1.0, + "content": "Models (MSMs) (Robins et al., 2000), which use logistic regression for estimating the IPTWs and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 460 + ], + "score": 1.0, + "content": "linear regression for prediction (see Appendix G for details). We also compare against the Recurrent", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 470 + ], + "score": 1.0, + "content": "Marginal Structural Networks (RMSNs) Lim et al. (2018), which is the current state-of-the-art model", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 104, + 468, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 104, + 468, + 506, + 482 + ], + "score": 1.0, + "content": "in estimating treatment responses. RMSNs use RNNs to estimate the IPTWs and the patient outcomes", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 106, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "(details in Appendix H). To show that standard supervised learning models do not handle the time-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 506, + 504 + ], + "score": 1.0, + "content": "varying confounders we compare against an RNN and a linear regression model, which receive", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "as input treatments and covariates to predict the outcome (see Appendix I for details). Our model", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 514, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 106, + 514, + 505, + 526 + ], + "score": 1.0, + "content": "architecture follows the description in Sections 4 and 5, with full training details and hyperparameter", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 506, + 537 + ], + "score": 1.0, + "content": "optimization in Appendix J. To show the importance of adversarial training, we also benchmark", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 535, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 163, + 547 + ], + "score": 1.0, + "content": "against CRN", + "type": "text" + }, + { + "bbox": [ + 163, + 536, + 190, + 546 + ], + "score": 0.84, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 535, + 371, + 547 + ], + "score": 1.0, + "content": ") a model with the same architecture, but with", + "type": "text" + }, + { + "bbox": [ + 372, + 535, + 397, + 545 + ], + "score": 0.9, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 535, + 506, + 547 + ], + "score": 1.0, + "content": ", i.e our model architecture", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 545, + 221, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 221, + 559 + ], + "score": 1.0, + "content": "without adversarial training.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 30.5, + "bbox_fs": [ + 104, + 425, + 506, + 559 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 572, + 372, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 571, + 374, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 374, + 584 + ], + "score": 1.0, + "content": "6.1 EVALUATE MODELS ON COUNTERFACTUAL PREDICTIONS", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 592, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 605 + ], + "score": 1.0, + "content": "Previous methods focused on evaluating the error only for factual outcomes (observed patient", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 603, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 617 + ], + "score": 1.0, + "content": "outcomes) (Lim et al., 2018). However, to build decision support systems, we need to evaluate", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 506, + 627 + ], + "score": 1.0, + "content": "how well the models estimate the counterfactual outcomes, i.e patient outcomes under alternative", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 625, + 244, + 638 + ], + "score": 1.0, + "content": "treatment options. The parameters", + "type": "text" + }, + { + "bbox": [ + 245, + 627, + 255, + 637 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 625, + 273, + 638 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 627, + 284, + 637 + ], + "score": 0.86, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "control the treatment assignment policy, i.e. the degree", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 649 + ], + "score": 1.0, + "content": "of time-dependent confounding present in the data. We evaluate the benchmarks under different", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 647, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 313, + 661 + ], + "score": 1.0, + "content": "degrees of time-dependent confounding by setting", + "type": "text" + }, + { + "bbox": [ + 314, + 649, + 367, + 659 + ], + "score": 0.9, + "content": "\\gamma = \\gamma _ { c } = \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 647, + 409, + 661 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 410, + 649, + 417, + 659 + ], + "score": 0.82, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 647, + 506, + 661 + ], + "score": 1.0, + "content": "we simulate a 10000", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 657, + 507, + 673 + ], + "spans": [ + { + "bbox": [ + 104, + 657, + 507, + 673 + ], + "score": 1.0, + "content": "patients for training, 1000 for validation (hyperparameter tuning) and 1000 for out-of-sample testing.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 668, + 505, + 682 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 280, + 682 + ], + "score": 1.0, + "content": "For the patients in the test set, for each time", + "type": "text" + }, + { + "bbox": [ + 280, + 671, + 285, + 680 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 668, + 418, + 682 + ], + "score": 1.0, + "content": ", we also simulate counterfactuals", + "type": "text" + }, + { + "bbox": [ + 419, + 669, + 442, + 681 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 668, + 505, + 682 + ], + "score": 1.0, + "content": ", represented by", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 680, + 358, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 170, + 693 + ], + "score": 1.0, + "content": "tumour volume", + "type": "text" + }, + { + "bbox": [ + 170, + 680, + 207, + 692 + ], + "score": 0.93, + "content": "V ( t + 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 680, + 358, + 693 + ], + "score": 1.0, + "content": ", under all possible treatment options.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 42, + "bbox_fs": [ + 104, + 593, + 507, + 693 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 121, + 81, + 497, + 216 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 121, + 81, + 497, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 121, + 81, + 497, + 216 + ], + "spans": [ + { + "bbox": [ + 121, + 81, + 497, + 216 + ], + "score": 0.96, + "type": "image", + "image_path": "cfd2e5bc6015b41a94296fbf8b32467dc117f38d981d224e897f47516e68addb.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 121, + 81, + 497, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 121, + 126.0, + 497, + 171.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 121, + 171.0, + 497, + 216.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 188, + 225, + 422, + 236 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 187, + 224, + 423, + 237 + ], + "spans": [ + { + "bbox": [ + 187, + 224, + 423, + 237 + ], + "score": 1.0, + "content": "Figure 4: Results for prediction of patient counterfactuals.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 505, + 348 + ], + "lines": [ + { + "bbox": [ + 105, + 249, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 506, + 261 + ], + "score": 1.0, + "content": "Figure 4 (a) shows the normalized root mean squared error (RMSE) for one-step ahead estimation of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 260, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 386, + 272 + ], + "score": 1.0, + "content": "counterfactuals with varying degree of time-dependent confounding", + "type": "text" + }, + { + "bbox": [ + 386, + 262, + 394, + 272 + ], + "score": 0.76, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 260, + 506, + 272 + ], + "score": 1.0, + "content": ". The RMSE is normalized", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 270, + 507, + 284 + ], + "spans": [ + { + "bbox": [ + 104, + 270, + 253, + 284 + ], + "score": 1.0, + "content": "by the maximum tumour volume:", + "type": "text" + }, + { + "bbox": [ + 253, + 271, + 330, + 282 + ], + "score": 0.92, + "content": "V _ { m a x } = \\mathrm { 1 \\bar { 1 } 5 0 c m ^ { 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 270, + 507, + 284 + ], + "score": 1.0, + "content": ". The linear and MSM models provide a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "score": 1.0, + "content": "baseline for performance as they achieve the highest RMSE. While the use of IPTW in MSMs helps", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 292, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 130, + 305 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 130, + 294, + 138, + 304 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 292, + 505, + 305 + ], + "score": 1.0, + "content": "increases, using linear modelling has severe limitations. When there is no time-dependent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 435, + 316 + ], + "score": 1.0, + "content": "confounding, the machine learning methods achieve similar performance, close to", + "type": "text" + }, + { + "bbox": [ + 436, + 304, + 458, + 314 + ], + "score": 0.87, + "content": "0 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "RMSE. As", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 313, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 425, + 328 + ], + "score": 1.0, + "content": "the bias in the dataset increases, the harder it becomes for the RNN and the CRN", + "type": "text" + }, + { + "bbox": [ + 426, + 315, + 450, + 325 + ], + "score": 0.83, + "content": "\\lambda = 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 313, + 505, + 328 + ], + "score": 1.0, + "content": ") to generalize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 324, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 104, + 324, + 408, + 339 + ], + "score": 1.0, + "content": "to estimate outcomes of treatments not matching the training policy. When", + "type": "text" + }, + { + "bbox": [ + 408, + 326, + 438, + 337 + ], + "score": 0.91, + "content": "\\gamma = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 324, + 506, + 339 + ], + "score": 1.0, + "content": ", CRN improves", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 336, + 475, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 119, + 349 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 336, + 146, + 348 + ], + "score": 0.87, + "content": "4 8 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 336, + 444, + 349 + ], + "score": 1.0, + "content": "on the same model architecture without domain adversarial training CRN", + "type": "text" + }, + { + "bbox": [ + 445, + 337, + 469, + 348 + ], + "score": 0.87, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 336, + 475, + 349 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 505, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 379, + 366 + ], + "score": 1.0, + "content": "Our proposed model achieves the lowest RMSE across all values of", + "type": "text" + }, + { + "bbox": [ + 379, + 356, + 386, + 365 + ], + "score": 0.82, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 353, + 505, + 366 + ], + "score": 1.0, + "content": ". Compared to RMSNs, CRN", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 364, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 158, + 377 + ], + "score": 1.0, + "content": "improves by", + "type": "text" + }, + { + "bbox": [ + 158, + 364, + 189, + 375 + ], + "score": 0.9, + "content": "\\sim 1 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 365, + 213, + 377 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 213, + 365, + 239, + 376 + ], + "score": 0.9, + "content": "\\gamma > 6", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 365, + 458, + 377 + ], + "score": 1.0, + "content": ". To highlight the gains of our method even for smaller", + "type": "text" + }, + { + "bbox": [ + 458, + 366, + 465, + 376 + ], + "score": 0.8, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 365, + 506, + 377 + ], + "score": 1.0, + "content": ", Figure 4", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "(b) shows the RMSE for five-step ahead prediction (with counterfactuals generated as described in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "Section 6.2 and Appendix L). RMSNs also use a decoder for sequence prediction. However, RMSNs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 104, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "require training additional RNNs to estimate the IPTW, which are used to weight each sample during", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 408, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 208, + 420 + ], + "score": 1.0, + "content": "the decoder training. For", + "type": "text" + }, + { + "bbox": [ + 209, + 410, + 215, + 418 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 408, + 419, + 420 + ], + "score": 1.0, + "content": "-step ahead prediction, IPTW involves multiplying", + "type": "text" + }, + { + "bbox": [ + 420, + 410, + 427, + 419 + ], + "score": 0.71, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 408, + 505, + 420 + ], + "score": 1.0, + "content": "weights which can", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "result in high variance. The results in Figure 4 (b) show the problems with using IPTW to handle the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "time-dependent confounding bias. See Appendix K for more results on multi-step ahead prediction.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "Balancing representation: To evaluate whether the CRN has indeed learnt treatment invariant", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 457, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 185, + 473 + ], + "score": 1.0, + "content": "represenations, for", + "type": "text" + }, + { + "bbox": [ + 186, + 459, + 213, + 469 + ], + "score": 0.9, + "content": "\\gamma = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 457, + 507, + 473 + ], + "score": 1.0, + "content": ", we illustrate in Figure 5 the T-SNE embeddings of the balancing rep-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 158, + 482 + ], + "score": 1.0, + "content": "resentations", + "type": "text" + }, + { + "bbox": [ + 158, + 469, + 186, + 481 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "built by the CRN encoder for test patients. We color each point by the treat-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 479, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 129, + 494 + ], + "score": 1.0, + "content": "ment", + "type": "text" + }, + { + "bbox": [ + 130, + 480, + 171, + 492 + ], + "score": 0.89, + "content": "\\mathbf { A } _ { t } \\in \\{ \\mathrm { n o } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 479, + 506, + 494 + ], + "score": 1.0, + "content": "treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy}", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 187, + 504 + ], + "score": 1.0, + "content": "received at timestep", + "type": "text" + }, + { + "bbox": [ + 188, + 492, + 193, + 501 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 491, + 311, + 504 + ], + "score": 1.0, + "content": "to highlight the invariance of", + "type": "text" + }, + { + "bbox": [ + 311, + 491, + 339, + 503 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 491, + 505, + 504 + ], + "score": 1.0, + "content": "across the different treatments. In Figure", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 501, + 459, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 165, + 515 + ], + "score": 1.0, + "content": "5(b), we show", + "type": "text" + }, + { + "bbox": [ + 166, + 502, + 194, + 514 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 501, + 459, + 515 + ], + "score": 1.0, + "content": "only for chemotherapy and radiotherapy for better understanding.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "image", + "bbox": [ + 111, + 518, + 497, + 568 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 518, + 497, + 568 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 111, + 518, + 497, + 568 + ], + "spans": [ + { + "bbox": [ + 111, + 518, + 497, + 568 + ], + "score": 0.958, + "type": "image", + "image_path": "81db339d71547cdef7a4a6bfc60803c8c22dc7a97cbc2b111eb3ea319e11801f.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 111, + 518, + 497, + 534.6666666666666 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 111, + 534.6666666666666, + 497, + 551.3333333333333 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 111, + 551.3333333333333, + 497, + 567.9999999999999 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 577, + 505, + 601 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 577, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 352, + 591 + ], + "score": 1.0, + "content": "Figure 5: TSNE embedding of the balancing representation", + "type": "text" + }, + { + "bbox": [ + 353, + 577, + 381, + 590 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "learnt by the CRN encoder at", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 588, + 495, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 183, + 602 + ], + "score": 1.0, + "content": "different timesteps", + "type": "text" + }, + { + "bbox": [ + 183, + 590, + 188, + 599 + ], + "score": 0.5, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 588, + 239, + 602 + ], + "score": 1.0, + "content": ". Notice that", + "type": "text" + }, + { + "bbox": [ + 239, + 588, + 267, + 601 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 588, + 400, + 602 + ], + "score": 1.0, + "content": "is not predictive of the treatment", + "type": "text" + }, + { + "bbox": [ + 401, + 590, + 414, + 600 + ], + "score": 0.86, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 588, + 485, + 602 + ], + "score": 1.0, + "content": "given at timestep", + "type": "text" + }, + { + "bbox": [ + 485, + 590, + 490, + 599 + ], + "score": 0.65, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 588, + 495, + 602 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + } + ], + "index": 29.25 + }, + { + "type": "title", + "bbox": [ + 104, + 613, + 478, + 624 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 479, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 479, + 624 + ], + "score": 1.0, + "content": "6.2 EVALUATE RECOMMENDING THE RIGHT TREATMENT AND TIMING OF TREATMENT", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "Evaluating the models just in terms of the RMSE on counterfactual estimation is also not enough for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "assessing their reliability when used as part of decision support systems. In this section we assess", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 653, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 506, + 669 + ], + "score": 1.0, + "content": "how well the models can select the correct treatment and timing of treatment for several forecasting", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 143, + 678 + ], + "score": 1.0, + "content": "horizons", + "type": "text" + }, + { + "bbox": [ + 144, + 668, + 150, + 676 + ], + "score": 0.75, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 665, + 445, + 678 + ], + "score": 1.0, + "content": ". We generate test sets consisting of 1000 patients where for each horizon", + "type": "text" + }, + { + "bbox": [ + 445, + 668, + 452, + 676 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "and for each", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 126, + 690 + ], + "score": 1.0, + "content": "time", + "type": "text" + }, + { + "bbox": [ + 127, + 678, + 132, + 687 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 677, + 266, + 690 + ], + "score": 1.0, + "content": "in a patient’s trajectory, there are", + "type": "text" + }, + { + "bbox": [ + 266, + 679, + 273, + 687 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 677, + 444, + 690 + ], + "score": 1.0, + "content": "options for giving chemotherapy at one of", + "type": "text" + }, + { + "bbox": [ + 444, + 677, + 505, + 688 + ], + "score": 0.89, + "content": "t , \\dots t + \\tau - 1", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 123, + 701 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 689, + 130, + 698 + ], + "score": 0.79, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 687, + 292, + 701 + ], + "score": 1.0, + "content": "options for giving radiotherapy at one of", + "type": "text" + }, + { + "bbox": [ + 292, + 689, + 353, + 699 + ], + "score": 0.9, + "content": "t , \\dots t + \\tau - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 687, + 506, + 701 + ], + "score": 1.0, + "content": ". At the rest of the future timesteps, no", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 217, + 711 + ], + "score": 1.0, + "content": "treatment is applied. These", + "type": "text" + }, + { + "bbox": [ + 217, + 699, + 229, + 709 + ], + "score": 0.84, + "content": "2 \\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "treatment plans are assessed in terms of the tumour volume outcome", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 130, + 721 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 709, + 433, + 723 + ], + "score": 1.0, + "content": ". We select the treatment (chemotherapy or radiotherapy) that achieves lowest", + "type": "text" + }, + { + "bbox": [ + 434, + 710, + 457, + 721 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 709, + 505, + 723 + ], + "score": 1.0, + "content": ", and within", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 291, + 733 + ], + "score": 1.0, + "content": "the correct treatment the timing with lowest", + "type": "text" + }, + { + "bbox": [ + 291, + 721, + 315, + 732 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 720, + 506, + 733 + ], + "score": 1.0, + "content": ". We also compute the normalized RMSE for", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "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": [ + 302, + 752, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 301, + 750, + 310, + 762 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 121, + 81, + 497, + 216 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 121, + 81, + 497, + 216 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 121, + 81, + 497, + 216 + ], + "spans": [ + { + "bbox": [ + 121, + 81, + 497, + 216 + ], + "score": 0.96, + "type": "image", + "image_path": "cfd2e5bc6015b41a94296fbf8b32467dc117f38d981d224e897f47516e68addb.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 121, + 81, + 497, + 126.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 121, + 126.0, + 497, + 171.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 121, + 171.0, + 497, + 216.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 188, + 225, + 422, + 236 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 187, + 224, + 423, + 237 + ], + "spans": [ + { + "bbox": [ + 187, + 224, + 423, + 237 + ], + "score": 1.0, + "content": "Figure 4: Results for prediction of patient counterfactuals.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + } + ], + "index": 2.0 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 505, + 348 + ], + "lines": [ + { + "bbox": [ + 105, + 249, + 506, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 249, + 506, + 261 + ], + "score": 1.0, + "content": "Figure 4 (a) shows the normalized root mean squared error (RMSE) for one-step ahead estimation of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 260, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 260, + 386, + 272 + ], + "score": 1.0, + "content": "counterfactuals with varying degree of time-dependent confounding", + "type": "text" + }, + { + "bbox": [ + 386, + 262, + 394, + 272 + ], + "score": 0.76, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 260, + 506, + 272 + ], + "score": 1.0, + "content": ". The RMSE is normalized", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 270, + 507, + 284 + ], + "spans": [ + { + "bbox": [ + 104, + 270, + 253, + 284 + ], + "score": 1.0, + "content": "by the maximum tumour volume:", + "type": "text" + }, + { + "bbox": [ + 253, + 271, + 330, + 282 + ], + "score": 0.92, + "content": "V _ { m a x } = \\mathrm { 1 \\bar { 1 } 5 0 c m ^ { 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 270, + 507, + 284 + ], + "score": 1.0, + "content": ". The linear and MSM models provide a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "score": 1.0, + "content": "baseline for performance as they achieve the highest RMSE. While the use of IPTW in MSMs helps", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 292, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 130, + 305 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 130, + 294, + 138, + 304 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 292, + 505, + 305 + ], + "score": 1.0, + "content": "increases, using linear modelling has severe limitations. When there is no time-dependent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 302, + 505, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 435, + 316 + ], + "score": 1.0, + "content": "confounding, the machine learning methods achieve similar performance, close to", + "type": "text" + }, + { + "bbox": [ + 436, + 304, + 458, + 314 + ], + "score": 0.87, + "content": "0 . 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 302, + 505, + 316 + ], + "score": 1.0, + "content": "RMSE. As", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 313, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 425, + 328 + ], + "score": 1.0, + "content": "the bias in the dataset increases, the harder it becomes for the RNN and the CRN", + "type": "text" + }, + { + "bbox": [ + 426, + 315, + 450, + 325 + ], + "score": 0.83, + "content": "\\lambda = 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 313, + 505, + 328 + ], + "score": 1.0, + "content": ") to generalize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 324, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 104, + 324, + 408, + 339 + ], + "score": 1.0, + "content": "to estimate outcomes of treatments not matching the training policy. When", + "type": "text" + }, + { + "bbox": [ + 408, + 326, + 438, + 337 + ], + "score": 0.91, + "content": "\\gamma = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 324, + 506, + 339 + ], + "score": 1.0, + "content": ", CRN improves", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 336, + 475, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 336, + 119, + 349 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 336, + 146, + 348 + ], + "score": 0.87, + "content": "4 8 . 1 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 336, + 444, + 349 + ], + "score": 1.0, + "content": "on the same model architecture without domain adversarial training CRN", + "type": "text" + }, + { + "bbox": [ + 445, + 337, + 469, + 348 + ], + "score": 0.87, + "content": "\\lambda = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 336, + 475, + 349 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 249, + 507, + 349 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 505, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 379, + 366 + ], + "score": 1.0, + "content": "Our proposed model achieves the lowest RMSE across all values of", + "type": "text" + }, + { + "bbox": [ + 379, + 356, + 386, + 365 + ], + "score": 0.82, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 353, + 505, + 366 + ], + "score": 1.0, + "content": ". Compared to RMSNs, CRN", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 364, + 506, + 377 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 158, + 377 + ], + "score": 1.0, + "content": "improves by", + "type": "text" + }, + { + "bbox": [ + 158, + 364, + 189, + 375 + ], + "score": 0.9, + "content": "\\sim 1 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 365, + 213, + 377 + ], + "score": 1.0, + "content": "when", + "type": "text" + }, + { + "bbox": [ + 213, + 365, + 239, + 376 + ], + "score": 0.9, + "content": "\\gamma > 6", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 365, + 458, + 377 + ], + "score": 1.0, + "content": ". To highlight the gains of our method even for smaller", + "type": "text" + }, + { + "bbox": [ + 458, + 366, + 465, + 376 + ], + "score": 0.8, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 365, + 506, + 377 + ], + "score": 1.0, + "content": ", Figure 4", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "(b) shows the RMSE for five-step ahead prediction (with counterfactuals generated as described in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 106, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "Section 6.2 and Appendix L). RMSNs also use a decoder for sequence prediction. However, RMSNs", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 104, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "require training additional RNNs to estimate the IPTW, which are used to weight each sample during", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 408, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 408, + 208, + 420 + ], + "score": 1.0, + "content": "the decoder training. For", + "type": "text" + }, + { + "bbox": [ + 209, + 410, + 215, + 418 + ], + "score": 0.77, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 408, + 419, + 420 + ], + "score": 1.0, + "content": "-step ahead prediction, IPTW involves multiplying", + "type": "text" + }, + { + "bbox": [ + 420, + 410, + 427, + 419 + ], + "score": 0.71, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 427, + 408, + 505, + 420 + ], + "score": 1.0, + "content": "weights which can", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 432 + ], + "score": 1.0, + "content": "result in high variance. The results in Figure 4 (b) show the problems with using IPTW to handle the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 505, + 443 + ], + "score": 1.0, + "content": "time-dependent confounding bias. See Appendix K for more results on multi-step ahead prediction.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 16.5, + "bbox_fs": [ + 104, + 353, + 506, + 443 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 447, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 447, + 505, + 459 + ], + "spans": [ + { + "bbox": [ + 106, + 447, + 505, + 459 + ], + "score": 1.0, + "content": "Balancing representation: To evaluate whether the CRN has indeed learnt treatment invariant", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 457, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 104, + 457, + 185, + 473 + ], + "score": 1.0, + "content": "represenations, for", + "type": "text" + }, + { + "bbox": [ + 186, + 459, + 213, + 469 + ], + "score": 0.9, + "content": "\\gamma = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 457, + 507, + 473 + ], + "score": 1.0, + "content": ", we illustrate in Figure 5 the T-SNE embeddings of the balancing rep-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 158, + 482 + ], + "score": 1.0, + "content": "resentations", + "type": "text" + }, + { + "bbox": [ + 158, + 469, + 186, + 481 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "built by the CRN encoder for test patients. We color each point by the treat-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 479, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 129, + 494 + ], + "score": 1.0, + "content": "ment", + "type": "text" + }, + { + "bbox": [ + 130, + 480, + 171, + 492 + ], + "score": 0.89, + "content": "\\mathbf { A } _ { t } \\in \\{ \\mathrm { n o } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 479, + 506, + 494 + ], + "score": 1.0, + "content": "treatment, chemotherapy, radiotherapy, combined chemotherapy and radiotherapy}", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 491, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 187, + 504 + ], + "score": 1.0, + "content": "received at timestep", + "type": "text" + }, + { + "bbox": [ + 188, + 492, + 193, + 501 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 491, + 311, + 504 + ], + "score": 1.0, + "content": "to highlight the invariance of", + "type": "text" + }, + { + "bbox": [ + 311, + 491, + 339, + 503 + ], + "score": 0.91, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 491, + 505, + 504 + ], + "score": 1.0, + "content": "across the different treatments. In Figure", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 501, + 459, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 165, + 515 + ], + "score": 1.0, + "content": "5(b), we show", + "type": "text" + }, + { + "bbox": [ + 166, + 502, + 194, + 514 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 501, + 459, + 515 + ], + "score": 1.0, + "content": "only for chemotherapy and radiotherapy for better understanding.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 104, + 447, + 507, + 515 + ] + }, + { + "type": "image", + "bbox": [ + 111, + 518, + 497, + 568 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 111, + 518, + 497, + 568 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 111, + 518, + 497, + 568 + ], + "spans": [ + { + "bbox": [ + 111, + 518, + 497, + 568 + ], + "score": 0.958, + "type": "image", + "image_path": "81db339d71547cdef7a4a6bfc60803c8c22dc7a97cbc2b111eb3ea319e11801f.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 111, + 518, + 497, + 534.6666666666666 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 111, + 534.6666666666666, + 497, + 551.3333333333333 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 111, + 551.3333333333333, + 497, + 567.9999999999999 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 577, + 505, + 601 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 577, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 352, + 591 + ], + "score": 1.0, + "content": "Figure 5: TSNE embedding of the balancing representation", + "type": "text" + }, + { + "bbox": [ + 353, + 577, + 381, + 590 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "learnt by the CRN encoder at", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 588, + 495, + 602 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 183, + 602 + ], + "score": 1.0, + "content": "different timesteps", + "type": "text" + }, + { + "bbox": [ + 183, + 590, + 188, + 599 + ], + "score": 0.5, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 588, + 239, + 602 + ], + "score": 1.0, + "content": ". Notice that", + "type": "text" + }, + { + "bbox": [ + 239, + 588, + 267, + 601 + ], + "score": 0.92, + "content": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 588, + 400, + 602 + ], + "score": 1.0, + "content": "is not predictive of the treatment", + "type": "text" + }, + { + "bbox": [ + 401, + 590, + 414, + 600 + ], + "score": 0.86, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 588, + 485, + 602 + ], + "score": 1.0, + "content": "given at timestep", + "type": "text" + }, + { + "bbox": [ + 485, + 590, + 490, + 599 + ], + "score": 0.65, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 588, + 495, + 602 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + } + ], + "index": 29.25 + }, + { + "type": "title", + "bbox": [ + 104, + 613, + 478, + 624 + ], + "lines": [ + { + "bbox": [ + 106, + 612, + 479, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 479, + 624 + ], + "score": 1.0, + "content": "6.2 EVALUATE RECOMMENDING THE RIGHT TREATMENT AND TIMING OF TREATMENT", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 632, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 505, + 645 + ], + "score": 1.0, + "content": "Evaluating the models just in terms of the RMSE on counterfactual estimation is also not enough for", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "assessing their reliability when used as part of decision support systems. In this section we assess", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 653, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 653, + 506, + 669 + ], + "score": 1.0, + "content": "how well the models can select the correct treatment and timing of treatment for several forecasting", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 143, + 678 + ], + "score": 1.0, + "content": "horizons", + "type": "text" + }, + { + "bbox": [ + 144, + 668, + 150, + 676 + ], + "score": 0.75, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 665, + 445, + 678 + ], + "score": 1.0, + "content": ". We generate test sets consisting of 1000 patients where for each horizon", + "type": "text" + }, + { + "bbox": [ + 445, + 668, + 452, + 676 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "and for each", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 126, + 690 + ], + "score": 1.0, + "content": "time", + "type": "text" + }, + { + "bbox": [ + 127, + 678, + 132, + 687 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 677, + 266, + 690 + ], + "score": 1.0, + "content": "in a patient’s trajectory, there are", + "type": "text" + }, + { + "bbox": [ + 266, + 679, + 273, + 687 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 677, + 444, + 690 + ], + "score": 1.0, + "content": "options for giving chemotherapy at one of", + "type": "text" + }, + { + "bbox": [ + 444, + 677, + 505, + 688 + ], + "score": 0.89, + "content": "t , \\dots t + \\tau - 1", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 123, + 701 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 123, + 689, + 130, + 698 + ], + "score": 0.79, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 687, + 292, + 701 + ], + "score": 1.0, + "content": "options for giving radiotherapy at one of", + "type": "text" + }, + { + "bbox": [ + 292, + 689, + 353, + 699 + ], + "score": 0.9, + "content": "t , \\dots t + \\tau - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 687, + 506, + 701 + ], + "score": 1.0, + "content": ". At the rest of the future timesteps, no", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 217, + 711 + ], + "score": 1.0, + "content": "treatment is applied. These", + "type": "text" + }, + { + "bbox": [ + 217, + 699, + 229, + 709 + ], + "score": 0.84, + "content": "2 \\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "treatment plans are assessed in terms of the tumour volume outcome", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 130, + 721 + ], + "score": 0.9, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 709, + 433, + 723 + ], + "score": 1.0, + "content": ". We select the treatment (chemotherapy or radiotherapy) that achieves lowest", + "type": "text" + }, + { + "bbox": [ + 434, + 710, + 457, + 721 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 457, + 709, + 505, + 723 + ], + "score": 1.0, + "content": ", and within", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 291, + 733 + ], + "score": 1.0, + "content": "the correct treatment the timing with lowest", + "type": "text" + }, + { + "bbox": [ + 291, + 721, + 315, + 732 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 720, + 506, + 733 + ], + "score": 1.0, + "content": ". We also compute the normalized RMSE for", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 149, + 332 + ], + "score": 1.0, + "content": "predicting", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 149, + 320, + 173, + 331 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 173, + 318, + 506, + 332 + ], + "score": 1.0, + "content": ". See Appendix L for more details about the test set. The models are evaluated for 3", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 329, + 194, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 150, + 344 + ], + "score": 1.0, + "content": "settings of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 150, + 333, + 161, + 342 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 161, + 329, + 178, + 344 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 179, + 333, + 189, + 342 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 190, + 329, + 194, + 344 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 5 + } + ], + "index": 37, + "bbox_fs": [ + 104, + 633, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 107, + 92, + 505, + 307 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 142, + 71, + 468, + 84 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 70, + 469, + 85 + ], + "spans": [ + { + "bbox": [ + 140, + 70, + 469, + 85 + ], + "score": 1.0, + "content": "Table 1: Results for recommending the correct treatment and timing of treatment.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 107, + 92, + 505, + 307 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 92, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 107, + 92, + 505, + 307 + ], + "score": 0.986, + "html": "
%c=5,γr=5% =5,γr=01 Yc =0,γr =5
TCRNRMSNMSMCRN RMSNMSMCRNRMSNMSM
Normalized RMSE2.43%3.16%6.75%1.08% 1.35%3.68%1.54%1.59%3.23%
2.83%3.95%7.65% 1.21%1.81%3.84%1.81%2.25%3.52%
345673.18%4.37% 7.95%1.33%2.13%3.91%2.03%2.71%3.63%
3.51%5.61%8.19%1.42% 2.41%3.97%2.23%2.73%3.71%
3.93%6.21% 8.52%1.53%2.43%4.04%2.43%2.88%3.79%
Treatment Accuracy83.1%75.3%73.9%83.2% 78.6%77.1%92.9%87.3%74.9%
82.5%74.1%68.5%81.3%77.7% 73.9%85.7%83.8%74.1%
3456773.5%72.7%63.2%78.3% 77.2%72.3%83.8%82.1%72.8%
69.4%66.7%62.7%79.5% 76.3%71.8%78.6%69.7%64.5%
71.2%68.8%62.4%72.7% 71.8%71.6%71.9%69.3%61.2%
Treatment Timing Accuracy79.6%78.1%67.6%80.5%76.8% 77.5%79.8%75.7%60.6%
73.9%70.3%63.1%79.0%77.2%73.4% 75.4%71.4%58.2%
69.8%68.6%62.4%78.3%73.3%63.6%66.9%31.3%29.5%
3456766.9%66.2%62.6%73.5%72.1%63.9%65.8%24.2%15.5%
64.5%63.6%62.2%70.6%57.4%44.2%63.9%25.6%12.5%
", + "type": "table", + "image_path": "e8c20a276d8d98067f0238283f13ca2afea3e0c0dbb97025c67f09d8280e2526.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 107, + 92, + 505, + 163.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 163.66666666666669, + 505, + 235.33333333333337 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 107, + 235.33333333333337, + 505, + 307.00000000000006 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 108, + 320, + 504, + 342 + ], + "lines": [ + { + "bbox": [ + 105, + 318, + 506, + 332 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 149, + 332 + ], + "score": 1.0, + "content": "predicting", + "type": "text" + }, + { + "bbox": [ + 149, + 320, + 173, + 331 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 318, + 506, + 332 + ], + "score": 1.0, + "content": ". See Appendix L for more details about the test set. The models are evaluated for 3", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 329, + 194, + 344 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 150, + 344 + ], + "score": 1.0, + "content": "settings of", + "type": "text" + }, + { + "bbox": [ + 150, + 333, + 161, + 342 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 329, + 178, + 344 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 179, + 333, + 189, + 342 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 329, + 194, + 344 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 347, + 505, + 414 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "score": 1.0, + "content": "Table 1 shows the results for this evaluation set-up. The treatment accuracy denotes the percentage", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "of patients for which the correct treatment was selected, while the treatment timing accuracy is the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 369, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 104, + 369, + 392, + 382 + ], + "score": 1.0, + "content": "percentage for which the correct timing was selected. Note that when", + "type": "text" + }, + { + "bbox": [ + 392, + 370, + 422, + 381 + ], + "score": 0.92, + "content": "\\gamma _ { c } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 369, + 439, + 382 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 370, + 470, + 381 + ], + "score": 0.92, + "content": "\\gamma _ { r } = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 369, + 506, + 382 + ], + "score": 1.0, + "content": ", RMSN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 377, + 393 + ], + "score": 1.0, + "content": "and MSM select the wrong treatment timing for projection horizons", + "type": "text" + }, + { + "bbox": [ + 378, + 381, + 402, + 391 + ], + "score": 0.89, + "content": "\\tau > 4", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 380, + 505, + 393 + ], + "score": 1.0, + "content": ". CRN performs similarly", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "among the different policies present in the observational data and achieve the lowest RMSE and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 403, + 408, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 408, + 415 + ], + "score": 1.0, + "content": "highest accuracy in selecting the correct treatment and timing of treatment.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 505, + 464 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "In Appendix M we also show the applicability of the CRN in more complex medical scenarios", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "score": 1.0, + "content": "involving real data. We provide experimental results based on the Medical Information Mart for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "score": 1.0, + "content": "Intensive Care (MIMIC III) database (Johnson et al., 2016) consisting of electronic health records", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 453, + 209, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 209, + 464 + ], + "score": 1.0, + "content": "from patients in the ICU.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "title", + "bbox": [ + 108, + 479, + 195, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 477, + 197, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 477, + 197, + 496 + ], + "score": 1.0, + "content": "7 CONCLUSION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 505, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "score": 1.0, + "content": "Despite its wide applicability, the problem of causal inference for time-dependent treatments has been", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 517, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 505, + 528 + ], + "score": 1.0, + "content": "relatively less studied compared to problem of causal inference in the static setting. Both new methods", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 525, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 540 + ], + "score": 1.0, + "content": "and theory are necessary to be able to harness the full potential of observational data for learning", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "score": 1.0, + "content": "individualized effects of complex treatment scenarios. Further work in this direction is needed for", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "proposing alternative methods for handling time-dependent confounders, for modelling combinations", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "of treatments assigned over time or for estimating the individualized effects of time-dependent", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 570, + 246, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 246, + 584 + ], + "score": 1.0, + "content": "treatments with associated dosage.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 106, + 587, + 505, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 600 + ], + "score": 1.0, + "content": "In this paper, we introduced the Counterfactual Recurrent Network (CRN), a model that estimates", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "score": 1.0, + "content": "individualized effects of treatments over time using a novel way of handling the bias from time-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 609, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 622 + ], + "score": 1.0, + "content": "dependent confounders through adversarial training. Using a model of tumour growth, we validated", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "score": 1.0, + "content": "CRN in realistic medical scenarios and we showed improvements over existing state-of-the-art", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "methods. We also showed the applicability of the CRN a real dataset consiting of patient electronic", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "health records. The counterfactual predictions of CRN have the potential to be used as part of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 652, + 506, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 506, + 666 + ], + "score": 1.0, + "content": "clinical decision support systems to address relevant medical challenges involving selecting the best", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 665, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 676 + ], + "score": 1.0, + "content": "treatments for patients over time, identify optimal treatment timings but also when the treatment is no", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 675, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 688 + ], + "score": 1.0, + "content": "longer needed. In future work, we will aim to build better balancing representations and to provide", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 687, + 377, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 377, + 698 + ], + "score": 1.0, + "content": "theoretical guarantees for the expected error on the counterfactuals.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5 + } + ], + "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": "table", + "bbox": [ + 107, + 92, + 505, + 307 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 142, + 71, + 468, + 84 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 140, + 70, + 469, + 85 + ], + "spans": [ + { + "bbox": [ + 140, + 70, + 469, + 85 + ], + "score": 1.0, + "content": "Table 1: Results for recommending the correct treatment and timing of treatment.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 107, + 92, + 505, + 307 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 92, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 107, + 92, + 505, + 307 + ], + "score": 0.986, + "html": "
%c=5,γr=5% =5,γr=01 Yc =0,γr =5
TCRNRMSNMSMCRN RMSNMSMCRNRMSNMSM
Normalized RMSE2.43%3.16%6.75%1.08% 1.35%3.68%1.54%1.59%3.23%
2.83%3.95%7.65% 1.21%1.81%3.84%1.81%2.25%3.52%
345673.18%4.37% 7.95%1.33%2.13%3.91%2.03%2.71%3.63%
3.51%5.61%8.19%1.42% 2.41%3.97%2.23%2.73%3.71%
3.93%6.21% 8.52%1.53%2.43%4.04%2.43%2.88%3.79%
Treatment Accuracy83.1%75.3%73.9%83.2% 78.6%77.1%92.9%87.3%74.9%
82.5%74.1%68.5%81.3%77.7% 73.9%85.7%83.8%74.1%
3456773.5%72.7%63.2%78.3% 77.2%72.3%83.8%82.1%72.8%
69.4%66.7%62.7%79.5% 76.3%71.8%78.6%69.7%64.5%
71.2%68.8%62.4%72.7% 71.8%71.6%71.9%69.3%61.2%
Treatment Timing Accuracy79.6%78.1%67.6%80.5%76.8% 77.5%79.8%75.7%60.6%
73.9%70.3%63.1%79.0%77.2%73.4% 75.4%71.4%58.2%
69.8%68.6%62.4%78.3%73.3%63.6%66.9%31.3%29.5%
3456766.9%66.2%62.6%73.5%72.1%63.9%65.8%24.2%15.5%
64.5%63.6%62.2%70.6%57.4%44.2%63.9%25.6%12.5%
", + "type": "table", + "image_path": "e8c20a276d8d98067f0238283f13ca2afea3e0c0dbb97025c67f09d8280e2526.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 107, + 92, + 505, + 163.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 107, + 163.66666666666669, + 505, + 235.33333333333337 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 107, + 235.33333333333337, + 505, + 307.00000000000006 + ], + "spans": [], + "index": 3 + } + ] + } + ], + "index": 1.0 + }, + { + "type": "text", + "bbox": [ + 108, + 320, + 504, + 342 + ], + "lines": [], + "index": 4.5, + "bbox_fs": [ + 105, + 318, + 506, + 344 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 347, + 505, + 414 + ], + "lines": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 505, + 361 + ], + "score": 1.0, + "content": "Table 1 shows the results for this evaluation set-up. The treatment accuracy denotes the percentage", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "of patients for which the correct treatment was selected, while the treatment timing accuracy is the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 369, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 104, + 369, + 392, + 382 + ], + "score": 1.0, + "content": "percentage for which the correct timing was selected. Note that when", + "type": "text" + }, + { + "bbox": [ + 392, + 370, + 422, + 381 + ], + "score": 0.92, + "content": "\\gamma _ { c } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 369, + 439, + 382 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 370, + 470, + 381 + ], + "score": 0.92, + "content": "\\gamma _ { r } = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 369, + 506, + 382 + ], + "score": 1.0, + "content": ", RMSN", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 380, + 505, + 393 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 377, + 393 + ], + "score": 1.0, + "content": "and MSM select the wrong treatment timing for projection horizons", + "type": "text" + }, + { + "bbox": [ + 378, + 381, + 402, + 391 + ], + "score": 0.89, + "content": "\\tau > 4", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 380, + 505, + 393 + ], + "score": 1.0, + "content": ". CRN performs similarly", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "among the different policies present in the observational data and achieve the lowest RMSE and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 403, + 408, + 415 + ], + "spans": [ + { + "bbox": [ + 106, + 403, + 408, + 415 + ], + "score": 1.0, + "content": "highest accuracy in selecting the correct treatment and timing of treatment.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 347, + 506, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 419, + 505, + 464 + ], + "lines": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "In Appendix M we also show the applicability of the CRN in more complex medical scenarios", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 430, + 506, + 443 + ], + "score": 1.0, + "content": "involving real data. We provide experimental results based on the Medical Information Mart for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 441, + 506, + 455 + ], + "score": 1.0, + "content": "Intensive Care (MIMIC III) database (Johnson et al., 2016) consisting of electronic health records", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 453, + 209, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 453, + 209, + 464 + ], + "score": 1.0, + "content": "from patients in the ICU.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 419, + 506, + 464 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 479, + 195, + 492 + ], + "lines": [ + { + "bbox": [ + 104, + 477, + 197, + 496 + ], + "spans": [ + { + "bbox": [ + 104, + 477, + 197, + 496 + ], + "score": 1.0, + "content": "7 CONCLUSION", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 505, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "score": 1.0, + "content": "Despite its wide applicability, the problem of causal inference for time-dependent treatments has been", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 517, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 505, + 528 + ], + "score": 1.0, + "content": "relatively less studied compared to problem of causal inference in the static setting. Both new methods", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 525, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 525, + 505, + 540 + ], + "score": 1.0, + "content": "and theory are necessary to be able to harness the full potential of observational data for learning", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "score": 1.0, + "content": "individualized effects of complex treatment scenarios. Further work in this direction is needed for", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "proposing alternative methods for handling time-dependent confounders, for modelling combinations", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "of treatments assigned over time or for estimating the individualized effects of time-dependent", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 570, + 246, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 246, + 584 + ], + "score": 1.0, + "content": "treatments with associated dosage.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 505, + 505, + 584 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 587, + 505, + 698 + ], + "lines": [ + { + "bbox": [ + 105, + 587, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 587, + 506, + 600 + ], + "score": 1.0, + "content": "In this paper, we introduced the Counterfactual Recurrent Network (CRN), a model that estimates", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 611 + ], + "score": 1.0, + "content": "individualized effects of treatments over time using a novel way of handling the bias from time-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 609, + 506, + 622 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 622 + ], + "score": 1.0, + "content": "dependent confounders through adversarial training. Using a model of tumour growth, we validated", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "spans": [ + { + "bbox": [ + 105, + 619, + 506, + 633 + ], + "score": 1.0, + "content": "CRN in realistic medical scenarios and we showed improvements over existing state-of-the-art", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 631, + 505, + 644 + ], + "score": 1.0, + "content": "methods. We also showed the applicability of the CRN a real dataset consiting of patient electronic", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "health records. The counterfactual predictions of CRN have the potential to be used as part of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 652, + 506, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 652, + 506, + 666 + ], + "score": 1.0, + "content": "clinical decision support systems to address relevant medical challenges involving selecting the best", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 665, + 505, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 505, + 676 + ], + "score": 1.0, + "content": "treatments for patients over time, identify optimal treatment timings but also when the treatment is no", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 675, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 105, + 675, + 505, + 688 + ], + "score": 1.0, + "content": "longer needed. In future work, we will aim to build better balancing representations and to provide", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 687, + 377, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 377, + 698 + ], + "score": 1.0, + "content": "theoretical guarantees for the expected error on the counterfactuals.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 587, + 506, + 698 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 218, + 93 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 219, + 96 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 219, + 96 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 505, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "score": 1.0, + "content": "We would like to thank the reviewers for their valuable feedback. The research presented in this paper", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "was supported by The Alan Turing Institute, under the EPSRC grant EP/N510129/1 and by the US", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 242, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 242, + 140 + ], + "score": 1.0, + "content": "Office of Naval Research (ONR).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "title", + "bbox": [ + 108, + 155, + 176, + 167 + ], + "lines": [ + { + "bbox": [ + 106, + 155, + 176, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 176, + 169 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 173, + 505, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 506, + 187 + ], + "score": 1.0, + "content": "Alberto Abadie and Guido W Imbens. Matching on the estimated propensity score. Econometrica,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 184, + 206, + 197 + ], + "spans": [ + { + "bbox": [ + 116, + 184, + 206, + 197 + ], + "score": 1.0, + "content": "84(2):781–807, 2016.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 202, + 505, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "score": 1.0, + "content": "Ahmed Alaa and Mihaela van der Schaar. Limits of estimating heterogeneous treatment effects:", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 212, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 115, + 212, + 507, + 228 + ], + "score": 1.0, + "content": "Guidelines for practical algorithm design. In International Conference on Machine Learning, pp.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 225, + 181, + 236 + ], + "spans": [ + { + "bbox": [ + 116, + 225, + 181, + 236 + ], + "score": 1.0, + "content": "129–138, 2018.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 506, + 276 + ], + "lines": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "Ahmed M Alaa and Mihaela van der Schaar. Bayesian inference of individualized treatment effects", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 114, + 253, + 507, + 267 + ], + "spans": [ + { + "bbox": [ + 114, + 253, + 507, + 267 + ], + "score": 1.0, + "content": "using multi-task gaussian processes. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 265, + 192, + 276 + ], + "spans": [ + { + "bbox": [ + 116, + 265, + 192, + 276 + ], + "score": 1.0, + "content": "3424–3432, 2017.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 282, + 505, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "Muhammad Ali, Humaira Naureen, Muhammad Haseeb Tariq, Muhammad Junaid Farrukh, Abubakar", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 117, + 295, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 117, + 295, + 506, + 306 + ], + "score": 1.0, + "content": "Usman, Shahana Khattak, and Hina Ahsan. Rational use of antibiotics in an intensive care unit:", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 114, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "a retrospective study of the impact on clinical outcomes and mortality rate. Infection and Drug", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 316, + 221, + 328 + ], + "spans": [ + { + "bbox": [ + 115, + 316, + 221, + 328 + ], + "score": 1.0, + "content": "Resistance, 12:493, 2019.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 504, + 356 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "score": 1.0, + "content": "Elja Arjas and Jan Parner. Causal reasoning from longitudinal data. Scandinavian Journal of Statistics,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 344, + 206, + 357 + ], + "spans": [ + { + "bbox": [ + 115, + 344, + 206, + 357 + ], + "score": 1.0, + "content": "31(2):171–187, 2004.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 107, + 363, + 504, + 386 + ], + "lines": [ + { + "bbox": [ + 105, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "Onur Atan, William R Zame, and Mihaela van der Schaar. Learning optimal policies from observa-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 374, + 469, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 469, + 387 + ], + "score": 1.0, + "content": "tional data. International Conference on Machine Learning CausalML workshop, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 503, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "Peter C Austin. An introduction to propensity score methods for reducing the effects of confounding", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 403, + 442, + 415 + ], + "spans": [ + { + "bbox": [ + 117, + 403, + 442, + 415 + ], + "score": 1.0, + "content": "in observational studies. Multivariate behavioral research, 46(3):399–424, 2011.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 506, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "Helmut Bartsch, Heike Dally, Odilia Popanda, Angela Risch, and Peter Schmezer. Genetic risk", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "profiles for cancer susceptibility and therapy response. In Cancer Prevention, pp. 19–36. Springer,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 114, + 442, + 143, + 456 + ], + "spans": [ + { + "bbox": [ + 114, + 442, + 143, + 456 + ], + "score": 1.0, + "content": "2007.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 503, + 484 + ], + "lines": [ + { + "bbox": [ + 106, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "Shai Ben-David, John Blitzer, Koby Crammer, and Fernando Pereira. Analysis of representations for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 472, + 497, + 485 + ], + "spans": [ + { + "bbox": [ + 115, + 472, + 497, + 485 + ], + "score": 1.0, + "content": "domain adaptation. In Advances in neural information processing systems, pp. 137–144, 2007.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 106, + 490, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 489, + 507, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 507, + 504 + ], + "score": 1.0, + "content": "Y Bengio, A Courville, and P Vincent. Representation learning: a review and new perspectives. arxiv.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 501, + 161, + 514 + ], + "spans": [ + { + "bbox": [ + 114, + 501, + 161, + 514 + ], + "score": 1.0, + "content": "org. 2012.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 505, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 532 + ], + "score": 1.0, + "content": "CM Booth and IF Tannock. Randomised controlled trials and population-based observational research:", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 480, + 543 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 480, + 543 + ], + "score": 1.0, + "content": "partners in the evolution of medical evidence. British journal of cancer, 110(3):551, 2014.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 548, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "Liesbet De Bus, Bram Gadeyne, Johan Steen, Jerina Boelens, Geert Claeys, Dominique Benoit, Jan", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 560, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 116, + 560, + 506, + 572 + ], + "score": 1.0, + "content": "De Waele, Johan Decruyenaere, and Pieter Depuydt. A complete and multifaceted overview of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 571, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 116, + 571, + 505, + 584 + ], + "score": 1.0, + "content": "antibiotic use and infection diagnosis in the intensive care unit: results from a prospective four-year", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 583, + 294, + 594 + ], + "spans": [ + { + "bbox": [ + 115, + 583, + 294, + 594 + ], + "score": 1.0, + "content": "registration. Critical Care, 22(1):241, 2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 504, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 597, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 615 + ], + "score": 1.0, + "content": "Shayan Doroudi, Philip S Thomas, and Emma Brunskill. Importance sampling for fair policy", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 610, + 269, + 623 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 269, + 623 + ], + "score": 1.0, + "content": "selection. Grantee Submission, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 503, + 652 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 642 + ], + "score": 1.0, + "content": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 640, + 496, + 654 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 496, + 654 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 109, + 658, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 505, + 672 + ], + "score": 1.0, + "content": "Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 669, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 506, + 682 + ], + "score": 1.0, + "content": "Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 394, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 394, + 693 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 17(1):2096–2030, 2016.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Changran Geng, Harald Paganetti, and Clemens Grassberger. Prediction of treatment response", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "for combined chemo-and radiation therapy for non-small cell lung cancer patients using a bio-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 351, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 351, + 732 + ], + "score": 1.0, + "content": "mathematical model. Scientific reports, 7(1):13542, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44 + } + ], + "page_idx": 9, + "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": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 218, + 93 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 219, + 96 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 219, + 96 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 505, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "score": 1.0, + "content": "We would like to thank the reviewers for their valuable feedback. The research presented in this paper", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "was supported by The Alan Turing Institute, under the EPSRC grant EP/N510129/1 and by the US", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 127, + 242, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 242, + 140 + ], + "score": 1.0, + "content": "Office of Naval Research (ONR).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 104, + 506, + 140 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 155, + 176, + 167 + ], + "lines": [ + { + "bbox": [ + 106, + 155, + 176, + 169 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 176, + 169 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 173, + 505, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 506, + 187 + ], + "score": 1.0, + "content": "Alberto Abadie and Guido W Imbens. Matching on the estimated propensity score. Econometrica,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 184, + 206, + 197 + ], + "spans": [ + { + "bbox": [ + 116, + 184, + 206, + 197 + ], + "score": 1.0, + "content": "84(2):781–807, 2016.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 172, + 506, + 197 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 202, + 505, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 506, + 216 + ], + "score": 1.0, + "content": "Ahmed Alaa and Mihaela van der Schaar. Limits of estimating heterogeneous treatment effects:", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 212, + 507, + 228 + ], + "spans": [ + { + "bbox": [ + 115, + 212, + 507, + 228 + ], + "score": 1.0, + "content": "Guidelines for practical algorithm design. In International Conference on Machine Learning, pp.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 225, + 181, + 236 + ], + "spans": [ + { + "bbox": [ + 116, + 225, + 181, + 236 + ], + "score": 1.0, + "content": "129–138, 2018.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 201, + 507, + 236 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 506, + 276 + ], + "lines": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "Ahmed M Alaa and Mihaela van der Schaar. Bayesian inference of individualized treatment effects", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 114, + 253, + 507, + 267 + ], + "spans": [ + { + "bbox": [ + 114, + 253, + 507, + 267 + ], + "score": 1.0, + "content": "using multi-task gaussian processes. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 265, + 192, + 276 + ], + "spans": [ + { + "bbox": [ + 116, + 265, + 192, + 276 + ], + "score": 1.0, + "content": "3424–3432, 2017.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 243, + 507, + 276 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 282, + 505, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "Muhammad Ali, Humaira Naureen, Muhammad Haseeb Tariq, Muhammad Junaid Farrukh, Abubakar", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 117, + 295, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 117, + 295, + 506, + 306 + ], + "score": 1.0, + "content": "Usman, Shahana Khattak, and Hina Ahsan. Rational use of antibiotics in an intensive care unit:", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 114, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "a retrospective study of the impact on clinical outcomes and mortality rate. Infection and Drug", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 316, + 221, + 328 + ], + "spans": [ + { + "bbox": [ + 115, + 316, + 221, + 328 + ], + "score": 1.0, + "content": "Resistance, 12:493, 2019.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 106, + 283, + 506, + 328 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 334, + 504, + 356 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 507, + 347 + ], + "score": 1.0, + "content": "Elja Arjas and Jan Parner. Causal reasoning from longitudinal data. Scandinavian Journal of Statistics,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 344, + 206, + 357 + ], + "spans": [ + { + "bbox": [ + 115, + 344, + 206, + 357 + ], + "score": 1.0, + "content": "31(2):171–187, 2004.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 333, + 507, + 357 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 363, + 504, + 386 + ], + "lines": [ + { + "bbox": [ + 105, + 362, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 362, + 505, + 376 + ], + "score": 1.0, + "content": "Onur Atan, William R Zame, and Mihaela van der Schaar. Learning optimal policies from observa-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 374, + 469, + 387 + ], + "spans": [ + { + "bbox": [ + 116, + 374, + 469, + 387 + ], + "score": 1.0, + "content": "tional data. International Conference on Machine Learning CausalML workshop, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 362, + 505, + 387 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 392, + 503, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "Peter C Austin. An introduction to propensity score methods for reducing the effects of confounding", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 117, + 403, + 442, + 415 + ], + "spans": [ + { + "bbox": [ + 117, + 403, + 442, + 415 + ], + "score": 1.0, + "content": "in observational studies. Multivariate behavioral research, 46(3):399–424, 2011.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 390, + 505, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 506, + 455 + ], + "lines": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "Helmut Bartsch, Heike Dally, Odilia Popanda, Angela Risch, and Peter Schmezer. Genetic risk", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 115, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "profiles for cancer susceptibility and therapy response. In Cancer Prevention, pp. 19–36. Springer,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 114, + 442, + 143, + 456 + ], + "spans": [ + { + "bbox": [ + 114, + 442, + 143, + 456 + ], + "score": 1.0, + "content": "2007.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 106, + 421, + 506, + 456 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 503, + 484 + ], + "lines": [ + { + "bbox": [ + 106, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 106, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "Shai Ben-David, John Blitzer, Koby Crammer, and Fernando Pereira. Analysis of representations for", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 472, + 497, + 485 + ], + "spans": [ + { + "bbox": [ + 115, + 472, + 497, + 485 + ], + "score": 1.0, + "content": "domain adaptation. In Advances in neural information processing systems, pp. 137–144, 2007.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 106, + 461, + 505, + 485 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 490, + 505, + 513 + ], + "lines": [ + { + "bbox": [ + 106, + 489, + 507, + 504 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 507, + 504 + ], + "score": 1.0, + "content": "Y Bengio, A Courville, and P Vincent. Representation learning: a review and new perspectives. arxiv.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 501, + 161, + 514 + ], + "spans": [ + { + "bbox": [ + 114, + 501, + 161, + 514 + ], + "score": 1.0, + "content": "org. 2012.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5, + "bbox_fs": [ + 106, + 489, + 507, + 514 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 519, + 505, + 543 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 506, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 506, + 532 + ], + "score": 1.0, + "content": "CM Booth and IF Tannock. Randomised controlled trials and population-based observational research:", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 531, + 480, + 543 + ], + "spans": [ + { + "bbox": [ + 115, + 531, + 480, + 543 + ], + "score": 1.0, + "content": "partners in the evolution of medical evidence. British journal of cancer, 110(3):551, 2014.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 519, + 506, + 543 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 548, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "Liesbet De Bus, Bram Gadeyne, Johan Steen, Jerina Boelens, Geert Claeys, Dominique Benoit, Jan", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 560, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 116, + 560, + 506, + 572 + ], + "score": 1.0, + "content": "De Waele, Johan Decruyenaere, and Pieter Depuydt. A complete and multifaceted overview of", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 571, + 505, + 584 + ], + "spans": [ + { + "bbox": [ + 116, + 571, + 505, + 584 + ], + "score": 1.0, + "content": "antibiotic use and infection diagnosis in the intensive care unit: results from a prospective four-year", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 583, + 294, + 594 + ], + "spans": [ + { + "bbox": [ + 115, + 583, + 294, + 594 + ], + "score": 1.0, + "content": "registration. Critical Care, 22(1):241, 2018.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 549, + 506, + 594 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 504, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 597, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 505, + 615 + ], + "score": 1.0, + "content": "Shayan Doroudi, Philip S Thomas, and Emma Brunskill. Importance sampling for fair policy", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 610, + 269, + 623 + ], + "spans": [ + { + "bbox": [ + 115, + 610, + 269, + 623 + ], + "score": 1.0, + "content": "selection. Grantee Submission, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 597, + 505, + 623 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 503, + 652 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 642 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 642 + ], + "score": 1.0, + "content": "Yarin Gal and Zoubin Ghahramani. A theoretically grounded application of dropout in recurrent", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 640, + 496, + 654 + ], + "spans": [ + { + "bbox": [ + 115, + 640, + 496, + 654 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pp. 1019–1027, 2016.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 106, + 628, + 505, + 654 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 658, + 505, + 692 + ], + "lines": [ + { + "bbox": [ + 106, + 657, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 106, + 657, + 505, + 672 + ], + "score": 1.0, + "content": "Yaroslav Ganin, Evgeniya Ustinova, Hana Ajakan, Pascal Germain, Hugo Larochelle, François", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 669, + 506, + 682 + ], + "spans": [ + { + "bbox": [ + 115, + 669, + 506, + 682 + ], + "score": 1.0, + "content": "Laviolette, Mario Marchand, and Victor Lempitsky. Domain-adversarial training of neural networks.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 680, + 394, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 680, + 394, + 693 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 17(1):2096–2030, 2016.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 106, + 657, + 506, + 693 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Changran Geng, Harald Paganetti, and Clemens Grassberger. Prediction of treatment response", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 115, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "for combined chemo-and radiation therapy for non-small cell lung cancer patients using a bio-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 720, + 351, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 720, + 351, + 732 + ], + "score": 1.0, + "content": "mathematical model. Scientific reports, 7(1):13542, 2017.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 698, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "Zhaohan Guo, Philip S Thomas, and Emma Brunskill. Using options and covariance testing for long", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 506, + 108 + ], + "score": 1.0, + "content": "horizon off-policy policy evaluation. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 192, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 192, + 116 + ], + "score": 1.0, + "content": "2492–2501, 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 123, + 506, + 157 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "Assaf Hallak, François Schnitzler, Timothy Mann, and Shie Mannor. Off-policy model-based", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 149 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 149 + ], + "score": 1.0, + "content": "learning under unknown factored dynamics. In International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 196, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 196, + 158 + ], + "score": 1.0, + "content": "pp. 711–719, 2015.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "Miguel A Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 176, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 176, + 507, + 189 + ], + "score": 1.0, + "content": "the joint causal effect of nonrandomized treatments. Journal of the American Statistical Association,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 187, + 216, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 216, + 199 + ], + "score": 1.0, + "content": "96(454):440–448, 2001.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 206, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "score": 1.0, + "content": "Miguel Ángel Hernán, Babette Brumback, and James M Robins. Marginal structural models to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 216, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 115, + 216, + 507, + 232 + ], + "score": 1.0, + "content": "estimate the causal effect of zidovudine on the survival of hiv-positive men. Epidemiology, pp.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 229, + 181, + 240 + ], + "spans": [ + { + "bbox": [ + 116, + 229, + 181, + 240 + ], + "score": 1.0, + "content": "561–570, 2000.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 504, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 506, + 262 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 259, + 191, + 271 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 191, + 271 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 108, + 278, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 106, + 277, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 292 + ], + "score": 1.0, + "content": "William Hoiles and Mihaela Van Der Schaar. A non-parametric learning method for confidently", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 288, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 115, + 288, + 505, + 303 + ], + "score": 1.0, + "content": "estimating patient’s clinical state and dynamics. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 301, + 243, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 301, + 243, + 312 + ], + "score": 1.0, + "content": "Systems, pp. 2020–2028, 2016.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 319, + 505, + 354 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "Chanelle J Howe, Stephen R Cole, Shruti H Mehta, and Gregory D Kirk. Estimating the effects", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 330, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 115, + 330, + 507, + 344 + ], + "score": 1.0, + "content": "of multiple time-varying exposures using joint marginal structural models: alcohol consumption,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 342, + 486, + 355 + ], + "spans": [ + { + "bbox": [ + 116, + 342, + 486, + 355 + ], + "score": 1.0, + "content": "injection drug use, and hiv acquisition. Epidemiology (Cambridge, Mass.), 23(4):574, 2012.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 361, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 106, + 361, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 374 + ], + "score": 1.0, + "content": "Kosuke Imai and Marc Ratkovic. Covariate balancing propensity score. Journal of the Royal", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 372, + 425, + 385 + ], + "spans": [ + { + "bbox": [ + 115, + 372, + 425, + 385 + ], + "score": 1.0, + "content": "Statistical Society: Series B (Statistical Methodology), 76(1):243–263, 2014.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 107, + 391, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "Kosuke Imai and David A Van Dyk. Causal inference with general treatment regimes: Generalizing", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 403, + 495, + 415 + ], + "spans": [ + { + "bbox": [ + 116, + 403, + 495, + 415 + ], + "score": 1.0, + "content": "the propensity score. Journal of the American Statistical Association, 99(467):854–866, 2004.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 504, + 445 + ], + "lines": [ + { + "bbox": [ + 105, + 420, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 437 + ], + "score": 1.0, + "content": "Nan Jiang and Lihong Li. Doubly robust off-policy value evaluation for reinforcement learning.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 433, + 279, + 445 + ], + "spans": [ + { + "bbox": [ + 116, + 433, + 279, + 445 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1511.03722, 2015.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 503, + 476 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "Fredrik Johansson, Uri Shalit, and David Sontag. Learning representations for counterfactual", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 463, + 448, + 477 + ], + "spans": [ + { + "bbox": [ + 115, + 463, + 448, + 477 + ], + "score": 1.0, + "content": "inference. In International conference on machine learning, pp. 3020–3029, 2016.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 107, + 482, + 505, + 517 + ], + "lines": [ + { + "bbox": [ + 106, + 483, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 505, + 495 + ], + "score": 1.0, + "content": "Alistair EW Johnson, Tom J Pollard, Lu Shen, H Lehman Li-wei, Mengling Feng, Mohammad", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 493, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 115, + 493, + 506, + 507 + ], + "score": 1.0, + "content": "Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 504, + 404, + 518 + ], + "spans": [ + { + "bbox": [ + 116, + 504, + 404, + 518 + ], + "score": 1.0, + "content": "freely accessible critical care database. Scientific data, 3:160035, 2016.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 524, + 506, + 558 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "score": 1.0, + "content": "Daniel Kifer, Shai Ben-David, and Johannes Gehrke. Detecting change in data streams. In Proceedings", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 535, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 116, + 535, + 505, + 547 + ], + "score": 1.0, + "content": "of the Thirtieth international conference on Very large data bases-Volume 30, pp. 180–191. VLDB", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 546, + 194, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 194, + 558 + ], + "score": 1.0, + "content": "Endowment, 2004.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 577, + 214, + 587 + ], + "spans": [ + { + "bbox": [ + 116, + 577, + 214, + 587 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 104, + 596, + 504, + 620 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "Sheng Li and Yun Fu. Matching on balanced nonlinear representations for treatment effects estimation.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 607, + 421, + 619 + ], + "spans": [ + { + "bbox": [ + 115, + 607, + 421, + 619 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 929–939, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 109, + 626, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "Ya Li, Xinmei Tian, Mingming Gong, Yajing Liu, Tongliang Liu, Kun Zhang, and Dacheng Tao.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 637, + 504, + 650 + ], + "spans": [ + { + "bbox": [ + 116, + 637, + 504, + 650 + ], + "score": 1.0, + "content": "Deep domain generalization via conditional invariant adversarial networks. In Proceedings of the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 648, + 404, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 404, + 662 + ], + "score": 1.0, + "content": "European Conference on Computer Vision (ECCV), pp. 624–639, 2018.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 668, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "Bryan Lim, Ahmed Alaa, and Mihaela van der Schaar. Forecasting treatment responses over time", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 678, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 693 + ], + "score": 1.0, + "content": "using recurrent marginal structural networks. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 690, + 243, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 243, + 703 + ], + "score": 1.0, + "content": "Systems, pp. 7493–7503, 2018.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "Judith J Lok et al. Statistical modeling of causal effects in continuous time. The Annals of Statistics,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 721, + 215, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 215, + 732 + ], + "score": 1.0, + "content": "36(3):1464–1507, 2008.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5 + } + ], + "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, + 309, + 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": [ + 106, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "Zhaohan Guo, Philip S Thomas, and Emma Brunskill. Using options and covariance testing for long", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 92, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 115, + 92, + 506, + 108 + ], + "score": 1.0, + "content": "horizon off-policy policy evaluation. In Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 192, + 116 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 192, + 116 + ], + "score": 1.0, + "content": "2492–2501, 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 506, + 116 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 123, + 506, + 157 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "Assaf Hallak, François Schnitzler, Timothy Mann, and Shie Mannor. Off-policy model-based", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 134, + 507, + 149 + ], + "spans": [ + { + "bbox": [ + 115, + 134, + 507, + 149 + ], + "score": 1.0, + "content": "learning under unknown factored dynamics. In International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 196, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 196, + 158 + ], + "score": 1.0, + "content": "pp. 711–719, 2015.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 124, + 507, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 165, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 177 + ], + "score": 1.0, + "content": "Miguel A Hernán, Babette Brumback, and James M Robins. Marginal structural models to estimate", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 116, + 176, + 507, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 176, + 507, + 189 + ], + "score": 1.0, + "content": "the joint causal effect of nonrandomized treatments. Journal of the American Statistical Association,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 187, + 216, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 216, + 199 + ], + "score": 1.0, + "content": "96(454):440–448, 2001.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 165, + 507, + 199 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 206, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "score": 1.0, + "content": "Miguel Ángel Hernán, Babette Brumback, and James M Robins. Marginal structural models to", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 216, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 115, + 216, + 507, + 232 + ], + "score": 1.0, + "content": "estimate the causal effect of zidovudine on the survival of hiv-positive men. Epidemiology, pp.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 229, + 181, + 240 + ], + "spans": [ + { + "bbox": [ + 116, + 229, + 181, + 240 + ], + "score": 1.0, + "content": "561–570, 2000.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 205, + 507, + 240 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 504, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 506, + 262 + ], + "score": 1.0, + "content": "Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 259, + 191, + 271 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 191, + 271 + ], + "score": 1.0, + "content": "1735–1780, 1997.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 106, + 247, + 506, + 271 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 278, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 106, + 277, + 505, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 277, + 505, + 292 + ], + "score": 1.0, + "content": "William Hoiles and Mihaela Van Der Schaar. A non-parametric learning method for confidently", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 288, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 115, + 288, + 505, + 303 + ], + "score": 1.0, + "content": "estimating patient’s clinical state and dynamics. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 301, + 243, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 301, + 243, + 312 + ], + "score": 1.0, + "content": "Systems, pp. 2020–2028, 2016.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 277, + 505, + 312 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 319, + 505, + 354 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "Chanelle J Howe, Stephen R Cole, Shruti H Mehta, and Gregory D Kirk. Estimating the effects", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 330, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 115, + 330, + 507, + 344 + ], + "score": 1.0, + "content": "of multiple time-varying exposures using joint marginal structural models: alcohol consumption,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 116, + 342, + 486, + 355 + ], + "spans": [ + { + "bbox": [ + 116, + 342, + 486, + 355 + ], + "score": 1.0, + "content": "injection drug use, and hiv acquisition. Epidemiology (Cambridge, Mass.), 23(4):574, 2012.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 319, + 507, + 355 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 361, + 505, + 384 + ], + "lines": [ + { + "bbox": [ + 106, + 361, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 374 + ], + "score": 1.0, + "content": "Kosuke Imai and Marc Ratkovic. Covariate balancing propensity score. Journal of the Royal", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 372, + 425, + 385 + ], + "spans": [ + { + "bbox": [ + 115, + 372, + 425, + 385 + ], + "score": 1.0, + "content": "Statistical Society: Series B (Statistical Methodology), 76(1):243–263, 2014.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 106, + 361, + 505, + 385 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 391, + 504, + 415 + ], + "lines": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "Kosuke Imai and David A Van Dyk. Causal inference with general treatment regimes: Generalizing", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 403, + 495, + 415 + ], + "spans": [ + { + "bbox": [ + 116, + 403, + 495, + 415 + ], + "score": 1.0, + "content": "the propensity score. Journal of the American Statistical Association, 99(467):854–866, 2004.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 390, + 505, + 415 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 421, + 504, + 445 + ], + "lines": [ + { + "bbox": [ + 105, + 420, + 505, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 505, + 437 + ], + "score": 1.0, + "content": "Nan Jiang and Lihong Li. Doubly robust off-policy value evaluation for reinforcement learning.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 433, + 279, + 445 + ], + "spans": [ + { + "bbox": [ + 116, + 433, + 279, + 445 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1511.03722, 2015.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 420, + 505, + 445 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 503, + 476 + ], + "lines": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 452, + 505, + 465 + ], + "score": 1.0, + "content": "Fredrik Johansson, Uri Shalit, and David Sontag. Learning representations for counterfactual", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 115, + 463, + 448, + 477 + ], + "spans": [ + { + "bbox": [ + 115, + 463, + 448, + 477 + ], + "score": 1.0, + "content": "inference. In International conference on machine learning, pp. 3020–3029, 2016.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 106, + 452, + 505, + 477 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 482, + 505, + 517 + ], + "lines": [ + { + "bbox": [ + 106, + 483, + 505, + 495 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 505, + 495 + ], + "score": 1.0, + "content": "Alistair EW Johnson, Tom J Pollard, Lu Shen, H Lehman Li-wei, Mengling Feng, Mohammad", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 493, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 115, + 493, + 506, + 507 + ], + "score": 1.0, + "content": "Ghassemi, Benjamin Moody, Peter Szolovits, Leo Anthony Celi, and Roger G Mark. Mimic-iii, a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 504, + 404, + 518 + ], + "spans": [ + { + "bbox": [ + 116, + 504, + 404, + 518 + ], + "score": 1.0, + "content": "freely accessible critical care database. Scientific data, 3:160035, 2016.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 483, + 506, + 518 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 524, + 506, + 558 + ], + "lines": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 523, + 505, + 538 + ], + "score": 1.0, + "content": "Daniel Kifer, Shai Ben-David, and Johannes Gehrke. Detecting change in data streams. In Proceedings", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 535, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 116, + 535, + 505, + 547 + ], + "score": 1.0, + "content": "of the Thirtieth international conference on Very large data bases-Volume 30, pp. 180–191. VLDB", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 116, + 546, + 194, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 194, + 558 + ], + "score": 1.0, + "content": "Endowment, 2004.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 523, + 505, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 565, + 505, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 505, + 579 + ], + "score": 1.0, + "content": "Diederik P Kingma and Jimmy Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 577, + 214, + 587 + ], + "spans": [ + { + "bbox": [ + 116, + 577, + 214, + 587 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 564, + 505, + 587 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 596, + 504, + 620 + ], + "lines": [ + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 596, + 506, + 609 + ], + "score": 1.0, + "content": "Sheng Li and Yun Fu. Matching on balanced nonlinear representations for treatment effects estimation.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 607, + 421, + 619 + ], + "spans": [ + { + "bbox": [ + 115, + 607, + 421, + 619 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 929–939, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 106, + 596, + 506, + 619 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 626, + 505, + 661 + ], + "lines": [ + { + "bbox": [ + 106, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "Ya Li, Xinmei Tian, Mingming Gong, Yajing Liu, Tongliang Liu, Kun Zhang, and Dacheng Tao.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 637, + 504, + 650 + ], + "spans": [ + { + "bbox": [ + 116, + 637, + 504, + 650 + ], + "score": 1.0, + "content": "Deep domain generalization via conditional invariant adversarial networks. In Proceedings of the", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 115, + 648, + 404, + 662 + ], + "spans": [ + { + "bbox": [ + 115, + 648, + 404, + 662 + ], + "score": 1.0, + "content": "European Conference on Computer Vision (ECCV), pp. 624–639, 2018.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39, + "bbox_fs": [ + 106, + 626, + 506, + 662 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 668, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 106, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "Bryan Lim, Ahmed Alaa, and Mihaela van der Schaar. Forecasting treatment responses over time", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 678, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 505, + 693 + ], + "score": 1.0, + "content": "using recurrent marginal structural networks. In Advances in Neural Information Processing", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 690, + 243, + 703 + ], + "spans": [ + { + "bbox": [ + 115, + 690, + 243, + 703 + ], + "score": 1.0, + "content": "Systems, pp. 7493–7503, 2018.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 106, + 667, + 505, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "Judith J Lok et al. Statistical modeling of causal effects in continuous time. The Annals of Statistics,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 721, + 215, + 732 + ], + "spans": [ + { + "bbox": [ + 116, + 721, + 215, + 732 + ], + "score": 1.0, + "content": "36(3):1464–1507, 2008.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 708, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "score": 1.0, + "content": "Mohammad Ali Mansournia, Goodarz Danaei, Mohammad Hossein Forouzanfar, Mahmood Mah-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "moodi, Mohsen Jamali, Nasrin Mansournia, and Kazem Mohammad. Effect of physical activity", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "on functional performance and knee pain in patients with osteoarthritis: analysis with marginal", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 116, + 331, + 127 + ], + "spans": [ + { + "bbox": [ + 116, + 116, + 331, + 127 + ], + "score": 1.0, + "content": "structural models. Epidemiology, pp. 631–640, 2012.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 108, + 135, + 504, + 158 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 506, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 506, + 148 + ], + "score": 1.0, + "content": "Mohammad Ali Mansournia, Mahyar Etminan, Goodarz Danaei, Jay S Kaufman, and Gary Collins.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 457, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 457, + 158 + ], + "score": 1.0, + "content": "Handling time varying confounding in observational research. bmj, 359:j4587, 2017.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "Kathleen M Mortimer, Romain Neugebauer, Mark Van Der Laan, and Ira B Tager. An application of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 177, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 115, + 177, + 505, + 189 + ], + "score": 1.0, + "content": "model-fitting procedures for marginal structural models. American Journal of Epidemiology, 162", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 187, + 195, + 199 + ], + "spans": [ + { + "bbox": [ + 115, + 187, + 195, + 199 + ], + "score": 1.0, + "content": "(4):382–388, 2005.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 206, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 106, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 505, + 219 + ], + "score": 1.0, + "content": "Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 218, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 115, + 218, + 507, + 232 + ], + "score": 1.0, + "content": "training for long or event-based sequences. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 228, + 207, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 207, + 241 + ], + "score": 1.0, + "content": "pp. 3882–3890, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 105, + 248, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 105, + 248, + 504, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 504, + 262 + ], + "score": 1.0, + "content": "Jersey Neyman. Sur les applications de la théorie des probabilités aux experiences agricoles: Essai", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 259, + 346, + 272 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 346, + 272 + ], + "score": 1.0, + "content": "des principes. Roczniki Nauk Rolniczych, 10:1–51, 1923.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 278, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 106, + 278, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 506, + 292 + ], + "score": 1.0, + "content": "Cosmin Paduraru, Doina Precup, Joelle Pineau, and Gheorghe Com ˘ anici. An empirical analysis ˘", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 289, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 115, + 289, + 506, + 304 + ], + "score": 1.0, + "content": "of off-policy learning in discrete mdps. In European Workshop on Reinforcement Learning, pp.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 299, + 177, + 313 + ], + "spans": [ + { + "bbox": [ + 116, + 299, + 177, + 313 + ], + "score": 1.0, + "content": "89–102, 2013.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 105, + 320, + 494, + 333 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 493, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 493, + 332 + ], + "score": 1.0, + "content": "Judea Pearl et al. Causal inference in statistics: An overview. Statistics surveys, 3:96–146, 2009.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 105, + 340, + 504, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 338, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 505, + 353 + ], + "score": 1.0, + "content": "Robert W Platt, Enrique F Schisterman, and Stephen R Cole. Time-modified confounding. American", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 114, + 351, + 311, + 364 + ], + "spans": [ + { + "bbox": [ + 114, + 351, + 311, + 364 + ], + "score": 1.0, + "content": "journal of epidemiology, 170(6):687–694, 2009.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 105, + 370, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 369, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 385 + ], + "score": 1.0, + "content": "Doina Precup. Eligibility traces for off-policy policy evaluation. Computer Science Department", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 283, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 283, + 394 + ], + "score": 1.0, + "content": "Faculty Publication Series, pp. 80, 2000.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "James Robins. A new approach to causal inference in mortality studies with a sustained exposure", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 115, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "period—application to control of the healthy worker survivor effect. Mathematical modelling, 7", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 423, + 218, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 423, + 218, + 435 + ], + "score": 1.0, + "content": "(9-12):1393–1512, 1986.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 105, + 443, + 504, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "score": 1.0, + "content": "James M Robins. Correcting for non-compliance in randomized trials using structural nested mean", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 454, + 456, + 466 + ], + "spans": [ + { + "bbox": [ + 115, + 454, + 456, + 466 + ], + "score": 1.0, + "content": "models. Communications in Statistics-Theory and methods, 23(8):2379–2412, 1994.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 473, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 487 + ], + "score": 1.0, + "content": "James M Robins. Association, causation, and marginal structural models. Synthese, 121(1):151–179,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 483, + 142, + 497 + ], + "spans": [ + { + "bbox": [ + 114, + 483, + 142, + 497 + ], + "score": 1.0, + "content": "1999.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 504, + 504, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 518 + ], + "score": 1.0, + "content": "James M Robins and Miguel A Hernán. Estimation of the causal effects of time-varying exposures.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 515, + 421, + 528 + ], + "spans": [ + { + "bbox": [ + 116, + 515, + 421, + 528 + ], + "score": 1.0, + "content": "In Longitudinal data analysis, pp. 547–593. Chapman and Hall/CRC, 2008.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 105, + 534, + 504, + 558 + ], + "lines": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "James M Robins, Miguel Angel Hernan, and Babette Brumback. Marginal structural models and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 546, + 277, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 277, + 558 + ], + "score": 1.0, + "content": "causal inference in epidemiology, 2000.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Jason Roy, Kirsten J Lum, and Michael J Daniels. A bayesian nonparametric approach to marginal", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 577, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 116, + 577, + 506, + 589 + ], + "score": 1.0, + "content": "structural models for point treatments and a continuous or survival outcome. Biostatistics, 18(1):", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 586, + 171, + 599 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 171, + 599 + ], + "score": 1.0, + "content": "32–47, 2016.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 105, + 606, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "score": 1.0, + "content": "Donald B Rubin. Bayesian inference for causal effects: The role of randomization. The Annals of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 618, + 226, + 630 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 226, + 630 + ], + "score": 1.0, + "content": "statistics, pp. 34–58, 1978.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 105, + 637, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "score": 1.0, + "content": "Enrique F Schisterman, Stephen R Cole, and Robert W Platt. Overadjustment bias and unnecessary", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 648, + 478, + 661 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 478, + 661 + ], + "score": 1.0, + "content": "adjustment in epidemiologic studies. Epidemiology (Cambridge, Mass.), 20(4):488, 2009.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 103, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "Peter Schulam and Suchi Saria. Reliable decision support using counterfactual models. In Advances", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 679, + 380, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 380, + 691 + ], + "score": 1.0, + "content": "in Neural Information Processing Systems, pp. 1697–1708, 2017.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Alice Schoenauer Sebag, Louise Heinrich, Marc Schoenauer, Michèle Sebag, Lani Wu, and Steven", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 116, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "Altschuler. Multi-domain adversarial learning. In ICLR’19-Seventh annual International Confer-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 721, + 282, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 282, + 732 + ], + "score": 1.0, + "content": "ence on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + } + ], + "page_idx": 11, + "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": [ + 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": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "score": 1.0, + "content": "Mohammad Ali Mansournia, Goodarz Danaei, Mohammad Hossein Forouzanfar, Mahmood Mah-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "moodi, Mohsen Jamali, Nasrin Mansournia, and Kazem Mohammad. Effect of physical activity", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "on functional performance and knee pain in patients with osteoarthritis: analysis with marginal", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 116, + 331, + 127 + ], + "spans": [ + { + "bbox": [ + 116, + 116, + 331, + 127 + ], + "score": 1.0, + "content": "structural models. Epidemiology, pp. 631–640, 2012.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 106, + 82, + 506, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 135, + 504, + 158 + ], + "lines": [ + { + "bbox": [ + 106, + 134, + 506, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 134, + 506, + 148 + ], + "score": 1.0, + "content": "Mohammad Ali Mansournia, Mahyar Etminan, Goodarz Danaei, Jay S Kaufman, and Gary Collins.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 146, + 457, + 158 + ], + "spans": [ + { + "bbox": [ + 115, + 146, + 457, + 158 + ], + "score": 1.0, + "content": "Handling time varying confounding in observational research. bmj, 359:j4587, 2017.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 106, + 134, + 506, + 158 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 506, + 199 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "Kathleen M Mortimer, Romain Neugebauer, Mark Van Der Laan, and Ira B Tager. An application of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 177, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 115, + 177, + 505, + 189 + ], + "score": 1.0, + "content": "model-fitting procedures for marginal structural models. American Journal of Epidemiology, 162", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 187, + 195, + 199 + ], + "spans": [ + { + "bbox": [ + 115, + 187, + 195, + 199 + ], + "score": 1.0, + "content": "(4):382–388, 2005.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 165, + 506, + 199 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 206, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 106, + 207, + 505, + 219 + ], + "spans": [ + { + "bbox": [ + 106, + 207, + 505, + 219 + ], + "score": 1.0, + "content": "Daniel Neil, Michael Pfeiffer, and Shih-Chii Liu. Phased lstm: Accelerating recurrent network", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 218, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 115, + 218, + 507, + 232 + ], + "score": 1.0, + "content": "training for long or event-based sequences. In Advances in Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 115, + 228, + 207, + 241 + ], + "spans": [ + { + "bbox": [ + 115, + 228, + 207, + 241 + ], + "score": 1.0, + "content": "pp. 3882–3890, 2016.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 207, + 507, + 241 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 248, + 505, + 271 + ], + "lines": [ + { + "bbox": [ + 105, + 248, + 504, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 504, + 262 + ], + "score": 1.0, + "content": "Jersey Neyman. Sur les applications de la théorie des probabilités aux experiences agricoles: Essai", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 259, + 346, + 272 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 346, + 272 + ], + "score": 1.0, + "content": "des principes. Roczniki Nauk Rolniczych, 10:1–51, 1923.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 248, + 504, + 272 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 278, + 504, + 312 + ], + "lines": [ + { + "bbox": [ + 106, + 278, + 506, + 292 + ], + "spans": [ + { + "bbox": [ + 106, + 278, + 506, + 292 + ], + "score": 1.0, + "content": "Cosmin Paduraru, Doina Precup, Joelle Pineau, and Gheorghe Com ˘ anici. An empirical analysis ˘", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 289, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 115, + 289, + 506, + 304 + ], + "score": 1.0, + "content": "of off-policy learning in discrete mdps. In European Workshop on Reinforcement Learning, pp.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 299, + 177, + 313 + ], + "spans": [ + { + "bbox": [ + 116, + 299, + 177, + 313 + ], + "score": 1.0, + "content": "89–102, 2013.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15, + "bbox_fs": [ + 106, + 278, + 506, + 313 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 320, + 494, + 333 + ], + "lines": [ + { + "bbox": [ + 106, + 320, + 493, + 332 + ], + "spans": [ + { + "bbox": [ + 106, + 320, + 493, + 332 + ], + "score": 1.0, + "content": "Judea Pearl et al. Causal inference in statistics: An overview. Statistics surveys, 3:96–146, 2009.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 106, + 320, + 493, + 332 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 340, + 504, + 363 + ], + "lines": [ + { + "bbox": [ + 105, + 338, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 505, + 353 + ], + "score": 1.0, + "content": "Robert W Platt, Enrique F Schisterman, and Stephen R Cole. Time-modified confounding. American", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 114, + 351, + 311, + 364 + ], + "spans": [ + { + "bbox": [ + 114, + 351, + 311, + 364 + ], + "score": 1.0, + "content": "journal of epidemiology, 170(6):687–694, 2009.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 338, + 505, + 364 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 370, + 505, + 394 + ], + "lines": [ + { + "bbox": [ + 105, + 369, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 505, + 385 + ], + "score": 1.0, + "content": "Doina Precup. Eligibility traces for off-policy policy evaluation. Computer Science Department", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 115, + 381, + 283, + 394 + ], + "spans": [ + { + "bbox": [ + 115, + 381, + 283, + 394 + ], + "score": 1.0, + "content": "Faculty Publication Series, pp. 80, 2000.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 369, + 505, + 394 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 435 + ], + "lines": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "James Robins. A new approach to causal inference in mortality studies with a sustained exposure", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 412, + 505, + 425 + ], + "spans": [ + { + "bbox": [ + 115, + 412, + 505, + 425 + ], + "score": 1.0, + "content": "period—application to control of the healthy worker survivor effect. Mathematical modelling, 7", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 116, + 423, + 218, + 435 + ], + "spans": [ + { + "bbox": [ + 116, + 423, + 218, + 435 + ], + "score": 1.0, + "content": "(9-12):1393–1512, 1986.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 400, + 505, + 435 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 443, + 504, + 466 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 505, + 456 + ], + "score": 1.0, + "content": "James M Robins. Correcting for non-compliance in randomized trials using structural nested mean", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 454, + 456, + 466 + ], + "spans": [ + { + "bbox": [ + 115, + 454, + 456, + 466 + ], + "score": 1.0, + "content": "models. Communications in Statistics-Theory and methods, 23(8):2379–2412, 1994.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 442, + 505, + 466 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 473, + 505, + 496 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 506, + 487 + ], + "score": 1.0, + "content": "James M Robins. Association, causation, and marginal structural models. Synthese, 121(1):151–179,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 114, + 483, + 142, + 497 + ], + "spans": [ + { + "bbox": [ + 114, + 483, + 142, + 497 + ], + "score": 1.0, + "content": "1999.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 472, + 506, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 504, + 504, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 503, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 505, + 518 + ], + "score": 1.0, + "content": "James M Robins and Miguel A Hernán. Estimation of the causal effects of time-varying exposures.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 515, + 421, + 528 + ], + "spans": [ + { + "bbox": [ + 116, + 515, + 421, + 528 + ], + "score": 1.0, + "content": "In Longitudinal data analysis, pp. 547–593. Chapman and Hall/CRC, 2008.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 503, + 505, + 528 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 534, + 504, + 558 + ], + "lines": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "James M Robins, Miguel Angel Hernan, and Babette Brumback. Marginal structural models and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 116, + 546, + 277, + 558 + ], + "spans": [ + { + "bbox": [ + 116, + 546, + 277, + 558 + ], + "score": 1.0, + "content": "causal inference in epidemiology, 2000.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 106, + 534, + 505, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 564, + 505, + 599 + ], + "lines": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 565, + 505, + 578 + ], + "score": 1.0, + "content": "Jason Roy, Kirsten J Lum, and Michael J Daniels. A bayesian nonparametric approach to marginal", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 577, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 116, + 577, + 506, + 589 + ], + "score": 1.0, + "content": "structural models for point treatments and a continuous or survival outcome. Biostatistics, 18(1):", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 116, + 586, + 171, + 599 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 171, + 599 + ], + "score": 1.0, + "content": "32–47, 2016.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 565, + 506, + 599 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 606, + 505, + 630 + ], + "lines": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 506, + 620 + ], + "score": 1.0, + "content": "Donald B Rubin. Bayesian inference for causal effects: The role of randomization. The Annals of", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 618, + 226, + 630 + ], + "spans": [ + { + "bbox": [ + 115, + 618, + 226, + 630 + ], + "score": 1.0, + "content": "statistics, pp. 34–58, 1978.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 605, + 506, + 630 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 637, + 504, + 660 + ], + "lines": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 505, + 651 + ], + "score": 1.0, + "content": "Enrique F Schisterman, Stephen R Cole, and Robert W Platt. Overadjustment bias and unnecessary", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 648, + 478, + 661 + ], + "spans": [ + { + "bbox": [ + 116, + 648, + 478, + 661 + ], + "score": 1.0, + "content": "adjustment in epidemiologic studies. Epidemiology (Cambridge, Mass.), 20(4):488, 2009.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 636, + 505, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 668, + 504, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 667, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 505, + 681 + ], + "score": 1.0, + "content": "Peter Schulam and Suchi Saria. Reliable decision support using counterfactual models. In Advances", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 679, + 380, + 691 + ], + "spans": [ + { + "bbox": [ + 115, + 679, + 380, + 691 + ], + "score": 1.0, + "content": "in Neural Information Processing Systems, pp. 1697–1708, 2017.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 667, + 505, + 691 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "Alice Schoenauer Sebag, Louise Heinrich, Marc Schoenauer, Michèle Sebag, Lani Wu, and Steven", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 710, + 506, + 721 + ], + "spans": [ + { + "bbox": [ + 116, + 710, + 506, + 721 + ], + "score": 1.0, + "content": "Altschuler. Multi-domain adversarial learning. In ICLR’19-Seventh annual International Confer-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 721, + 282, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 721, + 282, + 732 + ], + "score": 1.0, + "content": "ence on Learning Representations, 2019.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 698, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 117 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Uri Shalit, Fredrik D Johansson, and David Sontag. Estimating individual treatment effect: general-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "ization bounds and algorithms. In Proceedings of the 34th International Conference on Machine", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 341, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 341, + 117 + ], + "score": 1.0, + "content": "Learning-Volume 70, pp. 3076–3085. JMLR. org, 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Hossein Soleimani, Adarsh Subbaswamy, and Suchi Saria. Treatment-response models for coun-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 505, + 147 + ], + "score": 1.0, + "content": "terfactual reasoning with continuous-time, continuous-valued interventions. arXiv preprint", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 220, + 156 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 220, + 156 + ], + "score": 1.0, + "content": "arXiv:1704.02038, 2017.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 506, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "Adith Swaminathan and Thorsten Joachims. Batch learning from logged bandit feedback through", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 175, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 115, + 175, + 506, + 187 + ], + "score": 1.0, + "content": "counterfactual risk minimization. Journal of Machine Learning Research, 16(1):1731–1755,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 114, + 184, + 147, + 198 + ], + "spans": [ + { + "bbox": [ + 114, + 184, + 147, + 198 + ], + "score": 1.0, + "content": "2015a.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 502, + 228 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 504, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 504, + 218 + ], + "score": 1.0, + "content": "Adith Swaminathan and Thorsten Joachims. The self-normalized estimator for counterfactual learning.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 430, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 430, + 229 + ], + "score": 1.0, + "content": "In advances in neural information processing systems, pp. 3231–3239, 2015b.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 503, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 249 + ], + "score": 1.0, + "content": "Philip S Thomas, Georgios Theocharous, and Mohammad Ghavamzadeh. High-confidence off-policy", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 245, + 430, + 258 + ], + "spans": [ + { + "bbox": [ + 116, + 245, + 430, + 258 + ], + "score": 1.0, + "content": "evaluation. In Twenty-Ninth AAAI Conference on Artificial Intelligence, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 108, + 264, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "U Waheed, P Williams, S Brett, G Baldock, and N Soni. White cell count and intensive care unit", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 276, + 299, + 288 + ], + "spans": [ + { + "bbox": [ + 116, + 276, + 299, + 288 + ], + "score": 1.0, + "content": "outcome. Anaesthesia, 58(2):180–182, 2003.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 506, + 327 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "Yanbo Xu, Yanxun Xu, and Suchi Saria. A bayesian nonparametric approach for estimating individu-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 305, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 305, + 506, + 318 + ], + "score": 1.0, + "content": "alized treatment-response curves. In Machine Learning for Healthcare Conference, pp. 282–300,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 316, + 142, + 328 + ], + "spans": [ + { + "bbox": [ + 115, + 316, + 142, + 328 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 335, + 506, + 369 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "score": 1.0, + "content": "Liuyi Yao, Sheng Li, Yaliang Li, Mengdi Huai, Jing Gao, and Aidong Zhang. Representation learning", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 346, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 346, + 505, + 358 + ], + "score": 1.0, + "content": "for treatment effect estimation from observational data. In Advances in Neural Information", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 357, + 289, + 370 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 289, + 370 + ], + "score": 1.0, + "content": "Processing Systems, pp. 2633–2643, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 506, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 506, + 388 + ], + "score": 1.0, + "content": "Jinsung Yoon, James Jordon, and Mihaela van der Schaar. Ganite: Estimation of individualized", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 387, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 387, + 506, + 399 + ], + "score": 1.0, + "content": "treatment effects using generative adversarial nets. International Conference on Learning Repre-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 398, + 218, + 410 + ], + "spans": [ + { + "bbox": [ + 116, + 398, + 218, + 410 + ], + "score": 1.0, + "content": "sentations (ICLR), 2018.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + } + ], + "page_idx": 12, + "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": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 117 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "Uri Shalit, Fredrik D Johansson, and David Sontag. Estimating individual treatment effect: general-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "ization bounds and algorithms. In Proceedings of the 34th International Conference on Machine", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 341, + 117 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 341, + 117 + ], + "score": 1.0, + "content": "Learning-Volume 70, pp. 3076–3085. JMLR. org, 2017.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 82, + 505, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 123, + 504, + 156 + ], + "lines": [ + { + "bbox": [ + 105, + 123, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 123, + 505, + 136 + ], + "score": 1.0, + "content": "Hossein Soleimani, Adarsh Subbaswamy, and Suchi Saria. Treatment-response models for coun-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 116, + 134, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 116, + 134, + 505, + 147 + ], + "score": 1.0, + "content": "terfactual reasoning with continuous-time, continuous-valued interventions. arXiv preprint", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 115, + 145, + 220, + 156 + ], + "spans": [ + { + "bbox": [ + 115, + 145, + 220, + 156 + ], + "score": 1.0, + "content": "arXiv:1704.02038, 2017.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 123, + 505, + 156 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 164, + 506, + 197 + ], + "lines": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 106, + 164, + 505, + 176 + ], + "score": 1.0, + "content": "Adith Swaminathan and Thorsten Joachims. Batch learning from logged bandit feedback through", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 175, + 506, + 187 + ], + "spans": [ + { + "bbox": [ + 115, + 175, + 506, + 187 + ], + "score": 1.0, + "content": "counterfactual risk minimization. Journal of Machine Learning Research, 16(1):1731–1755,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 114, + 184, + 147, + 198 + ], + "spans": [ + { + "bbox": [ + 114, + 184, + 147, + 198 + ], + "score": 1.0, + "content": "2015a.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 106, + 164, + 506, + 198 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 204, + 502, + 228 + ], + "lines": [ + { + "bbox": [ + 106, + 203, + 504, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 504, + 218 + ], + "score": 1.0, + "content": "Adith Swaminathan and Thorsten Joachims. The self-normalized estimator for counterfactual learning.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 215, + 430, + 229 + ], + "spans": [ + { + "bbox": [ + 115, + 215, + 430, + 229 + ], + "score": 1.0, + "content": "In advances in neural information processing systems, pp. 3231–3239, 2015b.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 203, + 504, + 229 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 503, + 258 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 249 + ], + "score": 1.0, + "content": "Philip S Thomas, Georgios Theocharous, and Mohammad Ghavamzadeh. High-confidence off-policy", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 245, + 430, + 258 + ], + "spans": [ + { + "bbox": [ + 116, + 245, + 430, + 258 + ], + "score": 1.0, + "content": "evaluation. In Twenty-Ninth AAAI Conference on Artificial Intelligence, 2015.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 233, + 505, + 258 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 264, + 503, + 288 + ], + "lines": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 277 + ], + "score": 1.0, + "content": "U Waheed, P Williams, S Brett, G Baldock, and N Soni. White cell count and intensive care unit", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 276, + 299, + 288 + ], + "spans": [ + { + "bbox": [ + 116, + 276, + 299, + 288 + ], + "score": 1.0, + "content": "outcome. Anaesthesia, 58(2):180–182, 2003.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13.5, + "bbox_fs": [ + 106, + 264, + 505, + 288 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 294, + 506, + 327 + ], + "lines": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 308 + ], + "score": 1.0, + "content": "Yanbo Xu, Yanxun Xu, and Suchi Saria. A bayesian nonparametric approach for estimating individu-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 305, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 115, + 305, + 506, + 318 + ], + "score": 1.0, + "content": "alized treatment-response curves. In Machine Learning for Healthcare Conference, pp. 282–300,", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 115, + 316, + 142, + 328 + ], + "spans": [ + { + "bbox": [ + 115, + 316, + 142, + 328 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 294, + 506, + 328 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 335, + 506, + 369 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 505, + 349 + ], + "score": 1.0, + "content": "Liuyi Yao, Sheng Li, Yaliang Li, Mengdi Huai, Jing Gao, and Aidong Zhang. Representation learning", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 346, + 505, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 346, + 505, + 358 + ], + "score": 1.0, + "content": "for treatment effect estimation from observational data. In Advances in Neural Information", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 357, + 289, + 370 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 289, + 370 + ], + "score": 1.0, + "content": "Processing Systems, pp. 2633–2643, 2018.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 334, + 505, + 370 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 506, + 410 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 506, + 388 + ], + "score": 1.0, + "content": "Jinsung Yoon, James Jordon, and Mihaela van der Schaar. Ganite: Estimation of individualized", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 387, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 387, + 506, + 399 + ], + "score": 1.0, + "content": "treatment effects using generative adversarial nets. International Conference on Learning Repre-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 116, + 398, + 218, + 410 + ], + "spans": [ + { + "bbox": [ + 116, + 398, + 218, + 410 + ], + "score": 1.0, + "content": "sentations (ICLR), 2018.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 376, + 506, + 410 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 152, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 154, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 154, + 94 + ], + "score": 1.0, + "content": "APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 109, + 105, + 270, + 117 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 272, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 272, + 119 + ], + "score": 1.0, + "content": "A EXTENDED RELATED WORK", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 129, + 505, + 229 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 505, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 505, + 142 + ], + "score": 1.0, + "content": "Causal inference in the static setting: A large number of methods have been proposed to learn", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 140, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 505, + 153 + ], + "score": 1.0, + "content": "treatment effects from observational data in the static setting. In this case, it is needed to adjust for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 152, + 505, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 152, + 505, + 164 + ], + "score": 1.0, + "content": "the selection bias; bias caused by the fact that, in the observational dataset, the treatment assignments", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "score": 1.0, + "content": "depend on the patient features. Several ways of handling the selection bias involve using propensity", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "matching (Austin, 2011; Imai & Ratkovic, 2014; Abadie & Imbens, 2016), building representations", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 506, + 198 + ], + "score": 1.0, + "content": "where treated and un-treated populations had similar distributions (Johansson et al., 2016; Shalit et al.,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 195, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 506, + 209 + ], + "score": 1.0, + "content": "2017; Li & Fu, 2017; Yao et al., 2018) or performing propensity-aware hyperparameter tuning (Alaa", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "score": 1.0, + "content": "& van der Schaar, 2017; 2018). However, these methods for the static setting cannot be extended", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 218, + 436, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 436, + 230 + ], + "score": 1.0, + "content": "directly to time-varying treatments (Hernán et al., 2000; Schisterman et al., 2009).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 107, + 234, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "score": 1.0, + "content": "Learning optimal policies: A related problem to ours involves learning the optimal treatment", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 244, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 244, + 505, + 259 + ], + "score": 1.0, + "content": "policies from logged data (Swaminathan & Joachims, 2015a;b; Atan et al., 2018). That is, learning", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "the treatment option that would give the best reward. Note the difference to the causal inference", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "score": 1.0, + "content": "setting considered in this paper, where the aim is to learn the counterfactual patient outcomes under", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 278, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 506, + 291 + ], + "score": 1.0, + "content": "all possible treatment options. Learning all of the counterfactual outcomes is a harder problem and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 290, + 309, + 301 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 309, + 301 + ], + "score": 1.0, + "content": "can also be used for finding the optimal treatment.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 107, + 306, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "A method for learning optimal policies, proposed by Atan et al. (2018) uses domain adversarial", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 318, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 505, + 329 + ], + "score": 1.0, + "content": "training to build a representation that is invariant to the following two domains: observational data", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "and simulated randomized clinical trial data, where the treatments have equal probabilities. Atan", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 339, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 351 + ], + "score": 1.0, + "content": "et al. (2018) only considers the static setting and aims to choose the optimal treatment instead of", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 350, + 504, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 504, + 361 + ], + "score": 1.0, + "content": "estimating all of the counterfactual outcomes. In our paper the aim is to eliminate the bias from", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "the time-dependent confounders and reliably estimate all of the potential outcomes; thus, at each", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 373, + 383, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 142, + 384 + ], + "score": 1.0, + "content": "timestep", + "type": "text" + }, + { + "bbox": [ + 143, + 373, + 148, + 382 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 373, + 383, + 384 + ], + "score": 1.0, + "content": "we build a representation that is invariant to the treatment.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 506, + 401 + ], + "score": 1.0, + "content": "Off-policy evaluation in reinforcement learning: In reinforcement learning, a similar problem to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 400, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 505, + 412 + ], + "score": 1.0, + "content": "ours is off-policy evaluation, which uses retrospective observational data, also known as logged bandit", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 408, + 507, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 507, + 425 + ], + "score": 1.0, + "content": "feedback (Hoiles & Van Der Schaar, 2016; Paduraru et al., 2013; Doroudi et al., 2017). In this case, ˘", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "the retrospective observational data consists of sequences of states, actions and rewards which were", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 432, + 506, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 506, + 445 + ], + "score": 1.0, + "content": "generated by an agent operating under an unknown policy. The off-policy evaluation methods aim to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 443, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 456 + ], + "score": 1.0, + "content": "use this data to estimate the expected reward of a target policy. These methods use algorithms based", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "on importance sampling (Precup, 2000; Thomas et al., 2015; Guo et al., 2017), action-value function", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 465, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 104, + 465, + 506, + 478 + ], + "score": 1.0, + "content": "approximation (model based) (Hallak et al., 2015) or doubly robust combination of both approaches", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "score": 1.0, + "content": "(Jiang & Li, 2015). Nevertheless, these methods focus on obtaining average rewards of policies,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 488, + 479, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 479, + 500 + ], + "score": 1.0, + "content": "while in our case the aim is to estimate individualized patient outcomes for future treatments.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5 + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 203, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 514, + 205, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 205, + 530 + ], + "score": 1.0, + "content": "B ASSUMPTIONS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 540, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "The standard assumptions needed for identifying the treatment effects are (Robins & Hernán, 2008;", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 551, + 276, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 276, + 562 + ], + "score": 1.0, + "content": "Lim et al., 2018; Schulam & Saria, 2017):", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 504, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 568, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 235, + 579 + ], + "score": 1.0, + "content": "Assumption 1: Consistency. If", + "type": "text" + }, + { + "bbox": [ + 236, + 568, + 271, + 579 + ], + "score": 0.92, + "content": "{ \\bf A } _ { t } = { \\bf a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 568, + 505, + 579 + ], + "score": 1.0, + "content": "for a given patient, then the potential outcome for treatment", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 578, + 382, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 117, + 590 + ], + "score": 0.83, + "content": "\\mathbf { a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 578, + 305, + 592 + ], + "score": 1.0, + "content": "is the same as the observed (factual) outcome:", + "type": "text" + }, + { + "bbox": [ + 306, + 579, + 378, + 591 + ], + "score": 0.93, + "content": "\\mathbf Y _ { t + 1 } [ \\mathbf a _ { t } ] = \\mathbf Y _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 578, + 382, + 592 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 105, + 595, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 373, + 609 + ], + "score": 1.0, + "content": "Assumption 2: Positivity (Overlap) (Imai & Van Dyk, 2004): If", + "type": "text" + }, + { + "bbox": [ + 373, + 594, + 505, + 608 + ], + "score": 0.91, + "content": "P ( \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) \\neq 0", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 606, + 340, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 126, + 619 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 126, + 606, + 299, + 619 + ], + "score": 0.9, + "content": "P ( \\mathbf { A } _ { t } = \\mathbf { a } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 606, + 326, + 619 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 326, + 608, + 336, + 618 + ], + "score": 0.87, + "content": "\\bar { \\mathbf { a } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 606, + 340, + 619 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5 + }, + { + "type": "text", + "bbox": [ + 105, + 622, + 473, + 636 + ], + "lines": [ + { + "bbox": [ + 104, + 622, + 471, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 622, + 302, + 637 + ], + "score": 1.0, + "content": "Assumption 3: Sequential strong ignorability.", + "type": "text" + }, + { + "bbox": [ + 302, + 622, + 471, + 636 + ], + "score": 0.85, + "content": "\\mathbf { Y } _ { t + 1 } [ \\mathbf { a } _ { t } ] \\perp \\perp \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\forall \\mathbf { a } _ { t } \\in \\mathcal { A } , \\forall t .", + "type": "inline_equation" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 107, + 640, + 505, + 696 + ], + "lines": [ + { + "bbox": [ + 105, + 640, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 505, + 654 + ], + "score": 1.0, + "content": "Assumption 2 means that, for each timestep, each treatment has non-zero probability of being", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 650, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 665 + ], + "score": 1.0, + "content": "assigned. Assumption 3 means that there are no hidden confounders, that is, all of covariates affecting", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "score": 1.0, + "content": "both the treatment assignment and the outcomes are present in the the observational dataset. Note that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 673, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 505, + 685 + ], + "score": 1.0, + "content": "while assumption 3 is standard across all methods for estimating treatment effects, it is not testable in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 684, + 299, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 299, + 696 + ], + "score": 1.0, + "content": "practice (Robins et al., 2000; Pearl et al., 2009).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44 + } + ], + "page_idx": 13, + "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": [ + 300, + 752, + 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": [ + 108, + 82, + 152, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 154, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 154, + 94 + ], + "score": 1.0, + "content": "APPENDIX", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 109, + 105, + 270, + 117 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 272, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 272, + 119 + ], + "score": 1.0, + "content": "A EXTENDED RELATED WORK", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 129, + 505, + 229 + ], + "lines": [ + { + "bbox": [ + 106, + 130, + 505, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 130, + 505, + 142 + ], + "score": 1.0, + "content": "Causal inference in the static setting: A large number of methods have been proposed to learn", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 140, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 140, + 505, + 153 + ], + "score": 1.0, + "content": "treatment effects from observational data in the static setting. In this case, it is needed to adjust for", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 152, + 505, + 164 + ], + "spans": [ + { + "bbox": [ + 106, + 152, + 505, + 164 + ], + "score": 1.0, + "content": "the selection bias; bias caused by the fact that, in the observational dataset, the treatment assignments", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 505, + 176 + ], + "score": 1.0, + "content": "depend on the patient features. Several ways of handling the selection bias involve using propensity", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 506, + 186 + ], + "score": 1.0, + "content": "matching (Austin, 2011; Imai & Ratkovic, 2014; Abadie & Imbens, 2016), building representations", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 183, + 506, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 183, + 506, + 198 + ], + "score": 1.0, + "content": "where treated and un-treated populations had similar distributions (Johansson et al., 2016; Shalit et al.,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 195, + 506, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 195, + 506, + 209 + ], + "score": 1.0, + "content": "2017; Li & Fu, 2017; Yao et al., 2018) or performing propensity-aware hyperparameter tuning (Alaa", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 219 + ], + "score": 1.0, + "content": "& van der Schaar, 2017; 2018). However, these methods for the static setting cannot be extended", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 218, + 436, + 230 + ], + "spans": [ + { + "bbox": [ + 105, + 218, + 436, + 230 + ], + "score": 1.0, + "content": "directly to time-varying treatments (Hernán et al., 2000; Schisterman et al., 2009).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 130, + 506, + 230 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 234, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 106, + 235, + 505, + 246 + ], + "score": 1.0, + "content": "Learning optimal policies: A related problem to ours involves learning the optimal treatment", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 244, + 505, + 259 + ], + "spans": [ + { + "bbox": [ + 105, + 244, + 505, + 259 + ], + "score": 1.0, + "content": "policies from logged data (Swaminathan & Joachims, 2015a;b; Atan et al., 2018). That is, learning", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "spans": [ + { + "bbox": [ + 105, + 256, + 505, + 269 + ], + "score": 1.0, + "content": "the treatment option that would give the best reward. Note the difference to the causal inference", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 506, + 280 + ], + "score": 1.0, + "content": "setting considered in this paper, where the aim is to learn the counterfactual patient outcomes under", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 278, + 506, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 278, + 506, + 291 + ], + "score": 1.0, + "content": "all possible treatment options. Learning all of the counterfactual outcomes is a harder problem and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 290, + 309, + 301 + ], + "spans": [ + { + "bbox": [ + 106, + 290, + 309, + 301 + ], + "score": 1.0, + "content": "can also be used for finding the optimal treatment.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 235, + 506, + 301 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 306, + 505, + 383 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "A method for learning optimal policies, proposed by Atan et al. (2018) uses domain adversarial", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 318, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 318, + 505, + 329 + ], + "score": 1.0, + "content": "training to build a representation that is invariant to the following two domains: observational data", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 328, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 505, + 340 + ], + "score": 1.0, + "content": "and simulated randomized clinical trial data, where the treatments have equal probabilities. Atan", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 339, + 505, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 339, + 505, + 351 + ], + "score": 1.0, + "content": "et al. (2018) only considers the static setting and aims to choose the optimal treatment instead of", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 350, + 504, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 504, + 361 + ], + "score": 1.0, + "content": "estimating all of the counterfactual outcomes. In our paper the aim is to eliminate the bias from", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "the time-dependent confounders and reliably estimate all of the potential outcomes; thus, at each", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 373, + 383, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 373, + 142, + 384 + ], + "score": 1.0, + "content": "timestep", + "type": "text" + }, + { + "bbox": [ + 143, + 373, + 148, + 382 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 148, + 373, + 383, + 384 + ], + "score": 1.0, + "content": "we build a representation that is invariant to the treatment.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 306, + 505, + 384 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 389, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 106, + 388, + 506, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 506, + 401 + ], + "score": 1.0, + "content": "Off-policy evaluation in reinforcement learning: In reinforcement learning, a similar problem to", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 400, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 505, + 412 + ], + "score": 1.0, + "content": "ours is off-policy evaluation, which uses retrospective observational data, also known as logged bandit", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 408, + 507, + 425 + ], + "spans": [ + { + "bbox": [ + 104, + 408, + 507, + 425 + ], + "score": 1.0, + "content": "feedback (Hoiles & Van Der Schaar, 2016; Paduraru et al., 2013; Doroudi et al., 2017). In this case, ˘", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 505, + 434 + ], + "score": 1.0, + "content": "the retrospective observational data consists of sequences of states, actions and rewards which were", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 432, + 506, + 445 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 506, + 445 + ], + "score": 1.0, + "content": "generated by an agent operating under an unknown policy. The off-policy evaluation methods aim to", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 443, + 506, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 456 + ], + "score": 1.0, + "content": "use this data to estimate the expected reward of a target policy. These methods use algorithms based", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 454, + 505, + 467 + ], + "score": 1.0, + "content": "on importance sampling (Precup, 2000; Thomas et al., 2015; Guo et al., 2017), action-value function", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 465, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 104, + 465, + 506, + 478 + ], + "score": 1.0, + "content": "approximation (model based) (Hallak et al., 2015) or doubly robust combination of both approaches", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "spans": [ + { + "bbox": [ + 105, + 476, + 506, + 489 + ], + "score": 1.0, + "content": "(Jiang & Li, 2015). Nevertheless, these methods focus on obtaining average rewards of policies,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 488, + 479, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 488, + 479, + 500 + ], + "score": 1.0, + "content": "while in our case the aim is to estimate individualized patient outcomes for future treatments.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28.5, + "bbox_fs": [ + 104, + 388, + 507, + 500 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 515, + 203, + 527 + ], + "lines": [ + { + "bbox": [ + 105, + 514, + 205, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 514, + 205, + 530 + ], + "score": 1.0, + "content": "B ASSUMPTIONS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 540, + 505, + 562 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 506, + 552 + ], + "score": 1.0, + "content": "The standard assumptions needed for identifying the treatment effects are (Robins & Hernán, 2008;", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 551, + 276, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 276, + 562 + ], + "score": 1.0, + "content": "Lim et al., 2018; Schulam & Saria, 2017):", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 540, + 506, + 562 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 567, + 504, + 591 + ], + "lines": [ + { + "bbox": [ + 106, + 568, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 568, + 235, + 579 + ], + "score": 1.0, + "content": "Assumption 1: Consistency. If", + "type": "text" + }, + { + "bbox": [ + 236, + 568, + 271, + 579 + ], + "score": 0.92, + "content": "{ \\bf A } _ { t } = { \\bf a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 568, + 505, + 579 + ], + "score": 1.0, + "content": "for a given patient, then the potential outcome for treatment", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 578, + 382, + 592 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 117, + 590 + ], + "score": 0.83, + "content": "\\mathbf { a } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 578, + 305, + 592 + ], + "score": 1.0, + "content": "is the same as the observed (factual) outcome:", + "type": "text" + }, + { + "bbox": [ + 306, + 579, + 378, + 591 + ], + "score": 0.93, + "content": "\\mathbf Y _ { t + 1 } [ \\mathbf a _ { t } ] = \\mathbf Y _ { t + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 578, + 382, + 592 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 568, + 505, + 592 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 595, + 505, + 618 + ], + "lines": [ + { + "bbox": [ + 105, + 593, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 373, + 609 + ], + "score": 1.0, + "content": "Assumption 2: Positivity (Overlap) (Imai & Van Dyk, 2004): If", + "type": "text" + }, + { + "bbox": [ + 373, + 594, + 505, + 608 + ], + "score": 0.91, + "content": "P ( \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) \\neq 0", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 606, + 340, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 126, + 619 + ], + "score": 1.0, + "content": "then", + "type": "text" + }, + { + "bbox": [ + 126, + 606, + 299, + 619 + ], + "score": 0.9, + "content": "P ( \\mathbf { A } _ { t } = \\mathbf { a } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 606, + 326, + 619 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 326, + 608, + 336, + 618 + ], + "score": 0.87, + "content": "\\bar { \\mathbf { a } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 606, + 340, + 619 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 593, + 505, + 619 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 622, + 473, + 636 + ], + "lines": [ + { + "bbox": [ + 104, + 622, + 471, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 622, + 302, + 637 + ], + "score": 1.0, + "content": "Assumption 3: Sequential strong ignorability.", + "type": "text" + }, + { + "bbox": [ + 302, + 622, + 471, + 636 + ], + "score": 0.85, + "content": "\\mathbf { Y } _ { t + 1 } [ \\mathbf { a } _ { t } ] \\perp \\perp \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\forall \\mathbf { a } _ { t } \\in \\mathcal { A } , \\forall t .", + "type": "inline_equation" + } + ], + "index": 41 + } + ], + "index": 41, + "bbox_fs": [ + 104, + 622, + 471, + 637 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 640, + 505, + 696 + ], + "lines": [ + { + "bbox": [ + 105, + 640, + 505, + 654 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 505, + 654 + ], + "score": 1.0, + "content": "Assumption 2 means that, for each timestep, each treatment has non-zero probability of being", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 650, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 505, + 665 + ], + "score": 1.0, + "content": "assigned. Assumption 3 means that there are no hidden confounders, that is, all of covariates affecting", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 506, + 675 + ], + "score": 1.0, + "content": "both the treatment assignment and the outcomes are present in the the observational dataset. Note that", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 673, + 505, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 673, + 505, + 685 + ], + "score": 1.0, + "content": "while assumption 3 is standard across all methods for estimating treatment effects, it is not testable in", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 684, + 299, + 696 + ], + "spans": [ + { + "bbox": [ + 105, + 684, + 299, + 696 + ], + "score": 1.0, + "content": "practice (Robins et al., 2000; Pearl et al., 2009).", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44, + "bbox_fs": [ + 105, + 640, + 506, + 696 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 303, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 305, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 305, + 97 + ], + "score": 1.0, + "content": "C TIME-DEPENDENT CONFOUNDING", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 106, + 506, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 106, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 506, + 119 + ], + "score": 1.0, + "content": "Figure 6 illustrates the causal graphs for a time-varying exposures with 2-steps (Robins et al., 2000).", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 228, + 130 + ], + "score": 1.0, + "content": "In Figure 6 (a), the covariate", + "type": "text" + }, + { + "bbox": [ + 229, + 118, + 239, + 128 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "is a time-dependent confounder because it affects the treatment", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "assignments and at the same time, its value is changed by past treatments (Mansournia et al., 2017),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 138, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 104, + 138, + 411, + 153 + ], + "score": 1.0, + "content": "as illustrated by the red arrows. Thus, the treatment probabilities at each time", + "type": "text" + }, + { + "bbox": [ + 412, + 140, + 417, + 150 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 138, + 506, + 153 + ], + "score": 1.0, + "content": "depend on the history", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 150, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 158, + 163 + ], + "score": 1.0, + "content": "of covariate", + "type": "text" + }, + { + "bbox": [ + 158, + 151, + 168, + 160 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 150, + 298, + 163 + ], + "score": 1.0, + "content": "and past treatments. Note that", + "type": "text" + }, + { + "bbox": [ + 298, + 151, + 311, + 162 + ], + "score": 0.88, + "content": "U _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 150, + 330, + 163 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 330, + 151, + 343, + 162 + ], + "score": 0.88, + "content": "U _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 150, + 506, + 163 + ], + "score": 1.0, + "content": "are hidden variables which only affect", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 162, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 162, + 505, + 173 + ], + "score": 1.0, + "content": "the covariates, i.e. they do not have arrows into the treatments. Thus, the no hidden confounders", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 173, + 266, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 266, + 185 + ], + "score": 1.0, + "content": "assumption (Assumption 3) is satisfied.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 107, + 189, + 506, + 222 + ], + "lines": [ + { + "bbox": [ + 105, + 188, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 188, + 506, + 202 + ], + "score": 1.0, + "content": "Figure 6 (a) and (b) illustrate the two cases when there is no bias from time-dependent confounding.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 506, + 213 + ], + "score": 1.0, + "content": "In Figure 6 (a) the treatment probabilities are independent, while in Figure 6 (b) they depend on past", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 211, + 153, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 153, + 223 + ], + "score": 1.0, + "content": "treatments.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + }, + { + "type": "image", + "bbox": [ + 107, + 234, + 504, + 495 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 234, + 504, + 495 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 234, + 504, + 495 + ], + "spans": [ + { + "bbox": [ + 107, + 234, + 504, + 495 + ], + "score": 0.834, + "type": "image", + "image_path": "36d7077a848a6b126878a2fc9fc2c440777cd99b9c6aaab7a41d4644439ac523.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 107, + 234, + 504, + 321.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 107, + 321.0, + 504, + 408.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 107, + 408.0, + 504, + 495.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 504, + 505, + 527 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 428, + 516 + ], + "score": 1.0, + "content": "Figure 6: Causal graphs for 2-step time-varying exposures (Robins et al., 2000).", + "type": "text" + }, + { + "bbox": [ + 428, + 504, + 460, + 515 + ], + "score": 0.89, + "content": "X _ { 0 } , X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "are patient", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 515, + 463, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 151, + 528 + ], + "score": 1.0, + "content": "covariates,", + "type": "text" + }, + { + "bbox": [ + 151, + 515, + 181, + 526 + ], + "score": 0.91, + "content": "A _ { 0 } , A _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 515, + 243, + 528 + ], + "score": 1.0, + "content": "are treatments,", + "type": "text" + }, + { + "bbox": [ + 243, + 515, + 255, + 526 + ], + "score": 0.81, + "content": "U _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 515, + 259, + 528 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 260, + 515, + 272, + 526 + ], + "score": 0.76, + "content": "U _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 515, + 387, + 528 + ], + "score": 1.0, + "content": "are unobserved variable and", + "type": "text" + }, + { + "bbox": [ + 388, + 515, + 399, + 526 + ], + "score": 0.87, + "content": "Y _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 515, + 463, + 528 + ], + "score": 1.0, + "content": "is the outcome.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + } + ], + "index": 13.25 + }, + { + "type": "text", + "bbox": [ + 106, + 547, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 547, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 506, + 560 + ], + "score": 1.0, + "content": "Marginal Structural Models Robins et al. (2000). To remove the association between time-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 557, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 573 + ], + "score": 1.0, + "content": "dependent confounders and time-varying treatments, Marginal Structural Models propose using", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "score": 1.0, + "content": "inverse probability of treatment weighting (IPTW). Without loss of generality, consider the use of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 580, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 458, + 594 + ], + "score": 1.0, + "content": "MSMs with univariate treatments, baseline variables and outcomes. The outcome after", + "type": "text" + }, + { + "bbox": [ + 458, + 582, + 464, + 591 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 580, + 505, + 594 + ], + "score": 1.0, + "content": "timesteps", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 591, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 222, + 605 + ], + "score": 1.0, + "content": "is parametrized as follows:", + "type": "text" + }, + { + "bbox": [ + 222, + 591, + 405, + 604 + ], + "score": 0.91, + "content": "\\mathbf { E } [ Y _ { t + 1 } \\mid \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { t } , V ] = g ( \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { n } , V ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 591, + 437, + 605 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 437, + 592, + 453, + 604 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 591, + 506, + 605 + ], + "score": 1.0, + "content": "is usually a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 233, + 615 + ], + "score": 1.0, + "content": "linear function with parameters", + "type": "text" + }, + { + "bbox": [ + 234, + 603, + 240, + 612 + ], + "score": 0.76, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 601, + 505, + 615 + ], + "score": 1.0, + "content": ". To remove the bias from the time-dependent confounders present", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 613, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 318, + 627 + ], + "score": 1.0, + "content": "in the observational dataset, in the regression model", + "type": "text" + }, + { + "bbox": [ + 318, + 613, + 335, + 626 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 613, + 506, + 627 + ], + "score": 1.0, + "content": "MSMs weights each patients using either", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 624, + 183, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 183, + 637 + ], + "score": 1.0, + "content": "stabilized weights:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 635, + 379, + 669 + ], + "lines": [ + { + "bbox": [ + 232, + 635, + 379, + 669 + ], + "spans": [ + { + "bbox": [ + 232, + 635, + 379, + 669 + ], + "score": 0.95, + "content": "S W ( t ) = \\prod _ { l = 1 } ^ { t } \\frac { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { A } } _ { l - 1 } ) } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) }", + "type": "interline_equation", + "image_path": "be646c540e38b18432c6a9dde10788452a0b283c3451bb2a75243c36617bd11c.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 232, + 635, + 379, + 652.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 232, + 652.0, + 379, + 669.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 672, + 203, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 672, + 204, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 204, + 685 + ], + "score": 1.0, + "content": "or unstabilized weights:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 683, + 376, + 717 + ], + "lines": [ + { + "bbox": [ + 234, + 683, + 376, + 717 + ], + "spans": [ + { + "bbox": [ + 234, + 683, + 376, + 717 + ], + "score": 0.95, + "content": "W ( t ) = \\prod _ { l = 1 } ^ { t } { \\frac { 1 } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) } } ,", + "type": "interline_equation", + "image_path": "1252f242c461c5051d6b991b41aa2e7d2c81119e5a06eb89ad0e4ee358dd23f2.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 683, + 376, + 700.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 234, + 700.0, + 376, + 717.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 453, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 720, + 455, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 133, + 734 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 720, + 150, + 732 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 720, + 455, + 734 + ], + "score": 1.0, + "content": "represents the conditional probability mass function for discrete treatments.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + } + ], + "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, + 303, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 78, + 305, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 78, + 305, + 97 + ], + "score": 1.0, + "content": "C TIME-DEPENDENT CONFOUNDING", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 106, + 506, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 106, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 106, + 506, + 119 + ], + "score": 1.0, + "content": "Figure 6 illustrates the causal graphs for a time-varying exposures with 2-steps (Robins et al., 2000).", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 228, + 130 + ], + "score": 1.0, + "content": "In Figure 6 (a), the covariate", + "type": "text" + }, + { + "bbox": [ + 229, + 118, + 239, + 128 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "is a time-dependent confounder because it affects the treatment", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "assignments and at the same time, its value is changed by past treatments (Mansournia et al., 2017),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 138, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 104, + 138, + 411, + 153 + ], + "score": 1.0, + "content": "as illustrated by the red arrows. Thus, the treatment probabilities at each time", + "type": "text" + }, + { + "bbox": [ + 412, + 140, + 417, + 150 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 138, + 506, + 153 + ], + "score": 1.0, + "content": "depend on the history", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 150, + 506, + 163 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 158, + 163 + ], + "score": 1.0, + "content": "of covariate", + "type": "text" + }, + { + "bbox": [ + 158, + 151, + 168, + 160 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 150, + 298, + 163 + ], + "score": 1.0, + "content": "and past treatments. Note that", + "type": "text" + }, + { + "bbox": [ + 298, + 151, + 311, + 162 + ], + "score": 0.88, + "content": "U _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 150, + 330, + 163 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 330, + 151, + 343, + 162 + ], + "score": 0.88, + "content": "U _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 150, + 506, + 163 + ], + "score": 1.0, + "content": "are hidden variables which only affect", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 162, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 162, + 505, + 173 + ], + "score": 1.0, + "content": "the covariates, i.e. they do not have arrows into the treatments. Thus, the no hidden confounders", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 173, + 266, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 266, + 185 + ], + "score": 1.0, + "content": "assumption (Assumption 3) is satisfied.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4, + "bbox_fs": [ + 104, + 106, + 506, + 185 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 189, + 506, + 222 + ], + "lines": [ + { + "bbox": [ + 105, + 188, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 188, + 506, + 202 + ], + "score": 1.0, + "content": "Figure 6 (a) and (b) illustrate the two cases when there is no bias from time-dependent confounding.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 200, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 200, + 506, + 213 + ], + "score": 1.0, + "content": "In Figure 6 (a) the treatment probabilities are independent, while in Figure 6 (b) they depend on past", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 211, + 153, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 153, + 223 + ], + "score": 1.0, + "content": "treatments.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9, + "bbox_fs": [ + 105, + 188, + 506, + 223 + ] + }, + { + "type": "image", + "bbox": [ + 107, + 234, + 504, + 495 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 234, + 504, + 495 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 234, + 504, + 495 + ], + "spans": [ + { + "bbox": [ + 107, + 234, + 504, + 495 + ], + "score": 0.834, + "type": "image", + "image_path": "36d7077a848a6b126878a2fc9fc2c440777cd99b9c6aaab7a41d4644439ac523.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 107, + 234, + 504, + 321.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 107, + 321.0, + 504, + 408.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 107, + 408.0, + 504, + 495.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 504, + 505, + 527 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 502, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 428, + 516 + ], + "score": 1.0, + "content": "Figure 6: Causal graphs for 2-step time-varying exposures (Robins et al., 2000).", + "type": "text" + }, + { + "bbox": [ + 428, + 504, + 460, + 515 + ], + "score": 0.89, + "content": "X _ { 0 } , X _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 502, + 505, + 516 + ], + "score": 1.0, + "content": "are patient", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 515, + 463, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 151, + 528 + ], + "score": 1.0, + "content": "covariates,", + "type": "text" + }, + { + "bbox": [ + 151, + 515, + 181, + 526 + ], + "score": 0.91, + "content": "A _ { 0 } , A _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 515, + 243, + 528 + ], + "score": 1.0, + "content": "are treatments,", + "type": "text" + }, + { + "bbox": [ + 243, + 515, + 255, + 526 + ], + "score": 0.81, + "content": "U _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 515, + 259, + 528 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 260, + 515, + 272, + 526 + ], + "score": 0.76, + "content": "U _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 515, + 387, + 528 + ], + "score": 1.0, + "content": "are unobserved variable and", + "type": "text" + }, + { + "bbox": [ + 388, + 515, + 399, + 526 + ], + "score": 0.87, + "content": "Y _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 515, + 463, + 528 + ], + "score": 1.0, + "content": "is the outcome.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + } + ], + "index": 13.25 + }, + { + "type": "text", + "bbox": [ + 106, + 547, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 547, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 547, + 506, + 560 + ], + "score": 1.0, + "content": "Marginal Structural Models Robins et al. (2000). To remove the association between time-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 557, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 506, + 573 + ], + "score": 1.0, + "content": "dependent confounders and time-varying treatments, Marginal Structural Models propose using", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "score": 1.0, + "content": "inverse probability of treatment weighting (IPTW). Without loss of generality, consider the use of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 580, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 458, + 594 + ], + "score": 1.0, + "content": "MSMs with univariate treatments, baseline variables and outcomes. The outcome after", + "type": "text" + }, + { + "bbox": [ + 458, + 582, + 464, + 591 + ], + "score": 0.75, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 580, + 505, + 594 + ], + "score": 1.0, + "content": "timesteps", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 591, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 222, + 605 + ], + "score": 1.0, + "content": "is parametrized as follows:", + "type": "text" + }, + { + "bbox": [ + 222, + 591, + 405, + 604 + ], + "score": 0.91, + "content": "\\mathbf { E } [ Y _ { t + 1 } \\mid \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { t } , V ] = g ( \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { n } , V ; \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 591, + 437, + 605 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 437, + 592, + 453, + 604 + ], + "score": 0.91, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 591, + 506, + 605 + ], + "score": 1.0, + "content": "is usually a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 601, + 505, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 233, + 615 + ], + "score": 1.0, + "content": "linear function with parameters", + "type": "text" + }, + { + "bbox": [ + 234, + 603, + 240, + 612 + ], + "score": 0.76, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 601, + 505, + 615 + ], + "score": 1.0, + "content": ". To remove the bias from the time-dependent confounders present", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 613, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 318, + 627 + ], + "score": 1.0, + "content": "in the observational dataset, in the regression model", + "type": "text" + }, + { + "bbox": [ + 318, + 613, + 335, + 626 + ], + "score": 0.9, + "content": "g ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 613, + 506, + 627 + ], + "score": 1.0, + "content": "MSMs weights each patients using either", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 624, + 183, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 183, + 637 + ], + "score": 1.0, + "content": "stabilized weights:", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 547, + 506, + 637 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 635, + 379, + 669 + ], + "lines": [ + { + "bbox": [ + 232, + 635, + 379, + 669 + ], + "spans": [ + { + "bbox": [ + 232, + 635, + 379, + 669 + ], + "score": 0.95, + "content": "S W ( t ) = \\prod _ { l = 1 } ^ { t } \\frac { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { A } } _ { l - 1 } ) } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) }", + "type": "interline_equation", + "image_path": "be646c540e38b18432c6a9dde10788452a0b283c3451bb2a75243c36617bd11c.jpg" + } + ] + } + ], + "index": 24.5, + "virtual_lines": [ + { + "bbox": [ + 232, + 635, + 379, + 652.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 232, + 652.0, + 379, + 669.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 672, + 203, + 684 + ], + "lines": [ + { + "bbox": [ + 106, + 672, + 204, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 204, + 685 + ], + "score": 1.0, + "content": "or unstabilized weights:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 106, + 672, + 204, + 685 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 683, + 376, + 717 + ], + "lines": [ + { + "bbox": [ + 234, + 683, + 376, + 717 + ], + "spans": [ + { + "bbox": [ + 234, + 683, + 376, + 717 + ], + "score": 0.95, + "content": "W ( t ) = \\prod _ { l = 1 } ^ { t } { \\frac { 1 } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) } } ,", + "type": "interline_equation", + "image_path": "1252f242c461c5051d6b991b41aa2e7d2c81119e5a06eb89ad0e4ee358dd23f2.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 683, + 376, + 700.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 234, + 700.0, + 376, + 717.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 720, + 453, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 720, + 455, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 133, + 734 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 720, + 150, + 732 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 720, + 455, + 734 + ], + "score": 1.0, + "content": "represents the conditional probability mass function for discrete treatments.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 720, + 455, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "Inverse probability of treatment weighting (IPTW) creates a pseudo-population where each member", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 218, + 106 + ], + "score": 1.0, + "content": "consists of themselves and", + "type": "text" + }, + { + "bbox": [ + 219, + 94, + 249, + 104 + ], + "score": 0.88, + "content": "W - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 93, + 265, + 106 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 266, + 94, + 305, + 104 + ], + "score": 0.86, + "content": "S W - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "copies added though weighting. In this pseudo-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 291, + 117 + ], + "score": 1.0, + "content": "population, Robins Robins (1999) shows that", + "type": "text" + }, + { + "bbox": [ + 291, + 104, + 304, + 115 + ], + "score": 0.88, + "content": "\\bar { \\mathbf X } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 104, + 413, + 117 + ], + "score": 1.0, + "content": "does not predict treatment", + "type": "text" + }, + { + "bbox": [ + 413, + 105, + 426, + 115 + ], + "score": 0.89, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 104, + 505, + 117 + ], + "score": 1.0, + "content": ", thus removing the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 265, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 265, + 127 + ], + "score": 1.0, + "content": "bias from time-dependent confounders.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 106, + 132, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 238, + 145 + ], + "score": 1.0, + "content": "When using unstabilized weights", + "type": "text" + }, + { + "bbox": [ + 238, + 132, + 250, + 142 + ], + "score": 0.77, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 131, + 506, + 145 + ], + "score": 1.0, + "content": ", the causal graph in the pseudo-population is the one in Figure 6", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 147, + 156 + ], + "score": 1.0, + "content": "(a) where", + "type": "text" + }, + { + "bbox": [ + 147, + 142, + 277, + 155 + ], + "score": 0.91, + "content": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { \\bar { \\xi } } V ) = P ( \\mathbf { A } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 142, + 484, + 156 + ], + "score": 1.0, + "content": ". On the other hand, when using stabilized weights", + "type": "text" + }, + { + "bbox": [ + 484, + 144, + 502, + 154 + ], + "score": 0.82, + "content": "S W", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 142, + 506, + 156 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 401, + 167 + ], + "score": 1.0, + "content": "causal graph in the pseudo-population is the one in Figure 6 (b) where", + "type": "text" + }, + { + "bbox": [ + 402, + 154, + 505, + 166 + ], + "score": 0.91, + "content": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V ) =", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 163, + 171, + 179 + ], + "spans": [ + { + "bbox": [ + 107, + 164, + 165, + 178 + ], + "score": 0.9, + "content": "P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 163, + 171, + 179 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 181, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 181, + 505, + 195 + ], + "score": 1.0, + "content": "Counterfactual Recurrent Networks. Instead of using IPTW, we proposed building a representation", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 118, + 205 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 119, + 192, + 171, + 204 + ], + "score": 0.88, + "content": "\\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 192, + 310, + 205 + ], + "score": 1.0, + "content": "that is not predictive of treatment", + "type": "text" + }, + { + "bbox": [ + 310, + 194, + 323, + 204 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 192, + 378, + 205 + ], + "score": 1.0, + "content": ". At timestep", + "type": "text" + }, + { + "bbox": [ + 379, + 194, + 384, + 203 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 192, + 423, + 205 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 424, + 194, + 430, + 203 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 192, + 505, + 205 + ], + "score": 1.0, + "content": "different possible", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 149, + 216 + ], + "score": 1.0, + "content": "treatments", + "type": "text" + }, + { + "bbox": [ + 150, + 204, + 230, + 216 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 204, + 505, + 216 + ], + "score": 1.0, + "content": ". We build a representation of the history and covariates and treatments", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 214, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 392, + 227 + ], + "score": 1.0, + "content": "that has the same distribution across the different possible treatments:", + "type": "text" + }, + { + "bbox": [ + 393, + 214, + 505, + 227 + ], + "score": 0.88, + "content": "P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } =", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 293, + 238 + ], + "score": 0.9, + "content": "A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } = A _ { K } )", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 225, + 505, + 239 + ], + "score": 1.0, + "content": ". By breaking the association between past exposure", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 237, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 199, + 250 + ], + "score": 1.0, + "content": "and current treatments", + "type": "text" + }, + { + "bbox": [ + 199, + 238, + 212, + 248 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 237, + 505, + 250 + ], + "score": 1.0, + "content": ", we satisfy the causal graph in Figure 6 (a) and thus we remove the bias", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 248, + 246, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 246, + 260 + ], + "score": 1.0, + "content": "from time-dependent confounders.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11 + } + ], + "page_idx": 15, + "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": [ + 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": "text", + "bbox": [ + 107, + 82, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "Inverse probability of treatment weighting (IPTW) creates a pseudo-population where each member", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 218, + 106 + ], + "score": 1.0, + "content": "consists of themselves and", + "type": "text" + }, + { + "bbox": [ + 219, + 94, + 249, + 104 + ], + "score": 0.88, + "content": "W - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 93, + 265, + 106 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 266, + 94, + 305, + 104 + ], + "score": 0.86, + "content": "S W - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "copies added though weighting. In this pseudo-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 291, + 117 + ], + "score": 1.0, + "content": "population, Robins Robins (1999) shows that", + "type": "text" + }, + { + "bbox": [ + 291, + 104, + 304, + 115 + ], + "score": 0.88, + "content": "\\bar { \\mathbf X } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 104, + 413, + 117 + ], + "score": 1.0, + "content": "does not predict treatment", + "type": "text" + }, + { + "bbox": [ + 413, + 105, + 426, + 115 + ], + "score": 0.89, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 104, + 505, + 117 + ], + "score": 1.0, + "content": ", thus removing the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 265, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 265, + 127 + ], + "score": 1.0, + "content": "bias from time-dependent confounders.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 83, + 506, + 127 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 132, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 131, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 105, + 131, + 238, + 145 + ], + "score": 1.0, + "content": "When using unstabilized weights", + "type": "text" + }, + { + "bbox": [ + 238, + 132, + 250, + 142 + ], + "score": 0.77, + "content": "W", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 131, + 506, + 145 + ], + "score": 1.0, + "content": ", the causal graph in the pseudo-population is the one in Figure 6", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 506, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 147, + 156 + ], + "score": 1.0, + "content": "(a) where", + "type": "text" + }, + { + "bbox": [ + 147, + 142, + 277, + 155 + ], + "score": 0.91, + "content": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { \\bar { \\xi } } V ) = P ( \\mathbf { A } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 142, + 484, + 156 + ], + "score": 1.0, + "content": ". On the other hand, when using stabilized weights", + "type": "text" + }, + { + "bbox": [ + 484, + 144, + 502, + 154 + ], + "score": 0.82, + "content": "S W", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 142, + 506, + 156 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 401, + 167 + ], + "score": 1.0, + "content": "causal graph in the pseudo-population is the one in Figure 6 (b) where", + "type": "text" + }, + { + "bbox": [ + 402, + 154, + 505, + 166 + ], + "score": 0.91, + "content": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V ) =", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 107, + 163, + 171, + 179 + ], + "spans": [ + { + "bbox": [ + 107, + 164, + 165, + 178 + ], + "score": 0.9, + "content": "P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 163, + 171, + 179 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 131, + 506, + 179 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 182, + 505, + 259 + ], + "lines": [ + { + "bbox": [ + 106, + 181, + 505, + 195 + ], + "spans": [ + { + "bbox": [ + 106, + 181, + 505, + 195 + ], + "score": 1.0, + "content": "Counterfactual Recurrent Networks. Instead of using IPTW, we proposed building a representation", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 192, + 505, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 118, + 205 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 119, + 192, + 171, + 204 + ], + "score": 0.88, + "content": "\\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 192, + 310, + 205 + ], + "score": 1.0, + "content": "that is not predictive of treatment", + "type": "text" + }, + { + "bbox": [ + 310, + 194, + 323, + 204 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 192, + 378, + 205 + ], + "score": 1.0, + "content": ". At timestep", + "type": "text" + }, + { + "bbox": [ + 379, + 194, + 384, + 203 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 192, + 423, + 205 + ], + "score": 1.0, + "content": ", we have", + "type": "text" + }, + { + "bbox": [ + 424, + 194, + 430, + 203 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 431, + 192, + 505, + 205 + ], + "score": 1.0, + "content": "different possible", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 204, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 149, + 216 + ], + "score": 1.0, + "content": "treatments", + "type": "text" + }, + { + "bbox": [ + 150, + 204, + 230, + 216 + ], + "score": 0.92, + "content": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 204, + 505, + 216 + ], + "score": 1.0, + "content": ". We build a representation of the history and covariates and treatments", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 214, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 392, + 227 + ], + "score": 1.0, + "content": "that has the same distribution across the different possible treatments:", + "type": "text" + }, + { + "bbox": [ + 393, + 214, + 505, + 227 + ], + "score": 0.88, + "content": "P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } =", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 225, + 505, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 225, + 293, + 238 + ], + "score": 0.9, + "content": "A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } = A _ { K } )", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 225, + 505, + 239 + ], + "score": 1.0, + "content": ". By breaking the association between past exposure", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 237, + 505, + 250 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 199, + 250 + ], + "score": 1.0, + "content": "and current treatments", + "type": "text" + }, + { + "bbox": [ + 199, + 238, + 212, + 248 + ], + "score": 0.87, + "content": "{ \\bf A } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 237, + 505, + 250 + ], + "score": 1.0, + "content": ", we satisfy the causal graph in Figure 6 (a) and thus we remove the bias", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 248, + 246, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 246, + 260 + ], + "score": 1.0, + "content": "from time-dependent confounders.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11, + "bbox_fs": [ + 105, + 181, + 505, + 260 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 244, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 245, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 245, + 96 + ], + "score": 1.0, + "content": "D PROOF OF THEOREM 1", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 270, + 118 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 270, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 270, + 120 + ], + "score": 1.0, + "content": "We first prove the following proposition.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 120, + 504, + 142 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 210, + 135 + ], + "score": 1.0, + "content": "Proposition 1. For fixed", + "type": "text" + }, + { + "bbox": [ + 211, + 121, + 219, + 131 + ], + "score": 0.73, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 119, + 236, + 135 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 237, + 120, + 285, + 133 + ], + "score": 0.93, + "content": "x ^ { \\prime } = \\Phi ( \\bar { \\mathbf { h } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 119, + 474, + 135 + ], + "score": 1.0, + "content": ". Then the optimal prediction probabilities of", + "type": "text" + }, + { + "bbox": [ + 474, + 123, + 487, + 132 + ], + "score": 0.9, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 119, + 506, + 135 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 131, + 144, + 146 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 144, + 146 + ], + "score": 1.0, + "content": "given by", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 141, + 362, + 174 + ], + "lines": [ + { + "bbox": [ + 249, + 141, + 362, + 174 + ], + "spans": [ + { + "bbox": [ + 249, + 141, + 362, + 174 + ], + "score": 0.94, + "content": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } .", + "type": "interline_equation", + "image_path": "3bbac7548f876e8f96ac7e5eefec823656a640d60cd989ccd295c2ad6e76c27a.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 249, + 141, + 362, + 157.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 249, + 157.5, + 362, + 174.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 183, + 380, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 181, + 380, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 174, + 198 + ], + "score": 1.0, + "content": "Proof. For fixed", + "type": "text" + }, + { + "bbox": [ + 175, + 184, + 183, + 194 + ], + "score": 0.82, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 181, + 380, + 198 + ], + "score": 1.0, + "content": ", the optimal prediction probabilities are given by", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 139, + 200, + 471, + 237 + ], + "lines": [ + { + "bbox": [ + 139, + 200, + 471, + 237 + ], + "spans": [ + { + "bbox": [ + 139, + 200, + 471, + 237 + ], + "score": 0.93, + "content": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\int _ { x ^ { \\prime } } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) d x ^ { \\prime } \\qquad \\mathrm { s u b j e c t ~ t o } \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) = 1 .", + "type": "interline_equation", + "image_path": "e8a5a3b6df443b833d937b582e4b9710c1ec7517262e3eeeaa5a22ed16ddb79e.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 139, + 200, + 471, + 212.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 139, + 212.33333333333334, + 471, + 224.66666666666669 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 139, + 224.66666666666669, + 471, + 237.00000000000003 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 240, + 442, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 441, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 441, + 255 + ], + "score": 1.0, + "content": "Maximising the value function pointwise and applying Lagrange multiplies, we get", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 257, + 437, + 293 + ], + "lines": [ + { + "bbox": [ + 174, + 257, + 437, + 293 + ], + "spans": [ + { + "bbox": [ + 174, + 257, + 437, + 293 + ], + "score": 0.94, + "content": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) + \\lambda \\Bigg ( \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) - 1 \\Bigg ) .", + "type": "interline_equation", + "image_path": "2d5de6eb3aeede2e67d256d7fb0332c254121b4c257c1e223e9983d4722caaba.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 174, + 257, + 437, + 269.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 174, + 269.0, + 437, + 281.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 174, + 281.0, + 437, + 293.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 404, + 313 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 405, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 219, + 315 + ], + "score": 1.0, + "content": "Setting the derivative (w.r.t.", + "type": "text" + }, + { + "bbox": [ + 219, + 299, + 257, + 312 + ], + "score": 0.92, + "content": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 296, + 339, + 315 + ], + "score": 1.0, + "content": "to 0 and solving for", + "type": "text" + }, + { + "bbox": [ + 339, + 299, + 374, + 312 + ], + "score": 0.95, + "content": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 296, + 405, + 315 + ], + "score": 1.0, + "content": "we get", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 317, + 350, + 344 + ], + "lines": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "spans": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "score": 0.95, + "content": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = - \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\lambda }", + "type": "interline_equation", + "image_path": "d535bf772a4383484cdcc75726bbd8b4493254c057261184bd8bec9529017ce8.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 349, + 505, + 374 + ], + "lines": [ + { + "bbox": [ + 103, + 346, + 507, + 369 + ], + "spans": [ + { + "bbox": [ + 103, + 346, + 134, + 369 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 352, + 142, + 362 + ], + "score": 0.78, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 346, + 348, + 369 + ], + "score": 1.0, + "content": "can now be solved for using the constraint to be", + "type": "text" + }, + { + "bbox": [ + 348, + 349, + 437, + 365 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\lambda = - \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 346, + 507, + 369 + ], + "score": 1.0, + "content": ". This gives the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 361, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 135, + 376 + ], + "score": 1.0, + "content": "result.", + "type": "text" + }, + { + "bbox": [ + 496, + 366, + 504, + 371 + ], + "score": 0.0, + "content": "", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 107, + 385, + 504, + 409 + ], + "lines": [ + { + "bbox": [ + 105, + 385, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 400 + ], + "score": 1.0, + "content": "Proof. (of Theorem 1) By substituting the expression from Proposition 1 into the minimax game", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 290, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 243, + 410 + ], + "score": 1.0, + "content": "defined in Eq. 6, the objective for", + "type": "text" + }, + { + "bbox": [ + 243, + 398, + 251, + 407 + ], + "score": 0.85, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 397, + 290, + 410 + ], + "score": 1.0, + "content": "becomes", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 414, + 392, + 450 + ], + "lines": [ + { + "bbox": [ + 219, + 414, + 392, + 450 + ], + "spans": [ + { + "bbox": [ + 219, + 414, + 392, + 450 + ], + "score": 0.94, + "content": "\\operatorname* { m i n } _ { \\Phi } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] .", + "type": "interline_equation", + "image_path": "9b2144766465cf6c74716cf0fb154657afb69f660116b20151d4635b2948070a.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 219, + 414, + 392, + 432.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 219, + 432.0, + 392, + 450.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 178, + 466 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 178, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 178, + 466 + ], + "score": 1.0, + "content": "We then note that", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 469, + 514, + 505 + ], + "lines": [ + { + "bbox": [ + 111, + 469, + 514, + 505 + ], + "spans": [ + { + "bbox": [ + 111, + 469, + 514, + 505 + ], + "score": 0.88, + "content": "\\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + K \\log K = \\sum _ { j = 1 } ^ { K } \\Bigg ( \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + \\log K \\Bigg )", + "type": "interline_equation", + "image_path": "6ad792127c3b6818733137894cdbe6437d1186236cdce3a017ad3e32210bf22e.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 111, + 469, + 514, + 481.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 111, + 481.0, + 514, + 493.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 493.0, + 514, + 505.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 308, + 518, + 479, + 606 + ], + "lines": [ + { + "bbox": [ + 308, + 518, + 479, + 606 + ], + "spans": [ + { + "bbox": [ + 308, + 518, + 479, + 606 + ], + "score": 0.58, + "content": "\\begin{array} { l } { { \\displaystyle = \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] } } \\\\ { { \\displaystyle = \\sum _ { j = 1 } ^ { K } K L \\biggl ( P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) \\biggl \\| \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) \\biggr ) } } \\\\ { { \\displaystyle = K \\cdot J S D ( P _ { 1 } ^ { \\Phi } , . . . , P _ { K } ^ { \\Phi } ) } } \\end{array}", + "type": "interline_equation", + "image_path": "53014b3501172eb19a3041fd05388c2ee49749d22d5baf8b5c3db947be95da45.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 308, + 518, + 479, + 535.6 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 308, + 535.6, + 479, + 553.2 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 308, + 553.2, + 479, + 570.8000000000001 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 308, + 570.8000000000001, + 479, + 588.4000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 308, + 588.4000000000001, + 479, + 606.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 507, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 132, + 623 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 610, + 168, + 622 + ], + "score": 0.92, + "content": "K L ( \\cdot | | \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 609, + 325, + 623 + ], + "score": 1.0, + "content": "is the Kullback-Leibler divergence and", + "type": "text" + }, + { + "bbox": [ + 326, + 610, + 378, + 622 + ], + "score": 0.93, + "content": "J S D ( \\cdot , . . . , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 609, + 507, + 623 + ], + "score": 1.0, + "content": "is the multi-distribution Jensen-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 621, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 104, + 626, + 397, + 650 + ], + "score": 1.0, + "content": "non-negative and 0 if and only if all distributions are equal, we have that", + "type": "text" + }, + { + "bbox": [ + 106, + 621, + 284, + 633 + ], + "score": 1.0, + "content": "Shannon Divergence (Li et al., 2018). Since", + "type": "text" + }, + { + "bbox": [ + 284, + 622, + 320, + 633 + ], + "score": 0.91, + "content": "K \\log K", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 621, + 506, + 633 + ], + "score": 1.0, + "content": "is a constant and the multi-distribution JSD is", + "type": "text" + }, + { + "bbox": [ + 398, + 632, + 461, + 645 + ], + "score": 0.93, + "content": "P _ { 1 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 626, + 469, + 650 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 494, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 26, + 294, + 38 + ], + "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, + 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, + 80, + 244, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 245, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 245, + 96 + ], + "score": 1.0, + "content": "D PROOF OF THEOREM 1", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 270, + 118 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 270, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 270, + 120 + ], + "score": 1.0, + "content": "We first prove the following proposition.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 105, + 270, + 120 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 120, + 504, + 142 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 506, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 210, + 135 + ], + "score": 1.0, + "content": "Proposition 1. For fixed", + "type": "text" + }, + { + "bbox": [ + 211, + 121, + 219, + 131 + ], + "score": 0.73, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 119, + 236, + 135 + ], + "score": 1.0, + "content": ", let", + "type": "text" + }, + { + "bbox": [ + 237, + 120, + 285, + 133 + ], + "score": 0.93, + "content": "x ^ { \\prime } = \\Phi ( \\bar { \\mathbf { h } } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 119, + 474, + 135 + ], + "score": 1.0, + "content": ". Then the optimal prediction probabilities of", + "type": "text" + }, + { + "bbox": [ + 474, + 123, + 487, + 132 + ], + "score": 0.9, + "content": "G _ { a }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 119, + 506, + 135 + ], + "score": 1.0, + "content": "are", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 131, + 144, + 146 + ], + "spans": [ + { + "bbox": [ + 104, + 131, + 144, + 146 + ], + "score": 1.0, + "content": "given by", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 104, + 119, + 506, + 146 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 249, + 141, + 362, + 174 + ], + "lines": [ + { + "bbox": [ + 249, + 141, + 362, + 174 + ], + "spans": [ + { + "bbox": [ + 249, + 141, + 362, + 174 + ], + "score": 0.94, + "content": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } .", + "type": "interline_equation", + "image_path": "3bbac7548f876e8f96ac7e5eefec823656a640d60cd989ccd295c2ad6e76c27a.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 249, + 141, + 362, + 157.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 249, + 157.5, + 362, + 174.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 183, + 380, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 181, + 380, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 174, + 198 + ], + "score": 1.0, + "content": "Proof. For fixed", + "type": "text" + }, + { + "bbox": [ + 175, + 184, + 183, + 194 + ], + "score": 0.82, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 181, + 380, + 198 + ], + "score": 1.0, + "content": ", the optimal prediction probabilities are given by", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 105, + 181, + 380, + 198 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 139, + 200, + 471, + 237 + ], + "lines": [ + { + "bbox": [ + 139, + 200, + 471, + 237 + ], + "spans": [ + { + "bbox": [ + 139, + 200, + 471, + 237 + ], + "score": 0.93, + "content": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\int _ { x ^ { \\prime } } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) d x ^ { \\prime } \\qquad \\mathrm { s u b j e c t ~ t o } \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) = 1 .", + "type": "interline_equation", + "image_path": "e8a5a3b6df443b833d937b582e4b9710c1ec7517262e3eeeaa5a22ed16ddb79e.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 139, + 200, + 471, + 212.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 139, + 212.33333333333334, + 471, + 224.66666666666669 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 139, + 224.66666666666669, + 471, + 237.00000000000003 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 240, + 442, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 239, + 441, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 239, + 441, + 255 + ], + "score": 1.0, + "content": "Maximising the value function pointwise and applying Lagrange multiplies, we get", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 105, + 239, + 441, + 255 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 257, + 437, + 293 + ], + "lines": [ + { + "bbox": [ + 174, + 257, + 437, + 293 + ], + "spans": [ + { + "bbox": [ + 174, + 257, + 437, + 293 + ], + "score": 0.94, + "content": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) + \\lambda \\Bigg ( \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) - 1 \\Bigg ) .", + "type": "interline_equation", + "image_path": "2d5de6eb3aeede2e67d256d7fb0332c254121b4c257c1e223e9983d4722caaba.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 174, + 257, + 437, + 269.0 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 174, + 269.0, + 437, + 281.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 174, + 281.0, + 437, + 293.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 299, + 404, + 313 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 405, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 219, + 315 + ], + "score": 1.0, + "content": "Setting the derivative (w.r.t.", + "type": "text" + }, + { + "bbox": [ + 219, + 299, + 257, + 312 + ], + "score": 0.92, + "content": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 296, + 339, + 315 + ], + "score": 1.0, + "content": "to 0 and solving for", + "type": "text" + }, + { + "bbox": [ + 339, + 299, + 374, + 312 + ], + "score": 0.95, + "content": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 296, + 405, + 315 + ], + "score": 1.0, + "content": "we get", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 296, + 405, + 315 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 317, + 350, + 344 + ], + "lines": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "spans": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "score": 0.95, + "content": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = - \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\lambda }", + "type": "interline_equation", + "image_path": "d535bf772a4383484cdcc75726bbd8b4493254c057261184bd8bec9529017ce8.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 261, + 317, + 350, + 344 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 349, + 505, + 374 + ], + "lines": [ + { + "bbox": [ + 103, + 346, + 507, + 369 + ], + "spans": [ + { + "bbox": [ + 103, + 346, + 134, + 369 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 352, + 142, + 362 + ], + "score": 0.78, + "content": "\\lambda", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 346, + 348, + 369 + ], + "score": 1.0, + "content": "can now be solved for using the constraint to be", + "type": "text" + }, + { + "bbox": [ + 348, + 349, + 437, + 365 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\lambda = - \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 346, + 507, + 369 + ], + "score": 1.0, + "content": ". This gives the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 361, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 135, + 376 + ], + "score": 1.0, + "content": "result.", + "type": "text" + }, + { + "bbox": [ + 496, + 366, + 504, + 371 + ], + "score": 0.0, + "content": "", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5, + "bbox_fs": [ + 103, + 346, + 507, + 376 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 385, + 504, + 409 + ], + "lines": [ + { + "bbox": [ + 105, + 385, + 505, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 505, + 400 + ], + "score": 1.0, + "content": "Proof. (of Theorem 1) By substituting the expression from Proposition 1 into the minimax game", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 397, + 290, + 410 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 243, + 410 + ], + "score": 1.0, + "content": "defined in Eq. 6, the objective for", + "type": "text" + }, + { + "bbox": [ + 243, + 398, + 251, + 407 + ], + "score": 0.85, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 397, + 290, + 410 + ], + "score": 1.0, + "content": "becomes", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 385, + 505, + 410 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 219, + 414, + 392, + 450 + ], + "lines": [ + { + "bbox": [ + 219, + 414, + 392, + 450 + ], + "spans": [ + { + "bbox": [ + 219, + 414, + 392, + 450 + ], + "score": 0.94, + "content": "\\operatorname* { m i n } _ { \\Phi } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] .", + "type": "interline_equation", + "image_path": "9b2144766465cf6c74716cf0fb154657afb69f660116b20151d4635b2948070a.jpg" + } + ] + } + ], + "index": 20.5, + "virtual_lines": [ + { + "bbox": [ + 219, + 414, + 392, + 432.0 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 219, + 432.0, + 392, + 450.0 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 455, + 178, + 466 + ], + "lines": [ + { + "bbox": [ + 106, + 455, + 178, + 466 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 178, + 466 + ], + "score": 1.0, + "content": "We then note that", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 455, + 178, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 469, + 514, + 505 + ], + "lines": [ + { + "bbox": [ + 111, + 469, + 514, + 505 + ], + "spans": [ + { + "bbox": [ + 111, + 469, + 514, + 505 + ], + "score": 0.88, + "content": "\\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + K \\log K = \\sum _ { j = 1 } ^ { K } \\Bigg ( \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + \\log K \\Bigg )", + "type": "interline_equation", + "image_path": "6ad792127c3b6818733137894cdbe6437d1186236cdce3a017ad3e32210bf22e.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 111, + 469, + 514, + 481.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 111, + 481.0, + 514, + 493.0 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 111, + 493.0, + 514, + 505.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 308, + 518, + 479, + 606 + ], + "lines": [ + { + "bbox": [ + 308, + 518, + 479, + 606 + ], + "spans": [ + { + "bbox": [ + 308, + 518, + 479, + 606 + ], + "score": 0.58, + "content": "\\begin{array} { l } { { \\displaystyle = \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] } } \\\\ { { \\displaystyle = \\sum _ { j = 1 } ^ { K } K L \\biggl ( P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) \\biggl \\| \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) \\biggr ) } } \\\\ { { \\displaystyle = K \\cdot J S D ( P _ { 1 } ^ { \\Phi } , . . . , P _ { K } ^ { \\Phi } ) } } \\end{array}", + "type": "interline_equation", + "image_path": "53014b3501172eb19a3041fd05388c2ee49749d22d5baf8b5c3db947be95da45.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 308, + 518, + 479, + 535.6 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 308, + 535.6, + 479, + 553.2 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 308, + 553.2, + 479, + 570.8000000000001 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 308, + 570.8000000000001, + 479, + 588.4000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 308, + 588.4000000000001, + 479, + 606.0000000000001 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 610, + 505, + 645 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 507, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 132, + 623 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 610, + 168, + 622 + ], + "score": 0.92, + "content": "K L ( \\cdot | | \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 609, + 325, + 623 + ], + "score": 1.0, + "content": "is the Kullback-Leibler divergence and", + "type": "text" + }, + { + "bbox": [ + 326, + 610, + 378, + 622 + ], + "score": 0.93, + "content": "J S D ( \\cdot , . . . , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 609, + 507, + 623 + ], + "score": 1.0, + "content": "is the multi-distribution Jensen-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 621, + 506, + 650 + ], + "spans": [ + { + "bbox": [ + 104, + 626, + 397, + 650 + ], + "score": 1.0, + "content": "non-negative and 0 if and only if all distributions are equal, we have that", + "type": "text" + }, + { + "bbox": [ + 106, + 621, + 284, + 633 + ], + "score": 1.0, + "content": "Shannon Divergence (Li et al., 2018). Since", + "type": "text" + }, + { + "bbox": [ + 284, + 622, + 320, + 633 + ], + "score": 0.91, + "content": "K \\log K", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 621, + 506, + 633 + ], + "score": 1.0, + "content": "is a constant and the multi-distribution JSD is", + "type": "text" + }, + { + "bbox": [ + 398, + 632, + 461, + 645 + ], + "score": 0.93, + "content": "P _ { 1 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 461, + 626, + 469, + 650 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 494, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "□", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 31.5, + "bbox_fs": [ + 104, + 609, + 507, + 650 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 80, + 298, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 298, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 298, + 95 + ], + "score": 1.0, + "content": "E TRAINING PROCEDURE FOR CRN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 104, + 506, + 147 + ], + "lines": [ + { + "bbox": [ + 102, + 100, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 102, + 100, + 122, + 130 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 104, + 291, + 127 + ], + "score": 0.85, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 109, + 506, + 123 + ], + "score": 1.0, + "content": "be an observational dataset consisting of information", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 131, + 137 + ], + "score": 1.0, + "content": "about", + "type": "text" + }, + { + "bbox": [ + 132, + 126, + 141, + 135 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "independent patients that we use to train CRN. The encoder and decoder networks part of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 135, + 270, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 270, + 149 + ], + "score": 1.0, + "content": "CRN are trained into two separate steps.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 151, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 165 + ], + "score": 1.0, + "content": "To begin with, the encoder is trained to built treatment invariant representations of the patient history", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 163, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 505, + 177 + ], + "score": 1.0, + "content": "and to perform one-step ahead prediction. After the encoder is optimized, we use it to compute the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 103, + 172, + 508, + 192 + ], + "spans": [ + { + "bbox": [ + 103, + 172, + 206, + 192 + ], + "score": 1.0, + "content": "balancing representation", + "type": "text" + }, + { + "bbox": [ + 206, + 174, + 228, + 189 + ], + "score": 0.92, + "content": "\\mathbf { b r } _ { t } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 172, + 406, + 192 + ], + "score": 1.0, + "content": "for each timestep in the trajectory of patient", + "type": "text" + }, + { + "bbox": [ + 406, + 177, + 417, + 189 + ], + "score": 0.73, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 172, + 508, + 192 + ], + "score": 1.0, + "content": ". To train the decoder,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 187, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 345, + 201 + ], + "score": 1.0, + "content": "we modify the training dataset as follows. For each patient", + "type": "text" + }, + { + "bbox": [ + 345, + 188, + 357, + 200 + ], + "score": 0.78, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 187, + 505, + 201 + ], + "score": 1.0, + "content": ", we split their trajectory into shorter", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 199, + 287, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 174, + 212 + ], + "score": 1.0, + "content": "sequences of the", + "type": "text" + }, + { + "bbox": [ + 175, + 200, + 196, + 210 + ], + "score": 0.88, + "content": "\\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 199, + 287, + 212 + ], + "score": 1.0, + "content": "timesteps of the form:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6 + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 216, + 396, + 237 + ], + "lines": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "spans": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "score": 0.92, + "content": "\\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} ,", + "type": "interline_equation", + "image_path": "7ef22625577cecaaeff6cdf74124f56ee9333453a80b144f6ef126a30bd61a58.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 505, + 278 + ], + "lines": [ + { + "bbox": [ + 104, + 241, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 104, + 241, + 120, + 258 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 121, + 243, + 209, + 255 + ], + "score": 0.92, + "content": "l = 1 , . . . T ^ { ( i ) } - \\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 241, + 359, + 258 + ], + "score": 1.0, + "content": ". Thus, each patients contributes with", + "type": "text" + }, + { + "bbox": [ + 360, + 243, + 409, + 255 + ], + "score": 0.92, + "content": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 241, + 506, + 258 + ], + "score": 1.0, + "content": "examples in the dataset", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 267 + ], + "score": 1.0, + "content": "for training the decoder. The different sequences obtained for all patents are randomly grouped into", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 264, + 245, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 245, + 279 + ], + "score": 1.0, + "content": "minibatches and used for training.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 282, + 505, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "The pseudocode in Algorithm 1 shows the training procedure used for the encoder and decoder", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "networks part of CRN. The model was implemented in TensorFlow and trained on an NVIDIA Tesla", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "score": 1.0, + "content": "K80 GPU. The Adam optimizer (Kingma & Ba, 2014) was used for training and both the encoder", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 281, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 281, + 329 + ], + "score": 1.0, + "content": "and the decoder are trained for 100 epochs.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 294, + 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, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 80, + 298, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 298, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 298, + 95 + ], + "score": 1.0, + "content": "E TRAINING PROCEDURE FOR CRN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 104, + 506, + 147 + ], + "lines": [ + { + "bbox": [ + 102, + 100, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 102, + 100, + 122, + 130 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 104, + 291, + 127 + ], + "score": 0.85, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 109, + 506, + 123 + ], + "score": 1.0, + "content": "be an observational dataset consisting of information", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 131, + 137 + ], + "score": 1.0, + "content": "about", + "type": "text" + }, + { + "bbox": [ + 132, + 126, + 141, + 135 + ], + "score": 0.82, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "independent patients that we use to train CRN. The encoder and decoder networks part of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 135, + 270, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 135, + 270, + 149 + ], + "score": 1.0, + "content": "CRN are trained into two separate steps.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 102, + 100, + 506, + 149 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 152, + 505, + 210 + ], + "lines": [ + { + "bbox": [ + 106, + 151, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 165 + ], + "score": 1.0, + "content": "To begin with, the encoder is trained to built treatment invariant representations of the patient history", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 163, + 505, + 177 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 505, + 177 + ], + "score": 1.0, + "content": "and to perform one-step ahead prediction. After the encoder is optimized, we use it to compute the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 103, + 172, + 508, + 192 + ], + "spans": [ + { + "bbox": [ + 103, + 172, + 206, + 192 + ], + "score": 1.0, + "content": "balancing representation", + "type": "text" + }, + { + "bbox": [ + 206, + 174, + 228, + 189 + ], + "score": 0.92, + "content": "\\mathbf { b r } _ { t } ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 172, + 406, + 192 + ], + "score": 1.0, + "content": "for each timestep in the trajectory of patient", + "type": "text" + }, + { + "bbox": [ + 406, + 177, + 417, + 189 + ], + "score": 0.73, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 172, + 508, + 192 + ], + "score": 1.0, + "content": ". To train the decoder,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 187, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 345, + 201 + ], + "score": 1.0, + "content": "we modify the training dataset as follows. For each patient", + "type": "text" + }, + { + "bbox": [ + 345, + 188, + 357, + 200 + ], + "score": 0.78, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 187, + 505, + 201 + ], + "score": 1.0, + "content": ", we split their trajectory into shorter", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 199, + 287, + 212 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 174, + 212 + ], + "score": 1.0, + "content": "sequences of the", + "type": "text" + }, + { + "bbox": [ + 175, + 200, + 196, + 210 + ], + "score": 0.88, + "content": "\\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 199, + 287, + 212 + ], + "score": 1.0, + "content": "timesteps of the form:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6, + "bbox_fs": [ + 103, + 151, + 508, + 212 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 216, + 216, + 396, + 237 + ], + "lines": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "spans": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "score": 0.92, + "content": "\\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} ,", + "type": "interline_equation", + "image_path": "7ef22625577cecaaeff6cdf74124f56ee9333453a80b144f6ef126a30bd61a58.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 216, + 216, + 396, + 237 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 243, + 505, + 278 + ], + "lines": [ + { + "bbox": [ + 104, + 241, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 104, + 241, + 120, + 258 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 121, + 243, + 209, + 255 + ], + "score": 0.92, + "content": "l = 1 , . . . T ^ { ( i ) } - \\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 241, + 359, + 258 + ], + "score": 1.0, + "content": ". Thus, each patients contributes with", + "type": "text" + }, + { + "bbox": [ + 360, + 243, + 409, + 255 + ], + "score": 0.92, + "content": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 241, + 506, + 258 + ], + "score": 1.0, + "content": "examples in the dataset", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 254, + 505, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 505, + 267 + ], + "score": 1.0, + "content": "for training the decoder. The different sequences obtained for all patents are randomly grouped into", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 264, + 245, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 245, + 279 + ], + "score": 1.0, + "content": "minibatches and used for training.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 241, + 506, + 279 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 282, + 505, + 327 + ], + "lines": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 506, + 295 + ], + "score": 1.0, + "content": "The pseudocode in Algorithm 1 shows the training procedure used for the encoder and decoder", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "networks part of CRN. The model was implemented in TensorFlow and trained on an NVIDIA Tesla", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 304, + 505, + 317 + ], + "score": 1.0, + "content": "K80 GPU. The Adam optimizer (Kingma & Ba, 2014) was used for training and both the encoder", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 281, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 281, + 329 + ], + "score": 1.0, + "content": "and the decoder are trained for 100 epochs.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 283, + 506, + 329 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 283, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 284, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 284, + 95 + ], + "score": 1.0, + "content": "Algorithm 1 Pseudo-code for training CRN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 116, + 99, + 365, + 121 + ], + "lines": [ + { + "bbox": [ + 110, + 92, + 366, + 126 + ], + "spans": [ + { + "bbox": [ + 110, + 92, + 205, + 126 + ], + "score": 1.0, + "content": "Input: Training data:", + "type": "text" + }, + { + "bbox": [ + 205, + 99, + 366, + 122 + ], + "score": 0.88, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 117, + 126, + 342, + 138 + ], + "lines": [ + { + "bbox": [ + 115, + 123, + 339, + 142 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 275, + 142 + ], + "score": 1.0, + "content": "(1) Encoder optimization: parameters", + "type": "text" + }, + { + "bbox": [ + 275, + 126, + 339, + 139 + ], + "score": 0.92, + "content": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y }", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 117, + 138, + 183, + 148 + ], + "lines": [ + { + "bbox": [ + 115, + 136, + 183, + 151 + ], + "spans": [ + { + "bbox": [ + 115, + 136, + 175, + 151 + ], + "score": 1.0, + "content": "Learning rate:", + "type": "text" + }, + { + "bbox": [ + 176, + 140, + 183, + 149 + ], + "score": 0.76, + "content": "\\mu", + "type": "inline_equation" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 116, + 149, + 241, + 184 + ], + "lines": [ + { + "bbox": [ + 115, + 147, + 240, + 161 + ], + "spans": [ + { + "bbox": [ + 115, + 147, + 131, + 161 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 149, + 195, + 159 + ], + "score": 0.51, + "content": "p = 1 , \\ldots , \\operatorname* { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 147, + 240, + 161 + ], + "score": 1.0, + "content": "epochs do", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 159, + 242, + 183 + ], + "spans": [ + { + "bbox": [ + 126, + 159, + 242, + 183 + ], + "score": 0.83, + "content": "\\lambda _ { p } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1", + "type": "inline_equation" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 126, + 183, + 377, + 206 + ], + "lines": [ + { + "bbox": [ + 120, + 181, + 377, + 208 + ], + "spans": [ + { + "bbox": [ + 120, + 181, + 166, + 208 + ], + "score": 1.0, + "content": "for Batch", + "type": "text" + }, + { + "bbox": [ + 167, + 183, + 325, + 205 + ], + "score": 0.86, + "content": "\\boldsymbol { B } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 0 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | \\mathcal { B } | }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 188, + 377, + 201 + ], + "score": 1.0, + "content": "in epoch do", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 117, + 303, + 159, + 325 + ], + "lines": [ + { + "bbox": [ + 125, + 301, + 161, + 314 + ], + "spans": [ + { + "bbox": [ + 125, + 301, + 161, + 314 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 313, + 151, + 325 + ], + "spans": [ + { + "bbox": [ + 115, + 313, + 151, + 325 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "title", + "bbox": [ + 115, + 335, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 115, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 115, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "(2) Compute the encoder balanced representation and use it to initialize the decoder hidden", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 347, + 142, + 359 + ], + "spans": [ + { + "bbox": [ + 115, + 347, + 142, + 359 + ], + "score": 1.0, + "content": "state.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 115, + 357, + 294, + 415 + ], + "lines": [ + { + "bbox": [ + 115, + 357, + 196, + 369 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 131, + 369 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 357, + 181, + 368 + ], + "score": 0.83, + "content": "i = 1 , . . . , N", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 357, + 196, + 369 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 124, + 365, + 220, + 381 + ], + "spans": [ + { + "bbox": [ + 124, + 365, + 142, + 381 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 142, + 367, + 203, + 379 + ], + "score": 0.79, + "content": "t = 1 , \\ldots , T ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 365, + 220, + 381 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 132, + 373, + 293, + 399 + ], + "spans": [ + { + "bbox": [ + 132, + 373, + 136, + 399 + ], + "score": 0.784, + "content": "0", + "type": "text" + }, + { + "bbox": [ + 136, + 379, + 293, + 394 + ], + "score": 0.56, + "content": "\\mathbf { b r } _ { t } ^ { ( i ) } = \\operatorname { e n c o d e r } ( \\bar { \\mathbf { x } } _ { t } ^ { ( i ) } , \\bar { \\mathbf { a } } _ { t - 1 } ^ { ( i ) } , \\mathbf { v } ^ { ( i ) } ; \\boldsymbol { \\theta } _ { E , r } )", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 125, + 390, + 160, + 405 + ], + "spans": [ + { + "bbox": [ + 125, + 390, + 160, + 405 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 403, + 150, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 150, + 415 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13 + }, + { + "type": "title", + "bbox": [ + 117, + 425, + 318, + 437 + ], + "lines": [ + { + "bbox": [ + 116, + 424, + 319, + 440 + ], + "spans": [ + { + "bbox": [ + 116, + 424, + 252, + 440 + ], + "score": 1.0, + "content": "(3) Split dataset in sequences of", + "type": "text" + }, + { + "bbox": [ + 252, + 427, + 273, + 437 + ], + "score": 0.87, + "content": "\\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 424, + 319, + 440 + ], + "score": 1.0, + "content": "timesteps:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 442, + 431, + 473 + ], + "lines": [ + { + "bbox": [ + 189, + 442, + 431, + 473 + ], + "spans": [ + { + "bbox": [ + 189, + 442, + 431, + 473 + ], + "score": 0.89, + "content": "\\left\\{ \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { l = 1 } ^ { T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } } } \\right\\} _ { i = 1 } ^ { N }", + "type": "interline_equation", + "image_path": "7aaef18128b350701d8946743a5d0650bd8c537ee0f71f01e74e47db1d9eb8fb.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 442, + 431, + 457.5 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 189, + 457.5, + 431, + 473.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 115, + 483, + 325, + 505 + ], + "lines": [ + { + "bbox": [ + 115, + 480, + 323, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 480, + 258, + 497 + ], + "score": 1.0, + "content": "(4) Optimize decoder: parameters", + "type": "text" + }, + { + "bbox": [ + 258, + 483, + 323, + 495 + ], + "score": 0.92, + "content": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 492, + 183, + 507 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 175, + 507 + ], + "score": 1.0, + "content": "Learning rate:", + "type": "text" + }, + { + "bbox": [ + 176, + 496, + 183, + 505 + ], + "score": 0.75, + "content": "\\mu", + "type": "inline_equation" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 116, + 505, + 242, + 540 + ], + "lines": [ + { + "bbox": [ + 116, + 504, + 236, + 516 + ], + "spans": [ + { + "bbox": [ + 116, + 504, + 131, + 516 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 505, + 170, + 516 + ], + "score": 0.5, + "content": "\\mathrm { p } = 1 , \\ldots", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 504, + 236, + 516 + ], + "score": 1.0, + "content": ", max epochs do", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 518, + 435, + 659 + ], + "lines": [ + { + "bbox": [ + 135, + 518, + 403, + 659 + ], + "spans": [ + { + "bbox": [ + 135, + 518, + 403, + 659 + ], + "score": 0.37, + "content": "\\begin{array} { r l } & { \\mathrm { ~ \\gamma = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1 } } \\\\ & { \\mathrm { ~ } } \\\\ & { \\mathrm { ~ \\gamma ~ R a t c h ~ } \\mathcal { B } = \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\ \\bigcup \\left\\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\ \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\right\\} _ { t = 0 } ^ { \\tau _ { m a x } } \\ | \\ \\mathbf { y } | ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | B | } \\mathrm { ~ i n ~ e ~ } } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , a } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , a } ) } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , y } ) } \\\\ & { \\mathrm { ~ \\ } } \\\\ & { \\theta _ { D , r } \\cdot \\theta _ { D , r } - \\mu \\left( \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } - \\lambda _ { p } \\frac { \\partial \\mathcal { L } _ { D , 0 } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) } { \\partial \\theta _ { D , r } } \\right) } \\\\ & { \\theta _ { D , y } + \\theta _ { D , y } - \\mu \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } } \\\\ & { \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac { \\partial \\mathcal { L } _ { D , x } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , x } ) } { \\partial \\theta _ { D , a } } } \\\\ & \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac \\end{array}", + "type": "interline_equation", + "image_path": "ac852ab763eeff945a9bc6d1ff38554c2fd5e81feec5d26c4276ae8f3c311e87.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 126, + 518, + 435, + 565.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 126, + 565.0, + 435, + 612.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 612.0, + 435, + 659.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 126, + 657, + 158, + 666 + ], + "lines": [ + { + "bbox": [ + 126, + 655, + 161, + 668 + ], + "spans": [ + { + "bbox": [ + 126, + 655, + 161, + 668 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 117, + 667, + 149, + 677 + ], + "lines": [ + { + "bbox": [ + 115, + 666, + 150, + 678 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 150, + 678 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 114, + 688, + 504, + 712 + ], + "lines": [ + { + "bbox": [ + 115, + 687, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 687, + 289, + 702 + ], + "score": 1.0, + "content": "Output: Trained CRN encoder (parameters", + "type": "text" + }, + { + "bbox": [ + 289, + 689, + 356, + 701 + ], + "score": 0.92, + "content": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 687, + 506, + 702 + ], + "score": 1.0, + "content": "and trained CRN decoder (parameters", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 117, + 698, + 194, + 714 + ], + "spans": [ + { + "bbox": [ + 117, + 700, + 189, + 712 + ], + "score": 0.8, + "content": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y } . ~ )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 698, + 194, + 714 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 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, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 82, + 283, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 284, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 284, + 95 + ], + "score": 1.0, + "content": "Algorithm 1 Pseudo-code for training CRN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 116, + 99, + 365, + 121 + ], + "lines": [ + { + "bbox": [ + 110, + 92, + 366, + 126 + ], + "spans": [ + { + "bbox": [ + 110, + 92, + 205, + 126 + ], + "score": 1.0, + "content": "Input: Training data:", + "type": "text" + }, + { + "bbox": [ + 205, + 99, + 366, + 122 + ], + "score": 0.88, + "content": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { N }", + "type": "inline_equation" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 110, + 92, + 366, + 126 + ] + }, + { + "type": "text", + "bbox": [ + 117, + 126, + 342, + 138 + ], + "lines": [ + { + "bbox": [ + 115, + 123, + 339, + 142 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 275, + 142 + ], + "score": 1.0, + "content": "(1) Encoder optimization: parameters", + "type": "text" + }, + { + "bbox": [ + 275, + 126, + 339, + 139 + ], + "score": 0.92, + "content": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y }", + "type": "inline_equation" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 115, + 123, + 339, + 142 + ] + }, + { + "type": "text", + "bbox": [ + 117, + 138, + 183, + 148 + ], + "lines": [ + { + "bbox": [ + 115, + 136, + 183, + 151 + ], + "spans": [ + { + "bbox": [ + 115, + 136, + 175, + 151 + ], + "score": 1.0, + "content": "Learning rate:", + "type": "text" + }, + { + "bbox": [ + 176, + 140, + 183, + 149 + ], + "score": 0.76, + "content": "\\mu", + "type": "inline_equation" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 115, + 136, + 183, + 151 + ] + }, + { + "type": "text", + "bbox": [ + 116, + 149, + 241, + 184 + ], + "lines": [ + { + "bbox": [ + 115, + 147, + 240, + 161 + ], + "spans": [ + { + "bbox": [ + 115, + 147, + 131, + 161 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 149, + 195, + 159 + ], + "score": 0.51, + "content": "p = 1 , \\ldots , \\operatorname* { m a x }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 147, + 240, + 161 + ], + "score": 1.0, + "content": "epochs do", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 159, + 242, + 183 + ], + "spans": [ + { + "bbox": [ + 126, + 159, + 242, + 183 + ], + "score": 0.83, + "content": "\\lambda _ { p } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1", + "type": "inline_equation" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 115, + 147, + 242, + 183 + ] + }, + { + "type": "text", + "bbox": [ + 126, + 183, + 377, + 206 + ], + "lines": [ + { + "bbox": [ + 120, + 181, + 377, + 208 + ], + "spans": [ + { + "bbox": [ + 120, + 181, + 166, + 208 + ], + "score": 1.0, + "content": "for Batch", + "type": "text" + }, + { + "bbox": [ + 167, + 183, + 325, + 205 + ], + "score": 0.86, + "content": "\\boldsymbol { B } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 0 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | \\mathcal { B } | }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 188, + 377, + 201 + ], + "score": 1.0, + "content": "in epoch do", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6, + "bbox_fs": [ + 120, + 181, + 377, + 208 + ] + }, + { + "type": "text", + "bbox": [ + 117, + 303, + 159, + 325 + ], + "lines": [ + { + "bbox": [ + 125, + 301, + 161, + 314 + ], + "spans": [ + { + "bbox": [ + 125, + 301, + 161, + 314 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 313, + 151, + 325 + ], + "spans": [ + { + "bbox": [ + 115, + 313, + 151, + 325 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 115, + 301, + 161, + 325 + ] + }, + { + "type": "title", + "bbox": [ + 115, + 335, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 115, + 334, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 115, + 334, + 505, + 347 + ], + "score": 1.0, + "content": "(2) Compute the encoder balanced representation and use it to initialize the decoder hidden", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 347, + 142, + 359 + ], + "spans": [ + { + "bbox": [ + 115, + 347, + 142, + 359 + ], + "score": 1.0, + "content": "state.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "list", + "bbox": [ + 115, + 357, + 294, + 415 + ], + "lines": [ + { + "bbox": [ + 115, + 357, + 196, + 369 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 131, + 369 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 357, + 181, + 368 + ], + "score": 0.83, + "content": "i = 1 , . . . , N", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 357, + 196, + 369 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 124, + 365, + 220, + 381 + ], + "spans": [ + { + "bbox": [ + 124, + 365, + 142, + 381 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 142, + 367, + 203, + 379 + ], + "score": 0.79, + "content": "t = 1 , \\ldots , T ^ { ( i ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 365, + 220, + 381 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 132, + 373, + 293, + 399 + ], + "spans": [ + { + "bbox": [ + 132, + 373, + 136, + 399 + ], + "score": 0.784, + "content": "0", + "type": "text" + }, + { + "bbox": [ + 136, + 379, + 293, + 394 + ], + "score": 0.56, + "content": "\\mathbf { b r } _ { t } ^ { ( i ) } = \\operatorname { e n c o d e r } ( \\bar { \\mathbf { x } } _ { t } ^ { ( i ) } , \\bar { \\mathbf { a } } _ { t - 1 } ^ { ( i ) } , \\mathbf { v } ^ { ( i ) } ; \\boldsymbol { \\theta } _ { E , r } )", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 125, + 390, + 160, + 405 + ], + "spans": [ + { + "bbox": [ + 125, + 390, + 160, + 405 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 115, + 403, + 150, + 415 + ], + "spans": [ + { + "bbox": [ + 115, + 403, + 150, + 415 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 13, + "bbox_fs": [ + 115, + 357, + 293, + 415 + ] + }, + { + "type": "title", + "bbox": [ + 117, + 425, + 318, + 437 + ], + "lines": [ + { + "bbox": [ + 116, + 424, + 319, + 440 + ], + "spans": [ + { + "bbox": [ + 116, + 424, + 252, + 440 + ], + "score": 1.0, + "content": "(3) Split dataset in sequences of", + "type": "text" + }, + { + "bbox": [ + 252, + 427, + 273, + 437 + ], + "score": 0.87, + "content": "\\tau _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 424, + 319, + 440 + ], + "score": 1.0, + "content": "timesteps:", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 189, + 442, + 431, + 473 + ], + "lines": [ + { + "bbox": [ + 189, + 442, + 431, + 473 + ], + "spans": [ + { + "bbox": [ + 189, + 442, + 431, + 473 + ], + "score": 0.89, + "content": "\\left\\{ \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { l = 1 } ^ { T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } } } \\right\\} _ { i = 1 } ^ { N }", + "type": "interline_equation", + "image_path": "7aaef18128b350701d8946743a5d0650bd8c537ee0f71f01e74e47db1d9eb8fb.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 442, + 431, + 457.5 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 189, + 457.5, + 431, + 473.0 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 115, + 483, + 325, + 505 + ], + "lines": [ + { + "bbox": [ + 115, + 480, + 323, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 480, + 258, + 497 + ], + "score": 1.0, + "content": "(4) Optimize decoder: parameters", + "type": "text" + }, + { + "bbox": [ + 258, + 483, + 323, + 495 + ], + "score": 0.92, + "content": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 492, + 183, + 507 + ], + "spans": [ + { + "bbox": [ + 115, + 492, + 175, + 507 + ], + "score": 1.0, + "content": "Learning rate:", + "type": "text" + }, + { + "bbox": [ + 176, + 496, + 183, + 505 + ], + "score": 0.75, + "content": "\\mu", + "type": "inline_equation" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 115, + 480, + 323, + 507 + ] + }, + { + "type": "text", + "bbox": [ + 116, + 505, + 242, + 540 + ], + "lines": [ + { + "bbox": [ + 116, + 504, + 236, + 516 + ], + "spans": [ + { + "bbox": [ + 116, + 504, + 131, + 516 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 131, + 505, + 170, + 516 + ], + "score": 0.5, + "content": "\\mathrm { p } = 1 , \\ldots", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 504, + 236, + 516 + ], + "score": 1.0, + "content": ", max epochs do", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21, + "bbox_fs": [ + 116, + 504, + 236, + 516 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 126, + 518, + 435, + 659 + ], + "lines": [ + { + "bbox": [ + 135, + 518, + 403, + 659 + ], + "spans": [ + { + "bbox": [ + 135, + 518, + 403, + 659 + ], + "score": 0.37, + "content": "\\begin{array} { r l } & { \\mathrm { ~ \\gamma = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1 } } \\\\ & { \\mathrm { ~ } } \\\\ & { \\mathrm { ~ \\gamma ~ R a t c h ~ } \\mathcal { B } = \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\ \\bigcup \\left\\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\ \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\right\\} _ { t = 0 } ^ { \\tau _ { m a x } } \\ | \\ \\mathbf { y } | ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | B | } \\mathrm { ~ i n ~ e ~ } } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , a } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , a } ) } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , y } ) } \\\\ & { \\mathrm { ~ \\ } } \\\\ & { \\theta _ { D , r } \\cdot \\theta _ { D , r } - \\mu \\left( \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } - \\lambda _ { p } \\frac { \\partial \\mathcal { L } _ { D , 0 } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) } { \\partial \\theta _ { D , r } } \\right) } \\\\ & { \\theta _ { D , y } + \\theta _ { D , y } - \\mu \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } } \\\\ & { \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac { \\partial \\mathcal { L } _ { D , x } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , x } ) } { \\partial \\theta _ { D , a } } } \\\\ & \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac \\end{array}", + "type": "interline_equation", + "image_path": "ac852ab763eeff945a9bc6d1ff38554c2fd5e81feec5d26c4276ae8f3c311e87.jpg" + } + ] + } + ], + "index": 23, + "virtual_lines": [ + { + "bbox": [ + 126, + 518, + 435, + 565.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 126, + 565.0, + 435, + 612.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 126, + 612.0, + 435, + 659.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 126, + 657, + 158, + 666 + ], + "lines": [ + { + "bbox": [ + 126, + 655, + 161, + 668 + ], + "spans": [ + { + "bbox": [ + 126, + 655, + 161, + 668 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25, + "bbox_fs": [ + 126, + 655, + 161, + 668 + ] + }, + { + "type": "text", + "bbox": [ + 117, + 667, + 149, + 677 + ], + "lines": [ + { + "bbox": [ + 115, + 666, + 150, + 678 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 150, + 678 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26, + "bbox_fs": [ + 115, + 666, + 150, + 678 + ] + }, + { + "type": "text", + "bbox": [ + 114, + 688, + 504, + 712 + ], + "lines": [ + { + "bbox": [ + 115, + 687, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 687, + 289, + 702 + ], + "score": 1.0, + "content": "Output: Trained CRN encoder (parameters", + "type": "text" + }, + { + "bbox": [ + 289, + 689, + 356, + 701 + ], + "score": 0.92, + "content": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y } )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 687, + 506, + 702 + ], + "score": 1.0, + "content": "and trained CRN decoder (parameters", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 117, + 698, + 194, + 714 + ], + "spans": [ + { + "bbox": [ + 117, + 700, + 189, + 712 + ], + "score": 0.8, + "content": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y } . ~ )", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 698, + 194, + 714 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 115, + 687, + 506, + 714 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 105, + 81, + 497, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 498, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 498, + 95 + ], + "score": 1.0, + "content": "F PHARMACOKINETIC-PHARMACODYNAMIC MODEL OF TUMOUR GROWTH", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 506, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 505, + 119 + ], + "score": 1.0, + "content": "To evaluate the CRN on counterfactual estimation, we need access to the data generation mechanism", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "to build a test set that consists of patient outcomes under all possible treatment options. For this", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 104, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "purpose, we use the state-of-the-art pharmacokinetic-pharmacodynamic (PK-PD) model of tumour", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 506, + 151 + ], + "score": 1.0, + "content": "growth proposed by Geng et al. (2017) and also used by Lim et al. (2018) for evaluating RMSMs.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "score": 1.0, + "content": "The PK-PD model characterizes patients suffering from non-small cell lung cancer and models the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "score": 1.0, + "content": "evolution of their tumour under the combined effects of chemotherapy and radiotherapy. In addition,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 492, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 492, + 185 + ], + "score": 1.0, + "content": "the model includes different distributions of tumour sizes based on the cancer stage at diagnosis.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 104, + 188, + 488, + 200 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 489, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 306, + 202 + ], + "score": 1.0, + "content": "Model of tumour growth The volume of tumour", + "type": "text" + }, + { + "bbox": [ + 307, + 190, + 312, + 199 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 188, + 489, + 202 + ], + "score": 1.0, + "content": "days after diagnosis is modelled as follows:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 205, + 467, + 247 + ], + "lines": [ + { + "bbox": [ + 144, + 205, + 467, + 247 + ], + "spans": [ + { + "bbox": [ + 144, + 205, + 467, + 247 + ], + "score": 0.92, + "content": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } ( \\frac { K } { V ( t ) } ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )", + "type": "interline_equation", + "image_path": "e2557ef0023c3a665990cf4317f4ba76916ae9620ba84de4bb4caaaf65bac40f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 144, + 205, + 467, + 219.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 144, + 219.0, + 467, + 233.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 144, + 233.0, + 467, + 247.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 252, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 196, + 266 + ], + "score": 1.0, + "content": "where the parameters", + "type": "text" + }, + { + "bbox": [ + 196, + 253, + 259, + 263 + ], + "score": 0.91, + "content": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 250, + 505, + 266 + ], + "score": 1.0, + "content": "are sampled from the prior distributions described in (Geng", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 262, + 507, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 172, + 276 + ], + "score": 1.0, + "content": "et al., 2017) and", + "type": "text" + }, + { + "bbox": [ + 172, + 263, + 243, + 275 + ], + "score": 0.93, + "content": "e _ { t } \\sim \\mathcal { N } ( 0 , 0 . 0 1 ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 262, + 507, + 276 + ], + "score": 1.0, + "content": "is a noise term that accounts for randomness in the tumour growth.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 506, + 337 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "To incorporate heterogeneity among patient responses, due to, for instance, gender or genetic factors", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 275, + 305 + ], + "score": 1.0, + "content": "Bartsch et al. (2007), the prior means for", + "type": "text" + }, + { + "bbox": [ + 276, + 291, + 286, + 302 + ], + "score": 0.89, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 289, + 305, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 305, + 293, + 317, + 302 + ], + "score": 0.87, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 289, + 505, + 305 + ], + "score": 1.0, + "content": "are adjusted to create three patient subgroups", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 300, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 107, + 302, + 170, + 315 + ], + "score": 0.93, + "content": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 300, + 506, + 318 + ], + "score": 1.0, + "content": "as described in Lim et al. (2018). This way, we incorporate in the model of tumour", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 312, + 507, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 507, + 328 + ], + "score": 1.0, + "content": "growth specific characteristics that affect the patient’s individualized response to treatments. Thus,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 324, + 434, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 167, + 339 + ], + "score": 1.0, + "content": "the prior mean", + "type": "text" + }, + { + "bbox": [ + 167, + 326, + 182, + 338 + ], + "score": 0.88, + "content": "\\mu _ { \\beta _ { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 324, + 195, + 339 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 195, + 325, + 206, + 336 + ], + "score": 0.89, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 324, + 285, + 339 + ], + "score": 1.0, + "content": "and the prior mean", + "type": "text" + }, + { + "bbox": [ + 285, + 326, + 301, + 337 + ], + "score": 0.87, + "content": "\\mu _ { \\alpha _ { r } }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 324, + 314, + 339 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 314, + 326, + 326, + 336 + ], + "score": 0.86, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 324, + 434, + 339 + ], + "score": 1.0, + "content": "are augmented as follows.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 342, + 450, + 371 + ], + "lines": [ + { + "bbox": [ + 150, + 342, + 450, + 371 + ], + "spans": [ + { + "bbox": [ + 150, + 342, + 450, + 371 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mu _ { \\beta _ { c } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\beta _ { c } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 3 } \\\\ { \\mu _ { \\beta _ { c } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. \\qquad \\mu _ { \\alpha _ { r } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\alpha _ { r } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 1 } \\\\ { \\mu _ { \\alpha _ { r } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. } \\end{array}", + "type": "interline_equation", + "image_path": "05e546345d7ffc1053caf0ba81224b78b4e995b12e03101af2bf1b1e35d119db.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 150, + 342, + 450, + 351.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 351.6666666666667, + 450, + 361.33333333333337 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 150, + 361.33333333333337, + 450, + 371.00000000000006 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 505, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 133, + 390 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 379, + 149, + 389 + ], + "score": 0.88, + "content": "\\mu _ { \\beta _ { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 376, + 167, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 168, + 379, + 184, + 389 + ], + "score": 0.89, + "content": "\\mu _ { \\alpha _ { r } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 376, + 401, + 390 + ], + "score": 1.0, + "content": "are the mean parameters from Geng et al. (2017) and", + "type": "text" + }, + { + "bbox": [ + 401, + 376, + 428, + 390 + ], + "score": 0.93, + "content": "\\mu _ { \\beta _ { c } } ^ { \\prime } ( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 376, + 446, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 446, + 377, + 474, + 390 + ], + "score": 0.93, + "content": "\\mu _ { \\alpha _ { r } } ^ { \\prime } ( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 376, + 505, + 390 + ], + "score": 1.0, + "content": "are the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 360, + 404 + ], + "score": 1.0, + "content": "parameters used in the data simulation. The patient subgroup", + "type": "text" + }, + { + "bbox": [ + 361, + 390, + 425, + 403 + ], + "score": 0.93, + "content": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "is used as baseline", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 144, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 144, + 414 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 470, + 430 + ], + "lines": [ + { + "bbox": [ + 104, + 416, + 472, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 416, + 472, + 434 + ], + "score": 1.0, + "content": "The chemotherapy drug concentration follows an exponential decay with half life of 1 day:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 435, + 363, + 451 + ], + "lines": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "spans": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "score": 0.92, + "content": "C ( t ) = \\tilde { C } ( t ) + C ( t - 1 ) / 2 ,", + "type": "interline_equation", + "image_path": "1c4201090bb9934d95d2db562dfb063997c31c260912886b5f4e49b471e2709e.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 457, + 504, + 480 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 133, + 470 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 456, + 211, + 469 + ], + "score": 0.94, + "content": "\\tilde { C } ( t ) = 5 . 0 m g / m ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 455, + 400, + 470 + ], + "score": 1.0, + "content": "of Vinblastine if chemotherapy is given at time", + "type": "text" + }, + { + "bbox": [ + 401, + 459, + 406, + 467 + ], + "score": 0.44, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 455, + 410, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 410, + 457, + 467, + 469 + ], + "score": 0.9, + "content": "d ( t ) = 2 . 0 G y", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 455, + 506, + 470 + ], + "score": 1.0, + "content": "fractions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 467, + 382, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 373, + 481 + ], + "score": 1.0, + "content": "of radiotherapy if the radiotherapy treatment is applied at timestep", + "type": "text" + }, + { + "bbox": [ + 373, + 469, + 378, + 478 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 467, + 382, + 481 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 505, + 508 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "Time-varying confounding is introduced by modelling chemotherapy and radiotherapy assignment as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 475, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 293, + 508 + ], + "score": 1.0, + "content": "Bernoulli random variables, with probabilities", + "type": "text" + }, + { + "bbox": [ + 293, + 497, + 303, + 507 + ], + "score": 0.86, + "content": "p _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 495, + 321, + 508 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 321, + 497, + 331, + 507 + ], + "score": 0.85, + "content": "p _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 495, + 475, + 508 + ], + "score": 1.0, + "content": "depending on the tumour diameter:", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 512, + 461, + 540 + ], + "lines": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "spans": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "score": 0.92, + "content": "p _ { c } ( t ) = \\sigma \\left( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\right) \\qquad p _ { r } ( t ) = \\sigma \\left( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { r } ) \\right) ,", + "type": "interline_equation", + "image_path": "5fdbff385364eeb0a9503f2f851555ed99ef98105cd93892f77cd5e230072271.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 545, + 506, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 133, + 559 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 545, + 155, + 558 + ], + "score": 0.92, + "content": "\\bar { D } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 544, + 374, + 559 + ], + "score": 1.0, + "content": "is the average tumour diameter over the last 15 days,", + "type": "text" + }, + { + "bbox": [ + 375, + 546, + 435, + 556 + ], + "score": 0.94, + "content": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 544, + 506, + 559 + ], + "score": 1.0, + "content": "is the maximum", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 556, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 195, + 569 + ], + "score": 1.0, + "content": "tumour diameter and", + "type": "text" + }, + { + "bbox": [ + 195, + 557, + 212, + 568 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 556, + 424, + 569 + ], + "score": 1.0, + "content": "is the sigmoid activation function. The parameters", + "type": "text" + }, + { + "bbox": [ + 424, + 557, + 434, + 568 + ], + "score": 0.88, + "content": "\\delta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 556, + 453, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 453, + 557, + 463, + 568 + ], + "score": 0.87, + "content": "\\delta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 556, + 506, + 569 + ], + "score": 1.0, + "content": "are set to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 567, + 185, + 579 + ], + "score": 0.91, + "content": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 566, + 506, + 581 + ], + "score": 1.0, + "content": "such that there is 0.5 probability of receiving treatment when tumour is half of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 183, + 592 + ], + "score": 1.0, + "content": "its maximum size.", + "type": "text" + }, + { + "bbox": [ + 184, + 580, + 208, + 590 + ], + "score": 0.87, + "content": "\\gamma _ { c } , \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 578, + 465, + 592 + ], + "score": 1.0, + "content": "control the amount of time-dependent confounding; the higher", + "type": "text" + }, + { + "bbox": [ + 466, + 579, + 477, + 590 + ], + "score": 0.86, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 578, + 506, + 592 + ], + "score": 1.0, + "content": "is, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 588, + 507, + 603 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 507, + 603 + ], + "score": 1.0, + "content": "more important the history of tumour diameter is in assigning treatments. Thus, at each timestep,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 326, + 613 + ], + "score": 1.0, + "content": "there are four treatment options options: no treatment", + "type": "text" + }, + { + "bbox": [ + 327, + 601, + 345, + 612 + ], + "score": 0.83, + "content": "( A _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 601, + 405, + 613 + ], + "score": 1.0, + "content": ", chemotherpy", + "type": "text" + }, + { + "bbox": [ + 406, + 601, + 425, + 612 + ], + "score": 0.86, + "content": "\\left( A _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 601, + 483, + 613 + ], + "score": 1.0, + "content": ", radiotherapy", + "type": "text" + }, + { + "bbox": [ + 483, + 600, + 502, + 612 + ], + "score": 0.87, + "content": "\\left( A _ { 3 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 601, + 506, + 613 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 611, + 300, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 278, + 624 + ], + "score": 1.0, + "content": "combined chemotherapy and radiotherapy", + "type": "text" + }, + { + "bbox": [ + 278, + 612, + 296, + 623 + ], + "score": 0.81, + "content": "( A _ { 4 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 611, + 300, + 624 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Since the work most relevant to ours is the one of Lim et al. (2018) we used the same data simulation", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 639, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 198, + 651 + ], + "score": 1.0, + "content": "and same settings for", + "type": "text" + }, + { + "bbox": [ + 199, + 641, + 257, + 651 + ], + "score": 0.91, + "content": "\\gamma = \\gamma _ { c } = \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 639, + 358, + 651 + ], + "score": 1.0, + "content": "as in their case. When", + "type": "text" + }, + { + "bbox": [ + 358, + 640, + 387, + 651 + ], + "score": 0.91, + "content": "\\gamma = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 639, + 505, + 651 + ], + "score": 1.0, + "content": ", there is no time-dependent", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 384, + 663 + ], + "score": 1.0, + "content": "confounding and the treatments are randomly assigned. By increasing", + "type": "text" + }, + { + "bbox": [ + 384, + 652, + 392, + 662 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "we increase the influence of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 660, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 248, + 673 + ], + "score": 1.0, + "content": "the volume size history (encoded in", + "type": "text" + }, + { + "bbox": [ + 248, + 660, + 270, + 673 + ], + "score": 0.88, + "content": "\\bar { D } ( t ) ,", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 661, + 472, + 673 + ], + "score": 1.0, + "content": ") on the treatment probability. For example, assume", + "type": "text" + }, + { + "bbox": [ + 472, + 660, + 505, + 673 + ], + "score": 0.9, + "content": "\\bar { D } ( t ) =", + "type": "inline_equation" + } + ], + "index": 42 + }, + { + "bbox": [ + 108, + 667, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 108, + 672, + 135, + 686 + ], + "score": 0.91, + "content": "\\frac { 3 D _ { m a x } } { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 667, + 223, + 704 + ], + "score": 1.0, + "content": "n (7), t, where", + "type": "text" + }, + { + "bbox": [ + 242, + 667, + 367, + 704 + ], + "score": 1.0, + "content": "obability of chemotherapy in thiis the sigmoid function. When", + "type": "text" + }, + { + "bbox": [ + 393, + 667, + 396, + 704 + ], + "score": 1.0, + "content": "i,", + "type": "text" + }, + { + "bbox": [ + 402, + 672, + 505, + 687 + ], + "score": 0.9, + "content": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma ( \\frac { \\gamma _ { c } } { D _ { m a x } } ( \\bar { D } ( t ) - } \\end{array}", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 108, + 687, + 502, + 700 + ], + "spans": [ + { + "bbox": [ + 108, + 687, + 193, + 699 + ], + "score": 0.88, + "content": "\\textstyle \\frac { D _ { m a x } } { 2 } ) ) = \\sigma ( 0 . 2 5 \\gamma _ { c } )", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 687, + 241, + 699 + ], + "score": 0.92, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 688, + 393, + 699 + ], + "score": 0.87, + "content": "\\gamma = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 687, + 449, + 700 + ], + "score": 0.87, + "content": "p _ { c } ( t ) = 0 . 5 6", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 689, + 502, + 699 + ], + "score": 0.89, + "content": "\\gamma = 5", + "type": "inline_equation" + } + ], + "index": 44 + }, + { + "bbox": [ + 107, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 107, + 699, + 159, + 711 + ], + "score": 0.82, + "content": "p _ { c } ( t ) = 0 . 7 7", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 698, + 200, + 713 + ], + "score": 1.0, + "content": "and when", + "type": "text" + }, + { + "bbox": [ + 201, + 699, + 231, + 710 + ], + "score": 0.9, + "content": "\\gamma = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 698, + 235, + 713 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 235, + 699, + 288, + 711 + ], + "score": 0.87, + "content": "\\dot { p } _ { c } ( t ) = 0 . 9 2", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 698, + 354, + 713 + ], + "score": 1.0, + "content": "in this example.", + "type": "text" + }, + { + "bbox": [ + 354, + 701, + 362, + 711 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "can be increased further to increase", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "the bias. However, the values used in the experiments evaluate the model on a wide range of settings", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 273, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 273, + 733 + ], + "score": 1.0, + "content": "for the time-dependent confounding bias.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 43 + } + ], + "page_idx": 19, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 294, + 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, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 105, + 81, + 497, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 498, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 498, + 95 + ], + "score": 1.0, + "content": "F PHARMACOKINETIC-PHARMACODYNAMIC MODEL OF TUMOUR GROWTH", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 506, + 184 + ], + "lines": [ + { + "bbox": [ + 105, + 105, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 505, + 119 + ], + "score": 1.0, + "content": "To evaluate the CRN on counterfactual estimation, we need access to the data generation mechanism", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "to build a test set that consists of patient outcomes under all possible treatment options. For this", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 128, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 104, + 128, + 506, + 141 + ], + "score": 1.0, + "content": "purpose, we use the state-of-the-art pharmacokinetic-pharmacodynamic (PK-PD) model of tumour", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 506, + 151 + ], + "score": 1.0, + "content": "growth proposed by Geng et al. (2017) and also used by Lim et al. (2018) for evaluating RMSMs.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "spans": [ + { + "bbox": [ + 105, + 150, + 505, + 163 + ], + "score": 1.0, + "content": "The PK-PD model characterizes patients suffering from non-small cell lung cancer and models the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 506, + 174 + ], + "score": 1.0, + "content": "evolution of their tumour under the combined effects of chemotherapy and radiotherapy. In addition,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 171, + 492, + 185 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 492, + 185 + ], + "score": 1.0, + "content": "the model includes different distributions of tumour sizes based on the cancer stage at diagnosis.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4, + "bbox_fs": [ + 104, + 105, + 506, + 185 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 188, + 488, + 200 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 489, + 202 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 306, + 202 + ], + "score": 1.0, + "content": "Model of tumour growth The volume of tumour", + "type": "text" + }, + { + "bbox": [ + 307, + 190, + 312, + 199 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 188, + 489, + 202 + ], + "score": 1.0, + "content": "days after diagnosis is modelled as follows:", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 8, + "bbox_fs": [ + 106, + 188, + 489, + 202 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 205, + 467, + 247 + ], + "lines": [ + { + "bbox": [ + 144, + 205, + 467, + 247 + ], + "spans": [ + { + "bbox": [ + 144, + 205, + 467, + 247 + ], + "score": 0.92, + "content": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } ( \\frac { K } { V ( t ) } ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )", + "type": "interline_equation", + "image_path": "e2557ef0023c3a665990cf4317f4ba76916ae9620ba84de4bb4caaaf65bac40f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 144, + 205, + 467, + 219.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 144, + 219.0, + 467, + 233.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 144, + 233.0, + 467, + 247.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 252, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 250, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 250, + 196, + 266 + ], + "score": 1.0, + "content": "where the parameters", + "type": "text" + }, + { + "bbox": [ + 196, + 253, + 259, + 263 + ], + "score": 0.91, + "content": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 250, + 505, + 266 + ], + "score": 1.0, + "content": "are sampled from the prior distributions described in (Geng", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 262, + 507, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 262, + 172, + 276 + ], + "score": 1.0, + "content": "et al., 2017) and", + "type": "text" + }, + { + "bbox": [ + 172, + 263, + 243, + 275 + ], + "score": 0.93, + "content": "e _ { t } \\sim \\mathcal { N } ( 0 , 0 . 0 1 ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 262, + 507, + 276 + ], + "score": 1.0, + "content": "is a noise term that accounts for randomness in the tumour growth.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 250, + 507, + 276 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 506, + 337 + ], + "lines": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "To incorporate heterogeneity among patient responses, due to, for instance, gender or genetic factors", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 289, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 275, + 305 + ], + "score": 1.0, + "content": "Bartsch et al. (2007), the prior means for", + "type": "text" + }, + { + "bbox": [ + 276, + 291, + 286, + 302 + ], + "score": 0.89, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 289, + 305, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 305, + 293, + 317, + 302 + ], + "score": 0.87, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 289, + 505, + 305 + ], + "score": 1.0, + "content": "are adjusted to create three patient subgroups", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 300, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 107, + 302, + 170, + 315 + ], + "score": 0.93, + "content": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 300, + 506, + 318 + ], + "score": 1.0, + "content": "as described in Lim et al. (2018). This way, we incorporate in the model of tumour", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 312, + 507, + 328 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 507, + 328 + ], + "score": 1.0, + "content": "growth specific characteristics that affect the patient’s individualized response to treatments. Thus,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 324, + 434, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 167, + 339 + ], + "score": 1.0, + "content": "the prior mean", + "type": "text" + }, + { + "bbox": [ + 167, + 326, + 182, + 338 + ], + "score": 0.88, + "content": "\\mu _ { \\beta _ { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 324, + 195, + 339 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 195, + 325, + 206, + 336 + ], + "score": 0.89, + "content": "\\beta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 324, + 285, + 339 + ], + "score": 1.0, + "content": "and the prior mean", + "type": "text" + }, + { + "bbox": [ + 285, + 326, + 301, + 337 + ], + "score": 0.87, + "content": "\\mu _ { \\alpha _ { r } }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 324, + 314, + 339 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 314, + 326, + 326, + 336 + ], + "score": 0.86, + "content": "\\alpha _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 324, + 434, + 339 + ], + "score": 1.0, + "content": "are augmented as follows.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 279, + 507, + 339 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 342, + 450, + 371 + ], + "lines": [ + { + "bbox": [ + 150, + 342, + 450, + 371 + ], + "spans": [ + { + "bbox": [ + 150, + 342, + 450, + 371 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mu _ { \\beta _ { c } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\beta _ { c } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 3 } \\\\ { \\mu _ { \\beta _ { c } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. \\qquad \\mu _ { \\alpha _ { r } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\alpha _ { r } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 1 } \\\\ { \\mu _ { \\alpha _ { r } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. } \\end{array}", + "type": "interline_equation", + "image_path": "05e546345d7ffc1053caf0ba81224b78b4e995b12e03101af2bf1b1e35d119db.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 150, + 342, + 450, + 351.6666666666667 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 150, + 351.6666666666667, + 450, + 361.33333333333337 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 150, + 361.33333333333337, + 450, + 371.00000000000006 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 505, + 414 + ], + "lines": [ + { + "bbox": [ + 106, + 376, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 133, + 390 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 379, + 149, + 389 + ], + "score": 0.88, + "content": "\\mu _ { \\beta _ { c } }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 376, + 167, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 168, + 379, + 184, + 389 + ], + "score": 0.89, + "content": "\\mu _ { \\alpha _ { r } }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 376, + 401, + 390 + ], + "score": 1.0, + "content": "are the mean parameters from Geng et al. (2017) and", + "type": "text" + }, + { + "bbox": [ + 401, + 376, + 428, + 390 + ], + "score": 0.93, + "content": "\\mu _ { \\beta _ { c } } ^ { \\prime } ( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 376, + 446, + 390 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 446, + 377, + 474, + 390 + ], + "score": 0.93, + "content": "\\mu _ { \\alpha _ { r } } ^ { \\prime } ( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 376, + 505, + 390 + ], + "score": 1.0, + "content": "are the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 360, + 404 + ], + "score": 1.0, + "content": "parameters used in the data simulation. The patient subgroup", + "type": "text" + }, + { + "bbox": [ + 361, + 390, + 425, + 403 + ], + "score": 0.93, + "content": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "is used as baseline", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 144, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 144, + 414 + ], + "score": 1.0, + "content": "features.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 376, + 505, + 414 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 418, + 470, + 430 + ], + "lines": [ + { + "bbox": [ + 104, + 416, + 472, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 416, + 472, + 434 + ], + "score": 1.0, + "content": "The chemotherapy drug concentration follows an exponential decay with half life of 1 day:", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 416, + 472, + 434 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 435, + 363, + 451 + ], + "lines": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "spans": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "score": 0.92, + "content": "C ( t ) = \\tilde { C } ( t ) + C ( t - 1 ) / 2 ,", + "type": "interline_equation", + "image_path": "1c4201090bb9934d95d2db562dfb063997c31c260912886b5f4e49b471e2709e.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 247, + 435, + 363, + 451 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 457, + 504, + 480 + ], + "lines": [ + { + "bbox": [ + 105, + 455, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 455, + 133, + 470 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 456, + 211, + 469 + ], + "score": 0.94, + "content": "\\tilde { C } ( t ) = 5 . 0 m g / m ^ { 3 }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 455, + 400, + 470 + ], + "score": 1.0, + "content": "of Vinblastine if chemotherapy is given at time", + "type": "text" + }, + { + "bbox": [ + 401, + 459, + 406, + 467 + ], + "score": 0.44, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 455, + 410, + 470 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 410, + 457, + 467, + 469 + ], + "score": 0.9, + "content": "d ( t ) = 2 . 0 G y", + "type": "inline_equation" + }, + { + "bbox": [ + 467, + 455, + 506, + 470 + ], + "score": 1.0, + "content": "fractions", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 467, + 382, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 373, + 481 + ], + "score": 1.0, + "content": "of radiotherapy if the radiotherapy treatment is applied at timestep", + "type": "text" + }, + { + "bbox": [ + 373, + 469, + 378, + 478 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 467, + 382, + 481 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 455, + 506, + 481 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 484, + 505, + 508 + ], + "lines": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "Time-varying confounding is introduced by modelling chemotherapy and radiotherapy assignment as", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 475, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 293, + 508 + ], + "score": 1.0, + "content": "Bernoulli random variables, with probabilities", + "type": "text" + }, + { + "bbox": [ + 293, + 497, + 303, + 507 + ], + "score": 0.86, + "content": "p _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 495, + 321, + 508 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 321, + 497, + 331, + 507 + ], + "score": 0.85, + "content": "p _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 495, + 475, + 508 + ], + "score": 1.0, + "content": "depending on the tumour diameter:", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 106, + 484, + 505, + 508 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 512, + 461, + 540 + ], + "lines": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "spans": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "score": 0.92, + "content": "p _ { c } ( t ) = \\sigma \\left( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\right) \\qquad p _ { r } ( t ) = \\sigma \\left( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { r } ) \\right) ,", + "type": "interline_equation", + "image_path": "5fdbff385364eeb0a9503f2f851555ed99ef98105cd93892f77cd5e230072271.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 149, + 512, + 461, + 540 + ], + "spans": [], + "index": 31 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 545, + 506, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 133, + 559 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 545, + 155, + 558 + ], + "score": 0.92, + "content": "\\bar { D } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 544, + 374, + 559 + ], + "score": 1.0, + "content": "is the average tumour diameter over the last 15 days,", + "type": "text" + }, + { + "bbox": [ + 375, + 546, + 435, + 556 + ], + "score": 0.94, + "content": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m }", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 544, + 506, + 559 + ], + "score": 1.0, + "content": "is the maximum", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 556, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 195, + 569 + ], + "score": 1.0, + "content": "tumour diameter and", + "type": "text" + }, + { + "bbox": [ + 195, + 557, + 212, + 568 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 556, + 424, + 569 + ], + "score": 1.0, + "content": "is the sigmoid activation function. The parameters", + "type": "text" + }, + { + "bbox": [ + 424, + 557, + 434, + 568 + ], + "score": 0.88, + "content": "\\delta _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 556, + 453, + 569 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 453, + 557, + 463, + 568 + ], + "score": 0.87, + "content": "\\delta _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 556, + 506, + 569 + ], + "score": 1.0, + "content": "are set to", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 107, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 567, + 185, + 579 + ], + "score": 0.91, + "content": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 566, + 506, + 581 + ], + "score": 1.0, + "content": "such that there is 0.5 probability of receiving treatment when tumour is half of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 578, + 506, + 592 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 183, + 592 + ], + "score": 1.0, + "content": "its maximum size.", + "type": "text" + }, + { + "bbox": [ + 184, + 580, + 208, + 590 + ], + "score": 0.87, + "content": "\\gamma _ { c } , \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 578, + 465, + 592 + ], + "score": 1.0, + "content": "control the amount of time-dependent confounding; the higher", + "type": "text" + }, + { + "bbox": [ + 466, + 579, + 477, + 590 + ], + "score": 0.86, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 578, + 506, + 592 + ], + "score": 1.0, + "content": "is, the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 104, + 588, + 507, + 603 + ], + "spans": [ + { + "bbox": [ + 104, + 588, + 507, + 603 + ], + "score": 1.0, + "content": "more important the history of tumour diameter is in assigning treatments. Thus, at each timestep,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 600, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 326, + 613 + ], + "score": 1.0, + "content": "there are four treatment options options: no treatment", + "type": "text" + }, + { + "bbox": [ + 327, + 601, + 345, + 612 + ], + "score": 0.83, + "content": "( A _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 601, + 405, + 613 + ], + "score": 1.0, + "content": ", chemotherpy", + "type": "text" + }, + { + "bbox": [ + 406, + 601, + 425, + 612 + ], + "score": 0.86, + "content": "\\left( A _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 601, + 483, + 613 + ], + "score": 1.0, + "content": ", radiotherapy", + "type": "text" + }, + { + "bbox": [ + 483, + 600, + 502, + 612 + ], + "score": 0.87, + "content": "\\left( A _ { 3 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 601, + 506, + 613 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 611, + 300, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 278, + 624 + ], + "score": 1.0, + "content": "combined chemotherapy and radiotherapy", + "type": "text" + }, + { + "bbox": [ + 278, + 612, + 296, + 623 + ], + "score": 0.81, + "content": "( A _ { 4 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 611, + 300, + 624 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35, + "bbox_fs": [ + 104, + 544, + 507, + 624 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "Since the work most relevant to ours is the one of Lim et al. (2018) we used the same data simulation", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 639, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 198, + 651 + ], + "score": 1.0, + "content": "and same settings for", + "type": "text" + }, + { + "bbox": [ + 199, + 641, + 257, + 651 + ], + "score": 0.91, + "content": "\\gamma = \\gamma _ { c } = \\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 639, + 358, + 651 + ], + "score": 1.0, + "content": "as in their case. When", + "type": "text" + }, + { + "bbox": [ + 358, + 640, + 387, + 651 + ], + "score": 0.91, + "content": "\\gamma = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 639, + 505, + 651 + ], + "score": 1.0, + "content": ", there is no time-dependent", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 384, + 663 + ], + "score": 1.0, + "content": "confounding and the treatments are randomly assigned. By increasing", + "type": "text" + }, + { + "bbox": [ + 384, + 652, + 392, + 662 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "we increase the influence of", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 660, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 248, + 673 + ], + "score": 1.0, + "content": "the volume size history (encoded in", + "type": "text" + }, + { + "bbox": [ + 248, + 660, + 270, + 673 + ], + "score": 0.88, + "content": "\\bar { D } ( t ) ,", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 661, + 472, + 673 + ], + "score": 1.0, + "content": ") on the treatment probability. For example, assume", + "type": "text" + }, + { + "bbox": [ + 472, + 660, + 505, + 673 + ], + "score": 0.9, + "content": "\\bar { D } ( t ) =", + "type": "inline_equation" + } + ], + "index": 42 + }, + { + "bbox": [ + 108, + 667, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 108, + 672, + 135, + 686 + ], + "score": 0.91, + "content": "\\frac { 3 D _ { m a x } } { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 193, + 667, + 223, + 704 + ], + "score": 1.0, + "content": "n (7), t, where", + "type": "text" + }, + { + "bbox": [ + 242, + 667, + 367, + 704 + ], + "score": 1.0, + "content": "obability of chemotherapy in thiis the sigmoid function. When", + "type": "text" + }, + { + "bbox": [ + 393, + 667, + 396, + 704 + ], + "score": 1.0, + "content": "i,", + "type": "text" + }, + { + "bbox": [ + 402, + 672, + 505, + 687 + ], + "score": 0.9, + "content": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma ( \\frac { \\gamma _ { c } } { D _ { m a x } } ( \\bar { D } ( t ) - } \\end{array}", + "type": "inline_equation" + } + ], + "index": 43 + }, + { + "bbox": [ + 108, + 687, + 502, + 700 + ], + "spans": [ + { + "bbox": [ + 108, + 687, + 193, + 699 + ], + "score": 0.88, + "content": "\\textstyle \\frac { D _ { m a x } } { 2 } ) ) = \\sigma ( 0 . 2 5 \\gamma _ { c } )", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 687, + 241, + 699 + ], + "score": 0.92, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 688, + 393, + 699 + ], + "score": 0.87, + "content": "\\gamma = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 687, + 449, + 700 + ], + "score": 0.87, + "content": "p _ { c } ( t ) = 0 . 5 6", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 689, + 502, + 699 + ], + "score": 0.89, + "content": "\\gamma = 5", + "type": "inline_equation" + } + ], + "index": 44 + }, + { + "bbox": [ + 107, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 107, + 699, + 159, + 711 + ], + "score": 0.82, + "content": "p _ { c } ( t ) = 0 . 7 7", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 698, + 200, + 713 + ], + "score": 1.0, + "content": "and when", + "type": "text" + }, + { + "bbox": [ + 201, + 699, + 231, + 710 + ], + "score": 0.9, + "content": "\\gamma = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 698, + 235, + 713 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 235, + 699, + 288, + 711 + ], + "score": 0.87, + "content": "\\dot { p } _ { c } ( t ) = 0 . 9 2", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 698, + 354, + 713 + ], + "score": 1.0, + "content": "in this example.", + "type": "text" + }, + { + "bbox": [ + 354, + 701, + 362, + 711 + ], + "score": 0.81, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "can be increased further to increase", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "the bias. However, the values used in the experiments evaluate the model on a wide range of settings", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 721, + 273, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 273, + 733 + ], + "score": 1.0, + "content": "for the time-dependent confounding bias.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 628, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 81, + 308, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 309, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 309, + 96 + ], + "score": 1.0, + "content": "G MARGINAL STRUCTURAL MODELS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 140 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "Marginal Structural Models (Robins et al., 2000; Hernán et al., 2001) have been widely used in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 506, + 129 + ], + "score": 1.0, + "content": "epidemiology and as part of follow up studies. In our case, we would like to estimate the effects of a", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 128, + 384, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 384, + 141 + ], + "score": 1.0, + "content": "sequence of treatments in the future given the current patient history:", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 142, + 462, + 157 + ], + "lines": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "spans": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "score": 0.88, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) ,", + "type": "interline_equation", + "image_path": "9444ac0857824582bc73ef18ac71a61e8192c86ef7507c2e839e8a675b4261cd.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 132, + 174 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 163, + 139, + 172 + ], + "score": 0.81, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 160, + 238, + 174 + ], + "score": 1.0, + "content": "is a generic function and", + "type": "text" + }, + { + "bbox": [ + 238, + 161, + 372, + 173 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 160, + 506, + 174 + ], + "score": 1.0, + "content": "represents a possible sequence of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 207, + 186 + ], + "score": 1.0, + "content": "treatments from timestep", + "type": "text" + }, + { + "bbox": [ + 208, + 173, + 213, + 182 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 171, + 366, + 186 + ], + "score": 1.0, + "content": "just until before the potential outcome", + "type": "text" + }, + { + "bbox": [ + 366, + 173, + 390, + 183 + ], + "score": 0.88, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 171, + 505, + 186 + ], + "score": 1.0, + "content": "is observed. After removing", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 286, + 196 + ], + "score": 1.0, + "content": "the bias form time-dependent confounders,", + "type": "text" + }, + { + "bbox": [ + 286, + 182, + 505, + 195 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\mathbb { E } \\mathbf { \\hat { ( } } \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 210, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 206, + 207 + ], + "score": 0.88, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 194, + 210, + 207 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 211, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 403, + 223 + ], + "score": 1.0, + "content": "Note that for implementing MSMs, we encode the treatments at timestep", + "type": "text" + }, + { + "bbox": [ + 403, + 212, + 408, + 221 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 211, + 505, + 223 + ], + "score": 1.0, + "content": "in the model of tumour", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 149, + 236 + ], + "score": 1.0, + "content": "growth as", + "type": "text" + }, + { + "bbox": [ + 150, + 222, + 222, + 234 + ], + "score": 0.91, + "content": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "to indicate the binary application of chemotherapy and radiotherapy.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 234, + 504, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 504, + 245 + ], + "score": 1.0, + "content": "In order to remove the time-dependent confounding bias and estimate future outcomes, we use the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 244, + 369, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 369, + 256 + ], + "score": 1.0, + "content": "stabilized weights of MSMs to weight each patient in the dataset:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 258, + 465, + 293 + ], + "lines": [ + { + "bbox": [ + 129, + 258, + 465, + 293 + ], + "spans": [ + { + "bbox": [ + 129, + 258, + 465, + 293 + ], + "score": 0.93, + "content": "S W ( t , \\tau ) = \\prod _ { n = t } ^ { t + \\tau } \\frac { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } = \\prod _ { n = t } ^ { t + \\tau } \\frac { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } ,", + "type": "interline_equation", + "image_path": "a5bb5d4f77ece4e8cc83cb4646a2ef2f441964da9acf66c5beaac9645edf1954.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 129, + 258, + 465, + 269.6666666666667 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 129, + 269.6666666666667, + 465, + 281.33333333333337 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 129, + 281.33333333333337, + 465, + 293.00000000000006 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 454, + 308 + ], + "lines": [ + { + "bbox": [ + 106, + 296, + 456, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 133, + 310 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 297, + 150, + 309 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 296, + 456, + 310 + ], + "score": 1.0, + "content": "represents the conditional probability mass function for discrete treatments.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "We adopt the implementation in (Hernán et al., 2001; Howe et al., 2012; Lim et al., 2018) for MSMs", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 325, + 411, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 411, + 337 + ], + "score": 1.0, + "content": "and use logistic regression for estimating the propensity weights as follows:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 340, + 388, + 376 + ], + "lines": [ + { + "bbox": [ + 222, + 340, + 388, + 376 + ], + "spans": [ + { + "bbox": [ + 222, + 340, + 388, + 376 + ], + "score": 0.95, + "content": "f ( A _ { t , k } \\mid \\bar { \\mathbf { A } } _ { t - 1 } ) = \\sigma \\Big ( \\sum _ { j = 1 } ^ { k } \\omega _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , j } ) \\Big )", + "type": "interline_equation", + "image_path": "2c28f5e80be1e62c1cdbc04bb7df7ad9f5d86fcdc192f37ca20dce5bd42fa1d4.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 222, + 340, + 388, + 358.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 222, + 358.0, + 388, + 376.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 161, + 379, + 450, + 415 + ], + "lines": [ + { + "bbox": [ + 161, + 379, + 450, + 415 + ], + "spans": [ + { + "bbox": [ + 161, + 379, + 450, + 415 + ], + "score": 0.94, + "content": "f ( A _ { t , k } \\mid { \\bar { \\mathbf { H } } } _ { t } ) = \\sigma { \\Big ( } \\sum _ { k \\in \\{ c , d \\} } \\phi _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , k } ) + \\mathbf { w } _ { 1 } \\mathbf { X } _ { t } + \\mathbf { w } _ { 2 } \\mathbf { X } _ { t - 1 } + \\mathbf { w } _ { 3 } \\mathbf { V } { \\Big ) }", + "type": "interline_equation", + "image_path": "856def0c59a05cc36c4b5801e07513800a9553b9082256112054c6628527284e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 161, + 379, + 450, + 391.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 161, + 391.0, + 450, + 403.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 161, + 403.0, + 450, + 415.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 132, + 430 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 418, + 159, + 429 + ], + "score": 0.87, + "content": "\\omega _ { \\star } , \\phi _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 417, + 177, + 430 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 178, + 419, + 191, + 428 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 417, + 300, + 430 + ], + "score": 1.0, + "content": "are regression coefficients,", + "type": "text" + }, + { + "bbox": [ + 301, + 417, + 343, + 429 + ], + "score": 0.93, + "content": "k \\in \\{ c , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "indicates the chemotherapy or radiother-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 428, + 300, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 184, + 442 + ], + "score": 1.0, + "content": "apy treatments and", + "type": "text" + }, + { + "bbox": [ + 184, + 429, + 202, + 441 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 428, + 300, + 442 + ], + "score": 1.0, + "content": "is the sigmoid function.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 445, + 505, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 445, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 458 + ], + "score": 1.0, + "content": "For predicting the outcome, the following regression model is used, where each individual patient is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 456, + 240, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 240, + 469 + ], + "score": 1.0, + "content": "weighted by its propensity score:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 471, + 461, + 508 + ], + "lines": [ + { + "bbox": [ + 150, + 471, + 461, + 508 + ], + "spans": [ + { + "bbox": [ + 150, + 471, + 461, + 508 + ], + "score": 0.94, + "content": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\sum _ { k \\in \\{ c , d \\} } \\beta _ { k } ( \\sum _ { n = t } ^ { t + \\tau - 1 } A _ { n , k } ) + 1 _ { 1 } \\mathbf { X } _ { t } + 1 _ { 2 } \\mathbf { X } _ { t - 1 } + 1 _ { 3 } \\mathbf { V }", + "type": "interline_equation", + "image_path": "fddcb4ac03c21e50eb7c668628e43c469f08c0036e911f4a1f32d43aa1266dd2.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 150, + 471, + 461, + 483.3333333333333 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 150, + 483.3333333333333, + 461, + 495.66666666666663 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 150, + 495.66666666666663, + 461, + 507.99999999999994 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 511, + 280, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 511, + 281, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 133, + 524 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 512, + 144, + 523 + ], + "score": 0.88, + "content": "\\beta _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 511, + 162, + 524 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 512, + 171, + 523 + ], + "score": 0.85, + "content": "{ \\bf l } _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 511, + 281, + 524 + ], + "score": 1.0, + "content": "are regression coefficients.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "score": 1.0, + "content": "MSMs do not require hyperparameter tuning so we use the patients from both the train and validation", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 538, + 175, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 175, + 554 + ], + "score": 1.0, + "content": "sets for training.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "title", + "bbox": [ + 107, + 566, + 389, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 390, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 390, + 582 + ], + "score": 1.0, + "content": "H RECURRENT MARGINAL STRUCTURAL NETWORKS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "MSMs are very sensitive to model mis-specification in computing the propensity weights and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 601, + 504, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 504, + 615 + ], + "score": 1.0, + "content": "estimating the outcomes. Recurrent Marginal Structural Models (RMSNs) (Lim et al., 2018) overcome", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 613, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 505, + 627 + ], + "score": 1.0, + "content": "this problem by using recurrent neural networks to estimate the propensity scores and to build the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 623, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 104, + 623, + 506, + 639 + ], + "score": 1.0, + "content": "outcome model. RNNs are more robust to changes in the treatment assignment policy. RMSNs were", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 635, + 294, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 259, + 648 + ], + "score": 1.0, + "content": "implemented as descried in Lim et al.", + "type": "text" + }, + { + "bbox": [ + 259, + 635, + 290, + 647 + ], + "score": 0.53, + "content": "( 2 0 1 8 ) ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 635, + 294, + 648 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 652, + 506, + 686 + ], + "lines": [ + { + "bbox": [ + 106, + 653, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 398, + 664 + ], + "score": 1.0, + "content": "For implementing RMSNs, we also encode the treatments at timestep", + "type": "text" + }, + { + "bbox": [ + 399, + 654, + 404, + 662 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 653, + 505, + 664 + ], + "score": 1.0, + "content": "in the model of tumour", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 663, + 507, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 149, + 677 + ], + "score": 1.0, + "content": "growth as", + "type": "text" + }, + { + "bbox": [ + 149, + 663, + 222, + 676 + ], + "score": 0.93, + "content": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 663, + 507, + 677 + ], + "score": 1.0, + "content": "to indicate the binary application of chemotherapy and radiotherapy.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 675, + 433, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 433, + 687 + ], + "score": 1.0, + "content": "The propensity weights are estimated using recurrent neural networks as follows:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 689, + 474, + 704 + ], + "lines": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "spans": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "score": 0.9, + "content": "\\begin{array} { r l } { f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { n } } ( \\bar { \\mathbf { A } } _ { t - 1 } ) } & { { } ~ f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { d } } ( \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , { \\mathbf { V } } ) } \\end{array}", + "type": "interline_equation", + "image_path": "dbe8a53299b880de732f2f912d47b082a5925b8f40af189f767c2cd073366c9c.jpg" + } + ] + } + ], + "index": 43, + "virtual_lines": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "spans": [], + "index": 43 + } + ] + } + ], + "page_idx": 20, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 106, + 711, + 508, + 732 + ], + "lines": [ + { + "bbox": [ + 117, + 709, + 507, + 725 + ], + "spans": [ + { + "bbox": [ + 117, + 709, + 507, + 725 + ], + "score": 1.0, + "content": "2We used the publicly available implementation from https://github.com/sjblim/rmsn_nips_", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 720, + 134, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 134, + 732 + ], + "score": 1.0, + "content": "2018.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 26, + 294, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 106, + 81, + 308, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 309, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 309, + 96 + ], + "score": 1.0, + "content": "G MARGINAL STRUCTURAL MODELS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 140 + ], + "lines": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 118 + ], + "score": 1.0, + "content": "Marginal Structural Models (Robins et al., 2000; Hernán et al., 2001) have been widely used in", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 118, + 506, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 118, + 506, + 129 + ], + "score": 1.0, + "content": "epidemiology and as part of follow up studies. In our case, we would like to estimate the effects of a", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 128, + 384, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 128, + 384, + 141 + ], + "score": 1.0, + "content": "sequence of treatments in the future given the current patient history:", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 105, + 506, + 141 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 147, + 142, + 462, + 157 + ], + "lines": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "spans": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "score": 0.88, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) ,", + "type": "interline_equation", + "image_path": "9444ac0857824582bc73ef18ac71a61e8192c86ef7507c2e839e8a675b4261cd.jpg" + } + ] + } + ], + "index": 4, + "virtual_lines": [ + { + "bbox": [ + 147, + 142, + 462, + 157 + ], + "spans": [], + "index": 4 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 505, + 207 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 506, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 132, + 174 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 163, + 139, + 172 + ], + "score": 0.81, + "content": "g", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 160, + 238, + 174 + ], + "score": 1.0, + "content": "is a generic function and", + "type": "text" + }, + { + "bbox": [ + 238, + 161, + 372, + 173 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 160, + 506, + 174 + ], + "score": 1.0, + "content": "represents a possible sequence of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 207, + 186 + ], + "score": 1.0, + "content": "treatments from timestep", + "type": "text" + }, + { + "bbox": [ + 208, + 173, + 213, + 182 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 171, + 366, + 186 + ], + "score": 1.0, + "content": "just until before the potential outcome", + "type": "text" + }, + { + "bbox": [ + 366, + 173, + 390, + 183 + ], + "score": 0.88, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 171, + 505, + 186 + ], + "score": 1.0, + "content": "is observed. After removing", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 182, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 286, + 196 + ], + "score": 1.0, + "content": "the bias form time-dependent confounders,", + "type": "text" + }, + { + "bbox": [ + 286, + 182, + 505, + 195 + ], + "score": 0.89, + "content": "\\begin{array} { r } { \\mathbb { E } \\mathbf { \\hat { ( } } \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = } \\end{array}", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 210, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 206, + 207 + ], + "score": 0.88, + "content": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 194, + 210, + 207 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 160, + 506, + 207 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 211, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 403, + 223 + ], + "score": 1.0, + "content": "Note that for implementing MSMs, we encode the treatments at timestep", + "type": "text" + }, + { + "bbox": [ + 403, + 212, + 408, + 221 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 409, + 211, + 505, + 223 + ], + "score": 1.0, + "content": "in the model of tumour", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 149, + 236 + ], + "score": 1.0, + "content": "growth as", + "type": "text" + }, + { + "bbox": [ + 150, + 222, + 222, + 234 + ], + "score": 0.91, + "content": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "to indicate the binary application of chemotherapy and radiotherapy.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 234, + 504, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 504, + 245 + ], + "score": 1.0, + "content": "In order to remove the time-dependent confounding bias and estimate future outcomes, we use the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 244, + 369, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 369, + 256 + ], + "score": 1.0, + "content": "stabilized weights of MSMs to weight each patient in the dataset:", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 211, + 507, + 256 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 129, + 258, + 465, + 293 + ], + "lines": [ + { + "bbox": [ + 129, + 258, + 465, + 293 + ], + "spans": [ + { + "bbox": [ + 129, + 258, + 465, + 293 + ], + "score": 0.93, + "content": "S W ( t , \\tau ) = \\prod _ { n = t } ^ { t + \\tau } \\frac { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } = \\prod _ { n = t } ^ { t + \\tau } \\frac { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } ,", + "type": "interline_equation", + "image_path": "a5bb5d4f77ece4e8cc83cb4646a2ef2f441964da9acf66c5beaac9645edf1954.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 129, + 258, + 465, + 269.6666666666667 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 129, + 269.6666666666667, + 465, + 281.33333333333337 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 129, + 281.33333333333337, + 465, + 293.00000000000006 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 454, + 308 + ], + "lines": [ + { + "bbox": [ + 106, + 296, + 456, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 296, + 133, + 310 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 297, + 150, + 309 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 296, + 456, + 310 + ], + "score": 1.0, + "content": "represents the conditional probability mass function for discrete treatments.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 296, + 456, + 310 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 504, + 336 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "We adopt the implementation in (Hernán et al., 2001; Howe et al., 2012; Lim et al., 2018) for MSMs", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 325, + 411, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 411, + 337 + ], + "score": 1.0, + "content": "and use logistic regression for estimating the propensity weights as follows:", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 313, + 505, + 337 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 222, + 340, + 388, + 376 + ], + "lines": [ + { + "bbox": [ + 222, + 340, + 388, + 376 + ], + "spans": [ + { + "bbox": [ + 222, + 340, + 388, + 376 + ], + "score": 0.95, + "content": "f ( A _ { t , k } \\mid \\bar { \\mathbf { A } } _ { t - 1 } ) = \\sigma \\Big ( \\sum _ { j = 1 } ^ { k } \\omega _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , j } ) \\Big )", + "type": "interline_equation", + "image_path": "2c28f5e80be1e62c1cdbc04bb7df7ad9f5d86fcdc192f37ca20dce5bd42fa1d4.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 222, + 340, + 388, + 358.0 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 222, + 358.0, + 388, + 376.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 161, + 379, + 450, + 415 + ], + "lines": [ + { + "bbox": [ + 161, + 379, + 450, + 415 + ], + "spans": [ + { + "bbox": [ + 161, + 379, + 450, + 415 + ], + "score": 0.94, + "content": "f ( A _ { t , k } \\mid { \\bar { \\mathbf { H } } } _ { t } ) = \\sigma { \\Big ( } \\sum _ { k \\in \\{ c , d \\} } \\phi _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , k } ) + \\mathbf { w } _ { 1 } \\mathbf { X } _ { t } + \\mathbf { w } _ { 2 } \\mathbf { X } _ { t - 1 } + \\mathbf { w } _ { 3 } \\mathbf { V } { \\Big ) }", + "type": "interline_equation", + "image_path": "856def0c59a05cc36c4b5801e07513800a9553b9082256112054c6628527284e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 161, + 379, + 450, + 391.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 161, + 391.0, + 450, + 403.0 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 161, + 403.0, + 450, + 415.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 417, + 505, + 440 + ], + "lines": [ + { + "bbox": [ + 106, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 132, + 430 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 418, + 159, + 429 + ], + "score": 0.87, + "content": "\\omega _ { \\star } , \\phi _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 417, + 177, + 430 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 178, + 419, + 191, + 428 + ], + "score": 0.87, + "content": "\\mathbf { w } _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 417, + 300, + 430 + ], + "score": 1.0, + "content": "are regression coefficients,", + "type": "text" + }, + { + "bbox": [ + 301, + 417, + 343, + 429 + ], + "score": 0.93, + "content": "k \\in \\{ c , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 417, + 506, + 430 + ], + "score": 1.0, + "content": "indicates the chemotherapy or radiother-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 428, + 300, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 184, + 442 + ], + "score": 1.0, + "content": "apy treatments and", + "type": "text" + }, + { + "bbox": [ + 184, + 429, + 202, + 441 + ], + "score": 0.91, + "content": "\\sigma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 428, + 300, + 442 + ], + "score": 1.0, + "content": "is the sigmoid function.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 417, + 506, + 442 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 445, + 505, + 468 + ], + "lines": [ + { + "bbox": [ + 105, + 445, + 505, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 445, + 505, + 458 + ], + "score": 1.0, + "content": "For predicting the outcome, the following regression model is used, where each individual patient is", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 456, + 240, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 240, + 469 + ], + "score": 1.0, + "content": "weighted by its propensity score:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 445, + 505, + 469 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 471, + 461, + 508 + ], + "lines": [ + { + "bbox": [ + 150, + 471, + 461, + 508 + ], + "spans": [ + { + "bbox": [ + 150, + 471, + 461, + 508 + ], + "score": 0.94, + "content": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\sum _ { k \\in \\{ c , d \\} } \\beta _ { k } ( \\sum _ { n = t } ^ { t + \\tau - 1 } A _ { n , k } ) + 1 _ { 1 } \\mathbf { X } _ { t } + 1 _ { 2 } \\mathbf { X } _ { t - 1 } + 1 _ { 3 } \\mathbf { V }", + "type": "interline_equation", + "image_path": "fddcb4ac03c21e50eb7c668628e43c469f08c0036e911f4a1f32d43aa1266dd2.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 150, + 471, + 461, + 483.3333333333333 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 150, + 483.3333333333333, + 461, + 495.66666666666663 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 150, + 495.66666666666663, + 461, + 507.99999999999994 + ], + "spans": [], + "index": 30 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 511, + 280, + 523 + ], + "lines": [ + { + "bbox": [ + 106, + 511, + 281, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 133, + 524 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 512, + 144, + 523 + ], + "score": 0.88, + "content": "\\beta _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 511, + 162, + 524 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 162, + 512, + 171, + 523 + ], + "score": 0.85, + "content": "{ \\bf l } _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 511, + 281, + 524 + ], + "score": 1.0, + "content": "are regression coefficients.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 511, + 281, + 524 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "score": 1.0, + "content": "MSMs do not require hyperparameter tuning so we use the patients from both the train and validation", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 538, + 175, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 175, + 554 + ], + "score": 1.0, + "content": "sets for training.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 528, + 506, + 554 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 566, + 389, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 565, + 390, + 582 + ], + "spans": [ + { + "bbox": [ + 105, + 565, + 390, + 582 + ], + "score": 1.0, + "content": "H RECURRENT MARGINAL STRUCTURAL NETWORKS", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 591, + 505, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 505, + 604 + ], + "score": 1.0, + "content": "MSMs are very sensitive to model mis-specification in computing the propensity weights and", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 601, + 504, + 615 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 504, + 615 + ], + "score": 1.0, + "content": "estimating the outcomes. Recurrent Marginal Structural Models (RMSNs) (Lim et al., 2018) overcome", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 613, + 505, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 613, + 505, + 627 + ], + "score": 1.0, + "content": "this problem by using recurrent neural networks to estimate the propensity scores and to build the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 623, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 104, + 623, + 506, + 639 + ], + "score": 1.0, + "content": "outcome model. RNNs are more robust to changes in the treatment assignment policy. RMSNs were", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 635, + 294, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 635, + 259, + 648 + ], + "score": 1.0, + "content": "implemented as descried in Lim et al.", + "type": "text" + }, + { + "bbox": [ + 259, + 635, + 290, + 647 + ], + "score": 0.53, + "content": "( 2 0 1 8 ) ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 635, + 294, + 648 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37, + "bbox_fs": [ + 104, + 591, + 506, + 648 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 652, + 506, + 686 + ], + "lines": [ + { + "bbox": [ + 106, + 653, + 505, + 664 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 398, + 664 + ], + "score": 1.0, + "content": "For implementing RMSNs, we also encode the treatments at timestep", + "type": "text" + }, + { + "bbox": [ + 399, + 654, + 404, + 662 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 653, + 505, + 664 + ], + "score": 1.0, + "content": "in the model of tumour", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 663, + 507, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 663, + 149, + 677 + ], + "score": 1.0, + "content": "growth as", + "type": "text" + }, + { + "bbox": [ + 149, + 663, + 222, + 676 + ], + "score": 0.93, + "content": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 663, + 507, + 677 + ], + "score": 1.0, + "content": "to indicate the binary application of chemotherapy and radiotherapy.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 675, + 433, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 433, + 687 + ], + "score": 1.0, + "content": "The propensity weights are estimated using recurrent neural networks as follows:", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 653, + 507, + 687 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 120, + 689, + 474, + 704 + ], + "lines": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "spans": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "score": 0.9, + "content": "\\begin{array} { r l } { f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { n } } ( \\bar { \\mathbf { A } } _ { t - 1 } ) } & { { } ~ f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { d } } ( \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , { \\mathbf { V } } ) } \\end{array}", + "type": "interline_equation", + "image_path": "dbe8a53299b880de732f2f912d47b082a5925b8f40af189f767c2cd073366c9c.jpg" + } + ] + } + ], + "index": 43, + "virtual_lines": [ + { + "bbox": [ + 120, + 689, + 474, + 704 + ], + "spans": [], + "index": 43 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 401, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 401, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 401, + 96 + ], + "score": 1.0, + "content": "For predicting one-step-ahed outcome, R-MSNs use an encoder network:", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 99, + 387, + 113 + ], + "lines": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "spans": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "score": 0.92, + "content": "g ( 1 , a ( t , t ) , \\bar { { \\mathbf { H } } } _ { t } ) = { \\mathbf { R } } { \\mathbf { N } } { \\mathbf { N } } _ { E } ( { \\mathbf { a } } _ { t } , \\bar { { \\mathbf { A } } } _ { t - 1 } , \\bar { { \\mathbf { X } } } _ { t } , { \\mathbf { V } } ) ,", + "type": "interline_equation", + "image_path": "511e15653c3075d0e2841707cd4c67da4ac11c434a6f2dfbe5c9ef04f55dcb32.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 118, + 415, + 130 + ], + "lines": [ + { + "bbox": [ + 106, + 117, + 415, + 131 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 415, + 131 + ], + "score": 1.0, + "content": "where in the loss function, each patient is weighted by their stabilized IPTW.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 505, + 157 + ], + "lines": [ + { + "bbox": [ + 105, + 134, + 506, + 148 + ], + "spans": [ + { + "bbox": [ + 105, + 134, + 506, + 148 + ], + "score": 1.0, + "content": "For estimating the treatment responses for a sequence of treatments in the future, RMSNs use a", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 146, + 178, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 146, + 178, + 158 + ], + "score": 1.0, + "content": "decoder network:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "interline_equation", + "bbox": [ + 160, + 162, + 431, + 177 + ], + "lines": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "spans": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "score": 0.89, + "content": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\mathrm { R N N } _ { D } ( \\mathbf { a } _ { t } , \\ldots , \\mathbf { a } _ { t + \\tau - 1 } , \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\mathbf { V } ) .", + "type": "interline_equation", + "image_path": "68c68cc97c61597a66d6be1e97b0834a2864ee0ac9e05a5885b1e535a1b5a34f.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 181, + 505, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 504, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 504, + 194 + ], + "score": 1.0, + "content": "See Lim et al. (2018) for more details about the R-MSNs model architecture and training procedure", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 192, + 506, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 506, + 206 + ], + "score": 1.0, + "content": "of the propensity weights, encoder and decoder networks. Tables 2 and 3 show the hyperparameter", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "score": 1.0, + "content": "search ranges used to optimize this model for evaluation in our paper. The hyperparameters were", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 214, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 228 + ], + "score": 1.0, + "content": "selected in the same way as proposed by Lim et al. (2018), based on the error on the factual outcomes", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 478, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 478, + 239 + ], + "score": 1.0, + "content": "in the validation dataset. All of the models are trained using Adam optimizer for 100 epochs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8 + }, + { + "type": "table", + "bbox": [ + 189, + 290, + 423, + 371 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 247, + 504, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 247, + 507, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 507, + 261 + ], + "score": 1.0, + "content": "Table 2: Hyperparameter search range for propensity networks and encoder (same as in Lim et al.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 258, + 243, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 243, + 271 + ], + "score": 1.0, + "content": "(2018)). C is the size of the input.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "table_body", + "bbox": [ + 189, + 290, + 423, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 189, + 290, + 423, + 371 + ], + "spans": [ + { + "bbox": [ + 189, + 290, + 423, + 371 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.005,0.001
Minibatch size64,128,256
RNN state size0.5C,1C,2C, 3C,4C
Dropout rate0.1, 0.2,0.3,0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0
", + "type": "table", + "image_path": "8f44ae79d1c64e6aed47c9612de89063cbccff1d590c72e48b0dabe5583559a0.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 290, + 423, + 303.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 189, + 303.5, + 423, + 317.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 189, + 317.0, + 423, + 330.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 189, + 330.5, + 423, + 344.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 189, + 344.0, + 423, + 357.5 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 189, + 357.5, + 423, + 371.0 + ], + "spans": [], + "index": 18 + } + ] + } + ], + "index": 13.5 + }, + { + "type": "table", + "bbox": [ + 190, + 416, + 421, + 497 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 102, + 384, + 502, + 397 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 383, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 399 + ], + "score": 1.0, + "content": "Table 3: Hyperparameter search range for decoder (same as in Lim et al. (2018)). C is the input size.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "table_body", + "bbox": [ + 190, + 416, + 421, + 497 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 190, + 416, + 421, + 497 + ], + "spans": [ + { + "bbox": [ + 190, + 416, + 421, + 497 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search20
Learning rate0.01,0.001,0.0001
Minibatch size256,512,1024
RNN state size1C,2C,4C,8C,16C
Dropout Rate0.1, 0.2, 0.3, 0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0, 4.0
", + "type": "table", + "image_path": "a3810b4945de140730cedd3c45d707685692fe99033c7fe0ef5176094d4e5d6a.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 190, + 416, + 421, + 429.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 190, + 429.5, + 421, + 443.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 190, + 443.0, + 421, + 456.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 190, + 456.5, + 421, + 470.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 190, + 470.0, + 421, + 483.5 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 190, + 483.5, + 421, + 497.0 + ], + "spans": [], + "index": 25 + } + ] + } + ], + "index": 20.75 + }, + { + "type": "title", + "bbox": [ + 106, + 516, + 313, + 529 + ], + "lines": [ + { + "bbox": [ + 104, + 516, + 315, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 315, + 531 + ], + "score": 1.0, + "content": "I BASELINE RNN AND LINEAR MODEL", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 506, + 630 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "For the baseline linear model, we fit the same regression model used for Marginal Structural Networks,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "but without using the IPTW. The baseline RNN uses an LSTM unit and, at each timestep, receives as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "score": 1.0, + "content": "input the current treatment, the patient covariates and the patient static features to perform one-step-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 574, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 506, + 587 + ], + "score": 1.0, + "content": "ahead prediction. To have a model of similar capacity to the CRN (similar number of parameters),", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 586, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 506, + 597 + ], + "score": 1.0, + "content": "we add a fully connected layer on top of the output of the LSTM unit in order to obtain the outcomes.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "Table 4 shows the hyperparameter search range used to optimize this model. The hyperparameters", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 608, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 619 + ], + "score": 1.0, + "content": "were selecting according to the error on the factual outcomes in the validation set. We train the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 619, + 335, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 335, + 631 + ], + "score": 1.0, + "content": "baseline RNN using the Adam optimizer for 100 epochs.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30.5 + } + ], + "page_idx": 21, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 294, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2020", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 401, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 401, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 401, + 96 + ], + "score": 1.0, + "content": "For predicting one-step-ahed outcome, R-MSNs use an encoder network:", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 401, + 96 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 99, + 387, + 113 + ], + "lines": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "spans": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "score": 0.92, + "content": "g ( 1 , a ( t , t ) , \\bar { { \\mathbf { H } } } _ { t } ) = { \\mathbf { R } } { \\mathbf { N } } { \\mathbf { N } } _ { E } ( { \\mathbf { a } } _ { t } , \\bar { { \\mathbf { A } } } _ { t - 1 } , \\bar { { \\mathbf { X } } } _ { t } , { \\mathbf { V } } ) ,", + "type": "interline_equation", + "image_path": "511e15653c3075d0e2841707cd4c67da4ac11c434a6f2dfbe5c9ef04f55dcb32.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 204, + 99, + 387, + 113 + ], + "spans": [], + "index": 1 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 118, + 415, + 130 + ], + "lines": [ + { + "bbox": [ + 106, + 117, + 415, + 131 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 415, + 131 + ], + "score": 1.0, + "content": "where in the loss function, each patient is weighted by their stabilized IPTW.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 117, + 415, + 131 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 135, + 505, + 157 + ], + "lines": [ + { + "bbox": [ + 105, + 134, + 506, + 148 + ], + "spans": [ + { + "bbox": [ + 105, + 134, + 506, + 148 + ], + "score": 1.0, + "content": "For estimating the treatment responses for a sequence of treatments in the future, RMSNs use a", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 146, + 178, + 158 + ], + "spans": [ + { + "bbox": [ + 106, + 146, + 178, + 158 + ], + "score": 1.0, + "content": "decoder network:", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 134, + 506, + 158 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 160, + 162, + 431, + 177 + ], + "lines": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "spans": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "score": 0.89, + "content": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\mathrm { R N N } _ { D } ( \\mathbf { a } _ { t } , \\ldots , \\mathbf { a } _ { t + \\tau - 1 } , \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\mathbf { V } ) .", + "type": "interline_equation", + "image_path": "68c68cc97c61597a66d6be1e97b0834a2864ee0ac9e05a5885b1e535a1b5a34f.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 160, + 162, + 431, + 177 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 181, + 505, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 182, + 504, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 182, + 504, + 194 + ], + "score": 1.0, + "content": "See Lim et al. (2018) for more details about the R-MSNs model architecture and training procedure", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 192, + 506, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 506, + 206 + ], + "score": 1.0, + "content": "of the propensity weights, encoder and decoder networks. Tables 2 and 3 show the hyperparameter", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 505, + 217 + ], + "score": 1.0, + "content": "search ranges used to optimize this model for evaluation in our paper. The hyperparameters were", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 214, + 506, + 228 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 228 + ], + "score": 1.0, + "content": "selected in the same way as proposed by Lim et al. (2018), based on the error on the factual outcomes", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 226, + 478, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 226, + 478, + 239 + ], + "score": 1.0, + "content": "in the validation dataset. All of the models are trained using Adam optimizer for 100 epochs.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 182, + 506, + 239 + ] + }, + { + "type": "table", + "bbox": [ + 189, + 290, + 423, + 371 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 247, + 504, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 247, + 507, + 261 + ], + "spans": [ + { + "bbox": [ + 105, + 247, + 507, + 261 + ], + "score": 1.0, + "content": "Table 2: Hyperparameter search range for propensity networks and encoder (same as in Lim et al.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 258, + 243, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 243, + 271 + ], + "score": 1.0, + "content": "(2018)). C is the size of the input.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "table_body", + "bbox": [ + 189, + 290, + 423, + 371 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 189, + 290, + 423, + 371 + ], + "spans": [ + { + "bbox": [ + 189, + 290, + 423, + 371 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.005,0.001
Minibatch size64,128,256
RNN state size0.5C,1C,2C, 3C,4C
Dropout rate0.1, 0.2,0.3,0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0
", + "type": "table", + "image_path": "8f44ae79d1c64e6aed47c9612de89063cbccff1d590c72e48b0dabe5583559a0.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 189, + 290, + 423, + 303.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 189, + 303.5, + 423, + 317.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 189, + 317.0, + 423, + 330.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 189, + 330.5, + 423, + 344.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 189, + 344.0, + 423, + 357.5 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 189, + 357.5, + 423, + 371.0 + ], + "spans": [], + "index": 18 + } + ] + } + ], + "index": 13.5 + }, + { + "type": "table", + "bbox": [ + 190, + 416, + 421, + 497 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 102, + 384, + 502, + 397 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 383, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 383, + 505, + 399 + ], + "score": 1.0, + "content": "Table 3: Hyperparameter search range for decoder (same as in Lim et al. (2018)). C is the input size.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "table_body", + "bbox": [ + 190, + 416, + 421, + 497 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 190, + 416, + 421, + 497 + ], + "spans": [ + { + "bbox": [ + 190, + 416, + 421, + 497 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search20
Learning rate0.01,0.001,0.0001
Minibatch size256,512,1024
RNN state size1C,2C,4C,8C,16C
Dropout Rate0.1, 0.2, 0.3, 0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0, 4.0
", + "type": "table", + "image_path": "a3810b4945de140730cedd3c45d707685692fe99033c7fe0ef5176094d4e5d6a.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 190, + 416, + 421, + 429.5 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 190, + 429.5, + 421, + 443.0 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 190, + 443.0, + 421, + 456.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 190, + 456.5, + 421, + 470.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 190, + 470.0, + 421, + 483.5 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 190, + 483.5, + 421, + 497.0 + ], + "spans": [], + "index": 25 + } + ] + } + ], + "index": 20.75 + }, + { + "type": "title", + "bbox": [ + 106, + 516, + 313, + 529 + ], + "lines": [ + { + "bbox": [ + 104, + 516, + 315, + 531 + ], + "spans": [ + { + "bbox": [ + 104, + 516, + 315, + 531 + ], + "score": 1.0, + "content": "I BASELINE RNN AND LINEAR MODEL", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 541, + 506, + 630 + ], + "lines": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 506, + 554 + ], + "score": 1.0, + "content": "For the baseline linear model, we fit the same regression model used for Marginal Structural Networks,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 552, + 506, + 565 + ], + "score": 1.0, + "content": "but without using the IPTW. The baseline RNN uses an LSTM unit and, at each timestep, receives as", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "score": 1.0, + "content": "input the current treatment, the patient covariates and the patient static features to perform one-step-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 574, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 506, + 587 + ], + "score": 1.0, + "content": "ahead prediction. To have a model of similar capacity to the CRN (similar number of parameters),", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 586, + 506, + 597 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 506, + 597 + ], + "score": 1.0, + "content": "we add a fully connected layer on top of the output of the LSTM unit in order to obtain the outcomes.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 506, + 609 + ], + "score": 1.0, + "content": "Table 4 shows the hyperparameter search range used to optimize this model. The hyperparameters", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 608, + 505, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 505, + 619 + ], + "score": 1.0, + "content": "were selecting according to the error on the factual outcomes in the validation set. We train the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 619, + 335, + 631 + ], + "spans": [ + { + "bbox": [ + 106, + 619, + 335, + 631 + ], + "score": 1.0, + "content": "baseline RNN using the Adam optimizer for 100 epochs.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 541, + 506, + 631 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 188, + 111, + 423, + 193 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 125, + 80, + 484, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 124, + 79, + 486, + 93 + ], + "spans": [ + { + "bbox": [ + 124, + 79, + 486, + 93 + ], + "score": 1.0, + "content": "Table 4: Hyperparameter search range for baseline RNN model. C is the size of the input.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 188, + 111, + 423, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 188, + 111, + 423, + 193 + ], + "spans": [ + { + "bbox": [ + 188, + 111, + 423, + 193 + ], + "score": 0.979, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.001,0.0001
Minibatch size64,128,256
RNNhidden units0.5C,1C,2C, 3C,4C
FC hidden units0.5C, 1C, 2C, 3C, 4C
RNN dropout probability0.1, 0.2, 0.3, 0.4, 0.5
", + "type": "table", + "image_path": "fc6cd61931eae4ab97ee384c8e288cf4b018a39a80938a279147f70ca04a66f6.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 188, + 111, + 423, + 124.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 188, + 124.66666666666667, + 423, + 138.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 188, + 138.33333333333334, + 423, + 152.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 188, + 152.0, + 423, + 165.66666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 188, + 165.66666666666666, + 423, + 179.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 188, + 179.33333333333331, + 423, + 192.99999999999997 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "title", + "bbox": [ + 106, + 210, + 354, + 222 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 354, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 354, + 223 + ], + "score": 1.0, + "content": "J HYPERPARAMETER OPTIMIZATION FOR CRN", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 505, + 323 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "As described in Appendix C, the dataset for training the decoder are used by splitting the sequences", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "score": 1.0, + "content": "of the patients in the training set. This creates a larger dataset for training (where each patient", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 255, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 118, + 269 + ], + "score": 0.59, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 255, + 167, + 271 + ], + "score": 1.0, + "content": "contributes", + "type": "text" + }, + { + "bbox": [ + 167, + 256, + 217, + 268 + ], + "score": 0.91, + "content": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 255, + 506, + 271 + ], + "score": 1.0, + "content": "times to the dataset) which requires a different hyperparameter search", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 268, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 505, + 281 + ], + "score": 1.0, + "content": "range. Moreover, the balancing representations computed by the encoder are used to initialize the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 277, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 505, + 293 + ], + "score": 1.0, + "content": "state of the RNN for the decoder. Thus, the decoder RNN size is equal to the size of the balancing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 290, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 506, + 303 + ], + "score": 1.0, + "content": "representation size of the encoder. Table 5 shows the hyperparameter search ranges for the encoder", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "and decoder networks in CRN. We selected hyperparameters based on the error of the model on the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 432, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 432, + 324 + ], + "score": 1.0, + "content": "factual outcomes in the validation dataset. All models are trained for 100 epochs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 329, + 400, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 402, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 402, + 343 + ], + "score": 1.0, + "content": "In addition, Tables 6 and 7 illustrate the optimal hyperparameters chosen.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "table", + "bbox": [ + 110, + 393, + 501, + 484 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 350, + 504, + 373 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 350, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 506, + 363 + ], + "score": 1.0, + "content": "Table 5: Hyperparameter search range for CRN encoder. C is the size of the input and R is the size of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 361, + 223, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 223, + 374 + ], + "score": 1.0, + "content": "the balancing representation.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "table_body", + "bbox": [ + 110, + 393, + 501, + 484 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 110, + 393, + 501, + 484 + ], + "spans": [ + { + "bbox": [ + 110, + 393, + 501, + 484 + ], + "score": 0.98, + "html": "
HyperparameterSearch range encoderSearch range decoder
Iterations ofHyperparameter Search5030
Learning rate0.01,0.001, 0.00010.01,0.001, 0.0001
Minibatch size64,128,256256,512,1024
RNN hidden units0.5C,1C, 2C, 3C, 4CBalancing representation size of encoder
Balancing representation size0.5C,1C,2C,3C,4C0.5C,1C,2C,3C,4C
FC hidden units0.5R,1R,2R,3R,4R0.5R,1R,2R,3R,4R
RNN dropout probability0.1, 0.2, 0.3,0.4, 0.50.1,0.2, 0.3, 0.4, 0.5
", + "type": "table", + "image_path": "054c905b8d5128439b29b2a2f1a8c4646f038ad9ffa20a7fb83fe9fc07ca060e.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 110, + 393, + 501, + 423.3333333333333 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 110, + 423.3333333333333, + 501, + 453.66666666666663 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 110, + 453.66666666666663, + 501, + 483.99999999999994 + ], + "spans": [], + "index": 21 + } + ] + } + ], + "index": 18.75 + } + ], + "page_idx": 22, + "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": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 188, + 111, + 423, + 193 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 125, + 80, + 484, + 92 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 124, + 79, + 486, + 93 + ], + "spans": [ + { + "bbox": [ + 124, + 79, + 486, + 93 + ], + "score": 1.0, + "content": "Table 4: Hyperparameter search range for baseline RNN model. C is the size of the input.", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "table_body", + "bbox": [ + 188, + 111, + 423, + 193 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 188, + 111, + 423, + 193 + ], + "spans": [ + { + "bbox": [ + 188, + 111, + 423, + 193 + ], + "score": 0.979, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.001,0.0001
Minibatch size64,128,256
RNNhidden units0.5C,1C,2C, 3C,4C
FC hidden units0.5C, 1C, 2C, 3C, 4C
RNN dropout probability0.1, 0.2, 0.3, 0.4, 0.5
", + "type": "table", + "image_path": "fc6cd61931eae4ab97ee384c8e288cf4b018a39a80938a279147f70ca04a66f6.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 188, + 111, + 423, + 124.66666666666667 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 188, + 124.66666666666667, + 423, + 138.33333333333334 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 188, + 138.33333333333334, + 423, + 152.0 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 188, + 152.0, + 423, + 165.66666666666666 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 188, + 165.66666666666666, + 423, + 179.33333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 188, + 179.33333333333331, + 423, + 192.99999999999997 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 1.75 + }, + { + "type": "title", + "bbox": [ + 106, + 210, + 354, + 222 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 354, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 354, + 223 + ], + "score": 1.0, + "content": "J HYPERPARAMETER OPTIMIZATION FOR CRN", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 234, + 505, + 323 + ], + "lines": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 506, + 247 + ], + "score": 1.0, + "content": "As described in Appendix C, the dataset for training the decoder are used by splitting the sequences", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "spans": [ + { + "bbox": [ + 105, + 245, + 505, + 257 + ], + "score": 1.0, + "content": "of the patients in the training set. This creates a larger dataset for training (where each patient", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 255, + 506, + 271 + ], + "spans": [ + { + "bbox": [ + 106, + 257, + 118, + 269 + ], + "score": 0.59, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 255, + 167, + 271 + ], + "score": 1.0, + "content": "contributes", + "type": "text" + }, + { + "bbox": [ + 167, + 256, + 217, + 268 + ], + "score": 0.91, + "content": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 255, + 506, + 271 + ], + "score": 1.0, + "content": "times to the dataset) which requires a different hyperparameter search", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 268, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 105, + 268, + 505, + 281 + ], + "score": 1.0, + "content": "range. Moreover, the balancing representations computed by the encoder are used to initialize the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 277, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 104, + 277, + 505, + 293 + ], + "score": 1.0, + "content": "state of the RNN for the decoder. Thus, the decoder RNN size is equal to the size of the balancing", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 290, + 506, + 303 + ], + "spans": [ + { + "bbox": [ + 104, + 290, + 506, + 303 + ], + "score": 1.0, + "content": "representation size of the encoder. Table 5 shows the hyperparameter search ranges for the encoder", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 301, + 505, + 313 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 505, + 313 + ], + "score": 1.0, + "content": "and decoder networks in CRN. We selected hyperparameters based on the error of the model on the", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 311, + 432, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 432, + 324 + ], + "score": 1.0, + "content": "factual outcomes in the validation dataset. All models are trained for 100 epochs.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11.5, + "bbox_fs": [ + 104, + 233, + 506, + 324 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 329, + 400, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 327, + 402, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 402, + 343 + ], + "score": 1.0, + "content": "In addition, Tables 6 and 7 illustrate the optimal hyperparameters chosen.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 105, + 327, + 402, + 343 + ] + }, + { + "type": "table", + "bbox": [ + 110, + 393, + 501, + 484 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 350, + 504, + 373 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 350, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 350, + 506, + 363 + ], + "score": 1.0, + "content": "Table 5: Hyperparameter search range for CRN encoder. C is the size of the input and R is the size of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 361, + 223, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 361, + 223, + 374 + ], + "score": 1.0, + "content": "the balancing representation.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "table_body", + "bbox": [ + 110, + 393, + 501, + 484 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 110, + 393, + 501, + 484 + ], + "spans": [ + { + "bbox": [ + 110, + 393, + 501, + 484 + ], + "score": 0.98, + "html": "
HyperparameterSearch range encoderSearch range decoder
Iterations ofHyperparameter Search5030
Learning rate0.01,0.001, 0.00010.01,0.001, 0.0001
Minibatch size64,128,256256,512,1024
RNN hidden units0.5C,1C, 2C, 3C, 4CBalancing representation size of encoder
Balancing representation size0.5C,1C,2C,3C,4C0.5C,1C,2C,3C,4C
FC hidden units0.5R,1R,2R,3R,4R0.5R,1R,2R,3R,4R
RNN dropout probability0.1, 0.2, 0.3,0.4, 0.50.1,0.2, 0.3, 0.4, 0.5
", + "type": "table", + "image_path": "054c905b8d5128439b29b2a2f1a8c4646f038ad9ffa20a7fb83fe9fc07ca060e.jpg" + } + ] + } + ], + "index": 20, + "virtual_lines": [ + { + "bbox": [ + 110, + 393, + 501, + 423.3333333333333 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 110, + 423.3333333333333, + 501, + 453.66666666666663 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 110, + 453.66666666666663, + 501, + 483.99999999999994 + ], + "spans": [], + "index": 21 + } + ] + } + ], + "index": 18.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 175, + 504, + 416 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 111, + 505, + 156 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "score": 1.0, + "content": "Table 6: Optimal hyperparameters for the CRN encoder when different degrees of time-dependent", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 410, + 134 + ], + "score": 1.0, + "content": "confounding are applied in the model of tumour growth. The parameters", + "type": "text" + }, + { + "bbox": [ + 410, + 124, + 421, + 134 + ], + "score": 0.86, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 122, + 440, + 134 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 124, + 451, + 134 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "measure the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 133, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 133, + 321, + 146 + ], + "score": 1.0, + "content": "degree of time-dependent confounding applied. When", + "type": "text" + }, + { + "bbox": [ + 321, + 135, + 332, + 145 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 133, + 349, + 146 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 349, + 135, + 360, + 145 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 133, + 506, + 146 + ], + "score": 1.0, + "content": "are set to the same value, we denote", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 142, + 159, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 143, + 157 + ], + "score": 1.0, + "content": "this with", + "type": "text" + }, + { + "bbox": [ + 144, + 146, + 154, + 156 + ], + "score": 0.85, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 142, + 159, + 157 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "table_body", + "bbox": [ + 108, + 175, + 504, + 416 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 175, + 504, + 416 + ], + "spans": [ + { + "bbox": [ + 108, + 175, + 504, + 416 + ], + "score": 0.984, + "html": "
2=02=12=22=3Y=42=5
Learning rate0.0010.10.0010.010.010.001
Minibatch size64646412864128
RNN hidden units121824182424
Balancing representation size18181218612
FC hidden units181836542448
RNN dropout probability0.10.10.10.20.20.1
=62=7Y=82=9Y=10
Learning rate0.0010.0010.010.0010.01
Minibatch size6464128128128
RNN hidden units2418122424
Balancing representation size1218241812
FC hidden units4872123612
RNN dropout probability0.10.20.10.10.1
Yc=0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size12864
RNN hidden units1212
Balancing representation size1824
FC hidden units3696
RNN dropout probability0.10.1
", + "type": "table", + "image_path": "be26ad2392900c92c00d97f50a7b7a974456bbfd5ea5c87a8d4289102a64946d.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 108, + 175, + 504, + 255.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 108, + 255.33333333333331, + 504, + 335.66666666666663 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 108, + 335.66666666666663, + 504, + 415.99999999999994 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 120, + 541, + 491, + 702 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 482, + 505, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 481, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 506, + 495 + ], + "score": 1.0, + "content": "Table 7: Optimal hyperparameters for the CRN decoder when different degrees of time-dependent", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 410, + 505 + ], + "score": 1.0, + "content": "confounding are applied in the model of tumour growth. The parameters", + "type": "text" + }, + { + "bbox": [ + 410, + 495, + 421, + 505 + ], + "score": 0.86, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 493, + 440, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 495, + 451, + 505 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "measure the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 504, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 321, + 517 + ], + "score": 1.0, + "content": "degree of time-dependent confounding applied. When", + "type": "text" + }, + { + "bbox": [ + 321, + 506, + 332, + 516 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 504, + 349, + 517 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 349, + 506, + 360, + 516 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 504, + 506, + 517 + ], + "score": 1.0, + "content": "are set to the same value, we denote", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 513, + 154, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 143, + 529 + ], + "score": 1.0, + "content": "this with", + "type": "text" + }, + { + "bbox": [ + 144, + 516, + 154, + 527 + ], + "score": 0.8, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "table_body", + "bbox": [ + 120, + 541, + 491, + 702 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 120, + 541, + 491, + 702 + ], + "spans": [ + { + "bbox": [ + 120, + 541, + 491, + 702 + ], + "score": 0.982, + "html": "
y=12=2=32=4=5
Learning rate0.0010.0010.0010.0010.001
Minibatch size1024102451210241024
RNN hidden units181218612
Balancing representation size18186183
FC hidden units183618726
RNN dropout probability0.10.20.30.10.1
Yc =0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size5121024
RNN hidden units1824
Balancing representation size1812
FC hidden units3624
RNN dropout probability0.10.03
", + "type": "table", + "image_path": "687b2d7bcb6a2bbd6521ae0156444e723158ae510c99bb50c69ba95277e250b5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 120, + 541, + 491, + 594.6666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 120, + 594.6666666666666, + 491, + 648.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 120, + 648.3333333333333, + 491, + 701.9999999999999 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.25 + } + ], + "page_idx": 23, + "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": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 108, + 175, + 504, + 416 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 111, + 505, + 156 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "score": 1.0, + "content": "Table 6: Optimal hyperparameters for the CRN encoder when different degrees of time-dependent", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 106, + 122, + 410, + 134 + ], + "score": 1.0, + "content": "confounding are applied in the model of tumour growth. The parameters", + "type": "text" + }, + { + "bbox": [ + 410, + 124, + 421, + 134 + ], + "score": 0.86, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 422, + 122, + 440, + 134 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 124, + 451, + 134 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "measure the", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 133, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 133, + 321, + 146 + ], + "score": 1.0, + "content": "degree of time-dependent confounding applied. When", + "type": "text" + }, + { + "bbox": [ + 321, + 135, + 332, + 145 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 133, + 349, + 146 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 349, + 135, + 360, + 145 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 133, + 506, + 146 + ], + "score": 1.0, + "content": "are set to the same value, we denote", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 142, + 159, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 143, + 157 + ], + "score": 1.0, + "content": "this with", + "type": "text" + }, + { + "bbox": [ + 144, + 146, + 154, + 156 + ], + "score": 0.85, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 142, + 159, + 157 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "table_body", + "bbox": [ + 108, + 175, + 504, + 416 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 175, + 504, + 416 + ], + "spans": [ + { + "bbox": [ + 108, + 175, + 504, + 416 + ], + "score": 0.984, + "html": "
2=02=12=22=3Y=42=5
Learning rate0.0010.10.0010.010.010.001
Minibatch size64646412864128
RNN hidden units121824182424
Balancing representation size18181218612
FC hidden units181836542448
RNN dropout probability0.10.10.10.20.20.1
=62=7Y=82=9Y=10
Learning rate0.0010.0010.010.0010.01
Minibatch size6464128128128
RNN hidden units2418122424
Balancing representation size1218241812
FC hidden units4872123612
RNN dropout probability0.10.20.10.10.1
Yc=0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size12864
RNN hidden units1212
Balancing representation size1824
FC hidden units3696
RNN dropout probability0.10.1
", + "type": "table", + "image_path": "be26ad2392900c92c00d97f50a7b7a974456bbfd5ea5c87a8d4289102a64946d.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 108, + 175, + 504, + 255.33333333333331 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 108, + 255.33333333333331, + 504, + 335.66666666666663 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 108, + 335.66666666666663, + 504, + 415.99999999999994 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.25 + }, + { + "type": "table", + "bbox": [ + 120, + 541, + 491, + 702 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 482, + 505, + 527 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 481, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 481, + 506, + 495 + ], + "score": 1.0, + "content": "Table 7: Optimal hyperparameters for the CRN decoder when different degrees of time-dependent", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 493, + 505, + 505 + ], + "spans": [ + { + "bbox": [ + 106, + 493, + 410, + 505 + ], + "score": 1.0, + "content": "confounding are applied in the model of tumour growth. The parameters", + "type": "text" + }, + { + "bbox": [ + 410, + 495, + 421, + 505 + ], + "score": 0.86, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 493, + 440, + 505 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 440, + 495, + 451, + 505 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 493, + 505, + 505 + ], + "score": 1.0, + "content": "measure the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 504, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 321, + 517 + ], + "score": 1.0, + "content": "degree of time-dependent confounding applied. When", + "type": "text" + }, + { + "bbox": [ + 321, + 506, + 332, + 516 + ], + "score": 0.85, + "content": "\\gamma _ { c }", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 504, + 349, + 517 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 349, + 506, + 360, + 516 + ], + "score": 0.85, + "content": "\\gamma _ { r }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 504, + 506, + 517 + ], + "score": 1.0, + "content": "are set to the same value, we denote", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 513, + 154, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 143, + 529 + ], + "score": 1.0, + "content": "this with", + "type": "text" + }, + { + "bbox": [ + 144, + 516, + 154, + 527 + ], + "score": 0.8, + "content": "\\gamma _ { \\star }", + "type": "inline_equation" + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "table_body", + "bbox": [ + 120, + 541, + 491, + 702 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 120, + 541, + 491, + 702 + ], + "spans": [ + { + "bbox": [ + 120, + 541, + 491, + 702 + ], + "score": 0.982, + "html": "
y=12=2=32=4=5
Learning rate0.0010.0010.0010.0010.001
Minibatch size1024102451210241024
RNN hidden units181218612
Balancing representation size18186183
FC hidden units183618726
RNN dropout probability0.10.20.30.10.1
Yc =0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size5121024
RNN hidden units1824
Balancing representation size1812
FC hidden units3624
RNN dropout probability0.10.03
", + "type": "table", + "image_path": "687b2d7bcb6a2bbd6521ae0156444e723158ae510c99bb50c69ba95277e250b5.jpg" + } + ] + } + ], + "index": 12, + "virtual_lines": [ + { + "bbox": [ + 120, + 541, + 491, + 594.6666666666666 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 120, + 594.6666666666666, + 491, + 648.3333333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 120, + 648.3333333333333, + 491, + 701.9999999999999 + ], + "spans": [], + "index": 13 + } + ] + } + ], + "index": 10.25 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 393, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 393, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 393, + 96 + ], + "score": 1.0, + "content": "K FULL RESULTS FOR COUNTERFACTUAL PREDICTION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 106, + 376, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 376, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 376, + 118 + ], + "score": 1.0, + "content": "K.1 MULTI-STEP AHEAD PREDICTION OF COUNTERFACTUALS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 506, + 182 + ], + "lines": [ + { + "bbox": [ + 106, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "Figure 7 shows the normalized RMSE for multiple step-ahead prediction of counterfactuals. The", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 322, + 151 + ], + "score": 1.0, + "content": "RMSE is normalized by the maximum tumour volume:", + "type": "text" + }, + { + "bbox": [ + 322, + 137, + 396, + 149 + ], + "score": 0.92, + "content": "\\bar { V _ { m a x } } = 1 \\bar { 1 } 5 0 \\mathrm { c m ^ { 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 136, + 506, + 151 + ], + "score": 1.0, + "content": ". The counterfactuals in this", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "case are generated as described in Section 6.3 and Appendix I. We notice that performance gains of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "CRN compared to RMSN increase with the number of future timesteps for which the counterfactuals", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 164, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 164, + 182 + ], + "score": 1.0, + "content": "are estimated.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4 + }, + { + "type": "image", + "bbox": [ + 107, + 216, + 491, + 552 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 216, + 491, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 216, + 491, + 552 + ], + "spans": [ + { + "bbox": [ + 107, + 216, + 491, + 552 + ], + "score": 0.964, + "type": "image", + "image_path": "995945365917721cfe59800f6c40ff0276b71b09419710e573d0a6203278d1ac.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 107, + 216, + 491, + 328.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 328.0, + 491, + 440.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 440.0, + 491, + 552.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 138, + 561, + 471, + 573 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 139, + 560, + 471, + 574 + ], + "spans": [ + { + "bbox": [ + 139, + 560, + 471, + 574 + ], + "score": 1.0, + "content": "Figure 7: Results for prediction of patient counterfactuals for multiple steps ahead.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 9.0 + } + ], + "page_idx": 24, + "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": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 393, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 393, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 393, + 96 + ], + "score": 1.0, + "content": "K FULL RESULTS FOR COUNTERFACTUAL PREDICTION", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "title", + "bbox": [ + 107, + 106, + 376, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 376, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 376, + 118 + ], + "score": 1.0, + "content": "K.1 MULTI-STEP AHEAD PREDICTION OF COUNTERFACTUALS", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 506, + 182 + ], + "lines": [ + { + "bbox": [ + 106, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "Figure 7 shows the normalized RMSE for multiple step-ahead prediction of counterfactuals. The", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 322, + 151 + ], + "score": 1.0, + "content": "RMSE is normalized by the maximum tumour volume:", + "type": "text" + }, + { + "bbox": [ + 322, + 137, + 396, + 149 + ], + "score": 0.92, + "content": "\\bar { V _ { m a x } } = 1 \\bar { 1 } 5 0 \\mathrm { c m ^ { 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 136, + 506, + 151 + ], + "score": 1.0, + "content": ". The counterfactuals in this", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "case are generated as described in Section 6.3 and Appendix I. We notice that performance gains of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "CRN compared to RMSN increase with the number of future timesteps for which the counterfactuals", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 164, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 164, + 182 + ], + "score": 1.0, + "content": "are estimated.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 126, + 506, + 182 + ] + }, + { + "type": "image", + "bbox": [ + 107, + 216, + 491, + 552 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 216, + 491, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 107, + 216, + 491, + 552 + ], + "spans": [ + { + "bbox": [ + 107, + 216, + 491, + 552 + ], + "score": 0.964, + "type": "image", + "image_path": "995945365917721cfe59800f6c40ff0276b71b09419710e573d0a6203278d1ac.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 107, + 216, + 491, + 328.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 107, + 328.0, + 491, + 440.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 107, + 440.0, + 491, + 552.0 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 138, + 561, + 471, + 573 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 139, + 560, + 471, + 574 + ], + "spans": [ + { + "bbox": [ + 139, + 560, + 471, + 574 + ], + "score": 1.0, + "content": "Figure 7: Results for prediction of patient counterfactuals for multiple steps ahead.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 9.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 83, + 398, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 401, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 401, + 95 + ], + "score": 1.0, + "content": "K.2 DETAILED RESULTS FOR THE COUNTERFACTUAL PREDICTIONS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 108, + 102, + 389, + 114 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 389, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 389, + 116 + ], + "score": 1.0, + "content": "Tables 8 and 9 show detailed results for the counterfactual predictions.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "table", + "bbox": [ + 153, + 167, + 457, + 332 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 124, + 501, + 148 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 122, + 504, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 496, + 139 + ], + "score": 1.0, + "content": "Table 8: Normalized RMSE for one-step-ahead prediction of counterfactuals. The parameter", + "type": "text" + }, + { + "bbox": [ + 497, + 127, + 504, + 137 + ], + "score": 0.64, + "content": "\\gamma", + "type": "inline_equation" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 352, + 148 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 352, + 148 + ], + "score": 1.0, + "content": "measures the degree of time-dependent confounding applied.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "table_body", + "bbox": [ + 153, + 167, + 457, + 332 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 153, + 167, + 457, + 332 + ], + "spans": [ + { + "bbox": [ + 153, + 167, + 457, + 332 + ], + "score": 0.98, + "html": "
γ=0γ=1γ=2γ=3γ=4γ=5
Linear (no IPTW)0.99%1.08%1.36%1.68%2.11%2.77%
MSM0.99%1.08%1.34%1.63%2.02%2.61%
RNN CRN(入=0)0.70%0.70%0.84%1.05%1.24%1.69%
RMSN0.66% 0.60%0.77% 0.61%0.92% 0.72%0.95% 0.81%1.24% 0.94%1.54% 1.23%
CRN0.56%0.57%0.62%0.67%0.87%1.20%
γ=6Y=7Y=8Y=9γ=10
Linear (no IPTW)3.55%4.15%4.80%5.09%5.22%
MSM3.30%3.79%4.30%4.47%4.47%
RNN2.03%2.52%2.88%3.79%4.01%
CRN (λ= 0)1.98%2.42%2.73%3.17%
RMSN3.57%
1.70%2.18%2.37%2.77%2.83%
CRN1.48%1.56%2.05%2.36%2.41%
", + "type": "table", + "image_path": "5e4b6ce9dd70503d985ef7e7dd194266135bcc5bd2d8a2e33f29980dcb1269f5.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 153, + 167, + 457, + 222.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 153, + 222.0, + 457, + 277.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 153, + 277.0, + 457, + 332.0 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.75 + }, + { + "type": "table", + "bbox": [ + 174, + 388, + 436, + 529 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 345, + 505, + 369 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 345, + 505, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 230, + 359 + ], + "score": 1.0, + "content": "Table 9: Normalized RMSE for", + "type": "text" + }, + { + "bbox": [ + 231, + 348, + 237, + 356 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 345, + 458, + 359 + ], + "score": 1.0, + "content": "-step-ahead prediction of counterfactuals. The parameter", + "type": "text" + }, + { + "bbox": [ + 458, + 348, + 466, + 358 + ], + "score": 0.74, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 345, + 505, + 359 + ], + "score": 1.0, + "content": "measures", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 356, + 312, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 312, + 369 + ], + "score": 1.0, + "content": "the degree of time-dependent confounding applied.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "table_body", + "bbox": [ + 174, + 388, + 436, + 529 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 174, + 388, + 436, + 529 + ], + "spans": [ + { + "bbox": [ + 174, + 388, + 436, + 529 + ], + "score": 0.981, + "html": "
γ=1γ=2γ=3γ=4γ=5
T=2RMSN0.90%1.15%1.53%2.14%2.91%
CRN0.84%0.96%1.21%1.46%2.45%
T=3RMSN0.97%1.36%1.87%2.44%3.47%
CRN0.86%0.96%1.47 %1.51%2.84%
T=4RMSN1.24%1.79%2.60%3.33%3.88%
CRN0.91%1.08%1.74%1.76%2.82%
T=5RMSN1.51%2.13%3.06%4.07%4.58%
CRN0.85%1.10%1.73%2.00%3.43%
T=6RMSN2.10%2.89%3.06%4.16%6.32%
CRN1.16%1.52%2.29%2.66%4.91%
", + "type": "table", + "image_path": "9023ec73868e46c7abeeffa770036089d4b550bbe2fc469bed1429cbd594ab2f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 174, + 388, + 436, + 435.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 174, + 435.0, + 436, + 482.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 174, + 482.0, + 436, + 529.0 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 8.75 + } + ], + "page_idx": 25, + "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": [ + 298, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "26", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 83, + 398, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 401, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 401, + 95 + ], + "score": 1.0, + "content": "K.2 DETAILED RESULTS FOR THE COUNTERFACTUAL PREDICTIONS", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 108, + 102, + 389, + 114 + ], + "lines": [ + { + "bbox": [ + 105, + 101, + 389, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 101, + 389, + 116 + ], + "score": 1.0, + "content": "Tables 8 and 9 show detailed results for the counterfactual predictions.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 101, + 389, + 116 + ] + }, + { + "type": "table", + "bbox": [ + 153, + 167, + 457, + 332 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 124, + 501, + 148 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 122, + 504, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 496, + 139 + ], + "score": 1.0, + "content": "Table 8: Normalized RMSE for one-step-ahead prediction of counterfactuals. The parameter", + "type": "text" + }, + { + "bbox": [ + 497, + 127, + 504, + 137 + ], + "score": 0.64, + "content": "\\gamma", + "type": "inline_equation" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 136, + 352, + 148 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 352, + 148 + ], + "score": 1.0, + "content": "measures the degree of time-dependent confounding applied.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "table_body", + "bbox": [ + 153, + 167, + 457, + 332 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 153, + 167, + 457, + 332 + ], + "spans": [ + { + "bbox": [ + 153, + 167, + 457, + 332 + ], + "score": 0.98, + "html": "
γ=0γ=1γ=2γ=3γ=4γ=5
Linear (no IPTW)0.99%1.08%1.36%1.68%2.11%2.77%
MSM0.99%1.08%1.34%1.63%2.02%2.61%
RNN CRN(入=0)0.70%0.70%0.84%1.05%1.24%1.69%
RMSN0.66% 0.60%0.77% 0.61%0.92% 0.72%0.95% 0.81%1.24% 0.94%1.54% 1.23%
CRN0.56%0.57%0.62%0.67%0.87%1.20%
γ=6Y=7Y=8Y=9γ=10
Linear (no IPTW)3.55%4.15%4.80%5.09%5.22%
MSM3.30%3.79%4.30%4.47%4.47%
RNN2.03%2.52%2.88%3.79%4.01%
CRN (λ= 0)1.98%2.42%2.73%3.17%
RMSN3.57%
1.70%2.18%2.37%2.77%2.83%
CRN1.48%1.56%2.05%2.36%2.41%
", + "type": "table", + "image_path": "5e4b6ce9dd70503d985ef7e7dd194266135bcc5bd2d8a2e33f29980dcb1269f5.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 153, + 167, + 457, + 222.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 153, + 222.0, + 457, + 277.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 153, + 277.0, + 457, + 332.0 + ], + "spans": [], + "index": 6 + } + ] + } + ], + "index": 3.75 + }, + { + "type": "table", + "bbox": [ + 174, + 388, + 436, + 529 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 345, + 505, + 369 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 345, + 505, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 230, + 359 + ], + "score": 1.0, + "content": "Table 9: Normalized RMSE for", + "type": "text" + }, + { + "bbox": [ + 231, + 348, + 237, + 356 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 345, + 458, + 359 + ], + "score": 1.0, + "content": "-step-ahead prediction of counterfactuals. The parameter", + "type": "text" + }, + { + "bbox": [ + 458, + 348, + 466, + 358 + ], + "score": 0.74, + "content": "\\gamma", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 345, + 505, + 359 + ], + "score": 1.0, + "content": "measures", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 356, + 312, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 312, + 369 + ], + "score": 1.0, + "content": "the degree of time-dependent confounding applied.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "table_body", + "bbox": [ + 174, + 388, + 436, + 529 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 174, + 388, + 436, + 529 + ], + "spans": [ + { + "bbox": [ + 174, + 388, + 436, + 529 + ], + "score": 0.981, + "html": "
γ=1γ=2γ=3γ=4γ=5
T=2RMSN0.90%1.15%1.53%2.14%2.91%
CRN0.84%0.96%1.21%1.46%2.45%
T=3RMSN0.97%1.36%1.87%2.44%3.47%
CRN0.86%0.96%1.47 %1.51%2.84%
T=4RMSN1.24%1.79%2.60%3.33%3.88%
CRN0.91%1.08%1.74%1.76%2.82%
T=5RMSN1.51%2.13%3.06%4.07%4.58%
CRN0.85%1.10%1.73%2.00%3.43%
T=6RMSN2.10%2.89%3.06%4.16%6.32%
CRN1.16%1.52%2.29%2.66%4.91%
", + "type": "table", + "image_path": "9023ec73868e46c7abeeffa770036089d4b550bbe2fc469bed1429cbd594ab2f.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 174, + 388, + 436, + 435.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 174, + 435.0, + 436, + 482.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 174, + 482.0, + 436, + 529.0 + ], + "spans": [], + "index": 11 + } + ] + } + ], + "index": 8.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "score": 1.0, + "content": "In order to evaluate how well the models select the correct treatment and timing of treatment we", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "simulate counterfactual outcomes as follows. We generate 1000 test samples using the model of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 284, + 141 + ], + "score": 1.0, + "content": "tumour growth described in Section 6. Let", + "type": "text" + }, + { + "bbox": [ + 284, + 127, + 298, + 139 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 127, + 477, + 141 + ], + "score": 1.0, + "content": "be the current history of the patient and let", + "type": "text" + }, + { + "bbox": [ + 477, + 130, + 484, + 138 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "be a", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "score": 1.0, + "content": "future time horizon. For each timestep in the future, we have 4 treatment options at: no treatment", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 149, + 443, + 163 + ], + "spans": [ + { + "bbox": [ + 107, + 150, + 125, + 162 + ], + "score": 0.78, + "content": "( A _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 149, + 190, + 163 + ], + "score": 1.0, + "content": ", chemotherapy", + "type": "text" + }, + { + "bbox": [ + 190, + 150, + 208, + 162 + ], + "score": 0.78, + "content": "( A _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 149, + 266, + 163 + ], + "score": 1.0, + "content": ", radiotherapy", + "type": "text" + }, + { + "bbox": [ + 266, + 150, + 284, + 162 + ], + "score": 0.8, + "content": "\\left( A _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 149, + 420, + 163 + ], + "score": 1.0, + "content": ", chemotherapy and radiotherapy.", + "type": "text" + }, + { + "bbox": [ + 420, + 150, + 439, + 162 + ], + "score": 0.8, + "content": "\\left( A _ { 3 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 149, + 443, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 506, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 327, + 181 + ], + "score": 1.0, + "content": "Using the model of tumour growth where the outcome", + "type": "text" + }, + { + "bbox": [ + 328, + 167, + 352, + 179 + ], + "score": 0.92, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 165, + 506, + 181 + ], + "score": 1.0, + "content": "is given by the volume of the tumour,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 178, + 290, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 212, + 190 + ], + "score": 1.0, + "content": "we generate the following", + "type": "text" + }, + { + "bbox": [ + 212, + 178, + 224, + 188 + ], + "score": 0.83, + "content": "2 \\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 178, + 290, + 190 + ], + "score": 1.0, + "content": "counterfactuals:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 155, + 196, + 261, + 208 + ], + "lines": [ + { + "bbox": [ + 154, + 195, + 262, + 209 + ], + "spans": [ + { + "bbox": [ + 154, + 195, + 262, + 209 + ], + "score": 1.0, + "content": "Chemotherapy application", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 207, + 458, + 268 + ], + "lines": [ + { + "bbox": [ + 235, + 207, + 458, + 268 + ], + "spans": [ + { + "bbox": [ + 235, + 207, + 458, + 268 + ], + "score": 0.43, + "content": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 1 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 1 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { \\mathrm { ~ \\cdot ~ } \\cdot \\cdot } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf \\textup { \\bf ~ a } } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 1 } , \\bar { \\mathbf { H } } _ { t } } \\end{array}", + "type": "interline_equation", + "image_path": "c1af7f88e3d092438d75d3c04a0d91e1122e9b724b25de734172def022302208.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 235, + 207, + 458, + 219.2 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 235, + 219.2, + 458, + 231.39999999999998 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 235, + 231.39999999999998, + 458, + 243.59999999999997 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 235, + 243.59999999999997, + 458, + 255.79999999999995 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 235, + 255.79999999999995, + 458, + 267.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 159, + 266, + 262, + 277 + ], + "lines": [ + { + "bbox": [ + 158, + 265, + 262, + 279 + ], + "spans": [ + { + "bbox": [ + 158, + 265, + 262, + 279 + ], + "score": 1.0, + "content": "Radiotherapy application", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 277, + 458, + 336 + ], + "lines": [ + { + "bbox": [ + 234, + 277, + 458, + 336 + ], + "spans": [ + { + "bbox": [ + 234, + 277, + 458, + 336 + ], + "score": 0.62, + "content": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 2 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 2 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { \\ldots } & { { } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 2 } , \\bar { \\bf H } _ { t } } \\end{array}", + "type": "interline_equation", + "image_path": "c5556e18245143eb2e8682cc985a6453ab423123221e0413e2a9dc3ba68f645b.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 277, + 458, + 291.75 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 234, + 291.75, + 458, + 306.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 234, + 306.5, + 458, + 321.25 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 234, + 321.25, + 458, + 336.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 339, + 503, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 339, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 364, + 351 + ], + "score": 1.0, + "content": "We perform this for each patient in the test set and at each time", + "type": "text" + }, + { + "bbox": [ + 364, + 340, + 369, + 349 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 339, + 506, + 351 + ], + "score": 1.0, + "content": "in the history. For instance, for a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 424, + 362 + ], + "score": 1.0, + "content": "patient with 50 timesteps in the model of tumour growth and for time horizon", + "type": "text" + }, + { + "bbox": [ + 424, + 351, + 450, + 361 + ], + "score": 0.89, + "content": "\\tau = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 350, + 505, + 362 + ], + "score": 1.0, + "content": ", we generate", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 361, + 237, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 171, + 372 + ], + "score": 0.88, + "content": "2 \\cdot 3 \\cdot 5 0 = 3 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 361, + 237, + 372 + ], + "score": 1.0, + "content": "counterfactuals.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 378, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 450, + 392 + ], + "score": 1.0, + "content": "Using the true generated couterfactual data, we select the treatment that has the lowest", + "type": "text" + }, + { + "bbox": [ + 450, + 378, + 474, + 390 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 376, + 505, + 392 + ], + "score": 1.0, + "content": "among", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 120, + 402 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 121, + 391, + 128, + 399 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 388, + 505, + 402 + ], + "score": 1.0, + "content": "options generated for each treatment. Then, we select the time of applying treatment (among", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 400, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 186, + 411 + ], + "score": 0.91, + "content": "t , t + 1 , \\ldots t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 400, + 288, + 412 + ], + "score": 1.0, + "content": "that resulted in the lowest", + "type": "text" + }, + { + "bbox": [ + 288, + 400, + 312, + 412 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 400, + 506, + 412 + ], + "score": 1.0, + "content": ". For each model, we generate the counterfactuals", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 412, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 423 + ], + "score": 1.0, + "content": "under the same treatment plans and patient histories. Then, we perform the selection of treatment and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 422, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 506, + 434 + ], + "score": 1.0, + "content": "timing of treatment in the same way and we compare these with the true ones. Note that in order to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 301, + 446 + ], + "score": 1.0, + "content": "account for numerical instability (two outcomes", + "type": "text" + }, + { + "bbox": [ + 301, + 433, + 322, + 445 + ], + "score": 0.91, + "content": "Y _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 434, + 506, + 446 + ], + "score": 1.0, + "content": "having very similar values), we consider two", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 444, + 354, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 255, + 456 + ], + "score": 1.0, + "content": "outcomes the same if they are within", + "type": "text" + }, + { + "bbox": [ + 255, + 444, + 297, + 455 + ], + "score": 0.89, + "content": "\\epsilon = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 444, + 354, + 456 + ], + "score": 1.0, + "content": "of each other.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24 + } + ], + "page_idx": 26, + "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": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 105, + 82, + 460, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 461, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 461, + 96 + ], + "score": 1.0, + "content": "L TEST SET GENERATION FOR EVALUATING TIMING OF TREATMENT", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 105, + 505, + 162 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 118 + ], + "score": 1.0, + "content": "In order to evaluate how well the models select the correct treatment and timing of treatment we", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 106, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "simulate counterfactual outcomes as follows. We generate 1000 test samples using the model of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 127, + 506, + 141 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 284, + 141 + ], + "score": 1.0, + "content": "tumour growth described in Section 6. Let", + "type": "text" + }, + { + "bbox": [ + 284, + 127, + 298, + 139 + ], + "score": 0.9, + "content": "\\bar { \\mathbf { H } } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 127, + 477, + 141 + ], + "score": 1.0, + "content": "be the current history of the patient and let", + "type": "text" + }, + { + "bbox": [ + 477, + 130, + 484, + 138 + ], + "score": 0.76, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 127, + 506, + 141 + ], + "score": 1.0, + "content": "be a", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "spans": [ + { + "bbox": [ + 106, + 139, + 505, + 151 + ], + "score": 1.0, + "content": "future time horizon. For each timestep in the future, we have 4 treatment options at: no treatment", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 107, + 149, + 443, + 163 + ], + "spans": [ + { + "bbox": [ + 107, + 150, + 125, + 162 + ], + "score": 0.78, + "content": "( A _ { 0 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 149, + 190, + 163 + ], + "score": 1.0, + "content": ", chemotherapy", + "type": "text" + }, + { + "bbox": [ + 190, + 150, + 208, + 162 + ], + "score": 0.78, + "content": "( A _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 149, + 266, + 163 + ], + "score": 1.0, + "content": ", radiotherapy", + "type": "text" + }, + { + "bbox": [ + 266, + 150, + 284, + 162 + ], + "score": 0.8, + "content": "\\left( A _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 149, + 420, + 163 + ], + "score": 1.0, + "content": ", chemotherapy and radiotherapy.", + "type": "text" + }, + { + "bbox": [ + 420, + 150, + 439, + 162 + ], + "score": 0.8, + "content": "\\left( A _ { 3 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 149, + 443, + 163 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 106, + 506, + 163 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 167, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 506, + 181 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 327, + 181 + ], + "score": 1.0, + "content": "Using the model of tumour growth where the outcome", + "type": "text" + }, + { + "bbox": [ + 328, + 167, + 352, + 179 + ], + "score": 0.92, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 165, + 506, + 181 + ], + "score": 1.0, + "content": "is given by the volume of the tumour,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 178, + 290, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 178, + 212, + 190 + ], + "score": 1.0, + "content": "we generate the following", + "type": "text" + }, + { + "bbox": [ + 212, + 178, + 224, + 188 + ], + "score": 0.83, + "content": "2 \\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 178, + 290, + 190 + ], + "score": 1.0, + "content": "counterfactuals:", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 165, + 506, + 190 + ] + }, + { + "type": "text", + "bbox": [ + 155, + 196, + 261, + 208 + ], + "lines": [ + { + "bbox": [ + 154, + 195, + 262, + 209 + ], + "spans": [ + { + "bbox": [ + 154, + 195, + 262, + 209 + ], + "score": 1.0, + "content": "Chemotherapy application", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7, + "bbox_fs": [ + 154, + 195, + 262, + 209 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 207, + 458, + 268 + ], + "lines": [ + { + "bbox": [ + 235, + 207, + 458, + 268 + ], + "spans": [ + { + "bbox": [ + 235, + 207, + 458, + 268 + ], + "score": 0.43, + "content": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 1 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 1 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { \\mathrm { ~ \\cdot ~ } \\cdot \\cdot } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf \\textup { \\bf ~ a } } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 1 } , \\bar { \\mathbf { H } } _ { t } } \\end{array}", + "type": "interline_equation", + "image_path": "c1af7f88e3d092438d75d3c04a0d91e1122e9b724b25de734172def022302208.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 235, + 207, + 458, + 219.2 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 235, + 219.2, + 458, + 231.39999999999998 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 235, + 231.39999999999998, + 458, + 243.59999999999997 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 235, + 243.59999999999997, + 458, + 255.79999999999995 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 235, + 255.79999999999995, + 458, + 267.99999999999994 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 159, + 266, + 262, + 277 + ], + "lines": [ + { + "bbox": [ + 158, + 265, + 262, + 279 + ], + "spans": [ + { + "bbox": [ + 158, + 265, + 262, + 279 + ], + "score": 1.0, + "content": "Radiotherapy application", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 158, + 265, + 262, + 279 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 234, + 277, + 458, + 336 + ], + "lines": [ + { + "bbox": [ + 234, + 277, + 458, + 336 + ], + "spans": [ + { + "bbox": [ + 234, + 277, + 458, + 336 + ], + "score": 0.62, + "content": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 2 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 2 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { \\ldots } & { { } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 2 } , \\bar { \\bf H } _ { t } } \\end{array}", + "type": "interline_equation", + "image_path": "c5556e18245143eb2e8682cc985a6453ab423123221e0413e2a9dc3ba68f645b.jpg" + } + ] + } + ], + "index": 15.5, + "virtual_lines": [ + { + "bbox": [ + 234, + 277, + 458, + 291.75 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 234, + 291.75, + 458, + 306.5 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 234, + 306.5, + 458, + 321.25 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 234, + 321.25, + 458, + 336.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 339, + 503, + 372 + ], + "lines": [ + { + "bbox": [ + 106, + 339, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 364, + 351 + ], + "score": 1.0, + "content": "We perform this for each patient in the test set and at each time", + "type": "text" + }, + { + "bbox": [ + 364, + 340, + 369, + 349 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 339, + 506, + 351 + ], + "score": 1.0, + "content": "in the history. For instance, for a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 350, + 505, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 424, + 362 + ], + "score": 1.0, + "content": "patient with 50 timesteps in the model of tumour growth and for time horizon", + "type": "text" + }, + { + "bbox": [ + 424, + 351, + 450, + 361 + ], + "score": 0.89, + "content": "\\tau = 3", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 350, + 505, + 362 + ], + "score": 1.0, + "content": ", we generate", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 361, + 237, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 171, + 372 + ], + "score": 0.88, + "content": "2 \\cdot 3 \\cdot 5 0 = 3 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 361, + 237, + 372 + ], + "score": 1.0, + "content": "counterfactuals.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19, + "bbox_fs": [ + 106, + 339, + 506, + 372 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 378, + 505, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 450, + 392 + ], + "score": 1.0, + "content": "Using the true generated couterfactual data, we select the treatment that has the lowest", + "type": "text" + }, + { + "bbox": [ + 450, + 378, + 474, + 390 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 376, + 505, + 392 + ], + "score": 1.0, + "content": "among", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 388, + 505, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 120, + 402 + ], + "score": 1.0, + "content": "the", + "type": "text" + }, + { + "bbox": [ + 121, + 391, + 128, + 399 + ], + "score": 0.78, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 388, + 505, + 402 + ], + "score": 1.0, + "content": "options generated for each treatment. Then, we select the time of applying treatment (among", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 400, + 506, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 186, + 411 + ], + "score": 0.91, + "content": "t , t + 1 , \\ldots t + \\tau - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 400, + 288, + 412 + ], + "score": 1.0, + "content": "that resulted in the lowest", + "type": "text" + }, + { + "bbox": [ + 288, + 400, + 312, + 412 + ], + "score": 0.91, + "content": "\\mathbf { Y } _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 400, + 506, + 412 + ], + "score": 1.0, + "content": ". For each model, we generate the counterfactuals", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 412, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 505, + 423 + ], + "score": 1.0, + "content": "under the same treatment plans and patient histories. Then, we perform the selection of treatment and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 422, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 106, + 422, + 506, + 434 + ], + "score": 1.0, + "content": "timing of treatment in the same way and we compare these with the true ones. Note that in order to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 433, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 301, + 446 + ], + "score": 1.0, + "content": "account for numerical instability (two outcomes", + "type": "text" + }, + { + "bbox": [ + 301, + 433, + 322, + 445 + ], + "score": 0.91, + "content": "Y _ { t + \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 434, + 506, + 446 + ], + "score": 1.0, + "content": "having very similar values), we consider two", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 444, + 354, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 255, + 456 + ], + "score": 1.0, + "content": "outcomes the same if they are within", + "type": "text" + }, + { + "bbox": [ + 255, + 444, + 297, + 455 + ], + "score": 0.89, + "content": "\\epsilon = 0 . 0 0 1", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 444, + 354, + 456 + ], + "score": 1.0, + "content": "of each other.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 376, + 506, + 456 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 389, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 390, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 390, + 96 + ], + "score": 1.0, + "content": "M RESULTS ON FACTUAL PREDICTION ON MIMIC III", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 119 + ], + "score": 1.0, + "content": "Using the Medical Information Mart for Intensive Care (MIMIC III) (Johnson et al., 2016) database", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "consisting of electronic health records from patients in the ICU, we also show how the CRN can", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 129, + 504, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 504, + 140 + ], + "score": 1.0, + "content": "be used on a real medical dataset. From MIMIC III we extracted the patients on antibiotics, with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 506, + 153 + ], + "score": 1.0, + "content": "trajectories up to 30 timesteps, thus obtaining a dataset with 3487 patients. For each patient, we", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 151, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 162 + ], + "score": 1.0, + "content": "extracted 25 patient covariates including lab tests and vital signs measured over time, as well as static", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 267, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 267, + 174 + ], + "score": 1.0, + "content": "patient features such as age and gender.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 177, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "We used a binary treatment at each timestep indicating whether the patient was administered antibi-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "otics or not. Note that for the longitudinal covariates we used aggregate value for each day since the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 199, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 213 + ], + "score": 1.0, + "content": "ICU admission. The reason for this is because antibiotic treatment is decided daily for the patient.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "We split the dataset into 2826/313/348 patients for training, validation and testing respectively. We", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "performed hyperparameter optimization on the validation patient set, using the search ranges in Table", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 233, + 446, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 446, + 245 + ], + "score": 1.0, + "content": "5 and we again selected hyperparameters based on the error on the factual outcomes.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 107, + 249, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 249, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 505, + 261 + ], + "score": 1.0, + "content": "We estimate the individualized effect of antibiotics assigned over time on the patient’s white blood", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 261, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 505, + 272 + ], + "score": 1.0, + "content": "cell count. A high white blood cell count is associated with severe illness and poor outcome for ICU", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 104, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "patients (Waheed et al., 2003). Antibiotic administration in the ICU aims to reduce the white blood", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 283, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 505, + 295 + ], + "score": 1.0, + "content": "cell count. However, the effectiveness of the antibiotics treatment in reducing the white blood cell", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "count is highly dependent on the time they are administered with respect to the history of the patient", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "covariates. In this context we again have time-dependent confounders: the patient features change", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "score": 1.0, + "content": "over time and are affected by the previous administration of antibiotics. Moreover, the history of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "score": 1.0, + "content": "the patient features also determines antibiotics administration and affects future patient outcomes", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 338, + 258, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 258, + 349 + ], + "score": 1.0, + "content": "(De Bus et al., 2018; Ali et al., 2019).", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 388 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "score": 1.0, + "content": "In Table 10 we report the root mean squared error for factual prediction of the patients’ white blood", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 283, + 378 + ], + "score": 1.0, + "content": "cell count for multiple prediction horizons", + "type": "text" + }, + { + "bbox": [ + 283, + 367, + 290, + 375 + ], + "score": 0.67, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 365, + 506, + 378 + ], + "score": 1.0, + "content": ". Note that for this dataset we do not have access to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 376, + 397, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 397, + 389 + ], + "score": 1.0, + "content": "counterfactual data, which is why we report error on factual predictions.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23 + }, + { + "type": "table", + "bbox": [ + 213, + 423, + 398, + 465 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 144, + 398, + 465, + 410 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 143, + 397, + 467, + 411 + ], + "spans": [ + { + "bbox": [ + 143, + 397, + 228, + 411 + ], + "score": 1.0, + "content": "Table 10: RMSE for", + "type": "text" + }, + { + "bbox": [ + 228, + 400, + 235, + 408 + ], + "score": 0.72, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 397, + 467, + 411 + ], + "score": 1.0, + "content": "-step-ahead prediction of factual outcomes on MIMIC III.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "table_body", + "bbox": [ + 213, + 423, + 398, + 465 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 213, + 423, + 398, + 465 + ], + "spans": [ + { + "bbox": [ + 213, + 423, + 398, + 465 + ], + "score": 0.971, + "html": "
T=1T=2T=3 T=4
RMSN2.843.874.464.79
CRN2.683.544.074.67
", + "type": "table", + "image_path": "d48466a4154c491a71a2f92d63c525ecb9af8c07d5657d4890cde36604e7d756.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 213, + 423, + 398, + 437.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 213, + 437.0, + 398, + 451.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 213, + 451.0, + 398, + 465.0 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 26.0 + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "score": 1.0, + "content": "We notice that CRN also achieves better performance than RMSN in estimating factual outcomes in a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "real-world dataset containing electronic health records. In this context, where couterfactual data is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "not available, domain expert knowledge is required to validate the model’s counterfactual predictions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "under other antibiotic treatment alternatives. This further medical validation is outside the scope of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 517, + 150, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 150, + 532 + ], + "score": 1.0, + "content": "this paper.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + } + ], + "page_idx": 27, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 294, + 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, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 81, + 389, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 390, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 390, + 96 + ], + "score": 1.0, + "content": "M RESULTS ON FACTUAL PREDICTION ON MIMIC III", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 505, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 505, + 119 + ], + "score": 1.0, + "content": "Using the Medical Information Mart for Intensive Care (MIMIC III) (Johnson et al., 2016) database", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "consisting of electronic health records from patients in the ICU, we also show how the CRN can", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 129, + 504, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 504, + 140 + ], + "score": 1.0, + "content": "be used on a real medical dataset. From MIMIC III we extracted the patients on antibiotics, with", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 506, + 153 + ], + "score": 1.0, + "content": "trajectories up to 30 timesteps, thus obtaining a dataset with 3487 patients. For each patient, we", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 151, + 505, + 162 + ], + "spans": [ + { + "bbox": [ + 106, + 151, + 505, + 162 + ], + "score": 1.0, + "content": "extracted 25 patient covariates including lab tests and vital signs measured over time, as well as static", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 161, + 267, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 161, + 267, + 174 + ], + "score": 1.0, + "content": "patient features such as age and gender.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 106, + 506, + 174 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 177, + 505, + 244 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 190 + ], + "score": 1.0, + "content": "We used a binary treatment at each timestep indicating whether the patient was administered antibi-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "otics or not. Note that for the longitudinal covariates we used aggregate value for each day since the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 199, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 105, + 199, + 506, + 213 + ], + "score": 1.0, + "content": "ICU admission. The reason for this is because antibiotic treatment is decided daily for the patient.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 210, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 505, + 223 + ], + "score": 1.0, + "content": "We split the dataset into 2826/313/348 patients for training, validation and testing respectively. We", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "performed hyperparameter optimization on the validation patient set, using the search ranges in Table", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 233, + 446, + 245 + ], + "spans": [ + { + "bbox": [ + 106, + 233, + 446, + 245 + ], + "score": 1.0, + "content": "5 and we again selected hyperparameters based on the error on the factual outcomes.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 177, + 506, + 245 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 249, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 249, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 106, + 249, + 505, + 261 + ], + "score": 1.0, + "content": "We estimate the individualized effect of antibiotics assigned over time on the patient’s white blood", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 261, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 261, + 505, + 272 + ], + "score": 1.0, + "content": "cell count. A high white blood cell count is associated with severe illness and poor outcome for ICU", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 271, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 104, + 271, + 506, + 284 + ], + "score": 1.0, + "content": "patients (Waheed et al., 2003). Antibiotic administration in the ICU aims to reduce the white blood", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 283, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 283, + 505, + 295 + ], + "score": 1.0, + "content": "cell count. However, the effectiveness of the antibiotics treatment in reducing the white blood cell", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "count is highly dependent on the time they are administered with respect to the history of the patient", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "covariates. In this context we again have time-dependent confounders: the patient features change", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "score": 1.0, + "content": "over time and are affected by the previous administration of antibiotics. Moreover, the history of", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 326, + 505, + 339 + ], + "score": 1.0, + "content": "the patient features also determines antibiotics administration and affects future patient outcomes", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 338, + 258, + 349 + ], + "spans": [ + { + "bbox": [ + 106, + 338, + 258, + 349 + ], + "score": 1.0, + "content": "(De Bus et al., 2018; Ali et al., 2019).", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17, + "bbox_fs": [ + 104, + 249, + 506, + 349 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 354, + 505, + 388 + ], + "lines": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 105, + 353, + 505, + 366 + ], + "score": 1.0, + "content": "In Table 10 we report the root mean squared error for factual prediction of the patients’ white blood", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 365, + 506, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 365, + 283, + 378 + ], + "score": 1.0, + "content": "cell count for multiple prediction horizons", + "type": "text" + }, + { + "bbox": [ + 283, + 367, + 290, + 375 + ], + "score": 0.67, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 365, + 506, + 378 + ], + "score": 1.0, + "content": ". Note that for this dataset we do not have access to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 376, + 397, + 389 + ], + "spans": [ + { + "bbox": [ + 106, + 376, + 397, + 389 + ], + "score": 1.0, + "content": "counterfactual data, which is why we report error on factual predictions.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 353, + 506, + 389 + ] + }, + { + "type": "table", + "bbox": [ + 213, + 423, + 398, + 465 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 144, + 398, + 465, + 410 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 143, + 397, + 467, + 411 + ], + "spans": [ + { + "bbox": [ + 143, + 397, + 228, + 411 + ], + "score": 1.0, + "content": "Table 10: RMSE for", + "type": "text" + }, + { + "bbox": [ + 228, + 400, + 235, + 408 + ], + "score": 0.72, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 397, + 467, + 411 + ], + "score": 1.0, + "content": "-step-ahead prediction of factual outcomes on MIMIC III.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "table_body", + "bbox": [ + 213, + 423, + 398, + 465 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 213, + 423, + 398, + 465 + ], + "spans": [ + { + "bbox": [ + 213, + 423, + 398, + 465 + ], + "score": 0.971, + "html": "
T=1T=2T=3 T=4
RMSN2.843.874.464.79
CRN2.683.544.074.67
", + "type": "table", + "image_path": "d48466a4154c491a71a2f92d63c525ecb9af8c07d5657d4890cde36604e7d756.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 213, + 423, + 398, + 437.0 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 213, + 437.0, + 398, + 451.0 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 213, + 451.0, + 398, + 465.0 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 26.0 + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 505, + 529 + ], + "lines": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 106, + 474, + 506, + 486 + ], + "score": 1.0, + "content": "We notice that CRN also achieves better performance than RMSN in estimating factual outcomes in a", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "real-world dataset containing electronic health records. In this context, where couterfactual data is", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 506, + 509 + ], + "score": 1.0, + "content": "not available, domain expert knowledge is required to validate the model’s counterfactual predictions", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "under other antibiotic treatment alternatives. This further medical validation is outside the scope of", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 517, + 150, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 150, + 532 + ], + "score": 1.0, + "content": "this paper.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 474, + 506, + 532 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/BJg866NFvB/BJg866NFvB_model.json b/parse/train/BJg866NFvB/BJg866NFvB_model.json new file mode 100644 index 0000000000000000000000000000000000000000..599998582741d722b18684d2bd1273d9afb4aa1d --- /dev/null +++ b/parse/train/BJg866NFvB/BJg866NFvB_model.json @@ -0,0 +1,37224 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 398, + 933, + 1304, + 933, + 1304, + 1359, + 398, + 1359 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1650, + 1404, + 1650, + 1404, + 1896, + 298, + 1896 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1482, + 1405, + 1482, + 1405, + 1635, + 299, + 1635 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1401, + 1911, + 1401, + 2034, + 299, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 0, + "poly": [ + 298, + 224, + 1399, + 224, + 1399, + 378, + 298, + 378 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 316, + 464, + 755, + 464, + 755, + 584, + 316, + 584 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 316, + 664, + 797, + 664, + 797, + 753, + 316, + 753 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 302, + 1415, + 573, + 1415, + 573, + 1449, + 302, + 1449 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 773, + 866, + 927, + 866, + 927, + 899, + 773, + 899 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 817, + 76, + 817, + 104, + 299, + 104 + ], + "score": 0.872 + }, + { + "category_id": 0, + "poly": [ + 315, + 432, + 444, + 432, + 444, + 460, + 315, + 460 + ], + "score": 0.853 + }, + { + "category_id": 0, + "poly": [ + 316, + 634, + 481, + 634, + 481, + 662, + 316, + 662 + ], + "score": 0.783 + }, + { + "category_id": 1, + "poly": [ + 894, + 431, + 1385, + 431, + 1385, + 553, + 894, + 553 + ], + "score": 0.734 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 856, + 2089, + 856, + 2112, + 841, + 2112 + ], + "score": 0.72 + }, + { + "category_id": 1, + "poly": [ + 862, + 664, + 1351, + 664, + 1351, + 783, + 862, + 783 + ], + "score": 0.661 + }, + { + "category_id": 0, + "poly": [ + 863, + 633, + 1147, + 633, + 1147, + 662, + 863, + 662 + ], + "score": 0.513 + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 1221.0, + 223.0, + 1221.0, + 277.0, + 293.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 284.0, + 1404.0, + 284.0, + 1404.0, + 329.0, + 294.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 339.0, + 924.0, + 339.0, + 924.0, + 384.0, + 294.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1411.0, + 579.0, + 1411.0, + 579.0, + 1457.0, + 294.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 862.0, + 934.0, + 862.0, + 934.0, + 905.0, + 768.0, + 905.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": [ + 309.0, + 427.0, + 449.0, + 427.0, + 449.0, + 465.0, + 309.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 631.0, + 485.0, + 631.0, + 485.0, + 666.0, + 311.0, + 666.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": [ + 858.0, + 627.0, + 1153.0, + 627.0, + 1153.0, + 668.0, + 858.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 932.0, + 1305.0, + 932.0, + 1305.0, + 967.0, + 394.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 964.0, + 1308.0, + 964.0, + 1308.0, + 996.0, + 395.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 993.0, + 1307.0, + 993.0, + 1307.0, + 1027.0, + 392.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1026.0, + 1309.0, + 1026.0, + 1309.0, + 1057.0, + 392.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1057.0, + 1305.0, + 1057.0, + 1305.0, + 1085.0, + 394.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1084.0, + 1309.0, + 1084.0, + 1309.0, + 1118.0, + 393.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1116.0, + 1306.0, + 1116.0, + 1306.0, + 1149.0, + 393.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1146.0, + 1307.0, + 1146.0, + 1307.0, + 1181.0, + 394.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1177.0, + 1306.0, + 1177.0, + 1306.0, + 1212.0, + 394.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1207.0, + 1305.0, + 1207.0, + 1305.0, + 1241.0, + 394.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1237.0, + 1306.0, + 1237.0, + 1306.0, + 1268.0, + 394.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1268.0, + 1304.0, + 1268.0, + 1304.0, + 1301.0, + 394.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1299.0, + 1304.0, + 1299.0, + 1304.0, + 1331.0, + 394.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1330.0, + 1277.0, + 1330.0, + 1277.0, + 1361.0, + 393.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1652.0, + 1405.0, + 1652.0, + 1405.0, + 1685.0, + 294.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1682.0, + 1408.0, + 1682.0, + 1408.0, + 1715.0, + 294.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1714.0, + 1404.0, + 1714.0, + 1404.0, + 1744.0, + 296.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1743.0, + 1408.0, + 1743.0, + 1408.0, + 1777.0, + 294.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1774.0, + 1404.0, + 1774.0, + 1404.0, + 1808.0, + 294.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1805.0, + 1406.0, + 1805.0, + 1406.0, + 1837.0, + 293.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1833.0, + 1405.0, + 1833.0, + 1405.0, + 1872.0, + 292.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1864.0, + 1362.0, + 1864.0, + 1362.0, + 1900.0, + 293.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1481.0, + 1407.0, + 1481.0, + 1407.0, + 1516.0, + 294.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1514.0, + 1403.0, + 1514.0, + 1403.0, + 1547.0, + 295.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1543.0, + 1406.0, + 1543.0, + 1406.0, + 1580.0, + 294.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1573.0, + 1409.0, + 1573.0, + 1409.0, + 1610.0, + 294.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 1409.0, + 1606.0, + 1409.0, + 1639.0, + 295.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 1406.0, + 1909.0, + 1406.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1975.0, + 1406.0, + 1975.0, + 1406.0, + 2005.0, + 294.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2002.0, + 1406.0, + 2002.0, + 1406.0, + 2036.0, + 292.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 461.0, + 716.0, + 461.0, + 716.0, + 498.0, + 311.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 493.0, + 701.0, + 493.0, + 701.0, + 525.0, + 312.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 523.0, + 755.0, + 523.0, + 755.0, + 556.0, + 313.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 553.0, + 703.0, + 553.0, + 703.0, + 589.0, + 313.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 663.0, + 715.0, + 663.0, + 715.0, + 696.0, + 311.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 693.0, + 700.0, + 693.0, + 700.0, + 724.0, + 313.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 726.0, + 802.0, + 726.0, + 802.0, + 756.0, + 314.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 433.0, + 1088.0, + 433.0, + 1088.0, + 461.0, + 894.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 459.0, + 1317.0, + 459.0, + 1317.0, + 498.0, + 890.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 492.0, + 1387.0, + 492.0, + 1387.0, + 526.0, + 892.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 525.0, + 1215.0, + 525.0, + 1215.0, + 555.0, + 894.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 662.0, + 1332.0, + 662.0, + 1332.0, + 695.0, + 860.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 691.0, + 1353.0, + 691.0, + 1353.0, + 724.0, + 860.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 724.0, + 1304.0, + 724.0, + 1304.0, + 755.0, + 860.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 755.0, + 1118.0, + 755.0, + 1118.0, + 785.0, + 857.0, + 785.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1481, + 1404, + 1481, + 1404, + 1758, + 298, + 1758 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1053, + 1404, + 1053, + 1404, + 1298, + 298, + 1298 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 822, + 1403, + 822, + 1403, + 1038, + 298, + 1038 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1313, + 1403, + 1313, + 1403, + 1466, + 299, + 1466 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1773, + 1404, + 1773, + 1404, + 1895, + 299, + 1895 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1403, + 1911, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 319, + 228, + 1386, + 228, + 1386, + 578, + 319, + 578 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 296, + 606, + 1404, + 606, + 1404, + 792, + 296, + 792 + ], + "score": 0.968 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 816, + 76, + 816, + 104, + 299, + 104 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.715 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.106 + }, + { + "category_id": 13, + "poly": [ + 654, + 635, + 692, + 635, + 692, + 669, + 654, + 669 + ], + "score": 0.89, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 904, + 642, + 918, + 642, + 918, + 666, + 904, + 666 + ], + "score": 0.63, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 234.0, + 681.0, + 234.0, + 681.0, + 253.0, + 662.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 921.0, + 229.0, + 1023.0, + 229.0, + 1023.0, + 260.0, + 921.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 320.0, + 344.0, + 320.0, + 344.0, + 439.0, + 318.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 493.0, + 306.0, + 562.0, + 306.0, + 562.0, + 324.0, + 493.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 342.0, + 602.0, + 342.0, + 602.0, + 361.0, + 583.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 285.0, + 947.0, + 285.0, + 947.0, + 441.0, + 675.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 320.0, + 1039.0, + 320.0, + 1039.0, + 440.0, + 1014.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 296.0, + 1147.0, + 296.0, + 1147.0, + 319.0, + 1045.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 294.0, + 1282.0, + 294.0, + 1282.0, + 332.0, + 1183.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 387.0, + 648.0, + 387.0, + 648.0, + 407.0, + 612.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 403.0, + 659.0, + 403.0, + 659.0, + 422.0, + 601.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 407.0, + 994.0, + 407.0, + 994.0, + 426.0, + 958.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 424.0, + 1003.0, + 424.0, + 1003.0, + 439.0, + 949.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 417.0, + 1375.0, + 417.0, + 1375.0, + 438.0, + 1339.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 435.0, + 1386.0, + 435.0, + 1386.0, + 453.0, + 1328.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1285.0, + 455.0, + 1296.0, + 455.0, + 1296.0, + 464.0, + 1285.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 473.0, + 457.0, + 473.0, + 457.0, + 483.0, + 446.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 470.0, + 814.0, + 470.0, + 814.0, + 483.0, + 798.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 472.0, + 884.0, + 472.0, + 884.0, + 482.0, + 873.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 471.0, + 1150.0, + 471.0, + 1150.0, + 485.0, + 1136.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 479.0, + 465.0, + 479.0, + 465.0, + 500.0, + 433.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 479.0, + 564.0, + 479.0, + 564.0, + 499.0, + 499.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 477.0, + 820.0, + 477.0, + 820.0, + 498.0, + 786.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 478.0, + 918.0, + 478.0, + 918.0, + 498.0, + 853.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 479.0, + 1156.0, + 479.0, + 1156.0, + 500.0, + 1124.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 479.0, + 1254.0, + 479.0, + 1254.0, + 499.0, + 1188.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 500.0, + 981.0, + 500.0, + 981.0, + 510.0, + 972.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 505.0, + 513.0, + 505.0, + 513.0, + 525.0, + 453.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 510.0, + 642.0, + 510.0, + 642.0, + 534.0, + 595.0, + 534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 506.0, + 879.0, + 506.0, + 879.0, + 530.0, + 817.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 512.0, + 990.0, + 512.0, + 990.0, + 537.0, + 941.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 506.0, + 1212.0, + 506.0, + 1212.0, + 530.0, + 1149.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 513.0, + 1336.0, + 513.0, + 1336.0, + 538.0, + 1290.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 523.0, + 874.0, + 523.0, + 874.0, + 548.0, + 813.0, + 548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 523.0, + 1208.0, + 523.0, + 1208.0, + 548.0, + 1145.0, + 548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 553.0, + 569.0, + 553.0, + 569.0, + 577.0, + 372.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 553.0, + 969.0, + 553.0, + 969.0, + 579.0, + 691.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 553.0, + 1306.0, + 553.0, + 1306.0, + 579.0, + 1047.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.75, + 234.0, + 795.75, + 234.0, + 795.75, + 260.0, + 686.75, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 277.5, + 601.0, + 277.5, + 601.0, + 319.0, + 347.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 288.5, + 1187.0, + 288.5, + 1187.0, + 318.0, + 1131.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 516.5, + 515.0, + 516.5, + 515.0, + 548.5, + 445.0, + 548.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 607.0, + 1405.0, + 607.0, + 1405.0, + 643.0, + 295.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 638.0, + 653.0, + 638.0, + 653.0, + 673.0, + 294.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 638.0, + 903.0, + 638.0, + 903.0, + 673.0, + 693.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 638.0, + 1406.0, + 638.0, + 1406.0, + 673.0, + 919.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 667.0, + 1406.0, + 667.0, + 1406.0, + 703.0, + 295.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 699.0, + 1405.0, + 699.0, + 1405.0, + 733.0, + 293.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 731.0, + 1405.0, + 731.0, + 1405.0, + 763.0, + 295.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 762.0, + 1381.0, + 762.0, + 1381.0, + 793.0, + 295.0, + 793.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, + 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": [ + 296.0, + 1482.0, + 1409.0, + 1482.0, + 1409.0, + 1519.0, + 296.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1513.0, + 1406.0, + 1513.0, + 1406.0, + 1550.0, + 294.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1541.0, + 1404.0, + 1541.0, + 1404.0, + 1578.0, + 294.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1568.0, + 1405.0, + 1568.0, + 1405.0, + 1613.0, + 292.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1601.0, + 1406.0, + 1601.0, + 1406.0, + 1643.0, + 293.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1634.0, + 1405.0, + 1634.0, + 1405.0, + 1671.0, + 294.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1702.0, + 294.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1694.0, + 1407.0, + 1694.0, + 1407.0, + 1732.0, + 292.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1727.0, + 1065.0, + 1727.0, + 1065.0, + 1763.0, + 294.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1051.0, + 1405.0, + 1051.0, + 1405.0, + 1090.0, + 293.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1086.0, + 1405.0, + 1086.0, + 1405.0, + 1119.0, + 296.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1116.0, + 1405.0, + 1116.0, + 1405.0, + 1149.0, + 296.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1146.0, + 1406.0, + 1146.0, + 1406.0, + 1179.0, + 294.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1175.0, + 1404.0, + 1175.0, + 1404.0, + 1210.0, + 293.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1205.0, + 1405.0, + 1205.0, + 1405.0, + 1243.0, + 293.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1235.0, + 1404.0, + 1235.0, + 1404.0, + 1271.0, + 292.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 1077.0, + 1268.0, + 1077.0, + 1301.0, + 294.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 824.0, + 1407.0, + 824.0, + 1407.0, + 858.0, + 294.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 855.0, + 1405.0, + 855.0, + 1405.0, + 889.0, + 294.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 886.0, + 1404.0, + 886.0, + 1404.0, + 920.0, + 293.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 1405.0, + 914.0, + 1405.0, + 950.0, + 293.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 946.0, + 1405.0, + 946.0, + 1405.0, + 981.0, + 294.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 977.0, + 1407.0, + 977.0, + 1407.0, + 1010.0, + 293.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1009.0, + 901.0, + 1009.0, + 901.0, + 1040.0, + 296.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1310.0, + 1404.0, + 1310.0, + 1404.0, + 1349.0, + 294.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1343.0, + 1405.0, + 1343.0, + 1405.0, + 1380.0, + 294.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1375.0, + 1404.0, + 1375.0, + 1404.0, + 1408.0, + 295.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1404.0, + 1405.0, + 1404.0, + 1405.0, + 1441.0, + 294.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1437.0, + 1054.0, + 1437.0, + 1054.0, + 1470.0, + 295.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1773.0, + 1408.0, + 1773.0, + 1408.0, + 1809.0, + 294.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1805.0, + 1404.0, + 1805.0, + 1404.0, + 1837.0, + 295.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1836.0, + 1404.0, + 1836.0, + 1404.0, + 1869.0, + 295.0, + 1869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1865.0, + 1409.0, + 1865.0, + 1409.0, + 1899.0, + 293.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1911.0, + 1407.0, + 1911.0, + 1407.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1974.0, + 1405.0, + 1974.0, + 1405.0, + 2005.0, + 294.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2004.0, + 1407.0, + 2004.0, + 1407.0, + 2034.0, + 294.0, + 2034.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1239, + 1405, + 1239, + 1405, + 1574, + 298, + 1574 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 977, + 1405, + 977, + 1405, + 1224, + 298, + 1224 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 399, + 1405, + 399, + 1405, + 675, + 298, + 675 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1589, + 1404, + 1589, + 1404, + 1836, + 298, + 1836 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1851, + 1403, + 1851, + 1403, + 2034, + 298, + 2034 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1403, + 229, + 1403, + 384, + 299, + 384 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 688, + 1405, + 688, + 1405, + 782, + 300, + 782 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 300, + 900, + 1402, + 900, + 1402, + 962, + 300, + 962 + ], + "score": 0.952 + }, + { + "category_id": 0, + "poly": [ + 300, + 830, + 581, + 830, + 581, + 865, + 300, + 865 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 816, + 76, + 816, + 104, + 300, + 104 + ], + "score": 0.896 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.582 + }, + { + "category_id": 2, + "poly": [ + 842, + 2088, + 859, + 2088, + 859, + 2112, + 842, + 2112 + ], + "score": 0.467 + }, + { + "category_id": 13, + "poly": [ + 862, + 1275, + 880, + 1275, + 880, + 1302, + 862, + 1302 + ], + "score": 0.8, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1300, + 1044, + 1300, + 1044, + 1329, + 1003, + 1329 + ], + "score": 0.28, + "latex": "\\mathrm { X u }" + }, + { + "category_id": 13, + "poly": [ + 1024, + 1015, + 1042, + 1015, + 1042, + 1042, + 1024, + 1042 + ], + "score": 0.26, + "latex": "\\mathrm { g }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 826.0, + 586.0, + 826.0, + 586.0, + 872.0, + 291.0, + 872.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": [ + 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, + 861.0, + 2085.0, + 861.0, + 2118.0, + 838.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1237.0, + 1406.0, + 1237.0, + 1406.0, + 1276.0, + 293.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1268.0, + 861.0, + 1268.0, + 861.0, + 1308.0, + 291.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1268.0, + 1406.0, + 1268.0, + 1406.0, + 1308.0, + 881.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1301.0, + 1002.0, + 1301.0, + 1002.0, + 1332.0, + 296.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1301.0, + 1405.0, + 1301.0, + 1405.0, + 1332.0, + 1045.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1331.0, + 1408.0, + 1331.0, + 1408.0, + 1366.0, + 293.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1360.0, + 1406.0, + 1360.0, + 1406.0, + 1393.0, + 293.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1390.0, + 1407.0, + 1390.0, + 1407.0, + 1426.0, + 292.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1421.0, + 1406.0, + 1421.0, + 1406.0, + 1456.0, + 295.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1455.0, + 1403.0, + 1455.0, + 1403.0, + 1486.0, + 295.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1482.0, + 1405.0, + 1482.0, + 1405.0, + 1518.0, + 293.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1513.0, + 1403.0, + 1513.0, + 1403.0, + 1547.0, + 295.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1545.0, + 763.0, + 1545.0, + 763.0, + 1576.0, + 296.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 975.0, + 1406.0, + 975.0, + 1406.0, + 1015.0, + 293.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1009.0, + 1023.0, + 1009.0, + 1023.0, + 1043.0, + 295.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1043.0, + 1009.0, + 1405.0, + 1009.0, + 1405.0, + 1043.0, + 1043.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1041.0, + 1406.0, + 1041.0, + 1406.0, + 1072.0, + 296.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1069.0, + 1405.0, + 1069.0, + 1405.0, + 1104.0, + 292.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1099.0, + 1408.0, + 1099.0, + 1408.0, + 1137.0, + 292.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1128.0, + 1406.0, + 1128.0, + 1406.0, + 1167.0, + 293.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1162.0, + 1405.0, + 1162.0, + 1405.0, + 1196.0, + 295.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1193.0, + 991.0, + 1193.0, + 991.0, + 1227.0, + 293.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 399.0, + 1403.0, + 399.0, + 1403.0, + 431.0, + 297.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 431.0, + 1405.0, + 431.0, + 1405.0, + 464.0, + 296.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 460.0, + 1407.0, + 460.0, + 1407.0, + 495.0, + 293.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 491.0, + 1405.0, + 491.0, + 1405.0, + 524.0, + 295.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 521.0, + 1405.0, + 521.0, + 1405.0, + 558.0, + 292.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 553.0, + 1403.0, + 553.0, + 1403.0, + 585.0, + 296.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 580.0, + 1409.0, + 580.0, + 1409.0, + 619.0, + 293.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 614.0, + 1407.0, + 614.0, + 1407.0, + 647.0, + 296.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 640.0, + 1357.0, + 640.0, + 1357.0, + 679.0, + 293.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1588.0, + 1406.0, + 1588.0, + 1406.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1621.0, + 1408.0, + 1621.0, + 1408.0, + 1655.0, + 294.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1649.0, + 1409.0, + 1649.0, + 1409.0, + 1688.0, + 292.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1684.0, + 1405.0, + 1684.0, + 1405.0, + 1715.0, + 293.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1711.0, + 1404.0, + 1711.0, + 1404.0, + 1747.0, + 292.0, + 1747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1743.0, + 1404.0, + 1743.0, + 1404.0, + 1776.0, + 294.0, + 1776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1773.0, + 1408.0, + 1773.0, + 1408.0, + 1809.0, + 295.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1805.0, + 1255.0, + 1805.0, + 1255.0, + 1838.0, + 293.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1850.0, + 1404.0, + 1850.0, + 1404.0, + 1882.0, + 294.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1408.0, + 1910.0, + 1408.0, + 1948.0, + 292.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1969.0, + 1410.0, + 1969.0, + 1410.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 1405.0, + 2004.0, + 1405.0, + 2036.0, + 296.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 228.0, + 1405.0, + 228.0, + 1405.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 1404.0, + 260.0, + 1404.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 325.0, + 295.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 320.0, + 1405.0, + 320.0, + 1405.0, + 360.0, + 294.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 354.0, + 1129.0, + 354.0, + 1129.0, + 388.0, + 295.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 685.0, + 1406.0, + 685.0, + 1406.0, + 728.0, + 293.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 719.0, + 1409.0, + 719.0, + 1409.0, + 756.0, + 293.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 751.0, + 1407.0, + 751.0, + 1407.0, + 785.0, + 295.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 898.0, + 1406.0, + 898.0, + 1406.0, + 937.0, + 295.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 932.0, + 1260.0, + 932.0, + 1260.0, + 964.0, + 296.0, + 964.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1588, + 1405, + 1588, + 1405, + 1897, + 297, + 1897 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 1295, + 1406, + 1295, + 1406, + 1576, + 297, + 1576 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 397, + 1406, + 397, + 1406, + 627, + 297, + 627 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 640, + 1404, + 640, + 1404, + 795, + 297, + 795 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1098, + 1406, + 1098, + 1406, + 1286, + 297, + 1286 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 861, + 1403, + 861, + 1403, + 987, + 297, + 987 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1910, + 1405, + 1910, + 1405, + 2034, + 298, + 2034 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 294, + 229, + 1403, + 229, + 1403, + 294, + 294, + 294 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 679, + 808, + 1020, + 808, + 1020, + 848, + 679, + 848 + ], + "score": 0.939 + }, + { + "category_id": 0, + "poly": [ + 298, + 1029, + 966, + 1029, + 966, + 1066, + 298, + 1066 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 302, + 338, + 708, + 338, + 708, + 373, + 302, + 373 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1366, + 814, + 1399, + 814, + 1399, + 843, + 1366, + 843 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.774 + }, + { + "category_id": 13, + "poly": [ + 566, + 1971, + 644, + 1971, + 644, + 2006, + 566, + 2006 + ], + "score": 0.94, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 957, + 481, + 1111, + 481, + 1111, + 525, + 957, + 525 + ], + "score": 0.94, + "latex": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) } \\in \\mathcal { V } _ { t + 1 }" + }, + { + "category_id": 13, + "poly": [ + 774, + 1295, + 1024, + 1295, + 1024, + 1333, + 774, + 1333 + ], + "score": 0.93, + "latex": "\\bar { \\mathbf { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { V } )" + }, + { + "category_id": 13, + "poly": [ + 1018, + 556, + 1082, + 556, + 1082, + 599, + 1018, + 599 + ], + "score": 0.93, + "latex": "\\mathbf { X } _ { t + 1 } ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 498, + 556, + 563, + 556, + 563, + 599, + 498, + 599 + ], + "score": 0.93, + "latex": "\\mathbf { Y } _ { t + 1 } ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 1281, + 442, + 1396, + 442, + 1396, + 484, + 1281, + 484 + ], + "score": 0.93, + "latex": "\\mathbf { X } _ { t } ^ { ( i ) } \\in \\mathcal { X } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 502, + 481, + 800, + 481, + 800, + 523, + 502, + 523 + ], + "score": 0.93, + "latex": "\\mathbf { A } _ { t } ^ { ( i ) } \\in \\{ A _ { 1 } , . . . A _ { K } \\} = \\mathcal { A }" + }, + { + "category_id": 13, + "poly": [ + 665, + 398, + 1123, + 398, + 1123, + 446, + 665, + 446 + ], + "score": 0.93, + "latex": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 961, + 1331, + 1184, + 1331, + 1184, + 1364, + 961, + 1364 + ], + "score": 0.92, + "latex": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}" + }, + { + "category_id": 14, + "poly": [ + 677, + 807, + 1019, + 807, + 1019, + 847, + 677, + 847 + ], + "score": 0.92, + "latex": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ] | \\bar { \\mathbf { H } } _ { t } ) ," + }, + { + "category_id": 13, + "poly": [ + 1054, + 731, + 1279, + 731, + 1279, + 766, + 1054, + 766 + ], + "score": 0.92, + "latex": "\\bar { \\mathbf X } _ { t } = ( \\mathbf X _ { 1 } , \\dots , \\mathbf X _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 370, + 862, + 742, + 862, + 742, + 896, + 370, + 896 + ], + "score": 0.92, + "latex": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]" + }, + { + "category_id": 13, + "poly": [ + 791, + 522, + 899, + 522, + 899, + 554, + 791, + 554 + ], + "score": 0.92, + "latex": "\\mathbf { V } ^ { ( i ) } \\in \\mathcal { V }" + }, + { + "category_id": 13, + "poly": [ + 441, + 763, + 666, + 763, + 666, + 796, + 441, + 796 + ], + "score": 0.92, + "latex": "\\bar { \\mathbf { A } } _ { t } = ( \\mathbf { A } _ { 1 } , \\ldots , \\mathbf { A } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 718, + 896, + 783, + 896, + 783, + 926, + 718, + 926 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 687, + 1941, + 750, + 1941, + 750, + 1975, + 687, + 1975 + ], + "score": 0.91, + "latex": "\\bar { \\mathbf { A } } _ { t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1236, + 1252, + 1398, + 1252, + 1398, + 1286, + 1236, + 1286 + ], + "score": 0.91, + "latex": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )" + }, + { + "category_id": 13, + "poly": [ + 1284, + 1100, + 1402, + 1100, + 1402, + 1134, + 1284, + 1134 + ], + "score": 0.91, + "latex": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\ )" + }, + { + "category_id": 13, + "poly": [ + 1150, + 1973, + 1214, + 1973, + 1214, + 2005, + 1150, + 2005 + ], + "score": 0.9, + "latex": "\\mathbf { Y } _ { t + 1 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 730, + 538, + 730, + 538, + 765, + 298, + 765 + ], + "score": 0.9, + "latex": "\\mathbf { \\bar { H } } _ { t } = ( \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { \\underline { { t } } - 1 } , \\mathbf { V } )" + }, + { + "category_id": 13, + "poly": [ + 408, + 1252, + 732, + 1252, + 732, + 1287, + 408, + 1287 + ], + "score": 0.9, + "latex": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 \\bar { ) } ] | \\bar { \\mathbf { H } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1129, + 736, + 1129, + 736, + 1164, + 298, + 1164 + ], + "score": 0.9, + "latex": "\\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 524, + 1328, + 561, + 1328, + 561, + 1361, + 524, + 1361 + ], + "score": 0.9, + "latex": "\\bar { \\mathbf { X } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1043, + 1587, + 1081, + 1587, + 1081, + 1621, + 1043, + 1621 + ], + "score": 0.9, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1113, + 2004, + 1151, + 2004, + 1151, + 2034, + 1113, + 2034 + ], + "score": 0.9, + "latex": "G _ { a }" + }, + { + "category_id": 13, + "poly": [ + 764, + 1482, + 800, + 1482, + 800, + 1513, + 764, + 1513 + ], + "score": 0.89, + "latex": "\\bar { \\mathbf { X } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 879, + 1941, + 914, + 1941, + 914, + 1973, + 879, + 1973 + ], + "score": 0.89, + "latex": "\\bar { \\mathbf { X } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 809, + 1393, + 845, + 1393, + 845, + 1422, + 809, + 1422 + ], + "score": 0.89, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1363, + 1419, + 1400, + 1419, + 1400, + 1452, + 1363, + 1452 + ], + "score": 0.89, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1151, + 484, + 1200, + 484, + 1200, + 517, + 1151, + 517 + ], + "score": 0.88, + "latex": "T ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 350, + 1650, + 1017, + 1650, + 1017, + 1685, + 350, + 1685 + ], + "score": 0.88, + "latex": "P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) \\mid \\mathbf { A } _ { t } = A _ { K } )" + }, + { + "category_id": 13, + "poly": [ + 1060, + 1484, + 1096, + 1484, + 1096, + 1513, + 1060, + 1513 + ], + "score": 0.87, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1258, + 672, + 1318, + 672, + 1318, + 704, + 1258, + 704 + ], + "score": 0.87, + "latex": "\\mathbf { Y } [ \\bar { \\mathbf { a } } ]" + }, + { + "category_id": 13, + "poly": [ + 730, + 1454, + 767, + 1454, + 767, + 1482, + 730, + 1482 + ], + "score": 0.86, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 365, + 451, + 393, + 451, + 393, + 478, + 365, + 478 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 716, + 1622, + 740, + 1622, + 740, + 1648, + 716, + 1648 + ], + "score": 0.81, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 342, + 1592, + 366, + 1592, + 366, + 1618, + 342, + 1618 + ], + "score": 0.81, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 818, + 451, + 849, + 451, + 849, + 484, + 818, + 484 + ], + "score": 0.79, + "latex": "( i )" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1592, + 1398, + 1592, + 1398, + 1618, + 1372, + 1618 + ], + "score": 0.78, + "latex": "\\mathcal { R }" + }, + { + "category_id": 13, + "poly": [ + 428, + 594, + 459, + 594, + 459, + 627, + 428, + 627 + ], + "score": 0.71, + "latex": "( i )" + }, + { + "category_id": 13, + "poly": [ + 1387, + 866, + 1401, + 866, + 1401, + 890, + 1387, + 890 + ], + "score": 0.7, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 877, + 763, + 905, + 763, + 905, + 790, + 877, + 790 + ], + "score": 0.58, + "latex": "\\mathbf { V }" + }, + { + "category_id": 13, + "poly": [ + 1154, + 1943, + 1182, + 1943, + 1182, + 1970, + 1154, + 1970 + ], + "score": 0.41, + "latex": "\\mathbf { V }" + }, + { + "category_id": 13, + "poly": [ + 1338, + 1515, + 1362, + 1515, + 1362, + 1541, + 1338, + 1541 + ], + "score": 0.29, + "latex": "\\textrm { C }" + }, + { + "category_id": 13, + "poly": [ + 765, + 1194, + 791, + 1194, + 791, + 1221, + 765, + 1221 + ], + "score": 0.26, + "latex": "\\&" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1028.0, + 969.0, + 1028.0, + 969.0, + 1071.0, + 292.0, + 1071.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": [ + 292.0, + 334.0, + 714.0, + 334.0, + 714.0, + 381.0, + 292.0, + 381.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, + 1589.0, + 341.0, + 1589.0, + 341.0, + 1625.0, + 294.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1589.0, + 1042.0, + 1589.0, + 1042.0, + 1625.0, + 367.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1589.0, + 1371.0, + 1589.0, + 1371.0, + 1625.0, + 1082.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1589.0, + 1407.0, + 1589.0, + 1407.0, + 1625.0, + 1399.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1620.0, + 715.0, + 1620.0, + 715.0, + 1654.0, + 294.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 1620.0, + 1405.0, + 1620.0, + 1405.0, + 1654.0, + 741.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1649.0, + 349.0, + 1649.0, + 349.0, + 1689.0, + 294.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1649.0, + 1406.0, + 1649.0, + 1406.0, + 1689.0, + 1018.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1681.0, + 1405.0, + 1681.0, + 1405.0, + 1717.0, + 294.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1748.0, + 295.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1742.0, + 1405.0, + 1742.0, + 1405.0, + 1778.0, + 295.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1772.0, + 1405.0, + 1772.0, + 1405.0, + 1809.0, + 292.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1801.0, + 1408.0, + 1801.0, + 1408.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1835.0, + 1407.0, + 1835.0, + 1407.0, + 1870.0, + 295.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1864.0, + 1212.0, + 1864.0, + 1212.0, + 1900.0, + 295.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1294.0, + 773.0, + 1294.0, + 773.0, + 1339.0, + 291.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 1294.0, + 1412.0, + 1294.0, + 1412.0, + 1339.0, + 1025.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1327.0, + 523.0, + 1327.0, + 523.0, + 1365.0, + 291.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 1327.0, + 960.0, + 1327.0, + 960.0, + 1365.0, + 562.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1327.0, + 1407.0, + 1327.0, + 1407.0, + 1365.0, + 1185.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1360.0, + 1408.0, + 1360.0, + 1408.0, + 1397.0, + 295.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1391.0, + 808.0, + 1391.0, + 808.0, + 1426.0, + 292.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 1391.0, + 1406.0, + 1391.0, + 1406.0, + 1426.0, + 846.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1420.0, + 1362.0, + 1420.0, + 1362.0, + 1457.0, + 295.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1447.0, + 729.0, + 1447.0, + 729.0, + 1491.0, + 294.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 1447.0, + 1408.0, + 1447.0, + 1408.0, + 1491.0, + 768.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 763.0, + 1482.0, + 763.0, + 1518.0, + 294.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1482.0, + 1059.0, + 1482.0, + 1059.0, + 1518.0, + 801.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 1482.0, + 1407.0, + 1482.0, + 1407.0, + 1518.0, + 1097.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1512.0, + 1337.0, + 1512.0, + 1337.0, + 1549.0, + 294.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1363.0, + 1512.0, + 1407.0, + 1512.0, + 1407.0, + 1549.0, + 1363.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1541.0, + 1176.0, + 1541.0, + 1176.0, + 1580.0, + 294.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 378.0, + 664.0, + 378.0, + 664.0, + 462.0, + 284.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 378.0, + 1417.0, + 378.0, + 1417.0, + 462.0, + 1124.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 439.0, + 364.0, + 439.0, + 364.0, + 489.0, + 291.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 439.0, + 817.0, + 439.0, + 817.0, + 489.0, + 394.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 850.0, + 439.0, + 1280.0, + 439.0, + 1280.0, + 489.0, + 850.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 439.0, + 1411.0, + 439.0, + 1411.0, + 489.0, + 1397.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 467.0, + 501.0, + 467.0, + 501.0, + 539.0, + 284.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 467.0, + 956.0, + 467.0, + 956.0, + 539.0, + 801.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 467.0, + 1150.0, + 467.0, + 1150.0, + 539.0, + 1112.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 467.0, + 1419.0, + 467.0, + 1419.0, + 539.0, + 1201.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 521.0, + 790.0, + 521.0, + 790.0, + 561.0, + 294.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 521.0, + 1406.0, + 521.0, + 1406.0, + 561.0, + 900.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 539.0, + 427.0, + 539.0, + 427.0, + 627.0, + 284.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 539.0, + 497.0, + 539.0, + 497.0, + 627.0, + 460.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 539.0, + 1017.0, + 539.0, + 1017.0, + 627.0, + 564.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 539.0, + 1417.0, + 539.0, + 1417.0, + 627.0, + 1083.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 640.0, + 1407.0, + 640.0, + 1407.0, + 674.0, + 297.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 670.0, + 1257.0, + 670.0, + 1257.0, + 707.0, + 295.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 670.0, + 1406.0, + 670.0, + 1406.0, + 707.0, + 1319.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 700.0, + 1406.0, + 700.0, + 1406.0, + 735.0, + 292.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 731.0, + 1053.0, + 731.0, + 1053.0, + 768.0, + 539.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 731.0, + 1406.0, + 731.0, + 1406.0, + 768.0, + 1280.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 761.0, + 440.0, + 761.0, + 440.0, + 797.0, + 294.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 761.0, + 876.0, + 761.0, + 876.0, + 797.0, + 667.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 761.0, + 1157.0, + 761.0, + 1157.0, + 797.0, + 906.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1094.0, + 1283.0, + 1094.0, + 1283.0, + 1138.0, + 291.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1094.0, + 1407.0, + 1094.0, + 1407.0, + 1138.0, + 1403.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 737.0, + 1128.0, + 1408.0, + 1128.0, + 1408.0, + 1168.0, + 737.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1161.0, + 1408.0, + 1161.0, + 1408.0, + 1196.0, + 292.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1189.0, + 764.0, + 1189.0, + 764.0, + 1227.0, + 292.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1189.0, + 1408.0, + 1189.0, + 1408.0, + 1227.0, + 792.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1222.0, + 1406.0, + 1222.0, + 1406.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1252.0, + 407.0, + 1252.0, + 407.0, + 1288.0, + 295.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 733.0, + 1252.0, + 1235.0, + 1252.0, + 1235.0, + 1288.0, + 733.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1252.0, + 1408.0, + 1252.0, + 1408.0, + 1288.0, + 1399.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 860.0, + 369.0, + 860.0, + 369.0, + 900.0, + 292.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 860.0, + 1386.0, + 860.0, + 1386.0, + 900.0, + 743.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 860.0, + 1408.0, + 860.0, + 1408.0, + 900.0, + 1402.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 892.0, + 717.0, + 892.0, + 717.0, + 929.0, + 292.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 784.0, + 892.0, + 1407.0, + 892.0, + 1407.0, + 929.0, + 784.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 923.0, + 1404.0, + 923.0, + 1404.0, + 958.0, + 292.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 952.0, + 1321.0, + 952.0, + 1321.0, + 989.0, + 293.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1909.0, + 1407.0, + 1909.0, + 1407.0, + 1944.0, + 295.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 686.0, + 1943.0, + 686.0, + 1974.0, + 293.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1943.0, + 878.0, + 1943.0, + 878.0, + 1974.0, + 751.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1943.0, + 1153.0, + 1943.0, + 1153.0, + 1974.0, + 915.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1974.0, + 1183.0, + 1974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 565.0, + 1970.0, + 565.0, + 2008.0, + 292.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1970.0, + 1149.0, + 1970.0, + 1149.0, + 2008.0, + 645.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1215.0, + 1970.0, + 1410.0, + 1970.0, + 1410.0, + 2008.0, + 1215.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2001.0, + 1112.0, + 2001.0, + 1112.0, + 2036.0, + 293.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 2001.0, + 1405.0, + 2001.0, + 1405.0, + 2036.0, + 1152.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1369.0, + 260.0, + 1369.0, + 295.0, + 293.0, + 295.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 848, + 1405, + 848, + 1405, + 1159, + 298, + 1159 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1758, + 1405, + 1758, + 1405, + 2034, + 297, + 2034 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1173, + 1404, + 1173, + 1404, + 1359, + 298, + 1359 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1373, + 1404, + 1373, + 1404, + 1527, + 298, + 1527 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1649, + 1409, + 1649, + 1409, + 1745, + 299, + 1745 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 301, + 213, + 1399, + 213, + 1399, + 595, + 301, + 595 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 297, + 621, + 1405, + 621, + 1405, + 715, + 297, + 715 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 298, + 740, + 1404, + 740, + 1404, + 833, + 298, + 833 + ], + "score": 0.95 + }, + { + "category_id": 0, + "poly": [ + 302, + 1581, + 1184, + 1581, + 1184, + 1613, + 302, + 1613 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.733 + }, + { + "category_id": 13, + "poly": [ + 520, + 1172, + 597, + 1172, + 597, + 1208, + 520, + 1208 + ], + "score": 0.93, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 908, + 1711, + 1376, + 1711, + 1376, + 1747, + 908, + 1747 + ], + "score": 0.92, + "latex": "P ( \\mathbf { \\bar { \\Phi } } ( \\mathbf { \\bar { H } } _ { t } ) \\mid A _ { 1 } ) = \\cdots = P ( \\Phi ( \\mathbf { \\bar { H } } _ { t } ) \\mid \\mathbf { \\bar { \\Phi } } _ { X } )" + }, + { + "category_id": 13, + "poly": [ + 1222, + 1756, + 1300, + 1756, + 1300, + 1793, + 1222, + 1793 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 929, + 1651, + 1152, + 1651, + 1152, + 1685, + 929, + 1685 + ], + "score": 0.92, + "latex": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}" + }, + { + "category_id": 13, + "poly": [ + 1140, + 739, + 1218, + 739, + 1218, + 775, + 1140, + 775 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1077, + 942, + 1245, + 942, + 1245, + 973, + 1077, + 973 + ], + "score": 0.91, + "latex": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 )" + }, + { + "category_id": 13, + "poly": [ + 570, + 1031, + 794, + 1031, + 794, + 1070, + 570, + 1070 + ], + "score": 0.91, + "latex": "( \\mathsf { \\bar { Y } } _ { t + 1 } , \\dots , \\hat { \\mathbf { Y } } _ { t + \\tau - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 955, + 620, + 1033, + 620, + 1033, + 654, + 955, + 654 + ], + "score": 0.91, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1159, + 1206, + 1197, + 1206, + 1197, + 1236, + 1159, + 1236 + ], + "score": 0.91, + "latex": "G _ { a }" + }, + { + "category_id": 13, + "poly": [ + 1233, + 773, + 1297, + 773, + 1297, + 804, + 1233, + 804 + ], + "score": 0.9, + "latex": "\\mathbf { Y } _ { t + 1 }" + }, + { + "category_id": 13, + "poly": [ + 396, + 1237, + 435, + 1237, + 435, + 1269, + 396, + 1269 + ], + "score": 0.9, + "latex": "G _ { y }" + }, + { + "category_id": 13, + "poly": [ + 785, + 1267, + 822, + 1267, + 822, + 1300, + 785, + 1300 + ], + "score": 0.89, + "latex": "G _ { y }" + }, + { + "category_id": 13, + "poly": [ + 1307, + 1236, + 1345, + 1236, + 1345, + 1266, + 1307, + 1266 + ], + "score": 0.89, + "latex": "G _ { a }" + }, + { + "category_id": 13, + "poly": [ + 1172, + 910, + 1397, + 910, + 1397, + 944, + 1172, + 944 + ], + "score": 0.89, + "latex": "( \\mathbf { Y } _ { t + 1 } , . . . \\mathbf { Y } _ { t + \\tau - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 481, + 1711, + 518, + 1711, + 518, + 1743, + 481, + 1743 + ], + "score": 0.89, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 963, + 653, + 1041, + 653, + 1041, + 685, + 963, + 685 + ], + "score": 0.89, + "latex": "\\bar { \\Phi ( \\bar { \\mathbf { H } } _ { t } ) }" + }, + { + "category_id": 13, + "poly": [ + 670, + 742, + 708, + 742, + 708, + 775, + 670, + 775 + ], + "score": 0.89, + "latex": "G _ { y }" + }, + { + "category_id": 13, + "poly": [ + 404, + 653, + 443, + 653, + 443, + 683, + 404, + 683 + ], + "score": 0.88, + "latex": "G _ { a }" + }, + { + "category_id": 13, + "poly": [ + 586, + 773, + 622, + 773, + 622, + 802, + 586, + 802 + ], + "score": 0.88, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 912, + 654, + 950, + 654, + 950, + 686, + 912, + 686 + ], + "score": 0.87, + "latex": "G _ { y }" + }, + { + "category_id": 13, + "poly": [ + 773, + 1946, + 820, + 1946, + 820, + 1972, + 773, + 1972 + ], + "score": 0.86, + "latex": "\\varkappa -" + }, + { + "category_id": 13, + "poly": [ + 792, + 1913, + 818, + 1913, + 818, + 1939, + 792, + 1939 + ], + "score": 0.84, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 680, + 1883, + 707, + 1883, + 707, + 1910, + 680, + 1910 + ], + "score": 0.83, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 694, + 1852, + 721, + 1852, + 721, + 1879, + 694, + 1879 + ], + "score": 0.83, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 582, + 1652, + 611, + 1652, + 611, + 1679, + 582, + 1679 + ], + "score": 0.81, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 484, + 1655, + 498, + 1655, + 498, + 1679, + 484, + 1679 + ], + "score": 0.7, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 585, + 941, + 614, + 941, + 614, + 969, + 585, + 969 + ], + "score": 0.51, + "latex": "\\mathbf { V }" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 227.0, + 353.0, + 227.0, + 353.0, + 253.0, + 308.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 227.0, + 487.0, + 227.0, + 487.0, + 255.0, + 354.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 218.0, + 629.0, + 218.0, + 629.0, + 250.0, + 595.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 222.0, + 1339.0, + 222.0, + 1339.0, + 243.0, + 1319.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 250.0, + 713.0, + 250.0, + 713.0, + 260.0, + 701.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 251.0, + 877.0, + 251.0, + 877.0, + 263.0, + 867.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 250.0, + 974.0, + 250.0, + 974.0, + 265.0, + 956.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 250.0, + 1053.0, + 250.0, + 1053.0, + 266.0, + 1037.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 250.0, + 1142.0, + 250.0, + 1142.0, + 261.0, + 1132.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 271.0, + 640.0, + 271.0, + 640.0, + 319.0, + 583.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 331.0, + 657.0, + 331.0, + 657.0, + 359.0, + 617.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 336.0, + 734.0, + 336.0, + 734.0, + 365.0, + 698.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 335.0, + 919.0, + 335.0, + 919.0, + 363.0, + 877.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 333.0, + 1007.0, + 333.0, + 1007.0, + 369.0, + 952.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 334.0, + 1093.0, + 334.0, + 1093.0, + 361.0, + 1051.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 334.0, + 1174.0, + 334.0, + 1174.0, + 370.0, + 1118.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 334.0, + 1309.0, + 334.0, + 1309.0, + 361.0, + 1267.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 336.0, + 1403.0, + 336.0, + 1403.0, + 369.0, + 1324.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 365.0, + 710.0, + 365.0, + 710.0, + 403.0, + 623.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 362.0, + 989.0, + 362.0, + 989.0, + 412.0, + 872.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1048.0, + 365.0, + 1160.0, + 365.0, + 1160.0, + 413.0, + 1048.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 362.0, + 1389.0, + 362.0, + 1389.0, + 411.0, + 1255.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 471.0, + 409.0, + 598.0, + 409.0, + 598.0, + 442.0, + 471.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 449.0, + 380.0, + 449.0, + 380.0, + 479.0, + 328.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 449.0, + 551.0, + 449.0, + 551.0, + 476.0, + 497.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 447.0, + 687.0, + 447.0, + 687.0, + 477.0, + 633.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 435.0, + 845.0, + 435.0, + 845.0, + 484.0, + 756.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 444.0, + 945.0, + 444.0, + 945.0, + 474.0, + 894.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 447.0, + 1114.0, + 447.0, + 1114.0, + 471.0, + 1065.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1282.0, + 447.0, + 1333.0, + 447.0, + 1333.0, + 477.0, + 1282.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 501.0, + 398.0, + 501.0, + 398.0, + 539.0, + 330.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 508.0, + 594.0, + 508.0, + 594.0, + 537.0, + 472.0, + 537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 510.0, + 705.0, + 510.0, + 705.0, + 535.0, + 597.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 503.0, + 974.0, + 503.0, + 974.0, + 541.0, + 875.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 504.0, + 1156.0, + 504.0, + 1156.0, + 541.0, + 1020.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 503.0, + 1382.0, + 503.0, + 1382.0, + 541.0, + 1220.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 557.0, + 337.0, + 557.0, + 337.0, + 573.0, + 305.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 557.0, + 710.0, + 557.0, + 710.0, + 573.0, + 675.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 558.0, + 909.0, + 558.0, + 909.0, + 572.0, + 884.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 558.0, + 1380.0, + 558.0, + 1380.0, + 572.0, + 1355.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 568.0, + 710.0, + 568.0, + 710.0, + 597.0, + 316.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 571.0, + 1345.0, + 571.0, + 1345.0, + 595.0, + 926.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.75, + 215.5, + 730.75, + 215.5, + 730.75, + 252.5, + 676.75, + 252.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 220.0, + 897.0, + 220.0, + 897.0, + 256.0, + 848.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 219.0, + 987.0, + 219.0, + 987.0, + 259.0, + 936.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 220.5, + 1073.0, + 220.5, + 1073.0, + 257.5, + 1023.0, + 257.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.75, + 221.0, + 1156.75, + 221.0, + 1156.75, + 257.0, + 1109.75, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 220.5, + 1297.0, + 220.5, + 1297.0, + 254.5, + 1225.0, + 254.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 271.5, + 729.0, + 271.5, + 729.0, + 314.0, + 690.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.25, + 275.5, + 899.25, + 275.5, + 899.25, + 320.0, + 854.25, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 277.5, + 984.0, + 277.5, + 984.0, + 317.0, + 952.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.25, + 276.0, + 1071.25, + 276.0, + 1071.25, + 320.0, + 1023.25, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 276.5, + 1155.0, + 276.5, + 1155.0, + 317.0, + 1125.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.75, + 277.5, + 1285.75, + 277.5, + 1285.75, + 319.5, + 1241.75, + 319.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 277.5, + 1366.0, + 277.5, + 1366.0, + 317.5, + 1335.0, + 317.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 455.5, + 449.0, + 455.5, + 449.0, + 472.0, + 418.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 622.0, + 954.0, + 622.0, + 954.0, + 656.0, + 296.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 622.0, + 1406.0, + 622.0, + 1406.0, + 656.0, + 1034.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 652.0, + 403.0, + 652.0, + 403.0, + 686.0, + 295.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 652.0, + 911.0, + 652.0, + 911.0, + 686.0, + 444.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 652.0, + 962.0, + 652.0, + 962.0, + 686.0, + 951.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 652.0, + 1408.0, + 652.0, + 1408.0, + 686.0, + 1042.0, + 686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 684.0, + 1396.0, + 684.0, + 1396.0, + 718.0, + 295.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1577.0, + 1190.0, + 1577.0, + 1190.0, + 1620.0, + 293.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 816.0, + 73.0, + 816.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 861.0, + 2085.0, + 861.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 847.0, + 1405.0, + 847.0, + 1405.0, + 884.0, + 293.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 880.0, + 1406.0, + 880.0, + 1406.0, + 912.0, + 296.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 908.0, + 1171.0, + 908.0, + 1171.0, + 948.0, + 292.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 908.0, + 1408.0, + 908.0, + 1408.0, + 948.0, + 1398.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 939.0, + 584.0, + 939.0, + 584.0, + 974.0, + 293.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 939.0, + 1076.0, + 939.0, + 1076.0, + 974.0, + 615.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 939.0, + 1407.0, + 939.0, + 1407.0, + 974.0, + 1246.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 970.0, + 1406.0, + 970.0, + 1406.0, + 1006.0, + 293.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1002.0, + 1406.0, + 1002.0, + 1406.0, + 1038.0, + 295.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1033.0, + 569.0, + 1033.0, + 569.0, + 1075.0, + 292.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 1033.0, + 1406.0, + 1033.0, + 1406.0, + 1075.0, + 795.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1066.0, + 1408.0, + 1066.0, + 1408.0, + 1102.0, + 295.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1096.0, + 1406.0, + 1096.0, + 1406.0, + 1133.0, + 292.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1125.0, + 1245.0, + 1125.0, + 1245.0, + 1164.0, + 293.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1759.0, + 1221.0, + 1759.0, + 1221.0, + 1795.0, + 295.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 1759.0, + 1406.0, + 1759.0, + 1406.0, + 1795.0, + 1301.0, + 1795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1789.0, + 1405.0, + 1789.0, + 1405.0, + 1825.0, + 294.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1822.0, + 1407.0, + 1822.0, + 1407.0, + 1854.0, + 296.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1852.0, + 693.0, + 1852.0, + 693.0, + 1884.0, + 295.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1884.0, + 722.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1880.0, + 679.0, + 1880.0, + 679.0, + 1917.0, + 292.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 1880.0, + 1406.0, + 1880.0, + 1406.0, + 1917.0, + 708.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 791.0, + 1910.0, + 791.0, + 1948.0, + 294.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 1910.0, + 1405.0, + 1910.0, + 1405.0, + 1948.0, + 819.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1944.0, + 772.0, + 1944.0, + 772.0, + 1977.0, + 296.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1977.0, + 821.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2008.0, + 294.0, + 2008.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, + 1170.0, + 519.0, + 1170.0, + 519.0, + 1211.0, + 293.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 598.0, + 1170.0, + 1406.0, + 1170.0, + 1406.0, + 1211.0, + 598.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1205.0, + 1158.0, + 1205.0, + 1158.0, + 1240.0, + 294.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 1205.0, + 1406.0, + 1205.0, + 1406.0, + 1240.0, + 1198.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1235.0, + 395.0, + 1235.0, + 395.0, + 1270.0, + 293.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 1235.0, + 1306.0, + 1235.0, + 1306.0, + 1270.0, + 436.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1235.0, + 1406.0, + 1235.0, + 1406.0, + 1270.0, + 1346.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1266.0, + 784.0, + 1266.0, + 784.0, + 1302.0, + 294.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1302.0, + 823.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1295.0, + 1409.0, + 1295.0, + 1409.0, + 1330.0, + 293.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1327.0, + 1409.0, + 1327.0, + 1409.0, + 1363.0, + 294.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1375.0, + 1405.0, + 1375.0, + 1405.0, + 1408.0, + 296.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1401.0, + 1406.0, + 1401.0, + 1406.0, + 1441.0, + 293.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1431.0, + 1406.0, + 1431.0, + 1406.0, + 1470.0, + 293.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1461.0, + 1405.0, + 1461.0, + 1405.0, + 1504.0, + 292.0, + 1504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1496.0, + 750.0, + 1496.0, + 750.0, + 1529.0, + 296.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1650.0, + 483.0, + 1650.0, + 483.0, + 1685.0, + 294.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 1650.0, + 581.0, + 1650.0, + 581.0, + 1685.0, + 499.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 1650.0, + 928.0, + 1650.0, + 928.0, + 1685.0, + 612.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1650.0, + 1407.0, + 1650.0, + 1407.0, + 1685.0, + 1153.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1681.0, + 1407.0, + 1681.0, + 1407.0, + 1714.0, + 294.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1709.0, + 480.0, + 1709.0, + 480.0, + 1750.0, + 293.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 1709.0, + 907.0, + 1709.0, + 907.0, + 1750.0, + 519.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1377.0, + 1709.0, + 1388.0, + 1709.0, + 1388.0, + 1750.0, + 1377.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 739.0, + 669.0, + 739.0, + 669.0, + 777.0, + 293.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 739.0, + 1139.0, + 739.0, + 1139.0, + 777.0, + 709.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 739.0, + 1405.0, + 739.0, + 1405.0, + 777.0, + 1219.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 772.0, + 585.0, + 772.0, + 585.0, + 806.0, + 294.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 772.0, + 1232.0, + 772.0, + 1232.0, + 806.0, + 623.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 772.0, + 1405.0, + 772.0, + 1405.0, + 806.0, + 1298.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 803.0, + 1312.0, + 803.0, + 1312.0, + 837.0, + 296.0, + 837.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 365, + 939, + 365, + 939, + 584, + 297, + 584 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 296, + 1229, + 1405, + 1229, + 1405, + 1387, + 296, + 1387 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1403, + 228, + 1403, + 354, + 297, + 354 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 298, + 1655, + 1404, + 1655, + 1404, + 1762, + 298, + 1762 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 296, + 592, + 938, + 592, + 938, + 703, + 296, + 703 + ], + "score": 0.964 + }, + { + "category_id": 3, + "poly": [ + 966, + 394, + 1397, + 394, + 1397, + 943, + 966, + 943 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 297, + 927, + 936, + 927, + 936, + 1051, + 297, + 1051 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 558, + 1123, + 1141, + 1123, + 1141, + 1213, + 558, + 1213 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 293, + 1582, + 1403, + 1582, + 1403, + 1647, + 293, + 1647 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 295, + 1894, + 1407, + 1894, + 1407, + 1961, + 295, + 1961 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 300, + 718, + 930, + 718, + 930, + 810, + 300, + 810 + ], + "score": 0.945 + }, + { + "category_id": 4, + "poly": [ + 956, + 974, + 1406, + 974, + 1406, + 1038, + 956, + 1038 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 294, + 1399, + 1402, + 1399, + 1402, + 1471, + 294, + 1471 + ], + "score": 0.935 + }, + { + "category_id": 8, + "poly": [ + 301, + 850, + 849, + 850, + 849, + 898, + 301, + 898 + ], + "score": 0.932 + }, + { + "category_id": 8, + "poly": [ + 416, + 1487, + 1278, + 1487, + 1278, + 1548, + 416, + 1548 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 1060, + 871, + 1060, + 871, + 1101, + 298, + 1101 + ], + "score": 0.926 + }, + { + "category_id": 8, + "poly": [ + 384, + 1780, + 1318, + 1780, + 1318, + 1875, + 384, + 1875 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 287, + 1999, + 1390, + 1999, + 1390, + 2037, + 287, + 2037 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.91 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1154, + 1400, + 1154, + 1400, + 1184, + 1366, + 1184 + ], + "score": 0.89 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1498, + 1400, + 1498, + 1400, + 1529, + 1366, + 1529 + ], + "score": 0.865 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1812, + 1400, + 1812, + 1400, + 1842, + 1366, + 1842 + ], + "score": 0.86 + }, + { + "category_id": 9, + "poly": [ + 898, + 813, + 932, + 813, + 932, + 842, + 898, + 842 + ], + "score": 0.854 + }, + { + "category_id": 9, + "poly": [ + 898, + 860, + 933, + 860, + 933, + 891, + 898, + 891 + ], + "score": 0.821 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 859, + 2088, + 859, + 2113, + 840, + 2113 + ], + "score": 0.811 + }, + { + "category_id": 2, + "poly": [ + 1376, + 2004, + 1401, + 2004, + 1401, + 2030, + 1376, + 2030 + ], + "score": 0.377 + }, + { + "category_id": 13, + "poly": [ + 1071, + 1401, + 1196, + 1401, + 1196, + 1442, + 1071, + 1442 + ], + "score": 0.93, + "latex": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\hat { \\theta } _ { a } )" + }, + { + "category_id": 14, + "poly": [ + 380, + 1777, + 1316, + 1777, + 1316, + 1877, + 380, + 1877 + ], + "score": 0.93, + "latex": "\\underset { \\Phi } { \\mathop { \\operatorname* { m i n } } } \\underset { G _ { a } } { \\mathop { \\operatorname* { m a x } } } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { \\bar { \\mathbf { H } } _ { t } \\sim P _ { j } } \\left[ \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } ) ) \\right] \\qquad \\quad s u b j e c t t o \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ) = 1" + }, + { + "category_id": 13, + "poly": [ + 571, + 1399, + 742, + 1399, + 742, + 1441, + 571, + 1441 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } )" + }, + { + "category_id": 13, + "poly": [ + 600, + 634, + 735, + 634, + 735, + 677, + 600, + 677 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } )" + }, + { + "category_id": 13, + "poly": [ + 665, + 591, + 799, + 591, + 799, + 635, + 665, + 635 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } )" + }, + { + "category_id": 14, + "poly": [ + 557, + 1119, + 1139, + 1119, + 1139, + 1215, + 557, + 1215 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\theta _ { a } ) = \\sum _ { i = 1 } ^ { N } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) - \\lambda \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) ," + }, + { + "category_id": 13, + "poly": [ + 540, + 1059, + 590, + 1059, + 590, + 1104, + 540, + 1104 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { t , y } ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 1022, + 290, + 1101, + 290, + 1101, + 324, + 1022, + 324 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 466, + 1693, + 571, + 1693, + 571, + 1726, + 466, + 1726 + ], + "score": 0.92, + "latex": "\\mathbf { A } _ { t } = A _ { j }" + }, + { + "category_id": 13, + "poly": [ + 899, + 1895, + 1152, + 1895, + 1152, + 1932, + 899, + 1932 + ], + "score": 0.92, + "latex": "P _ { 1 } ^ { \\Phi } = P _ { 2 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }" + }, + { + "category_id": 13, + "poly": [ + 497, + 1656, + 673, + 1656, + 673, + 1691, + 497, + 1691 + ], + "score": 0.92, + "latex": "t \\in \\{ 1 , 2 , \\dots \\}" + }, + { + "category_id": 13, + "poly": [ + 576, + 429, + 749, + 429, + 749, + 463, + 576, + 463 + ], + "score": 0.91, + "latex": "\\hat { G } _ { y } ( \\dot { \\Phi } ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { y } )" + }, + { + "category_id": 13, + "poly": [ + 1267, + 322, + 1331, + 322, + 1331, + 355, + 1267, + 355 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + 1 }" + }, + { + "category_id": 14, + "poly": [ + 417, + 1486, + 1281, + 1486, + 1281, + 1549, + 417, + 1549 + ], + "score": 0.91, + "latex": "( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } ) = \\arg \\operatorname* { m i n } _ { \\theta _ { r } , \\theta _ { y } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } , \\hat { \\theta } _ { a } ) \\qquad \\hat { \\theta } _ { a } = \\arg \\operatorname* { m a x } _ { \\theta _ { a } } \\mathcal { L } _ { t } ^ { ( i ) } ( \\hat { \\theta } _ { r } , \\hat { \\theta } _ { y } , \\theta _ { a } ) ." + }, + { + "category_id": 13, + "poly": [ + 473, + 398, + 646, + 398, + 646, + 432, + 473, + 432 + ], + "score": 0.91, + "latex": "G _ { a } ^ { j } ( \\Phi ( { \\bar { \\mathbf { H } } } _ { t } ) ; \\theta _ { a } )" + }, + { + "category_id": 13, + "poly": [ + 341, + 365, + 514, + 365, + 514, + 401, + 341, + 401 + ], + "score": 0.91, + "latex": "G _ { a } \\big ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ) ; \\theta _ { a } \\big )" + }, + { + "category_id": 13, + "poly": [ + 811, + 1658, + 963, + 1658, + 963, + 1690, + 811, + 1690 + ], + "score": 0.91, + "latex": "j = 1 , . . . , K" + }, + { + "category_id": 13, + "poly": [ + 1244, + 1692, + 1347, + 1692, + 1347, + 1726, + 1244, + 1726 + ], + "score": 0.91, + "latex": "\\mathbf { A } _ { t } = A _ { j }" + }, + { + "category_id": 13, + "poly": [ + 298, + 521, + 412, + 521, + 412, + 555, + 298, + 555 + ], + "score": 0.91, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } ; \\theta _ { r } )" + }, + { + "category_id": 13, + "poly": [ + 660, + 1690, + 701, + 1690, + 701, + 1728, + 660, + 1728 + ], + "score": 0.9, + "latex": "P _ { j } ^ { \\Phi }" + }, + { + "category_id": 13, + "poly": [ + 993, + 1692, + 1070, + 1692, + 1070, + 1725, + 993, + 1725 + ], + "score": 0.9, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 484, + 959, + 533, + 959, + 533, + 993, + 484, + 993 + ], + "score": 0.9, + "latex": "\\mathcal { L } _ { t , y }" + }, + { + "category_id": 13, + "poly": [ + 918, + 1729, + 951, + 1729, + 951, + 1761, + 918, + 1761 + ], + "score": 0.89, + "latex": "A _ { j }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1725, + 335, + 1725, + 335, + 1761, + 298, + 1761 + ], + "score": 0.89, + "latex": "G _ { a } ^ { j }" + }, + { + "category_id": 13, + "poly": [ + 1363, + 1655, + 1400, + 1655, + 1400, + 1689, + 1363, + 1689 + ], + "score": 0.88, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 596, + 464, + 625, + 464, + 625, + 494, + 596, + 494 + ], + "score": 0.88, + "latex": "\\theta _ { y }" + }, + { + "category_id": 13, + "poly": [ + 568, + 1728, + 605, + 1728, + 605, + 1758, + 568, + 1758 + ], + "score": 0.88, + "latex": "G _ { a }" + }, + { + "category_id": 13, + "poly": [ + 483, + 433, + 518, + 433, + 518, + 464, + 483, + 464 + ], + "score": 0.88, + "latex": "A _ { j }" + }, + { + "category_id": 13, + "poly": [ + 766, + 492, + 794, + 492, + 794, + 521, + 766, + 521 + ], + "score": 0.88, + "latex": "\\theta _ { r }" + }, + { + "category_id": 13, + "poly": [ + 357, + 402, + 386, + 402, + 386, + 430, + 357, + 430 + ], + "score": 0.87, + "latex": "\\theta _ { a }" + }, + { + "category_id": 13, + "poly": [ + 627, + 323, + 664, + 323, + 664, + 353, + 627, + 353 + ], + "score": 0.84, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 348, + 492, + 370, + 492, + 370, + 518, + 348, + 518 + ], + "score": 0.84, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 880, + 1294, + 900, + 1294, + 900, + 1320, + 880, + 1320 + ], + "score": 0.81, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 1018, + 1658, + 1050, + 1658, + 1050, + 1692, + 1018, + 1692 + ], + "score": 0.81, + "latex": "P _ { j }" + }, + { + "category_id": 13, + "poly": [ + 602, + 1233, + 622, + 1233, + 622, + 1259, + 602, + 1259 + ], + "score": 0.81, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 587, + 597, + 619, + 597, + 619, + 632, + 587, + 632 + ], + "score": 0.78, + "latex": "( i )" + }, + { + "category_id": 13, + "poly": [ + 721, + 1070, + 735, + 1070, + 735, + 1094, + 721, + 1094 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 441, + 602, + 454, + 602, + 454, + 626, + 441, + 626 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 14, + "poly": [ + 302, + 847, + 851, + 847, + 851, + 899, + 302, + 899 + ], + "score": 0.71, + "latex": "\\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { y } ) = \\| \\mathbf { Y } _ { t + 1 } ^ { ( i ) } - \\left( G _ { y } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) , \\theta _ { y } ) \\right) \\| ^ { 2 } ." + }, + { + "category_id": 13, + "poly": [ + 604, + 325, + 617, + 325, + 617, + 349, + 604, + 349 + ], + "score": 0.68, + "latex": "t" + }, + { + "category_id": 14, + "poly": [ + 301, + 714, + 927, + 714, + 927, + 814, + 301, + 814 + ], + "score": 0.55, + "latex": "\\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { r } , \\theta _ { a } ) = - \\sum _ { j = 1 } ^ { K } \\mathbb { I } _ { \\{ \\mathbf { a } _ { t } ^ { ( i ) } = a _ { j } \\} } \\log ( G _ { a } ^ { j } ( \\Phi ( \\bar { \\mathbf { H } } _ { t } ; \\theta _ { r } ) ; \\theta _ { a } ) )" + }, + { + "category_id": 13, + "poly": [ + 1200, + 1354, + 1221, + 1354, + 1221, + 1381, + 1200, + 1381 + ], + "score": 0.29, + "latex": "\\mathrm { E }" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 391.0, + 1341.0, + 391.0, + 1341.0, + 421.0, + 1045.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 425.0, + 1304.0, + 425.0, + 1304.0, + 436.0, + 1249.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 459.0, + 1099.0, + 459.0, + 1099.0, + 503.0, + 1020.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 463.0, + 1126.0, + 463.0, + 1126.0, + 474.0, + 1112.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 464.0, + 1258.0, + 464.0, + 1258.0, + 472.0, + 1246.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 471.0, + 1274.0, + 471.0, + 1274.0, + 499.0, + 1245.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 476.0, + 1143.0, + 476.0, + 1143.0, + 498.0, + 1113.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 479.0, + 1021.0, + 479.0, + 1021.0, + 590.0, + 1009.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 481.0, + 1381.0, + 481.0, + 1381.0, + 594.0, + 1365.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 508.0, + 1130.0, + 508.0, + 1130.0, + 528.0, + 1119.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 512.0, + 1254.0, + 512.0, + 1254.0, + 528.0, + 1247.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1243.0, + 525.0, + 1253.0, + 525.0, + 1253.0, + 541.0, + 1243.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 612.0, + 1044.0, + 612.0, + 1044.0, + 655.0, + 986.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1250.0, + 626.0, + 1259.0, + 626.0, + 1259.0, + 633.0, + 1250.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 647.0, + 1023.0, + 647.0, + 1023.0, + 691.0, + 1007.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 654.0, + 1379.0, + 654.0, + 1379.0, + 755.0, + 1366.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 689.0, + 1188.0, + 689.0, + 1188.0, + 713.0, + 1146.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 697.0, + 1068.0, + 697.0, + 1068.0, + 719.0, + 961.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 726.0, + 1019.0, + 726.0, + 1019.0, + 765.0, + 1007.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 715.0, + 1248.0, + 715.0, + 1248.0, + 773.0, + 1137.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 761.0, + 1049.0, + 761.0, + 1049.0, + 820.0, + 990.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 770.0, + 1184.0, + 770.0, + 1184.0, + 809.0, + 1095.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 782.0, + 1394.0, + 782.0, + 1394.0, + 819.0, + 1354.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 808.0, + 1019.0, + 808.0, + 1019.0, + 865.0, + 1007.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 836.0, + 1216.0, + 836.0, + 1216.0, + 862.0, + 1163.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 814.0, + 1299.0, + 814.0, + 1299.0, + 855.0, + 1255.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 807.0, + 1383.0, + 807.0, + 1383.0, + 866.0, + 1366.0, + 866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 900.0, + 1247.0, + 900.0, + 1247.0, + 937.0, + 1120.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1284.0, + 461.0, + 1373.0, + 461.0, + 1373.0, + 498.0, + 1284.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 554.5, + 1147.0, + 554.5, + 1147.0, + 583.5, + 1114.0, + 583.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.75, + 550.5, + 1282.75, + 550.5, + 1282.75, + 585.0, + 1222.75, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 588.5, + 1042.0, + 588.5, + 1042.0, + 626.0, + 997.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 589.0, + 1395.0, + 589.0, + 1395.0, + 628.0, + 1350.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.75, + 621.0, + 1146.75, + 621.0, + 1146.75, + 664.0, + 1109.75, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 628.5, + 1271.0, + 628.5, + 1271.0, + 662.0, + 1236.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 619.5, + 1391.0, + 619.5, + 1391.0, + 656.5, + 1351.0, + 656.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.75, + 691.5, + 1284.75, + 691.5, + 1284.75, + 722.5, + 1252.75, + 722.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.75, + 755.0, + 1394.75, + 755.0, + 1394.75, + 794.0, + 1353.75, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 821.0, + 1129.0, + 821.0, + 1129.0, + 852.0, + 1074.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 956.0, + 974.0, + 1407.0, + 974.0, + 1407.0, + 1009.0, + 956.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1007.0, + 1284.0, + 1007.0, + 1284.0, + 1038.0, + 955.0, + 1038.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": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2117.0, + 840.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 2008.0, + 1401.0, + 2008.0, + 1401.0, + 2029.0, + 1380.0, + 2029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 367.0, + 340.0, + 367.0, + 340.0, + 402.0, + 295.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 367.0, + 941.0, + 367.0, + 941.0, + 402.0, + 515.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 399.0, + 356.0, + 399.0, + 356.0, + 434.0, + 295.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 399.0, + 472.0, + 399.0, + 472.0, + 434.0, + 387.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 399.0, + 941.0, + 399.0, + 941.0, + 434.0, + 647.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 429.0, + 482.0, + 429.0, + 482.0, + 464.0, + 295.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 429.0, + 575.0, + 429.0, + 575.0, + 464.0, + 519.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 429.0, + 939.0, + 429.0, + 939.0, + 464.0, + 750.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 461.0, + 595.0, + 461.0, + 595.0, + 494.0, + 294.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 461.0, + 942.0, + 461.0, + 942.0, + 494.0, + 626.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 486.0, + 347.0, + 486.0, + 347.0, + 525.0, + 293.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 486.0, + 765.0, + 486.0, + 765.0, + 525.0, + 371.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 486.0, + 943.0, + 486.0, + 943.0, + 525.0, + 795.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 515.0, + 297.0, + 515.0, + 297.0, + 561.0, + 292.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 515.0, + 944.0, + 515.0, + 944.0, + 561.0, + 413.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 550.0, + 417.0, + 550.0, + 417.0, + 582.0, + 296.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1231.0, + 601.0, + 1231.0, + 601.0, + 1265.0, + 295.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 623.0, + 1231.0, + 1405.0, + 1231.0, + 1405.0, + 1265.0, + 623.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1261.0, + 1405.0, + 1261.0, + 1405.0, + 1297.0, + 293.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1293.0, + 879.0, + 1293.0, + 879.0, + 1327.0, + 295.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1293.0, + 1403.0, + 1293.0, + 1403.0, + 1327.0, + 901.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1321.0, + 1407.0, + 1321.0, + 1407.0, + 1359.0, + 294.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1352.0, + 1199.0, + 1352.0, + 1199.0, + 1390.0, + 295.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 1352.0, + 1231.0, + 1352.0, + 1231.0, + 1390.0, + 1222.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 231.0, + 1408.0, + 231.0, + 1408.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 260.0, + 1405.0, + 260.0, + 1405.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 292.0, + 1021.0, + 292.0, + 1021.0, + 324.0, + 293.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 324.0, + 1102.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 317.0, + 603.0, + 317.0, + 603.0, + 362.0, + 291.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 317.0, + 626.0, + 317.0, + 626.0, + 362.0, + 618.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 317.0, + 1266.0, + 317.0, + 1266.0, + 362.0, + 665.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 317.0, + 1344.0, + 317.0, + 1344.0, + 362.0, + 1332.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1650.0, + 496.0, + 1650.0, + 496.0, + 1694.0, + 292.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 1650.0, + 810.0, + 1650.0, + 810.0, + 1694.0, + 674.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 1650.0, + 1017.0, + 1650.0, + 1017.0, + 1694.0, + 964.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 1650.0, + 1362.0, + 1650.0, + 1362.0, + 1694.0, + 1051.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1650.0, + 1404.0, + 1650.0, + 1404.0, + 1694.0, + 1401.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1688.0, + 465.0, + 1688.0, + 465.0, + 1728.0, + 293.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 1688.0, + 659.0, + 1688.0, + 659.0, + 1728.0, + 572.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1688.0, + 992.0, + 1688.0, + 992.0, + 1728.0, + 702.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1688.0, + 1243.0, + 1688.0, + 1243.0, + 1728.0, + 1071.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1688.0, + 1406.0, + 1688.0, + 1406.0, + 1728.0, + 1348.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1725.0, + 567.0, + 1725.0, + 567.0, + 1765.0, + 336.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1725.0, + 917.0, + 1725.0, + 917.0, + 1765.0, + 606.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 1725.0, + 1357.0, + 1725.0, + 1357.0, + 1765.0, + 952.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 588.0, + 440.0, + 588.0, + 440.0, + 639.0, + 289.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 588.0, + 586.0, + 588.0, + 586.0, + 639.0, + 455.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 588.0, + 664.0, + 588.0, + 664.0, + 639.0, + 620.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 588.0, + 947.0, + 588.0, + 947.0, + 639.0, + 800.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 625.0, + 599.0, + 625.0, + 599.0, + 687.0, + 285.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 625.0, + 948.0, + 625.0, + 948.0, + 687.0, + 736.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 668.0, + 514.0, + 668.0, + 514.0, + 704.0, + 296.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 928.0, + 936.0, + 928.0, + 936.0, + 962.0, + 295.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 957.0, + 483.0, + 957.0, + 483.0, + 993.0, + 294.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 957.0, + 940.0, + 957.0, + 940.0, + 993.0, + 534.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 992.0, + 934.0, + 992.0, + 934.0, + 1020.0, + 297.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1019.0, + 919.0, + 1019.0, + 919.0, + 1052.0, + 294.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1581.0, + 1403.0, + 1581.0, + 1403.0, + 1620.0, + 293.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1614.0, + 1032.0, + 1614.0, + 1032.0, + 1651.0, + 295.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1884.0, + 898.0, + 1884.0, + 898.0, + 1942.0, + 292.0, + 1942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1878.0, + 1417.0, + 1878.0, + 1417.0, + 1950.0, + 1153.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1929.0, + 867.0, + 1929.0, + 867.0, + 1961.0, + 294.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1899.5, + 1123.0, + 1899.5, + 1123.0, + 1929.5, + 1036.0, + 1929.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1391.0, + 570.0, + 1391.0, + 570.0, + 1450.0, + 285.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1391.0, + 1070.0, + 1391.0, + 1070.0, + 1450.0, + 743.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 1391.0, + 1413.0, + 1391.0, + 1413.0, + 1450.0, + 1197.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1436.0, + 1067.0, + 1436.0, + 1067.0, + 1473.0, + 294.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1042.0, + 539.0, + 1042.0, + 539.0, + 1123.0, + 283.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1042.0, + 720.0, + 1042.0, + 720.0, + 1123.0, + 591.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 1042.0, + 873.0, + 1042.0, + 873.0, + 1123.0, + 736.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1998.0, + 1397.0, + 1998.0, + 1397.0, + 2038.0, + 296.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1182, + 1405, + 1182, + 1405, + 1549, + 297, + 1549 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 818, + 1405, + 818, + 1405, + 1168, + 297, + 1168 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1646, + 1405, + 1646, + 1405, + 1923, + 297, + 1923 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 469, + 1405, + 469, + 1405, + 625, + 298, + 625 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1404, + 229, + 1404, + 354, + 299, + 354 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 400, + 688, + 1303, + 688, + 1303, + 801, + 400, + 801 + ], + "score": 0.96 + }, + { + "category_id": 2, + "poly": [ + 298, + 1949, + 1405, + 1949, + 1405, + 2034, + 298, + 2034 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 290, + 638, + 1356, + 638, + 1356, + 672, + 290, + 672 + ], + "score": 0.922 + }, + { + "category_id": 0, + "poly": [ + 299, + 400, + 558, + 400, + 558, + 436, + 299, + 436 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.896 + }, + { + "category_id": 0, + "poly": [ + 299, + 1591, + 1036, + 1591, + 1036, + 1620, + 299, + 1620 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 732, + 1400, + 732, + 1400, + 761, + 1366, + 761 + ], + "score": 0.863 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.771 + }, + { + "category_id": 13, + "poly": [ + 474, + 1890, + 577, + 1890, + 577, + 1924, + 474, + 1924 + ], + "score": 0.93, + "latex": "V ( t + 1 )" + }, + { + "category_id": 14, + "poly": [ + 400, + 686, + 1300, + 686, + 1300, + 804, + 400, + 804 + ], + "score": 0.93, + "latex": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } \\big ( \\frac { K } { V ( t ) } \\big ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )" + }, + { + "category_id": 13, + "poly": [ + 735, + 970, + 1064, + 970, + 1064, + 1012, + 735, + 1012 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma \\big ( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\big ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 368, + 821, + 578, + 821, + 578, + 853, + 368, + 853 + ], + "score": 0.92, + "latex": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r } , e _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1031, + 881, + 1087, + 881, + 1087, + 915, + 1031, + 915 + ], + "score": 0.92, + "latex": "C ( t )" + }, + { + "category_id": 13, + "poly": [ + 1164, + 1861, + 1228, + 1861, + 1228, + 1893, + 1164, + 1893 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + 1 }" + }, + { + "category_id": 13, + "poly": [ + 346, + 1045, + 565, + 1045, + 565, + 1077, + 346, + 1077 + ], + "score": 0.91, + "latex": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2" + }, + { + "category_id": 13, + "poly": [ + 873, + 1803, + 1021, + 1803, + 1021, + 1832, + 873, + 1832 + ], + "score": 0.9, + "latex": "\\gamma = \\gamma _ { c } = \\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1355, + 881, + 1403, + 881, + 1403, + 915, + 1355, + 915 + ], + "score": 0.9, + "latex": "d ( t )" + }, + { + "category_id": 13, + "poly": [ + 429, + 1008, + 487, + 1008, + 487, + 1044, + 429, + 1044 + ], + "score": 0.9, + "latex": "\\bar { D } ( t )" + }, + { + "category_id": 13, + "poly": [ + 1119, + 971, + 1404, + 971, + 1404, + 1012, + 1119, + 1012 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { p _ { r } ( t ) \\dot { = } \\sigma \\big ( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\hat { \\bar { D } } ( t ) - } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1034, + 1488, + 1103, + 1488, + 1103, + 1516, + 1034, + 1516 + ], + "score": 0.9, + "latex": "\\lambda = 0" + }, + { + "category_id": 13, + "poly": [ + 1006, + 1012, + 1228, + 1012, + 1228, + 1043, + 1006, + 1043 + ], + "score": 0.89, + "latex": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m } , \\sigma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 754, + 852, + 784, + 852, + 784, + 883, + 754, + 883 + ], + "score": 0.88, + "latex": "\\beta _ { c }" + }, + { + "category_id": 13, + "poly": [ + 760, + 1742, + 791, + 1742, + 791, + 1770, + 760, + 1770 + ], + "score": 0.86, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 417, + 1081, + 448, + 1081, + 448, + 1107, + 417, + 1107 + ], + "score": 0.86, + "latex": "\\gamma _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 834, + 855, + 868, + 855, + 868, + 882, + 834, + 882 + ], + "score": 0.86, + "latex": "\\alpha _ { r }" + }, + { + "category_id": 13, + "poly": [ + 681, + 1743, + 711, + 1743, + 711, + 1770, + 681, + 1770 + ], + "score": 0.85, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 454, + 1489, + 528, + 1489, + 528, + 1518, + 454, + 1518 + ], + "score": 0.84, + "latex": "\\lambda = 0" + }, + { + "category_id": 13, + "poly": [ + 297, + 977, + 326, + 977, + 326, + 1005, + 297, + 1005 + ], + "score": 0.82, + "latex": "p _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1139, + 1804, + 1161, + 1804, + 1161, + 1831, + 1139, + 1831 + ], + "score": 0.82, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 1325, + 947, + 1354, + 947, + 1354, + 973, + 1325, + 973 + ], + "score": 0.79, + "latex": "p _ { c }" + }, + { + "category_id": 13, + "poly": [ + 1184, + 292, + 1232, + 292, + 1232, + 321, + 1184, + 321 + ], + "score": 0.78, + "latex": "\\varkappa -" + }, + { + "category_id": 13, + "poly": [ + 1088, + 500, + 1160, + 500, + 1160, + 530, + 1088, + 530 + ], + "score": 0.73, + "latex": "\\mathrm { C R N ^ { 1 } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1011, + 331, + 1011, + 331, + 1044, + 297, + 1044 + ], + "score": 0.72, + "latex": "\\delta _ { r } )" + }, + { + "category_id": 13, + "poly": [ + 852, + 643, + 866, + 643, + 866, + 667, + 852, + 667 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 780, + 1864, + 793, + 1864, + 793, + 1889, + 780, + 1889 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 734, + 262, + 761, + 262, + 761, + 290, + 734, + 290 + ], + "score": 0.68, + "latex": "\\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1048, + 1395, + 1048, + 1395, + 1077, + 1327, + 1077 + ], + "score": 0.59, + "latex": "\\gamma _ { c } , \\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1185, + 1012, + 1234, + 1012, + 1234, + 1045, + 1185, + 1045 + ], + "score": 0.36, + "latex": "\\sigma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1365, + 1049, + 1395, + 1049, + 1395, + 1077, + 1365, + 1077 + ], + "score": 0.26, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1983.0, + 329.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1979.0, + 1407.0, + 1979.0, + 1407.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2004.0, + 1226.0, + 2004.0, + 1226.0, + 2035.0, + 293.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 397.0, + 561.0, + 397.0, + 561.0, + 440.0, + 293.0, + 440.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, + 1588.0, + 1040.0, + 1588.0, + 1040.0, + 1623.0, + 295.0, + 1623.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": [ + 292.0, + 1181.0, + 1406.0, + 1181.0, + 1406.0, + 1220.0, + 292.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1211.0, + 1406.0, + 1211.0, + 1406.0, + 1250.0, + 292.0, + 1250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1244.0, + 1405.0, + 1244.0, + 1405.0, + 1278.0, + 295.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1277.0, + 1403.0, + 1277.0, + 1403.0, + 1307.0, + 296.0, + 1307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1302.0, + 1407.0, + 1302.0, + 1407.0, + 1341.0, + 291.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1336.0, + 1408.0, + 1336.0, + 1408.0, + 1370.0, + 295.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1368.0, + 1406.0, + 1368.0, + 1406.0, + 1400.0, + 294.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1431.0, + 292.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1428.0, + 1403.0, + 1428.0, + 1403.0, + 1462.0, + 295.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1457.0, + 1406.0, + 1457.0, + 1406.0, + 1492.0, + 292.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1487.0, + 453.0, + 1487.0, + 453.0, + 1522.0, + 292.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 1487.0, + 1033.0, + 1487.0, + 1033.0, + 1522.0, + 529.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1487.0, + 1407.0, + 1487.0, + 1407.0, + 1522.0, + 1104.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1515.0, + 616.0, + 1515.0, + 616.0, + 1554.0, + 294.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 818.0, + 367.0, + 818.0, + 367.0, + 857.0, + 294.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 818.0, + 1406.0, + 818.0, + 1406.0, + 857.0, + 579.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 851.0, + 753.0, + 851.0, + 753.0, + 886.0, + 294.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 851.0, + 833.0, + 851.0, + 833.0, + 886.0, + 785.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 851.0, + 1405.0, + 851.0, + 1405.0, + 886.0, + 869.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 879.0, + 1030.0, + 879.0, + 1030.0, + 918.0, + 292.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 879.0, + 1354.0, + 879.0, + 1354.0, + 918.0, + 1088.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 909.0, + 1406.0, + 909.0, + 1406.0, + 951.0, + 291.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 281.0, + 941.0, + 296.0, + 941.0, + 296.0, + 1033.0, + 281.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 941.0, + 734.0, + 941.0, + 734.0, + 1033.0, + 327.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 941.0, + 1118.0, + 941.0, + 1118.0, + 1033.0, + 1065.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 941.0, + 1416.0, + 941.0, + 1416.0, + 1033.0, + 1405.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1010.0, + 428.0, + 1010.0, + 428.0, + 1049.0, + 332.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 1010.0, + 1005.0, + 1010.0, + 1005.0, + 1049.0, + 488.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1010.0, + 1406.0, + 1010.0, + 1406.0, + 1049.0, + 1235.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1039.0, + 345.0, + 1039.0, + 345.0, + 1084.0, + 292.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 1039.0, + 1326.0, + 1039.0, + 1326.0, + 1084.0, + 566.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1396.0, + 1039.0, + 1408.0, + 1039.0, + 1408.0, + 1084.0, + 1396.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 416.0, + 1074.0, + 416.0, + 1112.0, + 294.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1074.0, + 1405.0, + 1074.0, + 1405.0, + 1112.0, + 449.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1104.0, + 1405.0, + 1104.0, + 1405.0, + 1140.0, + 295.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1136.0, + 1016.0, + 1136.0, + 1016.0, + 1172.0, + 294.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1648.0, + 1405.0, + 1648.0, + 1405.0, + 1681.0, + 296.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1676.0, + 1406.0, + 1676.0, + 1406.0, + 1714.0, + 294.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1707.0, + 1406.0, + 1707.0, + 1406.0, + 1744.0, + 294.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1737.0, + 680.0, + 1737.0, + 680.0, + 1774.0, + 294.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1737.0, + 759.0, + 1737.0, + 759.0, + 1774.0, + 712.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 1737.0, + 1403.0, + 1737.0, + 1403.0, + 1774.0, + 792.0, + 1774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1770.0, + 1406.0, + 1770.0, + 1406.0, + 1803.0, + 295.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1798.0, + 872.0, + 1798.0, + 872.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 1798.0, + 1138.0, + 1798.0, + 1138.0, + 1838.0, + 1022.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 1798.0, + 1407.0, + 1798.0, + 1407.0, + 1838.0, + 1162.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1826.0, + 1410.0, + 1826.0, + 1410.0, + 1870.0, + 291.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1858.0, + 779.0, + 1858.0, + 779.0, + 1897.0, + 294.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 1858.0, + 1163.0, + 1858.0, + 1163.0, + 1897.0, + 794.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 1858.0, + 1405.0, + 1858.0, + 1405.0, + 1897.0, + 1229.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1889.0, + 473.0, + 1889.0, + 473.0, + 1927.0, + 294.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 1889.0, + 997.0, + 1889.0, + 997.0, + 1927.0, + 578.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 468.0, + 1405.0, + 468.0, + 1405.0, + 504.0, + 295.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 499.0, + 1087.0, + 499.0, + 1087.0, + 536.0, + 295.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 499.0, + 1408.0, + 499.0, + 1408.0, + 536.0, + 1161.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 528.0, + 1410.0, + 528.0, + 1410.0, + 568.0, + 293.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 555.0, + 1406.0, + 555.0, + 1406.0, + 603.0, + 292.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 592.0, + 1317.0, + 592.0, + 1317.0, + 626.0, + 295.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1408.0, + 231.0, + 1408.0, + 263.0, + 294.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 261.0, + 733.0, + 261.0, + 733.0, + 294.0, + 293.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 294.0, + 762.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 289.0, + 1183.0, + 289.0, + 1183.0, + 327.0, + 293.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 289.0, + 1405.0, + 289.0, + 1405.0, + 327.0, + 1233.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 319.0, + 633.0, + 319.0, + 633.0, + 357.0, + 294.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 637.0, + 851.0, + 637.0, + 851.0, + 676.0, + 295.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 637.0, + 1359.0, + 637.0, + 1359.0, + 676.0, + 867.0, + 676.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.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 982, + 1405, + 982, + 1405, + 1229, + 297, + 1229 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1242, + 1405, + 1242, + 1405, + 1427, + 298, + 1427 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 296, + 691, + 1405, + 691, + 1405, + 968, + 296, + 968 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 337, + 227, + 1381, + 227, + 1381, + 601, + 337, + 601 + ], + "score": 0.96 + }, + { + "category_id": 3, + "poly": [ + 311, + 1439, + 1381, + 1439, + 1381, + 1580, + 311, + 1580 + ], + "score": 0.958 + }, + { + "category_id": 4, + "poly": [ + 523, + 625, + 1173, + 625, + 1173, + 658, + 523, + 658 + ], + "score": 0.929 + }, + { + "category_id": 4, + "poly": [ + 295, + 1605, + 1404, + 1605, + 1404, + 1671, + 295, + 1671 + ], + "score": 0.914 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.793 + }, + { + "category_id": 0, + "poly": [ + 291, + 1704, + 1329, + 1704, + 1329, + 1734, + 291, + 1734 + ], + "score": 0.765 + }, + { + "category_id": 13, + "poly": [ + 462, + 1395, + 540, + 1395, + 540, + 1429, + 462, + 1429 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 665, + 1636, + 743, + 1636, + 743, + 1671, + 665, + 1671 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 704, + 753, + 919, + 753, + 919, + 785, + 704, + 785 + ], + "score": 0.92, + "latex": "V _ { m a x } = \\mathrm { 1 \\bar { 1 } 5 0 c m ^ { 3 } }" + }, + { + "category_id": 13, + "poly": [ + 981, + 1604, + 1059, + 1604, + 1059, + 1640, + 981, + 1640 + ], + "score": 0.92, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 866, + 1365, + 944, + 1365, + 944, + 1398, + 866, + 1398 + ], + "score": 0.91, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 441, + 1303, + 519, + 1303, + 519, + 1337, + 441, + 1337 + ], + "score": 0.91, + "latex": "\\Phi ( { \\bar { \\mathbf { H } } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1136, + 908, + 1219, + 908, + 1219, + 937, + 1136, + 937 + ], + "score": 0.91, + "latex": "\\gamma = 1 0" + }, + { + "category_id": 13, + "poly": [ + 1206, + 1973, + 1271, + 1973, + 1271, + 2005, + 1206, + 2005 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 810, + 2004, + 875, + 2004, + 875, + 2036, + 810, + 2036 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 594, + 1015, + 664, + 1015, + 664, + 1046, + 594, + 1046 + ], + "score": 0.9, + "latex": "\\gamma > 6" + }, + { + "category_id": 13, + "poly": [ + 296, + 1973, + 362, + 1973, + 362, + 2005, + 296, + 2005 + ], + "score": 0.9, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 517, + 1275, + 593, + 1275, + 593, + 1305, + 517, + 1305 + ], + "score": 0.9, + "latex": "\\gamma = 5" + }, + { + "category_id": 13, + "poly": [ + 441, + 1013, + 525, + 1013, + 525, + 1044, + 441, + 1044 + ], + "score": 0.9, + "latex": "\\sim 1 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 813, + 1914, + 981, + 1914, + 981, + 1943, + 813, + 1943 + ], + "score": 0.9, + "latex": "t , \\dots t + \\tau - 1" + }, + { + "category_id": 13, + "poly": [ + 1235, + 1882, + 1404, + 1882, + 1404, + 1913, + 1235, + 1913 + ], + "score": 0.89, + "latex": "t , \\dots t + \\tau - 1" + }, + { + "category_id": 13, + "poly": [ + 362, + 1335, + 477, + 1335, + 477, + 1367, + 362, + 1367 + ], + "score": 0.89, + "latex": "\\mathbf { A } _ { t } \\in \\{ \\mathrm { n o } \\}" + }, + { + "category_id": 13, + "poly": [ + 1237, + 937, + 1304, + 937, + 1304, + 967, + 1237, + 967 + ], + "score": 0.87, + "latex": "\\lambda = 0" + }, + { + "category_id": 13, + "poly": [ + 332, + 936, + 408, + 936, + 408, + 967, + 332, + 967 + ], + "score": 0.87, + "latex": "4 8 . 1 \\%" + }, + { + "category_id": 13, + "poly": [ + 1212, + 845, + 1274, + 845, + 1274, + 874, + 1212, + 874 + ], + "score": 0.87, + "latex": "0 . 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 1114, + 1639, + 1151, + 1639, + 1151, + 1668, + 1114, + 1668 + ], + "score": 0.86, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 604, + 1944, + 637, + 1944, + 637, + 1971, + 604, + 1971 + ], + "score": 0.84, + "latex": "2 \\tau" + }, + { + "category_id": 13, + "poly": [ + 1184, + 877, + 1251, + 877, + 1251, + 905, + 1184, + 905 + ], + "score": 0.83, + "latex": "\\lambda = 0 )" + }, + { + "category_id": 13, + "poly": [ + 1054, + 989, + 1074, + 989, + 1074, + 1015, + 1054, + 1015 + ], + "score": 0.82, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 363, + 819, + 385, + 819, + 385, + 847, + 363, + 847 + ], + "score": 0.81, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 1274, + 1018, + 1294, + 1018, + 1294, + 1046, + 1274, + 1046 + ], + "score": 0.8, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 343, + 1916, + 363, + 1916, + 363, + 1939, + 343, + 1939 + ], + "score": 0.79, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 353, + 1884, + 367, + 1884, + 367, + 1910, + 353, + 1910 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 581, + 1141, + 599, + 1141, + 599, + 1163, + 581, + 1163 + ], + "score": 0.77, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 740, + 1888, + 759, + 1888, + 759, + 1909, + 740, + 1909 + ], + "score": 0.76, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1238, + 1856, + 1257, + 1856, + 1257, + 1878, + 1238, + 1878 + ], + "score": 0.76, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1074, + 728, + 1095, + 728, + 1095, + 756, + 1074, + 756 + ], + "score": 0.76, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 400, + 1856, + 418, + 1856, + 418, + 1878, + 400, + 1878 + ], + "score": 0.75, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 523, + 1369, + 537, + 1369, + 537, + 1393, + 523, + 1393 + ], + "score": 0.72, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1167, + 1141, + 1187, + 1141, + 1187, + 1164, + 1167, + 1164 + ], + "score": 0.71, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 1349, + 1641, + 1363, + 1641, + 1363, + 1665, + 1349, + 1665 + ], + "score": 0.65, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 510, + 1641, + 524, + 1641, + 524, + 1665, + 510, + 1665 + ], + "score": 0.5, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1367, + 544, + 1382, + 544, + 1382, + 561, + 1367, + 561 + ], + "score": 0.42, + "latex": "\\gamma" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 218.0, + 1125.0, + 218.0, + 1125.0, + 255.0, + 1079.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 245.0, + 405.0, + 245.0, + 405.0, + 282.0, + 360.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 242.0, + 522.0, + 242.0, + 522.0, + 267.0, + 440.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 240.0, + 617.0, + 240.0, + 617.0, + 267.0, + 544.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 241.0, + 767.0, + 241.0, + 767.0, + 266.0, + 690.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 240.0, + 1232.0, + 240.0, + 1232.0, + 266.0, + 1165.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 258.0, + 522.0, + 258.0, + 522.0, + 288.0, + 440.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 256.0, + 665.0, + 256.0, + 665.0, + 291.0, + 543.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 267.0, + 714.0, + 267.0, + 714.0, + 276.0, + 695.0, + 276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 716.0, + 260.0, + 759.0, + 260.0, + 759.0, + 287.0, + 716.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 260.0, + 1224.0, + 260.0, + 1224.0, + 287.0, + 1159.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 281.0, + 403.0, + 281.0, + 403.0, + 471.0, + 333.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 281.0, + 1125.0, + 281.0, + 1125.0, + 319.0, + 1079.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 329.0, + 624.0, + 329.0, + 624.0, + 361.0, + 440.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 349.0, + 400.0, + 349.0, + 400.0, + 379.0, + 360.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 349.0, + 592.0, + 349.0, + 592.0, + 387.0, + 470.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 346.0, + 1124.0, + 346.0, + 1124.0, + 383.0, + 1079.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 396.0, + 402.0, + 396.0, + 402.0, + 433.0, + 363.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 410.0, + 1124.0, + 410.0, + 1124.0, + 449.0, + 1078.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 447.0, + 404.0, + 447.0, + 404.0, + 486.0, + 361.0, + 486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 474.0, + 499.0, + 474.0, + 499.0, + 487.0, + 474.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 468.0, + 537.0, + 468.0, + 537.0, + 479.0, + 518.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 465.0, + 648.0, + 465.0, + 648.0, + 478.0, + 631.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 440.0, + 950.0, + 440.0, + 950.0, + 498.0, + 741.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 476.0, + 1125.0, + 476.0, + 1125.0, + 513.0, + 1079.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 519.0, + 438.0, + 519.0, + 438.0, + 541.0, + 418.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 520.0, + 486.0, + 520.0, + 486.0, + 539.0, + 472.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 516.0, + 544.0, + 516.0, + 544.0, + 544.0, + 519.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 572.0, + 516.0, + 597.0, + 516.0, + 597.0, + 542.0, + 572.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 519.0, + 647.0, + 519.0, + 647.0, + 541.0, + 627.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 518.0, + 697.0, + 518.0, + 697.0, + 541.0, + 678.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 519.0, + 751.0, + 519.0, + 751.0, + 541.0, + 730.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 518.0, + 802.0, + 518.0, + 802.0, + 540.0, + 783.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 516.0, + 857.0, + 516.0, + 857.0, + 542.0, + 833.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 516.0, + 909.0, + 516.0, + 909.0, + 542.0, + 884.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 518.0, + 964.0, + 518.0, + 964.0, + 542.0, + 934.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 516.0, + 1197.0, + 516.0, + 1197.0, + 542.0, + 1174.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 518.0, + 1250.0, + 518.0, + 1250.0, + 542.0, + 1225.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1281.0, + 519.0, + 1301.0, + 519.0, + 1301.0, + 541.0, + 1281.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1331.0, + 516.0, + 1356.0, + 516.0, + 1356.0, + 542.0, + 1331.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 531.0, + 879.0, + 531.0, + 879.0, + 571.0, + 499.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 532.0, + 1366.0, + 532.0, + 1366.0, + 566.0, + 1090.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1383.0, + 532.0, + 1386.0, + 532.0, + 1386.0, + 566.0, + 1383.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 567.0, + 838.0, + 567.0, + 838.0, + 602.0, + 528.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 568.0, + 1388.0, + 568.0, + 1388.0, + 603.0, + 1083.0, + 603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 258.5, + 1350.0, + 258.5, + 1350.0, + 267.0, + 1332.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 1440.0, + 424.0, + 1440.0, + 424.0, + 1458.0, + 382.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1440.0, + 578.0, + 1440.0, + 578.0, + 1458.0, + 534.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1440.0, + 730.0, + 1440.0, + 730.0, + 1458.0, + 688.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 1439.0, + 1037.0, + 1439.0, + 1037.0, + 1461.0, + 989.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1439.0, + 1191.0, + 1439.0, + 1191.0, + 1461.0, + 1145.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 1442.0, + 1346.0, + 1442.0, + 1346.0, + 1459.0, + 1301.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1449.0, + 351.0, + 1449.0, + 351.0, + 1467.0, + 324.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1461.0, + 421.0, + 1461.0, + 421.0, + 1474.0, + 404.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1453.0, + 656.0, + 1453.0, + 656.0, + 1471.0, + 631.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 1449.0, + 962.0, + 1449.0, + 962.0, + 1468.0, + 934.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 1454.0, + 1270.0, + 1454.0, + 1270.0, + 1472.0, + 1245.0, + 1472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 1471.0, + 501.0, + 1471.0, + 501.0, + 1487.0, + 485.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1468.0, + 847.0, + 1468.0, + 847.0, + 1484.0, + 791.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 1469.0, + 1115.0, + 1469.0, + 1115.0, + 1489.0, + 1095.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1479.0, + 332.0, + 1479.0, + 332.0, + 1523.0, + 311.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1489.0, + 779.0, + 1489.0, + 779.0, + 1496.0, + 773.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 1484.0, + 865.0, + 1484.0, + 865.0, + 1501.0, + 794.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1478.0, + 937.0, + 1478.0, + 937.0, + 1524.0, + 916.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1496.0, + 350.0, + 1496.0, + 350.0, + 1511.0, + 335.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1497.0, + 501.0, + 1497.0, + 501.0, + 1509.0, + 490.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 1497.0, + 653.0, + 1497.0, + 653.0, + 1507.0, + 644.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 1497.0, + 869.0, + 1497.0, + 869.0, + 1520.0, + 793.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 1497.0, + 958.0, + 1497.0, + 958.0, + 1509.0, + 947.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 1494.0, + 1115.0, + 1494.0, + 1115.0, + 1511.0, + 1101.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1497.0, + 1268.0, + 1497.0, + 1268.0, + 1507.0, + 1258.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1518.0, + 501.0, + 1518.0, + 501.0, + 1533.0, + 482.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 1513.0, + 865.0, + 1513.0, + 865.0, + 1537.0, + 793.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1517.0, + 1115.0, + 1517.0, + 1115.0, + 1536.0, + 1090.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1533.0, + 656.0, + 1533.0, + 656.0, + 1551.0, + 627.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1538.0, + 781.0, + 1538.0, + 781.0, + 1547.0, + 772.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 1532.0, + 878.0, + 1532.0, + 878.0, + 1552.0, + 794.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1532.0, + 1270.0, + 1532.0, + 1270.0, + 1550.0, + 1240.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 339.0, + 1547.0, + 372.0, + 1547.0, + 372.0, + 1565.0, + 339.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1548.0, + 413.0, + 1548.0, + 413.0, + 1563.0, + 399.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1547.0, + 523.0, + 1547.0, + 523.0, + 1565.0, + 490.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1548.0, + 560.0, + 1548.0, + 560.0, + 1563.0, + 545.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1547.0, + 614.0, + 1547.0, + 614.0, + 1565.0, + 588.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 642.0, + 1547.0, + 675.0, + 1547.0, + 675.0, + 1565.0, + 642.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1548.0, + 718.0, + 1548.0, + 718.0, + 1563.0, + 703.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 1546.0, + 983.0, + 1546.0, + 983.0, + 1563.0, + 950.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1546.0, + 1024.0, + 1546.0, + 1024.0, + 1562.0, + 1009.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 1546.0, + 1135.0, + 1546.0, + 1135.0, + 1565.0, + 1104.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1157.0, + 1546.0, + 1171.0, + 1546.0, + 1171.0, + 1562.0, + 1157.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 1545.0, + 1225.0, + 1545.0, + 1225.0, + 1563.0, + 1199.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 1546.0, + 1291.0, + 1546.0, + 1291.0, + 1563.0, + 1257.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 1546.0, + 1332.0, + 1546.0, + 1332.0, + 1562.0, + 1318.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1561.0, + 423.0, + 1561.0, + 423.0, + 1579.0, + 383.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1562.0, + 577.0, + 1562.0, + 577.0, + 1580.0, + 536.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 1562.0, + 729.0, + 1562.0, + 729.0, + 1579.0, + 690.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 1561.0, + 1034.0, + 1561.0, + 1034.0, + 1579.0, + 992.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 1561.0, + 1188.0, + 1561.0, + 1188.0, + 1579.0, + 1147.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 1561.0, + 1343.0, + 1561.0, + 1343.0, + 1579.0, + 1302.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 623.0, + 1176.0, + 623.0, + 1176.0, + 661.0, + 522.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1606.0, + 980.0, + 1606.0, + 980.0, + 1642.0, + 295.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1606.0, + 1406.0, + 1606.0, + 1406.0, + 1642.0, + 1060.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1635.0, + 509.0, + 1635.0, + 509.0, + 1673.0, + 295.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1635.0, + 664.0, + 1635.0, + 664.0, + 1673.0, + 525.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1635.0, + 1113.0, + 1635.0, + 1113.0, + 1673.0, + 744.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1635.0, + 1348.0, + 1635.0, + 1348.0, + 1673.0, + 1152.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1635.0, + 1375.0, + 1635.0, + 1375.0, + 1673.0, + 1364.0, + 1673.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": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2117.0, + 838.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1701.0, + 1332.0, + 1701.0, + 1332.0, + 1735.0, + 297.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1760.0, + 1405.0, + 1760.0, + 1405.0, + 1793.0, + 296.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1823.0, + 295.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1815.0, + 1406.0, + 1815.0, + 1406.0, + 1860.0, + 291.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1849.0, + 399.0, + 1849.0, + 399.0, + 1885.0, + 292.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 419.0, + 1849.0, + 1237.0, + 1849.0, + 1237.0, + 1885.0, + 419.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 1849.0, + 1405.0, + 1849.0, + 1405.0, + 1885.0, + 1258.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 352.0, + 1881.0, + 352.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1881.0, + 739.0, + 1881.0, + 739.0, + 1917.0, + 368.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1881.0, + 1234.0, + 1881.0, + 1234.0, + 1917.0, + 760.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 342.0, + 1911.0, + 342.0, + 1948.0, + 295.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 1911.0, + 812.0, + 1911.0, + 812.0, + 1948.0, + 364.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1911.0, + 1407.0, + 1911.0, + 1407.0, + 1948.0, + 982.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1944.0, + 603.0, + 1944.0, + 603.0, + 1976.0, + 295.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1976.0, + 638.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 295.0, + 1970.0, + 295.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1970.0, + 1205.0, + 1970.0, + 1205.0, + 2009.0, + 363.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 1970.0, + 1405.0, + 1970.0, + 1405.0, + 2009.0, + 1272.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2001.0, + 809.0, + 2001.0, + 809.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 876.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2038.0, + 876.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 981.0, + 1053.0, + 981.0, + 1053.0, + 1018.0, + 295.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 981.0, + 1405.0, + 981.0, + 1405.0, + 1018.0, + 1075.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1014.0, + 440.0, + 1014.0, + 440.0, + 1048.0, + 294.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 1014.0, + 593.0, + 1014.0, + 593.0, + 1048.0, + 526.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 1014.0, + 1273.0, + 1014.0, + 1273.0, + 1048.0, + 665.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 1014.0, + 1406.0, + 1014.0, + 1406.0, + 1048.0, + 1295.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1045.0, + 1405.0, + 1045.0, + 1405.0, + 1079.0, + 295.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1075.0, + 1405.0, + 1075.0, + 1405.0, + 1109.0, + 295.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1103.0, + 1405.0, + 1103.0, + 1405.0, + 1143.0, + 291.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1134.0, + 580.0, + 1134.0, + 580.0, + 1169.0, + 294.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1134.0, + 1166.0, + 1134.0, + 1166.0, + 1169.0, + 600.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1188.0, + 1134.0, + 1405.0, + 1134.0, + 1405.0, + 1169.0, + 1188.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1167.0, + 1405.0, + 1167.0, + 1405.0, + 1201.0, + 294.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1196.0, + 1405.0, + 1196.0, + 1405.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1244.0, + 1405.0, + 1244.0, + 1405.0, + 1276.0, + 296.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1270.0, + 516.0, + 1270.0, + 516.0, + 1314.0, + 291.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1270.0, + 1410.0, + 1270.0, + 1410.0, + 1314.0, + 594.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1304.0, + 440.0, + 1304.0, + 440.0, + 1340.0, + 293.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1304.0, + 1408.0, + 1304.0, + 1408.0, + 1340.0, + 520.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1331.0, + 361.0, + 1331.0, + 361.0, + 1373.0, + 292.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1331.0, + 1406.0, + 1331.0, + 1406.0, + 1373.0, + 478.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1365.0, + 522.0, + 1365.0, + 522.0, + 1401.0, + 293.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1365.0, + 865.0, + 1365.0, + 865.0, + 1401.0, + 538.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1365.0, + 1405.0, + 1365.0, + 1405.0, + 1401.0, + 945.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1393.0, + 461.0, + 1393.0, + 461.0, + 1433.0, + 293.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 1393.0, + 1275.0, + 1393.0, + 1275.0, + 1433.0, + 541.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 692.0, + 1406.0, + 692.0, + 1406.0, + 725.0, + 294.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 723.0, + 1073.0, + 723.0, + 1073.0, + 757.0, + 293.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 723.0, + 1406.0, + 723.0, + 1406.0, + 757.0, + 1096.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 750.0, + 703.0, + 750.0, + 703.0, + 791.0, + 290.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 750.0, + 1410.0, + 750.0, + 1410.0, + 791.0, + 920.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 782.0, + 1405.0, + 782.0, + 1405.0, + 820.0, + 293.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 812.0, + 362.0, + 812.0, + 362.0, + 849.0, + 294.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 812.0, + 1405.0, + 812.0, + 1405.0, + 849.0, + 386.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 841.0, + 1211.0, + 841.0, + 1211.0, + 878.0, + 294.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 841.0, + 1403.0, + 841.0, + 1403.0, + 878.0, + 1275.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 871.0, + 1183.0, + 871.0, + 1183.0, + 912.0, + 293.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 871.0, + 1405.0, + 871.0, + 1405.0, + 912.0, + 1252.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 900.0, + 1135.0, + 900.0, + 1135.0, + 943.0, + 291.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 900.0, + 1407.0, + 900.0, + 1407.0, + 943.0, + 1220.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 936.0, + 331.0, + 936.0, + 331.0, + 972.0, + 295.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 936.0, + 1236.0, + 936.0, + 1236.0, + 972.0, + 409.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 936.0, + 1320.0, + 936.0, + 1320.0, + 972.0, + 1305.0, + 972.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 299, + 256, + 1404, + 256, + 1404, + 853, + 299, + 853 + ], + "score": 0.986, + "html": "
%c=5,γr=5% =5,γr=01 Yc =0,γr =5
TCRNRMSNMSMCRN RMSNMSMCRNRMSNMSM
Normalized RMSE2.43%3.16%6.75%1.08% 1.35%3.68%1.54%1.59%3.23%
2.83%3.95%7.65% 1.21%1.81%3.84%1.81%2.25%3.52%
345673.18%4.37% 7.95%1.33%2.13%3.91%2.03%2.71%3.63%
3.51%5.61%8.19%1.42% 2.41%3.97%2.23%2.73%3.71%
3.93%6.21% 8.52%1.53%2.43%4.04%2.43%2.88%3.79%
Treatment Accuracy83.1%75.3%73.9%83.2% 78.6%77.1%92.9%87.3%74.9%
82.5%74.1%68.5%81.3%77.7% 73.9%85.7%83.8%74.1%
3456773.5%72.7%63.2%78.3% 77.2%72.3%83.8%82.1%72.8%
69.4%66.7%62.7%79.5% 76.3%71.8%78.6%69.7%64.5%
71.2%68.8%62.4%72.7% 71.8%71.6%71.9%69.3%61.2%
Treatment Timing Accuracy79.6%78.1%67.6%80.5%76.8% 77.5%79.8%75.7%60.6%
73.9%70.3%63.1%79.0%77.2%73.4% 75.4%71.4%58.2%
69.8%68.6%62.4%78.3%73.3%63.6%66.9%31.3%29.5%
3456766.9%66.2%62.6%73.5%72.1%63.9%65.8%24.2%15.5%
64.5%63.6%62.2%70.6%57.4%44.2%63.9%25.6%12.5%
" + }, + { + "category_id": 1, + "poly": [ + 297, + 1632, + 1405, + 1632, + 1405, + 1939, + 297, + 1939 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1403, + 1404, + 1403, + 1404, + 1618, + 298, + 1618 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 966, + 1403, + 966, + 1403, + 1151, + 297, + 1151 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1165, + 1404, + 1165, + 1404, + 1289, + 299, + 1289 + ], + "score": 0.977 + }, + { + "category_id": 0, + "poly": [ + 300, + 1333, + 543, + 1333, + 543, + 1368, + 300, + 1368 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 816, + 76, + 816, + 104, + 299, + 104 + ], + "score": 0.896 + }, + { + "category_id": 6, + "poly": [ + 395, + 199, + 1300, + 199, + 1300, + 234, + 395, + 234 + ], + "score": 0.895 + }, + { + "category_id": 1, + "poly": [ + 300, + 889, + 1401, + 889, + 1401, + 952, + 300, + 952 + ], + "score": 0.863 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.79 + }, + { + "category_id": 13, + "poly": [ + 1223, + 1029, + 1306, + 1029, + 1306, + 1060, + 1223, + 1060 + ], + "score": 0.92, + "latex": "\\gamma _ { r } = 5" + }, + { + "category_id": 13, + "poly": [ + 1090, + 1029, + 1173, + 1029, + 1173, + 1060, + 1090, + 1060 + ], + "score": 0.92, + "latex": "\\gamma _ { c } = 0" + }, + { + "category_id": 13, + "poly": [ + 415, + 890, + 481, + 890, + 481, + 922, + 415, + 922 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 1050, + 1061, + 1119, + 1061, + 1119, + 1087, + 1050, + 1087 + ], + "score": 0.89, + "latex": "\\tau > 4" + }, + { + "category_id": 13, + "poly": [ + 418, + 925, + 448, + 925, + 448, + 952, + 418, + 952 + ], + "score": 0.85, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 498, + 925, + 527, + 925, + 527, + 952, + 498, + 952 + ], + "score": 0.85, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1327.0, + 549.0, + 1327.0, + 549.0, + 1378.0, + 291.0, + 1378.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": [ + 391.0, + 196.0, + 1305.0, + 196.0, + 1305.0, + 238.0, + 391.0, + 238.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": [ + 292.0, + 1632.0, + 1406.0, + 1632.0, + 1406.0, + 1669.0, + 292.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1661.0, + 1408.0, + 1661.0, + 1408.0, + 1699.0, + 294.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1693.0, + 1406.0, + 1693.0, + 1406.0, + 1730.0, + 294.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1722.0, + 1406.0, + 1722.0, + 1406.0, + 1760.0, + 294.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1755.0, + 1405.0, + 1755.0, + 1405.0, + 1789.0, + 294.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1783.0, + 1407.0, + 1783.0, + 1407.0, + 1820.0, + 292.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1813.0, + 1407.0, + 1813.0, + 1407.0, + 1850.0, + 294.0, + 1850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1848.0, + 1403.0, + 1848.0, + 1403.0, + 1880.0, + 295.0, + 1880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1877.0, + 1405.0, + 1877.0, + 1405.0, + 1913.0, + 294.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1909.0, + 1049.0, + 1909.0, + 1049.0, + 1941.0, + 296.0, + 1941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1403.0, + 1404.0, + 1403.0, + 1404.0, + 1438.0, + 296.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1437.0, + 1405.0, + 1437.0, + 1405.0, + 1467.0, + 296.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1461.0, + 1405.0, + 1461.0, + 1405.0, + 1502.0, + 292.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1496.0, + 1405.0, + 1496.0, + 1405.0, + 1526.0, + 296.0, + 1526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1524.0, + 1404.0, + 1524.0, + 1404.0, + 1560.0, + 293.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1556.0, + 1405.0, + 1556.0, + 1405.0, + 1590.0, + 294.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1584.0, + 685.0, + 1584.0, + 685.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 964.0, + 1405.0, + 964.0, + 1405.0, + 1004.0, + 292.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 997.0, + 1405.0, + 997.0, + 1405.0, + 1033.0, + 295.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1027.0, + 1089.0, + 1027.0, + 1089.0, + 1062.0, + 291.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1027.0, + 1222.0, + 1027.0, + 1222.0, + 1062.0, + 1174.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 1027.0, + 1406.0, + 1027.0, + 1406.0, + 1062.0, + 1307.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1058.0, + 1049.0, + 1058.0, + 1049.0, + 1094.0, + 295.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 1058.0, + 1405.0, + 1058.0, + 1405.0, + 1094.0, + 1120.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1088.0, + 1405.0, + 1088.0, + 1405.0, + 1122.0, + 295.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1120.0, + 1134.0, + 1120.0, + 1134.0, + 1155.0, + 295.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1165.0, + 1405.0, + 1165.0, + 1405.0, + 1201.0, + 294.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1195.0, + 1408.0, + 1195.0, + 1408.0, + 1232.0, + 294.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1226.0, + 1406.0, + 1226.0, + 1406.0, + 1265.0, + 292.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1259.0, + 582.0, + 1259.0, + 582.0, + 1291.0, + 294.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 886.0, + 414.0, + 886.0, + 414.0, + 923.0, + 292.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 886.0, + 1406.0, + 886.0, + 1406.0, + 923.0, + 482.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 417.0, + 914.0, + 417.0, + 958.0, + 293.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 914.0, + 497.0, + 914.0, + 497.0, + 958.0, + 449.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 914.0, + 539.0, + 914.0, + 539.0, + 958.0, + 528.0, + 958.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 295, + 1403, + 295, + 1403, + 388, + 299, + 388 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 299, + 563, + 1403, + 563, + 1403, + 656, + 299, + 656 + ], + "score": 0.934 + }, + { + "category_id": 1, + "poly": [ + 298, + 483, + 1403, + 483, + 1403, + 546, + 298, + 546 + ], + "score": 0.924 + }, + { + "category_id": 1, + "poly": [ + 299, + 675, + 1406, + 675, + 1406, + 768, + 299, + 768 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 298, + 785, + 1405, + 785, + 1405, + 910, + 298, + 910 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 297, + 928, + 1402, + 928, + 1402, + 991, + 297, + 991 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.886 + }, + { + "category_id": 1, + "poly": [ + 296, + 1282, + 1399, + 1282, + 1399, + 1347, + 296, + 1347 + ], + "score": 0.882 + }, + { + "category_id": 1, + "poly": [ + 298, + 1170, + 1406, + 1170, + 1406, + 1264, + 298, + 1264 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 299, + 1009, + 1400, + 1009, + 1400, + 1073, + 299, + 1073 + ], + "score": 0.875 + }, + { + "category_id": 1, + "poly": [ + 294, + 1444, + 1403, + 1444, + 1403, + 1509, + 294, + 1509 + ], + "score": 0.873 + }, + { + "category_id": 1, + "poly": [ + 297, + 1362, + 1404, + 1362, + 1404, + 1427, + 297, + 1427 + ], + "score": 0.868 + }, + { + "category_id": 1, + "poly": [ + 297, + 1090, + 1399, + 1090, + 1399, + 1154, + 297, + 1154 + ], + "score": 0.862 + }, + { + "category_id": 1, + "poly": [ + 299, + 1667, + 1400, + 1667, + 1400, + 1732, + 299, + 1732 + ], + "score": 0.859 + }, + { + "category_id": 1, + "poly": [ + 297, + 1524, + 1405, + 1524, + 1405, + 1651, + 297, + 1651 + ], + "score": 0.852 + }, + { + "category_id": 1, + "poly": [ + 298, + 1748, + 1398, + 1748, + 1398, + 1813, + 298, + 1813 + ], + "score": 0.827 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.814 + }, + { + "category_id": 0, + "poly": [ + 300, + 433, + 489, + 433, + 489, + 466, + 300, + 466 + ], + "score": 0.811 + }, + { + "category_id": 0, + "poly": [ + 302, + 228, + 608, + 228, + 608, + 261, + 302, + 261 + ], + "score": 0.804 + }, + { + "category_id": 1, + "poly": [ + 300, + 1942, + 1404, + 1942, + 1404, + 2034, + 300, + 2034 + ], + "score": 0.794 + }, + { + "category_id": 1, + "poly": [ + 304, + 1829, + 1404, + 1829, + 1404, + 1924, + 304, + 1924 + ], + "score": 0.781 + }, + { + "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, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 432.0, + 491.0, + 432.0, + 491.0, + 470.0, + 295.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 228.0, + 610.0, + 228.0, + 610.0, + 267.0, + 298.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 291.0, + 1407.0, + 291.0, + 1407.0, + 332.0, + 293.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 325.0, + 1404.0, + 325.0, + 1404.0, + 360.0, + 292.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 355.0, + 673.0, + 355.0, + 673.0, + 390.0, + 294.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 561.0, + 1407.0, + 561.0, + 1407.0, + 600.0, + 294.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 591.0, + 1409.0, + 591.0, + 1409.0, + 634.0, + 321.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 625.0, + 504.0, + 625.0, + 504.0, + 657.0, + 323.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 480.0, + 1407.0, + 480.0, + 1407.0, + 520.0, + 293.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 513.0, + 573.0, + 513.0, + 573.0, + 549.0, + 323.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 676.0, + 1404.0, + 676.0, + 1404.0, + 709.0, + 296.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 703.0, + 1410.0, + 703.0, + 1410.0, + 744.0, + 319.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 737.0, + 534.0, + 737.0, + 534.0, + 769.0, + 323.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 788.0, + 1406.0, + 788.0, + 1406.0, + 821.0, + 295.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 821.0, + 1406.0, + 821.0, + 1406.0, + 850.0, + 325.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 846.0, + 1405.0, + 846.0, + 1405.0, + 886.0, + 318.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 879.0, + 616.0, + 879.0, + 616.0, + 912.0, + 322.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 925.0, + 1409.0, + 925.0, + 1409.0, + 966.0, + 292.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 957.0, + 573.0, + 957.0, + 573.0, + 993.0, + 322.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1281.0, + 1404.0, + 1281.0, + 1404.0, + 1318.0, + 295.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1313.0, + 1381.0, + 1313.0, + 1381.0, + 1348.0, + 322.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1172.0, + 1404.0, + 1172.0, + 1404.0, + 1206.0, + 295.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1201.0, + 1407.0, + 1201.0, + 1407.0, + 1240.0, + 320.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1230.0, + 398.0, + 1230.0, + 398.0, + 1267.0, + 318.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1008.0, + 1405.0, + 1008.0, + 1405.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1040.0, + 1304.0, + 1040.0, + 1304.0, + 1076.0, + 324.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1442.0, + 1406.0, + 1442.0, + 1406.0, + 1480.0, + 294.0, + 1480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1477.0, + 1335.0, + 1477.0, + 1335.0, + 1510.0, + 321.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1361.0, + 1409.0, + 1361.0, + 1409.0, + 1401.0, + 295.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1392.0, + 448.0, + 1392.0, + 448.0, + 1430.0, + 317.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1086.0, + 1404.0, + 1086.0, + 1404.0, + 1128.0, + 293.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1122.0, + 1230.0, + 1122.0, + 1230.0, + 1154.0, + 325.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1661.0, + 1405.0, + 1661.0, + 1405.0, + 1709.0, + 293.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1697.0, + 748.0, + 1697.0, + 748.0, + 1732.0, + 322.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1525.0, + 1406.0, + 1525.0, + 1406.0, + 1561.0, + 294.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1558.0, + 1406.0, + 1558.0, + 1406.0, + 1591.0, + 324.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1587.0, + 1405.0, + 1587.0, + 1405.0, + 1623.0, + 323.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1621.0, + 819.0, + 1621.0, + 819.0, + 1651.0, + 322.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1746.0, + 1404.0, + 1746.0, + 1404.0, + 1784.0, + 297.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1778.0, + 1380.0, + 1778.0, + 1380.0, + 1817.0, + 322.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1405.0, + 1939.0, + 1405.0, + 1980.0, + 294.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1971.0, + 1408.0, + 1971.0, + 1408.0, + 2007.0, + 322.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2002.0, + 976.0, + 2002.0, + 976.0, + 2036.0, + 323.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1827.0, + 1405.0, + 1827.0, + 1405.0, + 1867.0, + 297.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1861.0, + 1406.0, + 1861.0, + 1406.0, + 1895.0, + 321.0, + 1895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1890.0, + 1095.0, + 1890.0, + 1095.0, + 1926.0, + 322.0, + 1926.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 228, + 1402, + 228, + 1402, + 323, + 297, + 323 + ], + "score": 0.905 + }, + { + "category_id": 1, + "poly": [ + 298, + 344, + 1407, + 344, + 1407, + 438, + 298, + 438 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.881 + }, + { + "category_id": 1, + "poly": [ + 297, + 459, + 1407, + 459, + 1407, + 553, + 297, + 553 + ], + "score": 0.867 + }, + { + "category_id": 1, + "poly": [ + 302, + 774, + 1400, + 774, + 1400, + 869, + 302, + 869 + ], + "score": 0.86 + }, + { + "category_id": 1, + "poly": [ + 296, + 1256, + 1399, + 1256, + 1399, + 1323, + 296, + 1323 + ], + "score": 0.853 + }, + { + "category_id": 1, + "poly": [ + 296, + 689, + 1401, + 689, + 1401, + 754, + 296, + 754 + ], + "score": 0.85 + }, + { + "category_id": 1, + "poly": [ + 299, + 1172, + 1400, + 1172, + 1400, + 1237, + 299, + 1237 + ], + "score": 0.849 + }, + { + "category_id": 1, + "poly": [ + 299, + 888, + 1404, + 888, + 1404, + 985, + 299, + 985 + ], + "score": 0.836 + }, + { + "category_id": 1, + "poly": [ + 297, + 574, + 1408, + 574, + 1408, + 668, + 297, + 668 + ], + "score": 0.833 + }, + { + "category_id": 1, + "poly": [ + 299, + 1087, + 1400, + 1087, + 1400, + 1154, + 299, + 1154 + ], + "score": 0.826 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 861, + 2088, + 861, + 2113, + 835, + 2113 + ], + "score": 0.823 + }, + { + "category_id": 1, + "poly": [ + 290, + 1656, + 1402, + 1656, + 1402, + 1723, + 290, + 1723 + ], + "score": 0.815 + }, + { + "category_id": 1, + "poly": [ + 295, + 1572, + 1403, + 1572, + 1403, + 1636, + 295, + 1636 + ], + "score": 0.813 + }, + { + "category_id": 1, + "poly": [ + 298, + 1341, + 1405, + 1341, + 1405, + 1437, + 298, + 1437 + ], + "score": 0.809 + }, + { + "category_id": 1, + "poly": [ + 297, + 1456, + 1406, + 1456, + 1406, + 1552, + 297, + 1552 + ], + "score": 0.805 + }, + { + "category_id": 1, + "poly": [ + 293, + 1003, + 1403, + 1003, + 1403, + 1069, + 293, + 1069 + ], + "score": 0.804 + }, + { + "category_id": 1, + "poly": [ + 295, + 1971, + 1401, + 1971, + 1401, + 2034, + 295, + 2034 + ], + "score": 0.804 + }, + { + "category_id": 1, + "poly": [ + 303, + 1740, + 1405, + 1740, + 1405, + 1837, + 303, + 1837 + ], + "score": 0.795 + }, + { + "category_id": 1, + "poly": [ + 297, + 1856, + 1403, + 1856, + 1403, + 1951, + 297, + 1951 + ], + "score": 0.766 + }, + { + "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": [ + 294.0, + 225.0, + 1406.0, + 225.0, + 1406.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 258.0, + 1408.0, + 258.0, + 1408.0, + 300.0, + 321.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 291.0, + 534.0, + 291.0, + 534.0, + 323.0, + 324.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 345.0, + 1405.0, + 345.0, + 1405.0, + 379.0, + 296.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 374.0, + 1410.0, + 374.0, + 1410.0, + 414.0, + 320.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 407.0, + 546.0, + 407.0, + 546.0, + 439.0, + 320.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 460.0, + 1405.0, + 460.0, + 1405.0, + 494.0, + 296.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 491.0, + 1409.0, + 491.0, + 1409.0, + 525.0, + 323.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 521.0, + 600.0, + 521.0, + 600.0, + 555.0, + 324.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 772.0, + 1405.0, + 772.0, + 1405.0, + 812.0, + 296.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 802.0, + 1404.0, + 802.0, + 1404.0, + 843.0, + 321.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 837.0, + 675.0, + 837.0, + 675.0, + 869.0, + 322.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1256.0, + 1403.0, + 1256.0, + 1403.0, + 1292.0, + 295.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1288.0, + 1247.0, + 1288.0, + 1247.0, + 1325.0, + 322.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 688.0, + 1407.0, + 688.0, + 1407.0, + 728.0, + 295.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 720.0, + 531.0, + 720.0, + 531.0, + 754.0, + 321.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1168.0, + 1405.0, + 1168.0, + 1405.0, + 1214.0, + 293.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1205.0, + 776.0, + 1205.0, + 776.0, + 1237.0, + 323.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 888.0, + 1405.0, + 888.0, + 1405.0, + 927.0, + 295.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 918.0, + 1409.0, + 918.0, + 1409.0, + 957.0, + 322.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 950.0, + 1351.0, + 950.0, + 1351.0, + 987.0, + 323.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 571.0, + 1406.0, + 571.0, + 1406.0, + 611.0, + 294.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 602.0, + 1409.0, + 602.0, + 1409.0, + 645.0, + 320.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 637.0, + 504.0, + 637.0, + 504.0, + 667.0, + 324.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1084.0, + 1405.0, + 1084.0, + 1405.0, + 1128.0, + 293.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1121.0, + 1376.0, + 1121.0, + 1376.0, + 1154.0, + 323.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1656.0, + 1408.0, + 1656.0, + 1408.0, + 1692.0, + 296.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1687.0, + 1172.0, + 1687.0, + 1172.0, + 1722.0, + 322.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1568.0, + 1405.0, + 1568.0, + 1405.0, + 1610.0, + 293.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1603.0, + 597.0, + 1603.0, + 597.0, + 1633.0, + 323.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1342.0, + 1405.0, + 1342.0, + 1405.0, + 1377.0, + 296.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1371.0, + 1407.0, + 1371.0, + 1407.0, + 1410.0, + 322.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1402.0, + 1123.0, + 1402.0, + 1123.0, + 1439.0, + 323.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1453.0, + 1404.0, + 1453.0, + 1404.0, + 1495.0, + 292.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1488.0, + 1403.0, + 1488.0, + 1403.0, + 1522.0, + 324.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1517.0, + 541.0, + 1517.0, + 541.0, + 1552.0, + 323.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1005.0, + 1405.0, + 1005.0, + 1405.0, + 1041.0, + 296.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1035.0, + 1183.0, + 1035.0, + 1183.0, + 1070.0, + 321.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1967.0, + 1407.0, + 1967.0, + 1407.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 2003.0, + 599.0, + 2003.0, + 599.0, + 2034.0, + 324.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1740.0, + 1406.0, + 1740.0, + 1406.0, + 1779.0, + 297.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1771.0, + 1402.0, + 1771.0, + 1402.0, + 1806.0, + 324.0, + 1806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1802.0, + 1124.0, + 1802.0, + 1124.0, + 1840.0, + 322.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1854.0, + 1405.0, + 1854.0, + 1405.0, + 1894.0, + 295.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1885.0, + 1404.0, + 1885.0, + 1404.0, + 1925.0, + 320.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1917.0, + 675.0, + 1917.0, + 675.0, + 1955.0, + 321.0, + 1955.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 229, + 1404, + 229, + 1404, + 353, + 299, + 353 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 295, + 1316, + 1403, + 1316, + 1403, + 1378, + 295, + 1378 + ], + "score": 0.915 + }, + { + "category_id": 1, + "poly": [ + 298, + 459, + 1406, + 459, + 1406, + 554, + 298, + 554 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 297, + 1115, + 1405, + 1115, + 1405, + 1209, + 297, + 1209 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 296, + 1400, + 1400, + 1400, + 1400, + 1465, + 296, + 1465 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 294, + 1485, + 1402, + 1485, + 1402, + 1550, + 294, + 1550 + ], + "score": 0.907 + }, + { + "category_id": 1, + "poly": [ + 294, + 1029, + 1403, + 1029, + 1403, + 1095, + 294, + 1095 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 297, + 574, + 1407, + 574, + 1407, + 669, + 297, + 669 + ], + "score": 0.905 + }, + { + "category_id": 1, + "poly": [ + 294, + 1231, + 1400, + 1231, + 1400, + 1295, + 294, + 1295 + ], + "score": 0.904 + }, + { + "category_id": 1, + "poly": [ + 297, + 1569, + 1405, + 1569, + 1405, + 1664, + 297, + 1664 + ], + "score": 0.901 + }, + { + "category_id": 1, + "poly": [ + 294, + 1685, + 1403, + 1685, + 1403, + 1750, + 294, + 1750 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 294, + 691, + 1404, + 691, + 1404, + 755, + 294, + 755 + ], + "score": 0.9 + }, + { + "category_id": 1, + "poly": [ + 302, + 375, + 1402, + 375, + 1402, + 439, + 302, + 439 + ], + "score": 0.897 + }, + { + "category_id": 1, + "poly": [ + 299, + 774, + 1401, + 774, + 1401, + 869, + 299, + 869 + ], + "score": 0.893 + }, + { + "category_id": 1, + "poly": [ + 292, + 945, + 1402, + 945, + 1402, + 1009, + 292, + 1009 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.88 + }, + { + "category_id": 1, + "poly": [ + 293, + 890, + 1374, + 890, + 1374, + 925, + 293, + 925 + ], + "score": 0.869 + }, + { + "category_id": 1, + "poly": [ + 292, + 1770, + 1402, + 1770, + 1402, + 1836, + 292, + 1836 + ], + "score": 0.863 + }, + { + "category_id": 1, + "poly": [ + 300, + 1941, + 1404, + 1941, + 1404, + 2034, + 300, + 2034 + ], + "score": 0.86 + }, + { + "category_id": 1, + "poly": [ + 288, + 1856, + 1402, + 1856, + 1402, + 1920, + 288, + 1920 + ], + "score": 0.853 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.823 + }, + { + "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": [ + 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, + 230.0, + 1408.0, + 230.0, + 1408.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 259.0, + 1404.0, + 259.0, + 1404.0, + 297.0, + 322.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 293.0, + 1404.0, + 293.0, + 1404.0, + 326.0, + 324.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 323.0, + 921.0, + 323.0, + 921.0, + 355.0, + 323.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1312.0, + 1406.0, + 1312.0, + 1406.0, + 1353.0, + 293.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1343.0, + 397.0, + 1343.0, + 397.0, + 1382.0, + 318.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 459.0, + 1407.0, + 459.0, + 1407.0, + 497.0, + 295.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 492.0, + 1404.0, + 492.0, + 1404.0, + 526.0, + 322.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 521.0, + 543.0, + 521.0, + 543.0, + 554.0, + 321.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1113.0, + 1405.0, + 1113.0, + 1405.0, + 1152.0, + 292.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1147.0, + 1405.0, + 1147.0, + 1405.0, + 1181.0, + 322.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1177.0, + 608.0, + 1177.0, + 608.0, + 1211.0, + 324.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1398.0, + 1404.0, + 1398.0, + 1404.0, + 1439.0, + 292.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1431.0, + 1172.0, + 1431.0, + 1172.0, + 1467.0, + 323.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1485.0, + 1404.0, + 1485.0, + 1404.0, + 1521.0, + 296.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1518.0, + 771.0, + 1518.0, + 771.0, + 1551.0, + 323.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1027.0, + 1405.0, + 1027.0, + 1405.0, + 1070.0, + 293.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1061.0, + 788.0, + 1061.0, + 788.0, + 1097.0, + 322.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 575.0, + 1405.0, + 575.0, + 1405.0, + 609.0, + 296.0, + 609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 606.0, + 1410.0, + 606.0, + 1410.0, + 645.0, + 321.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 636.0, + 575.0, + 636.0, + 575.0, + 670.0, + 320.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1230.0, + 1404.0, + 1230.0, + 1404.0, + 1268.0, + 294.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1262.0, + 1269.0, + 1262.0, + 1269.0, + 1295.0, + 322.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1571.0, + 1405.0, + 1571.0, + 1405.0, + 1606.0, + 295.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1603.0, + 1407.0, + 1603.0, + 1407.0, + 1637.0, + 323.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1630.0, + 477.0, + 1630.0, + 477.0, + 1665.0, + 323.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1681.0, + 1408.0, + 1681.0, + 1408.0, + 1724.0, + 293.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1718.0, + 630.0, + 1718.0, + 630.0, + 1750.0, + 321.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 690.0, + 1402.0, + 690.0, + 1402.0, + 728.0, + 294.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 722.0, + 962.0, + 722.0, + 962.0, + 756.0, + 321.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 374.0, + 1407.0, + 374.0, + 1407.0, + 412.0, + 295.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 406.0, + 1272.0, + 406.0, + 1272.0, + 440.0, + 322.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 774.0, + 1406.0, + 774.0, + 1406.0, + 812.0, + 295.0, + 812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 803.0, + 1407.0, + 803.0, + 1407.0, + 846.0, + 322.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 833.0, + 493.0, + 833.0, + 493.0, + 872.0, + 323.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 941.0, + 1404.0, + 941.0, + 1404.0, + 983.0, + 294.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 977.0, + 866.0, + 977.0, + 866.0, + 1012.0, + 319.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 889.0, + 1371.0, + 889.0, + 1371.0, + 924.0, + 296.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1768.0, + 1405.0, + 1768.0, + 1405.0, + 1811.0, + 294.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1802.0, + 1328.0, + 1802.0, + 1328.0, + 1837.0, + 323.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1405.0, + 1939.0, + 1405.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1974.0, + 1406.0, + 1974.0, + 1406.0, + 2004.0, + 324.0, + 2004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2004.0, + 785.0, + 2004.0, + 785.0, + 2036.0, + 321.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1855.0, + 1405.0, + 1855.0, + 1405.0, + 1892.0, + 294.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1887.0, + 1056.0, + 1887.0, + 1056.0, + 1921.0, + 321.0, + 1921.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.882 + }, + { + "category_id": 1, + "poly": [ + 297, + 1046, + 1406, + 1046, + 1406, + 1140, + 297, + 1140 + ], + "score": 0.844 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.833 + }, + { + "category_id": 1, + "poly": [ + 298, + 931, + 1406, + 931, + 1406, + 1027, + 298, + 1027 + ], + "score": 0.803 + }, + { + "category_id": 1, + "poly": [ + 302, + 735, + 1398, + 735, + 1398, + 800, + 302, + 800 + ], + "score": 0.787 + }, + { + "category_id": 1, + "poly": [ + 299, + 228, + 1401, + 228, + 1401, + 325, + 299, + 325 + ], + "score": 0.782 + }, + { + "category_id": 1, + "poly": [ + 296, + 343, + 1401, + 343, + 1401, + 436, + 296, + 436 + ], + "score": 0.775 + }, + { + "category_id": 1, + "poly": [ + 299, + 818, + 1407, + 818, + 1407, + 911, + 299, + 911 + ], + "score": 0.753 + }, + { + "category_id": 1, + "poly": [ + 295, + 569, + 1397, + 569, + 1397, + 635, + 295, + 635 + ], + "score": 0.751 + }, + { + "category_id": 1, + "poly": [ + 297, + 651, + 1398, + 651, + 1398, + 717, + 297, + 717 + ], + "score": 0.729 + }, + { + "category_id": 1, + "poly": [ + 298, + 456, + 1406, + 456, + 1406, + 549, + 298, + 549 + ], + "score": 0.708 + }, + { + "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": [ + 831.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1046.0, + 1406.0, + 1046.0, + 1406.0, + 1080.0, + 296.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1077.0, + 1407.0, + 1077.0, + 1407.0, + 1111.0, + 324.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1108.0, + 606.0, + 1108.0, + 606.0, + 1141.0, + 323.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 929.0, + 1404.0, + 929.0, + 1404.0, + 970.0, + 293.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 962.0, + 1403.0, + 962.0, + 1403.0, + 996.0, + 322.0, + 996.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 994.0, + 803.0, + 994.0, + 803.0, + 1028.0, + 322.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 735.0, + 1403.0, + 735.0, + 1403.0, + 771.0, + 297.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 768.0, + 833.0, + 768.0, + 833.0, + 800.0, + 323.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 262.0, + 1403.0, + 262.0, + 1403.0, + 296.0, + 323.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 291.0, + 949.0, + 291.0, + 949.0, + 326.0, + 323.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 342.0, + 1405.0, + 342.0, + 1405.0, + 379.0, + 294.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 374.0, + 1405.0, + 374.0, + 1405.0, + 409.0, + 323.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 405.0, + 612.0, + 405.0, + 612.0, + 434.0, + 322.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 817.0, + 1407.0, + 817.0, + 1407.0, + 856.0, + 294.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 849.0, + 1407.0, + 849.0, + 1407.0, + 885.0, + 321.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 879.0, + 396.0, + 879.0, + 396.0, + 913.0, + 321.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 566.0, + 1401.0, + 566.0, + 1401.0, + 607.0, + 295.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 598.0, + 1195.0, + 598.0, + 1195.0, + 637.0, + 321.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 648.0, + 1403.0, + 648.0, + 1403.0, + 692.0, + 293.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 683.0, + 1195.0, + 683.0, + 1195.0, + 719.0, + 323.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 457.0, + 1403.0, + 457.0, + 1403.0, + 490.0, + 295.0, + 490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 487.0, + 1408.0, + 487.0, + 1408.0, + 521.0, + 322.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 513.0, + 410.0, + 513.0, + 410.0, + 552.0, + 319.0, + 552.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1081, + 1405, + 1081, + 1405, + 1387, + 298, + 1387 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 360, + 1404, + 360, + 1404, + 637, + 298, + 637 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 850, + 1404, + 850, + 1404, + 1066, + 298, + 1066 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 652, + 1404, + 652, + 1404, + 835, + 298, + 835 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1780, + 1403, + 1780, + 1403, + 1934, + 299, + 1934 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 295, + 1577, + 1402, + 1577, + 1402, + 1643, + 295, + 1643 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 299, + 1500, + 1403, + 1500, + 1403, + 1563, + 299, + 1563 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 292, + 1653, + 1403, + 1653, + 1403, + 1719, + 292, + 1719 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 292, + 1730, + 1314, + 1730, + 1314, + 1767, + 292, + 1767 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.886 + }, + { + "category_id": 0, + "poly": [ + 300, + 1431, + 565, + 1431, + 565, + 1466, + 300, + 1466 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 836, + 2089, + 863, + 2089, + 863, + 2112, + 836, + 2112 + ], + "score": 0.847 + }, + { + "category_id": 0, + "poly": [ + 301, + 230, + 424, + 230, + 424, + 261, + 301, + 261 + ], + "score": 0.663 + }, + { + "category_id": 0, + "poly": [ + 305, + 292, + 750, + 292, + 750, + 326, + 305, + 326 + ], + "score": 0.627 + }, + { + "category_id": 1, + "poly": [ + 305, + 292, + 750, + 292, + 750, + 326, + 305, + 326 + ], + "score": 0.258 + }, + { + "category_id": 1, + "poly": [ + 301, + 230, + 424, + 230, + 424, + 261, + 301, + 261 + ], + "score": 0.221 + }, + { + "category_id": 13, + "poly": [ + 850, + 1609, + 1052, + 1609, + 1052, + 1643, + 850, + 1643 + ], + "score": 0.93, + "latex": "\\mathbf Y _ { t + 1 } [ \\mathbf a _ { t } ] = \\mathbf Y _ { t + 1 }" + }, + { + "category_id": 13, + "poly": [ + 656, + 1579, + 754, + 1579, + 754, + 1609, + 656, + 1609 + ], + "score": 0.92, + "latex": "{ \\bf A } _ { t } = { \\bf a } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1038, + 1652, + 1403, + 1652, + 1403, + 1690, + 1038, + 1690 + ], + "score": 0.91, + "latex": "P ( \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 351, + 1685, + 831, + 1685, + 831, + 1721, + 351, + 1721 + ], + "score": 0.9, + "latex": "P ( \\mathbf { A } _ { t } = \\mathbf { a } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } = \\bar { \\mathbf { a } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } = \\bar { \\mathbf { x } } _ { t } ) > 0" + }, + { + "category_id": 13, + "poly": [ + 907, + 1690, + 936, + 1690, + 936, + 1717, + 907, + 1717 + ], + "score": 0.87, + "latex": "\\bar { \\mathbf { a } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 840, + 1730, + 1310, + 1730, + 1310, + 1768, + 840, + 1768 + ], + "score": 0.85, + "latex": "\\mathbf { Y } _ { t + 1 } [ \\mathbf { a } _ { t } ] \\perp \\perp \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\forall \\mathbf { a } _ { t } \\in \\mathcal { A } , \\forall t ." + }, + { + "category_id": 13, + "poly": [ + 297, + 1614, + 325, + 1614, + 325, + 1640, + 297, + 1640 + ], + "score": 0.83, + "latex": "\\mathbf { a } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 398, + 1037, + 412, + 1037, + 412, + 1062, + 398, + 1062 + ], + "score": 0.63, + "latex": "t" + }, + { + "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": [ + 293.0, + 1430.0, + 570.0, + 1430.0, + 570.0, + 1473.0, + 293.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 429.0, + 230.0, + 429.0, + 263.0, + 297.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 289.0, + 756.0, + 289.0, + 756.0, + 331.0, + 296.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1080.0, + 1406.0, + 1080.0, + 1406.0, + 1116.0, + 296.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1113.0, + 1403.0, + 1113.0, + 1403.0, + 1145.0, + 295.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1136.0, + 1410.0, + 1136.0, + 1410.0, + 1181.0, + 291.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1174.0, + 1403.0, + 1174.0, + 1403.0, + 1206.0, + 296.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1202.0, + 1408.0, + 1202.0, + 1408.0, + 1238.0, + 292.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1233.0, + 1406.0, + 1233.0, + 1406.0, + 1268.0, + 293.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1263.0, + 1405.0, + 1263.0, + 1405.0, + 1299.0, + 295.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1292.0, + 1406.0, + 1292.0, + 1406.0, + 1330.0, + 291.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1323.0, + 1408.0, + 1323.0, + 1408.0, + 1361.0, + 293.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1357.0, + 1333.0, + 1357.0, + 1333.0, + 1389.0, + 296.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 362.0, + 1405.0, + 362.0, + 1405.0, + 395.0, + 297.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 391.0, + 1405.0, + 391.0, + 1405.0, + 427.0, + 293.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 424.0, + 1405.0, + 424.0, + 1405.0, + 457.0, + 296.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 451.0, + 1404.0, + 451.0, + 1404.0, + 489.0, + 293.0, + 489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 481.0, + 1406.0, + 481.0, + 1406.0, + 519.0, + 292.0, + 519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 510.0, + 1408.0, + 510.0, + 1408.0, + 550.0, + 293.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 542.0, + 1406.0, + 542.0, + 1406.0, + 582.0, + 293.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 572.0, + 1406.0, + 572.0, + 1406.0, + 610.0, + 292.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 606.0, + 1212.0, + 606.0, + 1212.0, + 639.0, + 294.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 851.0, + 1405.0, + 851.0, + 1405.0, + 885.0, + 293.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 884.0, + 1404.0, + 884.0, + 1404.0, + 915.0, + 296.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 912.0, + 1405.0, + 912.0, + 1405.0, + 947.0, + 294.0, + 947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 944.0, + 1405.0, + 944.0, + 1405.0, + 975.0, + 294.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 974.0, + 1401.0, + 974.0, + 1401.0, + 1005.0, + 296.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1004.0, + 1405.0, + 1004.0, + 1405.0, + 1038.0, + 294.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1037.0, + 397.0, + 1037.0, + 397.0, + 1068.0, + 297.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 413.0, + 1037.0, + 1065.0, + 1037.0, + 1065.0, + 1068.0, + 413.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 654.0, + 1404.0, + 654.0, + 1404.0, + 685.0, + 296.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 680.0, + 1405.0, + 680.0, + 1405.0, + 721.0, + 292.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 712.0, + 1404.0, + 712.0, + 1404.0, + 749.0, + 293.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 744.0, + 1406.0, + 744.0, + 1406.0, + 779.0, + 294.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 774.0, + 1406.0, + 774.0, + 1406.0, + 809.0, + 294.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 807.0, + 859.0, + 807.0, + 859.0, + 838.0, + 296.0, + 838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1778.0, + 1405.0, + 1778.0, + 1405.0, + 1817.0, + 294.0, + 1817.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1808.0, + 1405.0, + 1808.0, + 1405.0, + 1848.0, + 293.0, + 1848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1840.0, + 1407.0, + 1840.0, + 1407.0, + 1877.0, + 294.0, + 1877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1872.0, + 1403.0, + 1872.0, + 1403.0, + 1905.0, + 295.0, + 1905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1902.0, + 832.0, + 1902.0, + 832.0, + 1936.0, + 293.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1579.0, + 655.0, + 1579.0, + 655.0, + 1611.0, + 297.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 1579.0, + 1404.0, + 1579.0, + 1404.0, + 1611.0, + 755.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1607.0, + 296.0, + 1607.0, + 296.0, + 1646.0, + 293.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1607.0, + 849.0, + 1607.0, + 849.0, + 1646.0, + 326.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 1607.0, + 1062.0, + 1607.0, + 1062.0, + 1646.0, + 1053.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1500.0, + 1407.0, + 1500.0, + 1407.0, + 1535.0, + 295.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1532.0, + 768.0, + 1532.0, + 768.0, + 1563.0, + 297.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1648.0, + 1037.0, + 1648.0, + 1037.0, + 1694.0, + 292.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1648.0, + 1408.0, + 1648.0, + 1408.0, + 1694.0, + 1404.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1685.0, + 350.0, + 1685.0, + 350.0, + 1721.0, + 295.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 1685.0, + 906.0, + 1685.0, + 906.0, + 1721.0, + 832.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1685.0, + 947.0, + 1685.0, + 947.0, + 1721.0, + 937.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1728.0, + 839.0, + 1728.0, + 839.0, + 1772.0, + 291.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 1728.0, + 1317.0, + 1728.0, + 1317.0, + 1772.0, + 1311.0, + 1772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 289.0, + 756.0, + 289.0, + 756.0, + 331.0, + 296.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 230.0, + 429.0, + 230.0, + 429.0, + 263.0, + 297.0, + 263.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1520, + 1405, + 1520, + 1405, + 1767, + 297, + 1767 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 296, + 1406, + 296, + 1406, + 512, + 297, + 512 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 527, + 1406, + 527, + 1406, + 619, + 298, + 619 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 650, + 1904, + 1046, + 1904, + 1046, + 1991, + 650, + 1991 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 647, + 1772, + 1051, + 1772, + 1051, + 1859, + 647, + 1859 + ], + "score": 0.953 + }, + { + "category_id": 4, + "poly": [ + 296, + 1400, + 1405, + 1400, + 1405, + 1464, + 296, + 1464 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 292, + 2002, + 1261, + 2002, + 1261, + 2036, + 292, + 2036 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 298, + 1868, + 565, + 1868, + 565, + 1900, + 298, + 1900 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1798, + 1400, + 1798, + 1400, + 1828, + 1366, + 1828 + ], + "score": 0.887 + }, + { + "category_id": 0, + "poly": [ + 298, + 226, + 844, + 226, + 844, + 262, + 298, + 262 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.877 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1931, + 1400, + 1931, + 1400, + 1960, + 1366, + 1960 + ], + "score": 0.876 + }, + { + "category_id": 3, + "poly": [ + 299, + 652, + 1401, + 652, + 1401, + 1375, + 299, + 1375 + ], + "score": 0.834 + }, + { + "category_id": 14, + "poly": [ + 652, + 1898, + 1046, + 1898, + 1046, + 1992, + 652, + 1992 + ], + "score": 0.95, + "latex": "W ( t ) = \\prod _ { l = 1 } ^ { t } { \\frac { 1 } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) } } ," + }, + { + "category_id": 14, + "poly": [ + 646, + 1764, + 1055, + 1764, + 1055, + 1861, + 646, + 1861 + ], + "score": 0.95, + "latex": "S W ( t ) = \\prod _ { l = 1 } ^ { t } \\frac { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { A } } _ { l - 1 } ) } { f ( \\mathbf { A } _ { l } \\mid \\bar { \\mathbf { X } } _ { l } , \\bar { \\mathbf { A } } _ { l - 1 } , \\mathbf { V } ) }" + }, + { + "category_id": 13, + "poly": [ + 1215, + 1645, + 1261, + 1645, + 1261, + 1678, + 1215, + 1678 + ], + "score": 0.91, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 619, + 1644, + 1125, + 1644, + 1125, + 1678, + 619, + 1678 + ], + "score": 0.91, + "latex": "\\mathbf { E } [ Y _ { t + 1 } \\mid \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { t } , V ] = g ( \\mathbf { a } _ { 1 } , \\dots \\mathbf { a } _ { n } , V ; \\theta )" + }, + { + "category_id": 13, + "poly": [ + 422, + 1432, + 504, + 1432, + 504, + 1463, + 422, + 1463 + ], + "score": 0.91, + "latex": "A _ { 0 } , A _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 371, + 2002, + 419, + 2002, + 419, + 2036, + 371, + 2036 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 886, + 1705, + 932, + 1705, + 932, + 1739, + 886, + 1739 + ], + "score": 0.9, + "latex": "g ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1191, + 1401, + 1278, + 1401, + 1278, + 1433, + 1191, + 1433 + ], + "score": 0.89, + "latex": "X _ { 0 } , X _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 830, + 420, + 864, + 420, + 864, + 450, + 830, + 450 + ], + "score": 0.88, + "latex": "U _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 919, + 420, + 954, + 420, + 954, + 450, + 919, + 450 + ], + "score": 0.88, + "latex": "U _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1078, + 1432, + 1110, + 1432, + 1110, + 1462, + 1078, + 1462 + ], + "score": 0.87, + "latex": "Y _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 637, + 330, + 666, + 330, + 666, + 356, + 637, + 356 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 440, + 421, + 469, + 421, + 469, + 447, + 440, + 447 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 677, + 1432, + 711, + 1432, + 711, + 1462, + 677, + 1462 + ], + "score": 0.81, + "latex": "U _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 723, + 1432, + 757, + 1432, + 757, + 1462, + 723, + 1462 + ], + "score": 0.76, + "latex": "U _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 650, + 1677, + 667, + 1677, + 667, + 1702, + 650, + 1702 + ], + "score": 0.76, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1274, + 1618, + 1289, + 1618, + 1289, + 1642, + 1274, + 1642 + ], + "score": 0.75, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1145, + 391, + 1161, + 391, + 1161, + 417, + 1145, + 417 + ], + "score": 0.69, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 1190.0, + 1397.0, + 1190.0, + 1436.0, + 294.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1436.0, + 1279.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1431.0, + 421.0, + 1431.0, + 421.0, + 1467.0, + 295.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1431.0, + 676.0, + 1431.0, + 676.0, + 1467.0, + 505.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1431.0, + 722.0, + 1431.0, + 722.0, + 1467.0, + 712.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1431.0, + 1077.0, + 1431.0, + 1077.0, + 1467.0, + 758.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1431.0, + 1288.0, + 1431.0, + 1288.0, + 1467.0, + 1111.0, + 1467.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": [ + 294.0, + 219.0, + 848.0, + 219.0, + 848.0, + 270.0, + 294.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 722.0, + 790.0, + 722.0, + 790.0, + 774.0, + 725.0, + 774.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 724.0, + 998.0, + 724.0, + 998.0, + 766.0, + 943.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 745.0, + 1107.0, + 745.0, + 1107.0, + 762.0, + 1092.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 871.0, + 854.0, + 871.0, + 854.0, + 892.0, + 835.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 965.0, + 1045.0, + 965.0, + 1045.0, + 999.0, + 667.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 1086.0, + 494.0, + 1086.0, + 494.0, + 1122.0, + 446.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 1078.0, + 711.0, + 1078.0, + 711.0, + 1120.0, + 658.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1092.0, + 925.0, + 1092.0, + 925.0, + 1113.0, + 905.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 1075.0, + 1069.0, + 1075.0, + 1069.0, + 1121.0, + 1012.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1218.0, + 596.0, + 1218.0, + 596.0, + 1258.0, + 538.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1209.0, + 931.0, + 1209.0, + 931.0, + 1271.0, + 868.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1318.0, + 795.0, + 1318.0, + 795.0, + 1356.0, + 332.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1315.0, + 1366.0, + 1315.0, + 1366.0, + 1351.0, + 903.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 1350.0, + 458.0, + 1350.0, + 458.0, + 1378.0, + 334.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1343.0, + 1029.0, + 1343.0, + 1029.0, + 1373.0, + 902.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 864.0, + 632.0, + 864.0, + 632.0, + 910.5, + 596.0, + 910.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 1088.5, + 820.0, + 1088.5, + 820.0, + 1122.5, + 791.0, + 1122.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 1216.0, + 351.0, + 1216.0, + 351.0, + 1268.5, + 305.0, + 1268.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1521.0, + 1408.0, + 1521.0, + 1408.0, + 1557.0, + 294.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1549.0, + 1406.0, + 1549.0, + 1406.0, + 1592.0, + 294.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1584.0, + 1406.0, + 1584.0, + 1406.0, + 1618.0, + 295.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1613.0, + 1273.0, + 1613.0, + 1273.0, + 1650.0, + 292.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 1613.0, + 1405.0, + 1613.0, + 1405.0, + 1650.0, + 1290.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1644.0, + 618.0, + 1644.0, + 618.0, + 1681.0, + 292.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 1644.0, + 1214.0, + 1644.0, + 1214.0, + 1681.0, + 1126.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1644.0, + 1406.0, + 1644.0, + 1406.0, + 1681.0, + 1262.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1672.0, + 649.0, + 1672.0, + 649.0, + 1710.0, + 294.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1672.0, + 1405.0, + 1672.0, + 1405.0, + 1710.0, + 668.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1705.0, + 885.0, + 1705.0, + 885.0, + 1742.0, + 294.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1705.0, + 1407.0, + 1705.0, + 1407.0, + 1742.0, + 933.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1736.0, + 511.0, + 1736.0, + 511.0, + 1771.0, + 295.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 297.0, + 1408.0, + 297.0, + 1408.0, + 331.0, + 294.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 329.0, + 636.0, + 329.0, + 636.0, + 363.0, + 295.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 329.0, + 1408.0, + 329.0, + 1408.0, + 363.0, + 667.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 358.0, + 1406.0, + 358.0, + 1406.0, + 393.0, + 295.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 385.0, + 1144.0, + 385.0, + 1144.0, + 426.0, + 291.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 385.0, + 1407.0, + 385.0, + 1407.0, + 426.0, + 1162.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 419.0, + 439.0, + 419.0, + 439.0, + 453.0, + 295.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 419.0, + 829.0, + 419.0, + 829.0, + 453.0, + 470.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 419.0, + 918.0, + 419.0, + 918.0, + 453.0, + 865.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 419.0, + 1406.0, + 419.0, + 1406.0, + 453.0, + 955.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 451.0, + 1404.0, + 451.0, + 1404.0, + 482.0, + 296.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 482.0, + 739.0, + 482.0, + 739.0, + 514.0, + 294.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 524.0, + 1407.0, + 524.0, + 1407.0, + 563.0, + 293.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 556.0, + 1406.0, + 556.0, + 1406.0, + 592.0, + 293.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 588.0, + 427.0, + 588.0, + 427.0, + 622.0, + 294.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2000.0, + 370.0, + 2000.0, + 370.0, + 2039.0, + 294.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 2000.0, + 1266.0, + 2000.0, + 1266.0, + 2039.0, + 420.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1867.0, + 568.0, + 1867.0, + 568.0, + 1904.0, + 296.0, + 1904.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 506, + 1404, + 506, + 1404, + 721, + 296, + 721 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1404, + 228, + 1404, + 352, + 298, + 352 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 297, + 367, + 1405, + 367, + 1405, + 493, + 297, + 493 + ], + "score": 0.973 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 104, + 300, + 104 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 836, + 2089, + 864, + 2089, + 864, + 2112, + 836, + 2112 + ], + "score": 0.841 + }, + { + "category_id": 13, + "poly": [ + 417, + 568, + 639, + 568, + 639, + 602, + 417, + 602 + ], + "score": 0.92, + "latex": "\\mathbf { A } _ { t } \\in \\{ A _ { 1 } , \\dotsc . . . A _ { K } \\}" + }, + { + "category_id": 13, + "poly": [ + 411, + 397, + 771, + 397, + 771, + 433, + 411, + 433 + ], + "score": 0.91, + "latex": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , \\mathbf { \\bar { \\xi } } V ) = P ( \\mathbf { A } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1117, + 428, + 1405, + 428, + 1405, + 463, + 1117, + 463 + ], + "score": 0.91, + "latex": "\\mathbf { \\bar { \\nabla } } P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V ) =" + }, + { + "category_id": 13, + "poly": [ + 298, + 458, + 461, + 458, + 461, + 495, + 298, + 495 + ], + "score": 0.9, + "latex": "P ( \\mathbf { A } _ { t } \\mid \\bar { \\mathbf { A } } _ { t - 1 } )" + }, + { + "category_id": 13, + "poly": [ + 296, + 627, + 816, + 627, + 816, + 663, + 296, + 663 + ], + "score": 0.9, + "latex": "A _ { 1 } ) = \\cdots = P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } = A _ { K } )" + }, + { + "category_id": 13, + "poly": [ + 1149, + 293, + 1184, + 293, + 1184, + 322, + 1149, + 322 + ], + "score": 0.89, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1092, + 596, + 1404, + 596, + 1404, + 632, + 1092, + 632 + ], + "score": 0.88, + "latex": "P ( \\Phi ( { \\bar { \\mathbf { X } } } _ { t } , { \\bar { \\mathbf { A } } } _ { t - 1 } , \\mathbf { V } ) \\mid \\mathbf { A } _ { t } =" + }, + { + "category_id": 13, + "poly": [ + 810, + 290, + 846, + 290, + 846, + 322, + 810, + 322 + ], + "score": 0.88, + "latex": "\\bar { \\mathbf X } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 331, + 535, + 475, + 535, + 475, + 569, + 331, + 569 + ], + "score": 0.88, + "latex": "\\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } , V" + }, + { + "category_id": 13, + "poly": [ + 609, + 262, + 693, + 262, + 693, + 291, + 609, + 291 + ], + "score": 0.88, + "latex": "W - 1" + }, + { + "category_id": 13, + "poly": [ + 863, + 539, + 899, + 539, + 899, + 568, + 863, + 568 + ], + "score": 0.87, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 555, + 662, + 591, + 662, + 591, + 690, + 555, + 690 + ], + "score": 0.87, + "latex": "{ \\bf A } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 739, + 262, + 848, + 262, + 848, + 290, + 739, + 290 + ], + "score": 0.86, + "latex": "S W - 1 )" + }, + { + "category_id": 13, + "poly": [ + 1346, + 400, + 1396, + 400, + 1396, + 428, + 1346, + 428 + ], + "score": 0.82, + "latex": "S W" + }, + { + "category_id": 13, + "poly": [ + 1178, + 539, + 1197, + 539, + 1197, + 565, + 1178, + 565 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 663, + 369, + 695, + 369, + 695, + 396, + 663, + 396 + ], + "score": 0.77, + "latex": "W" + }, + { + "category_id": 13, + "poly": [ + 1053, + 541, + 1067, + 541, + 1067, + 566, + 1053, + 566 + ], + "score": 0.7, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 329, + 535, + 365, + 535, + 365, + 568, + 329, + 568 + ], + "score": 0.34, + "latex": "\\bar { \\mathbf { X } } _ { t }" + }, + { + "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": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 505.0, + 1404.0, + 505.0, + 1404.0, + 542.0, + 295.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 535.0, + 328.0, + 535.0, + 328.0, + 572.0, + 294.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 535.0, + 862.0, + 535.0, + 862.0, + 572.0, + 476.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 535.0, + 1052.0, + 535.0, + 1052.0, + 572.0, + 900.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 535.0, + 1177.0, + 535.0, + 1177.0, + 572.0, + 1068.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 535.0, + 1405.0, + 535.0, + 1405.0, + 572.0, + 1198.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 568.0, + 416.0, + 568.0, + 416.0, + 602.0, + 294.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 568.0, + 1404.0, + 568.0, + 1404.0, + 602.0, + 640.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 599.0, + 1091.0, + 599.0, + 1091.0, + 633.0, + 295.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 626.0, + 1405.0, + 626.0, + 1405.0, + 666.0, + 817.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 660.0, + 554.0, + 660.0, + 554.0, + 695.0, + 295.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 660.0, + 1405.0, + 660.0, + 1405.0, + 695.0, + 592.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 690.0, + 686.0, + 690.0, + 686.0, + 723.0, + 295.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 232.0, + 1405.0, + 232.0, + 1405.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 261.0, + 608.0, + 261.0, + 608.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 261.0, + 738.0, + 261.0, + 738.0, + 297.0, + 694.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 261.0, + 1408.0, + 261.0, + 1408.0, + 297.0, + 849.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 809.0, + 291.0, + 809.0, + 327.0, + 292.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 291.0, + 1148.0, + 291.0, + 1148.0, + 327.0, + 847.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 291.0, + 1404.0, + 291.0, + 1404.0, + 327.0, + 1185.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 323.0, + 738.0, + 323.0, + 738.0, + 355.0, + 294.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 366.0, + 662.0, + 366.0, + 662.0, + 403.0, + 294.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 366.0, + 1406.0, + 366.0, + 1406.0, + 403.0, + 696.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 397.0, + 410.0, + 397.0, + 410.0, + 434.0, + 294.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 397.0, + 1345.0, + 397.0, + 1345.0, + 434.0, + 772.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 397.0, + 1408.0, + 397.0, + 1408.0, + 434.0, + 1397.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 428.0, + 1116.0, + 428.0, + 1116.0, + 464.0, + 292.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 454.0, + 297.0, + 454.0, + 297.0, + 498.0, + 292.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 454.0, + 476.0, + 454.0, + 476.0, + 498.0, + 462.0, + 498.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1695, + 1404, + 1695, + 1404, + 1792, + 297, + 1792 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 612, + 1155, + 1088, + 1155, + 1088, + 1249, + 612, + 1249 + ], + "score": 0.961 + }, + { + "category_id": 8, + "poly": [ + 694, + 398, + 1002, + 398, + 1002, + 486, + 694, + 486 + ], + "score": 0.957 + }, + { + "category_id": 8, + "poly": [ + 484, + 718, + 1212, + 718, + 1212, + 813, + 484, + 813 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 725, + 884, + 973, + 884, + 973, + 958, + 725, + 958 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 298, + 1072, + 1401, + 1072, + 1401, + 1137, + 298, + 1137 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 386, + 560, + 1311, + 560, + 1311, + 655, + 386, + 655 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 299, + 832, + 1123, + 832, + 1123, + 870, + 299, + 870 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 295, + 971, + 1404, + 971, + 1404, + 1041, + 295, + 1041 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 296, + 510, + 1058, + 510, + 1058, + 545, + 296, + 545 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 298, + 335, + 1402, + 335, + 1402, + 397, + 298, + 397 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 313, + 1309, + 1442, + 1309, + 1442, + 1401, + 313, + 1401 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 297, + 1264, + 495, + 1264, + 495, + 1296, + 297, + 1296 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 298, + 295, + 750, + 295, + 750, + 329, + 298, + 329 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 297, + 73, + 818, + 73, + 818, + 106, + 297, + 106 + ], + "score": 0.915 + }, + { + "category_id": 8, + "poly": [ + 862, + 1443, + 1332, + 1443, + 1332, + 1535, + 862, + 1535 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 298, + 224, + 680, + 224, + 680, + 263, + 298, + 263 + ], + "score": 0.907 + }, + { + "category_id": 9, + "poly": [ + 1352, + 909, + 1400, + 909, + 1400, + 941, + 1352, + 941 + ], + "score": 0.901 + }, + { + "category_id": 8, + "poly": [ + 861, + 1544, + 1292, + 1544, + 1292, + 1635, + 861, + 1635 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1351, + 749, + 1401, + 749, + 1401, + 781, + 1351, + 781 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1648, + 1400, + 1648, + 1400, + 1678, + 1351, + 1678 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1351, + 421, + 1401, + 421, + 1401, + 453, + 1351, + 453 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1352, + 590, + 1401, + 590, + 1401, + 623, + 1352, + 623 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1184, + 1401, + 1184, + 1401, + 1216, + 1351, + 1216 + ], + "score": 0.876 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1402, + 1401, + 1402, + 1401, + 1432, + 1351, + 1432 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 863, + 2087, + 863, + 2112, + 835, + 2112 + ], + "score": 0.859 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1573, + 1401, + 1573, + 1401, + 1604, + 1352, + 1604 + ], + "score": 0.858 + }, + { + "category_id": 8, + "poly": [ + 862, + 1642, + 1150, + 1642, + 1150, + 1683, + 862, + 1683 + ], + "score": 0.851 + }, + { + "category_id": 1, + "poly": [ + 293, + 668, + 1228, + 668, + 1228, + 705, + 293, + 705 + ], + "score": 0.847 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1473, + 1401, + 1473, + 1401, + 1502, + 1352, + 1502 + ], + "score": 0.843 + }, + { + "category_id": 13, + "poly": [ + 944, + 831, + 1039, + 831, + 1039, + 869, + 944, + 869 + ], + "score": 0.95, + "latex": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } )" + }, + { + "category_id": 14, + "poly": [ + 726, + 881, + 974, + 881, + 974, + 957, + 726, + 957 + ], + "score": 0.95, + "latex": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = - \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\lambda }" + }, + { + "category_id": 14, + "poly": [ + 694, + 393, + 1007, + 393, + 1007, + 484, + 694, + 484 + ], + "score": 0.94, + "latex": "{ G _ { a } ^ { j } } ^ { * } ( x ^ { \\prime } ) = \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } ." + }, + { + "category_id": 14, + "poly": [ + 485, + 716, + 1215, + 716, + 1215, + 815, + 485, + 815 + ], + "score": 0.94, + "latex": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) + \\lambda \\Bigg ( \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) - 1 \\Bigg ) ." + }, + { + "category_id": 14, + "poly": [ + 610, + 1151, + 1091, + 1151, + 1091, + 1250, + 610, + 1250 + ], + "score": 0.94, + "latex": "\\operatorname* { m i n } _ { \\Phi } \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] ." + }, + { + "category_id": 14, + "poly": [ + 387, + 557, + 1311, + 557, + 1311, + 659, + 387, + 659 + ], + "score": 0.93, + "latex": "G _ { a } ^ { * } = \\arg \\operatorname* { m a x } _ { G _ { a } } \\sum _ { j = 1 } ^ { K } \\int _ { x ^ { \\prime } } \\log ( G _ { a } ^ { j } ( x ^ { \\prime } ) ) P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) d x ^ { \\prime } \\qquad \\mathrm { s u b j e c t ~ t o } \\sum _ { j = 1 } ^ { K } G _ { a } ^ { j } ( x ^ { \\prime } ) = 1 ." + }, + { + "category_id": 13, + "poly": [ + 969, + 972, + 1215, + 972, + 1215, + 1014, + 969, + 1014 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\lambda = - \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1106, + 1756, + 1282, + 1756, + 1282, + 1792, + 1106, + 1792 + ], + "score": 0.93, + "latex": "P _ { 1 } ^ { \\Phi } = \\ldots = P _ { K } ^ { \\Phi }" + }, + { + "category_id": 13, + "poly": [ + 906, + 1696, + 1052, + 1696, + 1052, + 1730, + 906, + 1730 + ], + "score": 0.93, + "latex": "J S D ( \\cdot , . . . , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 659, + 334, + 794, + 334, + 794, + 371, + 659, + 371 + ], + "score": 0.93, + "latex": "x ^ { \\prime } = \\Phi ( \\bar { \\mathbf { h } } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 611, + 831, + 714, + 831, + 714, + 869, + 611, + 869 + ], + "score": 0.92, + "latex": "G _ { a } ^ { j } { } ^ { * } ( x ^ { \\prime } ) )" + }, + { + "category_id": 13, + "poly": [ + 370, + 1696, + 469, + 1696, + 469, + 1730, + 370, + 1730 + ], + "score": 0.92, + "latex": "K L ( \\cdot | | \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 791, + 1728, + 889, + 1728, + 889, + 1759, + 791, + 1759 + ], + "score": 0.91, + "latex": "K \\log K" + }, + { + "category_id": 13, + "poly": [ + 1319, + 344, + 1354, + 344, + 1354, + 368, + 1319, + 368 + ], + "score": 0.9, + "latex": "G _ { a }" + }, + { + "category_id": 14, + "poly": [ + 311, + 1305, + 1428, + 1305, + 1428, + 1404, + 311, + 1404 + ], + "score": 0.88, + "latex": "\\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + K \\log K = \\sum _ { j = 1 } ^ { K } \\Bigg ( \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\bigg [ \\log \\bigg ( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\bigg ) \\bigg ] + \\log K \\Bigg )" + }, + { + "category_id": 13, + "poly": [ + 676, + 1107, + 698, + 1107, + 698, + 1133, + 676, + 1133 + ], + "score": 0.85, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 487, + 513, + 509, + 513, + 509, + 539, + 487, + 539 + ], + "score": 0.82, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 374, + 980, + 395, + 980, + 395, + 1006, + 374, + 1006 + ], + "score": 0.78, + "latex": "\\lambda" + }, + { + "category_id": 13, + "poly": [ + 587, + 338, + 609, + 338, + 609, + 365, + 587, + 365 + ], + "score": 0.73, + "latex": "\\Phi" + }, + { + "category_id": 14, + "poly": [ + 856, + 1441, + 1333, + 1441, + 1333, + 1686, + 856, + 1686 + ], + "score": 0.58, + "latex": "\\begin{array} { l } { { \\displaystyle = \\sum _ { j = 1 } ^ { K } \\mathbb { E } _ { x ^ { \\prime } \\sim P _ { j } ^ { \\Phi } } \\left[ \\log \\left( \\frac { P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) } { \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) } \\right) \\right] } } \\\\ { { \\displaystyle = \\sum _ { j = 1 } ^ { K } K L \\biggl ( P _ { j } ^ { \\Phi } ( x ^ { \\prime } ) \\biggl \\| \\frac { 1 } { K } \\sum _ { i = 1 } ^ { K } P _ { i } ^ { \\Phi } ( x ^ { \\prime } ) \\biggr ) } } \\\\ { { \\displaystyle = K \\cdot J S D ( P _ { 1 } ^ { \\Phi } , . . . , P _ { K } ^ { \\Phi } ) } } \\end{array}" + }, + { + "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": [ + 294.0, + 223.0, + 682.0, + 223.0, + 682.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1694.0, + 369.0, + 1694.0, + 369.0, + 1732.0, + 294.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 1694.0, + 905.0, + 1694.0, + 905.0, + 1732.0, + 470.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 1694.0, + 1409.0, + 1694.0, + 1409.0, + 1732.0, + 1053.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1726.0, + 790.0, + 1726.0, + 790.0, + 1761.0, + 295.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1726.0, + 1406.0, + 1726.0, + 1406.0, + 1761.0, + 890.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1741.0, + 1105.0, + 1741.0, + 1105.0, + 1806.0, + 291.0, + 1806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1741.0, + 1303.0, + 1741.0, + 1303.0, + 1806.0, + 1283.0, + 1806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 1757.0, + 1405.0, + 1757.0, + 1405.0, + 1788.0, + 1374.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1070.0, + 1405.0, + 1070.0, + 1405.0, + 1112.0, + 293.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1104.0, + 675.0, + 1104.0, + 675.0, + 1139.0, + 294.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1104.0, + 806.0, + 1104.0, + 806.0, + 1139.0, + 699.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 824.0, + 610.0, + 824.0, + 610.0, + 877.0, + 292.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 824.0, + 943.0, + 824.0, + 943.0, + 877.0, + 715.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 824.0, + 1126.0, + 824.0, + 1126.0, + 877.0, + 1040.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 962.0, + 373.0, + 962.0, + 373.0, + 1025.0, + 287.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 962.0, + 968.0, + 962.0, + 968.0, + 1025.0, + 396.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 962.0, + 1411.0, + 962.0, + 1411.0, + 1025.0, + 1216.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1005.0, + 375.0, + 1005.0, + 375.0, + 1045.0, + 292.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1380.0, + 1018.0, + 1400.0, + 1018.0, + 1400.0, + 1031.0, + 1380.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 505.0, + 486.0, + 505.0, + 486.0, + 552.0, + 293.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 510.0, + 505.0, + 1058.0, + 505.0, + 1058.0, + 552.0, + 510.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 332.0, + 586.0, + 332.0, + 586.0, + 375.0, + 292.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 332.0, + 658.0, + 332.0, + 658.0, + 375.0, + 610.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 332.0, + 1318.0, + 332.0, + 1318.0, + 375.0, + 795.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 332.0, + 1406.0, + 332.0, + 1406.0, + 375.0, + 1355.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 366.0, + 401.0, + 366.0, + 401.0, + 408.0, + 291.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1264.0, + 497.0, + 1264.0, + 497.0, + 1296.0, + 296.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 292.0, + 752.0, + 292.0, + 752.0, + 334.0, + 294.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 664.0, + 1227.0, + 664.0, + 1227.0, + 711.0, + 293.0, + 711.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 424, + 1405, + 424, + 1405, + 586, + 297, + 586 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 289, + 1406, + 289, + 1406, + 411, + 296, + 411 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 786, + 1404, + 786, + 1404, + 911, + 298, + 911 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 676, + 1404, + 676, + 1404, + 773, + 298, + 773 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 603, + 602, + 1102, + 602, + 1102, + 659, + 603, + 659 + ], + "score": 0.953 + }, + { + "category_id": 0, + "poly": [ + 297, + 224, + 829, + 224, + 829, + 263, + 297, + 263 + ], + "score": 0.93 + }, + { + "category_id": 9, + "poly": [ + 1352, + 614, + 1400, + 614, + 1400, + 645, + 1352, + 645 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 105, + 298, + 105 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.842 + }, + { + "category_id": 14, + "poly": [ + 601, + 600, + 1100, + 600, + 1100, + 660, + 601, + 660 + ], + "score": 0.92, + "latex": "\\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} ," + }, + { + "category_id": 13, + "poly": [ + 574, + 486, + 634, + 486, + 634, + 527, + 574, + 527 + ], + "score": 0.92, + "latex": "\\mathbf { b r } _ { t } ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 337, + 676, + 583, + 676, + 583, + 711, + 337, + 711 + ], + "score": 0.92, + "latex": "l = 1 , . . . T ^ { ( i ) } - \\tau _ { \\mathrm { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 1000, + 676, + 1138, + 676, + 1138, + 711, + 1000, + 711 + ], + "score": 0.92, + "latex": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 487, + 558, + 545, + 558, + 545, + 585, + 487, + 585 + ], + "score": 0.88, + "latex": "\\tau _ { \\mathrm { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 340, + 291, + 811, + 291, + 811, + 353, + 340, + 353 + ], + "score": 0.85, + "latex": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 367, + 351, + 394, + 351, + 394, + 376, + 367, + 376 + ], + "score": 0.82, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 960, + 524, + 992, + 524, + 992, + 558, + 960, + 558 + ], + "score": 0.78, + "latex": "( i )" + }, + { + "category_id": 13, + "poly": [ + 1130, + 493, + 1161, + 493, + 1161, + 527, + 1130, + 527 + ], + "score": 0.73, + "latex": "( i )" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 830.0, + 225.0, + 830.0, + 266.0, + 293.0, + 266.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": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2122.0, + 831.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 422.0, + 1403.0, + 422.0, + 1403.0, + 461.0, + 295.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 455.0, + 1405.0, + 455.0, + 1405.0, + 493.0, + 295.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 479.0, + 573.0, + 479.0, + 573.0, + 536.0, + 287.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 479.0, + 1129.0, + 479.0, + 1129.0, + 536.0, + 635.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 479.0, + 1413.0, + 479.0, + 1413.0, + 536.0, + 1162.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 521.0, + 959.0, + 521.0, + 959.0, + 561.0, + 292.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 521.0, + 1405.0, + 521.0, + 1405.0, + 561.0, + 993.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 555.0, + 486.0, + 555.0, + 486.0, + 590.0, + 296.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 555.0, + 798.0, + 555.0, + 798.0, + 590.0, + 546.0, + 590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 280.0, + 339.0, + 280.0, + 339.0, + 362.0, + 286.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 812.0, + 303.0, + 1406.0, + 303.0, + 1406.0, + 343.0, + 812.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 347.0, + 366.0, + 347.0, + 366.0, + 382.0, + 295.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 347.0, + 1406.0, + 347.0, + 1406.0, + 382.0, + 395.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 375.0, + 750.0, + 375.0, + 750.0, + 416.0, + 294.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 290.5, + 796.0, + 290.5, + 796.0, + 354.0, + 632.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 788.0, + 1406.0, + 788.0, + 1406.0, + 820.0, + 296.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 818.0, + 1404.0, + 818.0, + 1404.0, + 851.0, + 294.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 847.0, + 1405.0, + 847.0, + 1405.0, + 882.0, + 295.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 878.0, + 782.0, + 878.0, + 782.0, + 914.0, + 293.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 672.0, + 336.0, + 672.0, + 336.0, + 717.0, + 291.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 672.0, + 999.0, + 672.0, + 999.0, + 717.0, + 584.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 672.0, + 1408.0, + 672.0, + 1408.0, + 717.0, + 1139.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 707.0, + 1404.0, + 707.0, + 1404.0, + 744.0, + 293.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 735.0, + 682.0, + 735.0, + 682.0, + 776.0, + 294.0, + 776.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 8, + "poly": [ + 529, + 1231, + 1195, + 1231, + 1195, + 1315, + 529, + 1315 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 317, + 1913, + 1401, + 1913, + 1401, + 1980, + 317, + 1980 + ], + "score": 0.921 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 816, + 74, + 816, + 105, + 299, + 105 + ], + "score": 0.901 + }, + { + "category_id": 1, + "poly": [ + 323, + 276, + 1015, + 276, + 1015, + 337, + 323, + 337 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.866 + }, + { + "category_id": 1, + "poly": [ + 322, + 994, + 817, + 994, + 817, + 1153, + 322, + 1153 + ], + "score": 0.859 + }, + { + "category_id": 0, + "poly": [ + 301, + 229, + 788, + 229, + 788, + 262, + 301, + 262 + ], + "score": 0.801 + }, + { + "category_id": 1, + "poly": [ + 352, + 1502, + 1209, + 1502, + 1209, + 1560, + 352, + 1560 + ], + "score": 0.715 + }, + { + "category_id": 8, + "poly": [ + 376, + 1563, + 1106, + 1563, + 1106, + 1828, + 376, + 1828 + ], + "score": 0.69 + }, + { + "category_id": 1, + "poly": [ + 326, + 352, + 951, + 352, + 951, + 386, + 326, + 386 + ], + "score": 0.679 + }, + { + "category_id": 1, + "poly": [ + 325, + 386, + 511, + 386, + 511, + 413, + 325, + 413 + ], + "score": 0.674 + }, + { + "category_id": 0, + "poly": [ + 322, + 931, + 1403, + 931, + 1403, + 994, + 322, + 994 + ], + "score": 0.641 + }, + { + "category_id": 0, + "poly": [ + 325, + 1183, + 884, + 1183, + 884, + 1216, + 325, + 1216 + ], + "score": 0.614 + }, + { + "category_id": 1, + "poly": [ + 324, + 415, + 671, + 415, + 671, + 511, + 324, + 511 + ], + "score": 0.558 + }, + { + "category_id": 1, + "poly": [ + 321, + 1342, + 903, + 1342, + 903, + 1403, + 321, + 1403 + ], + "score": 0.531 + }, + { + "category_id": 1, + "poly": [ + 351, + 510, + 1049, + 510, + 1049, + 573, + 351, + 573 + ], + "score": 0.47 + }, + { + "category_id": 1, + "poly": [ + 325, + 844, + 442, + 844, + 442, + 904, + 325, + 904 + ], + "score": 0.45 + }, + { + "category_id": 1, + "poly": [ + 323, + 1404, + 669, + 1404, + 669, + 1501, + 323, + 1501 + ], + "score": 0.444 + }, + { + "category_id": 1, + "poly": [ + 325, + 1855, + 414, + 1855, + 414, + 1883, + 325, + 1883 + ], + "score": 0.435 + }, + { + "category_id": 1, + "poly": [ + 352, + 1825, + 441, + 1825, + 441, + 1852, + 352, + 1852 + ], + "score": 0.396 + }, + { + "category_id": 8, + "poly": [ + 373, + 575, + 1089, + 575, + 1089, + 847, + 373, + 847 + ], + "score": 0.368 + }, + { + "category_id": 1, + "poly": [ + 325, + 1183, + 884, + 1183, + 884, + 1216, + 325, + 1216 + ], + "score": 0.35 + }, + { + "category_id": 8, + "poly": [ + 324, + 415, + 671, + 415, + 671, + 511, + 324, + 511 + ], + "score": 0.311 + }, + { + "category_id": 1, + "poly": [ + 322, + 931, + 1403, + 931, + 1403, + 994, + 322, + 994 + ], + "score": 0.286 + }, + { + "category_id": 8, + "poly": [ + 353, + 1437, + 671, + 1437, + 671, + 1500, + 353, + 1500 + ], + "score": 0.217 + }, + { + "category_id": 0, + "poly": [ + 352, + 1825, + 441, + 1825, + 441, + 1852, + 352, + 1852 + ], + "score": 0.149 + }, + { + "category_id": 1, + "poly": [ + 301, + 229, + 788, + 229, + 788, + 262, + 301, + 262 + ], + "score": 0.111 + }, + { + "category_id": 13, + "poly": [ + 765, + 352, + 942, + 352, + 942, + 387, + 765, + 387 + ], + "score": 0.92, + "latex": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y }" + }, + { + "category_id": 13, + "poly": [ + 804, + 1915, + 989, + 1915, + 989, + 1949, + 804, + 1949 + ], + "score": 0.92, + "latex": "\\theta _ { E , r } , \\theta _ { E , a } , \\theta _ { E , y } )" + }, + { + "category_id": 13, + "poly": [ + 719, + 1342, + 899, + 1342, + 899, + 1376, + 719, + 1376 + ], + "score": 0.92, + "latex": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y }" + }, + { + "category_id": 14, + "poly": [ + 526, + 1230, + 1198, + 1230, + 1198, + 1316, + 526, + 1316 + ], + "score": 0.89, + "latex": "\\left\\{ \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { \\tau _ { m a x } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { l = 1 } ^ { T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } } } \\right\\} _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 572, + 276, + 1019, + 276, + 1019, + 340, + 572, + 340 + ], + "score": 0.88, + "latex": "\\mathcal { D } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 1 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 702, + 1188, + 760, + 1188, + 760, + 1214, + 702, + 1214 + ], + "score": 0.87, + "latex": "\\tau _ { \\mathrm { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 464, + 510, + 904, + 510, + 904, + 572, + 464, + 572 + ], + "score": 0.86, + "latex": "\\boldsymbol { B } = \\left\\{ \\{ \\mathbf { x } _ { t } ^ { ( i ) } , \\mathbf { a } _ { t } ^ { ( i ) } , \\mathbf { y } _ { t + 1 } ^ { ( i ) } \\} _ { t = 0 } ^ { T ^ { ( i ) } } \\cup \\mathbf { v } ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | \\mathcal { B } | }" + }, + { + "category_id": 13, + "poly": [ + 366, + 994, + 503, + 994, + 503, + 1024, + 366, + 1024 + ], + "score": 0.83, + "latex": "i = 1 , . . . , N" + }, + { + "category_id": 13, + "poly": [ + 350, + 444, + 673, + 444, + 673, + 511, + 350, + 511 + ], + "score": 0.83, + "latex": "\\lambda _ { p } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1" + }, + { + "category_id": 13, + "poly": [ + 325, + 1945, + 526, + 1945, + 526, + 1980, + 325, + 1980 + ], + "score": 0.8, + "latex": "\\theta _ { D , r } , \\theta _ { D , a } , \\theta _ { D , y } . ~ )" + }, + { + "category_id": 13, + "poly": [ + 489, + 576, + 1086, + 576, + 1086, + 621, + 489, + 621 + ], + "score": 0.8, + "latex": "\\begin{array} { r } { \\mathcal { L } _ { E , a } ^ { \\mathcal { B } } ( \\theta _ { E , r } , \\theta _ { E , a } ) = \\frac { 1 } { | \\mathcal { B } | } \\sum _ { i \\in { \\mathcal { B } } } \\sum _ { t = 1 } ^ { T ^ { ( \\iota ) } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { E , r } , \\theta _ { E , a } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 396, + 1022, + 566, + 1022, + 566, + 1055, + 396, + 1055 + ], + "score": 0.79, + "latex": "t = 1 , \\ldots , T ^ { ( i ) }" + }, + { + "category_id": 13, + "poly": [ + 351, + 1432, + 673, + 1432, + 673, + 1501, + 351, + 1501 + ], + "score": 0.78, + "latex": "\\overset { \\cdot } { \\lambda _ { p } } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1" + }, + { + "category_id": 13, + "poly": [ + 489, + 389, + 510, + 389, + 510, + 415, + 489, + 415 + ], + "score": 0.76, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 489, + 1378, + 510, + 1378, + 510, + 1404, + 489, + 1404 + ], + "score": 0.75, + "latex": "\\mu" + }, + { + "category_id": 13, + "poly": [ + 490, + 1609, + 1104, + 1609, + 1104, + 1650, + 490, + 1650 + ], + "score": 0.63, + "latex": "\\begin{array} { r } { \\mathcal { L } _ { D , y } ^ { \\mathcal { B } } ( \\theta _ { D , r } , \\theta _ { D , y } ) = \\frac { 1 } { | \\mathcal { B } | } \\sum _ { i \\in \\mathcal { B } } \\sum _ { t = 1 } ^ { \\tau _ { m a x } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , y } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 488, + 625, + 1082, + 625, + 1082, + 671, + 488, + 671 + ], + "score": 0.63, + "latex": "\\begin{array} { r } { \\mathcal { L } _ { E , y } ^ { \\mathcal { B } } ( \\theta _ { E , r } , \\theta _ { E , y } ) = \\frac { 1 } { | \\mathcal { B } | } \\sum _ { i \\in \\mathcal { B } } \\sum _ { t = 1 } ^ { T ^ { ( i ) } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { E , r } , \\theta _ { E , y } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 470, + 1504, + 1067, + 1504, + 1067, + 1559, + 470, + 1559 + ], + "score": 0.59, + "latex": "\\boldsymbol { \\mathcal { B } } = \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\cup \\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\} _ { t = 0 } ^ { \\tau _ { m a x } } \\cup \\{ \\mathbf { v } ^ { ( i ) } \\} \\right\\} _ { i = 1 } ^ { | l | }" + }, + { + "category_id": 13, + "poly": [ + 379, + 1053, + 815, + 1053, + 815, + 1097, + 379, + 1097 + ], + "score": 0.56, + "latex": "\\mathbf { b r } _ { t } ^ { ( i ) } = \\operatorname { e n c o d e r } ( \\bar { \\mathbf { x } } _ { t } ^ { ( i ) } , \\bar { \\mathbf { a } } _ { t - 1 } ^ { ( i ) } , \\mathbf { v } ^ { ( i ) } ; \\boldsymbol { \\theta } _ { E , r } )" + }, + { + "category_id": 14, + "poly": [ + 351, + 1431, + 673, + 1431, + 673, + 1501, + 351, + 1501 + ], + "score": 0.53, + "latex": "\\stackrel { \\cdot } { \\lambda _ { p } } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1" + }, + { + "category_id": 14, + "poly": [ + 351, + 443, + 672, + 443, + 672, + 512, + 351, + 512 + ], + "score": 0.53, + "latex": "\\lambda _ { p } = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1" + }, + { + "category_id": 13, + "poly": [ + 366, + 415, + 542, + 415, + 542, + 444, + 366, + 444 + ], + "score": 0.51, + "latex": "p = 1 , \\ldots , \\operatorname* { m a x }" + }, + { + "category_id": 13, + "poly": [ + 366, + 1404, + 473, + 1404, + 473, + 1434, + 366, + 1434 + ], + "score": 0.5, + "latex": "\\mathrm { p } = 1 , \\ldots" + }, + { + "category_id": 13, + "poly": [ + 379, + 1054, + 473, + 1054, + 473, + 1095, + 379, + 1095 + ], + "score": 0.38, + "latex": "\\mathbf { b r } _ { t } ^ { ( i ) } =" + }, + { + "category_id": 13, + "poly": [ + 486, + 1565, + 1093, + 1565, + 1093, + 1606, + 486, + 1606 + ], + "score": 0.38, + "latex": "\\begin{array} { r } { \\mathcal { L } _ { D , a } ^ { \\mathcal { B } } ( \\theta _ { D , r } , \\theta _ { D , a } ) = \\frac { 1 } { \\left| \\mathcal { B } \\right| } \\sum _ { i \\in { \\mathcal { B } } } \\sum _ { t = 1 } ^ { \\tau _ { m a x } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , a } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 376, + 1439, + 1120, + 1439, + 1120, + 1832, + 376, + 1832 + ], + "score": 0.37, + "latex": "\\begin{array} { r l } & { \\mathrm { ~ \\gamma = \\frac { 2 } { 1 + \\exp ( - 1 0 \\cdot p ) } - 1 } } \\\\ & { \\mathrm { ~ } } \\\\ & { \\mathrm { ~ \\gamma ~ R a t c h ~ } \\mathcal { B } = \\left\\{ \\mathbf { b r } _ { l } ^ { ( i ) } \\ \\bigcup \\left\\{ \\mathbf { y } _ { l + t } ^ { ( i ) } , \\ \\mathbf { a } _ { l + t } ^ { ( i ) } , \\mathbf { y } _ { l + t + 1 } ^ { ( i ) } \\right\\} _ { t = 0 } ^ { \\tau _ { m a x } } \\ | \\ \\mathbf { y } | ^ { ( i ) } \\right\\} _ { i = 1 } ^ { | B | } \\mathrm { ~ i n ~ e ~ } } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , a } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , a } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , a } ) } \\\\ & { \\mathrm { ~ C o m p u t ~ } \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) = \\frac { 1 } { | B | } \\sum _ { i \\in B } \\sum _ { r = 1 } ^ { r _ { m a x } } \\mathcal { L } _ { t , y } ^ { ( i ) } ( \\theta _ { D , r } , \\theta _ { D , y } ) } \\\\ & { \\mathrm { ~ \\ } } \\\\ & { \\theta _ { D , r } \\cdot \\theta _ { D , r } - \\mu \\left( \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } - \\lambda _ { p } \\frac { \\partial \\mathcal { L } _ { D , 0 } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , a } ) } { \\partial \\theta _ { D , r } } \\right) } \\\\ & { \\theta _ { D , y } + \\theta _ { D , y } - \\mu \\frac { \\partial \\mathcal { L } _ { D , y } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , y } ) } { \\partial \\theta _ { D , r } } } \\\\ & { \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac { \\partial \\mathcal { L } _ { D , x } ^ { D } ( \\theta _ { D , r } , \\theta _ { D , x } ) } { \\partial \\theta _ { D , a } } } \\\\ & \\theta _ { D , a } \\gets \\theta _ { D , \\theta } - \\mu \\frac \\end{array}" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 227.0, + 791.0, + 227.0, + 791.0, + 266.0, + 297.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 929.0, + 1403.0, + 929.0, + 1403.0, + 965.0, + 322.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 964.0, + 396.0, + 964.0, + 396.0, + 998.0, + 320.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1179.0, + 701.0, + 1179.0, + 701.0, + 1224.0, + 323.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1179.0, + 888.0, + 1179.0, + 888.0, + 1224.0, + 761.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1820.0, + 448.0, + 1820.0, + 448.0, + 1856.0, + 350.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1909.0, + 803.0, + 1909.0, + 803.0, + 1952.0, + 321.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1909.0, + 1407.0, + 1909.0, + 1407.0, + 1952.0, + 990.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1940.0, + 324.0, + 1940.0, + 324.0, + 1985.0, + 320.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 1940.0, + 539.0, + 1940.0, + 539.0, + 1985.0, + 527.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 258.0, + 571.0, + 258.0, + 571.0, + 351.0, + 308.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.25, + 269.0, + 1015.25, + 269.0, + 1015.25, + 330.0, + 870.25, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 992.0, + 365.0, + 992.0, + 365.0, + 1025.0, + 322.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 992.0, + 545.0, + 992.0, + 545.0, + 1025.0, + 504.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 346.0, + 1016.0, + 395.0, + 1016.0, + 395.0, + 1060.0, + 346.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 1016.0, + 613.0, + 1016.0, + 613.0, + 1060.0, + 567.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 369.0, + 1038.0, + 378.0, + 1038.0, + 378.0, + 1110.0, + 369.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 1038.0, + 819.0, + 1038.0, + 819.0, + 1110.0, + 816.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1086.0, + 447.0, + 1086.0, + 447.0, + 1125.0, + 348.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1120.0, + 419.0, + 1120.0, + 419.0, + 1154.0, + 321.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 1487.0, + 375.0, + 1487.0, + 375.0, + 1571.0, + 336.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1512.0, + 1214.0, + 1512.0, + 1214.0, + 1550.0, + 1121.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 343.0, + 764.0, + 343.0, + 764.0, + 397.0, + 322.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 943.0, + 343.0, + 956.0, + 343.0, + 956.0, + 397.0, + 943.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 378.0, + 488.0, + 378.0, + 488.0, + 422.0, + 322.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 378.0, + 516.0, + 378.0, + 516.0, + 422.0, + 511.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 410.0, + 365.0, + 410.0, + 365.0, + 449.0, + 322.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 410.0, + 668.0, + 410.0, + 668.0, + 449.0, + 543.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.25, + 459.5, + 624.25, + 459.5, + 624.25, + 515.5, + 345.25, + 515.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1335.0, + 718.0, + 1335.0, + 718.0, + 1382.0, + 320.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1369.0, + 488.0, + 1369.0, + 488.0, + 1409.0, + 321.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 1369.0, + 516.0, + 1369.0, + 516.0, + 1409.0, + 511.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 505.0, + 463.0, + 505.0, + 463.0, + 580.0, + 334.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 523.0, + 1049.0, + 523.0, + 1049.0, + 560.0, + 905.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 845.0, + 544.0, + 911.0, + 544.0, + 911.0, + 579.0, + 845.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 507.5, + 914.0, + 507.5, + 914.0, + 557.5, + 762.0, + 557.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 838.0, + 448.0, + 838.0, + 448.0, + 874.0, + 348.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 870.0, + 420.0, + 870.0, + 420.0, + 904.0, + 320.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1400.0, + 365.0, + 1400.0, + 365.0, + 1436.0, + 323.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1400.0, + 657.0, + 1400.0, + 657.0, + 1436.0, + 474.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 345.0, + 1447.5, + 625.0, + 1447.5, + 625.0, + 1505.5, + 345.0, + 1505.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1851.0, + 418.0, + 1851.0, + 418.0, + 1886.0, + 321.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1820.0, + 448.0, + 1820.0, + 448.0, + 1856.0, + 350.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1179.0, + 701.0, + 1179.0, + 701.0, + 1224.0, + 323.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1179.0, + 888.0, + 1179.0, + 888.0, + 1224.0, + 761.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 929.0, + 1403.0, + 929.0, + 1403.0, + 965.0, + 322.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 964.0, + 396.0, + 964.0, + 396.0, + 998.0, + 320.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 227.0, + 791.0, + 227.0, + 791.0, + 266.0, + 297.0, + 266.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1744, + 1407, + 1744, + 1407, + 2036, + 296, + 2036 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 296, + 1515, + 1406, + 1515, + 1406, + 1733, + 296, + 1733 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 296, + 294, + 1407, + 294, + 1407, + 512, + 296, + 512 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 296, + 778, + 1406, + 778, + 1406, + 937, + 296, + 937 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1047, + 1405, + 1047, + 1405, + 1150, + 297, + 1150 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 295, + 1347, + 1405, + 1347, + 1405, + 1412, + 295, + 1412 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 293, + 1270, + 1401, + 1270, + 1401, + 1335, + 293, + 1335 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 294, + 700, + 1404, + 700, + 1404, + 765, + 294, + 765 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 412, + 1424, + 1282, + 1424, + 1282, + 1501, + 412, + 1501 + ], + "score": 0.946 + }, + { + "category_id": 8, + "poly": [ + 689, + 1211, + 1009, + 1211, + 1009, + 1254, + 689, + 1254 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 414, + 951, + 1250, + 951, + 1250, + 1032, + 414, + 1032 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 402, + 571, + 1298, + 571, + 1298, + 686, + 402, + 686 + ], + "score": 0.93 + }, + { + "category_id": 1, + "poly": [ + 289, + 524, + 1356, + 524, + 1356, + 558, + 289, + 558 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 296, + 1162, + 1306, + 1162, + 1306, + 1197, + 296, + 1197 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 817, + 74, + 817, + 105, + 299, + 105 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1217, + 1400, + 1217, + 1400, + 1248, + 1352, + 1248 + ], + "score": 0.9 + }, + { + "category_id": 9, + "poly": [ + 1352, + 976, + 1400, + 976, + 1400, + 1007, + 1352, + 1007 + ], + "score": 0.891 + }, + { + "category_id": 9, + "poly": [ + 1351, + 615, + 1400, + 615, + 1400, + 645, + 1351, + 645 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1446, + 1400, + 1446, + 1400, + 1477, + 1352, + 1477 + ], + "score": 0.873 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 866, + 2088, + 866, + 2113, + 835, + 2113 + ], + "score": 0.869 + }, + { + "category_id": 0, + "poly": [ + 294, + 225, + 1381, + 225, + 1381, + 263, + 294, + 263 + ], + "score": 0.773 + }, + { + "category_id": 8, + "poly": [ + 908, + 953, + 1249, + 953, + 1249, + 1031, + 908, + 1031 + ], + "score": 0.585 + }, + { + "category_id": 13, + "poly": [ + 372, + 1267, + 588, + 1267, + 588, + 1305, + 372, + 1305 + ], + "score": 0.94, + "latex": "\\tilde { C } ( t ) = 5 . 0 m g / m ^ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 1042, + 1517, + 1211, + 1517, + 1211, + 1547, + 1042, + 1547 + ], + "score": 0.94, + "latex": "D _ { \\mathrm { m a x } } = 1 3 \\mathrm { c m }" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1085, + 1182, + 1085, + 1182, + 1121, + 1003, + 1121 + ], + "score": 0.93, + "latex": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}" + }, + { + "category_id": 13, + "poly": [ + 1115, + 1047, + 1189, + 1047, + 1189, + 1086, + 1115, + 1086 + ], + "score": 0.93, + "latex": "\\mu _ { \\beta _ { c } } ^ { \\prime } ( i )" + }, + { + "category_id": 13, + "poly": [ + 298, + 839, + 473, + 839, + 473, + 877, + 298, + 877 + ], + "score": 0.93, + "latex": "S ^ { ( i ) } \\in \\{ 1 , 2 , 3 \\}" + }, + { + "category_id": 13, + "poly": [ + 1241, + 1048, + 1318, + 1048, + 1318, + 1084, + 1241, + 1084 + ], + "score": 0.93, + "latex": "\\mu _ { \\alpha _ { r } } ^ { \\prime } ( i )" + }, + { + "category_id": 14, + "poly": [ + 418, + 951, + 1252, + 951, + 1252, + 1032, + 418, + 1032 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mu _ { \\beta _ { c } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\beta _ { c } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 3 } \\\\ { \\mu _ { \\beta _ { c } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. \\qquad \\mu _ { \\alpha _ { r } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\alpha _ { r } } , \\mathrm { i f } \\mathrm { S } ^ { ( i ) } = 1 } \\\\ { \\mu _ { \\alpha _ { r } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right. } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 480, + 733, + 677, + 733, + 677, + 766, + 480, + 766 + ], + "score": 0.93, + "latex": "e _ { t } \\sim \\mathcal { N } ( 0 , 0 . 0 1 ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 623, + 1910, + 672, + 1910, + 672, + 1944, + 623, + 1944 + ], + "score": 0.92, + "latex": "\\sigma ( \\cdot )" + }, + { + "category_id": 14, + "poly": [ + 415, + 1423, + 1281, + 1423, + 1281, + 1501, + 415, + 1501 + ], + "score": 0.92, + "latex": "p _ { c } ( t ) = \\sigma \\left( \\frac { \\gamma _ { c } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { c } ) \\right) \\qquad p _ { r } ( t ) = \\sigma \\left( \\frac { \\gamma _ { r } } { D _ { \\mathrm { m a x } } } ( \\bar { D } ( t ) - \\delta _ { r } ) \\right) ," + }, + { + "category_id": 14, + "poly": [ + 688, + 1209, + 1009, + 1209, + 1009, + 1253, + 688, + 1253 + ], + "score": 0.92, + "latex": "C ( t ) = \\tilde { C } ( t ) + C ( t - 1 ) / 2 ," + }, + { + "category_id": 14, + "poly": [ + 402, + 570, + 1298, + 570, + 1298, + 687, + 402, + 687 + ], + "score": 0.92, + "latex": "V ( t + 1 ) = \\Big ( 1 + \\underbrace { \\rho \\mathrm { l o g } ( \\frac { K } { V ( t ) } ) } _ { \\mathrm { T u m o r ~ g r o w t h } } - \\underbrace { \\beta _ { c } C ( t ) } _ { \\mathrm { C h e m o t h e r a p y } } - \\underbrace { \\big ( \\alpha _ { r } d ( t ) + \\beta _ { r } d ( t ) ^ { 2 } \\big ) } _ { \\mathrm { R a d i o t h e r a p y } } + \\underbrace { e _ { t } } _ { \\mathrm { N o i s e } } \\Big ) V ( t )" + }, + { + "category_id": 13, + "poly": [ + 373, + 1514, + 431, + 1514, + 431, + 1550, + 373, + 1550 + ], + "score": 0.92, + "latex": "\\bar { D } ( t )" + }, + { + "category_id": 13, + "poly": [ + 300, + 1867, + 375, + 1867, + 375, + 1908, + 300, + 1908 + ], + "score": 0.91, + "latex": "\\frac { 3 D _ { m a x } } { 4 }" + }, + { + "category_id": 13, + "poly": [ + 553, + 1781, + 716, + 1781, + 716, + 1809, + 553, + 1809 + ], + "score": 0.91, + "latex": "\\gamma = \\gamma _ { c } = \\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 996, + 1778, + 1076, + 1778, + 1076, + 1809, + 996, + 1809 + ], + "score": 0.91, + "latex": "\\gamma = 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 1577, + 514, + 1577, + 514, + 1610, + 298, + 1610 + ], + "score": 0.91, + "latex": "\\delta _ { c } = \\delta _ { r } = D _ { \\operatorname* { m a x } } / 2" + }, + { + "category_id": 13, + "poly": [ + 543, + 1548, + 591, + 1548, + 591, + 1580, + 543, + 1580 + ], + "score": 0.91, + "latex": "\\sigma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 546, + 703, + 720, + 703, + 720, + 733, + 546, + 733 + ], + "score": 0.91, + "latex": "K , \\rho , \\beta _ { c } , \\alpha _ { r } , \\beta _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1313, + 1835, + 1405, + 1835, + 1405, + 1870, + 1313, + 1870 + ], + "score": 0.9, + "latex": "\\bar { D } ( t ) =" + }, + { + "category_id": 13, + "poly": [ + 1141, + 1271, + 1298, + 1271, + 1298, + 1305, + 1141, + 1305 + ], + "score": 0.9, + "latex": "d ( t ) = 2 . 0 G y" + }, + { + "category_id": 13, + "poly": [ + 1118, + 1869, + 1404, + 1869, + 1404, + 1911, + 1118, + 1911 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { p _ { c } ( t ) = \\sigma ( \\frac { \\gamma _ { c } } { D _ { m a x } } ( \\bar { D } ( t ) - } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 559, + 1944, + 643, + 1944, + 643, + 1974, + 559, + 1974 + ], + "score": 0.9, + "latex": "\\gamma = 1 0" + }, + { + "category_id": 13, + "poly": [ + 467, + 1053, + 513, + 1053, + 513, + 1082, + 467, + 1082 + ], + "score": 0.89, + "latex": "\\mu _ { \\alpha _ { r } }" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1914, + 1397, + 1914, + 1397, + 1944, + 1327, + 1944 + ], + "score": 0.89, + "latex": "\\gamma = 5" + }, + { + "category_id": 13, + "poly": [ + 544, + 904, + 574, + 904, + 574, + 936, + 544, + 936 + ], + "score": 0.89, + "latex": "\\beta _ { c }" + }, + { + "category_id": 13, + "poly": [ + 767, + 810, + 797, + 810, + 797, + 841, + 767, + 841 + ], + "score": 0.89, + "latex": "\\beta _ { c }" + }, + { + "category_id": 13, + "poly": [ + 466, + 908, + 508, + 908, + 508, + 939, + 466, + 939 + ], + "score": 0.88, + "latex": "\\mu _ { \\beta _ { c } }" + }, + { + "category_id": 13, + "poly": [ + 690, + 1835, + 751, + 1835, + 751, + 1871, + 690, + 1871 + ], + "score": 0.88, + "latex": "\\bar { D } ( t ) ," + }, + { + "category_id": 13, + "poly": [ + 300, + 1909, + 537, + 1909, + 537, + 1944, + 300, + 1944 + ], + "score": 0.88, + "latex": "\\textstyle \\frac { D _ { m a x } } { 2 } ) ) = \\sigma ( 0 . 2 5 \\gamma _ { c } )" + }, + { + "category_id": 13, + "poly": [ + 371, + 1054, + 415, + 1054, + 415, + 1083, + 371, + 1083 + ], + "score": 0.88, + "latex": "\\mu _ { \\beta _ { c } }" + }, + { + "category_id": 13, + "poly": [ + 1180, + 1549, + 1207, + 1549, + 1207, + 1578, + 1180, + 1578 + ], + "score": 0.88, + "latex": "\\delta _ { c }" + }, + { + "category_id": 13, + "poly": [ + 654, + 1942, + 800, + 1942, + 800, + 1976, + 654, + 1976 + ], + "score": 0.87, + "latex": "\\dot { p } _ { c } ( t ) = 0 . 9 2" + }, + { + "category_id": 13, + "poly": [ + 1022, + 1912, + 1092, + 1912, + 1092, + 1944, + 1022, + 1944 + ], + "score": 0.87, + "latex": "\\gamma = 1" + }, + { + "category_id": 13, + "poly": [ + 793, + 908, + 838, + 908, + 838, + 937, + 793, + 937 + ], + "score": 0.87, + "latex": "\\mu _ { \\alpha _ { r } }" + }, + { + "category_id": 13, + "poly": [ + 1261, + 1548, + 1288, + 1548, + 1288, + 1578, + 1261, + 1578 + ], + "score": 0.87, + "latex": "\\delta _ { r }" + }, + { + "category_id": 13, + "poly": [ + 849, + 814, + 882, + 814, + 882, + 840, + 849, + 840 + ], + "score": 0.87, + "latex": "\\alpha _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1102, + 1911, + 1249, + 1911, + 1249, + 1945, + 1102, + 1945 + ], + "score": 0.87, + "latex": "p _ { c } ( t ) = 0 . 5 6" + }, + { + "category_id": 13, + "poly": [ + 512, + 1613, + 580, + 1613, + 580, + 1640, + 512, + 1640 + ], + "score": 0.87, + "latex": "\\gamma _ { c } , \\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1343, + 1669, + 1397, + 1669, + 1397, + 1700, + 1343, + 1700 + ], + "score": 0.87, + "latex": "\\left( A _ { 3 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 874, + 908, + 906, + 908, + 906, + 935, + 874, + 935 + ], + "score": 0.86, + "latex": "\\alpha _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1295, + 1611, + 1326, + 1611, + 1326, + 1640, + 1295, + 1640 + ], + "score": 0.86, + "latex": "\\gamma _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 1128, + 1670, + 1181, + 1670, + 1181, + 1700, + 1128, + 1700 + ], + "score": 0.86, + "latex": "\\left( A _ { 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 815, + 1383, + 843, + 1383, + 843, + 1411, + 815, + 1411 + ], + "score": 0.86, + "latex": "p _ { c }" + }, + { + "category_id": 13, + "poly": [ + 893, + 1383, + 922, + 1383, + 922, + 1411, + 893, + 1411 + ], + "score": 0.85, + "latex": "p _ { r }" + }, + { + "category_id": 13, + "poly": [ + 909, + 1670, + 961, + 1670, + 961, + 1700, + 909, + 1700 + ], + "score": 0.83, + "latex": "( A _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1944, + 444, + 1944, + 444, + 1975, + 298, + 1975 + ], + "score": 0.82, + "latex": "p _ { c } ( t ) = 0 . 7 7" + }, + { + "category_id": 13, + "poly": [ + 1068, + 1813, + 1089, + 1813, + 1089, + 1839, + 1068, + 1839 + ], + "score": 0.81, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 986, + 1948, + 1007, + 1948, + 1007, + 1975, + 986, + 1975 + ], + "score": 0.81, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 774, + 1700, + 824, + 1700, + 824, + 1731, + 774, + 1731 + ], + "score": 0.81, + "latex": "( A _ { 4 } )" + }, + { + "category_id": 14, + "poly": [ + 909, + 951, + 1251, + 951, + 1251, + 1032, + 909, + 1032 + ], + "score": 0.73, + "latex": "\\mu _ { \\alpha _ { r } } ^ { \\prime } ( i ) = \\left\\{ \\begin{array} { l l } { 1 . 1 \\mu _ { \\alpha _ { r } } , \\mathrm { i f } \\mathbf { S } ^ { ( i ) } = 1 } \\\\ { \\mu _ { \\alpha _ { r } } , \\mathrm { o t h e r w i s e } } \\end{array} \\right." + }, + { + "category_id": 13, + "poly": [ + 1038, + 1305, + 1051, + 1305, + 1051, + 1329, + 1038, + 1329 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 853, + 529, + 867, + 529, + 867, + 553, + 853, + 553 + ], + "score": 0.69, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1114, + 1275, + 1128, + 1275, + 1128, + 1299, + 1114, + 1299 + ], + "score": 0.44, + "latex": "t" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 872.0, + 2083.0, + 872.0, + 2124.0, + 829.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 224.0, + 1384.0, + 224.0, + 1384.0, + 264.0, + 293.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1745.0, + 1405.0, + 1745.0, + 1405.0, + 1780.0, + 296.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1776.0, + 552.0, + 1776.0, + 552.0, + 1810.0, + 294.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 1776.0, + 995.0, + 1776.0, + 995.0, + 1810.0, + 717.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 1776.0, + 1405.0, + 1776.0, + 1405.0, + 1810.0, + 1077.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1805.0, + 1067.0, + 1805.0, + 1067.0, + 1842.0, + 294.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 1805.0, + 1407.0, + 1805.0, + 1407.0, + 1842.0, + 1090.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1837.0, + 689.0, + 1837.0, + 689.0, + 1872.0, + 295.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 1837.0, + 1312.0, + 1837.0, + 1312.0, + 1872.0, + 752.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1853.0, + 299.0, + 1853.0, + 299.0, + 1956.0, + 285.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1853.0, + 622.0, + 1853.0, + 622.0, + 1956.0, + 538.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 1853.0, + 1021.0, + 1853.0, + 1021.0, + 1956.0, + 673.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 1853.0, + 1101.0, + 1853.0, + 1101.0, + 1956.0, + 1093.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 1853.0, + 1414.0, + 1853.0, + 1414.0, + 1956.0, + 1405.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1939.0, + 297.0, + 1939.0, + 297.0, + 1981.0, + 291.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 1939.0, + 558.0, + 1939.0, + 558.0, + 1981.0, + 445.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 1939.0, + 653.0, + 1939.0, + 653.0, + 1981.0, + 644.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 1939.0, + 985.0, + 1939.0, + 985.0, + 1981.0, + 801.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1939.0, + 1408.0, + 1939.0, + 1408.0, + 1981.0, + 1008.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1968.0, + 1405.0, + 1968.0, + 1405.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2003.0, + 761.0, + 2003.0, + 761.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1512.0, + 372.0, + 1512.0, + 372.0, + 1553.0, + 293.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1512.0, + 1041.0, + 1512.0, + 1041.0, + 1553.0, + 432.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1512.0, + 1406.0, + 1512.0, + 1406.0, + 1553.0, + 1212.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1547.0, + 542.0, + 1547.0, + 542.0, + 1582.0, + 294.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 1547.0, + 1179.0, + 1547.0, + 1179.0, + 1582.0, + 592.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 1547.0, + 1260.0, + 1547.0, + 1260.0, + 1582.0, + 1208.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1289.0, + 1547.0, + 1406.0, + 1547.0, + 1406.0, + 1582.0, + 1289.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1574.0, + 297.0, + 1574.0, + 297.0, + 1614.0, + 291.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 1574.0, + 1408.0, + 1574.0, + 1408.0, + 1614.0, + 515.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1607.0, + 511.0, + 1607.0, + 511.0, + 1645.0, + 293.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 581.0, + 1607.0, + 1294.0, + 1607.0, + 1294.0, + 1645.0, + 581.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1607.0, + 1407.0, + 1607.0, + 1407.0, + 1645.0, + 1327.0, + 1645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1635.0, + 1409.0, + 1635.0, + 1409.0, + 1676.0, + 291.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1670.0, + 908.0, + 1670.0, + 908.0, + 1705.0, + 295.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1670.0, + 1127.0, + 1670.0, + 1127.0, + 1705.0, + 962.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 1670.0, + 1342.0, + 1670.0, + 1342.0, + 1705.0, + 1182.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1670.0, + 1408.0, + 1670.0, + 1408.0, + 1705.0, + 1398.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1699.0, + 773.0, + 1699.0, + 773.0, + 1736.0, + 295.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 1699.0, + 835.0, + 1699.0, + 835.0, + 1736.0, + 825.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 294.0, + 1405.0, + 294.0, + 1405.0, + 332.0, + 293.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 325.0, + 1405.0, + 325.0, + 1405.0, + 361.0, + 293.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 357.0, + 1408.0, + 357.0, + 1408.0, + 394.0, + 291.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 388.0, + 1408.0, + 388.0, + 1408.0, + 422.0, + 293.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 418.0, + 1405.0, + 418.0, + 1405.0, + 453.0, + 294.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 449.0, + 1408.0, + 449.0, + 1408.0, + 484.0, + 294.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 476.0, + 1369.0, + 476.0, + 1369.0, + 514.0, + 294.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 777.0, + 1406.0, + 777.0, + 1406.0, + 816.0, + 294.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 805.0, + 766.0, + 805.0, + 766.0, + 848.0, + 294.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 805.0, + 848.0, + 805.0, + 848.0, + 848.0, + 798.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 805.0, + 1404.0, + 805.0, + 1404.0, + 848.0, + 883.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 834.0, + 1407.0, + 834.0, + 1407.0, + 885.0, + 474.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 868.0, + 1411.0, + 868.0, + 1411.0, + 913.0, + 294.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 901.0, + 465.0, + 901.0, + 465.0, + 942.0, + 295.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 901.0, + 543.0, + 901.0, + 543.0, + 942.0, + 509.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 901.0, + 792.0, + 901.0, + 792.0, + 942.0, + 575.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 901.0, + 873.0, + 901.0, + 873.0, + 942.0, + 839.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 901.0, + 1206.0, + 901.0, + 1206.0, + 942.0, + 907.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1046.0, + 370.0, + 1046.0, + 370.0, + 1086.0, + 295.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1046.0, + 466.0, + 1046.0, + 466.0, + 1086.0, + 416.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 1046.0, + 1114.0, + 1046.0, + 1114.0, + 1086.0, + 514.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 1046.0, + 1240.0, + 1046.0, + 1240.0, + 1086.0, + 1190.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 1046.0, + 1403.0, + 1046.0, + 1403.0, + 1086.0, + 1319.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1083.0, + 1002.0, + 1083.0, + 1002.0, + 1123.0, + 292.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1083.0, + 1405.0, + 1083.0, + 1405.0, + 1123.0, + 1183.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1115.0, + 401.0, + 1115.0, + 401.0, + 1151.0, + 293.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1346.0, + 1405.0, + 1346.0, + 1405.0, + 1385.0, + 295.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1377.0, + 814.0, + 1377.0, + 814.0, + 1413.0, + 295.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 844.0, + 1377.0, + 892.0, + 1377.0, + 892.0, + 1413.0, + 844.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1377.0, + 1321.0, + 1377.0, + 1321.0, + 1413.0, + 923.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1265.0, + 371.0, + 1265.0, + 371.0, + 1308.0, + 292.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1265.0, + 1113.0, + 1265.0, + 1113.0, + 1308.0, + 589.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 1265.0, + 1140.0, + 1265.0, + 1140.0, + 1308.0, + 1129.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 1265.0, + 1406.0, + 1265.0, + 1406.0, + 1308.0, + 1299.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1299.0, + 1037.0, + 1299.0, + 1037.0, + 1337.0, + 293.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1299.0, + 1062.0, + 1299.0, + 1062.0, + 1337.0, + 1052.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 696.0, + 545.0, + 696.0, + 545.0, + 739.0, + 292.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 696.0, + 1405.0, + 696.0, + 1405.0, + 739.0, + 721.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 729.0, + 479.0, + 729.0, + 479.0, + 769.0, + 293.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 729.0, + 1409.0, + 729.0, + 1409.0, + 769.0, + 678.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 523.0, + 852.0, + 523.0, + 852.0, + 562.0, + 295.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 523.0, + 1359.0, + 523.0, + 1359.0, + 562.0, + 868.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1158.0, + 1312.0, + 1158.0, + 1312.0, + 1206.0, + 291.0, + 1206.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1642, + 1404, + 1642, + 1404, + 1799, + 297, + 1799 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 586, + 1404, + 586, + 1404, + 711, + 296, + 711 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1813, + 1406, + 1813, + 1406, + 1906, + 297, + 1906 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 446, + 1405, + 446, + 1405, + 575, + 297, + 575 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 293, + 1403, + 293, + 1403, + 389, + 296, + 389 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 416, + 1315, + 1279, + 1315, + 1279, + 1411, + 416, + 1411 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 298, + 871, + 1400, + 871, + 1400, + 936, + 298, + 936 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 296, + 1159, + 1404, + 1159, + 1404, + 1224, + 296, + 1224 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 298, + 1237, + 1403, + 1237, + 1403, + 1301, + 298, + 1301 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 450, + 1058, + 1251, + 1058, + 1251, + 1152, + 450, + 1152 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 361, + 723, + 1295, + 723, + 1295, + 815, + 361, + 815 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 620, + 951, + 1078, + 951, + 1078, + 1042, + 620, + 1042 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 1468, + 1403, + 1468, + 1403, + 1533, + 296, + 1533 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 295, + 825, + 1262, + 825, + 1262, + 858, + 295, + 858 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 295, + 1977, + 1413, + 1977, + 1413, + 2035, + 295, + 2035 + ], + "score": 0.925 + }, + { + "category_id": 1, + "poly": [ + 300, + 1421, + 779, + 1421, + 779, + 1455, + 300, + 1455 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 297, + 225, + 857, + 225, + 857, + 263, + 297, + 263 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 298, + 1573, + 1083, + 1573, + 1083, + 1612, + 298, + 1612 + ], + "score": 0.913 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.912 + }, + { + "category_id": 8, + "poly": [ + 409, + 398, + 1287, + 398, + 1287, + 438, + 409, + 438 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1343, + 1400, + 1343, + 1400, + 1375, + 1351, + 1375 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1351, + 1086, + 1400, + 1086, + 1400, + 1118, + 1351, + 1118 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1351, + 978, + 1400, + 978, + 1400, + 1009, + 1351, + 1009 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1351, + 753, + 1400, + 753, + 1400, + 784, + 1351, + 784 + ], + "score": 0.881 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1921, + 1400, + 1921, + 1400, + 1951, + 1352, + 1951 + ], + "score": 0.881 + }, + { + "category_id": 9, + "poly": [ + 1352, + 402, + 1400, + 402, + 1400, + 433, + 1352, + 433 + ], + "score": 0.871 + }, + { + "category_id": 8, + "poly": [ + 332, + 1915, + 1309, + 1915, + 1309, + 1957, + 332, + 1957 + ], + "score": 0.857 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2113, + 834, + 2113 + ], + "score": 0.574 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2113, + 834, + 2113 + ], + "score": 0.216 + }, + { + "category_id": 14, + "poly": [ + 619, + 946, + 1079, + 946, + 1079, + 1045, + 619, + 1045 + ], + "score": 0.95, + "latex": "f ( A _ { t , k } \\mid \\bar { \\mathbf { A } } _ { t - 1 } ) = \\sigma \\Big ( \\sum _ { j = 1 } ^ { k } \\omega _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , j } ) \\Big )" + }, + { + "category_id": 14, + "poly": [ + 417, + 1311, + 1282, + 1311, + 1282, + 1412, + 417, + 1412 + ], + "score": 0.94, + "latex": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\sum _ { k \\in \\{ c , d \\} } \\beta _ { k } ( \\sum _ { n = t } ^ { t + \\tau - 1 } A _ { n , k } ) + 1 _ { 1 } \\mathbf { X } _ { t } + 1 _ { 2 } \\mathbf { X } _ { t - 1 } + 1 _ { 3 } \\mathbf { V }" + }, + { + "category_id": 14, + "poly": [ + 449, + 1054, + 1251, + 1054, + 1251, + 1154, + 449, + 1154 + ], + "score": 0.94, + "latex": "f ( A _ { t , k } \\mid { \\bar { \\mathbf { H } } } _ { t } ) = \\sigma { \\Big ( } \\sum _ { k \\in \\{ c , d \\} } \\phi _ { k } ( \\sum _ { i = 1 } ^ { t - 1 } A _ { t , k } ) + \\mathbf { w } _ { 1 } \\mathbf { X } _ { t } + \\mathbf { w } _ { 2 } \\mathbf { X } _ { t - 1 } + \\mathbf { w } _ { 3 } \\mathbf { V } { \\Big ) }" + }, + { + "category_id": 14, + "poly": [ + 360, + 719, + 1293, + 719, + 1293, + 815, + 360, + 815 + ], + "score": 0.93, + "latex": "S W ( t , \\tau ) = \\prod _ { n = t } ^ { t + \\tau } \\frac { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { f ( \\mathbf { A } _ { n } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } = \\prod _ { n = t } ^ { t + \\tau } \\frac { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } ) } { \\prod _ { k \\in \\{ c , d \\} } f ( A _ { n , k } \\mid \\bar { \\mathbf { A } } _ { n - 1 } , \\bar { \\mathbf { X } } _ { n } , \\mathbf { V } ) } ," + }, + { + "category_id": 13, + "poly": [ + 837, + 1160, + 954, + 1160, + 954, + 1194, + 837, + 1194 + ], + "score": 0.93, + "latex": "k \\in \\{ c , d \\}" + }, + { + "category_id": 13, + "poly": [ + 416, + 1844, + 618, + 1844, + 618, + 1878, + 416, + 1878 + ], + "score": 0.93, + "latex": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]" + }, + { + "category_id": 13, + "poly": [ + 417, + 618, + 617, + 618, + 617, + 652, + 417, + 652 + ], + "score": 0.91, + "latex": "\\mathbf { A } _ { t } = [ A _ { t , c } , A _ { t , d } ]" + }, + { + "category_id": 13, + "poly": [ + 513, + 1192, + 562, + 1192, + 562, + 1225, + 513, + 1225 + ], + "score": 0.91, + "latex": "\\sigma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 372, + 826, + 419, + 826, + 419, + 860, + 372, + 860 + ], + "score": 0.91, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 663, + 448, + 1036, + 448, + 1036, + 482, + 663, + 482 + ], + "score": 0.9, + "latex": "\\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) = [ \\mathbf { a } _ { t } , \\dots \\mathbf { a } _ { t + \\tau - 1 } ]" + }, + { + "category_id": 14, + "poly": [ + 335, + 1914, + 1317, + 1914, + 1317, + 1956, + 335, + 1956 + ], + "score": 0.9, + "latex": "\\begin{array} { r l } { f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { n } } ( \\bar { \\mathbf { A } } _ { t - 1 } ) } & { { } ~ f ( A _ { t , k } \\ \\vert \\ \\bar { \\mathbf { X } } _ { t } , \\bar { \\mathbf { A } } _ { t - 1 } ) = \\mathrm { R N N } _ { S W _ { d } } ( \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , { \\mathbf { V } } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 796, + 508, + 1405, + 508, + 1405, + 544, + 796, + 544 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { \\mathbb { E } \\mathbf { \\hat { ( } } \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 371, + 1424, + 402, + 1424, + 402, + 1454, + 371, + 1454 + ], + "score": 0.88, + "latex": "\\beta _ { \\star }" + }, + { + "category_id": 14, + "poly": [ + 410, + 397, + 1286, + 397, + 1286, + 437, + 410, + 437 + ], + "score": 0.88, + "latex": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } \\mid \\bar { \\mathbf { A } } ( t , t + \\tau - 1 ) = \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) ," + }, + { + "category_id": 13, + "poly": [ + 1019, + 481, + 1085, + 481, + 1085, + 510, + 1019, + 510 + ], + "score": 0.88, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 297, + 540, + 574, + 540, + 574, + 575, + 297, + 575 + ], + "score": 0.88, + "latex": "\\mathbb { E } ( \\mathbf { Y } _ { t + \\tau } [ \\bar { \\mathbf { a } } ( t , t + \\tau - 1 ) ]" + }, + { + "category_id": 13, + "poly": [ + 370, + 1162, + 444, + 1162, + 444, + 1193, + 370, + 1193 + ], + "score": 0.87, + "latex": "\\omega _ { \\star } , \\phi _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 495, + 1165, + 533, + 1165, + 533, + 1191, + 495, + 1191 + ], + "score": 0.87, + "latex": "\\mathbf { w } _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 452, + 1424, + 477, + 1424, + 477, + 1453, + 452, + 1453 + ], + "score": 0.85, + "latex": "{ \\bf l } _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 369, + 455, + 387, + 455, + 387, + 480, + 369, + 480 + ], + "score": 0.81, + "latex": "g" + }, + { + "category_id": 13, + "poly": [ + 1109, + 1817, + 1124, + 1817, + 1124, + 1841, + 1109, + 1841 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1122, + 591, + 1136, + 591, + 1136, + 615, + 1122, + 615 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 578, + 482, + 592, + 482, + 592, + 508, + 578, + 508 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 721, + 1765, + 807, + 1765, + 807, + 1799, + 721, + 1799 + ], + "score": 0.53, + "latex": "( 2 0 1 8 ) ^ { 2 }" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1970.0, + 1409.0, + 1970.0, + 1409.0, + 2015.0, + 326.0, + 2015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 374.0, + 2002.0, + 374.0, + 2036.0, + 293.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 221.0, + 859.0, + 221.0, + 859.0, + 269.0, + 294.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1571.0, + 1085.0, + 1571.0, + 1085.0, + 1617.0, + 292.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1643.0, + 1405.0, + 1643.0, + 1405.0, + 1680.0, + 295.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1672.0, + 1402.0, + 1672.0, + 1402.0, + 1710.0, + 295.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1704.0, + 1404.0, + 1704.0, + 1404.0, + 1742.0, + 295.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1731.0, + 1406.0, + 1731.0, + 1406.0, + 1777.0, + 291.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1765.0, + 720.0, + 1765.0, + 720.0, + 1802.0, + 295.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1765.0, + 818.0, + 1765.0, + 818.0, + 1802.0, + 808.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 588.0, + 1121.0, + 588.0, + 1121.0, + 620.0, + 295.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1137.0, + 588.0, + 1404.0, + 588.0, + 1404.0, + 620.0, + 1137.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 616.0, + 416.0, + 616.0, + 416.0, + 656.0, + 293.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 616.0, + 1410.0, + 616.0, + 1410.0, + 656.0, + 618.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 650.0, + 1402.0, + 650.0, + 1402.0, + 682.0, + 295.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 680.0, + 1026.0, + 680.0, + 1026.0, + 713.0, + 295.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1814.0, + 1108.0, + 1814.0, + 1108.0, + 1847.0, + 295.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1814.0, + 1404.0, + 1814.0, + 1404.0, + 1847.0, + 1125.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1843.0, + 415.0, + 1843.0, + 415.0, + 1882.0, + 294.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1843.0, + 1409.0, + 1843.0, + 1409.0, + 1882.0, + 619.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1875.0, + 1203.0, + 1875.0, + 1203.0, + 1909.0, + 295.0, + 1909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 447.0, + 368.0, + 447.0, + 368.0, + 484.0, + 294.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 447.0, + 662.0, + 447.0, + 662.0, + 484.0, + 388.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 447.0, + 1407.0, + 447.0, + 1407.0, + 484.0, + 1037.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 475.0, + 577.0, + 475.0, + 577.0, + 517.0, + 292.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 475.0, + 1018.0, + 475.0, + 1018.0, + 517.0, + 593.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 475.0, + 1405.0, + 475.0, + 1405.0, + 517.0, + 1086.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 508.0, + 795.0, + 508.0, + 795.0, + 545.0, + 294.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 540.0, + 584.0, + 540.0, + 584.0, + 575.0, + 575.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 294.0, + 1404.0, + 294.0, + 1404.0, + 329.0, + 295.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 328.0, + 1406.0, + 328.0, + 1406.0, + 359.0, + 295.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 358.0, + 1067.0, + 358.0, + 1067.0, + 392.0, + 296.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 871.0, + 1404.0, + 871.0, + 1404.0, + 907.0, + 296.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1143.0, + 904.0, + 1143.0, + 937.0, + 294.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1159.0, + 369.0, + 1159.0, + 369.0, + 1195.0, + 295.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 1159.0, + 494.0, + 1159.0, + 494.0, + 1195.0, + 445.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 1159.0, + 836.0, + 1159.0, + 836.0, + 1195.0, + 534.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 955.0, + 1159.0, + 1407.0, + 1159.0, + 1407.0, + 1195.0, + 955.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1190.0, + 512.0, + 1190.0, + 512.0, + 1229.0, + 294.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1190.0, + 835.0, + 1190.0, + 835.0, + 1229.0, + 563.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1237.0, + 1405.0, + 1237.0, + 1405.0, + 1273.0, + 294.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1269.0, + 668.0, + 1269.0, + 668.0, + 1305.0, + 294.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1467.0, + 1406.0, + 1467.0, + 1406.0, + 1507.0, + 293.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1496.0, + 487.0, + 1496.0, + 487.0, + 1540.0, + 293.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 824.0, + 371.0, + 824.0, + 371.0, + 862.0, + 295.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 824.0, + 1268.0, + 824.0, + 1268.0, + 862.0, + 420.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1421.0, + 370.0, + 1421.0, + 370.0, + 1458.0, + 296.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1421.0, + 451.0, + 1421.0, + 451.0, + 1458.0, + 403.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 1421.0, + 782.0, + 1421.0, + 782.0, + 1458.0, + 478.0, + 1458.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1503, + 1407, + 1503, + 1407, + 1752, + 297, + 1752 + ], + "score": 0.986 + }, + { + "category_id": 5, + "poly": [ + 528, + 1157, + 1171, + 1157, + 1171, + 1383, + 528, + 1383 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search20
Learning rate0.01,0.001,0.0001
Minibatch size256,512,1024
RNN state size1C,2C,4C,8C,16C
Dropout Rate0.1, 0.2, 0.3, 0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0, 4.0
" + }, + { + "category_id": 5, + "poly": [ + 525, + 808, + 1175, + 808, + 1175, + 1033, + 525, + 1033 + ], + "score": 0.978, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.005,0.001
Minibatch size64,128,256
RNN state size0.5C,1C,2C, 3C,4C
Dropout rate0.1, 0.2,0.3,0.4, 0.5
Max Gradient Norm0.5, 1.0, 2.0
" + }, + { + "category_id": 1, + "poly": [ + 297, + 505, + 1404, + 505, + 1404, + 662, + 297, + 662 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 376, + 1403, + 376, + 1403, + 438, + 297, + 438 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 297, + 329, + 1153, + 329, + 1153, + 363, + 297, + 363 + ], + "score": 0.931 + }, + { + "category_id": 8, + "poly": [ + 565, + 275, + 1074, + 275, + 1074, + 316, + 565, + 316 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1114, + 228, + 1114, + 262, + 297, + 262 + ], + "score": 0.927 + }, + { + "category_id": 8, + "poly": [ + 443, + 452, + 1198, + 452, + 1198, + 494, + 443, + 494 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 298, + 74, + 817, + 74, + 817, + 106, + 298, + 106 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 297, + 1436, + 872, + 1436, + 872, + 1472, + 297, + 1472 + ], + "score": 0.909 + }, + { + "category_id": 9, + "poly": [ + 1352, + 281, + 1400, + 281, + 1400, + 311, + 1352, + 311 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1352, + 457, + 1399, + 457, + 1399, + 488, + 1352, + 488 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.855 + }, + { + "category_id": 6, + "poly": [ + 286, + 1069, + 1397, + 1069, + 1397, + 1104, + 286, + 1104 + ], + "score": 0.846 + }, + { + "category_id": 6, + "poly": [ + 296, + 688, + 1402, + 688, + 1402, + 753, + 296, + 753 + ], + "score": 0.784 + }, + { + "category_id": 1, + "poly": [ + 296, + 688, + 1402, + 688, + 1402, + 753, + 296, + 753 + ], + "score": 0.101 + }, + { + "category_id": 14, + "poly": [ + 567, + 275, + 1075, + 275, + 1075, + 315, + 567, + 315 + ], + "score": 0.92, + "latex": "g ( 1 , a ( t , t ) , \\bar { { \\mathbf { H } } } _ { t } ) = { \\mathbf { R } } { \\mathbf { N } } { \\mathbf { N } } _ { E } ( { \\mathbf { a } } _ { t } , \\bar { { \\mathbf { A } } } _ { t - 1 } , \\bar { { \\mathbf { X } } } _ { t } , { \\mathbf { V } } ) ," + }, + { + "category_id": 14, + "poly": [ + 445, + 452, + 1198, + 452, + 1198, + 493, + 445, + 493 + ], + "score": 0.89, + "latex": "g ( \\tau , a ( t , t + \\tau - 1 ) , \\bar { \\mathbf { H } } _ { t } ) = \\mathrm { R N N } _ { D } ( \\mathbf { a } _ { t } , \\ldots , \\mathbf { a } _ { t + \\tau - 1 } , \\bar { \\mathbf { A } } _ { t - 1 } , \\bar { \\mathbf { X } } _ { t } , \\mathbf { V } ) ." + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1435.0, + 877.0, + 1435.0, + 877.0, + 1476.0, + 291.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1064.0, + 1403.0, + 1064.0, + 1403.0, + 1109.0, + 292.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 687.0, + 1409.0, + 687.0, + 1409.0, + 727.0, + 292.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 718.0, + 676.0, + 718.0, + 676.0, + 754.0, + 295.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1504.0, + 1408.0, + 1504.0, + 1408.0, + 1540.0, + 294.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1535.0, + 1407.0, + 1535.0, + 1407.0, + 1571.0, + 294.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1566.0, + 1407.0, + 1566.0, + 1407.0, + 1603.0, + 294.0, + 1603.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1597.0, + 1408.0, + 1597.0, + 1408.0, + 1632.0, + 294.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1630.0, + 1408.0, + 1630.0, + 1408.0, + 1660.0, + 295.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1659.0, + 1407.0, + 1659.0, + 1407.0, + 1693.0, + 294.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1689.0, + 1405.0, + 1689.0, + 1405.0, + 1721.0, + 292.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1720.0, + 933.0, + 1720.0, + 933.0, + 1754.0, + 295.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 507.0, + 1402.0, + 507.0, + 1402.0, + 541.0, + 296.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 535.0, + 1406.0, + 535.0, + 1406.0, + 574.0, + 294.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 566.0, + 1404.0, + 566.0, + 1404.0, + 604.0, + 294.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 596.0, + 1406.0, + 596.0, + 1406.0, + 634.0, + 294.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 628.0, + 1330.0, + 628.0, + 1330.0, + 664.0, + 294.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 373.0, + 1407.0, + 373.0, + 1407.0, + 413.0, + 294.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 406.0, + 497.0, + 406.0, + 497.0, + 441.0, + 295.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 327.0, + 1153.0, + 327.0, + 1153.0, + 366.0, + 295.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 1114.0, + 227.0, + 1114.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 687.0, + 1409.0, + 687.0, + 1409.0, + 727.0, + 292.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 718.0, + 676.0, + 718.0, + 676.0, + 754.0, + 295.0, + 754.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 650, + 1405, + 650, + 1405, + 899, + 297, + 899 + ], + "score": 0.981 + }, + { + "category_id": 5, + "poly": [ + 306, + 1092, + 1394, + 1092, + 1394, + 1346, + 306, + 1346 + ], + "score": 0.98, + "html": "
HyperparameterSearch range encoderSearch range decoder
Iterations ofHyperparameter Search5030
Learning rate0.01,0.001, 0.00010.01,0.001, 0.0001
Minibatch size64,128,256256,512,1024
RNN hidden units0.5C,1C, 2C, 3C, 4CBalancing representation size of encoder
Balancing representation size0.5C,1C,2C,3C,4C0.5C,1C,2C,3C,4C
FC hidden units0.5R,1R,2R,3R,4R0.5R,1R,2R,3R,4R
RNN dropout probability0.1, 0.2, 0.3,0.4, 0.50.1,0.2, 0.3, 0.4, 0.5
" + }, + { + "category_id": 5, + "poly": [ + 524, + 311, + 1175, + 311, + 1175, + 537, + 524, + 537 + ], + "score": 0.979, + "html": "
HyperparameterSearch range
Iterations of Hyperparameter Search50
Learning rate0.01,0.001,0.0001
Minibatch size64,128,256
RNNhidden units0.5C,1C,2C, 3C,4C
FC hidden units0.5C, 1C, 2C, 3C, 4C
RNN dropout probability0.1, 0.2, 0.3, 0.4, 0.5
" + }, + { + "category_id": 1, + "poly": [ + 297, + 915, + 1112, + 915, + 1112, + 947, + 297, + 947 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 297, + 584, + 984, + 584, + 984, + 618, + 297, + 618 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 816, + 75, + 816, + 105, + 300, + 105 + ], + "score": 0.899 + }, + { + "category_id": 6, + "poly": [ + 348, + 224, + 1347, + 224, + 1347, + 258, + 348, + 258 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.847 + }, + { + "category_id": 6, + "poly": [ + 298, + 974, + 1402, + 974, + 1402, + 1038, + 298, + 1038 + ], + "score": 0.778 + }, + { + "category_id": 1, + "poly": [ + 298, + 974, + 1402, + 974, + 1402, + 1038, + 298, + 1038 + ], + "score": 0.092 + }, + { + "category_id": 13, + "poly": [ + 465, + 712, + 604, + 712, + 604, + 747, + 465, + 747 + ], + "score": 0.91, + "latex": "T ^ { ( i ) } - \\tau _ { \\operatorname* { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 295, + 715, + 328, + 715, + 328, + 749, + 295, + 749 + ], + "score": 0.59, + "latex": "( i )" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 582.0, + 986.0, + 582.0, + 986.0, + 622.0, + 292.0, + 622.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": [ + 347.0, + 222.0, + 1350.0, + 222.0, + 1350.0, + 261.0, + 347.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 974.0, + 1406.0, + 974.0, + 1406.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1003.0, + 622.0, + 1003.0, + 622.0, + 1041.0, + 294.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 648.0, + 1406.0, + 648.0, + 1406.0, + 687.0, + 292.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 681.0, + 1405.0, + 681.0, + 1405.0, + 716.0, + 292.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 709.0, + 294.0, + 709.0, + 294.0, + 754.0, + 290.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 709.0, + 464.0, + 709.0, + 464.0, + 754.0, + 329.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 709.0, + 1408.0, + 709.0, + 1408.0, + 754.0, + 605.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 747.0, + 1405.0, + 747.0, + 1405.0, + 781.0, + 294.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 772.0, + 1405.0, + 772.0, + 1405.0, + 815.0, + 291.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 806.0, + 1406.0, + 806.0, + 1406.0, + 842.0, + 291.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 838.0, + 1405.0, + 838.0, + 1405.0, + 871.0, + 295.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 865.0, + 1202.0, + 865.0, + 1202.0, + 902.0, + 294.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 911.0, + 1117.0, + 911.0, + 1117.0, + 953.0, + 293.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 974.0, + 1406.0, + 974.0, + 1406.0, + 1010.0, + 294.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1003.0, + 622.0, + 1003.0, + 622.0, + 1041.0, + 294.0, + 1041.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 22, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 300, + 487, + 1400, + 487, + 1400, + 1158, + 300, + 1158 + ], + "score": 0.984, + "html": "
2=02=12=22=3Y=42=5
Learning rate0.0010.10.0010.010.010.001
Minibatch size64646412864128
RNN hidden units121824182424
Balancing representation size18181218612
FC hidden units181836542448
RNN dropout probability0.10.10.10.20.20.1
=62=7Y=82=9Y=10
Learning rate0.0010.0010.010.0010.01
Minibatch size6464128128128
RNN hidden units2418122424
Balancing representation size1218241812
FC hidden units4872123612
RNN dropout probability0.10.20.10.10.1
Yc=0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size12864
RNN hidden units1212
Balancing representation size1824
FC hidden units3696
RNN dropout probability0.10.1
" + }, + { + "category_id": 5, + "poly": [ + 336, + 1503, + 1365, + 1503, + 1365, + 1950, + 336, + 1950 + ], + "score": 0.982, + "html": "
y=12=2=32=4=5
Learning rate0.0010.0010.0010.0010.001
Minibatch size1024102451210241024
RNN hidden units181218612
Balancing representation size18186183
FC hidden units183618726
RNN dropout probability0.10.20.30.10.1
Yc =0,γr=5 Yc=5,γr=0
Learning rate0.010.001
Minibatch size5121024
RNN hidden units1824
Balancing representation size1812
FC hidden units3624
RNN dropout probability0.10.03
" + }, + { + "category_id": 6, + "poly": [ + 297, + 1339, + 1405, + 1339, + 1405, + 1465, + 297, + 1465 + ], + "score": 0.964 + }, + { + "category_id": 6, + "poly": [ + 296, + 309, + 1405, + 309, + 1405, + 435, + 296, + 435 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.87 + }, + { + "category_id": 13, + "poly": [ + 1141, + 1375, + 1171, + 1375, + 1171, + 1403, + 1141, + 1403 + ], + "score": 0.86, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 1141, + 345, + 1172, + 345, + 1172, + 373, + 1141, + 373 + ], + "score": 0.86, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 345, + 1255, + 345, + 1255, + 373, + 1224, + 373 + ], + "score": 0.85, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 1224, + 1375, + 1255, + 1375, + 1255, + 1403, + 1224, + 1403 + ], + "score": 0.85, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 400, + 406, + 430, + 406, + 430, + 434, + 400, + 434 + ], + "score": 0.85, + "latex": "\\gamma _ { \\star }" + }, + { + "category_id": 13, + "poly": [ + 893, + 375, + 923, + 375, + 923, + 404, + 893, + 404 + ], + "score": 0.85, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 972, + 376, + 1002, + 376, + 1002, + 404, + 972, + 404 + ], + "score": 0.85, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 972, + 1406, + 1002, + 1406, + 1002, + 1434, + 972, + 1434 + ], + "score": 0.85, + "latex": "\\gamma _ { r }" + }, + { + "category_id": 13, + "poly": [ + 893, + 1406, + 923, + 1406, + 923, + 1434, + 893, + 1434 + ], + "score": 0.85, + "latex": "\\gamma _ { c }" + }, + { + "category_id": 13, + "poly": [ + 400, + 1436, + 430, + 1436, + 430, + 1464, + 400, + 1464 + ], + "score": 0.8, + "latex": "\\gamma _ { \\star }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1338.0, + 1406.0, + 1338.0, + 1406.0, + 1375.0, + 292.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1371.0, + 1140.0, + 1371.0, + 1140.0, + 1404.0, + 295.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 1371.0, + 1223.0, + 1371.0, + 1223.0, + 1404.0, + 1172.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 1371.0, + 1405.0, + 1371.0, + 1405.0, + 1404.0, + 1256.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1400.0, + 892.0, + 1400.0, + 892.0, + 1437.0, + 294.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 1400.0, + 971.0, + 1400.0, + 971.0, + 1437.0, + 924.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 1400.0, + 1406.0, + 1400.0, + 1406.0, + 1437.0, + 1003.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1426.0, + 399.0, + 1426.0, + 399.0, + 1470.0, + 293.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1426.0, + 436.0, + 1426.0, + 436.0, + 1470.0, + 431.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 308.0, + 1406.0, + 308.0, + 1406.0, + 345.0, + 293.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 341.0, + 1140.0, + 341.0, + 1140.0, + 374.0, + 295.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 341.0, + 1223.0, + 341.0, + 1223.0, + 374.0, + 1173.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 341.0, + 1405.0, + 341.0, + 1405.0, + 374.0, + 1256.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 370.0, + 892.0, + 370.0, + 892.0, + 407.0, + 294.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 370.0, + 971.0, + 370.0, + 971.0, + 407.0, + 924.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 370.0, + 1406.0, + 370.0, + 1406.0, + 407.0, + 1003.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 397.0, + 399.0, + 397.0, + 399.0, + 438.0, + 294.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 397.0, + 442.0, + 397.0, + 442.0, + 438.0, + 431.0, + 438.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": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 23, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 352, + 1406, + 352, + 1406, + 507, + 297, + 507 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 298, + 600, + 1366, + 600, + 1366, + 1536, + 298, + 1536 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 386, + 1559, + 1310, + 1559, + 1310, + 1593, + 386, + 1593 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.847 + }, + { + "category_id": 0, + "poly": [ + 299, + 297, + 1046, + 297, + 1046, + 328, + 299, + 328 + ], + "score": 0.824 + }, + { + "category_id": 0, + "poly": [ + 298, + 228, + 1093, + 228, + 1093, + 262, + 298, + 262 + ], + "score": 0.769 + }, + { + "category_id": 13, + "poly": [ + 897, + 383, + 1101, + 383, + 1101, + 414, + 897, + 414 + ], + "score": 0.92, + "latex": "\\bar { V _ { m a x } } = 1 \\bar { 1 } 5 0 \\mathrm { c m ^ { 3 } }" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 597.0, + 359.0, + 597.0, + 359.0, + 629.0, + 321.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 598.0, + 716.0, + 598.0, + 716.0, + 627.0, + 681.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 598.0, + 1075.0, + 598.0, + 1075.0, + 627.0, + 1039.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 411.0, + 616.0, + 486.0, + 616.0, + 486.0, + 645.0, + 411.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 770.0, + 616.0, + 845.0, + 616.0, + 845.0, + 645.0, + 770.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1147.0, + 616.0, + 1204.0, + 616.0, + 1204.0, + 645.0, + 1147.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 638.0, + 478.0, + 638.0, + 478.0, + 668.0, + 405.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 638.0, + 836.0, + 638.0, + 836.0, + 668.0, + 763.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 638.0, + 1196.0, + 638.0, + 1196.0, + 668.0, + 1148.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 675.0, + 356.0, + 675.0, + 356.0, + 703.0, + 322.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 675.0, + 715.0, + 675.0, + 715.0, + 702.0, + 681.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 675.0, + 1073.0, + 675.0, + 1073.0, + 703.0, + 1040.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 709.0, + 333.0, + 709.0, + 333.0, + 840.0, + 305.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 709.0, + 692.0, + 709.0, + 692.0, + 843.0, + 660.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 725.0, + 978.0, + 725.0, + 978.0, + 737.0, + 968.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 709.0, + 1051.0, + 709.0, + 1051.0, + 840.0, + 1023.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 753.0, + 355.0, + 753.0, + 355.0, + 780.0, + 323.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 751.0, + 714.0, + 751.0, + 714.0, + 779.0, + 682.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 753.0, + 1073.0, + 753.0, + 1073.0, + 780.0, + 1041.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 772.0, + 980.0, + 772.0, + 980.0, + 790.0, + 966.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 803.0, + 620.0, + 803.0, + 620.0, + 815.0, + 609.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 828.0, + 355.0, + 828.0, + 355.0, + 856.0, + 323.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 829.0, + 713.0, + 829.0, + 713.0, + 855.0, + 685.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 833.0, + 1072.0, + 833.0, + 1072.0, + 856.0, + 1042.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 905.0, + 356.0, + 905.0, + 356.0, + 934.0, + 323.0, + 934.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 923.0, + 378.0, + 923.0, + 378.0, + 936.0, + 362.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 904.0, + 715.0, + 904.0, + 715.0, + 933.0, + 681.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 907.0, + 1073.0, + 907.0, + 1073.0, + 935.0, + 1040.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 947.0, + 372.0, + 947.0, + 372.0, + 958.0, + 362.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 941.0, + 440.0, + 941.0, + 440.0, + 962.0, + 420.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 942.0, + 501.0, + 942.0, + 501.0, + 962.0, + 483.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 944.0, + 563.0, + 944.0, + 563.0, + 960.0, + 547.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 941.0, + 626.0, + 941.0, + 626.0, + 962.0, + 606.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 946.0, + 732.0, + 946.0, + 732.0, + 956.0, + 722.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 943.0, + 797.0, + 943.0, + 797.0, + 960.0, + 781.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 943.0, + 861.0, + 943.0, + 861.0, + 962.0, + 842.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 944.0, + 922.0, + 944.0, + 922.0, + 960.0, + 905.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 942.0, + 984.0, + 942.0, + 984.0, + 962.0, + 965.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 941.0, + 1158.0, + 941.0, + 1158.0, + 961.0, + 1139.0, + 961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1199.0, + 942.0, + 1220.0, + 942.0, + 1220.0, + 962.0, + 1199.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 944.0, + 1279.0, + 944.0, + 1279.0, + 960.0, + 1264.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 942.0, + 1343.0, + 942.0, + 1343.0, + 962.0, + 1324.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 952.0, + 630.0, + 952.0, + 630.0, + 984.0, + 356.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 715.0, + 952.0, + 988.0, + 952.0, + 988.0, + 984.0, + 715.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 952.0, + 1346.0, + 952.0, + 1346.0, + 984.0, + 1074.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1000.0, + 647.0, + 1000.0, + 647.0, + 1034.0, + 337.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 1000.0, + 1016.0, + 1000.0, + 1016.0, + 1033.0, + 685.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1049.0, + 1000.0, + 1367.0, + 1000.0, + 1367.0, + 1033.0, + 1049.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 1099.0, + 540.0, + 1099.0, + 540.0, + 1130.0, + 500.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1118.0, + 665.0, + 1118.0, + 665.0, + 1147.0, + 590.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 1118.0, + 1025.0, + 1118.0, + 1025.0, + 1147.0, + 949.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 585.0, + 1141.0, + 656.0, + 1141.0, + 656.0, + 1169.0, + 585.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 1140.0, + 800.0, + 1140.0, + 800.0, + 1154.0, + 783.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1134.0, + 895.0, + 1134.0, + 895.0, + 1163.0, + 860.0, + 1163.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1140.0, + 1016.0, + 1140.0, + 1016.0, + 1170.0, + 945.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1176.0, + 536.0, + 1176.0, + 536.0, + 1205.0, + 501.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 1181.0, + 742.0, + 1181.0, + 742.0, + 1190.0, + 729.0, + 1190.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1192.0, + 894.0, + 1192.0, + 894.0, + 1219.0, + 860.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 1209.0, + 873.0, + 1209.0, + 873.0, + 1344.0, + 842.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1211.0, + 513.0, + 1211.0, + 513.0, + 1346.0, + 482.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 1221.0, + 806.0, + 1221.0, + 806.0, + 1257.0, + 789.0, + 1257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 1251.0, + 535.0, + 1251.0, + 535.0, + 1279.0, + 502.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1255.0, + 677.0, + 1255.0, + 677.0, + 1266.0, + 668.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 1253.0, + 786.0, + 1253.0, + 786.0, + 1278.0, + 772.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1251.0, + 892.0, + 1251.0, + 892.0, + 1275.0, + 864.0, + 1275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1309.0, + 893.0, + 1309.0, + 893.0, + 1333.0, + 862.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1327.0, + 535.0, + 1327.0, + 535.0, + 1355.0, + 504.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1364.0, + 895.0, + 1364.0, + 895.0, + 1393.0, + 860.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1367.0, + 912.0, + 1367.0, + 912.0, + 1377.0, + 903.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1405.0, + 534.0, + 1405.0, + 534.0, + 1429.0, + 504.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1421.0, + 896.0, + 1421.0, + 896.0, + 1449.0, + 861.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 1422.0, + 912.0, + 1422.0, + 912.0, + 1430.0, + 903.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 1449.0, + 553.0, + 1449.0, + 553.0, + 1459.0, + 542.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 1442.0, + 619.0, + 1442.0, + 619.0, + 1462.0, + 600.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 1443.0, + 681.0, + 1443.0, + 681.0, + 1462.0, + 662.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1447.0, + 742.0, + 1447.0, + 742.0, + 1460.0, + 726.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 1443.0, + 805.0, + 1443.0, + 805.0, + 1464.0, + 786.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 1446.0, + 914.0, + 1446.0, + 914.0, + 1461.0, + 899.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 1442.0, + 978.0, + 1442.0, + 978.0, + 1462.0, + 959.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1445.0, + 1039.0, + 1445.0, + 1039.0, + 1461.0, + 1023.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1447.0, + 1101.0, + 1447.0, + 1101.0, + 1460.0, + 1085.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1443.0, + 1163.0, + 1443.0, + 1163.0, + 1464.0, + 1145.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 538.0, + 1453.0, + 808.0, + 1453.0, + 808.0, + 1487.0, + 538.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1454.0, + 1167.0, + 1454.0, + 1167.0, + 1487.0, + 894.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 1501.0, + 826.0, + 1501.0, + 826.0, + 1536.0, + 517.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1501.0, + 1177.0, + 1501.0, + 1177.0, + 1534.0, + 878.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1316.0, + 695.0, + 1340.0, + 695.0, + 1340.0, + 706.5, + 1316.0, + 706.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 711.0, + 1319.0, + 711.0, + 1319.0, + 719.0, + 1299.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 779.0, + 1344.0, + 779.0, + 1344.0, + 791.0, + 1313.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 1125.0, + 1154.0, + 1125.0, + 1154.0, + 1145.0, + 1150.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1164.5, + 770.0, + 1164.5, + 770.0, + 1173.0, + 744.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 1163.0, + 1150.0, + 1163.0, + 1150.0, + 1168.5, + 1120.0, + 1168.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1557.0, + 1311.0, + 1557.0, + 1311.0, + 1597.0, + 387.0, + 1597.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": [ + 829.0, + 2083.0, + 871.0, + 2083.0, + 871.0, + 2124.0, + 829.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 296.0, + 1047.0, + 296.0, + 1047.0, + 330.0, + 296.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 225.0, + 1094.0, + 225.0, + 1094.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 351.0, + 1403.0, + 351.0, + 1403.0, + 384.0, + 296.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 380.0, + 896.0, + 380.0, + 896.0, + 422.0, + 294.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1102.0, + 380.0, + 1407.0, + 380.0, + 1407.0, + 422.0, + 1102.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 1406.0, + 414.0, + 1406.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 444.0, + 1404.0, + 444.0, + 1404.0, + 477.0, + 296.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 476.0, + 457.0, + 476.0, + 457.0, + 506.0, + 293.0, + 506.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 24, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 486, + 1080, + 1213, + 1080, + 1213, + 1470, + 486, + 1470 + ], + "score": 0.981, + "html": "
γ=1γ=2γ=3γ=4γ=5
T=2RMSN0.90%1.15%1.53%2.14%2.91%
CRN0.84%0.96%1.21%1.46%2.45%
T=3RMSN0.97%1.36%1.87%2.44%3.47%
CRN0.86%0.96%1.47 %1.51%2.84%
T=4RMSN1.24%1.79%2.60%3.33%3.88%
CRN0.91%1.08%1.74%1.76%2.82%
T=5RMSN1.51%2.13%3.06%4.07%4.58%
CRN0.85%1.10%1.73%2.00%3.43%
T=6RMSN2.10%2.89%3.06%4.16%6.32%
CRN1.16%1.52%2.29%2.66%4.91%
" + }, + { + "category_id": 5, + "poly": [ + 426, + 466, + 1272, + 466, + 1272, + 923, + 426, + 923 + ], + "score": 0.98, + "html": "
γ=0γ=1γ=2γ=3γ=4γ=5
Linear (no IPTW)0.99%1.08%1.36%1.68%2.11%2.77%
MSM0.99%1.08%1.34%1.63%2.02%2.61%
RNN CRN(入=0)0.70%0.70%0.84%1.05%1.24%1.69%
RMSN0.66% 0.60%0.77% 0.61%0.92% 0.72%0.95% 0.81%1.24% 0.94%1.54% 1.23%
CRN0.56%0.57%0.62%0.67%0.87%1.20%
γ=6Y=7Y=8Y=9γ=10
Linear (no IPTW)3.55%4.15%4.80%5.09%5.22%
MSM3.30%3.79%4.30%4.47%4.47%
RNN2.03%2.52%2.88%3.79%4.01%
CRN (λ= 0)1.98%2.42%2.73%3.17%
RMSN3.57%
1.70%2.18%2.37%2.77%2.83%
CRN1.48%1.56%2.05%2.36%2.41%
" + }, + { + "category_id": 1, + "poly": [ + 300, + 286, + 1081, + 286, + 1081, + 319, + 300, + 319 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 105, + 299, + 105 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 865, + 2088, + 865, + 2113, + 834, + 2113 + ], + "score": 0.849 + }, + { + "category_id": 6, + "poly": [ + 297, + 347, + 1394, + 347, + 1394, + 412, + 297, + 412 + ], + "score": 0.756 + }, + { + "category_id": 6, + "poly": [ + 298, + 961, + 1404, + 961, + 1404, + 1026, + 298, + 1026 + ], + "score": 0.593 + }, + { + "category_id": 1, + "poly": [ + 298, + 961, + 1404, + 961, + 1404, + 1026, + 298, + 1026 + ], + "score": 0.397 + }, + { + "category_id": 0, + "poly": [ + 302, + 232, + 1108, + 232, + 1108, + 261, + 302, + 261 + ], + "score": 0.37 + }, + { + "category_id": 1, + "poly": [ + 297, + 347, + 1394, + 347, + 1394, + 412, + 297, + 412 + ], + "score": 0.166 + }, + { + "category_id": 13, + "poly": [ + 506, + 1272, + 569, + 1272, + 569, + 1289, + 506, + 1289 + ], + "score": 0.81, + "latex": "\\tau = 4" + }, + { + "category_id": 13, + "poly": [ + 506, + 1342, + 568, + 1342, + 568, + 1360, + 506, + 1360 + ], + "score": 0.8, + "latex": "\\tau = 5" + }, + { + "category_id": 13, + "poly": [ + 1073, + 716, + 1149, + 716, + 1149, + 738, + 1073, + 738 + ], + "score": 0.79, + "latex": "\\gamma = 1 0" + }, + { + "category_id": 13, + "poly": [ + 506, + 1411, + 568, + 1411, + 568, + 1429, + 506, + 1429 + ], + "score": 0.77, + "latex": "\\tau = 6" + }, + { + "category_id": 13, + "poly": [ + 642, + 968, + 660, + 968, + 660, + 990, + 642, + 990 + ], + "score": 0.76, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 972, + 716, + 1036, + 716, + 1036, + 739, + 972, + 739 + ], + "score": 0.75, + "latex": "\\gamma = 9" + }, + { + "category_id": 13, + "poly": [ + 1274, + 969, + 1295, + 969, + 1295, + 995, + 1274, + 995 + ], + "score": 0.74, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 867, + 716, + 930, + 716, + 930, + 738, + 867, + 738 + ], + "score": 0.64, + "latex": "\\gamma = 8" + }, + { + "category_id": 13, + "poly": [ + 1381, + 355, + 1402, + 355, + 1402, + 381, + 1381, + 381 + ], + "score": 0.64, + "latex": "\\gamma" + }, + { + "category_id": 13, + "poly": [ + 765, + 716, + 829, + 716, + 829, + 739, + 765, + 739 + ], + "score": 0.33, + "latex": "\\gamma = 7" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1272, + 1083, + 1272, + 1083, + 1289, + 1017, + 1289 + ], + "score": 0.31, + "latex": "3 . 3 3 \\%" + }, + { + "category_id": 13, + "poly": [ + 664, + 716, + 727, + 716, + 727, + 738, + 664, + 738 + ], + "score": 0.27, + "latex": "\\gamma = 6" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 817.0, + 73.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2121.0, + 830.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 341.0, + 1380.0, + 341.0, + 1380.0, + 387.0, + 292.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 378.0, + 979.0, + 378.0, + 979.0, + 412.0, + 293.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 959.0, + 641.0, + 959.0, + 641.0, + 999.0, + 293.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 959.0, + 1273.0, + 959.0, + 1273.0, + 999.0, + 661.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 959.0, + 1404.0, + 959.0, + 1404.0, + 999.0, + 1296.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 990.0, + 867.0, + 990.0, + 867.0, + 1026.0, + 296.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 1114.0, + 229.0, + 1114.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 282.0, + 1083.0, + 282.0, + 1083.0, + 324.0, + 293.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 959.0, + 641.0, + 959.0, + 641.0, + 999.0, + 293.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 959.0, + 1273.0, + 959.0, + 1273.0, + 999.0, + 661.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 959.0, + 1404.0, + 959.0, + 1404.0, + 999.0, + 1296.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 990.0, + 867.0, + 990.0, + 867.0, + 1026.0, + 296.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 341.0, + 1380.0, + 341.0, + 1380.0, + 387.0, + 292.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 378.0, + 979.0, + 378.0, + 979.0, + 412.0, + 293.0, + 412.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 25, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1050, + 1404, + 1050, + 1404, + 1267, + 297, + 1267 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 294, + 1405, + 294, + 1405, + 452, + 297, + 452 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 301, + 942, + 1398, + 942, + 1398, + 1036, + 301, + 1036 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 297, + 464, + 1403, + 464, + 1403, + 527, + 297, + 527 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 658, + 893, + 1272, + 893, + 1272, + 930, + 658, + 930 + ], + "score": 0.928 + }, + { + "category_id": 8, + "poly": [ + 793, + 817, + 1268, + 817, + 1268, + 851, + 793, + 851 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 442, + 740, + 728, + 740, + 728, + 772, + 442, + 772 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 298, + 75, + 817, + 75, + 817, + 105, + 298, + 105 + ], + "score": 0.901 + }, + { + "category_id": 8, + "poly": [ + 795, + 623, + 1269, + 623, + 1269, + 657, + 795, + 657 + ], + "score": 0.893 + }, + { + "category_id": 1, + "poly": [ + 431, + 545, + 727, + 545, + 727, + 578, + 431, + 578 + ], + "score": 0.883 + }, + { + "category_id": 9, + "poly": [ + 1352, + 895, + 1400, + 895, + 1400, + 925, + 1352, + 925 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1352, + 585, + 1400, + 585, + 1400, + 615, + 1352, + 615 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1352, + 778, + 1400, + 778, + 1400, + 808, + 1352, + 808 + ], + "score": 0.87 + }, + { + "category_id": 9, + "poly": [ + 1352, + 702, + 1400, + 702, + 1400, + 731, + 1352, + 731 + ], + "score": 0.868 + }, + { + "category_id": 9, + "poly": [ + 1352, + 624, + 1400, + 624, + 1400, + 653, + 1352, + 653 + ], + "score": 0.846 + }, + { + "category_id": 9, + "poly": [ + 1352, + 818, + 1400, + 818, + 1400, + 847, + 1352, + 847 + ], + "score": 0.845 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.845 + }, + { + "category_id": 8, + "poly": [ + 786, + 775, + 1269, + 775, + 1269, + 811, + 786, + 811 + ], + "score": 0.814 + }, + { + "category_id": 8, + "poly": [ + 785, + 700, + 1269, + 700, + 1269, + 735, + 785, + 735 + ], + "score": 0.763 + }, + { + "category_id": 0, + "poly": [ + 292, + 228, + 1280, + 228, + 1280, + 262, + 292, + 262 + ], + "score": 0.756 + }, + { + "category_id": 8, + "poly": [ + 658, + 582, + 1271, + 582, + 1271, + 619, + 658, + 619 + ], + "score": 0.719 + }, + { + "category_id": 8, + "poly": [ + 656, + 699, + 1269, + 699, + 1269, + 735, + 656, + 735 + ], + "score": 0.594 + }, + { + "category_id": 8, + "poly": [ + 658, + 623, + 1270, + 623, + 1270, + 657, + 658, + 657 + ], + "score": 0.575 + }, + { + "category_id": 8, + "poly": [ + 784, + 582, + 1268, + 582, + 1268, + 618, + 784, + 618 + ], + "score": 0.201 + }, + { + "category_id": 2, + "poly": [ + 292, + 228, + 1280, + 228, + 1280, + 262, + 292, + 262 + ], + "score": 0.097 + }, + { + "category_id": 13, + "poly": [ + 912, + 466, + 979, + 466, + 979, + 498, + 912, + 498 + ], + "score": 0.92, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 1252, + 1052, + 1319, + 1052, + 1319, + 1084, + 1252, + 1084 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 801, + 1113, + 867, + 1113, + 867, + 1145, + 801, + 1145 + ], + "score": 0.91, + "latex": "\\mathbf { Y } _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 838, + 1205, + 895, + 1205, + 895, + 1237, + 838, + 1237 + ], + "score": 0.91, + "latex": "Y _ { t + \\tau }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1114, + 518, + 1114, + 518, + 1144, + 297, + 1144 + ], + "score": 0.91, + "latex": "t , t + 1 , \\ldots t + \\tau - 1 )" + }, + { + "category_id": 13, + "poly": [ + 790, + 355, + 828, + 355, + 828, + 388, + 790, + 388 + ], + "score": 0.9, + "latex": "\\bar { \\mathbf { H } } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 711, + 1235, + 825, + 1235, + 825, + 1264, + 711, + 1264 + ], + "score": 0.89, + "latex": "\\epsilon = 0 . 0 0 1" + }, + { + "category_id": 13, + "poly": [ + 1180, + 976, + 1250, + 976, + 1250, + 1003, + 1180, + 1003 + ], + "score": 0.89, + "latex": "\\tau = 3" + }, + { + "category_id": 13, + "poly": [ + 297, + 1005, + 475, + 1005, + 475, + 1034, + 297, + 1034 + ], + "score": 0.88, + "latex": "2 \\cdot 3 \\cdot 5 0 = 3 0 0" + }, + { + "category_id": 13, + "poly": [ + 591, + 497, + 624, + 497, + 624, + 523, + 591, + 523 + ], + "score": 0.83, + "latex": "2 \\tau" + }, + { + "category_id": 13, + "poly": [ + 740, + 419, + 789, + 419, + 789, + 450, + 740, + 450 + ], + "score": 0.8, + "latex": "\\left( A _ { 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 1168, + 419, + 1220, + 419, + 1220, + 450, + 1168, + 450 + ], + "score": 0.8, + "latex": "\\left( A _ { 3 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 529, + 419, + 579, + 419, + 579, + 450, + 529, + 450 + ], + "score": 0.78, + "latex": "( A _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 337, + 1087, + 357, + 1087, + 357, + 1110, + 337, + 1110 + ], + "score": 0.78, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 298, + 419, + 349, + 419, + 349, + 450, + 298, + 450 + ], + "score": 0.78, + "latex": "( A _ { 0 } )" + }, + { + "category_id": 13, + "poly": [ + 1013, + 947, + 1027, + 947, + 1027, + 971, + 1013, + 971 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1326, + 362, + 1346, + 362, + 1346, + 385, + 1326, + 385 + ], + "score": 0.76, + "latex": "\\tau" + }, + { + "category_id": 14, + "poly": [ + 652, + 770, + 1274, + 770, + 1274, + 936, + 652, + 936 + ], + "score": 0.62, + "latex": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 2 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 2 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\bf H } _ { t } } \\\\ { \\ldots } & { { } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\quad { \\bf a } _ { t } = A _ { 0 } , { \\bf a } _ { t + 1 } = A _ { 0 } , \\ldots { \\bf a } _ { t + \\tau - 1 } = A _ { 2 } , \\bar { \\bf H } _ { t } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 653, + 577, + 1273, + 577, + 1273, + 747, + 653, + 747 + ], + "score": 0.43, + "latex": "\\begin{array} { r l } { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 1 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf ~ a } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 1 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 0 } , \\bar { \\mathbf { H } } _ { t } } \\\\ { \\mathrm { ~ \\cdot ~ } \\cdot \\cdot } \\\\ { { \\bf Y } _ { t + \\tau } } & { { } | \\mathrm { \\bf \\textup { \\bf ~ a } } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\ldots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 1 } , \\bar { \\mathbf { H } } _ { t } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 657, + 695, + 1273, + 695, + 1273, + 737, + 657, + 737 + ], + "score": 0.25, + "latex": "\\mathbf { Y } _ { t + \\tau } \\quad | \\quad \\mathbf { a } _ { t } = A _ { 0 } , \\mathbf { a } _ { t + 1 } = A _ { 0 } , \\dots \\mathbf { a } _ { t + \\tau - 1 } = A _ { 1 } , \\bar { \\mathbf { H } } _ { t }" + }, + { + "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": [ + 829.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 225.0, + 1282.0, + 225.0, + 1282.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 225.0, + 1282.0, + 225.0, + 1282.0, + 267.0, + 292.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1047.0, + 1251.0, + 1047.0, + 1251.0, + 1089.0, + 294.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1320.0, + 1047.0, + 1405.0, + 1047.0, + 1405.0, + 1089.0, + 1320.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1080.0, + 336.0, + 1080.0, + 336.0, + 1119.0, + 294.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1080.0, + 1405.0, + 1080.0, + 1405.0, + 1119.0, + 358.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 1113.0, + 800.0, + 1113.0, + 800.0, + 1147.0, + 519.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 1113.0, + 1406.0, + 1113.0, + 1406.0, + 1147.0, + 868.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1145.0, + 1405.0, + 1145.0, + 1405.0, + 1176.0, + 296.0, + 1176.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1173.0, + 1406.0, + 1173.0, + 1406.0, + 1208.0, + 295.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1206.0, + 837.0, + 1206.0, + 837.0, + 1240.0, + 295.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1206.0, + 1406.0, + 1206.0, + 1406.0, + 1240.0, + 896.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1235.0, + 710.0, + 1235.0, + 710.0, + 1269.0, + 293.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 1235.0, + 986.0, + 1235.0, + 986.0, + 1269.0, + 826.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 295.0, + 1403.0, + 295.0, + 1403.0, + 329.0, + 296.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 327.0, + 1405.0, + 327.0, + 1405.0, + 361.0, + 296.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 354.0, + 789.0, + 354.0, + 789.0, + 392.0, + 294.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 354.0, + 1325.0, + 354.0, + 1325.0, + 392.0, + 829.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 354.0, + 1406.0, + 354.0, + 1406.0, + 392.0, + 1347.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 388.0, + 1405.0, + 388.0, + 1405.0, + 421.0, + 295.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 416.0, + 297.0, + 416.0, + 297.0, + 455.0, + 292.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 416.0, + 528.0, + 416.0, + 528.0, + 455.0, + 350.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 416.0, + 739.0, + 416.0, + 739.0, + 455.0, + 580.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 416.0, + 1167.0, + 416.0, + 1167.0, + 455.0, + 790.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 416.0, + 1231.0, + 416.0, + 1231.0, + 455.0, + 1221.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 943.0, + 1012.0, + 943.0, + 1012.0, + 977.0, + 296.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 943.0, + 1406.0, + 943.0, + 1406.0, + 977.0, + 1028.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 974.0, + 1179.0, + 974.0, + 1179.0, + 1008.0, + 295.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 974.0, + 1403.0, + 974.0, + 1403.0, + 1008.0, + 1251.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 1005.0, + 659.0, + 1005.0, + 659.0, + 1035.0, + 476.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 461.0, + 911.0, + 461.0, + 911.0, + 503.0, + 295.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 461.0, + 1408.0, + 461.0, + 1408.0, + 503.0, + 980.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 496.0, + 590.0, + 496.0, + 590.0, + 530.0, + 293.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 496.0, + 808.0, + 496.0, + 808.0, + 530.0, + 625.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 737.0, + 728.0, + 737.0, + 728.0, + 777.0, + 440.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 543.0, + 730.0, + 543.0, + 730.0, + 582.0, + 428.0, + 582.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 26, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 693, + 1404, + 693, + 1404, + 970, + 298, + 970 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 294, + 1404, + 294, + 1404, + 480, + 298, + 480 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 494, + 1405, + 494, + 1405, + 679, + 297, + 679 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1318, + 1405, + 1318, + 1405, + 1472, + 297, + 1472 + ], + "score": 0.973 + }, + { + "category_id": 5, + "poly": [ + 592, + 1177, + 1107, + 1177, + 1107, + 1293, + 592, + 1293 + ], + "score": 0.971, + "html": "
T=1T=2T=3 T=4
RMSN2.843.874.464.79
CRN2.683.544.074.67
" + }, + { + "category_id": 1, + "poly": [ + 299, + 985, + 1404, + 985, + 1404, + 1078, + 299, + 1078 + ], + "score": 0.97 + }, + { + "category_id": 6, + "poly": [ + 401, + 1106, + 1293, + 1106, + 1293, + 1140, + 401, + 1140 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 817, + 75, + 817, + 104, + 299, + 104 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.85 + }, + { + "category_id": 0, + "poly": [ + 299, + 225, + 1082, + 225, + 1082, + 262, + 299, + 262 + ], + "score": 0.754 + }, + { + "category_id": 1, + "poly": [ + 299, + 225, + 1082, + 225, + 1082, + 262, + 299, + 262 + ], + "score": 0.095 + }, + { + "category_id": 13, + "poly": [ + 635, + 1112, + 654, + 1112, + 654, + 1134, + 635, + 1134 + ], + "score": 0.72, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 788, + 1021, + 807, + 1021, + 807, + 1043, + 788, + 1043 + ], + "score": 0.67, + "latex": "\\tau" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 1103.0, + 634.0, + 1103.0, + 634.0, + 1142.0, + 399.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 1103.0, + 1299.0, + 1103.0, + 1299.0, + 1142.0, + 655.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 1084.0, + 226.0, + 1084.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 694.0, + 1405.0, + 694.0, + 1405.0, + 727.0, + 297.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 725.0, + 1404.0, + 725.0, + 1404.0, + 758.0, + 296.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 753.0, + 1407.0, + 753.0, + 1407.0, + 791.0, + 291.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 787.0, + 1405.0, + 787.0, + 1405.0, + 820.0, + 296.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 818.0, + 1405.0, + 818.0, + 1405.0, + 851.0, + 294.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 845.0, + 1404.0, + 845.0, + 1404.0, + 885.0, + 292.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 875.0, + 1406.0, + 875.0, + 1406.0, + 914.0, + 292.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 906.0, + 1405.0, + 906.0, + 1405.0, + 943.0, + 295.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 939.0, + 718.0, + 939.0, + 718.0, + 972.0, + 296.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 295.0, + 1405.0, + 295.0, + 1405.0, + 331.0, + 296.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 327.0, + 1405.0, + 327.0, + 1405.0, + 360.0, + 293.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 359.0, + 1402.0, + 359.0, + 1402.0, + 391.0, + 296.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 386.0, + 1406.0, + 386.0, + 1406.0, + 425.0, + 293.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 420.0, + 1404.0, + 420.0, + 1404.0, + 452.0, + 296.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 448.0, + 742.0, + 448.0, + 742.0, + 484.0, + 293.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 494.0, + 1408.0, + 494.0, + 1408.0, + 528.0, + 294.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 527.0, + 1403.0, + 527.0, + 1403.0, + 559.0, + 295.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 553.0, + 1408.0, + 553.0, + 1408.0, + 592.0, + 292.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 585.0, + 1405.0, + 585.0, + 1405.0, + 621.0, + 295.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 618.0, + 1405.0, + 618.0, + 1405.0, + 651.0, + 294.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 649.0, + 1240.0, + 649.0, + 1240.0, + 681.0, + 295.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1318.0, + 1406.0, + 1318.0, + 1406.0, + 1351.0, + 296.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1347.0, + 1403.0, + 1347.0, + 1403.0, + 1380.0, + 295.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1378.0, + 1406.0, + 1378.0, + 1406.0, + 1414.0, + 292.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1410.0, + 1405.0, + 1410.0, + 1405.0, + 1443.0, + 296.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1437.0, + 418.0, + 1437.0, + 418.0, + 1480.0, + 293.0, + 1480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 983.0, + 1405.0, + 983.0, + 1405.0, + 1019.0, + 292.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1016.0, + 787.0, + 1016.0, + 787.0, + 1050.0, + 295.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1016.0, + 1406.0, + 1016.0, + 1406.0, + 1050.0, + 808.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1047.0, + 1103.0, + 1047.0, + 1103.0, + 1081.0, + 295.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 1084.0, + 226.0, + 1084.0, + 267.0, + 294.0, + 267.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 27, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/O0ow9RQW1nP/O0ow9RQW1nP.md b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP.md new file mode 100644 index 0000000000000000000000000000000000000000..9aad1dc408e4807b6f2852f5825b08c9fb166c1d --- /dev/null +++ b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP.md @@ -0,0 +1,441 @@ +# Neurocoder: Learning General-Purpose Computation Using Stored Neural Programs + +Anonymous Author(s) +Affiliation +Address +email + +# Abstract + +Artificial Neural Networks are functionally equivalent to special-purpose computers. Their inter-neuronal connection weights represent the learnt Neural Program that instructs the networks on how to compute the data. However, without storing Neural Programs, they are restricted to only one, overwriting learnt programs when trained on new data. Here we design Neurocoder, a new class of generalpurpose neural networks in which the neural network “codes” itself in a dataresponsive way by composing relevant programs from a set of shareable, modular programs stored in external memory. For the first time, a Neural Program is efficiently treated as a datum in memory. Integrating Neurocoder into current neural architectures, we demonstrate new capacity to learn modular programs, reuse simple programs to build complex ones, handle pattern shifts and remember old programs as new ones are learnt, and show substantial performance improvement in solving object recognition, playing video games and continual learning tasks. + +# 14 1 Introduction + +15 From its inception in 1943 until recently, the fundamental architectures of Artificial Neural Net +16 works remained largely unchanged - a program is executed by passing data through a network of +17 artificial neurons whose inter-neuronal connection weights are learnt through training with data. +18 These inter-neuronal connection weights, or Neural Programs, correspond to a program in modern +19 computers [32]. Memory Augmented Neural Networks (MANN) are an innovative solution allow +20 ing networks to access external memory for manipulating data [11, 12]. But they were still unable +21 to store Neural Programs in such external memory, and this severely limits machine learning. Stor +22 ing inter-neuronal connection weights only in their network does not permit modular separation of +23 Neural programs and is analogous to a computer with one fixed program. Recent works introduce +24 conditional computation via adjusting or activating parts of a network in an input-dependent manner +25 [39, 33, 4, 13, 28], but networks remain monolithic. Current networks forget when retrained, old +26 inter-neuronal connection weights are merged with new ones or erased. +27 The brain is modular, not a monolithic system [8, 6]. Neuroscience research indicates that the brain is +28 divided into functional modules [19, 7, 9]. If the neural program for each module is kept in separate +29 networks, networks proliferate. Modular neural networks, another form of conditional computation, +30 combine the output of multiple expert networks, but as the experts grow, the networks grow drasti +31 cally [20, 14, 35, 29]. This requires huge computational storage and introduces redundancy as these +32 experts do not share common basic programs. +33 A pathway out of this bind is to keep such basic programs in memory and combine them as required. +34 This brings neural networks towards modern general-purpose computers that use the stored-program +35 principle [37, 40] to efficiently access reusable programs in external memory. Here we show how +36 Neurocoder, a new neural framework, introduces a new class of general-purpose conditional compu +37 tation machines in which a neural network can be “coded” in an input-dependent manner. Efficient +38 decomposition of Neural Programs creates shareable modular components that can reconstruct the +39 whole program space. These components change their “shapes” based on training and are stored +40 in an external Program Memory. Then, in a data-responsive way, a Program Controller retrieves +41 relevant components to build the Neural Program. This is analogous to shape-shifting Lego bricks +42 that can be reused to build unlimited shapes and structures (See Appendix Fig. 4). +43 Using adaptive modular components vastly increases the learning capacity of the neural network +44 by allowing re-utilisation of parameters, effectively curbing network growth as programs increase. +45 More importantly, unlike pre-defined sub-networks or modules [20, 1] that combine at activation +46 level, the construction of our modular components is dynamic and performed on the weight space. +47 The Neural Program construction is learnt through training via traditional backpropagation [30] as +48 the architecture is end-to-end differentiable. + +![](images/e389c763e9b4533f0b062c87f24ebd5da2780f7e18d1c6818a55a57ce1880a0c.jpg) +Figure 1: Neurocoder (a) The Main Network uses a working program to compute the output for the input. Here only the final layer of the Main Network is adaptively loaded with the working program $( I )$ . Other layers use traditional Neural Programs as connection weights (fixed-after-training). (b) The Program Controller’s composition network controls access to the Program Memory, emitting queries and interpolating gate control signals in response to the input (2). It then performs recurrent multi-head program attention to the Program Status (3), triggering attention weights to the Singular Programs (4). The attended Singular Programs form an active program using low-rank approximation (5). Residual program produced by the Program Controller’s integration network (6) plus the active program derives the working program. (c) The Program Memory stores the representations (singular programs) required to reconstruct the active program to be used by the Program Controller. Access is controlled through the Program Status including keys $( k )$ , and slot usage $( m )$ that are updated during the training and computation (7). + +# 49 2 Methods + +# 2.1 System overview + +51 A Neurocoder is a neural network (Main Network) coupled to an external Program Memory through +52 a Program Controller. The working program of the Main Network processes the input data to pro +53 duce the output. This working program is “coded” by the Program Controller by creating an input +54 dependent active program from the Program Memory (Fig. 1). The following gives a high-level +55 description of the Neurocoder framework and then the details. + +# 56 Neurocoder stores Singular Value Decomposition of Neural Programs in Program Memory + +57 The Neural Program needs to be stored efficiently in Program Memory. This is challenging as there +58 may be millions of inter-neuronal connection weights, thus storing them directly ([22]) is grossly +59 inefficient. Instead, the Neurocoder forms the basis of a subspace spanned by Neural Programs and +60 stores the singular values and vectors of this subspace in memory slots of the Program Memory +61 (hereafter referred to as singular programs). Based on the input, relevant singular programs are +62 retrieved, a new program is reconstructed and then loaded in the Main Network to process the input. +63 This representational choice significantly reduces the number of stored elements and allows each +64 singular program to effectively represent a unitary function of the active program. + +65 The active program matrix $\mathbf { P }$ can be composed by standard low-rank approximation as + +$$ +\mathbf { P } = \mathbf { U S V } ^ { \mathbf { T } } = \sum _ { n } ^ { r _ { m } } \sigma _ { n } u _ { n } v _ { n } ^ { \top } +$$ + +66 where $\mathbf { U }$ and $\mathbf { V }$ are matrices of the left and right singular vectors, and S the matrix of singular values. +67 $r _ { m }$ is the total number of components we want to retrieve. $\left\{ \sigma _ { n } \right\} _ { n = 1 } ^ { r _ { m } }$ is the attended singular values, +68 {un} mn= and $\{ v _ { n } \} _ { n = 1 } ^ { r _ { m } }$ the attended singular vectors of S, U, and $\mathbf { V }$ , respectively. The Program +69 Memory is crafted as three singular program memories $\{ { \bf M } _ { U } , { \bf M } _ { V } , { \bf M } _ { S } \}$ –each of their memory +70 slot stores a singular component or singular program. The process “codes” the active program +71 using singular programs from the program memories. The coding is conditioned on input $x _ { t }$ , yet +72 we drop index $t$ for notation simplification and leave the details on the computation of $\sigma _ { n } , u _ { n } , v _ { n }$ in +73 Sec. 2.2. +74 The Program Memory also maintains the status for each singular program in terms of access and +75 usage. To access a singular program, program keys $( k )$ are used. These keys are low-dimensional +76 vectors that represent the singular program function and computed by a neural network that ef +77 fectively compresses the singular program. The program usage $( m )$ measures memory utilisation, +78 recording how much a memory slot is used in constructing a program. The components of the +79 Program Memory are summarised in Fig. 1 (c). +80 Recurrent multi-head program attention mechanisms for program storage and retrieval +81 Neural networks use the concept of differentiable attention to access memory [11, 2]. This de +82 fines a weighting distribution over the memory slots essentially weighting the degree to which each +83 memory slot participates in a read or write operation. This is unlike conventional computers that use +84 a unique address to access a single memory slot. +85 Here we use two kinds of attention. First is content-based attention [11, 12] to ensure that the singu +86 lar program is selected based on its functionality and the data input. This is achieved by producing +87 a query vector based on the input and comparing it to the program keys $( k )$ using cosine similarity. +88 Higher cosine similarity scores indicate higher attention weights to the singular programs associated +89 with those program keys. Second, to encourage better memory utilisation, higher attention weights +90 are assigned to slots with lower program usage $( m )$ through usage-based attention [12, 31]. The +91 attention weights from the two schemas are then combined using interpolating gates to compose the +92 final attention weights to the Program Memory. +93 We adapt multi-head attention [11, 38] that applies multiple attentions in parallel to retrieve $H$ singu +94 lar components. Besides, we introduce a recurrent attention mechanism, in which multi-head access +95 is performed recurrently in $J$ steps. The $j$ -th set of $H$ retrieved components is conditioned on the +96 previous ones. This recurrent, multi-head attention allows the composition network to incrementally +97 search for optimal components for building relevant active programs. + +# 98 Neurocoder learns to “code” a relevant working program via training + +99 The structure of the Program Memory and the role of the Program Controller facilitates the au +100 tomatic construction of working programs via training. The Program Controller controls memory +101 access through its composition network that creates the attention weight defining how to weight the +102 singular programs in the memories. A weighted summation of the singular programs results in the +103 attended singular program. Applying the recurrent multi-head attention described earlier, multiple +104 attended singular programs are retrieved to construct an active program (Eq. 1). Then the Program +105 Controller generates a residual program using its integration network, adding to the active program +106 to produce the working program of the Main Network. This addition enables creation of flexible +107 higher-rank working programs, which compensates for the low-rank coding process. The structure +108 of the Program Controller is illustrated in Fig. 1 (b). +109 The singular programs are trained to represent unitary functions necessary for any computation +110 whilst the composition and integration networks are trained to compose the relevant programs for +111 the considering task. As such, beside minimising the task loss, we enforce orthogonality of stored +112 singular vectors by minimising $\mathcal { L } _ { o } = \mathbf { M } _ { U } \mathbf { M } _ { U } ^ { \top } - \mathbf { \bar { I } } + \mathbf { M } _ { V } \mathbf { M } _ { V } ^ { \top } - \mathbf { I }$ . The parameters of the networks, +113 and the stored singular programs are adjusted using gradient training via minimising the total loss + +$$ +\mathscr { L } = \mathcal { L } _ { t a s k } + a \mathcal { L } _ { o } +$$ + +where $\mathcal { L } _ { t a s k }$ represents the supervised task loss and $\mathcal { L } _ { o }$ represents the orthogonal loss weighted by a hyper-parameter $a$ to enforce orthogonality of the singular vectors. + +# 2.2 Attention mechanisms for Program Memory + +117 Here we ddenoted as $w _ { i n } ^ { u , v , \sigma }$ progra)–the a attention mechanintion weight to the $i$ ms used in this paper. Given -th slot of the singular progra $w _ { i n } ^ { u }$ , e $w _ { i n } ^ { v }$ , i $w _ { i n } ^ { \sigma }$ $\mathbf { M } _ { U }$ o, $\mathbf { M } _ { V }$ +119 , we retrieve the $n$ -th singular vector as follows, + +$$ +u _ { n } = \sum _ { i = 1 } ^ { P _ { u } } w _ { i n } ^ { u } \mathbf { M } _ { U } \left( i \right) +$$ + +$$ +v _ { n } = \sum _ { i = 1 } ^ { P _ { v } } w _ { i n } ^ { v } \mathbf { M } _ { V } \left( i \right) +$$ + +120 For the singular values, we need to enforce $\sigma _ { 1 } > \sigma _ { 2 } > . . . > \sigma _ { r _ { m } } > 0$ , thus we retrieve using + +$$ +\sigma _ { n } = \left\{ \begin{array} { l l } { \mathrm { s o f t p l u s } \left( \sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \sigma } \mathbf { M } _ { S } \left( i \right) \right) } & { n = r _ { m } } \\ { \sigma _ { n + 1 } + \mathrm { s o f t p l u s } \left( \sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \sigma } \mathbf { M } _ { S } \left( i \right) \right) } & { n < r _ { m } } \end{array} \right. +$$ + +121 Here, $P _ { u } , P _ { v }$ and $P _ { s }$ are the number of memory slots of $\mathbf { M } _ { U }$ , $\mathbf { M } _ { V }$ and $\mathbf { M } _ { S }$ , respectively. In this +122 paper, we set $P = P _ { u } = P _ { v } = P _ { s }$ as the number of memory slots of the Program Memory. We note +123 that thead ese notations are speci, and an attention step ed for some data input , hence the full notatio $x _ { t }$ and the hould be $n$ later maps to an attention To simplify notations, we +$h$ $j$ $w _ { t i j h } ^ { u , v , \sigma }$ +125 will drop $u , v , \sigma$ from now and describe the computation of a representative $w _ { t i j h }$ for any of the +126 three program memories in the following parts. + +# 127 Recurrent Access to the Program Memory via the composition network + +128 To perform program attention, the Program Controller employs a composition network (denoted +129 as $f _ { \theta } )$ ), which takes the current input $x _ { t }$ and produce program composition control signals $( \pmb { \xi } _ { t } ^ { p } )$ . +130 If $f _ { \theta }$ performs all attentions concurrently via multi-head attention as in [11, 38], it may lead to +131 program collapse [22]. To have a better control of the component formation and alleviate program +132 collapse, we propose to recurrently attend to the program memory. To this end, we implement $f _ { \theta }$ as +133 $\pmb { \xi } _ { t } ^ { p } = \left\{ \pmb { \xi } _ { t j } ^ { p } \right\} _ { j = 1 } ^ { J }$ al network (LST. At access step $j$ M [16]) and let it access the program memory , the recurrent network updates its hidden sta $J$ times, resultin and generates $\xi _ { t j } ^ { p }$ +135 using recurrent dynamics as + +$$ +{ \pmb { \xi } } _ { t j } ^ { p } , h _ { j } = f _ { \theta } \left( x _ { t } , h _ { j - 1 } \right) +$$ + +136 where $h _ { 0 }$ is initialized as zeros and $\xi _ { t j } ^ { p }$ is the program composition control signal at step $j$ that +137 depends on both on the input data $x _ { t }$ and the the previous state $h _ { j - 1 }$ . Particularly, the control signal +138 contains the queries and the interpolation gates for each head to compute the program attention +139 weight: $\pmb { \xi } _ { t j } ^ { p } = \{ q _ { t j h } , g _ { t i j h } \} _ { h = 1 } ^ { H }$ . Here, at each attention step, we perform multi-head attention with +140 $H$ as the number of attention heads and thus, each $\xi _ { t j } ^ { p }$ consists of $H$ pairs of queries and gates. +141 Hence, the total number of retrieved components $\boldsymbol { r } _ { m } = \boldsymbol { \bar { J } } \times \boldsymbol { H }$ and the index $n = j \times H + h$ . + +# 142 Attending to Programs by “Name” + +143 Inspired by the content-based attention mechanism for data memory [11], we use the query to look +144 for the singular programs. In computer programming, to find the appropriate program for some +145 computation, we often refer to the program description or at least the name of the program. Here, we +146 create the “name” for our neural programs by compressing the program content to a low-dimensional +147 key vector. As such, we employ a neural network $( f _ { \varphi } )$ to compute the program memory keys as + +$$ +k _ { i } = f _ { \varphi } \left( \mathbf { M } \left( i \right) \right) +$$ + +148 where $\boldsymbol { k } _ { i } \in \mathbb { R } ^ { K }$ and $i$ is the row index of the program memory. Here, $f _ { \varphi }$ learns to compress each +149 memory slot into a $K$ -dimensional vector. As the singular programs evolve, their keys get updated. +150 In this paper, we update the program keys after each learning iteration during training. +151 Finally the content-based program memory attention $c _ { t i j h }$ is computed using cosine distance be +152 tween the program keys $k _ { i }$ and the queries $q _ { t j h }$ as + +$$ +c _ { t i j h } = \mathrm { s o f t m a x } ^ { ( i ) } \left( \frac { q _ { t j h } \cdot k _ { i } } { \left| \left| q _ { t j h } \right| \right| \cdot \left| \left| k _ { i } \right| \right| } \right) +$$ + +# 153 Making Every Program Count + +154 Similarly to [12, 31], in addition to the content-based attention, we employ a least-used reading +155 strategy to encourage the Program Controller to assign different singular programs to different com +156 ponents. In particular, we calculate the memory usage for each program slot across attentions as +157 + +$$ +m _ { t i j h } = \operatorname* { m a x } _ { \tilde { j } \leq j } \left( w _ { t i \tilde { j } h } \right) +$$ + +158 Since we want to consider only $l _ { I }$ amongst $P$ memory slots that have smallest usages, let $\hat { m } _ { t j h } ^ { l _ { I } }$ +159 denote the value of the $l _ { I }$ -th smallest usage, then the least-used attention is computed as + +$$ +l _ { t i j h } = \left\{ \begin{array} { l l } { \underset { i } { \operatorname* { m a x } } \left( m _ { t i j h } \right) - m _ { t i j h } } & { ; m _ { t i j h } \leq \hat { m } _ { t j h } ^ { l _ { I } } } \\ { 0 } & { ; m _ { t i j h } > \hat { m } _ { t j h } ^ { l _ { I } } } \end{array} \right. +$$ + +160 The final program memory attention is computed as + +$$ +w _ { t i j h } = \mathrm { s i g m o i d } \left( g _ { t i j h } \right) c _ { t i j h } + \left( 1 - \mathrm { s i g m o i d } \left( g _ { t i j h } \right) \right) l _ { t i j h } +$$ + +161 Since the usage record are computed along the memory accesses, the multi-step Neurocoder utilises +162 this attention mechanism better than the single-step Neurocoder, creating different attention styles +163 (see Sec. 3.2). The composition the active program $\mathbf { P } _ { t }$ is illustrated in Appendix’s Fig. 5. + +# 2.3 Program Integration via the integration network + +165 Since the working program $\mathbf { P } _ { t }$ only contains top $r _ { m }$ principal components, it is low-rank and may +166 be not flexible enough for sophisticated computation. We propose to enhance $\mathbf { P } _ { t }$ with a residual +167 program $\mathbf { R } -$ a traditional connection weight trained as the integration network’s parameters, which +168 is constant after training w.r.t $t$ . The residual program represents the sum of the remaining less +169 important components. To this end, we suppress $\mathbf { R }$ with a multiplier that is smaller than $\sigma _ { t r _ { m } } .$ – the +170 smallest singular value of the main components - resulting in the integration formula + +$$ +W _ { t } = \mathbf { P } _ { t } + w _ { t } ^ { r } \sigma _ { t r _ { m } } \mathbf { R } +$$ + +171 where $w _ { t } ^ { r } = \mathrm { s i g m o i d } \left( f _ { \phi } \left( x _ { t } \right) \right)$ is an adaptive gating value that controls the contribution of the +172 residual program. $f _ { \phi }$ is the integration network in the Program Controller and hence, in our imple +173 mentation, the integration control signal sent by the Program Controller is $\lambda _ { t } ^ { p } = \{ w _ { t } ^ { r } , \sigma _ { t r _ { m } } \}$ . We +174 note that in our experiments, the program integration can be disabled ( $W _ { t }$ is directly set to $\mathbf { P } _ { t }$ ) to +175 prove the contribution of $\mathbf { P } _ { t }$ or reduce the number of parameters. The working program $W _ { t }$ is then +176 used by the Main Network to execute the input data $x _ { t }$ (see (Fig. 1 (a))). For example, with linear +177 classifier Main Network, the execution is $y _ { t } = x _ { t } W _ { t }$ . Appendix’s Table 2 summarises the notations +178 used for important parameters of Neurocoder. + +![](images/f992f503335ad0a3f753e1c8f03e87de2fd352b9c040fd798ec6c09805c37c77.jpg) +Figure 2: (a) MNIST test set classification error vs the number of steps $( J )$ in Neurocoder (blue), compared with a linear classifier (red). (b) 1st column: Digit images; Middle column: Single-step attention weights for 30 slots in $\mathbf { M } _ { U }$ (vertical axis) for first 3 singular vectors (horizontal axis) for each digit; Last column: Multi-step attention weights for 10 slots in $\mathbf { M } _ { U }$ (vertical axis) for first 3 singular vectors (horizontal axis). Multi-step attention is able to produce far more diverse patterns with fewer slots - 10 slots compared to single-step 30 slots. (c) Two attention patterns of singlestep Neurocoder. The binary decision tree derived from single-step Neurocoder’s attention patterns. The two patterns across components represent the decisions going up and down across the binary tree. Visualisation for (d) multi-step $J = 5$ , 20 memory slots) and (e) single-step $J = 1$ , 10 memory slots) cases showing while processing a sequence of the polynomial auto-regression task. The Neurocoder’s attentions to $\mathbf { M } _ { U }$ that form the first component of the active program are shown over sequence timesteps (upper) with Neurocoder’s $y _ { t }$ prediction (orange) and ground truth (blue) (lower). The vertical dash green lines separate polynomial chunks. Each chuck represents a local pattern, and thus ideally requires a specific active program to compute the input $x _ { t }$ . Although both predict well, only the multi-step Neurocoder discovers the chunk boundaries, assigning program attention to the first component in accordance with sequence changes. + +# 179 3 Results + +180 To demonstrate the flexibility of Neurocoder framework, we consider different learning paradigms: +181 instance-based, sequential, multi-task and continual learning. We do not focus on breaking perfor +182 mance records by augmenting state-of-the-art models with Neurocoder. Rather our inquiry is on +183 re-coding feed-forward layers with the Neurocoder’s programs and testing on varied data types to +184 demonstrate its intrinsic properties. For some experiments, we include ablation studies. +185 We compare the performance of diverse Main Networks (MN) with and without Neurocoder. We +186 also augment the Main Networks with other recent conditional computing methods, either modular +187 (sparse Mixture of Experts, Neural Stored-program Memory) or monolithic (HyperNets, FiLM) to +188 form stronger baselines across our experiments. In our experiments, we always apply Neurocoder +189 to all layers of multi-layer perceptrons (MLP) or just the final feed-forward layer of deep CNN +190 networks (LeNet, DenseNet, ResNet), RNNs (GRU, LSTM), MANN (NTM). Other competitors +191 such as MOE, NSM, HyperNet and FiLM are applied to the Main Networks in the same manner. + +![](images/7e25b32d05c9ae7db2df1ea7bbd96b41284179be7b8a5c34b278f599cab1c811.jpg) +Figure 3: Learning curves (mean and std. over 5 runs) on representative Atari 2600 games. All baselines are applied to the actor/critic networks in the A3C agent. + +# 192 3.1 Instance-based learning - Object Recognition + +We tested Neurocoder on instance-based learning through classical image classification tasks using MNIST [24] and CIFAR [21] datasets. The first experiment interpreted Neurocoder’s behaviour in classifying digits into 10 classes $( 0 - 9 )$ using linear classifier Main Network. With equivalent model size, Neurocoder using the novel recurrent attention surpasses the performance of the linear classifier [24] by up to $5 \%$ (Fig. 2 (a)). + +To differentiate the input, Neurocoder attends to different components of the active program to guide the decision-making process. Fig. 2 (b) shows single-step and multi-step attention to the first 3 singular vectors for each digit across memory slots. Multi-step attention produces richer patterns compared to single-step Neurocoder that manages only 2 attention weight patterns. + +Fig. 2 (c) illustrates how Neurocoder performs modular learning by showing the attention assignment for top 3 singular vectors as a binary decision tree. Digits under the same parental node share similar attention paths, and thereby similar active programs. Some digits look unique (e.g. 7) resulting in active programs composed of unique attention paths, discriminating themselves early in the decision tree. Some digits (e.g. 0 and 9) share the same attention pattern for the first 3 components and are thus unclassifiable. They can only be distinguished by considering more singular vectors. + +We integrated Neurocoder with deep networks - 5-layer LeNet and 100-layer DenseNet - and tested on CIFAR datasets. Neurocoder significantly outperformed the original Main Networks with performance gain $1 - 5 \%$ . Compared with recent conditional computing models such as sparse Mixture of Experts (MOE [35]) and Neural Stored-program Memory (NSM [22]), Neurocoder required a tenth of the number of parameters and performed better by up to $8 - 1 0 \%$ (see Appendix’s Table 3). + +# 3.2 Sequential learning - Adaption to sequence changes and game playing using reinforcement learning + +Recurrent neural networks (RNN) can learn from sequential data by updating the hidden states of the networks. However, this does not suffice when local patterns shift, as is often the case. We now demonstrate that Neurocoder helps RNNs overcome this limitation by composing diverse programs to handle sequence changes. + +Synthetic polynomial auto-regression We created a simple auto-regression task in which data points are sampled from polynomial function chunks that change over time. The Main Network is a strong RNN–Gated Recurrent Unit (GRU [5]). We found that GRU integrated with a single-step or multi-step Neurocoder converged much faster than all other baselines. The other conditional computing counterparts (HyperNet [13], FiLM [28]) adapt by re-scaling weights or activation of the GRU, which were shown inferior to our modular approach (Appendix’s Fig. 6). + +225 Visualising the first singular vector attention weights in $\mathbf { M } _ { U }$ , we find that the multi-step attention +226 Neurocoder changes its attention following polynomial changes - it attends to the same singular pro +227 gram when processing data from the same polynomial and alters attention for data from a different +228 polynomial (Fig. 2(d)). In contrast, the single-step Neurocoder only changes its attention when +229 there is a remarkable change in $y$ -coordinate values (Fig. 2(e)). Although single-step Neurocoder +230 converges well, it did not discover the underlying structure of the data, and thus underperformed +231 the multi-step Neurocoder. We hypothesise that when recurrence is employed, usage-based atten +232 tion takes effect, stipulating better memory utilisation and diverse attentions over timesteps. We ran +233 multi-step Neurocoder without usage-based attention. The results were worse than the full multi +234 step Neurocoder, which confirms our hypothesis (Appendix’s Fig. 6). + +
MethodMN (MLP[17])MN (MLP ours)NSMNeurocoder
Adam55.16±1.3853.55±1.2754.85±2.8158.46±0.46
Adagrad58.08±1.0657.83±2.7458.42±1.8762.28±4.03
L266.00±3.7364.37±2.4062.83±7.2169.89±1.72
SI64.76±3.0964.41±3.3664.36±2.9967.96±3.22
EWC58.85±2.5958.41±2.3758.12±3.2465.66±1.25
O-EWC57.33±1.4457.78±1.8458.55±3.4073.97±1.50
+ +Table 1: Incremental domain continual learning with Split MNIST. Final test accuracy (mean and std.) over 10 runs. + +Atari game reinforcement learning We used reinforcement learning as a further testbed to show the ability to adapt to environmental changes. We performed experiments on several Atari 2600 games [3] wherein the agent was implemented as the Asynchronous Advantage Actor-Critic (A3C [26]). In the Atari platform, agents are allowed to observe the screen snapshot of the games and act to earn the highest score. We augmented the A3C by employing Neurocoder’s working programs for feed-forward layers of the actor and critic networks, aiming to decompose the policy and value function into singular programs that were selected depending on the game state. + +242 Frostbite and Montezuma’s Revenge. These games are known to be challenging for A3C and other +243 algorithms [26]. We trained A3C and HyperNet-based A3C for over 300 million steps, yet these +244 models did not show any sign of learning, performing equivalently to random agents. For such com +245 plicated environments with sparse rewards, both the monolithic neural networks and the HyperNet’s +246 unstored fast-weights fail to learn (almost zero scores). In contrast, Neurocoder enabled A3C to +247 achieve from 1, 500 to 3, 000 scores on these environments (Fig. 3), confirming the importance of +248 decomposing a complex solution to smaller, simple stored programs. + +# 49 3.3 Multi-task learning - Solving mutliple algorithms simultenously + +Here we explore the modular learning capability of Neurocoder in multi-task setting. Inspired by algorithmic sequencing tasks [22], we created a challenging sequential multi-task benchmark wherein the input sequence is a series of sub-sequences from 4 algorithms: Copy, Repeat Copy, Associative Recall and Priority Sort [11]. Each sub-sequence, following a task identification vector, represents the input for each task. In each input sequence, $n$ tasks were sampled from the set of 4 algorithms randomly with replacement and the output sequences were created correspondingly. + +We trained a MANN–Neural Turing Machine (NTM [11]) Main Network with FiLM, HyperNet and our Neurocoder augmentation on sequences of $n = 4$ tasks, and tested with sequences of $n = 4$ and $n = 8$ tasks. Appendix’s Fig. 7 demonstrates that Neurocoder was performant in both test settings, not only achieving lowest error on $n = 4$ , but also being the only one generalised well to $n = 8$ scenario, which was unseen during training. + +# 3.4 Continual learning $-$ Learning tasks sequentially without catastrophic forgetting + +In continual learning, standard neural networks often suffer from “catastrophic forgetting” in which they cannot retain knowledge acquired from old tasks upon learning new ones [10]. Our Neurocoder offers natural mitigation of such catastrophic forgetting in neural networks by attending to different singular programs whilst learning different tasks. + +In this case, in addition to the Main Network, we examine several continual learning algorithms with and without Neurocoder. These algorithms, including Elastic Weight Consolidation (EWC [41]) and Synaptic Intelligence (SI [41]), work by regularising the loss function and thus can be easily combined with Neurocoder by modifying the loss $\mathcal { L } _ { t a s k }$ . We demonstrate that Neurocoder + +70 can improve these continual learning algorithms without requiring additional assumptions as in other +1 approaches [25, 36, 34] that either utilise task embedding or replay memory. + +Split MNIST We first considered the split MNIST dataset–a standard continual learning benchmark wherein the original MNIST was split into a 5 2-way classification tasks, consecutively presented to a Multi-layer Perceptron Main Network (MLP). We followed the benchmarking as in [17] in which various optimisers and state-of-the-art continual learning methods were examined under incremental task and domain scenarios. We measured the performance of the MLP versus Neurocoder and NSM under each continual learning method. In both scenarios, Neurocoder was compatible with all continual leaning methods, demonstrating superior performance over MLP and NSM with performance gain between 1 to $1 6 \%$ (see Appendix’s Table 5 and 1). + +280 Split CIFAR We verified the scalability of Neurocoder to more challenging datasets. We split +281 CIFAR datasets as in the split MNIST, resulting in 5-task 2-way split CIFAR10 and a 20-task 5-way +282 split CIFAR100. We used Main Network ResNet [15]–a very deep CNN architecture. +283 When we stressed the orthogonal loss $a = 1 0$ ) and used bigger program memory (100 slots), Neu +284 rocoder improved ResNet classification by $1 5 \%$ and $1 0 \%$ on CIFAR10 and CIFAR100, respectively. +285 When we integrated Neurocoder with Synaptic Intelligence (SI [41]), the performance was further +286 improved, maintaining a stable performance above $8 0 \%$ accuracy for CIFAR10 and outperforming +287 using SI alone by $1 0 \%$ for CIFAR100 (see Appendix’s Fig. 8). + +# 288 4 Discussion + +Our experiments demonstrate that Neurocoder is capable of re-coding Neural Programs in distinctive neural networks, amplifying their capabilities in diverse learning scenarios: instance-based, sequential, multi-task and continual learning. This consistently results in significant performance increase, and further creates novel robustness to pattern shift and catastrophic forgetting. This ability for each architecture to re-code itself is made possible without changing the way it is trained, or majorly increasing the number of parameters it needs to learn (see Appendix Table 7). + +The MNIST problem illustrates the reasoning process of Neurocoder when classifying digit images wherein its singular program assignment resembles a binary tree decision-making process - it shows how some singular programs are shared, others are not. The polynomial auto-regression problem highlights the importance of efficient memory utilisation in re-constructing the working program enabling discovery of hidden structures in sequential data. Training our framework with reinforcement learning, we enable neural agents to solve complex games wherein traditional methods fail or learn slowly. Neurocoder also works well with multi-task setting, as shown in the challenging multi-algorithm benchmark. Finally, continual learning problems show that Neurocoder mitigates catastrophic forgetting efficiently under different learning settings/algorithms. + +304 Our solution offers a single framework that is scalable and adaptable to various problems and learn +305 ing paradigms. Unlike previous attempts to employ a bank of separate big programs [20, 35, 22], +306 Neurocoder maintains only shareable, smaller components that can reconstruct the whole program +307 space, thereby heavily utilising the parameters and preventing the model from proliferating. We +308 note that Neurocoder is orthogonal to approaches employing tensor decomposition to reduce the +309 number of parameters or hasten the computation [27, 23]. Neurocoder composes rather than decom +310 pose the neural weights. Our aim is not only to enable efficient parameter usage, but also achieve +311 general-purpose computing power, outperforming other methods in numerous learning problems. +312 One limitation of this work is the number of additional hyperparameters, which prevents us from +313 fully tuning Neurocoder. Our research aims to add new capabilities to current neural networks to +314 improve their performance and make them robust in different learning scenario. Hence, we do +315 not see any intermediate negative societal impact. In future work, we will extend Neurocoder’s +316 application beyond feed-forward layers. It would be interesting to efficiently replace all neural layers +317 including CNN or Transformer by Neurocoder’s programs. We can also further extend Neurocoder’s +318 ability by allowing a growing Program Memory, in which the model decides to add or erase memory +319 slots as the number of data patterns grows or shrinks beyond the current program space’s capacity. +320 Such a system represents a more flexible general-purpose computer that can dynamically allocate +321 computing resources by itself without human pre-specification. + +References +[1] Jacob Andreas, Marcus Rohrbach, Trevor Darrell, and Dan Klein. Neural module networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 39–48, 2016. +[2] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In International Conference on Learning Representations, 2015. +[3] Marc G Bellemare, Yavar Naddaf, Joel Veness, and Michael Bowling. The arcade learning environment: An evaluation platform for general agents. Journal of Artificial Intelligence Research, 47:253–279, 2013. +[4] Yoshua Bengio, Nicholas Léonard, and Aaron Courville. Estimating or propagating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013. +[5] Kyunghyun Cho, Bart van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder– decoder for statistical machine translation. In Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 1724–1734. Association for Computational Linguistics, October 2014. +[6] JC Eccles. The modular operation of the cerebral neocortex considered as the material basis of mental events. Neuroscience, 6(10):1839–1855, 1981. +[7] Gerald M Edelman. Neural darwinism: selection and reentrant signaling in higher brain function. Neuron, 10(2):115–125, 1993. +[8] Gerald M Edelman and Vernon B Mountcastle. The mindful brain: cortical organization and the group-selective theory of higher brain function. Massachusetts Inst of Technology Pr, 1978. +[9] Richard SJ Frackowiak. Human brain function. Elsevier, 2004. +[10] Robert M French. Catastrophic forgetting in connectionist networks. Trends in cognitive sciences, 3(4):128–135, 1999. +[11] Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint arXiv:1410.5401, 2014. +[12] Alex Graves, Greg Wayne, Malcolm Reynolds, Tim Harley, Ivo Danihelka, Agnieszka Grabska-Barwinska, Sergio Gómez Colmenarejo, Edward Grefenstette, Tiago Ramalho, John ´ Agapiou, et al. Hybrid computing using a neural network with dynamic external memory. Nature, 538(7626):471–476, 2016. +[13] David Ha, Andrew M. Dai, and Quoc V. Le. Hypernetworks. In International Conference on Learning Representations, 2017. +[14] Bart LM Happel and Jacob MJ Murre. Design and evolution of modular neural network architectures. Neural networks, 7(6-7):985–1004, 1994. +[15] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. +[16] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):1735–1780, 1997. +[17] Yen-Chang Hsu, Yen-Cheng Liu, Anita Ramasamy, and Zsolt Kira. Re-evaluating continual learning scenarios: A categorization and case for strong baselines. In NeurIPS Continual learning Workshop, 2018. +[18] Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely connected convolutional networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 4700–4708, 2017. +[19] D.H. Hubel. Eye, Brain, and Vision. Scientific American Library series. Scientific American Library, 1988. +[20] Robert A Jacobs, Michael I Jordan, Steven J Nowlan, and Geoffrey E Hinton. Adaptive mixtures of local experts. Neural computation, 3(1):79–87, 1991. +[21] Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images. TR-2009, 2009. +[22] Hung Le, Truyen Tran, and Svetha Venkatesh. Neural stored-program memory. In International Conference on Learning Representations, 2020. +[23] V Lebedev, Y Ganin, M Rakhuba, I Oseledets, and V Lempitsky. Speeding-up convolutional neural networks using fine-tuned cp-decomposition. In International Conference on Learning Representations, 2015. +[24] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998. +[25] David Lopez-Paz and Marc’Aurelio Ranzato. Gradient episodic memory for continual learning. In Advances in neural information processing systems, pages 6467–6476, 2017. +[26] Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement learning. In International conference on machine learning, pages 1928–1937, 2016. +[27] Alexander Novikov, Dmitrii Podoprikhin, Anton Osokin, and Dmitry P Vetrov. Tensorizing neural networks. In Advances in neural information processing systems, pages 442–450, 2015. +[28] Ethan Perez, Florian Strub, Harm De Vries, Vincent Dumoulin, and Aaron Courville. FiLM: Visual Reasoning with a General Conditioning Layer. In AAAI Conference on Artificial Intelligence, New Orleans, United States, February 2018. +[29] Clemens Rosenbaum, Tim Klinger, and Matthew Riemer. Routing networks: Adaptive selection of non-linear functions for multi-task learning. In International Conference on Learning Representations, 2018. +[30] David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by back-propagating errors. Nature, 323(6088):533–536, 1986. +[31] Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, and Timothy Lillicrap. Meta-learning with memory-augmented neural networks. In International conference on machine learning, pages 1842–1850, 2016. +[32] Jürgen Schmidhuber. Making the world differentiable: On using self-supervised fully recurrent neural networks for dynamic reinforcement learning and planning in non-stationary environm nts. TR FKI-126-90, 1990. +[33] Jürgen Schmidhuber. Learning to control fast-weight memories: An alternative to dynamic recurrent networks. Neural Computation, 4(1):131–139, 1992. +[34] Joan Serra, Didac Suris, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic forgetting with hard attention to the task. In International Conference on Machine Learning, pages 4548–4557, 2018. +[35] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc V. Le, Geoffrey E. Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-ofexperts layer. In International Conference on Learning Representations, 2017. +[36] Hanul Shin, Jung Kwon Lee, Jaehong Kim, and Jiwon Kim. Continual learning with deep generative replay. In Advances in Neural Information Processing Systems, pages 2990–2999, 2017. +[37] A.M Turing. On computable numbers, with an application to the entscheidungsproblem. In Proceedings of the London Mathematical Society, 1936. +[38] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in neural information processing systems, pages 5998–6008, 2017. +[39] Christoph von der Malsburg. The correlation theory of brain function, 1981. +[40] John Von Neumann. First draft of a report on the edvac. IEEE Annals of the History of Computing, 15(4):27–75, 1993. +[41] Friedemann Zenke, Ben Poole, and Surya Ganguli. Continual learning through synaptic intelligence. Proceedings of machine learning research, 70:3987, 2017. + +1. For all authors... + +(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] +(b) Did you describe the limitations of your work? [Yes] See Discussion and Appendix’s "Training procedure and hyper-parameter selections." +(c) Did you discuss any potential negative societal impacts of your work? [Yes] See Discussion. +(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] + +2. If you are including theoretical results... + +(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] + +3. If you ran experiments... + +(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [No] Data is public, provided with link. Code will be avaialble after published. All training details are available and can be used to implement and reproduce the results. +(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] See Appendix’s "Training procedure and hyper-parameter selections." +(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] See Experimental Results. +(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [Yes] See Appendix’s "Training procedure and hyper-parameter selections. + +4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... + +(a) If your work uses existing assets, did you cite the creators? [Yes] +(b) Did you mention the license of the assets? [No] All assets are public. We will mention the license detail after the paper is published. +(c) Did you include any new assets either in the supplemental material or as a URL? [No] +(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [No] +(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [No] + +5. If you used crowdsourcing or conducted research with human subjects... + +(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] +(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] +(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] \ No newline at end of file diff --git a/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_content_list.json b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..f5cfb3cea0bbeb259c5cc7308f87957583e1e439 --- /dev/null +++ b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_content_list.json @@ -0,0 +1,1216 @@ +[ + { + "type": "text", + "text": "Neurocoder: Learning General-Purpose Computation Using Stored Neural Programs ", + "text_level": 1, + "bbox": [ + 228, + 122, + 769, + 172 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous Author(s) \nAffiliation \nAddress \nemail ", + "bbox": [ + 423, + 226, + 578, + 281 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Abstract ", + "text_level": 1, + "bbox": [ + 462, + 318, + 535, + 334 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Artificial Neural Networks are functionally equivalent to special-purpose computers. Their inter-neuronal connection weights represent the learnt Neural Program that instructs the networks on how to compute the data. However, without storing Neural Programs, they are restricted to only one, overwriting learnt programs when trained on new data. Here we design Neurocoder, a new class of generalpurpose neural networks in which the neural network “codes” itself in a dataresponsive way by composing relevant programs from a set of shareable, modular programs stored in external memory. For the first time, a Neural Program is efficiently treated as a datum in memory. Integrating Neurocoder into current neural architectures, we demonstrate new capacity to learn modular programs, reuse simple programs to build complex ones, handle pattern shifts and remember old programs as new ones are learnt, and show substantial performance improvement in solving object recognition, playing video games and continual learning tasks. ", + "bbox": [ + 148, + 348, + 766, + 529 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "14 1 Introduction ", + "text_level": 1, + "bbox": [ + 148, + 553, + 310, + 570 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "15 From its inception in 1943 until recently, the fundamental architectures of Artificial Neural Net \n16 works remained largely unchanged - a program is executed by passing data through a network of \n17 artificial neurons whose inter-neuronal connection weights are learnt through training with data. \n18 These inter-neuronal connection weights, or Neural Programs, correspond to a program in modern \n19 computers [32]. Memory Augmented Neural Networks (MANN) are an innovative solution allow \n20 ing networks to access external memory for manipulating data [11, 12]. But they were still unable \n21 to store Neural Programs in such external memory, and this severely limits machine learning. Stor \n22 ing inter-neuronal connection weights only in their network does not permit modular separation of \n23 Neural programs and is analogous to a computer with one fixed program. Recent works introduce \n24 conditional computation via adjusting or activating parts of a network in an input-dependent manner \n25 [39, 33, 4, 13, 28], but networks remain monolithic. Current networks forget when retrained, old \n26 inter-neuronal connection weights are merged with new ones or erased. \n27 The brain is modular, not a monolithic system [8, 6]. Neuroscience research indicates that the brain is \n28 divided into functional modules [19, 7, 9]. If the neural program for each module is kept in separate \n29 networks, networks proliferate. Modular neural networks, another form of conditional computation, \n30 combine the output of multiple expert networks, but as the experts grow, the networks grow drasti \n31 cally [20, 14, 35, 29]. This requires huge computational storage and introduces redundancy as these \n32 experts do not share common basic programs. \n33 A pathway out of this bind is to keep such basic programs in memory and combine them as required. \n34 This brings neural networks towards modern general-purpose computers that use the stored-program \n35 principle [37, 40] to efficiently access reusable programs in external memory. Here we show how \n36 Neurocoder, a new neural framework, introduces a new class of general-purpose conditional compu \n37 tation machines in which a neural network can be “coded” in an input-dependent manner. Efficient \n38 decomposition of Neural Programs creates shareable modular components that can reconstruct the \n39 whole program space. These components change their “shapes” based on training and are stored \n40 in an external Program Memory. Then, in a data-responsive way, a Program Controller retrieves \n41 relevant components to build the Neural Program. This is analogous to shape-shifting Lego bricks \n42 that can be reused to build unlimited shapes and structures (See Appendix Fig. 4). \n43 Using adaptive modular components vastly increases the learning capacity of the neural network \n44 by allowing re-utilisation of parameters, effectively curbing network growth as programs increase. \n45 More importantly, unlike pre-defined sub-networks or modules [20, 1] that combine at activation \n46 level, the construction of our modular components is dynamic and performed on the weight space. \n47 The Neural Program construction is learnt through training via traditional backpropagation [30] as \n48 the architecture is end-to-end differentiable. ", + "bbox": [ + 147, + 584, + 825, + 751 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 756, + 825, + 840 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 845, + 823, + 901 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/e389c763e9b4533f0b062c87f24ebd5da2780f7e18d1c6818a55a57ce1880a0c.jpg", + "image_caption": [ + "Figure 1: Neurocoder (a) The Main Network uses a working program to compute the output for the input. Here only the final layer of the Main Network is adaptively loaded with the working program $( I )$ . Other layers use traditional Neural Programs as connection weights (fixed-after-training). (b) The Program Controller’s composition network controls access to the Program Memory, emitting queries and interpolating gate control signals in response to the input (2). It then performs recurrent multi-head program attention to the Program Status (3), triggering attention weights to the Singular Programs (4). The attended Singular Programs form an active program using low-rank approximation (5). Residual program produced by the Program Controller’s integration network (6) plus the active program derives the working program. (c) The Program Memory stores the representations (singular programs) required to reconstruct the active program to be used by the Program Controller. Access is controlled through the Program Status including keys $( k )$ , and slot usage $( m )$ that are updated during the training and computation (7). " + ], + "image_footnote": [], + "bbox": [ + 186, + 88, + 818, + 367 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 578, + 825, + 661 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 667, + 825, + 750 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "49 2 Methods ", + "text_level": 1, + "bbox": [ + 155, + 777, + 277, + 794 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2.1 System overview ", + "text_level": 1, + "bbox": [ + 174, + 814, + 326, + 828 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "51 A Neurocoder is a neural network (Main Network) coupled to an external Program Memory through \n52 a Program Controller. The working program of the Main Network processes the input data to pro \n53 duce the output. This working program is “coded” by the Program Controller by creating an input \n54 dependent active program from the Program Memory (Fig. 1). The following gives a high-level \n55 description of the Neurocoder framework and then the details. ", + "bbox": [ + 147, + 842, + 823, + 911 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "56 Neurocoder stores Singular Value Decomposition of Neural Programs in Program Memory ", + "text_level": 1, + "bbox": [ + 150, + 90, + 805, + 106 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "57 The Neural Program needs to be stored efficiently in Program Memory. This is challenging as there \n58 may be millions of inter-neuronal connection weights, thus storing them directly ([22]) is grossly \n59 inefficient. Instead, the Neurocoder forms the basis of a subspace spanned by Neural Programs and \n60 stores the singular values and vectors of this subspace in memory slots of the Program Memory \n61 (hereafter referred to as singular programs). Based on the input, relevant singular programs are \n62 retrieved, a new program is reconstructed and then loaded in the Main Network to process the input. \n63 This representational choice significantly reduces the number of stored elements and allows each \n64 singular program to effectively represent a unitary function of the active program. ", + "bbox": [ + 145, + 114, + 825, + 227 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "65 The active program matrix $\\mathbf { P }$ can be composed by standard low-rank approximation as ", + "bbox": [ + 147, + 231, + 743, + 247 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/9f81cb11dec9c11b78cca6d7f7e9e1a93d9f3d74864311254010fb6362f61e22.jpg", + "text": "$$\n\\mathbf { P } = \\mathbf { U S V } ^ { \\mathbf { T } } = \\sum _ { n } ^ { r _ { m } } \\sigma _ { n } u _ { n } v _ { n } ^ { \\top }\n$$", + "text_format": "latex", + "bbox": [ + 401, + 252, + 594, + 292 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "66 where $\\mathbf { U }$ and $\\mathbf { V }$ are matrices of the left and right singular vectors, and S the matrix of singular values. \n67 $r _ { m }$ is the total number of components we want to retrieve. $\\left\\{ \\sigma _ { n } \\right\\} _ { n = 1 } ^ { r _ { m } }$ is the attended singular values, \n68 {un} mn= and $\\{ v _ { n } \\} _ { n = 1 } ^ { r _ { m } }$ the attended singular vectors of S, U, and $\\mathbf { V }$ , respectively. The Program \n69 Memory is crafted as three singular program memories $\\{ { \\bf M } _ { U } , { \\bf M } _ { V } , { \\bf M } _ { S } \\}$ –each of their memory \n70 slot stores a singular component or singular program. The process “codes” the active program \n71 using singular programs from the program memories. The coding is conditioned on input $x _ { t }$ , yet \n72 we drop index $t$ for notation simplification and leave the details on the computation of $\\sigma _ { n } , u _ { n } , v _ { n }$ in \n73 Sec. 2.2. \n74 The Program Memory also maintains the status for each singular program in terms of access and \n75 usage. To access a singular program, program keys $( k )$ are used. These keys are low-dimensional \n76 vectors that represent the singular program function and computed by a neural network that ef \n77 fectively compresses the singular program. The program usage $( m )$ measures memory utilisation, \n78 recording how much a memory slot is used in constructing a program. The components of the \n79 Program Memory are summarised in Fig. 1 (c). \n80 Recurrent multi-head program attention mechanisms for program storage and retrieval \n81 Neural networks use the concept of differentiable attention to access memory [11, 2]. This de \n82 fines a weighting distribution over the memory slots essentially weighting the degree to which each \n83 memory slot participates in a read or write operation. This is unlike conventional computers that use \n84 a unique address to access a single memory slot. \n85 Here we use two kinds of attention. First is content-based attention [11, 12] to ensure that the singu \n86 lar program is selected based on its functionality and the data input. This is achieved by producing \n87 a query vector based on the input and comparing it to the program keys $( k )$ using cosine similarity. \n88 Higher cosine similarity scores indicate higher attention weights to the singular programs associated \n89 with those program keys. Second, to encourage better memory utilisation, higher attention weights \n90 are assigned to slots with lower program usage $( m )$ through usage-based attention [12, 31]. The \n91 attention weights from the two schemas are then combined using interpolating gates to compose the \n92 final attention weights to the Program Memory. \n93 We adapt multi-head attention [11, 38] that applies multiple attentions in parallel to retrieve $H$ singu \n94 lar components. Besides, we introduce a recurrent attention mechanism, in which multi-head access \n95 is performed recurrently in $J$ steps. The $j$ -th set of $H$ retrieved components is conditioned on the \n96 previous ones. This recurrent, multi-head attention allows the composition network to incrementally \n97 search for optimal components for building relevant active programs. ", + "bbox": [ + 147, + 296, + 825, + 410 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 416, + 825, + 500 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 513, + 825, + 583 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 145, + 589, + 825, + 700 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 707, + 823, + 776 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "98 Neurocoder learns to “code” a relevant working program via training ", + "text_level": 1, + "bbox": [ + 150, + 790, + 658, + 805 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "99 The structure of the Program Memory and the role of the Program Controller facilitates the au \n100 tomatic construction of working programs via training. The Program Controller controls memory \n101 access through its composition network that creates the attention weight defining how to weight the \n102 singular programs in the memories. A weighted summation of the singular programs results in the \n103 attended singular program. Applying the recurrent multi-head attention described earlier, multiple \n104 attended singular programs are retrieved to construct an active program (Eq. 1). Then the Program \n105 Controller generates a residual program using its integration network, adding to the active program \n106 to produce the working program of the Main Network. This addition enables creation of flexible \n107 higher-rank working programs, which compensates for the low-rank coding process. The structure \n108 of the Program Controller is illustrated in Fig. 1 (b). \n109 The singular programs are trained to represent unitary functions necessary for any computation \n110 whilst the composition and integration networks are trained to compose the relevant programs for \n111 the considering task. As such, beside minimising the task loss, we enforce orthogonality of stored \n112 singular vectors by minimising $\\mathcal { L } _ { o } = \\mathbf { M } _ { U } \\mathbf { M } _ { U } ^ { \\top } - \\mathbf { \\bar { I } } + \\mathbf { M } _ { V } \\mathbf { M } _ { V } ^ { \\top } - \\mathbf { I }$ . The parameters of the networks, \n113 and the stored singular programs are adjusted using gradient training via minimising the total loss ", + "bbox": [ + 143, + 814, + 825, + 911 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 90, + 826, + 133 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 138, + 825, + 210 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/73ae3d1e18ef6e591429508b2ed4e92a9f313315a3a72f46d0c305e7d5f3e144.jpg", + "text": "$$\n\\mathscr { L } = \\mathcal { L } _ { t a s k } + a \\mathcal { L } _ { o }\n$$", + "text_format": "latex", + "bbox": [ + 437, + 228, + 560, + 243 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $\\mathcal { L } _ { t a s k }$ represents the supervised task loss and $\\mathcal { L } _ { o }$ represents the orthogonal loss weighted by a hyper-parameter $a$ to enforce orthogonality of the singular vectors. ", + "bbox": [ + 161, + 244, + 825, + 273 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2.2 Attention mechanisms for Program Memory ", + "text_level": 1, + "bbox": [ + 160, + 287, + 522, + 303 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "117 Here we ddenoted as $w _ { i n } ^ { u , v , \\sigma }$ progra)–the a attention mechanintion weight to the $i$ ms used in this paper. Given -th slot of the singular progra $w _ { i n } ^ { u }$ , e $w _ { i n } ^ { v }$ , i $w _ { i n } ^ { \\sigma }$ $\\mathbf { M } _ { U }$ o, $\\mathbf { M } _ { V }$ \n119 , we retrieve the $n$ -th singular vector as follows, ", + "bbox": [ + 142, + 313, + 825, + 356 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/7f593b14fbe5fa2db83bfae351abab39af3ebcf4aa3fc552641badb79ceb64dc.jpg", + "text": "$$\nu _ { n } = \\sum _ { i = 1 } ^ { P _ { u } } w _ { i n } ^ { u } \\mathbf { M } _ { U } \\left( i \\right)\n$$", + "text_format": "latex", + "bbox": [ + 426, + 371, + 571, + 415 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/22ef38c2bf214494039065f6b7c509007ff039d38b1ab448d686f393e65d8af4.jpg", + "text": "$$\nv _ { n } = \\sum _ { i = 1 } ^ { P _ { v } } w _ { i n } ^ { v } \\mathbf { M } _ { V } \\left( i \\right)\n$$", + "text_format": "latex", + "bbox": [ + 426, + 421, + 570, + 464 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "120 For the singular values, we need to enforce $\\sigma _ { 1 } > \\sigma _ { 2 } > . . . > \\sigma _ { r _ { m } } > 0$ , thus we retrieve using ", + "bbox": [ + 138, + 463, + 781, + 479 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/189a9f5c9f12697e6d17a3e2309cbe37090458ece1e4757b8e6d2895b27d7fbc.jpg", + "text": "$$\n\\sigma _ { n } = \\left\\{ \\begin{array} { l l } { \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n = r _ { m } } \\\\ { \\sigma _ { n + 1 } + \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n < r _ { m } } \\end{array} \\right.\n$$", + "text_format": "latex", + "bbox": [ + 310, + 493, + 686, + 542 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "121 Here, $P _ { u } , P _ { v }$ and $P _ { s }$ are the number of memory slots of $\\mathbf { M } _ { U }$ , $\\mathbf { M } _ { V }$ and $\\mathbf { M } _ { S }$ , respectively. In this \n122 paper, we set $P = P _ { u } = P _ { v } = P _ { s }$ as the number of memory slots of the Program Memory. We note \n123 that thead ese notations are speci, and an attention step ed for some data input , hence the full notatio $x _ { t }$ and the hould be $n$ later maps to an attention To simplify notations, we \n$h$ $j$ $w _ { t i j h } ^ { u , v , \\sigma }$ \n125 will drop $u , v , \\sigma$ from now and describe the computation of a representative $w _ { t i j h }$ for any of the \n126 three program memories in the following parts. ", + "bbox": [ + 142, + 542, + 826, + 627 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "127 Recurrent Access to the Program Memory via the composition network ", + "text_level": 1, + "bbox": [ + 150, + 640, + 671, + 655 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "128 To perform program attention, the Program Controller employs a composition network (denoted \n129 as $f _ { \\theta } )$ ), which takes the current input $x _ { t }$ and produce program composition control signals $( \\pmb { \\xi } _ { t } ^ { p } )$ . \n130 If $f _ { \\theta }$ performs all attentions concurrently via multi-head attention as in [11, 38], it may lead to \n131 program collapse [22]. To have a better control of the component formation and alleviate program \n132 collapse, we propose to recurrently attend to the program memory. To this end, we implement $f _ { \\theta }$ as \n133 $\\pmb { \\xi } _ { t } ^ { p } = \\left\\{ \\pmb { \\xi } _ { t j } ^ { p } \\right\\} _ { j = 1 } ^ { J }$ al network (LST. At access step $j$ M [16]) and let it access the program memory , the recurrent network updates its hidden sta $J$ times, resultin and generates $\\xi _ { t j } ^ { p }$ \n135 using recurrent dynamics as ", + "bbox": [ + 140, + 662, + 825, + 782 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/8d5ff96f4903eab24618ce065adce652211fa542cb32b96df1282f89efe4a773.jpg", + "text": "$$\n{ \\pmb { \\xi } } _ { t j } ^ { p } , h _ { j } = f _ { \\theta } \\left( x _ { t } , h _ { j - 1 } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 419, + 801, + 576, + 819 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "136 where $h _ { 0 }$ is initialized as zeros and $\\xi _ { t j } ^ { p }$ is the program composition control signal at step $j$ that \n137 depends on both on the input data $x _ { t }$ and the the previous state $h _ { j - 1 }$ . Particularly, the control signal \n138 contains the queries and the interpolation gates for each head to compute the program attention \n139 weight: $\\pmb { \\xi } _ { t j } ^ { p } = \\{ q _ { t j h } , g _ { t i j h } \\} _ { h = 1 } ^ { H }$ . Here, at each attention step, we perform multi-head attention with \n140 $H$ as the number of attention heads and thus, each $\\xi _ { t j } ^ { p }$ consists of $H$ pairs of queries and gates. \n141 Hence, the total number of retrieved components $\\boldsymbol { r } _ { m } = \\boldsymbol { \\bar { J } } \\times \\boldsymbol { H }$ and the index $n = j \\times H + h$ . ", + "bbox": [ + 140, + 820, + 825, + 912 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "142 Attending to Programs by “Name” ", + "text_level": 1, + "bbox": [ + 143, + 92, + 416, + 106 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "143 Inspired by the content-based attention mechanism for data memory [11], we use the query to look \n144 for the singular programs. In computer programming, to find the appropriate program for some \n145 computation, we often refer to the program description or at least the name of the program. Here, we \n146 create the “name” for our neural programs by compressing the program content to a low-dimensional \n147 key vector. As such, we employ a neural network $( f _ { \\varphi } )$ to compute the program memory keys as ", + "bbox": [ + 140, + 114, + 825, + 185 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/fbbd4d53165389137c65107dbb9b892e43aaf951aa496a542b7ddfbe0a58479f.jpg", + "text": "$$\nk _ { i } = f _ { \\varphi } \\left( \\mathbf { M } \\left( i \\right) \\right)\n$$", + "text_format": "latex", + "bbox": [ + 442, + 203, + 553, + 220 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "148 where $\\boldsymbol { k } _ { i } \\in \\mathbb { R } ^ { K }$ and $i$ is the row index of the program memory. Here, $f _ { \\varphi }$ learns to compress each \n149 memory slot into a $K$ -dimensional vector. As the singular programs evolve, their keys get updated. \n150 In this paper, we update the program keys after each learning iteration during training. \n151 Finally the content-based program memory attention $c _ { t i j h }$ is computed using cosine distance be \n152 tween the program keys $k _ { i }$ and the queries $q _ { t j h }$ as ", + "bbox": [ + 140, + 224, + 826, + 267 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 143, + 273, + 826, + 303 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/1bb5f46999968c3a1c30f85f187deb3f1106cda326578faa900fb8408b86eb63.jpg", + "text": "$$\nc _ { t i j h } = \\mathrm { s o f t m a x } ^ { ( i ) } \\left( \\frac { q _ { t j h } \\cdot k _ { i } } { \\left| \\left| q _ { t j h } \\right| \\right| \\cdot \\left| \\left| k _ { i } \\right| \\right| } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 375, + 318, + 622, + 353 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "153 Making Every Program Count ", + "text_level": 1, + "bbox": [ + 143, + 364, + 390, + 381 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "154 Similarly to [12, 31], in addition to the content-based attention, we employ a least-used reading \n155 strategy to encourage the Program Controller to assign different singular programs to different com \n156 ponents. In particular, we calculate the memory usage for each program slot across attentions as \n157 ", + "bbox": [ + 142, + 388, + 825, + 440 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/20d2e1b3e95cc99e60d768bc0080c3996ae302e11b21cde534c96b944ec0386e.jpg", + "text": "$$\nm _ { t i j h } = \\operatorname* { m a x } _ { \\tilde { j } \\leq j } \\left( w _ { t i \\tilde { j } h } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 423, + 440, + 575, + 470 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "158 Since we want to consider only $l _ { I }$ amongst $P$ memory slots that have smallest usages, let $\\hat { m } _ { t j h } ^ { l _ { I } }$ \n159 denote the value of the $l _ { I }$ -th smallest usage, then the least-used attention is computed as ", + "bbox": [ + 143, + 477, + 825, + 508 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/3eff87705475f2c68a1c4480bd1c57076406de4a285ac39dac6df397bafd8964.jpg", + "text": "$$\nl _ { t i j h } = \\left\\{ \\begin{array} { l l } { \\underset { i } { \\operatorname* { m a x } } \\left( m _ { t i j h } \\right) - m _ { t i j h } } & { ; m _ { t i j h } \\leq \\hat { m } _ { t j h } ^ { l _ { I } } } \\\\ { 0 } & { ; m _ { t i j h } > \\hat { m } _ { t j h } ^ { l _ { I } } } \\end{array} \\right.\n$$", + "text_format": "latex", + "bbox": [ + 333, + 522, + 663, + 566 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "160 The final program memory attention is computed as ", + "bbox": [ + 142, + 568, + 516, + 583 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/7f5851a3247de278761e154705908476d92d30012c85ff80f22df974bfe7e41f.jpg", + "text": "$$\nw _ { t i j h } = \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) c _ { t i j h } + \\left( 1 - \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) \\right) l _ { t i j h }\n$$", + "text_format": "latex", + "bbox": [ + 303, + 602, + 694, + 619 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "161 Since the usage record are computed along the memory accesses, the multi-step Neurocoder utilises \n162 this attention mechanism better than the single-step Neurocoder, creating different attention styles \n163 (see Sec. 3.2). The composition the active program $\\mathbf { P } _ { t }$ is illustrated in Appendix’s Fig. 5. ", + "bbox": [ + 142, + 622, + 825, + 665 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "2.3 Program Integration via the integration network ", + "text_level": 1, + "bbox": [ + 163, + 679, + 552, + 695 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "165 Since the working program $\\mathbf { P } _ { t }$ only contains top $r _ { m }$ principal components, it is low-rank and may \n166 be not flexible enough for sophisticated computation. We propose to enhance $\\mathbf { P } _ { t }$ with a residual \n167 program $\\mathbf { R } -$ a traditional connection weight trained as the integration network’s parameters, which \n168 is constant after training w.r.t $t$ . The residual program represents the sum of the remaining less \n169 important components. To this end, we suppress $\\mathbf { R }$ with a multiplier that is smaller than $\\sigma _ { t r _ { m } } .$ – the \n170 smallest singular value of the main components - resulting in the integration formula ", + "bbox": [ + 140, + 704, + 825, + 790 + ], + "page_idx": 4 + }, + { + "type": "equation", + "img_path": "images/5a1ea2eaac36e14e3d2dca9766e69d0bd941880cfbe050d8a72f9f696febc4cf.jpg", + "text": "$$\nW _ { t } = \\mathbf { P } _ { t } + w _ { t } ^ { r } \\sigma _ { t r _ { m } } \\mathbf { R }\n$$", + "text_format": "latex", + "bbox": [ + 423, + 808, + 575, + 825 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "171 where $w _ { t } ^ { r } = \\mathrm { s i g m o i d } \\left( f _ { \\phi } \\left( x _ { t } \\right) \\right)$ is an adaptive gating value that controls the contribution of the \n172 residual program. $f _ { \\phi }$ is the integration network in the Program Controller and hence, in our imple \n173 mentation, the integration control signal sent by the Program Controller is $\\lambda _ { t } ^ { p } = \\{ w _ { t } ^ { r } , \\sigma _ { t r _ { m } } \\}$ . We \n174 note that in our experiments, the program integration can be disabled ( $W _ { t }$ is directly set to $\\mathbf { P } _ { t }$ ) to \n175 prove the contribution of $\\mathbf { P } _ { t }$ or reduce the number of parameters. The working program $W _ { t }$ is then \n176 used by the Main Network to execute the input data $x _ { t }$ (see (Fig. 1 (a))). For example, with linear \n177 classifier Main Network, the execution is $y _ { t } = x _ { t } W _ { t }$ . Appendix’s Table 2 summarises the notations \n178 used for important parameters of Neurocoder. ", + "bbox": [ + 140, + 827, + 825, + 912 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/f992f503335ad0a3f753e1c8f03e87de2fd352b9c040fd798ec6c09805c37c77.jpg", + "image_caption": [ + "Figure 2: (a) MNIST test set classification error vs the number of steps $( J )$ in Neurocoder (blue), compared with a linear classifier (red). (b) 1st column: Digit images; Middle column: Single-step attention weights for 30 slots in $\\mathbf { M } _ { U }$ (vertical axis) for first 3 singular vectors (horizontal axis) for each digit; Last column: Multi-step attention weights for 10 slots in $\\mathbf { M } _ { U }$ (vertical axis) for first 3 singular vectors (horizontal axis). Multi-step attention is able to produce far more diverse patterns with fewer slots - 10 slots compared to single-step 30 slots. (c) Two attention patterns of singlestep Neurocoder. The binary decision tree derived from single-step Neurocoder’s attention patterns. The two patterns across components represent the decisions going up and down across the binary tree. Visualisation for (d) multi-step $J = 5$ , 20 memory slots) and (e) single-step $J = 1$ , 10 memory slots) cases showing while processing a sequence of the polynomial auto-regression task. The Neurocoder’s attentions to $\\mathbf { M } _ { U }$ that form the first component of the active program are shown over sequence timesteps (upper) with Neurocoder’s $y _ { t }$ prediction (orange) and ground truth (blue) (lower). The vertical dash green lines separate polynomial chunks. Each chuck represents a local pattern, and thus ideally requires a specific active program to compute the input $x _ { t }$ . Although both predict well, only the multi-step Neurocoder discovers the chunk boundaries, assigning program attention to the first component in accordance with sequence changes. " + ], + "image_footnote": [], + "bbox": [ + 173, + 87, + 826, + 337 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 143, + 618, + 823, + 646 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "179 3 Results ", + "text_level": 1, + "bbox": [ + 142, + 691, + 266, + 708 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "180 To demonstrate the flexibility of Neurocoder framework, we consider different learning paradigms: \n181 instance-based, sequential, multi-task and continual learning. We do not focus on breaking perfor \n182 mance records by augmenting state-of-the-art models with Neurocoder. Rather our inquiry is on \n183 re-coding feed-forward layers with the Neurocoder’s programs and testing on varied data types to \n184 demonstrate its intrinsic properties. For some experiments, we include ablation studies. \n185 We compare the performance of diverse Main Networks (MN) with and without Neurocoder. We \n186 also augment the Main Networks with other recent conditional computing methods, either modular \n187 (sparse Mixture of Experts, Neural Stored-program Memory) or monolithic (HyperNets, FiLM) to \n188 form stronger baselines across our experiments. In our experiments, we always apply Neurocoder \n189 to all layers of multi-layer perceptrons (MLP) or just the final feed-forward layer of deep CNN \n190 networks (LeNet, DenseNet, ResNet), RNNs (GRU, LSTM), MANN (NTM). Other competitors \n191 such as MOE, NSM, HyperNet and FiLM are applied to the Main Networks in the same manner. ", + "bbox": [ + 142, + 738, + 823, + 808 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 814, + 825, + 911 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/7e25b32d05c9ae7db2df1ea7bbd96b41284179be7b8a5c34b278f599cab1c811.jpg", + "image_caption": [ + "Figure 3: Learning curves (mean and std. over 5 runs) on representative Atari 2600 games. All baselines are applied to the actor/critic networks in the A3C agent. " + ], + "image_footnote": [], + "bbox": [ + 173, + 88, + 825, + 236 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "192 3.1 Instance-based learning - Object Recognition ", + "text_level": 1, + "bbox": [ + 142, + 300, + 526, + 315 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We tested Neurocoder on instance-based learning through classical image classification tasks using MNIST [24] and CIFAR [21] datasets. The first experiment interpreted Neurocoder’s behaviour in classifying digits into 10 classes $( 0 - 9 )$ using linear classifier Main Network. With equivalent model size, Neurocoder using the novel recurrent attention surpasses the performance of the linear classifier [24] by up to $5 \\%$ (Fig. 2 (a)). ", + "bbox": [ + 165, + 327, + 823, + 396 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "To differentiate the input, Neurocoder attends to different components of the active program to guide the decision-making process. Fig. 2 (b) shows single-step and multi-step attention to the first 3 singular vectors for each digit across memory slots. Multi-step attention produces richer patterns compared to single-step Neurocoder that manages only 2 attention weight patterns. ", + "bbox": [ + 165, + 402, + 823, + 458 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Fig. 2 (c) illustrates how Neurocoder performs modular learning by showing the attention assignment for top 3 singular vectors as a binary decision tree. Digits under the same parental node share similar attention paths, and thereby similar active programs. Some digits look unique (e.g. 7) resulting in active programs composed of unique attention paths, discriminating themselves early in the decision tree. Some digits (e.g. 0 and 9) share the same attention pattern for the first 3 components and are thus unclassifiable. They can only be distinguished by considering more singular vectors. ", + "bbox": [ + 173, + 464, + 823, + 547 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "We integrated Neurocoder with deep networks - 5-layer LeNet and 100-layer DenseNet - and tested on CIFAR datasets. Neurocoder significantly outperformed the original Main Networks with performance gain $1 - 5 \\%$ . Compared with recent conditional computing models such as sparse Mixture of Experts (MOE [35]) and Neural Stored-program Memory (NSM [22]), Neurocoder required a tenth of the number of parameters and performed better by up to $8 - 1 0 \\%$ (see Appendix’s Table 3). ", + "bbox": [ + 165, + 554, + 825, + 623 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3.2 Sequential learning - Adaption to sequence changes and game playing using reinforcement learning ", + "text_level": 1, + "bbox": [ + 173, + 641, + 738, + 670 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Recurrent neural networks (RNN) can learn from sequential data by updating the hidden states of the networks. However, this does not suffice when local patterns shift, as is often the case. We now demonstrate that Neurocoder helps RNNs overcome this limitation by composing diverse programs to handle sequence changes. ", + "bbox": [ + 168, + 680, + 825, + 736 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Synthetic polynomial auto-regression We created a simple auto-regression task in which data points are sampled from polynomial function chunks that change over time. The Main Network is a strong RNN–Gated Recurrent Unit (GRU [5]). We found that GRU integrated with a single-step or multi-step Neurocoder converged much faster than all other baselines. The other conditional computing counterparts (HyperNet [13], FiLM [28]) adapt by re-scaling weights or activation of the GRU, which were shown inferior to our modular approach (Appendix’s Fig. 6). ", + "bbox": [ + 171, + 752, + 823, + 835 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "225 Visualising the first singular vector attention weights in $\\mathbf { M } _ { U }$ , we find that the multi-step attention \n226 Neurocoder changes its attention following polynomial changes - it attends to the same singular pro \n227 gram when processing data from the same polynomial and alters attention for data from a different \n228 polynomial (Fig. 2(d)). In contrast, the single-step Neurocoder only changes its attention when \n229 there is a remarkable change in $y$ -coordinate values (Fig. 2(e)). Although single-step Neurocoder \n230 converges well, it did not discover the underlying structure of the data, and thus underperformed \n231 the multi-step Neurocoder. We hypothesise that when recurrence is employed, usage-based atten \n232 tion takes effect, stipulating better memory utilisation and diverse attentions over timesteps. We ran \n233 multi-step Neurocoder without usage-based attention. The results were worse than the full multi \n234 step Neurocoder, which confirms our hypothesis (Appendix’s Fig. 6). ", + "bbox": [ + 142, + 842, + 823, + 911 + ], + "page_idx": 6 + }, + { + "type": "table", + "img_path": "images/06ee98d5e15fb67549b39c75f337a7184d9d269eefcccfe677f8248a1273b0b6.jpg", + "table_caption": [], + "table_footnote": [ + "Table 1: Incremental domain continual learning with Split MNIST. Final test accuracy (mean and std.) over 10 runs. " + ], + "table_body": "
MethodMN (MLP[17])MN (MLP ours)NSMNeurocoder
Adam55.16±1.3853.55±1.2754.85±2.8158.46±0.46
Adagrad58.08±1.0657.83±2.7458.42±1.8762.28±4.03
L266.00±3.7364.37±2.4062.83±7.2169.89±1.72
SI64.76±3.0964.41±3.3664.36±2.9967.96±3.22
EWC58.85±2.5958.41±2.3758.12±3.2465.66±1.25
O-EWC57.33±1.4457.78±1.8458.55±3.4073.97±1.50
", + "bbox": [ + 236, + 88, + 761, + 189 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 256, + 823, + 327 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Atari game reinforcement learning We used reinforcement learning as a further testbed to show the ability to adapt to environmental changes. We performed experiments on several Atari 2600 games [3] wherein the agent was implemented as the Asynchronous Advantage Actor-Critic (A3C [26]). In the Atari platform, agents are allowed to observe the screen snapshot of the games and act to earn the highest score. We augmented the A3C by employing Neurocoder’s working programs for feed-forward layers of the actor and critic networks, aiming to decompose the policy and value function into singular programs that were selected depending on the game state. ", + "bbox": [ + 169, + 343, + 825, + 440 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "242 Frostbite and Montezuma’s Revenge. These games are known to be challenging for A3C and other \n243 algorithms [26]. We trained A3C and HyperNet-based A3C for over 300 million steps, yet these \n244 models did not show any sign of learning, performing equivalently to random agents. For such com \n245 plicated environments with sparse rewards, both the monolithic neural networks and the HyperNet’s \n246 unstored fast-weights fail to learn (almost zero scores). In contrast, Neurocoder enabled A3C to \n247 achieve from 1, 500 to 3, 000 scores on these environments (Fig. 3), confirming the importance of \n248 decomposing a complex solution to smaller, simple stored programs. ", + "bbox": [ + 142, + 446, + 825, + 545 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "49 3.3 Multi-task learning - Solving mutliple algorithms simultenously ", + "text_level": 1, + "bbox": [ + 156, + 563, + 653, + 578 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Here we explore the modular learning capability of Neurocoder in multi-task setting. Inspired by algorithmic sequencing tasks [22], we created a challenging sequential multi-task benchmark wherein the input sequence is a series of sub-sequences from 4 algorithms: Copy, Repeat Copy, Associative Recall and Priority Sort [11]. Each sub-sequence, following a task identification vector, represents the input for each task. In each input sequence, $n$ tasks were sampled from the set of 4 algorithms randomly with replacement and the output sequences were created correspondingly. ", + "bbox": [ + 171, + 589, + 823, + 671 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We trained a MANN–Neural Turing Machine (NTM [11]) Main Network with FiLM, HyperNet and our Neurocoder augmentation on sequences of $n = 4$ tasks, and tested with sequences of $n = 4$ and $n = 8$ tasks. Appendix’s Fig. 7 demonstrates that Neurocoder was performant in both test settings, not only achieving lowest error on $n = 4$ , but also being the only one generalised well to $n = 8$ scenario, which was unseen during training. ", + "bbox": [ + 171, + 679, + 825, + 748 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "3.4 Continual learning $-$ Learning tasks sequentially without catastrophic forgetting ", + "text_level": 1, + "bbox": [ + 161, + 767, + 767, + 782 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In continual learning, standard neural networks often suffer from “catastrophic forgetting” in which they cannot retain knowledge acquired from old tasks upon learning new ones [10]. Our Neurocoder offers natural mitigation of such catastrophic forgetting in neural networks by attending to different singular programs whilst learning different tasks. ", + "bbox": [ + 174, + 794, + 823, + 849 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "In this case, in addition to the Main Network, we examine several continual learning algorithms with and without Neurocoder. These algorithms, including Elastic Weight Consolidation (EWC [41]) and Synaptic Intelligence (SI [41]), work by regularising the loss function and thus can be easily combined with Neurocoder by modifying the loss $\\mathcal { L } _ { t a s k }$ . We demonstrate that Neurocoder ", + "bbox": [ + 169, + 856, + 823, + 911 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "70 can improve these continual learning algorithms without requiring additional assumptions as in other \n1 approaches [25, 36, 34] that either utilise task embedding or replay memory. ", + "bbox": [ + 153, + 90, + 825, + 119 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Split MNIST We first considered the split MNIST dataset–a standard continual learning benchmark wherein the original MNIST was split into a 5 2-way classification tasks, consecutively presented to a Multi-layer Perceptron Main Network (MLP). We followed the benchmarking as in [17] in which various optimisers and state-of-the-art continual learning methods were examined under incremental task and domain scenarios. We measured the performance of the MLP versus Neurocoder and NSM under each continual learning method. In both scenarios, Neurocoder was compatible with all continual leaning methods, demonstrating superior performance over MLP and NSM with performance gain between 1 to $1 6 \\%$ (see Appendix’s Table 5 and 1). ", + "bbox": [ + 163, + 136, + 823, + 247 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "280 Split CIFAR We verified the scalability of Neurocoder to more challenging datasets. We split \n281 CIFAR datasets as in the split MNIST, resulting in 5-task 2-way split CIFAR10 and a 20-task 5-way \n282 split CIFAR100. We used Main Network ResNet [15]–a very deep CNN architecture. \n283 When we stressed the orthogonal loss $a = 1 0$ ) and used bigger program memory (100 slots), Neu \n284 rocoder improved ResNet classification by $1 5 \\%$ and $1 0 \\%$ on CIFAR10 and CIFAR100, respectively. \n285 When we integrated Neurocoder with Synaptic Intelligence (SI [41]), the performance was further \n286 improved, maintaining a stable performance above $8 0 \\%$ accuracy for CIFAR10 and outperforming \n287 using SI alone by $1 0 \\%$ for CIFAR100 (see Appendix’s Fig. 8). ", + "bbox": [ + 143, + 263, + 823, + 306 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 311, + 823, + 382 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "288 4 Discussion ", + "text_level": 1, + "bbox": [ + 143, + 402, + 294, + 420 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Our experiments demonstrate that Neurocoder is capable of re-coding Neural Programs in distinctive neural networks, amplifying their capabilities in diverse learning scenarios: instance-based, sequential, multi-task and continual learning. This consistently results in significant performance increase, and further creates novel robustness to pattern shift and catastrophic forgetting. This ability for each architecture to re-code itself is made possible without changing the way it is trained, or majorly increasing the number of parameters it needs to learn (see Appendix Table 7). ", + "bbox": [ + 171, + 435, + 823, + 518 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The MNIST problem illustrates the reasoning process of Neurocoder when classifying digit images wherein its singular program assignment resembles a binary tree decision-making process - it shows how some singular programs are shared, others are not. The polynomial auto-regression problem highlights the importance of efficient memory utilisation in re-constructing the working program enabling discovery of hidden structures in sequential data. Training our framework with reinforcement learning, we enable neural agents to solve complex games wherein traditional methods fail or learn slowly. Neurocoder also works well with multi-task setting, as shown in the challenging multi-algorithm benchmark. Finally, continual learning problems show that Neurocoder mitigates catastrophic forgetting efficiently under different learning settings/algorithms. ", + "bbox": [ + 165, + 525, + 825, + 650 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "304 Our solution offers a single framework that is scalable and adaptable to various problems and learn \n305 ing paradigms. Unlike previous attempts to employ a bank of separate big programs [20, 35, 22], \n306 Neurocoder maintains only shareable, smaller components that can reconstruct the whole program \n307 space, thereby heavily utilising the parameters and preventing the model from proliferating. We \n308 note that Neurocoder is orthogonal to approaches employing tensor decomposition to reduce the \n309 number of parameters or hasten the computation [27, 23]. Neurocoder composes rather than decom \n310 pose the neural weights. Our aim is not only to enable efficient parameter usage, but also achieve \n311 general-purpose computing power, outperforming other methods in numerous learning problems. \n312 One limitation of this work is the number of additional hyperparameters, which prevents us from \n313 fully tuning Neurocoder. Our research aims to add new capabilities to current neural networks to \n314 improve their performance and make them robust in different learning scenario. Hence, we do \n315 not see any intermediate negative societal impact. In future work, we will extend Neurocoder’s \n316 application beyond feed-forward layers. It would be interesting to efficiently replace all neural layers \n317 including CNN or Transformer by Neurocoder’s programs. We can also further extend Neurocoder’s \n318 ability by allowing a growing Program Memory, in which the model decides to add or erase memory \n319 slots as the number of data patterns grows or shrinks beyond the current program space’s capacity. \n320 Such a system represents a more flexible general-purpose computer that can dynamically allocate \n321 computing resources by itself without human pre-specification. ", + "bbox": [ + 140, + 656, + 825, + 767 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 772, + 825, + 911 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "References \n[1] Jacob Andreas, Marcus Rohrbach, Trevor Darrell, and Dan Klein. Neural module networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 39–48, 2016. \n[2] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by jointly learning to align and translate. In International Conference on Learning Representations, 2015. \n[3] Marc G Bellemare, Yavar Naddaf, Joel Veness, and Michael Bowling. The arcade learning environment: An evaluation platform for general agents. Journal of Artificial Intelligence Research, 47:253–279, 2013. \n[4] Yoshua Bengio, Nicholas Léonard, and Aaron Courville. Estimating or propagating gradients through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432, 2013. \n[5] Kyunghyun Cho, Bart van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder– decoder for statistical machine translation. In Conference on Empirical Methods in Natural Language Processing (EMNLP), pages 1724–1734. Association for Computational Linguistics, October 2014. \n[6] JC Eccles. The modular operation of the cerebral neocortex considered as the material basis of mental events. Neuroscience, 6(10):1839–1855, 1981. \n[7] Gerald M Edelman. Neural darwinism: selection and reentrant signaling in higher brain function. Neuron, 10(2):115–125, 1993. \n[8] Gerald M Edelman and Vernon B Mountcastle. The mindful brain: cortical organization and the group-selective theory of higher brain function. Massachusetts Inst of Technology Pr, 1978. \n[9] Richard SJ Frackowiak. Human brain function. Elsevier, 2004. \n[10] Robert M French. Catastrophic forgetting in connectionist networks. Trends in cognitive sciences, 3(4):128–135, 1999. \n[11] Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint arXiv:1410.5401, 2014. \n[12] Alex Graves, Greg Wayne, Malcolm Reynolds, Tim Harley, Ivo Danihelka, Agnieszka Grabska-Barwinska, Sergio Gómez Colmenarejo, Edward Grefenstette, Tiago Ramalho, John ´ Agapiou, et al. Hybrid computing using a neural network with dynamic external memory. Nature, 538(7626):471–476, 2016. \n[13] David Ha, Andrew M. Dai, and Quoc V. Le. Hypernetworks. In International Conference on Learning Representations, 2017. \n[14] Bart LM Happel and Jacob MJ Murre. Design and evolution of modular neural network architectures. Neural networks, 7(6-7):985–1004, 1994. \n[15] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770–778, 2016. \n[16] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation, 9(8):1735–1780, 1997. \n[17] Yen-Chang Hsu, Yen-Cheng Liu, Anita Ramasamy, and Zsolt Kira. Re-evaluating continual learning scenarios: A categorization and case for strong baselines. In NeurIPS Continual learning Workshop, 2018. \n[18] Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely connected convolutional networks. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 4700–4708, 2017. \n[19] D.H. Hubel. Eye, Brain, and Vision. Scientific American Library series. Scientific American Library, 1988. \n[20] Robert A Jacobs, Michael I Jordan, Steven J Nowlan, and Geoffrey E Hinton. Adaptive mixtures of local experts. Neural computation, 3(1):79–87, 1991. \n[21] Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images. TR-2009, 2009. \n[22] Hung Le, Truyen Tran, and Svetha Venkatesh. Neural stored-program memory. In International Conference on Learning Representations, 2020. \n[23] V Lebedev, Y Ganin, M Rakhuba, I Oseledets, and V Lempitsky. Speeding-up convolutional neural networks using fine-tuned cp-decomposition. In International Conference on Learning Representations, 2015. \n[24] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998. \n[25] David Lopez-Paz and Marc’Aurelio Ranzato. Gradient episodic memory for continual learning. In Advances in neural information processing systems, pages 6467–6476, 2017. \n[26] Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap, Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforcement learning. In International conference on machine learning, pages 1928–1937, 2016. \n[27] Alexander Novikov, Dmitrii Podoprikhin, Anton Osokin, and Dmitry P Vetrov. Tensorizing neural networks. In Advances in neural information processing systems, pages 442–450, 2015. \n[28] Ethan Perez, Florian Strub, Harm De Vries, Vincent Dumoulin, and Aaron Courville. FiLM: Visual Reasoning with a General Conditioning Layer. In AAAI Conference on Artificial Intelligence, New Orleans, United States, February 2018. \n[29] Clemens Rosenbaum, Tim Klinger, and Matthew Riemer. Routing networks: Adaptive selection of non-linear functions for multi-task learning. In International Conference on Learning Representations, 2018. \n[30] David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by back-propagating errors. Nature, 323(6088):533–536, 1986. \n[31] Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, and Timothy Lillicrap. Meta-learning with memory-augmented neural networks. In International conference on machine learning, pages 1842–1850, 2016. \n[32] Jürgen Schmidhuber. Making the world differentiable: On using self-supervised fully recurrent neural networks for dynamic reinforcement learning and planning in non-stationary environm nts. TR FKI-126-90, 1990. \n[33] Jürgen Schmidhuber. Learning to control fast-weight memories: An alternative to dynamic recurrent networks. Neural Computation, 4(1):131–139, 1992. \n[34] Joan Serra, Didac Suris, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic forgetting with hard attention to the task. In International Conference on Machine Learning, pages 4548–4557, 2018. \n[35] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc V. Le, Geoffrey E. Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-ofexperts layer. In International Conference on Learning Representations, 2017. \n[36] Hanul Shin, Jung Kwon Lee, Jaehong Kim, and Jiwon Kim. Continual learning with deep generative replay. In Advances in Neural Information Processing Systems, pages 2990–2999, 2017. \n[37] A.M Turing. On computable numbers, with an application to the entscheidungsproblem. In Proceedings of the London Mathematical Society, 1936. \n[38] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in neural information processing systems, pages 5998–6008, 2017. \n[39] Christoph von der Malsburg. The correlation theory of brain function, 1981. \n[40] John Von Neumann. First draft of a report on the edvac. IEEE Annals of the History of Computing, 15(4):27–75, 1993. \n[41] Friedemann Zenke, Ben Poole, and Surya Ganguli. Continual learning through synaptic intelligence. Proceedings of machine learning research, 70:3987, 2017. ", + "bbox": [ + 151, + 88, + 828, + 915 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "", + "bbox": [ + 158, + 47, + 828, + 921 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "", + "bbox": [ + 151, + 89, + 828, + 323 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "1. For all authors... ", + "bbox": [ + 214, + 116, + 339, + 130 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] \n(b) Did you describe the limitations of your work? [Yes] See Discussion and Appendix’s \"Training procedure and hyper-parameter selections.\" \n(c) Did you discuss any potential negative societal impacts of your work? [Yes] See Discussion. \n(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] ", + "bbox": [ + 238, + 135, + 825, + 253 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "2. If you are including theoretical results... ", + "bbox": [ + 214, + 257, + 493, + 272 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] ", + "bbox": [ + 235, + 276, + 736, + 308 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "3. If you ran experiments... ", + "bbox": [ + 212, + 311, + 393, + 325 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [No] Data is public, provided with link. Code will be avaialble after published. All training details are available and can be used to implement and reproduce the results. \n(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] See Appendix’s \"Training procedure and hyper-parameter selections.\" \n(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [Yes] See Experimental Results. \n(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [Yes] See Appendix’s \"Training procedure and hyper-parameter selections. ", + "bbox": [ + 238, + 330, + 826, + 489 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... ", + "bbox": [ + 215, + 494, + 823, + 510 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "(a) If your work uses existing assets, did you cite the creators? [Yes] \n(b) Did you mention the license of the assets? [No] All assets are public. We will mention the license detail after the paper is published. \n(c) Did you include any new assets either in the supplemental material or as a URL? [No] \n(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [No] \n(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [No] ", + "bbox": [ + 238, + 513, + 825, + 635 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "5. If you used crowdsourcing or conducted research with human subjects... ", + "bbox": [ + 214, + 638, + 707, + 654 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] \n(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] \n(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] ", + "bbox": [ + 238, + 657, + 825, + 747 + ], + "page_idx": 12 + } +] \ No newline at end of file diff --git a/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_middle.json b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..653f1c3e0b5384aa5d1d442c5dbd44bec55c5460 --- /dev/null +++ b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_middle.json @@ -0,0 +1,39703 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 140, + 97, + 471, + 137 + ], + "lines": [ + { + "bbox": [ + 155, + 96, + 456, + 119 + ], + "spans": [ + { + "bbox": [ + 155, + 96, + 456, + 119 + ], + "score": 1.0, + "content": "Neurocoder: Learning General-Purpose", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 140, + 116, + 471, + 140 + ], + "spans": [ + { + "bbox": [ + 140, + 116, + 471, + 140 + ], + "score": 1.0, + "content": "Computation Using Stored Neural Programs", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 259, + 179, + 354, + 223 + ], + "lines": [ + { + "bbox": [ + 258, + 178, + 356, + 191 + ], + "spans": [ + { + "bbox": [ + 258, + 178, + 356, + 191 + ], + "score": 1.0, + "content": "Anonymous Author(s)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "spans": [ + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "score": 1.0, + "content": "Affiliation", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "spans": [ + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "score": 1.0, + "content": "Address", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "spans": [ + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "score": 1.0, + "content": "email", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 283, + 252, + 328, + 265 + ], + "lines": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 91, + 276, + 469, + 419 + ], + "lines": [ + { + "bbox": [ + 142, + 276, + 469, + 289 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 469, + 289 + ], + "score": 1.0, + "content": "Artificial Neural Networks are functionally equivalent to special-purpose comput-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 288, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 141, + 288, + 469, + 300 + ], + "score": 1.0, + "content": "ers. Their inter-neuronal connection weights represent the learnt Neural Program", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 298, + 469, + 311 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 469, + 311 + ], + "score": 1.0, + "content": "that instructs the networks on how to compute the data. However, without stor-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 309, + 469, + 322 + ], + "spans": [ + { + "bbox": [ + 142, + 309, + 469, + 322 + ], + "score": 1.0, + "content": "ing Neural Programs, they are restricted to only one, overwriting learnt programs", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 320, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 142, + 320, + 469, + 333 + ], + "score": 1.0, + "content": "when trained on new data. Here we design Neurocoder, a new class of general-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 331, + 469, + 344 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 344 + ], + "score": 1.0, + "content": "purpose neural networks in which the neural network “codes” itself in a data-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 343, + 469, + 354 + ], + "spans": [ + { + "bbox": [ + 141, + 343, + 469, + 354 + ], + "score": 1.0, + "content": "responsive way by composing relevant programs from a set of shareable, modular", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 353, + 469, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 353, + 469, + 365 + ], + "score": 1.0, + "content": "programs stored in external memory. For the first time, a Neural Program is ef-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "ficiently treated as a datum in memory. Integrating Neurocoder into current neu-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 375, + 469, + 388 + ], + "spans": [ + { + "bbox": [ + 141, + 375, + 469, + 388 + ], + "score": 1.0, + "content": "ral architectures, we demonstrate new capacity to learn modular programs, reuse", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 386, + 469, + 398 + ], + "spans": [ + { + "bbox": [ + 141, + 386, + 469, + 398 + ], + "score": 1.0, + "content": "simple programs to build complex ones, handle pattern shifts and remember old", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 397, + 470, + 410 + ], + "spans": [ + { + "bbox": [ + 141, + 397, + 470, + 410 + ], + "score": 1.0, + "content": "programs as new ones are learnt, and show substantial performance improvement", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 408, + 463, + 420 + ], + "spans": [ + { + "bbox": [ + 141, + 408, + 463, + 420 + ], + "score": 1.0, + "content": "in solving object recognition, playing video games and continual learning tasks.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13 + }, + { + "type": "title", + "bbox": [ + 91, + 438, + 190, + 452 + ], + "lines": [ + { + "bbox": [ + 87, + 437, + 192, + 454 + ], + "spans": [ + { + "bbox": [ + 87, + 437, + 192, + 454 + ], + "score": 1.0, + "content": "14 1 Introduction", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 90, + 463, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 90, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 90, + 465, + 99, + 474 + ], + "score": 1.0, + "content": "15", + "type": "text" + }, + { + "bbox": [ + 105, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "From its inception in 1943 until recently, the fundamental architectures of Artificial Neural Net-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 89, + 476, + 100, + 486 + ], + "score": 1.0, + "content": "16", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "score": 1.0, + "content": "works remained largely unchanged - a program is executed by passing data through a network of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 89, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 89, + 487, + 99, + 496 + ], + "score": 1.0, + "content": "17", + "type": "text" + }, + { + "bbox": [ + 104, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "artificial neurons whose inter-neuronal connection weights are learnt through training with data.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 89, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 89, + 498, + 100, + 508 + ], + "score": 1.0, + "content": "18", + "type": "text" + }, + { + "bbox": [ + 105, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "These inter-neuronal connection weights, or Neural Programs, correspond to a program in modern", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 89, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 89, + 509, + 100, + 519 + ], + "score": 1.0, + "content": "19", + "type": "text" + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "computers [32]. Memory Augmented Neural Networks (MANN) are an innovative solution allow-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 89, + 518, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 89, + 520, + 100, + 530 + ], + "score": 1.0, + "content": "20", + "type": "text" + }, + { + "bbox": [ + 104, + 518, + 506, + 530 + ], + "score": 1.0, + "content": "ing networks to access external memory for manipulating data [11, 12]. But they were still unable", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 88, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 88, + 531, + 99, + 541 + ], + "score": 1.0, + "content": "21", + "type": "text" + }, + { + "bbox": [ + 105, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "to store Neural Programs in such external memory, and this severely limits machine learning. Stor-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 89, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 542, + 99, + 551 + ], + "score": 1.0, + "content": "22", + "type": "text" + }, + { + "bbox": [ + 104, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "ing inter-neuronal connection weights only in their network does not permit modular separation of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 89, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 89, + 552, + 100, + 562 + ], + "score": 1.0, + "content": "23", + "type": "text" + }, + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "Neural programs and is analogous to a computer with one fixed program. Recent works introduce", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 88, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 88, + 564, + 100, + 573 + ], + "score": 1.0, + "content": "24", + "type": "text" + }, + { + "bbox": [ + 104, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "conditional computation via adjusting or activating parts of a network in an input-dependent manner", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 89, + 573, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "25", + "type": "text" + }, + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "score": 1.0, + "content": "[39, 33, 4, 13, 28], but networks remain monolithic. Current networks forget when retrained, old", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 89, + 583, + 392, + 595 + ], + "spans": [ + { + "bbox": [ + 89, + 586, + 100, + 595 + ], + "score": 1.0, + "content": "26", + "type": "text" + }, + { + "bbox": [ + 105, + 583, + 392, + 595 + ], + "score": 1.0, + "content": "inter-neuronal connection weights are merged with new ones or erased.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 90, + 599, + 505, + 666 + ], + "lines": [ + { + "bbox": [ + 89, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 89, + 601, + 99, + 610 + ], + "score": 1.0, + "content": "27", + "type": "text" + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "The brain is modular, not a monolithic system [8, 6]. Neuroscience research indicates that the brain is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 89, + 609, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 89, + 612, + 100, + 622 + ], + "score": 1.0, + "content": "28", + "type": "text" + }, + { + "bbox": [ + 105, + 609, + 505, + 623 + ], + "score": 1.0, + "content": "divided into functional modules [19, 7, 9]. If the neural program for each module is kept in separate", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 89, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 89, + 624, + 99, + 633 + ], + "score": 1.0, + "content": "29", + "type": "text" + }, + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "networks, networks proliferate. Modular neural networks, another form of conditional computation,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 89, + 631, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 89, + 634, + 100, + 644 + ], + "score": 1.0, + "content": "30", + "type": "text" + }, + { + "bbox": [ + 105, + 631, + 505, + 645 + ], + "score": 1.0, + "content": "combine the output of multiple expert networks, but as the experts grow, the networks grow drasti-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 88, + 642, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 88, + 645, + 99, + 654 + ], + "score": 1.0, + "content": "31", + "type": "text" + }, + { + "bbox": [ + 105, + 642, + 505, + 656 + ], + "score": 1.0, + "content": "cally [20, 14, 35, 29]. This requires huge computational storage and introduces redundancy as these", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 88, + 655, + 292, + 667 + ], + "spans": [ + { + "bbox": [ + 88, + 656, + 100, + 667 + ], + "score": 1.0, + "content": "32", + "type": "text" + }, + { + "bbox": [ + 105, + 655, + 292, + 667 + ], + "score": 1.0, + "content": "experts do not share common basic programs.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5 + }, + { + "type": "text", + "bbox": [ + 90, + 670, + 504, + 714 + ], + "lines": [ + { + "bbox": [ + 89, + 670, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 89, + 672, + 100, + 682 + ], + "score": 1.0, + "content": "33", + "type": "text" + }, + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "score": 1.0, + "content": "A pathway out of this bind is to keep such basic programs in memory and combine them as required.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 89, + 680, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 89, + 683, + 100, + 693 + ], + "score": 1.0, + "content": "34", + "type": "text" + }, + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "score": 1.0, + "content": "This brings neural networks towards modern general-purpose computers that use the stored-program", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 89, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 89, + 694, + 100, + 704 + ], + "score": 1.0, + "content": "35", + "type": "text" + }, + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "principle [37, 40] to efficiently access reusable programs in external memory. Here we show how", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 88, + 702, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 88, + 705, + 100, + 715 + ], + "score": 1.0, + "content": "36", + "type": "text" + }, + { + "bbox": [ + 105, + 702, + 505, + 716 + ], + "score": 1.0, + "content": "Neurocoder, a new neural framework, introduces a new class of general-purpose conditional compu-", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 103, + 731, + 499, + 742 + ], + "lines": [ + { + "bbox": [ + 106, + 729, + 500, + 743 + ], + "spans": [ + { + "bbox": [ + 106, + 729, + 500, + 743 + ], + "score": 1.0, + "content": "Submitted to 35th Conference on Neural Information Processing Systems (NeurIPS 2021). Do not distribute.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 91, + 276, + 100, + 420 + ], + "lines": [ + { + "bbox": [ + 93, + 280, + 99, + 288 + ], + "spans": [ + { + "bbox": [ + 93, + 280, + 99, + 288 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 290, + 99, + 299 + ], + "spans": [ + { + "bbox": [ + 93, + 290, + 99, + 299 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 301, + 99, + 311 + ], + "spans": [ + { + "bbox": [ + 93, + 301, + 99, + 311 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 312, + 99, + 322 + ], + "spans": [ + { + "bbox": [ + 93, + 312, + 99, + 322 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 323, + 99, + 332 + ], + "spans": [ + { + "bbox": [ + 93, + 323, + 99, + 332 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 334, + 100, + 342 + ], + "spans": [ + { + "bbox": [ + 93, + 334, + 100, + 342 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 344, + 99, + 354 + ], + "spans": [ + { + "bbox": [ + 93, + 344, + 99, + 354 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 356, + 99, + 366 + ], + "spans": [ + { + "bbox": [ + 93, + 356, + 99, + 366 + ], + "score": 1.0, + "content": "8", + "type": "text" + } + ] + }, + { + "bbox": [ + 93, + 366, + 99, + 375 + ], + "spans": [ + { + "bbox": [ + 93, + 366, + 99, + 375 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + }, + { + "bbox": [ + 90, + 377, + 99, + 388 + ], + "spans": [ + { + "bbox": [ + 90, + 377, + 99, + 388 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + }, + { + "bbox": [ + 89, + 388, + 99, + 397 + ], + "spans": [ + { + "bbox": [ + 89, + 388, + 99, + 397 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + }, + { + "bbox": [ + 89, + 399, + 99, + 408 + ], + "spans": [ + { + "bbox": [ + 89, + 399, + 99, + 408 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + }, + { + "bbox": [ + 90, + 410, + 100, + 419 + ], + "spans": [ + { + "bbox": [ + 90, + 410, + 100, + 419 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 140, + 97, + 471, + 137 + ], + "lines": [ + { + "bbox": [ + 155, + 96, + 456, + 119 + ], + "spans": [ + { + "bbox": [ + 155, + 96, + 456, + 119 + ], + "score": 1.0, + "content": "Neurocoder: Learning General-Purpose", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 140, + 116, + 471, + 140 + ], + "spans": [ + { + "bbox": [ + 140, + 116, + 471, + 140 + ], + "score": 1.0, + "content": "Computation Using Stored Neural Programs", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "list", + "bbox": [ + 259, + 179, + 354, + 223 + ], + "lines": [ + { + "bbox": [ + 258, + 178, + 356, + 191 + ], + "spans": [ + { + "bbox": [ + 258, + 178, + 356, + 191 + ], + "score": 1.0, + "content": "Anonymous Author(s)", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "spans": [ + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "score": 1.0, + "content": "Affiliation", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "spans": [ + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "score": 1.0, + "content": "Address", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "spans": [ + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "score": 1.0, + "content": "email", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + } + ], + "index": 3.5, + "bbox_fs": [ + 258, + 178, + 356, + 222 + ] + }, + { + "type": "title", + "bbox": [ + 283, + 252, + 328, + 265 + ], + "lines": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 91, + 276, + 469, + 419 + ], + "lines": [ + { + "bbox": [ + 142, + 276, + 469, + 289 + ], + "spans": [ + { + "bbox": [ + 142, + 276, + 469, + 289 + ], + "score": 1.0, + "content": "Artificial Neural Networks are functionally equivalent to special-purpose comput-", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 288, + 469, + 300 + ], + "spans": [ + { + "bbox": [ + 141, + 288, + 469, + 300 + ], + "score": 1.0, + "content": "ers. Their inter-neuronal connection weights represent the learnt Neural Program", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 298, + 469, + 311 + ], + "spans": [ + { + "bbox": [ + 141, + 298, + 469, + 311 + ], + "score": 1.0, + "content": "that instructs the networks on how to compute the data. However, without stor-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 142, + 309, + 469, + 322 + ], + "spans": [ + { + "bbox": [ + 142, + 309, + 469, + 322 + ], + "score": 1.0, + "content": "ing Neural Programs, they are restricted to only one, overwriting learnt programs", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 142, + 320, + 469, + 333 + ], + "spans": [ + { + "bbox": [ + 142, + 320, + 469, + 333 + ], + "score": 1.0, + "content": "when trained on new data. Here we design Neurocoder, a new class of general-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 141, + 331, + 469, + 344 + ], + "spans": [ + { + "bbox": [ + 141, + 331, + 469, + 344 + ], + "score": 1.0, + "content": "purpose neural networks in which the neural network “codes” itself in a data-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 141, + 343, + 469, + 354 + ], + "spans": [ + { + "bbox": [ + 141, + 343, + 469, + 354 + ], + "score": 1.0, + "content": "responsive way by composing relevant programs from a set of shareable, modular", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 141, + 353, + 469, + 365 + ], + "spans": [ + { + "bbox": [ + 141, + 353, + 469, + 365 + ], + "score": 1.0, + "content": "programs stored in external memory. For the first time, a Neural Program is ef-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "ficiently treated as a datum in memory. Integrating Neurocoder into current neu-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 375, + 469, + 388 + ], + "spans": [ + { + "bbox": [ + 141, + 375, + 469, + 388 + ], + "score": 1.0, + "content": "ral architectures, we demonstrate new capacity to learn modular programs, reuse", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 141, + 386, + 469, + 398 + ], + "spans": [ + { + "bbox": [ + 141, + 386, + 469, + 398 + ], + "score": 1.0, + "content": "simple programs to build complex ones, handle pattern shifts and remember old", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 397, + 470, + 410 + ], + "spans": [ + { + "bbox": [ + 141, + 397, + 470, + 410 + ], + "score": 1.0, + "content": "programs as new ones are learnt, and show substantial performance improvement", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 408, + 463, + 420 + ], + "spans": [ + { + "bbox": [ + 141, + 408, + 463, + 420 + ], + "score": 1.0, + "content": "in solving object recognition, playing video games and continual learning tasks.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 13, + "bbox_fs": [ + 141, + 276, + 470, + 420 + ] + }, + { + "type": "title", + "bbox": [ + 91, + 438, + 190, + 452 + ], + "lines": [ + { + "bbox": [ + 87, + 437, + 192, + 454 + ], + "spans": [ + { + "bbox": [ + 87, + 437, + 192, + 454 + ], + "score": 1.0, + "content": "14 1 Introduction", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "index", + "bbox": [ + 90, + 463, + 505, + 595 + ], + "lines": [ + { + "bbox": [ + 90, + 463, + 505, + 475 + ], + "spans": [ + { + "bbox": [ + 90, + 465, + 99, + 474 + ], + "score": 1.0, + "content": "15", + "type": "text" + }, + { + "bbox": [ + 105, + 463, + 505, + 475 + ], + "score": 1.0, + "content": "From its inception in 1943 until recently, the fundamental architectures of Artificial Neural Net-", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 89, + 476, + 100, + 486 + ], + "score": 1.0, + "content": "16", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "score": 1.0, + "content": "works remained largely unchanged - a program is executed by passing data through a network of", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 89, + 487, + 99, + 496 + ], + "score": 1.0, + "content": "17", + "type": "text" + }, + { + "bbox": [ + 104, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "artificial neurons whose inter-neuronal connection weights are learnt through training with data.", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 89, + 498, + 100, + 508 + ], + "score": 1.0, + "content": "18", + "type": "text" + }, + { + "bbox": [ + 105, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "These inter-neuronal connection weights, or Neural Programs, correspond to a program in modern", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 506, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 89, + 509, + 100, + 519 + ], + "score": 1.0, + "content": "19", + "type": "text" + }, + { + "bbox": [ + 105, + 506, + 506, + 519 + ], + "score": 1.0, + "content": "computers [32]. Memory Augmented Neural Networks (MANN) are an innovative solution allow-", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 518, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 89, + 520, + 100, + 530 + ], + "score": 1.0, + "content": "20", + "type": "text" + }, + { + "bbox": [ + 104, + 518, + 506, + 530 + ], + "score": 1.0, + "content": "ing networks to access external memory for manipulating data [11, 12]. But they were still unable", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 88, + 531, + 99, + 541 + ], + "score": 1.0, + "content": "21", + "type": "text" + }, + { + "bbox": [ + 105, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "to store Neural Programs in such external memory, and this severely limits machine learning. Stor-", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 542, + 99, + 551 + ], + "score": 1.0, + "content": "22", + "type": "text" + }, + { + "bbox": [ + 104, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "ing inter-neuronal connection weights only in their network does not permit modular separation of", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 89, + 552, + 100, + 562 + ], + "score": 1.0, + "content": "23", + "type": "text" + }, + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "Neural programs and is analogous to a computer with one fixed program. Recent works introduce", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 88, + 564, + 100, + 573 + ], + "score": 1.0, + "content": "24", + "type": "text" + }, + { + "bbox": [ + 104, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "conditional computation via adjusting or activating parts of a network in an input-dependent manner", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 573, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "25", + "type": "text" + }, + { + "bbox": [ + 106, + 573, + 505, + 585 + ], + "score": 1.0, + "content": "[39, 33, 4, 13, 28], but networks remain monolithic. Current networks forget when retrained, old", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 583, + 392, + 595 + ], + "spans": [ + { + "bbox": [ + 89, + 586, + 100, + 595 + ], + "score": 1.0, + "content": "26", + "type": "text" + }, + { + "bbox": [ + 105, + 583, + 392, + 595 + ], + "score": 1.0, + "content": "inter-neuronal connection weights are merged with new ones or erased.", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 599, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 89, + 601, + 99, + 610 + ], + "score": 1.0, + "content": "27", + "type": "text" + }, + { + "bbox": [ + 105, + 599, + 506, + 612 + ], + "score": 1.0, + "content": "The brain is modular, not a monolithic system [8, 6]. Neuroscience research indicates that the brain is", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 609, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 89, + 612, + 100, + 622 + ], + "score": 1.0, + "content": "28", + "type": "text" + }, + { + "bbox": [ + 105, + 609, + 505, + 623 + ], + "score": 1.0, + "content": "divided into functional modules [19, 7, 9]. If the neural program for each module is kept in separate", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 89, + 624, + 99, + 633 + ], + "score": 1.0, + "content": "29", + "type": "text" + }, + { + "bbox": [ + 105, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "networks, networks proliferate. Modular neural networks, another form of conditional computation,", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 631, + 505, + 645 + ], + "spans": [ + { + "bbox": [ + 89, + 634, + 100, + 644 + ], + "score": 1.0, + "content": "30", + "type": "text" + }, + { + "bbox": [ + 105, + 631, + 505, + 645 + ], + "score": 1.0, + "content": "combine the output of multiple expert networks, but as the experts grow, the networks grow drasti-", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 642, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 88, + 645, + 99, + 654 + ], + "score": 1.0, + "content": "31", + "type": "text" + }, + { + "bbox": [ + 105, + 642, + 505, + 656 + ], + "score": 1.0, + "content": "cally [20, 14, 35, 29]. This requires huge computational storage and introduces redundancy as these", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 655, + 292, + 667 + ], + "spans": [ + { + "bbox": [ + 88, + 656, + 100, + 667 + ], + "score": 1.0, + "content": "32", + "type": "text" + }, + { + "bbox": [ + 105, + 655, + 292, + 667 + ], + "score": 1.0, + "content": "experts do not share common basic programs.", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 670, + 505, + 684 + ], + "spans": [ + { + "bbox": [ + 89, + 672, + 100, + 682 + ], + "score": 1.0, + "content": "33", + "type": "text" + }, + { + "bbox": [ + 105, + 670, + 505, + 684 + ], + "score": 1.0, + "content": "A pathway out of this bind is to keep such basic programs in memory and combine them as required.", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 680, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 89, + 683, + 100, + 693 + ], + "score": 1.0, + "content": "34", + "type": "text" + }, + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "score": 1.0, + "content": "This brings neural networks towards modern general-purpose computers that use the stored-program", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 89, + 694, + 100, + 704 + ], + "score": 1.0, + "content": "35", + "type": "text" + }, + { + "bbox": [ + 105, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "principle [37, 40] to efficiently access reusable programs in external memory. Here we show how", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 702, + 505, + 716 + ], + "spans": [ + { + "bbox": [ + 88, + 705, + 100, + 715 + ], + "score": 1.0, + "content": "36", + "type": "text" + }, + { + "bbox": [ + 105, + 702, + 505, + 716 + ], + "score": 1.0, + "content": "Neurocoder, a new neural framework, introduces a new class of general-purpose conditional compu-", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 89, + 460, + 99, + 469 + ], + "score": 1.0, + "content": "37", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "tation machines in which a neural network can be “coded” in an input-dependent manner. Efficient", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 469, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 89, + 471, + 99, + 480 + ], + "score": 1.0, + "content": "38", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 469, + 506, + 481 + ], + "score": 1.0, + "content": "decomposition of Neural Programs creates shareable modular components that can reconstruct the", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 88, + 482, + 100, + 492 + ], + "score": 1.0, + "content": "39", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "whole program space. These components change their “shapes” based on training and are stored", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 491, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 89, + 493, + 100, + 502 + ], + "score": 1.0, + "content": "40", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 491, + 505, + 502 + ], + "score": 1.0, + "content": "in an external Program Memory. Then, in a data-responsive way, a Program Controller retrieves", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 502, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 89, + 504, + 99, + 513 + ], + "score": 1.0, + "content": "41", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 502, + 505, + 514 + ], + "score": 1.0, + "content": "relevant components to build the Neural Program. This is analogous to shape-shifting Lego bricks", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 512, + 435, + 524 + ], + "spans": [ + { + "bbox": [ + 89, + 514, + 100, + 523 + ], + "score": 1.0, + "content": "42", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 512, + 435, + 524 + ], + "score": 1.0, + "content": "that can be reused to build unlimited shapes and structures (See Appendix Fig. 4).", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 89, + 531, + 100, + 540 + ], + "score": 1.0, + "content": "43", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "Using adaptive modular components vastly increases the learning capacity of the neural network", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 542, + 100, + 551 + ], + "score": 1.0, + "content": "44", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "by allowing re-utilisation of parameters, effectively curbing network growth as programs increase.", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 89, + 553, + 100, + 562 + ], + "score": 1.0, + "content": "45", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "More importantly, unlike pre-defined sub-networks or modules [20, 1] that combine at activation", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 89, + 564, + 100, + 573 + ], + "score": 1.0, + "content": "46", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "level, the construction of our modular components is dynamic and performed on the weight space.", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "47", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "The Neural Program construction is learnt through training via traditional backpropagation [30] as", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 583, + 283, + 595 + ], + "spans": [ + { + "bbox": [ + 89, + 585, + 100, + 594 + ], + "score": 1.0, + "content": "48", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 583, + 283, + 595 + ], + "score": 1.0, + "content": "the architecture is end-to-end differentiable.", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + } + ], + "index": 26.5, + "bbox_fs": [ + 88, + 463, + 506, + 595 + ] + }, + { + "type": "index", + "bbox": [ + 90, + 599, + 505, + 666 + ], + "lines": [], + "index": 35.5, + "bbox_fs": [ + 88, + 599, + 506, + 667 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 90, + 670, + 504, + 714 + ], + "lines": [], + "index": 40.5, + "bbox_fs": [ + 88, + 670, + 505, + 716 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 70, + 501, + 291 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 70, + 501, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 70, + 501, + 291 + ], + "spans": [ + { + "bbox": [ + 114, + 70, + 501, + 291 + ], + "score": 0.974, + "type": "image", + "image_path": "e389c763e9b4533f0b062c87f24ebd5da2780f7e18d1c6818a55a57ce1880a0c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 70, + 501, + 143.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 143.66666666666669, + 501, + 217.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 217.33333333333337, + 501, + 291.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 300, + 505, + 432 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "score": 1.0, + "content": "Figure 1: Neurocoder (a) The Main Network uses a working program to compute the output for the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "score": 1.0, + "content": "input. Here only the final layer of the Main Network is adaptively loaded with the working program", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 119, + 333 + ], + "score": 0.4, + "content": "( I )", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 322, + 505, + 335 + ], + "score": 1.0, + "content": ". Other layers use traditional Neural Programs as connection weights (fixed-after-training). (b)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 332, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 506, + 347 + ], + "score": 1.0, + "content": "The Program Controller’s composition network controls access to the Program Memory, emitting", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "score": 1.0, + "content": "queries and interpolating gate control signals in response to the input (2). It then performs recurrent", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "score": 1.0, + "content": "multi-head program attention to the Program Status (3), triggering attention weights to the Singular", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 365, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 505, + 380 + ], + "score": 1.0, + "content": "Programs (4). The attended Singular Programs form an active program using low-rank approxi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 377, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 390 + ], + "score": 1.0, + "content": "mation (5). Residual program produced by the Program Controller’s integration network (6) plus", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 387, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 401 + ], + "score": 1.0, + "content": "the active program derives the working program. (c) The Program Memory stores the represen-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "tations (singular programs) required to reconstruct the active program to be used by the Program", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 409, + 504, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 410, + 423 + ], + "score": 1.0, + "content": "Controller. Access is controlled through the Program Status including keys", + "type": "text" + }, + { + "bbox": [ + 410, + 410, + 423, + 421 + ], + "score": 0.68, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 409, + 487, + 423 + ], + "score": 1.0, + "content": ", and slot usage", + "type": "text" + }, + { + "bbox": [ + 488, + 410, + 504, + 421 + ], + "score": 0.54, + "content": "( m )", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 420, + 335, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 335, + 433 + ], + "score": 1.0, + "content": "that are updated during the training and computation (7).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 8.5 + } + ], + "index": 4.75 + }, + { + "type": "text", + "bbox": [ + 90, + 458, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 89, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 89, + 460, + 99, + 469 + ], + "score": 1.0, + "content": "37", + "type": "text" + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "tation machines in which a neural network can be “coded” in an input-dependent manner. Efficient", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 89, + 469, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 89, + 471, + 99, + 480 + ], + "score": 1.0, + "content": "38", + "type": "text" + }, + { + "bbox": [ + 105, + 469, + 506, + 481 + ], + "score": 1.0, + "content": "decomposition of Neural Programs creates shareable modular components that can reconstruct the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 88, + 480, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 88, + 482, + 100, + 492 + ], + "score": 1.0, + "content": "39", + "type": "text" + }, + { + "bbox": [ + 105, + 480, + 506, + 493 + ], + "score": 1.0, + "content": "whole program space. These components change their “shapes” based on training and are stored", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 89, + 491, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 89, + 493, + 100, + 502 + ], + "score": 1.0, + "content": "40", + "type": "text" + }, + { + "bbox": [ + 105, + 491, + 505, + 502 + ], + "score": 1.0, + "content": "in an external Program Memory. Then, in a data-responsive way, a Program Controller retrieves", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 89, + 502, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 89, + 504, + 99, + 513 + ], + "score": 1.0, + "content": "41", + "type": "text" + }, + { + "bbox": [ + 105, + 502, + 505, + 514 + ], + "score": 1.0, + "content": "relevant components to build the Neural Program. This is analogous to shape-shifting Lego bricks", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 89, + 512, + 435, + 524 + ], + "spans": [ + { + "bbox": [ + 89, + 514, + 100, + 523 + ], + "score": 1.0, + "content": "42", + "type": "text" + }, + { + "bbox": [ + 104, + 512, + 435, + 524 + ], + "score": 1.0, + "content": "that can be reused to build unlimited shapes and structures (See Appendix Fig. 4).", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 90, + 529, + 505, + 594 + ], + "lines": [ + { + "bbox": [ + 89, + 529, + 505, + 541 + ], + "spans": [ + { + "bbox": [ + 89, + 531, + 100, + 540 + ], + "score": 1.0, + "content": "43", + "type": "text" + }, + { + "bbox": [ + 106, + 529, + 505, + 541 + ], + "score": 1.0, + "content": "Using adaptive modular components vastly increases the learning capacity of the neural network", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 542, + 100, + 551 + ], + "score": 1.0, + "content": "44", + "type": "text" + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "by allowing re-utilisation of parameters, effectively curbing network growth as programs increase.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 89, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 89, + 553, + 100, + 562 + ], + "score": 1.0, + "content": "45", + "type": "text" + }, + { + "bbox": [ + 104, + 550, + 506, + 564 + ], + "score": 1.0, + "content": "More importantly, unlike pre-defined sub-networks or modules [20, 1] that combine at activation", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 89, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 89, + 564, + 100, + 573 + ], + "score": 1.0, + "content": "46", + "type": "text" + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "level, the construction of our modular components is dynamic and performed on the weight space.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 89, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "47", + "type": "text" + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "The Neural Program construction is learnt through training via traditional backpropagation [30] as", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 89, + 583, + 283, + 595 + ], + "spans": [ + { + "bbox": [ + 89, + 585, + 100, + 594 + ], + "score": 1.0, + "content": "48", + "type": "text" + }, + { + "bbox": [ + 105, + 583, + 283, + 595 + ], + "score": 1.0, + "content": "the architecture is end-to-end differentiable.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "title", + "bbox": [ + 95, + 616, + 170, + 629 + ], + "lines": [ + { + "bbox": [ + 92, + 615, + 172, + 631 + ], + "spans": [ + { + "bbox": [ + 92, + 615, + 172, + 631 + ], + "score": 1.0, + "content": "49 2 Methods", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 107, + 645, + 200, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 202, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 202, + 658 + ], + "score": 1.0, + "content": "2.1 System overview", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 90, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 89, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 89, + 669, + 100, + 678 + ], + "score": 1.0, + "content": "51", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "A Neurocoder is a neural network (Main Network) coupled to an external Program Memory through", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 677, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 89, + 680, + 100, + 689 + ], + "score": 1.0, + "content": "52", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 505, + 691 + ], + "score": 1.0, + "content": "a Program Controller. The working program of the Main Network processes the input data to pro-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 89, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 89, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "53", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "duce the output. This working program is “coded” by the Program Controller by creating an input-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 89, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 89, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "54", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "dependent active program from the Program Memory (Fig. 1). The following gives a high-level", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 89, + 711, + 356, + 723 + ], + "spans": [ + { + "bbox": [ + 89, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "55", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 356, + 723 + ], + "score": 1.0, + "content": "description of the Neurocoder framework and then the details.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 741, + 310, + 753 + ], + "spans": [ + { + "bbox": [ + 301, + 741, + 310, + 753 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 114, + 70, + 501, + 291 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 114, + 70, + 501, + 291 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 70, + 501, + 291 + ], + "spans": [ + { + "bbox": [ + 114, + 70, + 501, + 291 + ], + "score": 0.974, + "type": "image", + "image_path": "e389c763e9b4533f0b062c87f24ebd5da2780f7e18d1c6818a55a57ce1880a0c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 114, + 70, + 501, + 143.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 114, + 143.66666666666669, + 501, + 217.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 114, + 217.33333333333337, + 501, + 291.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 300, + 505, + 432 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 314 + ], + "score": 1.0, + "content": "Figure 1: Neurocoder (a) The Main Network uses a working program to compute the output for the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "score": 1.0, + "content": "input. Here only the final layer of the Main Network is adaptively loaded with the working program", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 119, + 333 + ], + "score": 0.4, + "content": "( I )", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 322, + 505, + 335 + ], + "score": 1.0, + "content": ". Other layers use traditional Neural Programs as connection weights (fixed-after-training). (b)", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 332, + 506, + 347 + ], + "spans": [ + { + "bbox": [ + 105, + 332, + 506, + 347 + ], + "score": 1.0, + "content": "The Program Controller’s composition network controls access to the Program Memory, emitting", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 344, + 505, + 357 + ], + "score": 1.0, + "content": "queries and interpolating gate control signals in response to the input (2). It then performs recurrent", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "score": 1.0, + "content": "multi-head program attention to the Program Status (3), triggering attention weights to the Singular", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 365, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 505, + 380 + ], + "score": 1.0, + "content": "Programs (4). The attended Singular Programs form an active program using low-rank approxi-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 377, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 505, + 390 + ], + "score": 1.0, + "content": "mation (5). Residual program produced by the Program Controller’s integration network (6) plus", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 387, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 505, + 401 + ], + "score": 1.0, + "content": "the active program derives the working program. (c) The Program Memory stores the represen-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 106, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "tations (singular programs) required to reconstruct the active program to be used by the Program", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 409, + 504, + 423 + ], + "spans": [ + { + "bbox": [ + 105, + 409, + 410, + 423 + ], + "score": 1.0, + "content": "Controller. Access is controlled through the Program Status including keys", + "type": "text" + }, + { + "bbox": [ + 410, + 410, + 423, + 421 + ], + "score": 0.68, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 409, + 487, + 423 + ], + "score": 1.0, + "content": ", and slot usage", + "type": "text" + }, + { + "bbox": [ + 488, + 410, + 504, + 421 + ], + "score": 0.54, + "content": "( m )", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 420, + 335, + 433 + ], + "spans": [ + { + "bbox": [ + 105, + 420, + 335, + 433 + ], + "score": 1.0, + "content": "that are updated during the training and computation (7).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 8.5 + } + ], + "index": 4.75 + }, + { + "type": "index", + "bbox": [ + 90, + 458, + 505, + 524 + ], + "lines": [], + "index": 17.5, + "bbox_fs": [ + 88, + 457, + 506, + 524 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 90, + 529, + 505, + 594 + ], + "lines": [], + "index": 23.5, + "bbox_fs": [ + 89, + 529, + 506, + 595 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 95, + 616, + 170, + 629 + ], + "lines": [ + { + "bbox": [ + 92, + 615, + 172, + 631 + ], + "spans": [ + { + "bbox": [ + 92, + 615, + 172, + 631 + ], + "score": 1.0, + "content": "49 2 Methods", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 107, + 645, + 200, + 656 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 202, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 202, + 658 + ], + "score": 1.0, + "content": "2.1 System overview", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "index", + "bbox": [ + 90, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 89, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 89, + 669, + 100, + 678 + ], + "score": 1.0, + "content": "51", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "A Neurocoder is a neural network (Main Network) coupled to an external Program Memory through", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 677, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 89, + 680, + 100, + 689 + ], + "score": 1.0, + "content": "52", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 505, + 691 + ], + "score": 1.0, + "content": "a Program Controller. The working program of the Main Network processes the input data to pro-", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 89, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "53", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "duce the output. This working program is “coded” by the Program Controller by creating an input-", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 89, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "54", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "dependent active program from the Program Memory (Fig. 1). The following gives a high-level", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 711, + 356, + 723 + ], + "spans": [ + { + "bbox": [ + 89, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "55", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 356, + 723 + ], + "score": 1.0, + "content": "description of the Neurocoder framework and then the details.", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + } + ], + "index": 31, + "bbox_fs": [ + 89, + 667, + 505, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 92, + 72, + 493, + 84 + ], + "lines": [ + { + "bbox": [ + 87, + 69, + 495, + 88 + ], + "spans": [ + { + "bbox": [ + 87, + 69, + 495, + 88 + ], + "score": 1.0, + "content": "56 Neurocoder stores Singular Value Decomposition of Neural Programs in Program Memory", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 89, + 91, + 505, + 180 + ], + "lines": [ + { + "bbox": [ + 89, + 91, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 89, + 93, + 99, + 103 + ], + "score": 1.0, + "content": "57", + "type": "text" + }, + { + "bbox": [ + 105, + 91, + 506, + 104 + ], + "score": 1.0, + "content": "The Neural Program needs to be stored efficiently in Program Memory. This is challenging as there", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 88, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 88, + 104, + 99, + 114 + ], + "score": 1.0, + "content": "58", + "type": "text" + }, + { + "bbox": [ + 105, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "may be millions of inter-neuronal connection weights, thus storing them directly ([22]) is grossly", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 88, + 113, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 88, + 115, + 99, + 125 + ], + "score": 1.0, + "content": "59", + "type": "text" + }, + { + "bbox": [ + 105, + 113, + 505, + 126 + ], + "score": 1.0, + "content": "inefficient. Instead, the Neurocoder forms the basis of a subspace spanned by Neural Programs and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 88, + 121, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 88, + 126, + 99, + 136 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 104, + 121, + 506, + 138 + ], + "score": 1.0, + "content": "stores the singular values and vectors of this subspace in memory slots of the Program Memory", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 88, + 134, + 506, + 149 + ], + "spans": [ + { + "bbox": [ + 88, + 137, + 99, + 147 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 105, + 134, + 506, + 149 + ], + "score": 1.0, + "content": "(hereafter referred to as singular programs). Based on the input, relevant singular programs are", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 88, + 146, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 88, + 148, + 99, + 158 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 105, + 146, + 505, + 159 + ], + "score": 1.0, + "content": "retrieved, a new program is reconstructed and then loaded in the Main Network to process the input.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 88, + 156, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 88, + 159, + 99, + 169 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "score": 1.0, + "content": "This representational choice significantly reduces the number of stored elements and allows each", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 89, + 168, + 434, + 181 + ], + "spans": [ + { + "bbox": [ + 89, + 170, + 100, + 180 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 105, + 168, + 434, + 181 + ], + "score": 1.0, + "content": "singular program to effectively represent a unitary function of the active program.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 90, + 183, + 455, + 196 + ], + "lines": [ + { + "bbox": [ + 87, + 182, + 457, + 198 + ], + "spans": [ + { + "bbox": [ + 87, + 182, + 216, + 198 + ], + "score": 1.0, + "content": "65 The active program matrix", + "type": "text" + }, + { + "bbox": [ + 216, + 185, + 225, + 194 + ], + "score": 0.71, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 182, + 457, + 198 + ], + "score": 1.0, + "content": "can be composed by standard low-rank approximation as", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "interline_equation", + "bbox": [ + 246, + 200, + 364, + 232 + ], + "lines": [ + { + "bbox": [ + 246, + 200, + 364, + 232 + ], + "spans": [ + { + "bbox": [ + 246, + 200, + 364, + 232 + ], + "score": 0.95, + "content": "\\mathbf { P } = \\mathbf { U S V } ^ { \\mathbf { T } } = \\sum _ { n } ^ { r _ { m } } \\sigma _ { n } u _ { n } v _ { n } ^ { \\top }", + "type": "interline_equation", + "image_path": "9f81cb11dec9c11b78cca6d7f7e9e1a93d9f3d74864311254010fb6362f61e22.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 246, + 200, + 364, + 216.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 246, + 216.0, + 364, + 232.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 90, + 235, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 89, + 236, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 89, + 237, + 100, + 247 + ], + "score": 1.0, + "content": "66", + "type": "text" + }, + { + "bbox": [ + 105, + 236, + 132, + 248 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 236, + 143, + 246 + ], + "score": 0.43, + "content": "\\mathbf { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 236, + 160, + 248 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 160, + 236, + 170, + 246 + ], + "score": 0.55, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 236, + 505, + 248 + ], + "score": 1.0, + "content": "are matrices of the left and right singular vectors, and S the matrix of singular values.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 89, + 242, + 509, + 265 + ], + "spans": [ + { + "bbox": [ + 89, + 249, + 100, + 259 + ], + "score": 1.0, + "content": "67", + "type": "text" + }, + { + "bbox": [ + 106, + 249, + 120, + 258 + ], + "score": 0.85, + "content": "r _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 242, + 341, + 265 + ], + "score": 1.0, + "content": "is the total number of components we want to retrieve.", + "type": "text" + }, + { + "bbox": [ + 342, + 246, + 379, + 259 + ], + "score": 0.93, + "content": "\\left\\{ \\sigma _ { n } \\right\\} _ { n = 1 } ^ { r _ { m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 242, + 509, + 265 + ], + "score": 1.0, + "content": "is the attended singular values,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 89, + 254, + 509, + 277 + ], + "spans": [ + { + "bbox": [ + 89, + 261, + 100, + 271 + ], + "score": 1.0, + "content": "68", + "type": "text" + }, + { + "bbox": [ + 106, + 259, + 142, + 273 + ], + "score": 1.0, + "content": "{un} mn=", + "type": "text" + }, + { + "bbox": [ + 145, + 254, + 164, + 277 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 164, + 258, + 201, + 271 + ], + "score": 0.93, + "content": "\\{ v _ { n } \\} _ { n = 1 } ^ { r _ { m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 254, + 379, + 277 + ], + "score": 1.0, + "content": "the attended singular vectors of S, U, and", + "type": "text" + }, + { + "bbox": [ + 379, + 259, + 389, + 269 + ], + "score": 0.7, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 254, + 509, + 277 + ], + "score": 1.0, + "content": ", respectively. The Program", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 89, + 267, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 89, + 271, + 100, + 281 + ], + "score": 1.0, + "content": "69", + "type": "text" + }, + { + "bbox": [ + 104, + 267, + 339, + 284 + ], + "score": 1.0, + "content": "Memory is crafted as three singular program memories", + "type": "text" + }, + { + "bbox": [ + 339, + 270, + 410, + 282 + ], + "score": 0.9, + "content": "\\{ { \\bf M } _ { U } , { \\bf M } _ { V } , { \\bf M } _ { S } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 267, + 506, + 284 + ], + "score": 1.0, + "content": "–each of their memory", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 88, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 88, + 283, + 100, + 293 + ], + "score": 1.0, + "content": "70", + "type": "text" + }, + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "slot stores a singular component or singular program. The process “codes” the active program", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 88, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 88, + 293, + 99, + 303 + ], + "score": 1.0, + "content": "71", + "type": "text" + }, + { + "bbox": [ + 105, + 291, + 475, + 305 + ], + "score": 1.0, + "content": "using singular programs from the program memories. The coding is conditioned on input", + "type": "text" + }, + { + "bbox": [ + 475, + 294, + 486, + 303 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 291, + 506, + 305 + ], + "score": 1.0, + "content": ", yet", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 89, + 301, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 89, + 304, + 100, + 314 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 104, + 301, + 165, + 316 + ], + "score": 1.0, + "content": "we drop index", + "type": "text" + }, + { + "bbox": [ + 165, + 304, + 171, + 312 + ], + "score": 0.61, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 301, + 451, + 316 + ], + "score": 1.0, + "content": "for notation simplification and leave the details on the computation of", + "type": "text" + }, + { + "bbox": [ + 451, + 304, + 493, + 314 + ], + "score": 0.91, + "content": "\\sigma _ { n } , u _ { n } , v _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 301, + 506, + 316 + ], + "score": 1.0, + "content": "in", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 89, + 312, + 144, + 325 + ], + "spans": [ + { + "bbox": [ + 89, + 315, + 100, + 325 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 312, + 144, + 325 + ], + "score": 1.0, + "content": "Sec. 2.2.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 90, + 330, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 89, + 329, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 89, + 331, + 100, + 341 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "score": 1.0, + "content": "The Program Memory also maintains the status for each singular program in terms of access and", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 89, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 89, + 343, + 100, + 352 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 106, + 340, + 317, + 353 + ], + "score": 1.0, + "content": "usage. To access a singular program, program keys", + "type": "text" + }, + { + "bbox": [ + 317, + 341, + 330, + 352 + ], + "score": 0.62, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "are used. These keys are low-dimensional", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 89, + 354, + 100, + 363 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "vectors that represent the singular program function and computed by a neural network that ef-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 89, + 362, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 89, + 365, + 100, + 374 + ], + "score": 1.0, + "content": "77", + "type": "text" + }, + { + "bbox": [ + 105, + 362, + 365, + 376 + ], + "score": 1.0, + "content": "fectively compresses the singular program. The program usage", + "type": "text" + }, + { + "bbox": [ + 366, + 363, + 382, + 374 + ], + "score": 0.64, + "content": "( m )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 362, + 506, + 376 + ], + "score": 1.0, + "content": "measures memory utilisation,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 89, + 373, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 89, + 376, + 100, + 385 + ], + "score": 1.0, + "content": "78", + "type": "text" + }, + { + "bbox": [ + 105, + 373, + 506, + 385 + ], + "score": 1.0, + "content": "recording how much a memory slot is used in constructing a program. The components of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 89, + 384, + 299, + 397 + ], + "spans": [ + { + "bbox": [ + 89, + 387, + 100, + 396 + ], + "score": 1.0, + "content": "79", + "type": "text" + }, + { + "bbox": [ + 105, + 384, + 299, + 397 + ], + "score": 1.0, + "content": "Program Memory are summarised in Fig. 1 (c).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 90, + 407, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 89, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 89, + 410, + 100, + 419 + ], + "score": 1.0, + "content": "80", + "type": "text" + }, + { + "bbox": [ + 105, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "Recurrent multi-head program attention mechanisms for program storage and retrieval", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 89, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 89, + 420, + 99, + 429 + ], + "score": 1.0, + "content": "81", + "type": "text" + }, + { + "bbox": [ + 105, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "Neural networks use the concept of differentiable attention to access memory [11, 2]. This de-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 89, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 89, + 431, + 99, + 441 + ], + "score": 1.0, + "content": "82", + "type": "text" + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "fines a weighting distribution over the memory slots essentially weighting the degree to which each", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 89, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 89, + 442, + 100, + 452 + ], + "score": 1.0, + "content": "83", + "type": "text" + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "memory slot participates in a read or write operation. This is unlike conventional computers that use", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 451, + 302, + 464 + ], + "spans": [ + { + "bbox": [ + 89, + 453, + 100, + 462 + ], + "score": 1.0, + "content": "84", + "type": "text" + }, + { + "bbox": [ + 104, + 451, + 302, + 464 + ], + "score": 1.0, + "content": "a unique address to access a single memory slot.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 89, + 467, + 505, + 555 + ], + "lines": [ + { + "bbox": [ + 89, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 89, + 470, + 100, + 479 + ], + "score": 1.0, + "content": "85", + "type": "text" + }, + { + "bbox": [ + 105, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "Here we use two kinds of attention. First is content-based attention [11, 12] to ensure that the singu-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 88, + 476, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 88, + 480, + 100, + 490 + ], + "score": 1.0, + "content": "86", + "type": "text" + }, + { + "bbox": [ + 104, + 476, + 506, + 492 + ], + "score": 1.0, + "content": "lar program is selected based on its functionality and the data input. This is achieved by producing", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 88, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 88, + 491, + 99, + 501 + ], + "score": 1.0, + "content": "87", + "type": "text" + }, + { + "bbox": [ + 105, + 489, + 395, + 502 + ], + "score": 1.0, + "content": "a query vector based on the input and comparing it to the program keys", + "type": "text" + }, + { + "bbox": [ + 396, + 489, + 408, + 500 + ], + "score": 0.6, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "using cosine similarity.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 88, + 499, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 88, + 502, + 100, + 512 + ], + "score": 1.0, + "content": "88", + "type": "text" + }, + { + "bbox": [ + 105, + 499, + 506, + 513 + ], + "score": 1.0, + "content": "Higher cosine similarity scores indicate higher attention weights to the singular programs associated", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 88, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 88, + 513, + 100, + 522 + ], + "score": 1.0, + "content": "89", + "type": "text" + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "with those program keys. Second, to encourage better memory utilisation, higher attention weights", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 88, + 521, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 88, + 524, + 99, + 533 + ], + "score": 1.0, + "content": "90", + "type": "text" + }, + { + "bbox": [ + 105, + 521, + 302, + 534 + ], + "score": 1.0, + "content": "are assigned to slots with lower program usage", + "type": "text" + }, + { + "bbox": [ + 302, + 523, + 318, + 533 + ], + "score": 0.6, + "content": "( m )", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 521, + 506, + 534 + ], + "score": 1.0, + "content": "through usage-based attention [12, 31]. The", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 88, + 532, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 88, + 535, + 99, + 545 + ], + "score": 1.0, + "content": "91", + "type": "text" + }, + { + "bbox": [ + 105, + 532, + 505, + 546 + ], + "score": 1.0, + "content": "attention weights from the two schemas are then combined using interpolating gates to compose the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 89, + 542, + 298, + 558 + ], + "spans": [ + { + "bbox": [ + 89, + 546, + 100, + 555 + ], + "score": 1.0, + "content": "92", + "type": "text" + }, + { + "bbox": [ + 105, + 542, + 298, + 558 + ], + "score": 1.0, + "content": "final attention weights to the Program Memory.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 90, + 560, + 504, + 615 + ], + "lines": [ + { + "bbox": [ + 89, + 559, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 89, + 562, + 100, + 572 + ], + "score": 1.0, + "content": "93", + "type": "text" + }, + { + "bbox": [ + 106, + 559, + 466, + 573 + ], + "score": 1.0, + "content": "We adapt multi-head attention [11, 38] that applies multiple attentions in parallel to retrieve", + "type": "text" + }, + { + "bbox": [ + 467, + 561, + 477, + 570 + ], + "score": 0.76, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 559, + 505, + 573 + ], + "score": 1.0, + "content": "singu-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 89, + 571, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 89, + 573, + 100, + 582 + ], + "score": 1.0, + "content": "94", + "type": "text" + }, + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "score": 1.0, + "content": "lar components. Besides, we introduce a recurrent attention mechanism, in which multi-head access", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 89, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 89, + 584, + 100, + 594 + ], + "score": 1.0, + "content": "95", + "type": "text" + }, + { + "bbox": [ + 104, + 582, + 218, + 594 + ], + "score": 1.0, + "content": "is performed recurrently in", + "type": "text" + }, + { + "bbox": [ + 218, + 582, + 226, + 592 + ], + "score": 0.77, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 582, + 272, + 594 + ], + "score": 1.0, + "content": "steps. The", + "type": "text" + }, + { + "bbox": [ + 273, + 583, + 279, + 594 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 582, + 316, + 594 + ], + "score": 1.0, + "content": "-th set of", + "type": "text" + }, + { + "bbox": [ + 317, + 582, + 327, + 592 + ], + "score": 0.81, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "retrieved components is conditioned on the", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 89, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 89, + 595, + 100, + 605 + ], + "score": 1.0, + "content": "96", + "type": "text" + }, + { + "bbox": [ + 104, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "previous ones. This recurrent, multi-head attention allows the composition network to incrementally", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 89, + 604, + 384, + 617 + ], + "spans": [ + { + "bbox": [ + 89, + 606, + 100, + 615 + ], + "score": 1.0, + "content": "97", + "type": "text" + }, + { + "bbox": [ + 105, + 604, + 384, + 617 + ], + "score": 1.0, + "content": "search for optimal components for building relevant active programs.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 41 + }, + { + "type": "title", + "bbox": [ + 92, + 626, + 403, + 638 + ], + "lines": [ + { + "bbox": [ + 88, + 624, + 405, + 641 + ], + "spans": [ + { + "bbox": [ + 88, + 624, + 405, + 641 + ], + "score": 1.0, + "content": "98 Neurocoder learns to “code” a relevant working program via training", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 88, + 645, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 89, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 89, + 648, + 100, + 657 + ], + "score": 1.0, + "content": "99", + "type": "text" + }, + { + "bbox": [ + 105, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "The structure of the Program Memory and the role of the Program Controller facilitates the au-", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 86, + 657, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 86, + 659, + 100, + 667 + ], + "score": 1.0, + "content": "100", + "type": "text" + }, + { + "bbox": [ + 105, + 657, + 505, + 669 + ], + "score": 1.0, + "content": "tomatic construction of working programs via training. The Program Controller controls memory", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 86, + 668, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 100, + 679 + ], + "score": 1.0, + "content": "101", + "type": "text" + }, + { + "bbox": [ + 106, + 668, + 505, + 679 + ], + "score": 1.0, + "content": "access through its composition network that creates the attention weight defining how to weight the", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 86, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "102", + "type": "text" + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "singular programs in the memories. A weighted summation of the singular programs results in the", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 86, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "103", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "attended singular program. Applying the recurrent multi-head attention described earlier, multiple", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 86, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 703, + 100, + 711 + ], + "score": 1.0, + "content": "104", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "attended singular programs are retrieved to construct an active program (Eq. 1). Then the Program", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 86, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 723 + ], + "score": 1.0, + "content": "105", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "Controller generates a residual program using its integration network, adding to the active program", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 48 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 92, + 72, + 493, + 84 + ], + "lines": [ + { + "bbox": [ + 87, + 69, + 495, + 88 + ], + "spans": [ + { + "bbox": [ + 87, + 69, + 495, + 88 + ], + "score": 1.0, + "content": "56 Neurocoder stores Singular Value Decomposition of Neural Programs in Program Memory", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "index", + "bbox": [ + 89, + 91, + 505, + 180 + ], + "lines": [ + { + "bbox": [ + 89, + 91, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 89, + 93, + 99, + 103 + ], + "score": 1.0, + "content": "57", + "type": "text" + }, + { + "bbox": [ + 105, + 91, + 506, + 104 + ], + "score": 1.0, + "content": "The Neural Program needs to be stored efficiently in Program Memory. This is challenging as there", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 88, + 104, + 99, + 114 + ], + "score": 1.0, + "content": "58", + "type": "text" + }, + { + "bbox": [ + 105, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "may be millions of inter-neuronal connection weights, thus storing them directly ([22]) is grossly", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 113, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 88, + 115, + 99, + 125 + ], + "score": 1.0, + "content": "59", + "type": "text" + }, + { + "bbox": [ + 105, + 113, + 505, + 126 + ], + "score": 1.0, + "content": "inefficient. Instead, the Neurocoder forms the basis of a subspace spanned by Neural Programs and", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 121, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 88, + 126, + 99, + 136 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 104, + 121, + 506, + 138 + ], + "score": 1.0, + "content": "stores the singular values and vectors of this subspace in memory slots of the Program Memory", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 134, + 506, + 149 + ], + "spans": [ + { + "bbox": [ + 88, + 137, + 99, + 147 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 105, + 134, + 506, + 149 + ], + "score": 1.0, + "content": "(hereafter referred to as singular programs). Based on the input, relevant singular programs are", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 146, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 88, + 148, + 99, + 158 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 105, + 146, + 505, + 159 + ], + "score": 1.0, + "content": "retrieved, a new program is reconstructed and then loaded in the Main Network to process the input.", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 156, + 506, + 170 + ], + "spans": [ + { + "bbox": [ + 88, + 159, + 99, + 169 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 105, + 156, + 506, + 170 + ], + "score": 1.0, + "content": "This representational choice significantly reduces the number of stored elements and allows each", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 168, + 434, + 181 + ], + "spans": [ + { + "bbox": [ + 89, + 170, + 100, + 180 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 105, + 168, + 434, + 181 + ], + "score": 1.0, + "content": "singular program to effectively represent a unitary function of the active program.", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + } + ], + "index": 4.5, + "bbox_fs": [ + 88, + 91, + 506, + 181 + ] + }, + { + "type": "text", + "bbox": [ + 90, + 183, + 455, + 196 + ], + "lines": [ + { + "bbox": [ + 87, + 182, + 457, + 198 + ], + "spans": [ + { + "bbox": [ + 87, + 182, + 216, + 198 + ], + "score": 1.0, + "content": "65 The active program matrix", + "type": "text" + }, + { + "bbox": [ + 216, + 185, + 225, + 194 + ], + "score": 0.71, + "content": "\\mathbf { P }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 182, + 457, + 198 + ], + "score": 1.0, + "content": "can be composed by standard low-rank approximation as", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 87, + 182, + 457, + 198 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 246, + 200, + 364, + 232 + ], + "lines": [ + { + "bbox": [ + 246, + 200, + 364, + 232 + ], + "spans": [ + { + "bbox": [ + 246, + 200, + 364, + 232 + ], + "score": 0.95, + "content": "\\mathbf { P } = \\mathbf { U S V } ^ { \\mathbf { T } } = \\sum _ { n } ^ { r _ { m } } \\sigma _ { n } u _ { n } v _ { n } ^ { \\top }", + "type": "interline_equation", + "image_path": "9f81cb11dec9c11b78cca6d7f7e9e1a93d9f3d74864311254010fb6362f61e22.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 246, + 200, + 364, + 216.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 246, + 216.0, + 364, + 232.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "index", + "bbox": [ + 90, + 235, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 89, + 236, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 89, + 237, + 100, + 247 + ], + "score": 1.0, + "content": "66", + "type": "text" + }, + { + "bbox": [ + 105, + 236, + 132, + 248 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 236, + 143, + 246 + ], + "score": 0.43, + "content": "\\mathbf { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 144, + 236, + 160, + 248 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 160, + 236, + 170, + 246 + ], + "score": 0.55, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 236, + 505, + 248 + ], + "score": 1.0, + "content": "are matrices of the left and right singular vectors, and S the matrix of singular values.", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 242, + 509, + 265 + ], + "spans": [ + { + "bbox": [ + 89, + 249, + 100, + 259 + ], + "score": 1.0, + "content": "67", + "type": "text" + }, + { + "bbox": [ + 106, + 249, + 120, + 258 + ], + "score": 0.85, + "content": "r _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 120, + 242, + 341, + 265 + ], + "score": 1.0, + "content": "is the total number of components we want to retrieve.", + "type": "text" + }, + { + "bbox": [ + 342, + 246, + 379, + 259 + ], + "score": 0.93, + "content": "\\left\\{ \\sigma _ { n } \\right\\} _ { n = 1 } ^ { r _ { m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 242, + 509, + 265 + ], + "score": 1.0, + "content": "is the attended singular values,", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 254, + 509, + 277 + ], + "spans": [ + { + "bbox": [ + 89, + 261, + 100, + 271 + ], + "score": 1.0, + "content": "68", + "type": "text" + }, + { + "bbox": [ + 106, + 259, + 142, + 273 + ], + "score": 1.0, + "content": "{un} mn=", + "type": "text" + }, + { + "bbox": [ + 145, + 254, + 164, + 277 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 164, + 258, + 201, + 271 + ], + "score": 0.93, + "content": "\\{ v _ { n } \\} _ { n = 1 } ^ { r _ { m } }", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 254, + 379, + 277 + ], + "score": 1.0, + "content": "the attended singular vectors of S, U, and", + "type": "text" + }, + { + "bbox": [ + 379, + 259, + 389, + 269 + ], + "score": 0.7, + "content": "\\mathbf { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 254, + 509, + 277 + ], + "score": 1.0, + "content": ", respectively. The Program", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 267, + 506, + 284 + ], + "spans": [ + { + "bbox": [ + 89, + 271, + 100, + 281 + ], + "score": 1.0, + "content": "69", + "type": "text" + }, + { + "bbox": [ + 104, + 267, + 339, + 284 + ], + "score": 1.0, + "content": "Memory is crafted as three singular program memories", + "type": "text" + }, + { + "bbox": [ + 339, + 270, + 410, + 282 + ], + "score": 0.9, + "content": "\\{ { \\bf M } _ { U } , { \\bf M } _ { V } , { \\bf M } _ { S } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 410, + 267, + 506, + 284 + ], + "score": 1.0, + "content": "–each of their memory", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 280, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 88, + 283, + 100, + 293 + ], + "score": 1.0, + "content": "70", + "type": "text" + }, + { + "bbox": [ + 105, + 280, + 506, + 294 + ], + "score": 1.0, + "content": "slot stores a singular component or singular program. The process “codes” the active program", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 88, + 293, + 99, + 303 + ], + "score": 1.0, + "content": "71", + "type": "text" + }, + { + "bbox": [ + 105, + 291, + 475, + 305 + ], + "score": 1.0, + "content": "using singular programs from the program memories. The coding is conditioned on input", + "type": "text" + }, + { + "bbox": [ + 475, + 294, + 486, + 303 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 291, + 506, + 305 + ], + "score": 1.0, + "content": ", yet", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 301, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 89, + 304, + 100, + 314 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 104, + 301, + 165, + 316 + ], + "score": 1.0, + "content": "we drop index", + "type": "text" + }, + { + "bbox": [ + 165, + 304, + 171, + 312 + ], + "score": 0.61, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 171, + 301, + 451, + 316 + ], + "score": 1.0, + "content": "for notation simplification and leave the details on the computation of", + "type": "text" + }, + { + "bbox": [ + 451, + 304, + 493, + 314 + ], + "score": 0.91, + "content": "\\sigma _ { n } , u _ { n } , v _ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 301, + 506, + 316 + ], + "score": 1.0, + "content": "in", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 312, + 144, + 325 + ], + "spans": [ + { + "bbox": [ + 89, + 315, + 100, + 325 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 312, + 144, + 325 + ], + "score": 1.0, + "content": "Sec. 2.2.", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 329, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 89, + 331, + 100, + 341 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 105, + 329, + 506, + 342 + ], + "score": 1.0, + "content": "The Program Memory also maintains the status for each singular program in terms of access and", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 89, + 343, + 100, + 352 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 106, + 340, + 317, + 353 + ], + "score": 1.0, + "content": "usage. To access a singular program, program keys", + "type": "text" + }, + { + "bbox": [ + 317, + 341, + 330, + 352 + ], + "score": 0.62, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "are used. These keys are low-dimensional", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 351, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 89, + 354, + 100, + 363 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 105, + 351, + 506, + 364 + ], + "score": 1.0, + "content": "vectors that represent the singular program function and computed by a neural network that ef-", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 362, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 89, + 365, + 100, + 374 + ], + "score": 1.0, + "content": "77", + "type": "text" + }, + { + "bbox": [ + 105, + 362, + 365, + 376 + ], + "score": 1.0, + "content": "fectively compresses the singular program. The program usage", + "type": "text" + }, + { + "bbox": [ + 366, + 363, + 382, + 374 + ], + "score": 0.64, + "content": "( m )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 362, + 506, + 376 + ], + "score": 1.0, + "content": "measures memory utilisation,", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 373, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 89, + 376, + 100, + 385 + ], + "score": 1.0, + "content": "78", + "type": "text" + }, + { + "bbox": [ + 105, + 373, + 506, + 385 + ], + "score": 1.0, + "content": "recording how much a memory slot is used in constructing a program. The components of the", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 384, + 299, + 397 + ], + "spans": [ + { + "bbox": [ + 89, + 387, + 100, + 396 + ], + "score": 1.0, + "content": "79", + "type": "text" + }, + { + "bbox": [ + 105, + 384, + 299, + 397 + ], + "score": 1.0, + "content": "Program Memory are summarised in Fig. 1 (c).", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 89, + 410, + 100, + 419 + ], + "score": 1.0, + "content": "80", + "type": "text" + }, + { + "bbox": [ + 105, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "Recurrent multi-head program attention mechanisms for program storage and retrieval", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 89, + 420, + 99, + 429 + ], + "score": 1.0, + "content": "81", + "type": "text" + }, + { + "bbox": [ + 105, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "Neural networks use the concept of differentiable attention to access memory [11, 2]. This de-", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 429, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 89, + 431, + 99, + 441 + ], + "score": 1.0, + "content": "82", + "type": "text" + }, + { + "bbox": [ + 105, + 429, + 505, + 442 + ], + "score": 1.0, + "content": "fines a weighting distribution over the memory slots essentially weighting the degree to which each", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 89, + 442, + 100, + 452 + ], + "score": 1.0, + "content": "83", + "type": "text" + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "memory slot participates in a read or write operation. This is unlike conventional computers that use", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 451, + 302, + 464 + ], + "spans": [ + { + "bbox": [ + 89, + 453, + 100, + 462 + ], + "score": 1.0, + "content": "84", + "type": "text" + }, + { + "bbox": [ + 104, + 451, + 302, + 464 + ], + "score": 1.0, + "content": "a unique address to access a single memory slot.", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 468, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 89, + 470, + 100, + 479 + ], + "score": 1.0, + "content": "85", + "type": "text" + }, + { + "bbox": [ + 105, + 468, + 505, + 480 + ], + "score": 1.0, + "content": "Here we use two kinds of attention. First is content-based attention [11, 12] to ensure that the singu-", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 476, + 506, + 492 + ], + "spans": [ + { + "bbox": [ + 88, + 480, + 100, + 490 + ], + "score": 1.0, + "content": "86", + "type": "text" + }, + { + "bbox": [ + 104, + 476, + 506, + 492 + ], + "score": 1.0, + "content": "lar program is selected based on its functionality and the data input. This is achieved by producing", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 88, + 491, + 99, + 501 + ], + "score": 1.0, + "content": "87", + "type": "text" + }, + { + "bbox": [ + 105, + 489, + 395, + 502 + ], + "score": 1.0, + "content": "a query vector based on the input and comparing it to the program keys", + "type": "text" + }, + { + "bbox": [ + 396, + 489, + 408, + 500 + ], + "score": 0.6, + "content": "( k )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "using cosine similarity.", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 499, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 88, + 502, + 100, + 512 + ], + "score": 1.0, + "content": "88", + "type": "text" + }, + { + "bbox": [ + 105, + 499, + 506, + 513 + ], + "score": 1.0, + "content": "Higher cosine similarity scores indicate higher attention weights to the singular programs associated", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 88, + 513, + 100, + 522 + ], + "score": 1.0, + "content": "89", + "type": "text" + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "with those program keys. Second, to encourage better memory utilisation, higher attention weights", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 521, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 88, + 524, + 99, + 533 + ], + "score": 1.0, + "content": "90", + "type": "text" + }, + { + "bbox": [ + 105, + 521, + 302, + 534 + ], + "score": 1.0, + "content": "are assigned to slots with lower program usage", + "type": "text" + }, + { + "bbox": [ + 302, + 523, + 318, + 533 + ], + "score": 0.6, + "content": "( m )", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 521, + 506, + 534 + ], + "score": 1.0, + "content": "through usage-based attention [12, 31]. The", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 532, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 88, + 535, + 99, + 545 + ], + "score": 1.0, + "content": "91", + "type": "text" + }, + { + "bbox": [ + 105, + 532, + 505, + 546 + ], + "score": 1.0, + "content": "attention weights from the two schemas are then combined using interpolating gates to compose the", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 542, + 298, + 558 + ], + "spans": [ + { + "bbox": [ + 89, + 546, + 100, + 555 + ], + "score": 1.0, + "content": "92", + "type": "text" + }, + { + "bbox": [ + 105, + 542, + 298, + 558 + ], + "score": 1.0, + "content": "final attention weights to the Program Memory.", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 559, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 89, + 562, + 100, + 572 + ], + "score": 1.0, + "content": "93", + "type": "text" + }, + { + "bbox": [ + 106, + 559, + 466, + 573 + ], + "score": 1.0, + "content": "We adapt multi-head attention [11, 38] that applies multiple attentions in parallel to retrieve", + "type": "text" + }, + { + "bbox": [ + 467, + 561, + 477, + 570 + ], + "score": 0.76, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 559, + 505, + 573 + ], + "score": 1.0, + "content": "singu-", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 571, + 505, + 583 + ], + "spans": [ + { + "bbox": [ + 89, + 573, + 100, + 582 + ], + "score": 1.0, + "content": "94", + "type": "text" + }, + { + "bbox": [ + 106, + 571, + 505, + 583 + ], + "score": 1.0, + "content": "lar components. Besides, we introduce a recurrent attention mechanism, in which multi-head access", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 89, + 584, + 100, + 594 + ], + "score": 1.0, + "content": "95", + "type": "text" + }, + { + "bbox": [ + 104, + 582, + 218, + 594 + ], + "score": 1.0, + "content": "is performed recurrently in", + "type": "text" + }, + { + "bbox": [ + 218, + 582, + 226, + 592 + ], + "score": 0.77, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 582, + 272, + 594 + ], + "score": 1.0, + "content": "steps. The", + "type": "text" + }, + { + "bbox": [ + 273, + 583, + 279, + 594 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 582, + 316, + 594 + ], + "score": 1.0, + "content": "-th set of", + "type": "text" + }, + { + "bbox": [ + 317, + 582, + 327, + 592 + ], + "score": 0.81, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "retrieved components is conditioned on the", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 592, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 89, + 595, + 100, + 605 + ], + "score": 1.0, + "content": "96", + "type": "text" + }, + { + "bbox": [ + 104, + 592, + 505, + 606 + ], + "score": 1.0, + "content": "previous ones. This recurrent, multi-head attention allows the composition network to incrementally", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 604, + 384, + 617 + ], + "spans": [ + { + "bbox": [ + 89, + 606, + 100, + 615 + ], + "score": 1.0, + "content": "97", + "type": "text" + }, + { + "bbox": [ + 105, + 604, + 384, + 617 + ], + "score": 1.0, + "content": "search for optimal components for building relevant active programs.", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + } + ], + "index": 15.5, + "bbox_fs": [ + 88, + 236, + 509, + 325 + ] + }, + { + "type": "index", + "bbox": [ + 90, + 330, + 505, + 396 + ], + "lines": [], + "index": 22.5, + "bbox_fs": [ + 89, + 329, + 506, + 397 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 90, + 407, + 505, + 462 + ], + "lines": [], + "index": 28, + "bbox_fs": [ + 89, + 407, + 506, + 464 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 89, + 467, + 505, + 555 + ], + "lines": [], + "index": 34.5, + "bbox_fs": [ + 88, + 468, + 506, + 558 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 90, + 560, + 504, + 615 + ], + "lines": [], + "index": 41, + "bbox_fs": [ + 89, + 559, + 505, + 617 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 92, + 626, + 403, + 638 + ], + "lines": [ + { + "bbox": [ + 88, + 624, + 405, + 641 + ], + "spans": [ + { + "bbox": [ + 88, + 624, + 405, + 641 + ], + "score": 1.0, + "content": "98 Neurocoder learns to “code” a relevant working program via training", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "index", + "bbox": [ + 88, + 645, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 89, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 89, + 648, + 100, + 657 + ], + "score": 1.0, + "content": "99", + "type": "text" + }, + { + "bbox": [ + 105, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "The structure of the Program Memory and the role of the Program Controller facilitates the au-", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 657, + 505, + 669 + ], + "spans": [ + { + "bbox": [ + 86, + 659, + 100, + 667 + ], + "score": 1.0, + "content": "100", + "type": "text" + }, + { + "bbox": [ + 105, + 657, + 505, + 669 + ], + "score": 1.0, + "content": "tomatic construction of working programs via training. The Program Controller controls memory", + "type": "text" + } + ], + "index": 46, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 668, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 100, + 679 + ], + "score": 1.0, + "content": "101", + "type": "text" + }, + { + "bbox": [ + 106, + 668, + 505, + 679 + ], + "score": 1.0, + "content": "access through its composition network that creates the attention weight defining how to weight the", + "type": "text" + } + ], + "index": 47, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "102", + "type": "text" + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "singular programs in the memories. A weighted summation of the singular programs results in the", + "type": "text" + } + ], + "index": 48, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 689, + 505, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "103", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 701 + ], + "score": 1.0, + "content": "attended singular program. Applying the recurrent multi-head attention described earlier, multiple", + "type": "text" + } + ], + "index": 49, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 703, + 100, + 711 + ], + "score": 1.0, + "content": "104", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "attended singular programs are retrieved to construct an active program (Eq. 1). Then the Program", + "type": "text" + } + ], + "index": 50, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 723 + ], + "score": 1.0, + "content": "105", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "Controller generates a residual program using its integration network, adding to the active program", + "type": "text" + } + ], + "index": 51, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 72, + 505, + 85 + ], + "spans": [ + { + "bbox": [ + 86, + 72, + 505, + 85 + ], + "score": 1.0, + "content": "106 to produce the working program of the Main Network. This addition enables creation of flexible", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 84, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 87, + 86, + 100, + 95 + ], + "score": 1.0, + "content": "107", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 84, + 505, + 96 + ], + "score": 1.0, + "content": "higher-rank working programs, which compensates for the low-rank coding process. The structure", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 95, + 316, + 107 + ], + "spans": [ + { + "bbox": [ + 87, + 97, + 100, + 105 + ], + "score": 1.0, + "content": "108", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 95, + 316, + 107 + ], + "score": 1.0, + "content": "of the Program Controller is illustrated in Fig. 1 (b).", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 86, + 113, + 99, + 122 + ], + "score": 1.0, + "content": "109", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "The singular programs are trained to represent unitary functions necessary for any computation", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 86, + 123, + 100, + 134 + ], + "score": 1.0, + "content": "110", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "whilst the composition and integration networks are trained to compose the relevant programs for", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 133, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 86, + 135, + 99, + 144 + ], + "score": 1.0, + "content": "111", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "score": 1.0, + "content": "the considering task. As such, beside minimising the task loss, we enforce orthogonality of stored", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 143, + 505, + 157 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 156 + ], + "score": 1.0, + "content": "112", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 143, + 232, + 157 + ], + "score": 1.0, + "content": "singular vectors by minimising", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 232, + 143, + 371, + 156 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { o } = \\mathbf { M } _ { U } \\mathbf { M } _ { U } ^ { \\top } - \\mathbf { \\bar { I } } + \\mathbf { M } _ { V } \\mathbf { M } _ { V } ^ { \\top } - \\mathbf { I }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 371, + 143, + 505, + 157 + ], + "score": 1.0, + "content": ". The parameters of the networks,", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 155, + 498, + 167 + ], + "spans": [ + { + "bbox": [ + 86, + 157, + 100, + 166 + ], + "score": 1.0, + "content": "113", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 155, + 498, + 167 + ], + "score": 1.0, + "content": "and the stored singular programs are adjusted using gradient training via minimising the total loss", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + } + ], + "index": 48, + "bbox_fs": [ + 86, + 645, + 505, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 87, + 72, + 506, + 106 + ], + "lines": [ + { + "bbox": [ + 86, + 72, + 505, + 85 + ], + "spans": [ + { + "bbox": [ + 86, + 72, + 505, + 85 + ], + "score": 1.0, + "content": "106 to produce the working program of the Main Network. This addition enables creation of flexible", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 87, + 84, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 87, + 86, + 100, + 95 + ], + "score": 1.0, + "content": "107", + "type": "text" + }, + { + "bbox": [ + 104, + 84, + 505, + 96 + ], + "score": 1.0, + "content": "higher-rank working programs, which compensates for the low-rank coding process. The structure", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 87, + 95, + 316, + 107 + ], + "spans": [ + { + "bbox": [ + 87, + 97, + 100, + 105 + ], + "score": 1.0, + "content": "108", + "type": "text" + }, + { + "bbox": [ + 105, + 95, + 316, + 107 + ], + "score": 1.0, + "content": "of the Program Controller is illustrated in Fig. 1 (b).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 86, + 110, + 505, + 167 + ], + "lines": [ + { + "bbox": [ + 86, + 111, + 505, + 123 + ], + "spans": [ + { + "bbox": [ + 86, + 113, + 99, + 122 + ], + "score": 1.0, + "content": "109", + "type": "text" + }, + { + "bbox": [ + 106, + 111, + 505, + 123 + ], + "score": 1.0, + "content": "The singular programs are trained to represent unitary functions necessary for any computation", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 86, + 122, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 86, + 123, + 100, + 134 + ], + "score": 1.0, + "content": "110", + "type": "text" + }, + { + "bbox": [ + 106, + 122, + 505, + 134 + ], + "score": 1.0, + "content": "whilst the composition and integration networks are trained to compose the relevant programs for", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 86, + 133, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 86, + 135, + 99, + 144 + ], + "score": 1.0, + "content": "111", + "type": "text" + }, + { + "bbox": [ + 106, + 133, + 505, + 145 + ], + "score": 1.0, + "content": "the considering task. As such, beside minimising the task loss, we enforce orthogonality of stored", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 85, + 143, + 505, + 157 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 156 + ], + "score": 1.0, + "content": "112", + "type": "text" + }, + { + "bbox": [ + 105, + 143, + 232, + 157 + ], + "score": 1.0, + "content": "singular vectors by minimising", + "type": "text" + }, + { + "bbox": [ + 232, + 143, + 371, + 156 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { o } = \\mathbf { M } _ { U } \\mathbf { M } _ { U } ^ { \\top } - \\mathbf { \\bar { I } } + \\mathbf { M } _ { V } \\mathbf { M } _ { V } ^ { \\top } - \\mathbf { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 371, + 143, + 505, + 157 + ], + "score": 1.0, + "content": ". The parameters of the networks,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 86, + 155, + 498, + 167 + ], + "spans": [ + { + "bbox": [ + 86, + 157, + 100, + 166 + ], + "score": 1.0, + "content": "113", + "type": "text" + }, + { + "bbox": [ + 106, + 155, + 498, + 167 + ], + "score": 1.0, + "content": "and the stored singular programs are adjusted using gradient training via minimising the total loss", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + }, + { + "type": "interline_equation", + "bbox": [ + 268, + 181, + 343, + 193 + ], + "lines": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "spans": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "score": 0.91, + "content": "\\mathscr { L } = \\mathcal { L } _ { t a s k } + a \\mathcal { L } _ { o }", + "type": "interline_equation", + "image_path": "73ae3d1e18ef6e591429508b2ed4e92a9f313315a3a72f46d0c305e7d5f3e144.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 99, + 194, + 505, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 133, + 207 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 194, + 158, + 205 + ], + "score": 0.91, + "content": "\\mathcal { L } _ { t a s k }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 193, + 317, + 207 + ], + "score": 1.0, + "content": "represents the supervised task loss and", + "type": "text" + }, + { + "bbox": [ + 317, + 194, + 330, + 205 + ], + "score": 0.88, + "content": "\\mathcal { L } _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 193, + 505, + 207 + ], + "score": 1.0, + "content": "represents the orthogonal loss weighted by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 205, + 382, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 181, + 218 + ], + "score": 1.0, + "content": "a hyper-parameter", + "type": "text" + }, + { + "bbox": [ + 182, + 207, + 188, + 215 + ], + "score": 0.76, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 205, + 382, + 218 + ], + "score": 1.0, + "content": "to enforce orthogonality of the singular vectors.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "title", + "bbox": [ + 98, + 228, + 320, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 321, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 321, + 244 + ], + "score": 1.0, + "content": "2.2 Attention mechanisms for Program Memory", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 87, + 248, + 505, + 282 + ], + "lines": [ + { + "bbox": [ + 87, + 241, + 504, + 279 + ], + "spans": [ + { + "bbox": [ + 87, + 250, + 100, + 270 + ], + "score": 1.0, + "content": "117", + "type": "text" + }, + { + "bbox": [ + 100, + 241, + 151, + 279 + ], + "score": 1.0, + "content": "Here we ddenoted as", + "type": "text" + }, + { + "bbox": [ + 151, + 259, + 178, + 272 + ], + "score": 0.89, + "content": "w _ { i n } ^ { u , v , \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 241, + 206, + 279 + ], + "score": 1.0, + "content": "progra)–the a", + "type": "text" + }, + { + "bbox": [ + 214, + 241, + 291, + 279 + ], + "score": 1.0, + "content": "attention mechanintion weight to the", + "type": "text" + }, + { + "bbox": [ + 291, + 260, + 296, + 269 + ], + "score": 0.79, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 241, + 412, + 279 + ], + "score": 1.0, + "content": "ms used in this paper. Given -th slot of the singular progra", + "type": "text" + }, + { + "bbox": [ + 413, + 249, + 429, + 261 + ], + "score": 0.82, + "content": "w _ { i n } ^ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 241, + 433, + 279 + ], + "score": 1.0, + "content": ", e", + "type": "text" + }, + { + "bbox": [ + 434, + 249, + 450, + 261 + ], + "score": 0.81, + "content": "w _ { i n } ^ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 241, + 455, + 279 + ], + "score": 1.0, + "content": ", i", + "type": "text" + }, + { + "bbox": [ + 455, + 249, + 471, + 260 + ], + "score": 0.81, + "content": "w _ { i n } ^ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 260, + 480, + 271 + ], + "score": 0.85, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 241, + 484, + 279 + ], + "score": 1.0, + "content": "o,", + "type": "text" + }, + { + "bbox": [ + 484, + 260, + 504, + 271 + ], + "score": 0.85, + "content": "\\mathbf { M } _ { V }", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 86, + 270, + 334, + 282 + ], + "spans": [ + { + "bbox": [ + 86, + 272, + 100, + 281 + ], + "score": 1.0, + "content": "119", + "type": "text" + }, + { + "bbox": [ + 141, + 270, + 206, + 282 + ], + "score": 1.0, + "content": ", we retrieve the", + "type": "text" + }, + { + "bbox": [ + 207, + 272, + 213, + 280 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 270, + 334, + 282 + ], + "score": 1.0, + "content": "-th singular vector as follows,", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 294, + 350, + 329 + ], + "lines": [ + { + "bbox": [ + 261, + 294, + 350, + 329 + ], + "spans": [ + { + "bbox": [ + 261, + 294, + 350, + 329 + ], + "score": 0.9, + "content": "u _ { n } = \\sum _ { i = 1 } ^ { P _ { u } } w _ { i n } ^ { u } \\mathbf { M } _ { U } \\left( i \\right)", + "type": "interline_equation", + "image_path": "7f593b14fbe5fa2db83bfae351abab39af3ebcf4aa3fc552641badb79ceb64dc.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 261, + 294, + 350, + 311.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 261, + 311.5, + 350, + 329.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 334, + 349, + 368 + ], + "lines": [ + { + "bbox": [ + 261, + 334, + 349, + 368 + ], + "spans": [ + { + "bbox": [ + 261, + 334, + 349, + 368 + ], + "score": 0.9, + "content": "v _ { n } = \\sum _ { i = 1 } ^ { P _ { v } } w _ { i n } ^ { v } \\mathbf { M } _ { V } \\left( i \\right)", + "type": "interline_equation", + "image_path": "22ef38c2bf214494039065f6b7c509007ff039d38b1ab448d686f393e65d8af4.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 261, + 334, + 349, + 351.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 261, + 351.0, + 349, + 368.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 85, + 367, + 478, + 380 + ], + "lines": [ + { + "bbox": [ + 85, + 365, + 478, + 381 + ], + "spans": [ + { + "bbox": [ + 85, + 365, + 280, + 381 + ], + "score": 1.0, + "content": "120 For the singular values, we need to enforce", + "type": "text" + }, + { + "bbox": [ + 280, + 368, + 385, + 379 + ], + "score": 0.89, + "content": "\\sigma _ { 1 } > \\sigma _ { 2 } > . . . > \\sigma _ { r _ { m } } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 365, + 478, + 381 + ], + "score": 1.0, + "content": ", thus we retrieve using", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 391, + 420, + 430 + ], + "lines": [ + { + "bbox": [ + 190, + 391, + 420, + 430 + ], + "spans": [ + { + "bbox": [ + 190, + 391, + 420, + 430 + ], + "score": 0.94, + "content": "\\sigma _ { n } = \\left\\{ \\begin{array} { l l } { \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n = r _ { m } } \\\\ { \\sigma _ { n + 1 } + \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n < r _ { m } } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "189a9f5c9f12697e6d17a3e2309cbe37090458ece1e4757b8e6d2895b27d7fbc.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 190, + 391, + 420, + 410.5 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 190, + 410.5, + 420, + 430.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 430, + 506, + 497 + ], + "lines": [ + { + "bbox": [ + 86, + 430, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 86, + 432, + 99, + 441 + ], + "score": 1.0, + "content": "121", + "type": "text" + }, + { + "bbox": [ + 106, + 430, + 131, + 441 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 132, + 430, + 161, + 441 + ], + "score": 0.37, + "content": "P _ { u } , P _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 430, + 180, + 441 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 430, + 192, + 441 + ], + "score": 0.89, + "content": "P _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 430, + 338, + 441 + ], + "score": 1.0, + "content": "are the number of memory slots of", + "type": "text" + }, + { + "bbox": [ + 339, + 430, + 357, + 441 + ], + "score": 0.82, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 430, + 361, + 441 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 362, + 430, + 381, + 441 + ], + "score": 0.83, + "content": "\\mathbf { M } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 430, + 399, + 441 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 400, + 430, + 417, + 441 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 430, + 505, + 441 + ], + "score": 1.0, + "content": ", respectively. In this", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 86, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 86, + 442, + 100, + 452 + ], + "score": 1.0, + "content": "122", + "type": "text" + }, + { + "bbox": [ + 104, + 439, + 160, + 453 + ], + "score": 1.0, + "content": "paper, we set", + "type": "text" + }, + { + "bbox": [ + 161, + 441, + 243, + 452 + ], + "score": 0.92, + "content": "P = P _ { u } = P _ { v } = P _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "as the number of memory slots of the Program Memory. We note", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 86, + 452, + 510, + 482 + ], + "spans": [ + { + "bbox": [ + 86, + 453, + 100, + 473 + ], + "score": 1.0, + "content": "123", + "type": "text" + }, + { + "bbox": [ + 101, + 452, + 128, + 482 + ], + "score": 1.0, + "content": "that thead", + "type": "text" + }, + { + "bbox": [ + 135, + 452, + 224, + 482 + ], + "score": 1.0, + "content": "ese notations are speci, and an attention step", + "type": "text" + }, + { + "bbox": [ + 230, + 452, + 321, + 482 + ], + "score": 1.0, + "content": "ed for some data input , hence the full notatio", + "type": "text" + }, + { + "bbox": [ + 322, + 453, + 332, + 462 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 452, + 368, + 482 + ], + "score": 1.0, + "content": "and the hould be", + "type": "text" + }, + { + "bbox": [ + 391, + 454, + 398, + 461 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 452, + 510, + 482 + ], + "score": 1.0, + "content": "later maps to an attention To simplify notations, we", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 128, + 462, + 395, + 476 + ], + "spans": [ + { + "bbox": [ + 128, + 463, + 135, + 472 + ], + "score": 0.8, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 463, + 230, + 474 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 462, + 395, + 476 + ], + "score": 0.91, + "content": "w _ { t i j h } ^ { u , v , \\sigma }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 474, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 86, + 476, + 100, + 486 + ], + "score": 1.0, + "content": "125", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 146, + 488 + ], + "score": 1.0, + "content": "will drop", + "type": "text" + }, + { + "bbox": [ + 147, + 476, + 174, + 486 + ], + "score": 0.89, + "content": "u , v , \\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 474, + 421, + 488 + ], + "score": 1.0, + "content": "from now and describe the computation of a representative", + "type": "text" + }, + { + "bbox": [ + 421, + 476, + 444, + 487 + ], + "score": 0.89, + "content": "w _ { t i j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 474, + 506, + 488 + ], + "score": 1.0, + "content": "for any of the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 485, + 298, + 498 + ], + "spans": [ + { + "bbox": [ + 86, + 487, + 100, + 497 + ], + "score": 1.0, + "content": "126", + "type": "text" + }, + { + "bbox": [ + 105, + 485, + 298, + 498 + ], + "score": 1.0, + "content": "three program memories in the following parts.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "title", + "bbox": [ + 92, + 507, + 411, + 519 + ], + "lines": [ + { + "bbox": [ + 88, + 506, + 412, + 522 + ], + "spans": [ + { + "bbox": [ + 88, + 506, + 412, + 522 + ], + "score": 1.0, + "content": "127 Recurrent Access to the Program Memory via the composition network", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 86, + 525, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 86, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 86, + 528, + 99, + 538 + ], + "score": 1.0, + "content": "128", + "type": "text" + }, + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "To perform program attention, the Program Controller employs a composition network (denoted", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 536, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 86, + 539, + 100, + 549 + ], + "score": 1.0, + "content": "129", + "type": "text" + }, + { + "bbox": [ + 104, + 536, + 118, + 551 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 119, + 538, + 131, + 549 + ], + "score": 0.79, + "content": "f _ { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 536, + 262, + 551 + ], + "score": 1.0, + "content": "), which takes the current input", + "type": "text" + }, + { + "bbox": [ + 262, + 539, + 273, + 548 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 536, + 483, + 551 + ], + "score": 1.0, + "content": "and produce program composition control signals", + "type": "text" + }, + { + "bbox": [ + 484, + 537, + 501, + 549 + ], + "score": 0.87, + "content": "( \\pmb { \\xi } _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 536, + 505, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 547, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 86, + 550, + 100, + 560 + ], + "score": 1.0, + "content": "130", + "type": "text" + }, + { + "bbox": [ + 105, + 547, + 117, + 560 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 117, + 549, + 127, + 560 + ], + "score": 0.85, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 547, + 506, + 560 + ], + "score": 1.0, + "content": "performs all attentions concurrently via multi-head attention as in [11, 38], it may lead to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 99, + 571 + ], + "score": 1.0, + "content": "131", + "type": "text" + }, + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "program collapse [22]. To have a better control of the component formation and alleviate program", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 86, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 86, + 572, + 100, + 582 + ], + "score": 1.0, + "content": "132", + "type": "text" + }, + { + "bbox": [ + 106, + 570, + 482, + 583 + ], + "score": 1.0, + "content": "collapse, we propose to recurrently attend to the program memory. To this end, we implement", + "type": "text" + }, + { + "bbox": [ + 483, + 570, + 493, + 581 + ], + "score": 0.86, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 570, + 506, + 583 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 581, + 504, + 614 + ], + "spans": [ + { + "bbox": [ + 86, + 583, + 100, + 606 + ], + "score": 1.0, + "content": "133", + "type": "text" + }, + { + "bbox": [ + 106, + 591, + 170, + 610 + ], + "score": 0.93, + "content": "\\pmb { \\xi } _ { t } ^ { p } = \\left\\{ \\pmb { \\xi } _ { t j } ^ { p } \\right\\} _ { j = 1 } ^ { J }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 581, + 234, + 614 + ], + "score": 1.0, + "content": "al network (LST. At access step", + "type": "text" + }, + { + "bbox": [ + 234, + 595, + 240, + 606 + ], + "score": 0.77, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 581, + 421, + 614 + ], + "score": 1.0, + "content": "M [16]) and let it access the program memory , the recurrent network updates its hidden sta", + "type": "text" + }, + { + "bbox": [ + 422, + 581, + 430, + 591 + ], + "score": 0.81, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 581, + 489, + 614 + ], + "score": 1.0, + "content": "times, resultin and generates", + "type": "text" + }, + { + "bbox": [ + 490, + 594, + 504, + 609 + ], + "score": 0.9, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + } + ], + "index": 33 + }, + { + "bbox": [ + 86, + 609, + 221, + 621 + ], + "spans": [ + { + "bbox": [ + 86, + 610, + 100, + 621 + ], + "score": 1.0, + "content": "135", + "type": "text" + }, + { + "bbox": [ + 105, + 609, + 221, + 621 + ], + "score": 1.0, + "content": "using recurrent dynamics as", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31 + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 635, + 353, + 649 + ], + "lines": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "spans": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "score": 0.91, + "content": "{ \\pmb { \\xi } } _ { t j } ^ { p } , h _ { j } = f _ { \\theta } \\left( x _ { t } , h _ { j - 1 } \\right)", + "type": "interline_equation", + "image_path": "8d5ff96f4903eab24618ce065adce652211fa542cb32b96df1282f89efe4a773.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 650, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 86, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 86, + 652, + 100, + 661 + ], + "score": 1.0, + "content": "136", + "type": "text" + }, + { + "bbox": [ + 104, + 648, + 134, + 663 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 650, + 146, + 661 + ], + "score": 0.88, + "content": "h _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 648, + 256, + 663 + ], + "score": 1.0, + "content": "is initialized as zeros and", + "type": "text" + }, + { + "bbox": [ + 257, + 650, + 270, + 663 + ], + "score": 0.89, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 648, + 479, + 663 + ], + "score": 1.0, + "content": "is the program composition control signal at step", + "type": "text" + }, + { + "bbox": [ + 479, + 651, + 486, + 662 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "that", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 86, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 86, + 663, + 100, + 674 + ], + "score": 1.0, + "content": "137", + "type": "text" + }, + { + "bbox": [ + 105, + 660, + 243, + 675 + ], + "score": 1.0, + "content": "depends on both on the input data", + "type": "text" + }, + { + "bbox": [ + 243, + 664, + 253, + 673 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 660, + 357, + 675 + ], + "score": 1.0, + "content": "and the the previous state", + "type": "text" + }, + { + "bbox": [ + 357, + 662, + 379, + 675 + ], + "score": 0.92, + "content": "h _ { j - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 660, + 505, + 675 + ], + "score": 1.0, + "content": ". Particularly, the control signal", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 86, + 672, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 86, + 675, + 100, + 685 + ], + "score": 1.0, + "content": "138", + "type": "text" + }, + { + "bbox": [ + 105, + 672, + 506, + 686 + ], + "score": 1.0, + "content": "contains the queries and the interpolation gates for each head to compute the program attention", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 85, + 684, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 85, + 687, + 100, + 698 + ], + "score": 1.0, + "content": "139", + "type": "text" + }, + { + "bbox": [ + 104, + 684, + 140, + 703 + ], + "score": 1.0, + "content": "weight:", + "type": "text" + }, + { + "bbox": [ + 140, + 684, + 233, + 699 + ], + "score": 0.92, + "content": "\\pmb { \\xi } _ { t j } ^ { p } = \\{ q _ { t j h } , g _ { t i j h } \\} _ { h = 1 } ^ { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 684, + 507, + 703 + ], + "score": 1.0, + "content": ". Here, at each attention step, we perform multi-head attention with", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 85, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 85, + 700, + 100, + 711 + ], + "score": 1.0, + "content": "140", + "type": "text" + }, + { + "bbox": [ + 107, + 699, + 117, + 709 + ], + "score": 0.75, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 698, + 319, + 713 + ], + "score": 1.0, + "content": "as the number of attention heads and thus, each", + "type": "text" + }, + { + "bbox": [ + 319, + 698, + 333, + 712 + ], + "score": 0.89, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 698, + 382, + 713 + ], + "score": 1.0, + "content": "consists of", + "type": "text" + }, + { + "bbox": [ + 382, + 699, + 393, + 709 + ], + "score": 0.8, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "pairs of queries and gates.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 86, + 711, + 483, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "141", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 304, + 723 + ], + "score": 1.0, + "content": "Hence, the total number of retrieved components", + "type": "text" + }, + { + "bbox": [ + 304, + 711, + 358, + 722 + ], + "score": 0.91, + "content": "\\boldsymbol { r } _ { m } = \\boldsymbol { \\bar { J } } \\times \\boldsymbol { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 711, + 415, + 723 + ], + "score": 1.0, + "content": "and the index", + "type": "text" + }, + { + "bbox": [ + 415, + 711, + 480, + 722 + ], + "score": 0.92, + "content": "n = j \\times H + h", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 711, + 483, + 723 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 741, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 741, + 310, + 752 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 87, + 72, + 506, + 106 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 86, + 72, + 505, + 107 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 110, + 505, + 167 + ], + "lines": [], + "index": 5, + "bbox_fs": [ + 85, + 111, + 505, + 167 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 268, + 181, + 343, + 193 + ], + "lines": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "spans": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "score": 0.91, + "content": "\\mathscr { L } = \\mathcal { L } _ { t a s k } + a \\mathcal { L } _ { o }", + "type": "interline_equation", + "image_path": "73ae3d1e18ef6e591429508b2ed4e92a9f313315a3a72f46d0c305e7d5f3e144.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 268, + 181, + 343, + 193 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "text", + "bbox": [ + 99, + 194, + 505, + 217 + ], + "lines": [ + { + "bbox": [ + 106, + 193, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 193, + 133, + 207 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 194, + 158, + 205 + ], + "score": 0.91, + "content": "\\mathcal { L } _ { t a s k }", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 193, + 317, + 207 + ], + "score": 1.0, + "content": "represents the supervised task loss and", + "type": "text" + }, + { + "bbox": [ + 317, + 194, + 330, + 205 + ], + "score": 0.88, + "content": "\\mathcal { L } _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 193, + 505, + 207 + ], + "score": 1.0, + "content": "represents the orthogonal loss weighted by", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 205, + 382, + 218 + ], + "spans": [ + { + "bbox": [ + 106, + 205, + 181, + 218 + ], + "score": 1.0, + "content": "a hyper-parameter", + "type": "text" + }, + { + "bbox": [ + 182, + 207, + 188, + 215 + ], + "score": 0.76, + "content": "a", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 205, + 382, + 218 + ], + "score": 1.0, + "content": "to enforce orthogonality of the singular vectors.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 106, + 193, + 505, + 218 + ] + }, + { + "type": "title", + "bbox": [ + 98, + 228, + 320, + 240 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 321, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 321, + 244 + ], + "score": 1.0, + "content": "2.2 Attention mechanisms for Program Memory", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "index", + "bbox": [ + 87, + 248, + 505, + 282 + ], + "lines": [ + { + "bbox": [ + 87, + 241, + 504, + 279 + ], + "spans": [ + { + "bbox": [ + 87, + 250, + 100, + 270 + ], + "score": 1.0, + "content": "117", + "type": "text" + }, + { + "bbox": [ + 100, + 241, + 151, + 279 + ], + "score": 1.0, + "content": "Here we ddenoted as", + "type": "text" + }, + { + "bbox": [ + 151, + 259, + 178, + 272 + ], + "score": 0.89, + "content": "w _ { i n } ^ { u , v , \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 179, + 241, + 206, + 279 + ], + "score": 1.0, + "content": "progra)–the a", + "type": "text" + }, + { + "bbox": [ + 214, + 241, + 291, + 279 + ], + "score": 1.0, + "content": "attention mechanintion weight to the", + "type": "text" + }, + { + "bbox": [ + 291, + 260, + 296, + 269 + ], + "score": 0.79, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 241, + 412, + 279 + ], + "score": 1.0, + "content": "ms used in this paper. Given -th slot of the singular progra", + "type": "text" + }, + { + "bbox": [ + 413, + 249, + 429, + 261 + ], + "score": 0.82, + "content": "w _ { i n } ^ { u }", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 241, + 433, + 279 + ], + "score": 1.0, + "content": ", e", + "type": "text" + }, + { + "bbox": [ + 434, + 249, + 450, + 261 + ], + "score": 0.81, + "content": "w _ { i n } ^ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 241, + 455, + 279 + ], + "score": 1.0, + "content": ", i", + "type": "text" + }, + { + "bbox": [ + 455, + 249, + 471, + 260 + ], + "score": 0.81, + "content": "w _ { i n } ^ { \\sigma }", + "type": "inline_equation" + }, + { + "bbox": [ + 462, + 260, + 480, + 271 + ], + "score": 0.85, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 241, + 484, + 279 + ], + "score": 1.0, + "content": "o,", + "type": "text" + }, + { + "bbox": [ + 484, + 260, + 504, + 271 + ], + "score": 0.85, + "content": "\\mathbf { M } _ { V }", + "type": "inline_equation" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 270, + 334, + 282 + ], + "spans": [ + { + "bbox": [ + 86, + 272, + 100, + 281 + ], + "score": 1.0, + "content": "119", + "type": "text" + }, + { + "bbox": [ + 141, + 270, + 206, + 282 + ], + "score": 1.0, + "content": ", we retrieve the", + "type": "text" + }, + { + "bbox": [ + 207, + 272, + 213, + 280 + ], + "score": 0.79, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 270, + 334, + 282 + ], + "score": 1.0, + "content": "-th singular vector as follows,", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + } + ], + "index": 12.5, + "bbox_fs": [ + 86, + 241, + 504, + 282 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 294, + 350, + 329 + ], + "lines": [ + { + "bbox": [ + 261, + 294, + 350, + 329 + ], + "spans": [ + { + "bbox": [ + 261, + 294, + 350, + 329 + ], + "score": 0.9, + "content": "u _ { n } = \\sum _ { i = 1 } ^ { P _ { u } } w _ { i n } ^ { u } \\mathbf { M } _ { U } \\left( i \\right)", + "type": "interline_equation", + "image_path": "7f593b14fbe5fa2db83bfae351abab39af3ebcf4aa3fc552641badb79ceb64dc.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 261, + 294, + 350, + 311.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 261, + 311.5, + 350, + 329.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "interline_equation", + "bbox": [ + 261, + 334, + 349, + 368 + ], + "lines": [ + { + "bbox": [ + 261, + 334, + 349, + 368 + ], + "spans": [ + { + "bbox": [ + 261, + 334, + 349, + 368 + ], + "score": 0.9, + "content": "v _ { n } = \\sum _ { i = 1 } ^ { P _ { v } } w _ { i n } ^ { v } \\mathbf { M } _ { V } \\left( i \\right)", + "type": "interline_equation", + "image_path": "22ef38c2bf214494039065f6b7c509007ff039d38b1ab448d686f393e65d8af4.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 261, + 334, + 349, + 351.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 261, + 351.0, + 349, + 368.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 85, + 367, + 478, + 380 + ], + "lines": [ + { + "bbox": [ + 85, + 365, + 478, + 381 + ], + "spans": [ + { + "bbox": [ + 85, + 365, + 280, + 381 + ], + "score": 1.0, + "content": "120 For the singular values, we need to enforce", + "type": "text" + }, + { + "bbox": [ + 280, + 368, + 385, + 379 + ], + "score": 0.89, + "content": "\\sigma _ { 1 } > \\sigma _ { 2 } > . . . > \\sigma _ { r _ { m } } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 365, + 478, + 381 + ], + "score": 1.0, + "content": ", thus we retrieve using", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 85, + 365, + 478, + 381 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 190, + 391, + 420, + 430 + ], + "lines": [ + { + "bbox": [ + 190, + 391, + 420, + 430 + ], + "spans": [ + { + "bbox": [ + 190, + 391, + 420, + 430 + ], + "score": 0.94, + "content": "\\sigma _ { n } = \\left\\{ \\begin{array} { l l } { \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n = r _ { m } } \\\\ { \\sigma _ { n + 1 } + \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n < r _ { m } } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "189a9f5c9f12697e6d17a3e2309cbe37090458ece1e4757b8e6d2895b27d7fbc.jpg" + } + ] + } + ], + "index": 19.5, + "virtual_lines": [ + { + "bbox": [ + 190, + 391, + 420, + 410.5 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 190, + 410.5, + 420, + 430.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "index", + "bbox": [ + 87, + 430, + 506, + 497 + ], + "lines": [ + { + "bbox": [ + 86, + 430, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 86, + 432, + 99, + 441 + ], + "score": 1.0, + "content": "121", + "type": "text" + }, + { + "bbox": [ + 106, + 430, + 131, + 441 + ], + "score": 1.0, + "content": "Here,", + "type": "text" + }, + { + "bbox": [ + 132, + 430, + 161, + 441 + ], + "score": 0.37, + "content": "P _ { u } , P _ { v }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 430, + 180, + 441 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 181, + 430, + 192, + 441 + ], + "score": 0.89, + "content": "P _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 430, + 338, + 441 + ], + "score": 1.0, + "content": "are the number of memory slots of", + "type": "text" + }, + { + "bbox": [ + 339, + 430, + 357, + 441 + ], + "score": 0.82, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 430, + 361, + 441 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 362, + 430, + 381, + 441 + ], + "score": 0.83, + "content": "\\mathbf { M } _ { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 430, + 399, + 441 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 400, + 430, + 417, + 441 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 418, + 430, + 505, + 441 + ], + "score": 1.0, + "content": ", respectively. In this", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 439, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 86, + 442, + 100, + 452 + ], + "score": 1.0, + "content": "122", + "type": "text" + }, + { + "bbox": [ + 104, + 439, + 160, + 453 + ], + "score": 1.0, + "content": "paper, we set", + "type": "text" + }, + { + "bbox": [ + 161, + 441, + 243, + 452 + ], + "score": 0.92, + "content": "P = P _ { u } = P _ { v } = P _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 439, + 506, + 453 + ], + "score": 1.0, + "content": "as the number of memory slots of the Program Memory. We note", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 452, + 510, + 482 + ], + "spans": [ + { + "bbox": [ + 86, + 453, + 100, + 473 + ], + "score": 1.0, + "content": "123", + "type": "text" + }, + { + "bbox": [ + 101, + 452, + 128, + 482 + ], + "score": 1.0, + "content": "that thead", + "type": "text" + }, + { + "bbox": [ + 135, + 452, + 224, + 482 + ], + "score": 1.0, + "content": "ese notations are speci, and an attention step", + "type": "text" + }, + { + "bbox": [ + 230, + 452, + 321, + 482 + ], + "score": 1.0, + "content": "ed for some data input , hence the full notatio", + "type": "text" + }, + { + "bbox": [ + 322, + 453, + 332, + 462 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 452, + 368, + 482 + ], + "score": 1.0, + "content": "and the hould be", + "type": "text" + }, + { + "bbox": [ + 391, + 454, + 398, + 461 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 452, + 510, + 482 + ], + "score": 1.0, + "content": "later maps to an attention To simplify notations, we", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 462, + 395, + 476 + ], + "spans": [ + { + "bbox": [ + 128, + 463, + 135, + 472 + ], + "score": 0.8, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 224, + 463, + 230, + 474 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 462, + 395, + 476 + ], + "score": 0.91, + "content": "w _ { t i j h } ^ { u , v , \\sigma }", + "type": "inline_equation" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 474, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 86, + 476, + 100, + 486 + ], + "score": 1.0, + "content": "125", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 146, + 488 + ], + "score": 1.0, + "content": "will drop", + "type": "text" + }, + { + "bbox": [ + 147, + 476, + 174, + 486 + ], + "score": 0.89, + "content": "u , v , \\sigma", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 474, + 421, + 488 + ], + "score": 1.0, + "content": "from now and describe the computation of a representative", + "type": "text" + }, + { + "bbox": [ + 421, + 476, + 444, + 487 + ], + "score": 0.89, + "content": "w _ { t i j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 474, + 506, + 488 + ], + "score": 1.0, + "content": "for any of the", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 485, + 298, + 498 + ], + "spans": [ + { + "bbox": [ + 86, + 487, + 100, + 497 + ], + "score": 1.0, + "content": "126", + "type": "text" + }, + { + "bbox": [ + 105, + 485, + 298, + 498 + ], + "score": 1.0, + "content": "three program memories in the following parts.", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + } + ], + "index": 23.5, + "bbox_fs": [ + 86, + 430, + 510, + 498 + ] + }, + { + "type": "title", + "bbox": [ + 92, + 507, + 411, + 519 + ], + "lines": [ + { + "bbox": [ + 88, + 506, + 412, + 522 + ], + "spans": [ + { + "bbox": [ + 88, + 506, + 412, + 522 + ], + "score": 1.0, + "content": "127 Recurrent Access to the Program Memory via the composition network", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "index", + "bbox": [ + 86, + 525, + 505, + 620 + ], + "lines": [ + { + "bbox": [ + 86, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 86, + 528, + 99, + 538 + ], + "score": 1.0, + "content": "128", + "type": "text" + }, + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "To perform program attention, the Program Controller employs a composition network (denoted", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 536, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 86, + 539, + 100, + 549 + ], + "score": 1.0, + "content": "129", + "type": "text" + }, + { + "bbox": [ + 104, + 536, + 118, + 551 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 119, + 538, + 131, + 549 + ], + "score": 0.79, + "content": "f _ { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 536, + 262, + 551 + ], + "score": 1.0, + "content": "), which takes the current input", + "type": "text" + }, + { + "bbox": [ + 262, + 539, + 273, + 548 + ], + "score": 0.85, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 536, + 483, + 551 + ], + "score": 1.0, + "content": "and produce program composition control signals", + "type": "text" + }, + { + "bbox": [ + 484, + 537, + 501, + 549 + ], + "score": 0.87, + "content": "( \\pmb { \\xi } _ { t } ^ { p } )", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 536, + 505, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 547, + 506, + 560 + ], + "spans": [ + { + "bbox": [ + 86, + 550, + 100, + 560 + ], + "score": 1.0, + "content": "130", + "type": "text" + }, + { + "bbox": [ + 105, + 547, + 117, + 560 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 117, + 549, + 127, + 560 + ], + "score": 0.85, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 128, + 547, + 506, + 560 + ], + "score": 1.0, + "content": "performs all attentions concurrently via multi-head attention as in [11, 38], it may lead to", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 99, + 571 + ], + "score": 1.0, + "content": "131", + "type": "text" + }, + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "program collapse [22]. To have a better control of the component formation and alleviate program", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 86, + 572, + 100, + 582 + ], + "score": 1.0, + "content": "132", + "type": "text" + }, + { + "bbox": [ + 106, + 570, + 482, + 583 + ], + "score": 1.0, + "content": "collapse, we propose to recurrently attend to the program memory. To this end, we implement", + "type": "text" + }, + { + "bbox": [ + 483, + 570, + 493, + 581 + ], + "score": 0.86, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 493, + 570, + 506, + 583 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 581, + 504, + 614 + ], + "spans": [ + { + "bbox": [ + 86, + 583, + 100, + 606 + ], + "score": 1.0, + "content": "133", + "type": "text" + }, + { + "bbox": [ + 106, + 591, + 170, + 610 + ], + "score": 0.93, + "content": "\\pmb { \\xi } _ { t } ^ { p } = \\left\\{ \\pmb { \\xi } _ { t j } ^ { p } \\right\\} _ { j = 1 } ^ { J }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 581, + 234, + 614 + ], + "score": 1.0, + "content": "al network (LST. At access step", + "type": "text" + }, + { + "bbox": [ + 234, + 595, + 240, + 606 + ], + "score": 0.77, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 581, + 421, + 614 + ], + "score": 1.0, + "content": "M [16]) and let it access the program memory , the recurrent network updates its hidden sta", + "type": "text" + }, + { + "bbox": [ + 422, + 581, + 430, + 591 + ], + "score": 0.81, + "content": "J", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 581, + 489, + 614 + ], + "score": 1.0, + "content": "times, resultin and generates", + "type": "text" + }, + { + "bbox": [ + 490, + 594, + 504, + 609 + ], + "score": 0.9, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 609, + 221, + 621 + ], + "spans": [ + { + "bbox": [ + 86, + 610, + 100, + 621 + ], + "score": 1.0, + "content": "135", + "type": "text" + }, + { + "bbox": [ + 105, + 609, + 221, + 621 + ], + "score": 1.0, + "content": "using recurrent dynamics as", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + } + ], + "index": 31, + "bbox_fs": [ + 86, + 526, + 506, + 621 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 257, + 635, + 353, + 649 + ], + "lines": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "spans": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "score": 0.91, + "content": "{ \\pmb { \\xi } } _ { t j } ^ { p } , h _ { j } = f _ { \\theta } \\left( x _ { t } , h _ { j - 1 } \\right)", + "type": "interline_equation", + "image_path": "8d5ff96f4903eab24618ce065adce652211fa542cb32b96df1282f89efe4a773.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 257, + 635, + 353, + 649 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "index", + "bbox": [ + 86, + 650, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 86, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 86, + 652, + 100, + 661 + ], + "score": 1.0, + "content": "136", + "type": "text" + }, + { + "bbox": [ + 104, + 648, + 134, + 663 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 650, + 146, + 661 + ], + "score": 0.88, + "content": "h _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 648, + 256, + 663 + ], + "score": 1.0, + "content": "is initialized as zeros and", + "type": "text" + }, + { + "bbox": [ + 257, + 650, + 270, + 663 + ], + "score": 0.89, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 648, + 479, + 663 + ], + "score": 1.0, + "content": "is the program composition control signal at step", + "type": "text" + }, + { + "bbox": [ + 479, + 651, + 486, + 662 + ], + "score": 0.81, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "that", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 660, + 505, + 675 + ], + "spans": [ + { + "bbox": [ + 86, + 663, + 100, + 674 + ], + "score": 1.0, + "content": "137", + "type": "text" + }, + { + "bbox": [ + 105, + 660, + 243, + 675 + ], + "score": 1.0, + "content": "depends on both on the input data", + "type": "text" + }, + { + "bbox": [ + 243, + 664, + 253, + 673 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 660, + 357, + 675 + ], + "score": 1.0, + "content": "and the the previous state", + "type": "text" + }, + { + "bbox": [ + 357, + 662, + 379, + 675 + ], + "score": 0.92, + "content": "h _ { j - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 660, + 505, + 675 + ], + "score": 1.0, + "content": ". Particularly, the control signal", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 672, + 506, + 686 + ], + "spans": [ + { + "bbox": [ + 86, + 675, + 100, + 685 + ], + "score": 1.0, + "content": "138", + "type": "text" + }, + { + "bbox": [ + 105, + 672, + 506, + 686 + ], + "score": 1.0, + "content": "contains the queries and the interpolation gates for each head to compute the program attention", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 684, + 507, + 703 + ], + "spans": [ + { + "bbox": [ + 85, + 687, + 100, + 698 + ], + "score": 1.0, + "content": "139", + "type": "text" + }, + { + "bbox": [ + 104, + 684, + 140, + 703 + ], + "score": 1.0, + "content": "weight:", + "type": "text" + }, + { + "bbox": [ + 140, + 684, + 233, + 699 + ], + "score": 0.92, + "content": "\\pmb { \\xi } _ { t j } ^ { p } = \\{ q _ { t j h } , g _ { t i j h } \\} _ { h = 1 } ^ { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 684, + 507, + 703 + ], + "score": 1.0, + "content": ". Here, at each attention step, we perform multi-head attention with", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 698, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 85, + 700, + 100, + 711 + ], + "score": 1.0, + "content": "140", + "type": "text" + }, + { + "bbox": [ + 107, + 699, + 117, + 709 + ], + "score": 0.75, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 698, + 319, + 713 + ], + "score": 1.0, + "content": "as the number of attention heads and thus, each", + "type": "text" + }, + { + "bbox": [ + 319, + 698, + 333, + 712 + ], + "score": 0.89, + "content": "\\xi _ { t j } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 698, + 382, + 713 + ], + "score": 1.0, + "content": "consists of", + "type": "text" + }, + { + "bbox": [ + 382, + 699, + 393, + 709 + ], + "score": 0.8, + "content": "H", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 698, + 506, + 713 + ], + "score": 1.0, + "content": "pairs of queries and gates.", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 483, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "141", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 304, + 723 + ], + "score": 1.0, + "content": "Hence, the total number of retrieved components", + "type": "text" + }, + { + "bbox": [ + 304, + 711, + 358, + 722 + ], + "score": 0.91, + "content": "\\boldsymbol { r } _ { m } = \\boldsymbol { \\bar { J } } \\times \\boldsymbol { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 358, + 711, + 415, + 723 + ], + "score": 1.0, + "content": "and the index", + "type": "text" + }, + { + "bbox": [ + 415, + 711, + 480, + 722 + ], + "score": 0.92, + "content": "n = j \\times H + h", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 711, + 483, + 723 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + } + ], + "index": 38.5, + "bbox_fs": [ + 85, + 648, + 507, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 88, + 73, + 255, + 84 + ], + "lines": [ + { + "bbox": [ + 84, + 71, + 257, + 87 + ], + "spans": [ + { + "bbox": [ + 84, + 71, + 257, + 87 + ], + "score": 1.0, + "content": "142 Attending to Programs by “Name”", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 86, + 91, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 86, + 92, + 505, + 104 + ], + "spans": [ + { + "bbox": [ + 86, + 93, + 99, + 103 + ], + "score": 1.0, + "content": "143", + "type": "text" + }, + { + "bbox": [ + 106, + 92, + 505, + 104 + ], + "score": 1.0, + "content": "Inspired by the content-based attention mechanism for data memory [11], we use the query to look", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 86, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 86, + 104, + 100, + 114 + ], + "score": 1.0, + "content": "144", + "type": "text" + }, + { + "bbox": [ + 105, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "for the singular programs. In computer programming, to find the appropriate program for some", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 86, + 113, + 505, + 125 + ], + "spans": [ + { + "bbox": [ + 86, + 115, + 100, + 124 + ], + "score": 1.0, + "content": "145", + "type": "text" + }, + { + "bbox": [ + 105, + 113, + 505, + 125 + ], + "score": 1.0, + "content": "computation, we often refer to the program description or at least the name of the program. Here, we", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 86, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 86, + 126, + 100, + 135 + ], + "score": 1.0, + "content": "146", + "type": "text" + }, + { + "bbox": [ + 105, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "create the “name” for our neural programs by compressing the program content to a low-dimensional", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 86, + 135, + 491, + 148 + ], + "spans": [ + { + "bbox": [ + 86, + 137, + 99, + 146 + ], + "score": 1.0, + "content": "147", + "type": "text" + }, + { + "bbox": [ + 104, + 135, + 306, + 148 + ], + "score": 1.0, + "content": "key vector. As such, we employ a neural network", + "type": "text" + }, + { + "bbox": [ + 306, + 135, + 324, + 147 + ], + "score": 0.86, + "content": "( f _ { \\varphi } )", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 135, + 491, + 148 + ], + "score": 1.0, + "content": "to compute the program memory keys as", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 271, + 161, + 339, + 175 + ], + "lines": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "spans": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "score": 0.92, + "content": "k _ { i } = f _ { \\varphi } \\left( \\mathbf { M } \\left( i \\right) \\right)", + "type": "interline_equation", + "image_path": "fbbd4d53165389137c65107dbb9b892e43aaf951aa496a542b7ddfbe0a58479f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 178, + 506, + 212 + ], + "lines": [ + { + "bbox": [ + 86, + 177, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 86, + 180, + 101, + 190 + ], + "score": 1.0, + "content": "148", + "type": "text" + }, + { + "bbox": [ + 102, + 177, + 133, + 191 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 178, + 172, + 190 + ], + "score": 0.93, + "content": "\\boldsymbol { k } _ { i } \\in \\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 177, + 191, + 191 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 191, + 179, + 196, + 189 + ], + "score": 0.81, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 177, + 393, + 191 + ], + "score": 1.0, + "content": "is the row index of the program memory. Here,", + "type": "text" + }, + { + "bbox": [ + 393, + 179, + 405, + 191 + ], + "score": 0.9, + "content": "f _ { \\varphi }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 177, + 505, + 191 + ], + "score": 1.0, + "content": "learns to compress each", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 86, + 190, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 86, + 192, + 100, + 201 + ], + "score": 1.0, + "content": "149", + "type": "text" + }, + { + "bbox": [ + 104, + 190, + 184, + 202 + ], + "score": 1.0, + "content": "memory slot into a", + "type": "text" + }, + { + "bbox": [ + 185, + 190, + 195, + 200 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 190, + 505, + 202 + ], + "score": 1.0, + "content": "-dimensional vector. As the singular programs evolve, their keys get updated.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 87, + 200, + 452, + 214 + ], + "spans": [ + { + "bbox": [ + 87, + 203, + 100, + 212 + ], + "score": 1.0, + "content": "150", + "type": "text" + }, + { + "bbox": [ + 104, + 200, + 452, + 214 + ], + "score": 1.0, + "content": "In this paper, we update the program keys after each learning iteration during training.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 88, + 217, + 506, + 240 + ], + "lines": [ + { + "bbox": [ + 84, + 216, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 84, + 216, + 324, + 231 + ], + "score": 1.0, + "content": "151 Finally the content-based program memory attention", + "type": "text" + }, + { + "bbox": [ + 325, + 219, + 345, + 230 + ], + "score": 0.89, + "content": "c _ { t i j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 216, + 505, + 231 + ], + "score": 1.0, + "content": "is computed using cosine distance be-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 85, + 228, + 308, + 241 + ], + "spans": [ + { + "bbox": [ + 85, + 228, + 204, + 241 + ], + "score": 1.0, + "content": "152 tween the program keys", + "type": "text" + }, + { + "bbox": [ + 204, + 228, + 214, + 239 + ], + "score": 0.87, + "content": "k _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 228, + 278, + 241 + ], + "score": 1.0, + "content": "and the queries", + "type": "text" + }, + { + "bbox": [ + 278, + 230, + 295, + 240 + ], + "score": 0.87, + "content": "q _ { t j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 228, + 308, + 241 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 252, + 381, + 280 + ], + "lines": [ + { + "bbox": [ + 230, + 252, + 381, + 280 + ], + "spans": [ + { + "bbox": [ + 230, + 252, + 381, + 280 + ], + "score": 0.94, + "content": "c _ { t i j h } = \\mathrm { s o f t m a x } ^ { ( i ) } \\left( \\frac { q _ { t j h } \\cdot k _ { i } } { \\left| \\left| q _ { t j h } \\right| \\right| \\cdot \\left| \\left| k _ { i } \\right| \\right| } \\right)", + "type": "interline_equation", + "image_path": "1bb5f46999968c3a1c30f85f187deb3f1106cda326578faa900fb8408b86eb63.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 230, + 252, + 381, + 266.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 230, + 266.0, + 381, + 280.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "title", + "bbox": [ + 88, + 289, + 239, + 302 + ], + "lines": [ + { + "bbox": [ + 84, + 288, + 240, + 304 + ], + "spans": [ + { + "bbox": [ + 84, + 288, + 240, + 304 + ], + "score": 1.0, + "content": "153 Making Every Program Count", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 87, + 308, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 87, + 307, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 87, + 311, + 100, + 320 + ], + "score": 1.0, + "content": "154", + "type": "text" + }, + { + "bbox": [ + 105, + 307, + 505, + 322 + ], + "score": 1.0, + "content": "Similarly to [12, 31], in addition to the content-based attention, we employ a least-used reading", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 86, + 319, + 504, + 333 + ], + "spans": [ + { + "bbox": [ + 86, + 321, + 100, + 331 + ], + "score": 1.0, + "content": "155", + "type": "text" + }, + { + "bbox": [ + 105, + 319, + 504, + 333 + ], + "score": 1.0, + "content": "strategy to encourage the Program Controller to assign different singular programs to different com-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 86, + 330, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 86, + 333, + 99, + 342 + ], + "score": 1.0, + "content": "156", + "type": "text" + }, + { + "bbox": [ + 105, + 330, + 505, + 344 + ], + "score": 1.0, + "content": "ponents. In particular, we calculate the memory usage for each program slot across attentions as", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 85, + 342, + 100, + 353 + ], + "spans": [ + { + "bbox": [ + 85, + 342, + 100, + 353 + ], + "score": 1.0, + "content": "157", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 16.5 + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 349, + 352, + 373 + ], + "lines": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "spans": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "score": 0.95, + "content": "m _ { t i j h } = \\operatorname* { m a x } _ { \\tilde { j } \\leq j } \\left( w _ { t i \\tilde { j } h } \\right)", + "type": "interline_equation", + "image_path": "20d2e1b3e95cc99e60d768bc0080c3996ae302e11b21cde534c96b944ec0386e.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 88, + 378, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 87, + 368, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 87, + 380, + 101, + 389 + ], + "score": 1.0, + "content": "158", + "type": "text" + }, + { + "bbox": [ + 100, + 368, + 240, + 398 + ], + "score": 1.0, + "content": "Since we want to consider only", + "type": "text" + }, + { + "bbox": [ + 240, + 379, + 249, + 390 + ], + "score": 0.86, + "content": "l _ { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 368, + 288, + 398 + ], + "score": 1.0, + "content": "amongst", + "type": "text" + }, + { + "bbox": [ + 289, + 379, + 298, + 388 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 368, + 482, + 398 + ], + "score": 1.0, + "content": "memory slots that have smallest usages, let", + "type": "text" + }, + { + "bbox": [ + 482, + 377, + 504, + 392 + ], + "score": 0.92, + "content": "\\hat { m } _ { t j h } ^ { l _ { I } }", + "type": "inline_equation" + } + ], + "index": 20 + }, + { + "bbox": [ + 84, + 390, + 460, + 403 + ], + "spans": [ + { + "bbox": [ + 84, + 390, + 199, + 403 + ], + "score": 1.0, + "content": "159 denote the value of the", + "type": "text" + }, + { + "bbox": [ + 199, + 391, + 208, + 402 + ], + "score": 0.86, + "content": "l _ { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 390, + 460, + 403 + ], + "score": 1.0, + "content": "-th smallest usage, then the least-used attention is computed as", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20.5 + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 414, + 406, + 449 + ], + "lines": [ + { + "bbox": [ + 204, + 414, + 406, + 449 + ], + "spans": [ + { + "bbox": [ + 204, + 414, + 406, + 449 + ], + "score": 0.93, + "content": "l _ { t i j h } = \\left\\{ \\begin{array} { l l } { \\underset { i } { \\operatorname* { m a x } } \\left( m _ { t i j h } \\right) - m _ { t i j h } } & { ; m _ { t i j h } \\leq \\hat { m } _ { t j h } ^ { l _ { I } } } \\\\ { 0 } & { ; m _ { t i j h } > \\hat { m } _ { t j h } ^ { l _ { I } } } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "3eff87705475f2c68a1c4480bd1c57076406de4a285ac39dac6df397bafd8964.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 414, + 406, + 431.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 204, + 431.5, + 406, + 449.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 450, + 316, + 462 + ], + "lines": [ + { + "bbox": [ + 85, + 449, + 316, + 464 + ], + "spans": [ + { + "bbox": [ + 85, + 449, + 316, + 464 + ], + "score": 1.0, + "content": "160 The final program memory attention is computed as", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 477, + 425, + 491 + ], + "lines": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "spans": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "score": 0.9, + "content": "w _ { t i j h } = \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) c _ { t i j h } + \\left( 1 - \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) \\right) l _ { t i j h }", + "type": "interline_equation", + "image_path": "7f5851a3247de278761e154705908476d92d30012c85ff80f22df974bfe7e41f.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 493, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 86, + 492, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 86, + 495, + 100, + 504 + ], + "score": 1.0, + "content": "161", + "type": "text" + }, + { + "bbox": [ + 105, + 492, + 506, + 506 + ], + "score": 1.0, + "content": "Since the usage record are computed along the memory accesses, the multi-step Neurocoder utilises", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 86, + 503, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 86, + 505, + 100, + 515 + ], + "score": 1.0, + "content": "162", + "type": "text" + }, + { + "bbox": [ + 105, + 503, + 506, + 517 + ], + "score": 1.0, + "content": "this attention mechanism better than the single-step Neurocoder, creating different attention styles", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 514, + 466, + 527 + ], + "spans": [ + { + "bbox": [ + 86, + 516, + 100, + 526 + ], + "score": 1.0, + "content": "163", + "type": "text" + }, + { + "bbox": [ + 105, + 514, + 313, + 527 + ], + "score": 1.0, + "content": "(see Sec. 3.2). The composition the active program", + "type": "text" + }, + { + "bbox": [ + 313, + 515, + 325, + 525 + ], + "score": 0.89, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 514, + 466, + 527 + ], + "score": 1.0, + "content": "is illustrated in Appendix’s Fig. 5.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 100, + 538, + 338, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 339, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 339, + 554 + ], + "score": 1.0, + "content": "2.3 Program Integration via the integration network", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 86, + 558, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 86, + 558, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 100, + 571 + ], + "score": 1.0, + "content": "165", + "type": "text" + }, + { + "bbox": [ + 105, + 558, + 218, + 572 + ], + "score": 1.0, + "content": "Since the working program", + "type": "text" + }, + { + "bbox": [ + 219, + 560, + 231, + 570 + ], + "score": 0.87, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 558, + 305, + 572 + ], + "score": 1.0, + "content": "only contains top", + "type": "text" + }, + { + "bbox": [ + 305, + 561, + 318, + 570 + ], + "score": 0.85, + "content": "r _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 558, + 505, + 572 + ], + "score": 1.0, + "content": "principal components, it is low-rank and may", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 86, + 572, + 100, + 582 + ], + "score": 1.0, + "content": "166", + "type": "text" + }, + { + "bbox": [ + 104, + 569, + 427, + 582 + ], + "score": 1.0, + "content": "be not flexible enough for sophisticated computation. We propose to enhance", + "type": "text" + }, + { + "bbox": [ + 427, + 570, + 440, + 581 + ], + "score": 0.88, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "with a residual", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 86, + 581, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 86, + 583, + 100, + 593 + ], + "score": 1.0, + "content": "167", + "type": "text" + }, + { + "bbox": [ + 104, + 581, + 142, + 593 + ], + "score": 1.0, + "content": "program", + "type": "text" + }, + { + "bbox": [ + 143, + 581, + 159, + 592 + ], + "score": 0.62, + "content": "\\mathbf { R } -", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 581, + 505, + 593 + ], + "score": 1.0, + "content": "a traditional connection weight trained as the integration network’s parameters, which", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 86, + 594, + 100, + 604 + ], + "score": 1.0, + "content": "168", + "type": "text" + }, + { + "bbox": [ + 105, + 592, + 230, + 605 + ], + "score": 1.0, + "content": "is constant after training w.r.t", + "type": "text" + }, + { + "bbox": [ + 231, + 593, + 236, + 602 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 592, + 505, + 605 + ], + "score": 1.0, + "content": ". The residual program represents the sum of the remaining less", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 86, + 602, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 86, + 605, + 100, + 614 + ], + "score": 1.0, + "content": "169", + "type": "text" + }, + { + "bbox": [ + 104, + 602, + 303, + 617 + ], + "score": 1.0, + "content": "important components. To this end, we suppress", + "type": "text" + }, + { + "bbox": [ + 303, + 603, + 313, + 613 + ], + "score": 0.66, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 602, + 463, + 617 + ], + "score": 1.0, + "content": "with a multiplier that is smaller than", + "type": "text" + }, + { + "bbox": [ + 463, + 604, + 484, + 615 + ], + "score": 0.6, + "content": "\\sigma _ { t r _ { m } } .", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 602, + 506, + 617 + ], + "score": 1.0, + "content": "– the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 614, + 447, + 627 + ], + "spans": [ + { + "bbox": [ + 86, + 616, + 100, + 626 + ], + "score": 1.0, + "content": "170", + "type": "text" + }, + { + "bbox": [ + 105, + 614, + 447, + 627 + ], + "score": 1.0, + "content": "smallest singular value of the main components - resulting in the integration formula", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 640, + 352, + 654 + ], + "lines": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "spans": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "score": 0.93, + "content": "W _ { t } = \\mathbf { P } _ { t } + w _ { t } ^ { r } \\sigma _ { t r _ { m } } \\mathbf { R }", + "type": "interline_equation", + "image_path": "5a1ea2eaac36e14e3d2dca9766e69d0bd941880cfbe050d8a72f9f696febc4cf.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 655, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 86, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 86, + 657, + 99, + 667 + ], + "score": 1.0, + "content": "171", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 134, + 668 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 656, + 237, + 668 + ], + "score": 0.89, + "content": "w _ { t } ^ { r } = \\mathrm { s i g m o i d } \\left( f _ { \\phi } \\left( x _ { t } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "is an adaptive gating value that controls the contribution of the", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 86, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 668, + 100, + 679 + ], + "score": 1.0, + "content": "172", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 180, + 680 + ], + "score": 1.0, + "content": "residual program.", + "type": "text" + }, + { + "bbox": [ + 181, + 668, + 192, + 679 + ], + "score": 0.88, + "content": "f _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "is the integration network in the Program Controller and hence, in our imple-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 85, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 85, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "173", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 410, + 691 + ], + "score": 1.0, + "content": "mentation, the integration control signal sent by the Program Controller is", + "type": "text" + }, + { + "bbox": [ + 410, + 678, + 485, + 690 + ], + "score": 0.91, + "content": "\\lambda _ { t } ^ { p } = \\{ w _ { t } ^ { r } , \\sigma _ { t r _ { m } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 677, + 506, + 691 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 86, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "174", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 393, + 702 + ], + "score": 1.0, + "content": "note that in our experiments, the program integration can be disabled (", + "type": "text" + }, + { + "bbox": [ + 393, + 689, + 407, + 700 + ], + "score": 0.86, + "content": "W _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 689, + 477, + 702 + ], + "score": 1.0, + "content": "is directly set to", + "type": "text" + }, + { + "bbox": [ + 477, + 690, + 490, + 700 + ], + "score": 0.84, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 689, + 506, + 702 + ], + "score": 1.0, + "content": ") to", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 86, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "175", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 208, + 713 + ], + "score": 1.0, + "content": "prove the contribution of", + "type": "text" + }, + { + "bbox": [ + 208, + 700, + 221, + 711 + ], + "score": 0.89, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 700, + 460, + 713 + ], + "score": 1.0, + "content": "or reduce the number of parameters. The working program", + "type": "text" + }, + { + "bbox": [ + 461, + 700, + 475, + 711 + ], + "score": 0.89, + "content": "W _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "is then", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 86, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "176", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 318, + 723 + ], + "score": 1.0, + "content": "used by the Main Network to execute the input data", + "type": "text" + }, + { + "bbox": [ + 318, + 712, + 328, + 722 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "(see (Fig. 1 (a))). For example, with linear", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 88, + 73, + 255, + 84 + ], + "lines": [ + { + "bbox": [ + 84, + 71, + 257, + 87 + ], + "spans": [ + { + "bbox": [ + 84, + 71, + 257, + 87 + ], + "score": 1.0, + "content": "142 Attending to Programs by “Name”", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "index", + "bbox": [ + 86, + 91, + 505, + 147 + ], + "lines": [ + { + "bbox": [ + 86, + 92, + 505, + 104 + ], + "spans": [ + { + "bbox": [ + 86, + 93, + 99, + 103 + ], + "score": 1.0, + "content": "143", + "type": "text" + }, + { + "bbox": [ + 106, + 92, + 505, + 104 + ], + "score": 1.0, + "content": "Inspired by the content-based attention mechanism for data memory [11], we use the query to look", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 86, + 104, + 100, + 114 + ], + "score": 1.0, + "content": "144", + "type": "text" + }, + { + "bbox": [ + 105, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "for the singular programs. In computer programming, to find the appropriate program for some", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 113, + 505, + 125 + ], + "spans": [ + { + "bbox": [ + 86, + 115, + 100, + 124 + ], + "score": 1.0, + "content": "145", + "type": "text" + }, + { + "bbox": [ + 105, + 113, + 505, + 125 + ], + "score": 1.0, + "content": "computation, we often refer to the program description or at least the name of the program. Here, we", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 124, + 505, + 136 + ], + "spans": [ + { + "bbox": [ + 86, + 126, + 100, + 135 + ], + "score": 1.0, + "content": "146", + "type": "text" + }, + { + "bbox": [ + 105, + 124, + 505, + 136 + ], + "score": 1.0, + "content": "create the “name” for our neural programs by compressing the program content to a low-dimensional", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 135, + 491, + 148 + ], + "spans": [ + { + "bbox": [ + 86, + 137, + 99, + 146 + ], + "score": 1.0, + "content": "147", + "type": "text" + }, + { + "bbox": [ + 104, + 135, + 306, + 148 + ], + "score": 1.0, + "content": "key vector. As such, we employ a neural network", + "type": "text" + }, + { + "bbox": [ + 306, + 135, + 324, + 147 + ], + "score": 0.86, + "content": "( f _ { \\varphi } )", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 135, + 491, + 148 + ], + "score": 1.0, + "content": "to compute the program memory keys as", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + } + ], + "index": 3, + "bbox_fs": [ + 86, + 92, + 505, + 148 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 271, + 161, + 339, + 175 + ], + "lines": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "spans": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "score": 0.92, + "content": "k _ { i } = f _ { \\varphi } \\left( \\mathbf { M } \\left( i \\right) \\right)", + "type": "interline_equation", + "image_path": "fbbd4d53165389137c65107dbb9b892e43aaf951aa496a542b7ddfbe0a58479f.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 271, + 161, + 339, + 175 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "index", + "bbox": [ + 86, + 178, + 506, + 212 + ], + "lines": [ + { + "bbox": [ + 86, + 177, + 505, + 191 + ], + "spans": [ + { + "bbox": [ + 86, + 180, + 101, + 190 + ], + "score": 1.0, + "content": "148", + "type": "text" + }, + { + "bbox": [ + 102, + 177, + 133, + 191 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 178, + 172, + 190 + ], + "score": 0.93, + "content": "\\boldsymbol { k } _ { i } \\in \\mathbb { R } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 177, + 191, + 191 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 191, + 179, + 196, + 189 + ], + "score": 0.81, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 177, + 393, + 191 + ], + "score": 1.0, + "content": "is the row index of the program memory. Here,", + "type": "text" + }, + { + "bbox": [ + 393, + 179, + 405, + 191 + ], + "score": 0.9, + "content": "f _ { \\varphi }", + "type": "inline_equation" + }, + { + "bbox": [ + 405, + 177, + 505, + 191 + ], + "score": 1.0, + "content": "learns to compress each", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 190, + 505, + 202 + ], + "spans": [ + { + "bbox": [ + 86, + 192, + 100, + 201 + ], + "score": 1.0, + "content": "149", + "type": "text" + }, + { + "bbox": [ + 104, + 190, + 184, + 202 + ], + "score": 1.0, + "content": "memory slot into a", + "type": "text" + }, + { + "bbox": [ + 185, + 190, + 195, + 200 + ], + "score": 0.84, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 190, + 505, + 202 + ], + "score": 1.0, + "content": "-dimensional vector. As the singular programs evolve, their keys get updated.", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 200, + 452, + 214 + ], + "spans": [ + { + "bbox": [ + 87, + 203, + 100, + 212 + ], + "score": 1.0, + "content": "150", + "type": "text" + }, + { + "bbox": [ + 104, + 200, + 452, + 214 + ], + "score": 1.0, + "content": "In this paper, we update the program keys after each learning iteration during training.", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 84, + 216, + 505, + 231 + ], + "spans": [ + { + "bbox": [ + 84, + 216, + 324, + 231 + ], + "score": 1.0, + "content": "151 Finally the content-based program memory attention", + "type": "text" + }, + { + "bbox": [ + 325, + 219, + 345, + 230 + ], + "score": 0.89, + "content": "c _ { t i j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 216, + 505, + 231 + ], + "score": 1.0, + "content": "is computed using cosine distance be-", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 228, + 308, + 241 + ], + "spans": [ + { + "bbox": [ + 85, + 228, + 204, + 241 + ], + "score": 1.0, + "content": "152 tween the program keys", + "type": "text" + }, + { + "bbox": [ + 204, + 228, + 214, + 239 + ], + "score": 0.87, + "content": "k _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 228, + 278, + 241 + ], + "score": 1.0, + "content": "and the queries", + "type": "text" + }, + { + "bbox": [ + 278, + 230, + 295, + 240 + ], + "score": 0.87, + "content": "q _ { t j h }", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 228, + 308, + 241 + ], + "score": 1.0, + "content": "as", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + } + ], + "index": 8, + "bbox_fs": [ + 86, + 177, + 505, + 214 + ] + }, + { + "type": "index", + "bbox": [ + 88, + 217, + 506, + 240 + ], + "lines": [], + "index": 10.5, + "bbox_fs": [ + 84, + 216, + 505, + 241 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 230, + 252, + 381, + 280 + ], + "lines": [ + { + "bbox": [ + 230, + 252, + 381, + 280 + ], + "spans": [ + { + "bbox": [ + 230, + 252, + 381, + 280 + ], + "score": 0.94, + "content": "c _ { t i j h } = \\mathrm { s o f t m a x } ^ { ( i ) } \\left( \\frac { q _ { t j h } \\cdot k _ { i } } { \\left| \\left| q _ { t j h } \\right| \\right| \\cdot \\left| \\left| k _ { i } \\right| \\right| } \\right)", + "type": "interline_equation", + "image_path": "1bb5f46999968c3a1c30f85f187deb3f1106cda326578faa900fb8408b86eb63.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 230, + 252, + 381, + 266.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 230, + 266.0, + 381, + 280.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "title", + "bbox": [ + 88, + 289, + 239, + 302 + ], + "lines": [ + { + "bbox": [ + 84, + 288, + 240, + 304 + ], + "spans": [ + { + "bbox": [ + 84, + 288, + 240, + 304 + ], + "score": 1.0, + "content": "153 Making Every Program Count", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 14 + }, + { + "type": "index", + "bbox": [ + 87, + 308, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 87, + 307, + 505, + 322 + ], + "spans": [ + { + "bbox": [ + 87, + 311, + 100, + 320 + ], + "score": 1.0, + "content": "154", + "type": "text" + }, + { + "bbox": [ + 105, + 307, + 505, + 322 + ], + "score": 1.0, + "content": "Similarly to [12, 31], in addition to the content-based attention, we employ a least-used reading", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 319, + 504, + 333 + ], + "spans": [ + { + "bbox": [ + 86, + 321, + 100, + 331 + ], + "score": 1.0, + "content": "155", + "type": "text" + }, + { + "bbox": [ + 105, + 319, + 504, + 333 + ], + "score": 1.0, + "content": "strategy to encourage the Program Controller to assign different singular programs to different com-", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 330, + 505, + 344 + ], + "spans": [ + { + "bbox": [ + 86, + 333, + 99, + 342 + ], + "score": 1.0, + "content": "156", + "type": "text" + }, + { + "bbox": [ + 105, + 330, + 505, + 344 + ], + "score": 1.0, + "content": "ponents. In particular, we calculate the memory usage for each program slot across attentions as", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 342, + 100, + 353 + ], + "spans": [ + { + "bbox": [ + 85, + 342, + 100, + 353 + ], + "score": 1.0, + "content": "157", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + } + ], + "index": 16.5, + "bbox_fs": [ + 85, + 307, + 505, + 353 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 349, + 352, + 373 + ], + "lines": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "spans": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "score": 0.95, + "content": "m _ { t i j h } = \\operatorname* { m a x } _ { \\tilde { j } \\leq j } \\left( w _ { t i \\tilde { j } h } \\right)", + "type": "interline_equation", + "image_path": "20d2e1b3e95cc99e60d768bc0080c3996ae302e11b21cde534c96b944ec0386e.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 259, + 349, + 352, + 373 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "index", + "bbox": [ + 88, + 378, + 505, + 403 + ], + "lines": [ + { + "bbox": [ + 87, + 368, + 504, + 398 + ], + "spans": [ + { + "bbox": [ + 87, + 380, + 101, + 389 + ], + "score": 1.0, + "content": "158", + "type": "text" + }, + { + "bbox": [ + 100, + 368, + 240, + 398 + ], + "score": 1.0, + "content": "Since we want to consider only", + "type": "text" + }, + { + "bbox": [ + 240, + 379, + 249, + 390 + ], + "score": 0.86, + "content": "l _ { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 368, + 288, + 398 + ], + "score": 1.0, + "content": "amongst", + "type": "text" + }, + { + "bbox": [ + 289, + 379, + 298, + 388 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 298, + 368, + 482, + 398 + ], + "score": 1.0, + "content": "memory slots that have smallest usages, let", + "type": "text" + }, + { + "bbox": [ + 482, + 377, + 504, + 392 + ], + "score": 0.92, + "content": "\\hat { m } _ { t j h } ^ { l _ { I } }", + "type": "inline_equation" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 84, + 390, + 460, + 403 + ], + "spans": [ + { + "bbox": [ + 84, + 390, + 199, + 403 + ], + "score": 1.0, + "content": "159 denote the value of the", + "type": "text" + }, + { + "bbox": [ + 199, + 391, + 208, + 402 + ], + "score": 0.86, + "content": "l _ { I }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 390, + 460, + 403 + ], + "score": 1.0, + "content": "-th smallest usage, then the least-used attention is computed as", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + } + ], + "index": 20.5, + "bbox_fs": [ + 84, + 368, + 504, + 403 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 204, + 414, + 406, + 449 + ], + "lines": [ + { + "bbox": [ + 204, + 414, + 406, + 449 + ], + "spans": [ + { + "bbox": [ + 204, + 414, + 406, + 449 + ], + "score": 0.93, + "content": "l _ { t i j h } = \\left\\{ \\begin{array} { l l } { \\underset { i } { \\operatorname* { m a x } } \\left( m _ { t i j h } \\right) - m _ { t i j h } } & { ; m _ { t i j h } \\leq \\hat { m } _ { t j h } ^ { l _ { I } } } \\\\ { 0 } & { ; m _ { t i j h } > \\hat { m } _ { t j h } ^ { l _ { I } } } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "3eff87705475f2c68a1c4480bd1c57076406de4a285ac39dac6df397bafd8964.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 204, + 414, + 406, + 431.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 204, + 431.5, + 406, + 449.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 450, + 316, + 462 + ], + "lines": [ + { + "bbox": [ + 85, + 449, + 316, + 464 + ], + "spans": [ + { + "bbox": [ + 85, + 449, + 316, + 464 + ], + "score": 1.0, + "content": "160 The final program memory attention is computed as", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 85, + 449, + 316, + 464 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 477, + 425, + 491 + ], + "lines": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "spans": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "score": 0.9, + "content": "w _ { t i j h } = \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) c _ { t i j h } + \\left( 1 - \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) \\right) l _ { t i j h }", + "type": "interline_equation", + "image_path": "7f5851a3247de278761e154705908476d92d30012c85ff80f22df974bfe7e41f.jpg" + } + ] + } + ], + "index": 25, + "virtual_lines": [ + { + "bbox": [ + 186, + 477, + 425, + 491 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "index", + "bbox": [ + 87, + 493, + 505, + 527 + ], + "lines": [ + { + "bbox": [ + 86, + 492, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 86, + 495, + 100, + 504 + ], + "score": 1.0, + "content": "161", + "type": "text" + }, + { + "bbox": [ + 105, + 492, + 506, + 506 + ], + "score": 1.0, + "content": "Since the usage record are computed along the memory accesses, the multi-step Neurocoder utilises", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 503, + 506, + 517 + ], + "spans": [ + { + "bbox": [ + 86, + 505, + 100, + 515 + ], + "score": 1.0, + "content": "162", + "type": "text" + }, + { + "bbox": [ + 105, + 503, + 506, + 517 + ], + "score": 1.0, + "content": "this attention mechanism better than the single-step Neurocoder, creating different attention styles", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 514, + 466, + 527 + ], + "spans": [ + { + "bbox": [ + 86, + 516, + 100, + 526 + ], + "score": 1.0, + "content": "163", + "type": "text" + }, + { + "bbox": [ + 105, + 514, + 313, + 527 + ], + "score": 1.0, + "content": "(see Sec. 3.2). The composition the active program", + "type": "text" + }, + { + "bbox": [ + 313, + 515, + 325, + 525 + ], + "score": 0.89, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 514, + 466, + 527 + ], + "score": 1.0, + "content": "is illustrated in Appendix’s Fig. 5.", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + } + ], + "index": 27, + "bbox_fs": [ + 86, + 492, + 506, + 527 + ] + }, + { + "type": "title", + "bbox": [ + 100, + 538, + 338, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 537, + 339, + 554 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 339, + 554 + ], + "score": 1.0, + "content": "2.3 Program Integration via the integration network", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "index", + "bbox": [ + 86, + 558, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 86, + 558, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 100, + 571 + ], + "score": 1.0, + "content": "165", + "type": "text" + }, + { + "bbox": [ + 105, + 558, + 218, + 572 + ], + "score": 1.0, + "content": "Since the working program", + "type": "text" + }, + { + "bbox": [ + 219, + 560, + 231, + 570 + ], + "score": 0.87, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 558, + 305, + 572 + ], + "score": 1.0, + "content": "only contains top", + "type": "text" + }, + { + "bbox": [ + 305, + 561, + 318, + 570 + ], + "score": 0.85, + "content": "r _ { m }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 558, + 505, + 572 + ], + "score": 1.0, + "content": "principal components, it is low-rank and may", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 569, + 505, + 582 + ], + "spans": [ + { + "bbox": [ + 86, + 572, + 100, + 582 + ], + "score": 1.0, + "content": "166", + "type": "text" + }, + { + "bbox": [ + 104, + 569, + 427, + 582 + ], + "score": 1.0, + "content": "be not flexible enough for sophisticated computation. We propose to enhance", + "type": "text" + }, + { + "bbox": [ + 427, + 570, + 440, + 581 + ], + "score": 0.88, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 569, + 505, + 582 + ], + "score": 1.0, + "content": "with a residual", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 581, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 86, + 583, + 100, + 593 + ], + "score": 1.0, + "content": "167", + "type": "text" + }, + { + "bbox": [ + 104, + 581, + 142, + 593 + ], + "score": 1.0, + "content": "program", + "type": "text" + }, + { + "bbox": [ + 143, + 581, + 159, + 592 + ], + "score": 0.62, + "content": "\\mathbf { R } -", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 581, + 505, + 593 + ], + "score": 1.0, + "content": "a traditional connection weight trained as the integration network’s parameters, which", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 592, + 505, + 605 + ], + "spans": [ + { + "bbox": [ + 86, + 594, + 100, + 604 + ], + "score": 1.0, + "content": "168", + "type": "text" + }, + { + "bbox": [ + 105, + 592, + 230, + 605 + ], + "score": 1.0, + "content": "is constant after training w.r.t", + "type": "text" + }, + { + "bbox": [ + 231, + 593, + 236, + 602 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 592, + 505, + 605 + ], + "score": 1.0, + "content": ". The residual program represents the sum of the remaining less", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 602, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 86, + 605, + 100, + 614 + ], + "score": 1.0, + "content": "169", + "type": "text" + }, + { + "bbox": [ + 104, + 602, + 303, + 617 + ], + "score": 1.0, + "content": "important components. To this end, we suppress", + "type": "text" + }, + { + "bbox": [ + 303, + 603, + 313, + 613 + ], + "score": 0.66, + "content": "\\mathbf { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 602, + 463, + 617 + ], + "score": 1.0, + "content": "with a multiplier that is smaller than", + "type": "text" + }, + { + "bbox": [ + 463, + 604, + 484, + 615 + ], + "score": 0.6, + "content": "\\sigma _ { t r _ { m } } .", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 602, + 506, + 617 + ], + "score": 1.0, + "content": "– the", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 614, + 447, + 627 + ], + "spans": [ + { + "bbox": [ + 86, + 616, + 100, + 626 + ], + "score": 1.0, + "content": "170", + "type": "text" + }, + { + "bbox": [ + 105, + 614, + 447, + 627 + ], + "score": 1.0, + "content": "smallest singular value of the main components - resulting in the integration formula", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + } + ], + "index": 32.5, + "bbox_fs": [ + 86, + 558, + 506, + 627 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 259, + 640, + 352, + 654 + ], + "lines": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "spans": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "score": 0.93, + "content": "W _ { t } = \\mathbf { P } _ { t } + w _ { t } ^ { r } \\sigma _ { t r _ { m } } \\mathbf { R }", + "type": "interline_equation", + "image_path": "5a1ea2eaac36e14e3d2dca9766e69d0bd941880cfbe050d8a72f9f696febc4cf.jpg" + } + ] + } + ], + "index": 36, + "virtual_lines": [ + { + "bbox": [ + 259, + 640, + 352, + 654 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "index", + "bbox": [ + 86, + 655, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 86, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 86, + 657, + 99, + 667 + ], + "score": 1.0, + "content": "171", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 134, + 668 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 656, + 237, + 668 + ], + "score": 0.89, + "content": "w _ { t } ^ { r } = \\mathrm { s i g m o i d } \\left( f _ { \\phi } \\left( x _ { t } \\right) \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "is an adaptive gating value that controls the contribution of the", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 668, + 100, + 679 + ], + "score": 1.0, + "content": "172", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 180, + 680 + ], + "score": 1.0, + "content": "residual program.", + "type": "text" + }, + { + "bbox": [ + 181, + 668, + 192, + 679 + ], + "score": 0.88, + "content": "f _ { \\phi }", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "is the integration network in the Program Controller and hence, in our imple-", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 85, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "173", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 410, + 691 + ], + "score": 1.0, + "content": "mentation, the integration control signal sent by the Program Controller is", + "type": "text" + }, + { + "bbox": [ + 410, + 678, + 485, + 690 + ], + "score": 0.91, + "content": "\\lambda _ { t } ^ { p } = \\{ w _ { t } ^ { r } , \\sigma _ { t r _ { m } } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 677, + 506, + 691 + ], + "score": 1.0, + "content": ". We", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "174", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 393, + 702 + ], + "score": 1.0, + "content": "note that in our experiments, the program integration can be disabled (", + "type": "text" + }, + { + "bbox": [ + 393, + 689, + 407, + 700 + ], + "score": 0.86, + "content": "W _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 689, + 477, + 702 + ], + "score": 1.0, + "content": "is directly set to", + "type": "text" + }, + { + "bbox": [ + 477, + 690, + 490, + 700 + ], + "score": 0.84, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 689, + 506, + 702 + ], + "score": 1.0, + "content": ") to", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "175", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 208, + 713 + ], + "score": 1.0, + "content": "prove the contribution of", + "type": "text" + }, + { + "bbox": [ + 208, + 700, + 221, + 711 + ], + "score": 0.89, + "content": "\\mathbf { P } _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 700, + 460, + 713 + ], + "score": 1.0, + "content": "or reduce the number of parameters. The working program", + "type": "text" + }, + { + "bbox": [ + 461, + 700, + 475, + 711 + ], + "score": 0.89, + "content": "W _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "is then", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "176", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 318, + 723 + ], + "score": 1.0, + "content": "used by the Main Network to execute the input data", + "type": "text" + }, + { + "bbox": [ + 318, + 712, + 328, + 722 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 711, + 505, + 723 + ], + "score": 1.0, + "content": "(see (Fig. 1 (a))). For example, with linear", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 87, + 492, + 100, + 501 + ], + "score": 1.0, + "content": "177", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 103, + 489, + 272, + 502 + ], + "score": 1.0, + "content": "classifier Main Network, the execution is", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 272, + 490, + 317, + 501 + ], + "score": 0.92, + "content": "y _ { t } = x _ { t } W _ { t }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 317, + 489, + 505, + 502 + ], + "score": 1.0, + "content": ". Appendix’s Table 2 summarises the notations", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 84, + 501, + 291, + 513 + ], + "spans": [ + { + "bbox": [ + 84, + 501, + 291, + 513 + ], + "score": 1.0, + "content": "178 used for important parameters of Neurocoder.", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_start_line": true + } + ], + "index": 39.5, + "bbox_fs": [ + 85, + 656, + 506, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 69, + 506, + 267 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 69, + 506, + 267 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 69, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 69, + 506, + 267 + ], + "score": 0.972, + "type": "image", + "image_path": "f992f503335ad0a3f753e1c8f03e87de2fd352b9c040fd798ec6c09805c37c77.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 69, + 506, + 135.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 135.0, + 506, + 201.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 201.0, + 506, + 267.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 275, + 505, + 451 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 275, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 399, + 289 + ], + "score": 1.0, + "content": "Figure 2: (a) MNIST test set classification error vs the number of steps", + "type": "text" + }, + { + "bbox": [ + 399, + 276, + 414, + 287 + ], + "score": 0.73, + "content": "( J )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 275, + 505, + 289 + ], + "score": 1.0, + "content": "in Neurocoder (blue),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "score": 1.0, + "content": "compared with a linear classifier (red). (b) 1st column: Digit images; Middle column: Single-step", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 297, + 505, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 236, + 311 + ], + "score": 1.0, + "content": "attention weights for 30 slots in", + "type": "text" + }, + { + "bbox": [ + 237, + 298, + 255, + 309 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 297, + 505, + 311 + ], + "score": 1.0, + "content": "(vertical axis) for first 3 singular vectors (horizontal axis) for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 309, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 385, + 321 + ], + "score": 1.0, + "content": "each digit; Last column: Multi-step attention weights for 10 slots in", + "type": "text" + }, + { + "bbox": [ + 385, + 309, + 404, + 320 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 309, + 506, + 321 + ], + "score": 1.0, + "content": "(vertical axis) for first 3", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "singular vectors (horizontal axis). Multi-step attention is able to produce far more diverse patterns", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 331, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 505, + 343 + ], + "score": 1.0, + "content": "with fewer slots - 10 slots compared to single-step 30 slots. (c) Two attention patterns of single-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "step Neurocoder. The binary decision tree derived from single-step Neurocoder’s attention patterns.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "The two patterns across components represent the decisions going up and down across the binary", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 263, + 376 + ], + "score": 1.0, + "content": "tree. Visualisation for (d) multi-step", + "type": "text" + }, + { + "bbox": [ + 264, + 363, + 294, + 374 + ], + "score": 0.84, + "content": "J = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 363, + 457, + 376 + ], + "score": 1.0, + "content": ", 20 memory slots) and (e) single-step", + "type": "text" + }, + { + "bbox": [ + 457, + 363, + 487, + 374 + ], + "score": 0.78, + "content": "J = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 363, + 505, + 376 + ], + "score": 1.0, + "content": ", 10", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "memory slots) cases showing while processing a sequence of the polynomial auto-regression task.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 385, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 232, + 397 + ], + "score": 1.0, + "content": "The Neurocoder’s attentions to", + "type": "text" + }, + { + "bbox": [ + 233, + 385, + 252, + 396 + ], + "score": 0.9, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 385, + 505, + 397 + ], + "score": 1.0, + "content": "that form the first component of the active program are shown", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 317, + 409 + ], + "score": 1.0, + "content": "over sequence timesteps (upper) with Neurocoder’s", + "type": "text" + }, + { + "bbox": [ + 317, + 398, + 327, + 408 + ], + "score": 0.82, + "content": "y _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "prediction (orange) and ground truth (blue)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "(lower). The vertical dash green lines separate polynomial chunks. Each chuck represents a local", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 429, + 430 + ], + "score": 1.0, + "content": "pattern, and thus ideally requires a specific active program to compute the input", + "type": "text" + }, + { + "bbox": [ + 429, + 419, + 439, + 429 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 417, + 506, + 430 + ], + "score": 1.0, + "content": ". Although both", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "score": 1.0, + "content": "predict well, only the multi-step Neurocoder discovers the chunk boundaries, assigning program", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 440, + 387, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 387, + 452 + ], + "score": 1.0, + "content": "attention to the first component in accordance with sequence changes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 10.5 + } + ], + "index": 5.75 + }, + { + "type": "text", + "bbox": [ + 88, + 490, + 504, + 512 + ], + "lines": [ + { + "bbox": [ + 87, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 87, + 492, + 100, + 501 + ], + "score": 1.0, + "content": "177", + "type": "text" + }, + { + "bbox": [ + 103, + 489, + 272, + 502 + ], + "score": 1.0, + "content": "classifier Main Network, the execution is", + "type": "text" + }, + { + "bbox": [ + 272, + 490, + 317, + 501 + ], + "score": 0.92, + "content": "y _ { t } = x _ { t } W _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 489, + 505, + 502 + ], + "score": 1.0, + "content": ". Appendix’s Table 2 summarises the notations", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 84, + 501, + 291, + 513 + ], + "spans": [ + { + "bbox": [ + 84, + 501, + 291, + 513 + ], + "score": 1.0, + "content": "178 used for important parameters of Neurocoder.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "title", + "bbox": [ + 87, + 548, + 163, + 561 + ], + "lines": [ + { + "bbox": [ + 84, + 546, + 165, + 565 + ], + "spans": [ + { + "bbox": [ + 84, + 546, + 165, + 565 + ], + "score": 1.0, + "content": "179 3 Results", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 87, + 585, + 504, + 640 + ], + "lines": [ + { + "bbox": [ + 86, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 99, + 596 + ], + "score": 1.0, + "content": "180", + "type": "text" + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "To demonstrate the flexibility of Neurocoder framework, we consider different learning paradigms:", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 86, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 86, + 599, + 99, + 608 + ], + "score": 1.0, + "content": "181", + "type": "text" + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "instance-based, sequential, multi-task and continual learning. We do not focus on breaking perfor-", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 86, + 607, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 86, + 610, + 99, + 618 + ], + "score": 1.0, + "content": "182", + "type": "text" + }, + { + "bbox": [ + 105, + 607, + 506, + 620 + ], + "score": 1.0, + "content": "mance records by augmenting state-of-the-art models with Neurocoder. Rather our inquiry is on", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "183", + "type": "text" + }, + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "re-coding feed-forward layers with the Neurocoder’s programs and testing on varied data types to", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 629, + 456, + 641 + ], + "spans": [ + { + "bbox": [ + 86, + 631, + 101, + 641 + ], + "score": 1.0, + "content": "184", + "type": "text" + }, + { + "bbox": [ + 105, + 629, + 456, + 641 + ], + "score": 1.0, + "content": "demonstrate its intrinsic properties. For some experiments, we include ablation studies.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 87, + 645, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 646, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 86, + 647, + 100, + 657 + ], + "score": 1.0, + "content": "185", + "type": "text" + }, + { + "bbox": [ + 106, + 646, + 505, + 657 + ], + "score": 1.0, + "content": "We compare the performance of diverse Main Networks (MN) with and without Neurocoder. We", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 86, + 658, + 100, + 668 + ], + "score": 1.0, + "content": "186", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "also augment the Main Networks with other recent conditional computing methods, either modular", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 679 + ], + "score": 1.0, + "content": "187", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "(sparse Mixture of Experts, Neural Stored-program Memory) or monolithic (HyperNets, FiLM) to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "188", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "form stronger baselines across our experiments. In our experiments, we always apply Neurocoder", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "189", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "to all layers of multi-layer perceptrons (MLP) or just the final feed-forward layer of deep CNN", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 86, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 703, + 99, + 711 + ], + "score": 1.0, + "content": "190", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "networks (LeNet, DenseNet, ResNet), RNNs (GRU, LSTM), MANN (NTM). Other competitors", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 711, + 494, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 723 + ], + "score": 1.0, + "content": "191", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 494, + 723 + ], + "score": 1.0, + "content": "such as MOE, NSM, HyperNet and FiLM are applied to the Main Networks in the same manner.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 69, + 506, + 267 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 69, + 506, + 267 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 69, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 106, + 69, + 506, + 267 + ], + "score": 0.972, + "type": "image", + "image_path": "f992f503335ad0a3f753e1c8f03e87de2fd352b9c040fd798ec6c09805c37c77.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 69, + 506, + 135.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 135.0, + 506, + 201.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 201.0, + 506, + 267.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 275, + 505, + 451 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 275, + 505, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 399, + 289 + ], + "score": 1.0, + "content": "Figure 2: (a) MNIST test set classification error vs the number of steps", + "type": "text" + }, + { + "bbox": [ + 399, + 276, + 414, + 287 + ], + "score": 0.73, + "content": "( J )", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 275, + 505, + 289 + ], + "score": 1.0, + "content": "in Neurocoder (blue),", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 505, + 300 + ], + "score": 1.0, + "content": "compared with a linear classifier (red). (b) 1st column: Digit images; Middle column: Single-step", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 297, + 505, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 236, + 311 + ], + "score": 1.0, + "content": "attention weights for 30 slots in", + "type": "text" + }, + { + "bbox": [ + 237, + 298, + 255, + 309 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 297, + 505, + 311 + ], + "score": 1.0, + "content": "(vertical axis) for first 3 singular vectors (horizontal axis) for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 309, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 385, + 321 + ], + "score": 1.0, + "content": "each digit; Last column: Multi-step attention weights for 10 slots in", + "type": "text" + }, + { + "bbox": [ + 385, + 309, + 404, + 320 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 404, + 309, + 506, + 321 + ], + "score": 1.0, + "content": "(vertical axis) for first 3", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 333 + ], + "score": 1.0, + "content": "singular vectors (horizontal axis). Multi-step attention is able to produce far more diverse patterns", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 331, + 505, + 343 + ], + "spans": [ + { + "bbox": [ + 106, + 331, + 505, + 343 + ], + "score": 1.0, + "content": "with fewer slots - 10 slots compared to single-step 30 slots. (c) Two attention patterns of single-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "step Neurocoder. The binary decision tree derived from single-step Neurocoder’s attention patterns.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 365 + ], + "score": 1.0, + "content": "The two patterns across components represent the decisions going up and down across the binary", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 263, + 376 + ], + "score": 1.0, + "content": "tree. Visualisation for (d) multi-step", + "type": "text" + }, + { + "bbox": [ + 264, + 363, + 294, + 374 + ], + "score": 0.84, + "content": "J = 5", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 363, + 457, + 376 + ], + "score": 1.0, + "content": ", 20 memory slots) and (e) single-step", + "type": "text" + }, + { + "bbox": [ + 457, + 363, + 487, + 374 + ], + "score": 0.78, + "content": "J = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 363, + 505, + 376 + ], + "score": 1.0, + "content": ", 10", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 104, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "memory slots) cases showing while processing a sequence of the polynomial auto-regression task.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 385, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 232, + 397 + ], + "score": 1.0, + "content": "The Neurocoder’s attentions to", + "type": "text" + }, + { + "bbox": [ + 233, + 385, + 252, + 396 + ], + "score": 0.9, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 385, + 505, + 397 + ], + "score": 1.0, + "content": "that form the first component of the active program are shown", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 396, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 317, + 409 + ], + "score": 1.0, + "content": "over sequence timesteps (upper) with Neurocoder’s", + "type": "text" + }, + { + "bbox": [ + 317, + 398, + 327, + 408 + ], + "score": 0.82, + "content": "y _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 396, + 505, + 409 + ], + "score": 1.0, + "content": "prediction (orange) and ground truth (blue)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "(lower). The vertical dash green lines separate polynomial chunks. Each chuck represents a local", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 417, + 506, + 430 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 429, + 430 + ], + "score": 1.0, + "content": "pattern, and thus ideally requires a specific active program to compute the input", + "type": "text" + }, + { + "bbox": [ + 429, + 419, + 439, + 429 + ], + "score": 0.84, + "content": "x _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 439, + 417, + 506, + 430 + ], + "score": 1.0, + "content": ". Although both", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "score": 1.0, + "content": "predict well, only the multi-step Neurocoder discovers the chunk boundaries, assigning program", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 440, + 387, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 387, + 452 + ], + "score": 1.0, + "content": "attention to the first component in accordance with sequence changes.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 10.5 + } + ], + "index": 5.75 + }, + { + "type": "index", + "bbox": [ + 88, + 490, + 504, + 512 + ], + "lines": [], + "index": 19.5, + "bbox_fs": [ + 84, + 489, + 505, + 513 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 87, + 548, + 163, + 561 + ], + "lines": [ + { + "bbox": [ + 84, + 546, + 165, + 565 + ], + "spans": [ + { + "bbox": [ + 84, + 546, + 165, + 565 + ], + "score": 1.0, + "content": "179 3 Results", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "index", + "bbox": [ + 87, + 585, + 504, + 640 + ], + "lines": [ + { + "bbox": [ + 86, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 99, + 596 + ], + "score": 1.0, + "content": "180", + "type": "text" + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "To demonstrate the flexibility of Neurocoder framework, we consider different learning paradigms:", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 596, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 86, + 599, + 99, + 608 + ], + "score": 1.0, + "content": "181", + "type": "text" + }, + { + "bbox": [ + 105, + 596, + 505, + 609 + ], + "score": 1.0, + "content": "instance-based, sequential, multi-task and continual learning. We do not focus on breaking perfor-", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 607, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 86, + 610, + 99, + 618 + ], + "score": 1.0, + "content": "182", + "type": "text" + }, + { + "bbox": [ + 105, + 607, + 506, + 620 + ], + "score": 1.0, + "content": "mance records by augmenting state-of-the-art models with Neurocoder. Rather our inquiry is on", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "183", + "type": "text" + }, + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "re-coding feed-forward layers with the Neurocoder’s programs and testing on varied data types to", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 629, + 456, + 641 + ], + "spans": [ + { + "bbox": [ + 86, + 631, + 101, + 641 + ], + "score": 1.0, + "content": "184", + "type": "text" + }, + { + "bbox": [ + 105, + 629, + 456, + 641 + ], + "score": 1.0, + "content": "demonstrate its intrinsic properties. For some experiments, we include ablation studies.", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 646, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 86, + 647, + 100, + 657 + ], + "score": 1.0, + "content": "185", + "type": "text" + }, + { + "bbox": [ + 106, + 646, + 505, + 657 + ], + "score": 1.0, + "content": "We compare the performance of diverse Main Networks (MN) with and without Neurocoder. We", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 86, + 658, + 100, + 668 + ], + "score": 1.0, + "content": "186", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "also augment the Main Networks with other recent conditional computing methods, either modular", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 679 + ], + "score": 1.0, + "content": "187", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "(sparse Mixture of Experts, Neural Stored-program Memory) or monolithic (HyperNets, FiLM) to", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "188", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "form stronger baselines across our experiments. In our experiments, we always apply Neurocoder", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "189", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "to all layers of multi-layer perceptrons (MLP) or just the final feed-forward layer of deep CNN", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 703, + 99, + 711 + ], + "score": 1.0, + "content": "190", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "networks (LeNet, DenseNet, ResNet), RNNs (GRU, LSTM), MANN (NTM). Other competitors", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 494, + 723 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 723 + ], + "score": 1.0, + "content": "191", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 494, + 723 + ], + "score": 1.0, + "content": "such as MOE, NSM, HyperNet and FiLM are applied to the Main Networks in the same manner.", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + } + ], + "index": 24, + "bbox_fs": [ + 86, + 584, + 506, + 641 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 645, + 505, + 722 + ], + "lines": [], + "index": 30, + "bbox_fs": [ + 86, + 646, + 506, + 723 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 70, + 505, + 187 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 70, + 505, + 187 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 70, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 70, + 505, + 187 + ], + "score": 0.974, + "type": "image", + "image_path": "7e25b32d05c9ae7db2df1ea7bbd96b41284179be7b8a5c34b278f599cab1c811.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 70, + 505, + 109.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 109.0, + 505, + 148.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 148.0, + 505, + 187.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 195, + 504, + 217 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "score": 1.0, + "content": "Figure 3: Learning curves (mean and std. over 5 runs) on representative Atari 2600 games. All", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "score": 1.0, + "content": "baselines are applied to the actor/critic networks in the A3C agent.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 87, + 238, + 322, + 250 + ], + "lines": [ + { + "bbox": [ + 84, + 236, + 324, + 253 + ], + "spans": [ + { + "bbox": [ + 84, + 236, + 324, + 253 + ], + "score": 1.0, + "content": "192 3.1 Instance-based learning - Object Recognition", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 101, + 259, + 504, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 506, + 272 + ], + "score": 1.0, + "content": "We tested Neurocoder on instance-based learning through classical image classification tasks using", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "MNIST [24] and CIFAR [21] datasets. The first experiment interpreted Neurocoder’s behaviour", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 251, + 293 + ], + "score": 1.0, + "content": "in classifying digits into 10 classes", + "type": "text" + }, + { + "bbox": [ + 252, + 281, + 282, + 292 + ], + "score": 0.84, + "content": "( 0 - 9 )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "using linear classifier Main Network. With equivalent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "model size, Neurocoder using the novel recurrent attention surpasses the performance of the linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 302, + 263, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 198, + 315 + ], + "score": 1.0, + "content": "classifier [24] by up to", + "type": "text" + }, + { + "bbox": [ + 199, + 302, + 214, + 313 + ], + "score": 0.86, + "content": "5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 302, + 263, + 315 + ], + "score": 1.0, + "content": "(Fig. 2 (a)).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 101, + 319, + 504, + 363 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 331 + ], + "score": 1.0, + "content": "To differentiate the input, Neurocoder attends to different components of the active program to", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "score": 1.0, + "content": "guide the decision-making process. Fig. 2 (b) shows single-step and multi-step attention to the first", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "3 singular vectors for each digit across memory slots. Multi-step attention produces richer patterns", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 352, + 439, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 439, + 365 + ], + "score": 1.0, + "content": "compared to single-step Neurocoder that manages only 2 attention weight patterns.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 504, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "Fig. 2 (c) illustrates how Neurocoder performs modular learning by showing the attention assign-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "ment for top 3 singular vectors as a binary decision tree. Digits under the same parental node share", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "similar attention paths, and thereby similar active programs. Some digits look unique (e.g. 7) result-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "ing in active programs composed of unique attention paths, discriminating themselves early in the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "decision tree. Some digits (e.g. 0 and 9) share the same attention pattern for the first 3 components", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 422, + 496, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 496, + 435 + ], + "score": 1.0, + "content": "and are thus unclassifiable. They can only be distinguished by considering more singular vectors.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 101, + 439, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 505, + 451 + ], + "score": 1.0, + "content": "We integrated Neurocoder with deep networks - 5-layer LeNet and 100-layer DenseNet - and tested", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "on CIFAR datasets. Neurocoder significantly outperformed the original Main Networks with perfor-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 460, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 460, + 154, + 474 + ], + "score": 1.0, + "content": "mance gain", + "type": "text" + }, + { + "bbox": [ + 154, + 461, + 184, + 471 + ], + "score": 0.91, + "content": "1 - 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 460, + 506, + 474 + ], + "score": 1.0, + "content": ". Compared with recent conditional computing models such as sparse Mixture of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Experts (MOE [35]) and Neural Stored-program Memory (NSM [22]), Neurocoder required a tenth", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 482, + 486, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 343, + 496 + ], + "score": 1.0, + "content": "of the number of parameters and performed better by up to", + "type": "text" + }, + { + "bbox": [ + 343, + 483, + 380, + 493 + ], + "score": 0.9, + "content": "8 - 1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 482, + 486, + 496 + ], + "score": 1.0, + "content": "(see Appendix’s Table 3).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23 + }, + { + "type": "title", + "bbox": [ + 106, + 508, + 452, + 531 + ], + "lines": [ + { + "bbox": [ + 105, + 506, + 453, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 453, + 522 + ], + "score": 1.0, + "content": "3.2 Sequential learning - Adaption to sequence changes and game playing using", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 128, + 518, + 230, + 532 + ], + "spans": [ + { + "bbox": [ + 128, + 518, + 230, + 532 + ], + "score": 1.0, + "content": "reinforcement learning", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 103, + 539, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "Recurrent neural networks (RNN) can learn from sequential data by updating the hidden states of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "the networks. However, this does not suffice when local patterns shift, as is often the case. We now", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "demonstrate that Neurocoder helps RNNs overcome this limitation by composing diverse programs", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 572, + 222, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 222, + 585 + ], + "score": 1.0, + "content": "to handle sequence changes.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 105, + 596, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "Synthetic polynomial auto-regression We created a simple auto-regression task in which data", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "score": 1.0, + "content": "points are sampled from polynomial function chunks that change over time. The Main Network is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "a strong RNN–Gated Recurrent Unit (GRU [5]). We found that GRU integrated with a single-step", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 629, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 629, + 505, + 641 + ], + "score": 1.0, + "content": "or multi-step Neurocoder converged much faster than all other baselines. The other conditional", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "computing counterparts (HyperNet [13], FiLM [28]) adapt by re-scaling weights or activation of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 650, + 426, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 426, + 663 + ], + "score": 1.0, + "content": "GRU, which were shown inferior to our modular approach (Appendix’s Fig. 6).", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 87, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 668, + 100, + 679 + ], + "score": 1.0, + "content": "225", + "type": "text" + }, + { + "bbox": [ + 105, + 666, + 334, + 680 + ], + "score": 1.0, + "content": "Visualising the first singular vector attention weights in", + "type": "text" + }, + { + "bbox": [ + 334, + 667, + 353, + 678 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 666, + 505, + 680 + ], + "score": 1.0, + "content": ", we find that the multi-step attention", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 86, + 677, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "226", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 505, + 691 + ], + "score": 1.0, + "content": "Neurocoder changes its attention following polynomial changes - it attends to the same singular pro-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 86, + 689, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "227", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 506, + 701 + ], + "score": 1.0, + "content": "gram when processing data from the same polynomial and alters attention for data from a different", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 86, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "228", + "type": "text" + }, + { + "bbox": [ + 106, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "polynomial (Fig. 2(d)). In contrast, the single-step Neurocoder only changes its attention when", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 86, + 710, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "229", + "type": "text" + }, + { + "bbox": [ + 105, + 710, + 236, + 724 + ], + "score": 1.0, + "content": "there is a remarkable change in", + "type": "text" + }, + { + "bbox": [ + 236, + 713, + 243, + 722 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 710, + 505, + 724 + ], + "score": 1.0, + "content": "-coordinate values (Fig. 2(e)). Although single-step Neurocoder", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 70, + 505, + 187 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 70, + 505, + 187 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 70, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 70, + 505, + 187 + ], + "score": 0.974, + "type": "image", + "image_path": "7e25b32d05c9ae7db2df1ea7bbd96b41284179be7b8a5c34b278f599cab1c811.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 70, + 505, + 109.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 109.0, + 505, + 148.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 148.0, + 505, + 187.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 195, + 504, + 217 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "score": 1.0, + "content": "Figure 3: Learning curves (mean and std. over 5 runs) on representative Atari 2600 games. All", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 374, + 218 + ], + "score": 1.0, + "content": "baselines are applied to the actor/critic networks in the A3C agent.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 87, + 238, + 322, + 250 + ], + "lines": [ + { + "bbox": [ + 84, + 236, + 324, + 253 + ], + "spans": [ + { + "bbox": [ + 84, + 236, + 324, + 253 + ], + "score": 1.0, + "content": "192 3.1 Instance-based learning - Object Recognition", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 101, + 259, + 504, + 314 + ], + "lines": [ + { + "bbox": [ + 105, + 257, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 506, + 272 + ], + "score": 1.0, + "content": "We tested Neurocoder on instance-based learning through classical image classification tasks using", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 505, + 282 + ], + "score": 1.0, + "content": "MNIST [24] and CIFAR [21] datasets. The first experiment interpreted Neurocoder’s behaviour", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 281, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 106, + 281, + 251, + 293 + ], + "score": 1.0, + "content": "in classifying digits into 10 classes", + "type": "text" + }, + { + "bbox": [ + 252, + 281, + 282, + 292 + ], + "score": 0.84, + "content": "( 0 - 9 )", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 281, + 505, + 293 + ], + "score": 1.0, + "content": "using linear classifier Main Network. With equivalent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 505, + 305 + ], + "score": 1.0, + "content": "model size, Neurocoder using the novel recurrent attention surpasses the performance of the linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 302, + 263, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 198, + 315 + ], + "score": 1.0, + "content": "classifier [24] by up to", + "type": "text" + }, + { + "bbox": [ + 199, + 302, + 214, + 313 + ], + "score": 0.86, + "content": "5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 302, + 263, + 315 + ], + "score": 1.0, + "content": "(Fig. 2 (a)).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8, + "bbox_fs": [ + 105, + 257, + 506, + 315 + ] + }, + { + "type": "text", + "bbox": [ + 101, + 319, + 504, + 363 + ], + "lines": [ + { + "bbox": [ + 106, + 319, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 106, + 319, + 505, + 331 + ], + "score": 1.0, + "content": "To differentiate the input, Neurocoder attends to different components of the active program to", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "score": 1.0, + "content": "guide the decision-making process. Fig. 2 (b) shows single-step and multi-step attention to the first", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "3 singular vectors for each digit across memory slots. Multi-step attention produces richer patterns", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 352, + 439, + 365 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 439, + 365 + ], + "score": 1.0, + "content": "compared to single-step Neurocoder that manages only 2 attention weight patterns.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 319, + 506, + 365 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 368, + 504, + 434 + ], + "lines": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "Fig. 2 (c) illustrates how Neurocoder performs modular learning by showing the attention assign-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "ment for top 3 singular vectors as a binary decision tree. Digits under the same parental node share", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "similar attention paths, and thereby similar active programs. Some digits look unique (e.g. 7) result-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 401, + 505, + 413 + ], + "score": 1.0, + "content": "ing in active programs composed of unique attention paths, discriminating themselves early in the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 424 + ], + "score": 1.0, + "content": "decision tree. Some digits (e.g. 0 and 9) share the same attention pattern for the first 3 components", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 422, + 496, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 496, + 435 + ], + "score": 1.0, + "content": "and are thus unclassifiable. They can only be distinguished by considering more singular vectors.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 367, + 505, + 435 + ] + }, + { + "type": "text", + "bbox": [ + 101, + 439, + 505, + 494 + ], + "lines": [ + { + "bbox": [ + 106, + 439, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 106, + 439, + 505, + 451 + ], + "score": 1.0, + "content": "We integrated Neurocoder with deep networks - 5-layer LeNet and 100-layer DenseNet - and tested", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 449, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 506, + 462 + ], + "score": 1.0, + "content": "on CIFAR datasets. Neurocoder significantly outperformed the original Main Networks with perfor-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 460, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 460, + 154, + 474 + ], + "score": 1.0, + "content": "mance gain", + "type": "text" + }, + { + "bbox": [ + 154, + 461, + 184, + 471 + ], + "score": 0.91, + "content": "1 - 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 460, + 506, + 474 + ], + "score": 1.0, + "content": ". Compared with recent conditional computing models such as sparse Mixture of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "Experts (MOE [35]) and Neural Stored-program Memory (NSM [22]), Neurocoder required a tenth", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 482, + 486, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 343, + 496 + ], + "score": 1.0, + "content": "of the number of parameters and performed better by up to", + "type": "text" + }, + { + "bbox": [ + 343, + 483, + 380, + 493 + ], + "score": 0.9, + "content": "8 - 1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 380, + 482, + 486, + 496 + ], + "score": 1.0, + "content": "(see Appendix’s Table 3).", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23, + "bbox_fs": [ + 104, + 439, + 506, + 496 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 508, + 452, + 531 + ], + "lines": [ + { + "bbox": [ + 105, + 506, + 453, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 453, + 522 + ], + "score": 1.0, + "content": "3.2 Sequential learning - Adaption to sequence changes and game playing using", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 128, + 518, + 230, + 532 + ], + "spans": [ + { + "bbox": [ + 128, + 518, + 230, + 532 + ], + "score": 1.0, + "content": "reinforcement learning", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "text", + "bbox": [ + 103, + 539, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "Recurrent neural networks (RNN) can learn from sequential data by updating the hidden states of", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 562 + ], + "score": 1.0, + "content": "the networks. However, this does not suffice when local patterns shift, as is often the case. We now", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "demonstrate that Neurocoder helps RNNs overcome this limitation by composing diverse programs", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 572, + 222, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 222, + 585 + ], + "score": 1.0, + "content": "to handle sequence changes.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 539, + 506, + 585 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 596, + 504, + 662 + ], + "lines": [ + { + "bbox": [ + 106, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "Synthetic polynomial auto-regression We created a simple auto-regression task in which data", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 607, + 506, + 619 + ], + "score": 1.0, + "content": "points are sampled from polynomial function chunks that change over time. The Main Network is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 104, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "a strong RNN–Gated Recurrent Unit (GRU [5]). We found that GRU integrated with a single-step", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 629, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 105, + 629, + 505, + 641 + ], + "score": 1.0, + "content": "or multi-step Neurocoder converged much faster than all other baselines. The other conditional", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "computing counterparts (HyperNet [13], FiLM [28]) adapt by re-scaling weights or activation of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 650, + 426, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 426, + 663 + ], + "score": 1.0, + "content": "GRU, which were shown inferior to our modular approach (Appendix’s Fig. 6).", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 34.5, + "bbox_fs": [ + 104, + 595, + 506, + 663 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 666, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 86, + 668, + 100, + 679 + ], + "score": 1.0, + "content": "225", + "type": "text" + }, + { + "bbox": [ + 105, + 666, + 334, + 680 + ], + "score": 1.0, + "content": "Visualising the first singular vector attention weights in", + "type": "text" + }, + { + "bbox": [ + 334, + 667, + 353, + 678 + ], + "score": 0.89, + "content": "\\mathbf { M } _ { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 666, + 505, + 680 + ], + "score": 1.0, + "content": ", we find that the multi-step attention", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 677, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "226", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 505, + 691 + ], + "score": 1.0, + "content": "Neurocoder changes its attention following polynomial changes - it attends to the same singular pro-", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 689, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "227", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 506, + 701 + ], + "score": 1.0, + "content": "gram when processing data from the same polynomial and alters attention for data from a different", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 700, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "228", + "type": "text" + }, + { + "bbox": [ + 106, + 700, + 505, + 712 + ], + "score": 1.0, + "content": "polynomial (Fig. 2(d)). In contrast, the single-step Neurocoder only changes its attention when", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 710, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "229", + "type": "text" + }, + { + "bbox": [ + 105, + 710, + 236, + 724 + ], + "score": 1.0, + "content": "there is a remarkable change in", + "type": "text" + }, + { + "bbox": [ + 236, + 713, + 243, + 722 + ], + "score": 0.81, + "content": "y", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 710, + 505, + 724 + ], + "score": 1.0, + "content": "-coordinate values (Fig. 2(e)). Although single-step Neurocoder", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 204, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 86, + 206, + 99, + 215 + ], + "score": 1.0, + "content": "230", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 204, + 505, + 216 + ], + "score": 1.0, + "content": "converges well, it did not discover the underlying structure of the data, and thus underperformed", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 215, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 86, + 216, + 99, + 227 + ], + "score": 1.0, + "content": "231", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "the multi-step Neurocoder. We hypothesise that when recurrence is employed, usage-based atten-", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 226, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 86, + 227, + 99, + 236 + ], + "score": 1.0, + "content": "232", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 226, + 505, + 237 + ], + "score": 1.0, + "content": "tion takes effect, stipulating better memory utilisation and diverse attentions over timesteps. We ran", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 236, + 504, + 248 + ], + "spans": [ + { + "bbox": [ + 86, + 239, + 99, + 248 + ], + "score": 1.0, + "content": "233", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 236, + 504, + 248 + ], + "score": 1.0, + "content": "multi-step Neurocoder without usage-based attention. The results were worse than the full multi-", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 248, + 385, + 259 + ], + "spans": [ + { + "bbox": [ + 86, + 249, + 99, + 259 + ], + "score": 1.0, + "content": "234", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 248, + 385, + 259 + ], + "score": 1.0, + "content": "step Neurocoder, which confirms our hypothesis (Appendix’s Fig. 6).", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + } + ], + "index": 40, + "bbox_fs": [ + 86, + 666, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 145, + 70, + 466, + 150 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 145, + 70, + 466, + 150 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 70, + 466, + 150 + ], + "spans": [ + { + "bbox": [ + 145, + 70, + 466, + 150 + ], + "score": 0.978, + "html": "
MethodMN (MLP[17])MN (MLP ours)NSMNeurocoder
Adam55.16±1.3853.55±1.2754.85±2.8158.46±0.46
Adagrad58.08±1.0657.83±2.7458.42±1.8762.28±4.03
L266.00±3.7364.37±2.4062.83±7.2169.89±1.72
SI64.76±3.0964.41±3.3664.36±2.9967.96±3.22
EWC58.85±2.5958.41±2.3758.12±3.2465.66±1.25
O-EWC57.33±1.4457.78±1.8458.55±3.4073.97±1.50
", + "type": "table", + "image_path": "06ee98d5e15fb67549b39c75f337a7184d9d269eefcccfe677f8248a1273b0b6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 145, + 70, + 466, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 145, + 96.66666666666667, + 466, + 123.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 145, + 123.33333333333334, + 466, + 150.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 152, + 505, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 151, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 505, + 165 + ], + "score": 1.0, + "content": "Table 1: Incremental domain continual learning with Split MNIST. Final test accuracy (mean and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 163, + 181, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 181, + 175 + ], + "score": 1.0, + "content": "std.) over 10 runs.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "text", + "bbox": [ + 87, + 203, + 504, + 259 + ], + "lines": [ + { + "bbox": [ + 86, + 204, + 505, + 216 + ], + "spans": [ + { + "bbox": [ + 86, + 206, + 99, + 215 + ], + "score": 1.0, + "content": "230", + "type": "text" + }, + { + "bbox": [ + 105, + 204, + 505, + 216 + ], + "score": 1.0, + "content": "converges well, it did not discover the underlying structure of the data, and thus underperformed", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 86, + 215, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 86, + 216, + 99, + 227 + ], + "score": 1.0, + "content": "231", + "type": "text" + }, + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "the multi-step Neurocoder. We hypothesise that when recurrence is employed, usage-based atten-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 86, + 226, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 86, + 227, + 99, + 236 + ], + "score": 1.0, + "content": "232", + "type": "text" + }, + { + "bbox": [ + 106, + 226, + 505, + 237 + ], + "score": 1.0, + "content": "tion takes effect, stipulating better memory utilisation and diverse attentions over timesteps. We ran", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 86, + 236, + 504, + 248 + ], + "spans": [ + { + "bbox": [ + 86, + 239, + 99, + 248 + ], + "score": 1.0, + "content": "233", + "type": "text" + }, + { + "bbox": [ + 106, + 236, + 504, + 248 + ], + "score": 1.0, + "content": "multi-step Neurocoder without usage-based attention. The results were worse than the full multi-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 86, + 248, + 385, + 259 + ], + "spans": [ + { + "bbox": [ + 86, + 249, + 99, + 259 + ], + "score": 1.0, + "content": "234", + "type": "text" + }, + { + "bbox": [ + 105, + 248, + 385, + 259 + ], + "score": 1.0, + "content": "step Neurocoder, which confirms our hypothesis (Appendix’s Fig. 6).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 104, + 272, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "Atari game reinforcement learning We used reinforcement learning as a further testbed to show", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 282, + 506, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 506, + 296 + ], + "score": 1.0, + "content": "the ability to adapt to environmental changes. We performed experiments on several Atari 2600", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "games [3] wherein the agent was implemented as the Asynchronous Advantage Actor-Critic (A3C", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 107, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "[26]). In the Atari platform, agents are allowed to observe the screen snapshot of the games and act", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "to earn the highest score. We augmented the A3C by employing Neurocoder’s working programs", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 327, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 505, + 340 + ], + "score": 1.0, + "content": "for feed-forward layers of the actor and critic networks, aiming to decompose the policy and value", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 338, + 428, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 428, + 351 + ], + "score": 1.0, + "content": "function into singular programs that were selected depending on the game state.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 87, + 354, + 505, + 432 + ], + "lines": [ + { + "bbox": [ + 86, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 86, + 356, + 100, + 366 + ], + "score": 1.0, + "content": "242", + "type": "text" + }, + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Frostbite and Montezuma’s Revenge. These games are known to be challenging for A3C and other", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 86, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 86, + 367, + 100, + 376 + ], + "score": 1.0, + "content": "243", + "type": "text" + }, + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "algorithms [26]. We trained A3C and HyperNet-based A3C for over 300 million steps, yet these", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 86, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 86, + 378, + 100, + 388 + ], + "score": 1.0, + "content": "244", + "type": "text" + }, + { + "bbox": [ + 105, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "models did not show any sign of learning, performing equivalently to random agents. For such com-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 86, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 86, + 389, + 100, + 398 + ], + "score": 1.0, + "content": "245", + "type": "text" + }, + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "plicated environments with sparse rewards, both the monolithic neural networks and the HyperNet’s", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 86, + 398, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 86, + 400, + 100, + 410 + ], + "score": 1.0, + "content": "246", + "type": "text" + }, + { + "bbox": [ + 105, + 398, + 505, + 410 + ], + "score": 1.0, + "content": "unstored fast-weights fail to learn (almost zero scores). In contrast, Neurocoder enabled A3C to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 86, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 86, + 411, + 99, + 419 + ], + "score": 1.0, + "content": "247", + "type": "text" + }, + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "achieve from 1, 500 to 3, 000 scores on these environments (Fig. 3), confirming the importance of", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 86, + 419, + 383, + 433 + ], + "spans": [ + { + "bbox": [ + 86, + 421, + 100, + 432 + ], + "score": 1.0, + "content": "248", + "type": "text" + }, + { + "bbox": [ + 105, + 419, + 383, + 433 + ], + "score": 1.0, + "content": "decomposing a complex solution to smaller, simple stored programs.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20 + }, + { + "type": "title", + "bbox": [ + 96, + 446, + 400, + 458 + ], + "lines": [ + { + "bbox": [ + 93, + 444, + 401, + 460 + ], + "spans": [ + { + "bbox": [ + 93, + 444, + 401, + 460 + ], + "score": 1.0, + "content": "49 3.3 Multi-task learning - Solving mutliple algorithms simultenously", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 105, + 467, + 504, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "Here we explore the modular learning capability of Neurocoder in multi-task setting. Inspired by al-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 478, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 490 + ], + "score": 1.0, + "content": "gorithmic sequencing tasks [22], we created a challenging sequential multi-task benchmark wherein", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "score": 1.0, + "content": "the input sequence is a series of sub-sequences from 4 algorithms: Copy, Repeat Copy, Associative", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "Recall and Priority Sort [11]. Each sub-sequence, following a task identification vector, represents", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 300, + 523 + ], + "score": 1.0, + "content": "the input for each task. In each input sequence,", + "type": "text" + }, + { + "bbox": [ + 300, + 513, + 308, + 520 + ], + "score": 0.62, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "tasks were sampled from the set of 4 algorithms", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 521, + 443, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 443, + 534 + ], + "score": 1.0, + "content": "randomly with replacement and the output sequences were created correspondingly.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 105, + 538, + 505, + 593 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "We trained a MANN–Neural Turing Machine (NTM [11]) Main Network with FiLM, HyperNet and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 294, + 561 + ], + "score": 1.0, + "content": "our Neurocoder augmentation on sequences of", + "type": "text" + }, + { + "bbox": [ + 294, + 550, + 320, + 559 + ], + "score": 0.89, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 548, + 461, + 561 + ], + "score": 1.0, + "content": "tasks, and tested with sequences of", + "type": "text" + }, + { + "bbox": [ + 462, + 549, + 487, + 559 + ], + "score": 0.9, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 559, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 133, + 570 + ], + "score": 0.9, + "content": "n = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 559, + 505, + 573 + ], + "score": 1.0, + "content": "tasks. Appendix’s Fig. 7 demonstrates that Neurocoder was performant in both test settings,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 571, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 249, + 583 + ], + "score": 1.0, + "content": "not only achieving lowest error on", + "type": "text" + }, + { + "bbox": [ + 249, + 571, + 277, + 581 + ], + "score": 0.9, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 571, + 475, + 583 + ], + "score": 1.0, + "content": ", but also being the only one generalised well to", + "type": "text" + }, + { + "bbox": [ + 476, + 571, + 504, + 581 + ], + "score": 0.88, + "content": "n = 8", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 580, + 284, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 284, + 595 + ], + "score": 1.0, + "content": "scenario, which was unseen during training.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33 + }, + { + "type": "title", + "bbox": [ + 99, + 608, + 470, + 620 + ], + "lines": [ + { + "bbox": [ + 104, + 606, + 472, + 623 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 210, + 623 + ], + "score": 1.0, + "content": "3.4 Continual learning", + "type": "text" + }, + { + "bbox": [ + 211, + 611, + 217, + 617 + ], + "score": 0.3, + "content": "-", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 606, + 472, + 623 + ], + "score": 1.0, + "content": "Learning tasks sequentially without catastrophic forgetting", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 629, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 505, + 641 + ], + "score": 1.0, + "content": "In continual learning, standard neural networks often suffer from “catastrophic forgetting” in which", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 640, + 506, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 506, + 652 + ], + "score": 1.0, + "content": "they cannot retain knowledge acquired from old tasks upon learning new ones [10]. Our Neurocoder", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 650, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 506, + 663 + ], + "score": 1.0, + "content": "offers natural mitigation of such catastrophic forgetting in neural networks by attending to different", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 662, + 304, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 304, + 674 + ], + "score": 1.0, + "content": "singular programs whilst learning different tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 104, + 678, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "In this case, in addition to the Main Network, we examine several continual learning algorithms", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "with and without Neurocoder. These algorithms, including Elastic Weight Consolidation (EWC", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "[41]) and Synaptic Intelligence (SI [41]), work by regularising the loss function and thus can be", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 711, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 339, + 724 + ], + "score": 1.0, + "content": "easily combined with Neurocoder by modifying the loss", + "type": "text" + }, + { + "bbox": [ + 339, + 711, + 362, + 722 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { t a s k }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 711, + 506, + 724 + ], + "score": 1.0, + "content": ". We demonstrate that Neurocoder", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 145, + 70, + 466, + 150 + ], + "blocks": [ + { + "type": "table_body", + "bbox": [ + 145, + 70, + 466, + 150 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 145, + 70, + 466, + 150 + ], + "spans": [ + { + "bbox": [ + 145, + 70, + 466, + 150 + ], + "score": 0.978, + "html": "
MethodMN (MLP[17])MN (MLP ours)NSMNeurocoder
Adam55.16±1.3853.55±1.2754.85±2.8158.46±0.46
Adagrad58.08±1.0657.83±2.7458.42±1.8762.28±4.03
L266.00±3.7364.37±2.4062.83±7.2169.89±1.72
SI64.76±3.0964.41±3.3664.36±2.9967.96±3.22
EWC58.85±2.5958.41±2.3758.12±3.2465.66±1.25
O-EWC57.33±1.4457.78±1.8458.55±3.4073.97±1.50
", + "type": "table", + "image_path": "06ee98d5e15fb67549b39c75f337a7184d9d269eefcccfe677f8248a1273b0b6.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 145, + 70, + 466, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 145, + 96.66666666666667, + 466, + 123.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 145, + 123.33333333333334, + 466, + 150.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "table_footnote", + "bbox": [ + 106, + 152, + 505, + 174 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 151, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 505, + 165 + ], + "score": 1.0, + "content": "Table 1: Incremental domain continual learning with Split MNIST. Final test accuracy (mean and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 163, + 181, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 181, + 175 + ], + "score": 1.0, + "content": "std.) over 10 runs.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "index", + "bbox": [ + 87, + 203, + 504, + 259 + ], + "lines": [], + "index": 7, + "bbox_fs": [ + 86, + 204, + 505, + 259 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 104, + 272, + 505, + 349 + ], + "lines": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 106, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "Atari game reinforcement learning We used reinforcement learning as a further testbed to show", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 282, + 506, + 296 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 506, + 296 + ], + "score": 1.0, + "content": "the ability to adapt to environmental changes. We performed experiments on several Atari 2600", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 294, + 506, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 506, + 307 + ], + "score": 1.0, + "content": "games [3] wherein the agent was implemented as the Asynchronous Advantage Actor-Critic (A3C", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 107, + 306, + 505, + 317 + ], + "spans": [ + { + "bbox": [ + 107, + 306, + 505, + 317 + ], + "score": 1.0, + "content": "[26]). In the Atari platform, agents are allowed to observe the screen snapshot of the games and act", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "to earn the highest score. We augmented the A3C by employing Neurocoder’s working programs", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 327, + 505, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 505, + 340 + ], + "score": 1.0, + "content": "for feed-forward layers of the actor and critic networks, aiming to decompose the policy and value", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 338, + 428, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 428, + 351 + ], + "score": 1.0, + "content": "function into singular programs that were selected depending on the game state.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 272, + 506, + 351 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 354, + 505, + 432 + ], + "lines": [ + { + "bbox": [ + 86, + 354, + 505, + 367 + ], + "spans": [ + { + "bbox": [ + 86, + 356, + 100, + 366 + ], + "score": 1.0, + "content": "242", + "type": "text" + }, + { + "bbox": [ + 105, + 354, + 505, + 367 + ], + "score": 1.0, + "content": "Frostbite and Montezuma’s Revenge. These games are known to be challenging for A3C and other", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 86, + 367, + 100, + 376 + ], + "score": 1.0, + "content": "243", + "type": "text" + }, + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "algorithms [26]. We trained A3C and HyperNet-based A3C for over 300 million steps, yet these", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 376, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 86, + 378, + 100, + 388 + ], + "score": 1.0, + "content": "244", + "type": "text" + }, + { + "bbox": [ + 105, + 376, + 505, + 388 + ], + "score": 1.0, + "content": "models did not show any sign of learning, performing equivalently to random agents. For such com-", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 387, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 86, + 389, + 100, + 398 + ], + "score": 1.0, + "content": "245", + "type": "text" + }, + { + "bbox": [ + 105, + 387, + 505, + 399 + ], + "score": 1.0, + "content": "plicated environments with sparse rewards, both the monolithic neural networks and the HyperNet’s", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 398, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 86, + 400, + 100, + 410 + ], + "score": 1.0, + "content": "246", + "type": "text" + }, + { + "bbox": [ + 105, + 398, + 505, + 410 + ], + "score": 1.0, + "content": "unstored fast-weights fail to learn (almost zero scores). In contrast, Neurocoder enabled A3C to", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 409, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 86, + 411, + 99, + 419 + ], + "score": 1.0, + "content": "247", + "type": "text" + }, + { + "bbox": [ + 105, + 409, + 506, + 421 + ], + "score": 1.0, + "content": "achieve from 1, 500 to 3, 000 scores on these environments (Fig. 3), confirming the importance of", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 419, + 383, + 433 + ], + "spans": [ + { + "bbox": [ + 86, + 421, + 100, + 432 + ], + "score": 1.0, + "content": "248", + "type": "text" + }, + { + "bbox": [ + 105, + 419, + 383, + 433 + ], + "score": 1.0, + "content": "decomposing a complex solution to smaller, simple stored programs.", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + } + ], + "index": 20, + "bbox_fs": [ + 86, + 354, + 506, + 433 + ] + }, + { + "type": "title", + "bbox": [ + 96, + 446, + 400, + 458 + ], + "lines": [ + { + "bbox": [ + 93, + 444, + 401, + 460 + ], + "spans": [ + { + "bbox": [ + 93, + 444, + 401, + 460 + ], + "score": 1.0, + "content": "49 3.3 Multi-task learning - Solving mutliple algorithms simultenously", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 105, + 467, + 504, + 532 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 505, + 479 + ], + "score": 1.0, + "content": "Here we explore the modular learning capability of Neurocoder in multi-task setting. Inspired by al-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 478, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 490 + ], + "score": 1.0, + "content": "gorithmic sequencing tasks [22], we created a challenging sequential multi-task benchmark wherein", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 505, + 501 + ], + "score": 1.0, + "content": "the input sequence is a series of sub-sequences from 4 algorithms: Copy, Repeat Copy, Associative", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "Recall and Priority Sort [11]. Each sub-sequence, following a task identification vector, represents", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 510, + 300, + 523 + ], + "score": 1.0, + "content": "the input for each task. In each input sequence,", + "type": "text" + }, + { + "bbox": [ + 300, + 513, + 308, + 520 + ], + "score": 0.62, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "tasks were sampled from the set of 4 algorithms", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 521, + 443, + 534 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 443, + 534 + ], + "score": 1.0, + "content": "randomly with replacement and the output sequences were created correspondingly.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 466, + 506, + 534 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 538, + 505, + 593 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "We trained a MANN–Neural Turing Machine (NTM [11]) Main Network with FiLM, HyperNet and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 294, + 561 + ], + "score": 1.0, + "content": "our Neurocoder augmentation on sequences of", + "type": "text" + }, + { + "bbox": [ + 294, + 550, + 320, + 559 + ], + "score": 0.89, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 548, + 461, + 561 + ], + "score": 1.0, + "content": "tasks, and tested with sequences of", + "type": "text" + }, + { + "bbox": [ + 462, + 549, + 487, + 559 + ], + "score": 0.9, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 559, + 505, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 133, + 570 + ], + "score": 0.9, + "content": "n = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 559, + 505, + 573 + ], + "score": 1.0, + "content": "tasks. Appendix’s Fig. 7 demonstrates that Neurocoder was performant in both test settings,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 571, + 504, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 249, + 583 + ], + "score": 1.0, + "content": "not only achieving lowest error on", + "type": "text" + }, + { + "bbox": [ + 249, + 571, + 277, + 581 + ], + "score": 0.9, + "content": "n = 4", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 571, + 475, + 583 + ], + "score": 1.0, + "content": ", but also being the only one generalised well to", + "type": "text" + }, + { + "bbox": [ + 476, + 571, + 504, + 581 + ], + "score": 0.88, + "content": "n = 8", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 580, + 284, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 284, + 595 + ], + "score": 1.0, + "content": "scenario, which was unseen during training.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33, + "bbox_fs": [ + 105, + 537, + 505, + 595 + ] + }, + { + "type": "title", + "bbox": [ + 99, + 608, + 470, + 620 + ], + "lines": [ + { + "bbox": [ + 104, + 606, + 472, + 623 + ], + "spans": [ + { + "bbox": [ + 104, + 606, + 210, + 623 + ], + "score": 1.0, + "content": "3.4 Continual learning", + "type": "text" + }, + { + "bbox": [ + 211, + 611, + 217, + 617 + ], + "score": 0.3, + "content": "-", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 606, + 472, + 623 + ], + "score": 1.0, + "content": "Learning tasks sequentially without catastrophic forgetting", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 107, + 629, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 106, + 629, + 505, + 641 + ], + "spans": [ + { + "bbox": [ + 106, + 629, + 505, + 641 + ], + "score": 1.0, + "content": "In continual learning, standard neural networks often suffer from “catastrophic forgetting” in which", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 640, + 506, + 652 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 506, + 652 + ], + "score": 1.0, + "content": "they cannot retain knowledge acquired from old tasks upon learning new ones [10]. Our Neurocoder", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 650, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 506, + 663 + ], + "score": 1.0, + "content": "offers natural mitigation of such catastrophic forgetting in neural networks by attending to different", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 662, + 304, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 662, + 304, + 674 + ], + "score": 1.0, + "content": "singular programs whilst learning different tasks.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 629, + 506, + 674 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 678, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "In this case, in addition to the Main Network, we examine several continual learning algorithms", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "with and without Neurocoder. These algorithms, including Elastic Weight Consolidation (EWC", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "[41]) and Synaptic Intelligence (SI [41]), work by regularising the loss function and thus can be", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 711, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 339, + 724 + ], + "score": 1.0, + "content": "easily combined with Neurocoder by modifying the loss", + "type": "text" + }, + { + "bbox": [ + 339, + 711, + 362, + 722 + ], + "score": 0.9, + "content": "\\mathcal { L } _ { t a s k }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 711, + 506, + 724 + ], + "score": 1.0, + "content": ". We demonstrate that Neurocoder", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 677, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 94, + 72, + 505, + 95 + ], + "lines": [ + { + "bbox": [ + 93, + 73, + 505, + 86 + ], + "spans": [ + { + "bbox": [ + 93, + 73, + 505, + 86 + ], + "score": 1.0, + "content": "70 can improve these continual learning algorithms without requiring additional assumptions as in other", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 94, + 82, + 413, + 98 + ], + "spans": [ + { + "bbox": [ + 94, + 82, + 413, + 98 + ], + "score": 1.0, + "content": "1 approaches [25, 36, 34] that either utilise task embedding or replay memory.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 100, + 108, + 504, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 108, + 505, + 121 + ], + "spans": [ + { + "bbox": [ + 105, + 108, + 505, + 121 + ], + "score": 1.0, + "content": "Split MNIST We first considered the split MNIST dataset–a standard continual learning bench-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 119, + 505, + 132 + ], + "spans": [ + { + "bbox": [ + 106, + 119, + 505, + 132 + ], + "score": 1.0, + "content": "mark wherein the original MNIST was split into a 5 2-way classification tasks, consecutively pre-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "sented to a Multi-layer Perceptron Main Network (MLP). We followed the benchmarking as in [17]", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 141, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 505, + 153 + ], + "score": 1.0, + "content": "in which various optimisers and state-of-the-art continual learning methods were examined under in-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "score": 1.0, + "content": "cremental task and domain scenarios. We measured the performance of the MLP versus Neurocoder", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 163, + 505, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 505, + 175 + ], + "score": 1.0, + "content": "and NSM under each continual learning method. In both scenarios, Neurocoder was compatible", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 173, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 505, + 186 + ], + "score": 1.0, + "content": "with all continual leaning methods, demonstrating superior performance over MLP and NSM with", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 184, + 382, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 232, + 198 + ], + "score": 1.0, + "content": "performance gain between 1 to", + "type": "text" + }, + { + "bbox": [ + 232, + 185, + 252, + 195 + ], + "score": 0.88, + "content": "1 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 184, + 382, + 198 + ], + "score": 1.0, + "content": "(see Appendix’s Table 5 and 1).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 88, + 209, + 504, + 243 + ], + "lines": [ + { + "bbox": [ + 86, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 86, + 211, + 100, + 221 + ], + "score": 1.0, + "content": "280", + "type": "text" + }, + { + "bbox": [ + 104, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "Split CIFAR We verified the scalability of Neurocoder to more challenging datasets. We split", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 86, + 219, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 86, + 222, + 99, + 232 + ], + "score": 1.0, + "content": "281", + "type": "text" + }, + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "score": 1.0, + "content": "CIFAR datasets as in the split MNIST, resulting in 5-task 2-way split CIFAR10 and a 20-task 5-way", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 86, + 231, + 449, + 244 + ], + "spans": [ + { + "bbox": [ + 86, + 233, + 100, + 243 + ], + "score": 1.0, + "content": "282", + "type": "text" + }, + { + "bbox": [ + 104, + 231, + 449, + 244 + ], + "score": 1.0, + "content": "split CIFAR100. We used Main Network ResNet [15]–a very deep CNN architecture.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 87, + 247, + 504, + 303 + ], + "lines": [ + { + "bbox": [ + 86, + 247, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 86, + 250, + 99, + 258 + ], + "score": 1.0, + "content": "283", + "type": "text" + }, + { + "bbox": [ + 105, + 247, + 262, + 261 + ], + "score": 1.0, + "content": "When we stressed the orthogonal loss", + "type": "text" + }, + { + "bbox": [ + 263, + 248, + 293, + 258 + ], + "score": 0.86, + "content": "a = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 247, + 505, + 261 + ], + "score": 1.0, + "content": ") and used bigger program memory (100 slots), Neu-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 86, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 86, + 261, + 99, + 270 + ], + "score": 1.0, + "content": "284", + "type": "text" + }, + { + "bbox": [ + 105, + 258, + 277, + 271 + ], + "score": 1.0, + "content": "rocoder improved ResNet classification by", + "type": "text" + }, + { + "bbox": [ + 277, + 258, + 297, + 269 + ], + "score": 0.88, + "content": "1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 258, + 314, + 271 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 315, + 258, + 334, + 269 + ], + "score": 0.89, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "on CIFAR10 and CIFAR100, respectively.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 86, + 269, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 86, + 271, + 99, + 280 + ], + "score": 1.0, + "content": "285", + "type": "text" + }, + { + "bbox": [ + 105, + 269, + 506, + 282 + ], + "score": 1.0, + "content": "When we integrated Neurocoder with Synaptic Intelligence (SI [41]), the performance was further", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 85, + 278, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 85, + 282, + 100, + 293 + ], + "score": 1.0, + "content": "286", + "type": "text" + }, + { + "bbox": [ + 105, + 278, + 312, + 294 + ], + "score": 1.0, + "content": "improved, maintaining a stable performance above", + "type": "text" + }, + { + "bbox": [ + 313, + 280, + 333, + 291 + ], + "score": 0.89, + "content": "8 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 278, + 506, + 294 + ], + "score": 1.0, + "content": "accuracy for CIFAR10 and outperforming", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 85, + 291, + 358, + 304 + ], + "spans": [ + { + "bbox": [ + 85, + 293, + 100, + 303 + ], + "score": 1.0, + "content": "287", + "type": "text" + }, + { + "bbox": [ + 105, + 291, + 178, + 304 + ], + "score": 1.0, + "content": "using SI alone by", + "type": "text" + }, + { + "bbox": [ + 179, + 291, + 198, + 302 + ], + "score": 0.88, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 291, + 358, + 304 + ], + "score": 1.0, + "content": "for CIFAR100 (see Appendix’s Fig. 8).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15 + }, + { + "type": "title", + "bbox": [ + 88, + 319, + 180, + 333 + ], + "lines": [ + { + "bbox": [ + 84, + 318, + 181, + 335 + ], + "spans": [ + { + "bbox": [ + 84, + 318, + 181, + 335 + ], + "score": 1.0, + "content": "288 4 Discussion", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 345, + 504, + 411 + ], + "lines": [ + { + "bbox": [ + 106, + 346, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 346, + 505, + 357 + ], + "score": 1.0, + "content": "Our experiments demonstrate that Neurocoder is capable of re-coding Neural Programs in distinctive", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "neural networks, amplifying their capabilities in diverse learning scenarios: instance-based, sequen-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 366, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 380 + ], + "score": 1.0, + "content": "tial, multi-task and continual learning. This consistently results in significant performance increase,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "score": 1.0, + "content": "and further creates novel robustness to pattern shift and catastrophic forgetting. This ability for each", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "architecture to re-code itself is made possible without changing the way it is trained, or majorly", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 399, + 418, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 418, + 412 + ], + "score": 1.0, + "content": "increasing the number of parameters it needs to learn (see Appendix Table 7).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 101, + 416, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 415, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 505, + 429 + ], + "score": 1.0, + "content": "The MNIST problem illustrates the reasoning process of Neurocoder when classifying digit images", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "score": 1.0, + "content": "wherein its singular program assignment resembles a binary tree decision-making process - it shows", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "score": 1.0, + "content": "how some singular programs are shared, others are not. The polynomial auto-regression problem", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 449, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 505, + 462 + ], + "score": 1.0, + "content": "highlights the importance of efficient memory utilisation in re-constructing the working program", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "enabling discovery of hidden structures in sequential data. Training our framework with reinforce-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 470, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 484 + ], + "score": 1.0, + "content": "ment learning, we enable neural agents to solve complex games wherein traditional methods fail", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "or learn slowly. Neurocoder also works well with multi-task setting, as shown in the challenging", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "multi-algorithm benchmark. Finally, continual learning problems show that Neurocoder mitigates", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 503, + 419, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 419, + 516 + ], + "score": 1.0, + "content": "catastrophic forgetting efficiently under different learning settings/algorithms.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 86, + 520, + 505, + 608 + ], + "lines": [ + { + "bbox": [ + 86, + 520, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 86, + 522, + 99, + 531 + ], + "score": 1.0, + "content": "304", + "type": "text" + }, + { + "bbox": [ + 105, + 520, + 505, + 532 + ], + "score": 1.0, + "content": "Our solution offers a single framework that is scalable and adaptable to various problems and learn-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 85, + 531, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 85, + 532, + 100, + 543 + ], + "score": 1.0, + "content": "305", + "type": "text" + }, + { + "bbox": [ + 105, + 531, + 505, + 544 + ], + "score": 1.0, + "content": "ing paradigms. Unlike previous attempts to employ a bank of separate big programs [20, 35, 22],", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 85, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 85, + 543, + 100, + 554 + ], + "score": 1.0, + "content": "306", + "type": "text" + }, + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "Neurocoder maintains only shareable, smaller components that can reconstruct the whole program", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 85, + 553, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 85, + 554, + 100, + 565 + ], + "score": 1.0, + "content": "307", + "type": "text" + }, + { + "bbox": [ + 105, + 553, + 506, + 565 + ], + "score": 1.0, + "content": "space, thereby heavily utilising the parameters and preventing the model from proliferating. We", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 86, + 563, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 86, + 566, + 99, + 575 + ], + "score": 1.0, + "content": "308", + "type": "text" + }, + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "score": 1.0, + "content": "note that Neurocoder is orthogonal to approaches employing tensor decomposition to reduce the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 86, + 573, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 86, + 577, + 99, + 586 + ], + "score": 1.0, + "content": "309", + "type": "text" + }, + { + "bbox": [ + 105, + 573, + 505, + 588 + ], + "score": 1.0, + "content": "number of parameters or hasten the computation [27, 23]. Neurocoder composes rather than decom-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 85, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 85, + 587, + 100, + 597 + ], + "score": 1.0, + "content": "310", + "type": "text" + }, + { + "bbox": [ + 105, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "pose the neural weights. Our aim is not only to enable efficient parameter usage, but also achieve", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 85, + 596, + 496, + 609 + ], + "spans": [ + { + "bbox": [ + 85, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "311", + "type": "text" + }, + { + "bbox": [ + 105, + 596, + 496, + 609 + ], + "score": 1.0, + "content": "general-purpose computing power, outperforming other methods in numerous learning problems.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 86, + 612, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 611, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 86, + 614, + 100, + 624 + ], + "score": 1.0, + "content": "312", + "type": "text" + }, + { + "bbox": [ + 105, + 611, + 506, + 625 + ], + "score": 1.0, + "content": "One limitation of this work is the number of additional hyperparameters, which prevents us from", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 85, + 623, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 85, + 625, + 100, + 636 + ], + "score": 1.0, + "content": "313", + "type": "text" + }, + { + "bbox": [ + 105, + 623, + 506, + 636 + ], + "score": 1.0, + "content": "fully tuning Neurocoder. Our research aims to add new capabilities to current neural networks to", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 85, + 635, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 85, + 636, + 100, + 646 + ], + "score": 1.0, + "content": "314", + "type": "text" + }, + { + "bbox": [ + 105, + 635, + 506, + 646 + ], + "score": 1.0, + "content": "improve their performance and make them robust in different learning scenario. Hence, we do", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 85, + 645, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 85, + 647, + 100, + 657 + ], + "score": 1.0, + "content": "315", + "type": "text" + }, + { + "bbox": [ + 105, + 645, + 505, + 657 + ], + "score": 1.0, + "content": "not see any intermediate negative societal impact. In future work, we will extend Neurocoder’s", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 85, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 85, + 658, + 100, + 668 + ], + "score": 1.0, + "content": "316", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "application beyond feed-forward layers. It would be interesting to efficiently replace all neural layers", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 85, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 85, + 669, + 100, + 679 + ], + "score": 1.0, + "content": "317", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "including CNN or Transformer by Neurocoder’s programs. We can also further extend Neurocoder’s", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 85, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 85, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "318", + "type": "text" + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "ability by allowing a growing Program Memory, in which the model decides to add or erase memory", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 85, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 85, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "319", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "slots as the number of data patterns grows or shrinks beyond the current program space’s capacity.", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 86, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "320", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "Such a system represents a more flexible general-purpose computer that can dynamically allocate", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 85, + 711, + 361, + 723 + ], + "spans": [ + { + "bbox": [ + 85, + 713, + 99, + 723 + ], + "score": 1.0, + "content": "321", + "type": "text" + }, + { + "bbox": [ + 104, + 711, + 361, + 723 + ], + "score": 1.0, + "content": "computing resources by itself without human pre-specification.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 46.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 94, + 72, + 505, + 95 + ], + "lines": [ + { + "bbox": [ + 93, + 73, + 505, + 86 + ], + "spans": [ + { + "bbox": [ + 93, + 73, + 505, + 86 + ], + "score": 1.0, + "content": "70 can improve these continual learning algorithms without requiring additional assumptions as in other", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 94, + 82, + 413, + 98 + ], + "spans": [ + { + "bbox": [ + 94, + 82, + 413, + 98 + ], + "score": 1.0, + "content": "1 approaches [25, 36, 34] that either utilise task embedding or replay memory.", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + } + ], + "index": 0.5, + "bbox_fs": [ + 93, + 73, + 505, + 98 + ] + }, + { + "type": "text", + "bbox": [ + 100, + 108, + 504, + 196 + ], + "lines": [ + { + "bbox": [ + 105, + 108, + 505, + 121 + ], + "spans": [ + { + "bbox": [ + 105, + 108, + 505, + 121 + ], + "score": 1.0, + "content": "Split MNIST We first considered the split MNIST dataset–a standard continual learning bench-", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 119, + 505, + 132 + ], + "spans": [ + { + "bbox": [ + 106, + 119, + 505, + 132 + ], + "score": 1.0, + "content": "mark wherein the original MNIST was split into a 5 2-way classification tasks, consecutively pre-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "spans": [ + { + "bbox": [ + 105, + 130, + 505, + 143 + ], + "score": 1.0, + "content": "sented to a Multi-layer Perceptron Main Network (MLP). We followed the benchmarking as in [17]", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 141, + 505, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 141, + 505, + 153 + ], + "score": 1.0, + "content": "in which various optimisers and state-of-the-art continual learning methods were examined under in-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 506, + 165 + ], + "score": 1.0, + "content": "cremental task and domain scenarios. We measured the performance of the MLP versus Neurocoder", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 163, + 505, + 175 + ], + "spans": [ + { + "bbox": [ + 106, + 163, + 505, + 175 + ], + "score": 1.0, + "content": "and NSM under each continual learning method. In both scenarios, Neurocoder was compatible", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 173, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 505, + 186 + ], + "score": 1.0, + "content": "with all continual leaning methods, demonstrating superior performance over MLP and NSM with", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 184, + 382, + 198 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 232, + 198 + ], + "score": 1.0, + "content": "performance gain between 1 to", + "type": "text" + }, + { + "bbox": [ + 232, + 185, + 252, + 195 + ], + "score": 0.88, + "content": "1 6 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 184, + 382, + 198 + ], + "score": 1.0, + "content": "(see Appendix’s Table 5 and 1).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 108, + 506, + 198 + ] + }, + { + "type": "index", + "bbox": [ + 88, + 209, + 504, + 243 + ], + "lines": [ + { + "bbox": [ + 86, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 86, + 211, + 100, + 221 + ], + "score": 1.0, + "content": "280", + "type": "text" + }, + { + "bbox": [ + 104, + 208, + 506, + 222 + ], + "score": 1.0, + "content": "Split CIFAR We verified the scalability of Neurocoder to more challenging datasets. We split", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 219, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 86, + 222, + 99, + 232 + ], + "score": 1.0, + "content": "281", + "type": "text" + }, + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "score": 1.0, + "content": "CIFAR datasets as in the split MNIST, resulting in 5-task 2-way split CIFAR10 and a 20-task 5-way", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 231, + 449, + 244 + ], + "spans": [ + { + "bbox": [ + 86, + 233, + 100, + 243 + ], + "score": 1.0, + "content": "282", + "type": "text" + }, + { + "bbox": [ + 104, + 231, + 449, + 244 + ], + "score": 1.0, + "content": "split CIFAR100. We used Main Network ResNet [15]–a very deep CNN architecture.", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 247, + 505, + 261 + ], + "spans": [ + { + "bbox": [ + 86, + 250, + 99, + 258 + ], + "score": 1.0, + "content": "283", + "type": "text" + }, + { + "bbox": [ + 105, + 247, + 262, + 261 + ], + "score": 1.0, + "content": "When we stressed the orthogonal loss", + "type": "text" + }, + { + "bbox": [ + 263, + 248, + 293, + 258 + ], + "score": 0.86, + "content": "a = 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 247, + 505, + 261 + ], + "score": 1.0, + "content": ") and used bigger program memory (100 slots), Neu-", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 258, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 86, + 261, + 99, + 270 + ], + "score": 1.0, + "content": "284", + "type": "text" + }, + { + "bbox": [ + 105, + 258, + 277, + 271 + ], + "score": 1.0, + "content": "rocoder improved ResNet classification by", + "type": "text" + }, + { + "bbox": [ + 277, + 258, + 297, + 269 + ], + "score": 0.88, + "content": "1 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 258, + 314, + 271 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 315, + 258, + 334, + 269 + ], + "score": 0.89, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 258, + 505, + 271 + ], + "score": 1.0, + "content": "on CIFAR10 and CIFAR100, respectively.", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 269, + 506, + 282 + ], + "spans": [ + { + "bbox": [ + 86, + 271, + 99, + 280 + ], + "score": 1.0, + "content": "285", + "type": "text" + }, + { + "bbox": [ + 105, + 269, + 506, + 282 + ], + "score": 1.0, + "content": "When we integrated Neurocoder with Synaptic Intelligence (SI [41]), the performance was further", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 278, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 85, + 282, + 100, + 293 + ], + "score": 1.0, + "content": "286", + "type": "text" + }, + { + "bbox": [ + 105, + 278, + 312, + 294 + ], + "score": 1.0, + "content": "improved, maintaining a stable performance above", + "type": "text" + }, + { + "bbox": [ + 313, + 280, + 333, + 291 + ], + "score": 0.89, + "content": "8 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 278, + 506, + 294 + ], + "score": 1.0, + "content": "accuracy for CIFAR10 and outperforming", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 291, + 358, + 304 + ], + "spans": [ + { + "bbox": [ + 85, + 293, + 100, + 303 + ], + "score": 1.0, + "content": "287", + "type": "text" + }, + { + "bbox": [ + 105, + 291, + 178, + 304 + ], + "score": 1.0, + "content": "using SI alone by", + "type": "text" + }, + { + "bbox": [ + 179, + 291, + 198, + 302 + ], + "score": 0.88, + "content": "1 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 291, + 358, + 304 + ], + "score": 1.0, + "content": "for CIFAR100 (see Appendix’s Fig. 8).", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + } + ], + "index": 11, + "bbox_fs": [ + 86, + 208, + 506, + 244 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 247, + 504, + 303 + ], + "lines": [], + "index": 15, + "bbox_fs": [ + 85, + 247, + 506, + 304 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 88, + 319, + 180, + 333 + ], + "lines": [ + { + "bbox": [ + 84, + 318, + 181, + 335 + ], + "spans": [ + { + "bbox": [ + 84, + 318, + 181, + 335 + ], + "score": 1.0, + "content": "288 4 Discussion", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 105, + 345, + 504, + 411 + ], + "lines": [ + { + "bbox": [ + 106, + 346, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 346, + 505, + 357 + ], + "score": 1.0, + "content": "Our experiments demonstrate that Neurocoder is capable of re-coding Neural Programs in distinctive", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 356, + 505, + 369 + ], + "score": 1.0, + "content": "neural networks, amplifying their capabilities in diverse learning scenarios: instance-based, sequen-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 366, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 366, + 505, + 380 + ], + "score": 1.0, + "content": "tial, multi-task and continual learning. This consistently results in significant performance increase,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 378, + 505, + 390 + ], + "score": 1.0, + "content": "and further creates novel robustness to pattern shift and catastrophic forgetting. This ability for each", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 505, + 401 + ], + "score": 1.0, + "content": "architecture to re-code itself is made possible without changing the way it is trained, or majorly", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 399, + 418, + 412 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 418, + 412 + ], + "score": 1.0, + "content": "increasing the number of parameters it needs to learn (see Appendix Table 7).", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 346, + 505, + 412 + ] + }, + { + "type": "text", + "bbox": [ + 101, + 416, + 505, + 515 + ], + "lines": [ + { + "bbox": [ + 106, + 415, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 415, + 505, + 429 + ], + "score": 1.0, + "content": "The MNIST problem illustrates the reasoning process of Neurocoder when classifying digit images", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "score": 1.0, + "content": "wherein its singular program assignment resembles a binary tree decision-making process - it shows", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 438, + 505, + 451 + ], + "score": 1.0, + "content": "how some singular programs are shared, others are not. The polynomial auto-regression problem", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 449, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 449, + 505, + 462 + ], + "score": 1.0, + "content": "highlights the importance of efficient memory utilisation in re-constructing the working program", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 459, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 459, + 506, + 474 + ], + "score": 1.0, + "content": "enabling discovery of hidden structures in sequential data. Training our framework with reinforce-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 470, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 505, + 484 + ], + "score": 1.0, + "content": "ment learning, we enable neural agents to solve complex games wherein traditional methods fail", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 506, + 495 + ], + "score": 1.0, + "content": "or learn slowly. Neurocoder also works well with multi-task setting, as shown in the challenging", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 506 + ], + "score": 1.0, + "content": "multi-algorithm benchmark. Finally, continual learning problems show that Neurocoder mitigates", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 503, + 419, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 503, + 419, + 516 + ], + "score": 1.0, + "content": "catastrophic forgetting efficiently under different learning settings/algorithms.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 415, + 506, + 516 + ] + }, + { + "type": "index", + "bbox": [ + 86, + 520, + 505, + 608 + ], + "lines": [ + { + "bbox": [ + 86, + 520, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 86, + 522, + 99, + 531 + ], + "score": 1.0, + "content": "304", + "type": "text" + }, + { + "bbox": [ + 105, + 520, + 505, + 532 + ], + "score": 1.0, + "content": "Our solution offers a single framework that is scalable and adaptable to various problems and learn-", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 531, + 505, + 544 + ], + "spans": [ + { + "bbox": [ + 85, + 532, + 100, + 543 + ], + "score": 1.0, + "content": "305", + "type": "text" + }, + { + "bbox": [ + 105, + 531, + 505, + 544 + ], + "score": 1.0, + "content": "ing paradigms. Unlike previous attempts to employ a bank of separate big programs [20, 35, 22],", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 85, + 543, + 100, + 554 + ], + "score": 1.0, + "content": "306", + "type": "text" + }, + { + "bbox": [ + 105, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "Neurocoder maintains only shareable, smaller components that can reconstruct the whole program", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 553, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 85, + 554, + 100, + 565 + ], + "score": 1.0, + "content": "307", + "type": "text" + }, + { + "bbox": [ + 105, + 553, + 506, + 565 + ], + "score": 1.0, + "content": "space, thereby heavily utilising the parameters and preventing the model from proliferating. We", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 563, + 506, + 577 + ], + "spans": [ + { + "bbox": [ + 86, + 566, + 99, + 575 + ], + "score": 1.0, + "content": "308", + "type": "text" + }, + { + "bbox": [ + 105, + 563, + 506, + 577 + ], + "score": 1.0, + "content": "note that Neurocoder is orthogonal to approaches employing tensor decomposition to reduce the", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 573, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 86, + 577, + 99, + 586 + ], + "score": 1.0, + "content": "309", + "type": "text" + }, + { + "bbox": [ + 105, + 573, + 505, + 588 + ], + "score": 1.0, + "content": "number of parameters or hasten the computation [27, 23]. Neurocoder composes rather than decom-", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 85, + 587, + 100, + 597 + ], + "score": 1.0, + "content": "310", + "type": "text" + }, + { + "bbox": [ + 105, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "pose the neural weights. Our aim is not only to enable efficient parameter usage, but also achieve", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 596, + 496, + 609 + ], + "spans": [ + { + "bbox": [ + 85, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "311", + "type": "text" + }, + { + "bbox": [ + 105, + 596, + 496, + 609 + ], + "score": 1.0, + "content": "general-purpose computing power, outperforming other methods in numerous learning problems.", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 611, + 506, + 625 + ], + "spans": [ + { + "bbox": [ + 86, + 614, + 100, + 624 + ], + "score": 1.0, + "content": "312", + "type": "text" + }, + { + "bbox": [ + 105, + 611, + 506, + 625 + ], + "score": 1.0, + "content": "One limitation of this work is the number of additional hyperparameters, which prevents us from", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 623, + 506, + 636 + ], + "spans": [ + { + "bbox": [ + 85, + 625, + 100, + 636 + ], + "score": 1.0, + "content": "313", + "type": "text" + }, + { + "bbox": [ + 105, + 623, + 506, + 636 + ], + "score": 1.0, + "content": "fully tuning Neurocoder. Our research aims to add new capabilities to current neural networks to", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 635, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 85, + 636, + 100, + 646 + ], + "score": 1.0, + "content": "314", + "type": "text" + }, + { + "bbox": [ + 105, + 635, + 506, + 646 + ], + "score": 1.0, + "content": "improve their performance and make them robust in different learning scenario. Hence, we do", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 645, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 85, + 647, + 100, + 657 + ], + "score": 1.0, + "content": "315", + "type": "text" + }, + { + "bbox": [ + 105, + 645, + 505, + 657 + ], + "score": 1.0, + "content": "not see any intermediate negative societal impact. In future work, we will extend Neurocoder’s", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 85, + 658, + 100, + 668 + ], + "score": 1.0, + "content": "316", + "type": "text" + }, + { + "bbox": [ + 105, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "application beyond feed-forward layers. It would be interesting to efficiently replace all neural layers", + "type": "text" + } + ], + "index": 46, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 667, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 85, + 669, + 100, + 679 + ], + "score": 1.0, + "content": "317", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 506, + 680 + ], + "score": 1.0, + "content": "including CNN or Transformer by Neurocoder’s programs. We can also further extend Neurocoder’s", + "type": "text" + } + ], + "index": 47, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 677, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 85, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "318", + "type": "text" + }, + { + "bbox": [ + 106, + 677, + 505, + 690 + ], + "score": 1.0, + "content": "ability by allowing a growing Program Memory, in which the model decides to add or erase memory", + "type": "text" + } + ], + "index": 48, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 85, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "319", + "type": "text" + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "slots as the number of data patterns grows or shrinks beyond the current program space’s capacity.", + "type": "text" + } + ], + "index": 49, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 700, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "320", + "type": "text" + }, + { + "bbox": [ + 105, + 700, + 505, + 713 + ], + "score": 1.0, + "content": "Such a system represents a more flexible general-purpose computer that can dynamically allocate", + "type": "text" + } + ], + "index": 50, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 711, + 361, + 723 + ], + "spans": [ + { + "bbox": [ + 85, + 713, + 99, + 723 + ], + "score": 1.0, + "content": "321", + "type": "text" + }, + { + "bbox": [ + 104, + 711, + 361, + 723 + ], + "score": 1.0, + "content": "computing resources by itself without human pre-specification.", + "type": "text" + } + ], + "index": 51, + "is_list_start_line": true + } + ], + "index": 37.5, + "bbox_fs": [ + 85, + 520, + 506, + 609 + ] + }, + { + "type": "index", + "bbox": [ + 86, + 612, + 505, + 722 + ], + "lines": [], + "index": 46.5, + "bbox_fs": [ + 85, + 611, + 506, + 723 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 93, + 70, + 507, + 725 + ], + "lines": [ + { + "bbox": [ + 105, + 70, + 165, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 70, + 165, + 86 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 109, + 90, + 507, + 105 + ], + "spans": [ + { + "bbox": [ + 109, + 90, + 507, + 105 + ], + "score": 1.0, + "content": "[1] Jacob Andreas, Marcus Rohrbach, Trevor Darrell, and Dan Klein. Neural module networks. In", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 127, + 102, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 127, + 102, + 506, + 115 + ], + "score": 1.0, + "content": "Proceedings of the IEEE conference on computer vision and pattern recognition, pages 39–48,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 127, + 110, + 155, + 127 + ], + "spans": [ + { + "bbox": [ + 127, + 110, + 155, + 127 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 109, + 131, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 109, + 131, + 505, + 148 + ], + "score": 1.0, + "content": "[2] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 142, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 126, + 142, + 505, + 158 + ], + "score": 1.0, + "content": "jointly learning to align and translate. In International Conference on Learning Represen-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 127, + 154, + 186, + 168 + ], + "spans": [ + { + "bbox": [ + 127, + 154, + 186, + 168 + ], + "score": 1.0, + "content": "tations, 2015.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 109, + 172, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 109, + 172, + 506, + 191 + ], + "score": 1.0, + "content": "[3] Marc G Bellemare, Yavar Naddaf, Joel Veness, and Michael Bowling. The arcade learning", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 127, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 127, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "environment: An evaluation platform for general agents. Journal of Artificial Intelligence", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 126, + 197, + 248, + 210 + ], + "spans": [ + { + "bbox": [ + 126, + 197, + 248, + 210 + ], + "score": 1.0, + "content": "Research, 47:253–279, 2013.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 109, + 216, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 109, + 216, + 505, + 232 + ], + "score": 1.0, + "content": "[4] Yoshua Bengio, Nicholas Léonard, and Aaron Courville. Estimating or propagating gradi-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 126, + 228, + 504, + 242 + ], + "spans": [ + { + "bbox": [ + 126, + 228, + 504, + 242 + ], + "score": 1.0, + "content": "ents through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 126, + 239, + 155, + 253 + ], + "spans": [ + { + "bbox": [ + 126, + 239, + 155, + 253 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 109, + 258, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 109, + 258, + 506, + 274 + ], + "score": 1.0, + "content": "[5] Kyunghyun Cho, Bart van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 126, + 270, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 126, + 270, + 506, + 285 + ], + "score": 1.0, + "content": "Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder–", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 127, + 281, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 127, + 281, + 506, + 295 + ], + "score": 1.0, + "content": "decoder for statistical machine translation. In Conference on Empirical Methods in Natural", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 127, + 292, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 127, + 292, + 505, + 306 + ], + "score": 1.0, + "content": "Language Processing (EMNLP), pages 1724–1734. Association for Computational Linguis-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 128, + 304, + 207, + 316 + ], + "spans": [ + { + "bbox": [ + 128, + 304, + 207, + 316 + ], + "score": 1.0, + "content": "tics, October 2014.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 110, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 110, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "[6] JC Eccles. The modular operation of the cerebral neocortex considered as the material basis of", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 128, + 335, + 347, + 347 + ], + "spans": [ + { + "bbox": [ + 128, + 335, + 347, + 347 + ], + "score": 1.0, + "content": "mental events. Neuroscience, 6(10):1839–1855, 1981.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 110, + 354, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 110, + 354, + 505, + 368 + ], + "score": 1.0, + "content": "[7] Gerald M Edelman. Neural darwinism: selection and reentrant signaling in higher brain func-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 126, + 365, + 273, + 379 + ], + "spans": [ + { + "bbox": [ + 126, + 365, + 273, + 379 + ], + "score": 1.0, + "content": "tion. Neuron, 10(2):115–125, 1993.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 111, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 111, + 386, + 506, + 400 + ], + "score": 1.0, + "content": "[8] Gerald M Edelman and Vernon B Mountcastle. The mindful brain: cortical organization and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 127, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 127, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "the group-selective theory of higher brain function. Massachusetts Inst of Technology Pr, 1978.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 110, + 417, + 384, + 431 + ], + "spans": [ + { + "bbox": [ + 110, + 417, + 384, + 431 + ], + "score": 1.0, + "content": "[9] Richard SJ Frackowiak. Human brain function. Elsevier, 2004.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 436, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 436, + 506, + 452 + ], + "score": 1.0, + "content": "[10] Robert M French. Catastrophic forgetting in connectionist networks. Trends in cognitive", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 126, + 448, + 252, + 462 + ], + "spans": [ + { + "bbox": [ + 126, + 448, + 252, + 462 + ], + "score": 1.0, + "content": "sciences, 3(4):128–135, 1999.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 468, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 468, + 506, + 483 + ], + "score": 1.0, + "content": "[11] Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 126, + 479, + 227, + 492 + ], + "spans": [ + { + "bbox": [ + 126, + 479, + 227, + 492 + ], + "score": 1.0, + "content": "arXiv:1410.5401, 2014.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "[12] Alex Graves, Greg Wayne, Malcolm Reynolds, Tim Harley, Ivo Danihelka, Agnieszka", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 127, + 510, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 127, + 510, + 505, + 524 + ], + "score": 1.0, + "content": "Grabska-Barwinska, Sergio Gómez Colmenarejo, Edward Grefenstette, Tiago Ramalho, John ´", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 126, + 520, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 126, + 520, + 505, + 536 + ], + "score": 1.0, + "content": "Agapiou, et al. Hybrid computing using a neural network with dynamic external memory.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 127, + 532, + 271, + 546 + ], + "spans": [ + { + "bbox": [ + 127, + 532, + 271, + 546 + ], + "score": 1.0, + "content": "Nature, 538(7626):471–476, 2016.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 553, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 505, + 567 + ], + "score": 1.0, + "content": "[13] David Ha, Andrew M. Dai, and Quoc V. Le. Hypernetworks. In International Conference on", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 126, + 564, + 262, + 577 + ], + "spans": [ + { + "bbox": [ + 126, + 564, + 262, + 577 + ], + "score": 1.0, + "content": "Learning Representations, 2017.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "[14] Bart LM Happel and Jacob MJ Murre. Design and evolution of modular neural network archi-", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 127, + 595, + 335, + 609 + ], + "spans": [ + { + "bbox": [ + 127, + 595, + 335, + 609 + ], + "score": 1.0, + "content": "tectures. Neural networks, 7(6-7):985–1004, 1994.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "[15] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 126, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 126, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "recognition. In Proceedings of the IEEE conference on computer vision and pattern recogni-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 127, + 637, + 239, + 651 + ], + "spans": [ + { + "bbox": [ + 127, + 637, + 239, + 651 + ], + "score": 1.0, + "content": "tion, pages 770–778, 2016.", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "[16] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 128, + 669, + 222, + 681 + ], + "spans": [ + { + "bbox": [ + 128, + 669, + 222, + 681 + ], + "score": 1.0, + "content": "9(8):1735–1780, 1997.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "[17] Yen-Chang Hsu, Yen-Cheng Liu, Anita Ramasamy, and Zsolt Kira. Re-evaluating continual", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 126, + 700, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 126, + 700, + 506, + 714 + ], + "score": 1.0, + "content": "learning scenarios: A categorization and case for strong baselines. In NeurIPS Continual", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 127, + 711, + 235, + 725 + ], + "spans": [ + { + "bbox": [ + 127, + 711, + 235, + 725 + ], + "score": 1.0, + "content": "learning Workshop, 2018.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 22 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 85, + 75, + 103, + 734 + ], + "lines": [ + { + "bbox": [ + 84, + 74, + 100, + 86 + ], + "spans": [ + { + "bbox": [ + 84, + 74, + 100, + 86 + ], + "score": 1.0, + "content": "322", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 91, + 100, + 104 + ], + "spans": [ + { + "bbox": [ + 84, + 91, + 100, + 104 + ], + "score": 1.0, + "content": "323", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 102, + 102, + 116 + ], + "spans": [ + { + "bbox": [ + 84, + 102, + 102, + 116 + ], + "score": 1.0, + "content": "324", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 114, + 101, + 127 + ], + "spans": [ + { + "bbox": [ + 84, + 114, + 101, + 127 + ], + "score": 1.0, + "content": "325", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 133, + 102, + 147 + ], + "spans": [ + { + "bbox": [ + 84, + 133, + 102, + 147 + ], + "score": 1.0, + "content": "326", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 145, + 101, + 157 + ], + "spans": [ + { + "bbox": [ + 84, + 145, + 101, + 157 + ], + "score": 1.0, + "content": "327", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 156, + 101, + 170 + ], + "spans": [ + { + "bbox": [ + 84, + 156, + 101, + 170 + ], + "score": 1.0, + "content": "328", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 176, + 101, + 189 + ], + "spans": [ + { + "bbox": [ + 84, + 176, + 101, + 189 + ], + "score": 1.0, + "content": "329", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 188, + 101, + 200 + ], + "spans": [ + { + "bbox": [ + 84, + 188, + 101, + 200 + ], + "score": 1.0, + "content": "330", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 198, + 100, + 214 + ], + "spans": [ + { + "bbox": [ + 84, + 198, + 100, + 214 + ], + "score": 1.0, + "content": "331", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 217, + 102, + 231 + ], + "spans": [ + { + "bbox": [ + 84, + 217, + 102, + 231 + ], + "score": 1.0, + "content": "332", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 230, + 100, + 242 + ], + "spans": [ + { + "bbox": [ + 84, + 230, + 100, + 242 + ], + "score": 1.0, + "content": "333", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 240, + 101, + 255 + ], + "spans": [ + { + "bbox": [ + 84, + 240, + 101, + 255 + ], + "score": 1.0, + "content": "334", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 260, + 102, + 273 + ], + "spans": [ + { + "bbox": [ + 84, + 260, + 102, + 273 + ], + "score": 1.0, + "content": "335", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 272, + 101, + 284 + ], + "spans": [ + { + "bbox": [ + 84, + 272, + 101, + 284 + ], + "score": 1.0, + "content": "336", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 283, + 101, + 295 + ], + "spans": [ + { + "bbox": [ + 84, + 283, + 101, + 295 + ], + "score": 1.0, + "content": "337", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 293, + 101, + 306 + ], + "spans": [ + { + "bbox": [ + 84, + 293, + 101, + 306 + ], + "score": 1.0, + "content": "338", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 304, + 101, + 318 + ], + "spans": [ + { + "bbox": [ + 84, + 304, + 101, + 318 + ], + "score": 1.0, + "content": "339", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 325, + 101, + 336 + ], + "spans": [ + { + "bbox": [ + 84, + 325, + 101, + 336 + ], + "score": 1.0, + "content": "340", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 335, + 100, + 350 + ], + "spans": [ + { + "bbox": [ + 84, + 335, + 100, + 350 + ], + "score": 1.0, + "content": "341", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 355, + 100, + 368 + ], + "spans": [ + { + "bbox": [ + 84, + 355, + 100, + 368 + ], + "score": 1.0, + "content": "342", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 366, + 102, + 384 + ], + "spans": [ + { + "bbox": [ + 83, + 366, + 102, + 384 + ], + "score": 1.0, + "content": "343", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 387, + 102, + 400 + ], + "spans": [ + { + "bbox": [ + 84, + 387, + 102, + 400 + ], + "score": 1.0, + "content": "344", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 398, + 101, + 414 + ], + "spans": [ + { + "bbox": [ + 84, + 398, + 101, + 414 + ], + "score": 1.0, + "content": "345", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 418, + 101, + 434 + ], + "spans": [ + { + "bbox": [ + 84, + 418, + 101, + 434 + ], + "score": 1.0, + "content": "346", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 438, + 101, + 451 + ], + "spans": [ + { + "bbox": [ + 84, + 438, + 101, + 451 + ], + "score": 1.0, + "content": "347", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 448, + 102, + 467 + ], + "spans": [ + { + "bbox": [ + 83, + 448, + 102, + 467 + ], + "score": 1.0, + "content": "348", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 470, + 101, + 482 + ], + "spans": [ + { + "bbox": [ + 84, + 470, + 101, + 482 + ], + "score": 1.0, + "content": "349", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 481, + 101, + 497 + ], + "spans": [ + { + "bbox": [ + 84, + 481, + 101, + 497 + ], + "score": 1.0, + "content": "350", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 501, + 101, + 514 + ], + "spans": [ + { + "bbox": [ + 84, + 501, + 101, + 514 + ], + "score": 1.0, + "content": "351", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 512, + 101, + 524 + ], + "spans": [ + { + "bbox": [ + 84, + 512, + 101, + 524 + ], + "score": 1.0, + "content": "352", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 523, + 100, + 536 + ], + "spans": [ + { + "bbox": [ + 84, + 523, + 100, + 536 + ], + "score": 1.0, + "content": "353", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 533, + 101, + 550 + ], + "spans": [ + { + "bbox": [ + 84, + 533, + 101, + 550 + ], + "score": 1.0, + "content": "354", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 554, + 100, + 567 + ], + "spans": [ + { + "bbox": [ + 84, + 554, + 100, + 567 + ], + "score": 1.0, + "content": "355", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 564, + 101, + 579 + ], + "spans": [ + { + "bbox": [ + 84, + 564, + 101, + 579 + ], + "score": 1.0, + "content": "356", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 585, + 100, + 597 + ], + "spans": [ + { + "bbox": [ + 84, + 585, + 100, + 597 + ], + "score": 1.0, + "content": "357", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 596, + 101, + 611 + ], + "spans": [ + { + "bbox": [ + 84, + 596, + 101, + 611 + ], + "score": 1.0, + "content": "358", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 615, + 102, + 630 + ], + "spans": [ + { + "bbox": [ + 84, + 615, + 102, + 630 + ], + "score": 1.0, + "content": "359", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 628, + 100, + 640 + ], + "spans": [ + { + "bbox": [ + 84, + 628, + 100, + 640 + ], + "score": 1.0, + "content": "360", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 638, + 100, + 654 + ], + "spans": [ + { + "bbox": [ + 84, + 638, + 100, + 654 + ], + "score": 1.0, + "content": "361", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 659, + 101, + 671 + ], + "spans": [ + { + "bbox": [ + 84, + 659, + 101, + 671 + ], + "score": 1.0, + "content": "362", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 670, + 101, + 684 + ], + "spans": [ + { + "bbox": [ + 84, + 670, + 101, + 684 + ], + "score": 1.0, + "content": "363", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 689, + 102, + 703 + ], + "spans": [ + { + "bbox": [ + 84, + 689, + 102, + 703 + ], + "score": 1.0, + "content": "364", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 701, + 102, + 715 + ], + "spans": [ + { + "bbox": [ + 84, + 701, + 102, + 715 + ], + "score": 1.0, + "content": "365", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 713, + 101, + 725 + ], + "spans": [ + { + "bbox": [ + 84, + 713, + 101, + 725 + ], + "score": 1.0, + "content": "366", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 93, + 70, + 507, + 725 + ], + "lines": [ + { + "bbox": [ + 105, + 70, + 165, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 70, + 165, + 86 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 90, + 507, + 105 + ], + "spans": [ + { + "bbox": [ + 109, + 90, + 507, + 105 + ], + "score": 1.0, + "content": "[1] Jacob Andreas, Marcus Rohrbach, Trevor Darrell, and Dan Klein. Neural module networks. In", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 102, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 127, + 102, + 506, + 115 + ], + "score": 1.0, + "content": "Proceedings of the IEEE conference on computer vision and pattern recognition, pages 39–48,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 127, + 110, + 155, + 127 + ], + "spans": [ + { + "bbox": [ + 127, + 110, + 155, + 127 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 131, + 505, + 148 + ], + "spans": [ + { + "bbox": [ + 109, + 131, + 505, + 148 + ], + "score": 1.0, + "content": "[2] Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio. Neural machine translation by", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 142, + 505, + 158 + ], + "spans": [ + { + "bbox": [ + 126, + 142, + 505, + 158 + ], + "score": 1.0, + "content": "jointly learning to align and translate. In International Conference on Learning Represen-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 127, + 154, + 186, + 168 + ], + "spans": [ + { + "bbox": [ + 127, + 154, + 186, + 168 + ], + "score": 1.0, + "content": "tations, 2015.", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 172, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 109, + 172, + 506, + 191 + ], + "score": 1.0, + "content": "[3] Marc G Bellemare, Yavar Naddaf, Joel Veness, and Michael Bowling. The arcade learning", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 187, + 505, + 200 + ], + "spans": [ + { + "bbox": [ + 127, + 187, + 505, + 200 + ], + "score": 1.0, + "content": "environment: An evaluation platform for general agents. Journal of Artificial Intelligence", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 126, + 197, + 248, + 210 + ], + "spans": [ + { + "bbox": [ + 126, + 197, + 248, + 210 + ], + "score": 1.0, + "content": "Research, 47:253–279, 2013.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 216, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 109, + 216, + 505, + 232 + ], + "score": 1.0, + "content": "[4] Yoshua Bengio, Nicholas Léonard, and Aaron Courville. Estimating or propagating gradi-", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 228, + 504, + 242 + ], + "spans": [ + { + "bbox": [ + 126, + 228, + 504, + 242 + ], + "score": 1.0, + "content": "ents through stochastic neurons for conditional computation. arXiv preprint arXiv:1308.3432,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 126, + 239, + 155, + 253 + ], + "spans": [ + { + "bbox": [ + 126, + 239, + 155, + 253 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 258, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 109, + 258, + 506, + 274 + ], + "score": 1.0, + "content": "[5] Kyunghyun Cho, Bart van Merriënboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares,", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 270, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 126, + 270, + 506, + 285 + ], + "score": 1.0, + "content": "Holger Schwenk, and Yoshua Bengio. Learning phrase representations using RNN encoder–", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 127, + 281, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 127, + 281, + 506, + 295 + ], + "score": 1.0, + "content": "decoder for statistical machine translation. In Conference on Empirical Methods in Natural", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 127, + 292, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 127, + 292, + 505, + 306 + ], + "score": 1.0, + "content": "Language Processing (EMNLP), pages 1724–1734. Association for Computational Linguis-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 128, + 304, + 207, + 316 + ], + "spans": [ + { + "bbox": [ + 128, + 304, + 207, + 316 + ], + "score": 1.0, + "content": "tics, October 2014.", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 110, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "[6] JC Eccles. The modular operation of the cerebral neocortex considered as the material basis of", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 335, + 347, + 347 + ], + "spans": [ + { + "bbox": [ + 128, + 335, + 347, + 347 + ], + "score": 1.0, + "content": "mental events. Neuroscience, 6(10):1839–1855, 1981.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 354, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 110, + 354, + 505, + 368 + ], + "score": 1.0, + "content": "[7] Gerald M Edelman. Neural darwinism: selection and reentrant signaling in higher brain func-", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 365, + 273, + 379 + ], + "spans": [ + { + "bbox": [ + 126, + 365, + 273, + 379 + ], + "score": 1.0, + "content": "tion. Neuron, 10(2):115–125, 1993.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 111, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 111, + 386, + 506, + 400 + ], + "score": 1.0, + "content": "[8] Gerald M Edelman and Vernon B Mountcastle. The mindful brain: cortical organization and", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 397, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 127, + 397, + 505, + 411 + ], + "score": 1.0, + "content": "the group-selective theory of higher brain function. Massachusetts Inst of Technology Pr, 1978.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 110, + 417, + 384, + 431 + ], + "spans": [ + { + "bbox": [ + 110, + 417, + 384, + 431 + ], + "score": 1.0, + "content": "[9] Richard SJ Frackowiak. Human brain function. Elsevier, 2004.", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 436, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 104, + 436, + 506, + 452 + ], + "score": 1.0, + "content": "[10] Robert M French. Catastrophic forgetting in connectionist networks. Trends in cognitive", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 448, + 252, + 462 + ], + "spans": [ + { + "bbox": [ + 126, + 448, + 252, + 462 + ], + "score": 1.0, + "content": "sciences, 3(4):128–135, 1999.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 468, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 104, + 468, + 506, + 483 + ], + "score": 1.0, + "content": "[11] Alex Graves, Greg Wayne, and Ivo Danihelka. Neural turing machines. arXiv preprint", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 479, + 227, + 492 + ], + "spans": [ + { + "bbox": [ + 126, + 479, + 227, + 492 + ], + "score": 1.0, + "content": "arXiv:1410.5401, 2014.", + "type": "text" + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 513 + ], + "score": 1.0, + "content": "[12] Alex Graves, Greg Wayne, Malcolm Reynolds, Tim Harley, Ivo Danihelka, Agnieszka", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 510, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 127, + 510, + 505, + 524 + ], + "score": 1.0, + "content": "Grabska-Barwinska, Sergio Gómez Colmenarejo, Edward Grefenstette, Tiago Ramalho, John ´", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 126, + 520, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 126, + 520, + 505, + 536 + ], + "score": 1.0, + "content": "Agapiou, et al. Hybrid computing using a neural network with dynamic external memory.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 127, + 532, + 271, + 546 + ], + "spans": [ + { + "bbox": [ + 127, + 532, + 271, + 546 + ], + "score": 1.0, + "content": "Nature, 538(7626):471–476, 2016.", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 553, + 505, + 567 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 505, + 567 + ], + "score": 1.0, + "content": "[13] David Ha, Andrew M. Dai, and Quoc V. Le. Hypernetworks. In International Conference on", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 564, + 262, + 577 + ], + "spans": [ + { + "bbox": [ + 126, + 564, + 262, + 577 + ], + "score": 1.0, + "content": "Learning Representations, 2017.", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "[14] Bart LM Happel and Jacob MJ Murre. Design and evolution of modular neural network archi-", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 595, + 335, + 609 + ], + "spans": [ + { + "bbox": [ + 127, + 595, + 335, + 609 + ], + "score": 1.0, + "content": "tectures. Neural networks, 7(6-7):985–1004, 1994.", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 615, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 104, + 615, + 505, + 630 + ], + "score": 1.0, + "content": "[15] Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 126, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "recognition. In Proceedings of the IEEE conference on computer vision and pattern recogni-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 127, + 637, + 239, + 651 + ], + "spans": [ + { + "bbox": [ + 127, + 637, + 239, + 651 + ], + "score": 1.0, + "content": "tion, pages 770–778, 2016.", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 658, + 505, + 671 + ], + "score": 1.0, + "content": "[16] Sepp Hochreiter and Jürgen Schmidhuber. Long short-term memory. Neural computation,", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 669, + 222, + 681 + ], + "spans": [ + { + "bbox": [ + 128, + 669, + 222, + 681 + ], + "score": 1.0, + "content": "9(8):1735–1780, 1997.", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "[17] Yen-Chang Hsu, Yen-Cheng Liu, Anita Ramasamy, and Zsolt Kira. Re-evaluating continual", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 700, + 506, + 714 + ], + "spans": [ + { + "bbox": [ + 126, + 700, + 506, + 714 + ], + "score": 1.0, + "content": "learning scenarios: A categorization and case for strong baselines. In NeurIPS Continual", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 127, + 711, + 235, + 725 + ], + "spans": [ + { + "bbox": [ + 127, + 711, + 235, + 725 + ], + "score": 1.0, + "content": "learning Workshop, 2018.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 72, + 504, + 84 + ], + "spans": [ + { + "bbox": [ + 105, + 72, + 504, + 84 + ], + "score": 1.0, + "content": "[18] Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely con-", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "nected convolutional networks. In Proceedings of the IEEE conference on computer vision and", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 126, + 94, + 310, + 107 + ], + "spans": [ + { + "bbox": [ + 126, + 94, + 310, + 107 + ], + "score": 1.0, + "content": "pattern recognition, pages 4700–4708, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "[19] D.H. Hubel. Eye, Brain, and Vision. Scientific American Library series. Scientific American", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 126, + 189, + 138 + ], + "spans": [ + { + "bbox": [ + 127, + 126, + 189, + 138 + ], + "score": 1.0, + "content": "Library, 1988.", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 144, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 104, + 144, + 505, + 159 + ], + "score": 1.0, + "content": "[20] Robert A Jacobs, Michael I Jordan, Steven J Nowlan, and Geoffrey E Hinton. Adaptive mix-", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 157, + 377, + 169 + ], + "spans": [ + { + "bbox": [ + 127, + 157, + 377, + 169 + ], + "score": 1.0, + "content": "tures of local experts. Neural computation, 3(1):79–87, 1991.", + "type": "text", + "cross_page": true + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 176, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 190 + ], + "score": 1.0, + "content": "[21] Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images.", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 188, + 194, + 200 + ], + "spans": [ + { + "bbox": [ + 127, + 188, + 194, + 200 + ], + "score": 1.0, + "content": "TR-2009, 2009.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 207, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 221 + ], + "score": 1.0, + "content": "[22] Hung Le, Truyen Tran, and Svetha Venkatesh. Neural stored-program memory. In Interna-", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 218, + 348, + 233 + ], + "spans": [ + { + "bbox": [ + 126, + 218, + 348, + 233 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, 2020.", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "score": 1.0, + "content": "[23] V Lebedev, Y Ganin, M Rakhuba, I Oseledets, and V Lempitsky. Speeding-up convolutional", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 249, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 126, + 249, + 506, + 264 + ], + "score": 1.0, + "content": "neural networks using fine-tuned cp-decomposition. In International Conference on Learning", + "type": "text", + "cross_page": true + } + ], + "index": 12 + }, + { + "bbox": [ + 126, + 260, + 222, + 275 + ], + "spans": [ + { + "bbox": [ + 126, + 260, + 222, + 275 + ], + "score": 1.0, + "content": "Representations, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 278, + 507, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 278, + 507, + 296 + ], + "score": 1.0, + "content": "[24] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 291, + 471, + 305 + ], + "spans": [ + { + "bbox": [ + 126, + 291, + 471, + 305 + ], + "score": 1.0, + "content": "applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "[25] David Lopez-Paz and Marc’Aurelio Ranzato. Gradient episodic memory for continual learn-", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 323, + 467, + 337 + ], + "spans": [ + { + "bbox": [ + 126, + 323, + 467, + 337 + ], + "score": 1.0, + "content": "ing. In Advances in neural information processing systems, pages 6467–6476, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 103, + 340, + 507, + 358 + ], + "spans": [ + { + "bbox": [ + 103, + 340, + 507, + 358 + ], + "score": 1.0, + "content": "[26] Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap,", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 354, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 128, + 354, + 504, + 366 + ], + "score": 1.0, + "content": "Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforce-", + "type": "text", + "cross_page": true + } + ], + "index": 19 + }, + { + "bbox": [ + 125, + 363, + 489, + 379 + ], + "spans": [ + { + "bbox": [ + 125, + 363, + 489, + 379 + ], + "score": 1.0, + "content": "ment learning. In International conference on machine learning, pages 1928–1937, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 103, + 384, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 103, + 384, + 505, + 399 + ], + "score": 1.0, + "content": "[27] Alexander Novikov, Dmitrii Podoprikhin, Anton Osokin, and Dmitry P Vetrov. Tensorizing", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 126, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pages 442–450, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "[28] Ethan Perez, Florian Strub, Harm De Vries, Vincent Dumoulin, and Aaron Courville. FiLM:", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 428, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 128, + 428, + 505, + 440 + ], + "score": 1.0, + "content": "Visual Reasoning with a General Conditioning Layer. In AAAI Conference on Artificial Intel-", + "type": "text", + "cross_page": true + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 437, + 342, + 451 + ], + "spans": [ + { + "bbox": [ + 126, + 437, + 342, + 451 + ], + "score": 1.0, + "content": "ligence, New Orleans, United States, February 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 459, + 504, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 504, + 471 + ], + "score": 1.0, + "content": "[29] Clemens Rosenbaum, Tim Klinger, and Matthew Riemer. Routing networks: Adaptive selec-", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 467, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 126, + 467, + 505, + 483 + ], + "score": 1.0, + "content": "tion of non-linear functions for multi-task learning. In International Conference on Learning", + "type": "text", + "cross_page": true + } + ], + "index": 27 + }, + { + "bbox": [ + 127, + 480, + 221, + 492 + ], + "spans": [ + { + "bbox": [ + 127, + 480, + 221, + 492 + ], + "score": 1.0, + "content": "Representations, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_end_line": true + }, + { + "bbox": [ + 103, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 103, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "[30] David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by", + "type": "text", + "cross_page": true + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 512, + 371, + 524 + ], + "spans": [ + { + "bbox": [ + 127, + 512, + 371, + 524 + ], + "score": 1.0, + "content": "back-propagating errors. Nature, 323(6088):533–536, 1986.", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 531, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 104, + 531, + 505, + 545 + ], + "score": 1.0, + "content": "[31] Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, and Timothy Lillicrap.", + "type": "text", + "cross_page": true + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 541, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 126, + 541, + 505, + 556 + ], + "score": 1.0, + "content": "Meta-learning with memory-augmented neural networks. In International conference on ma-", + "type": "text", + "cross_page": true + } + ], + "index": 32 + }, + { + "bbox": [ + 127, + 553, + 291, + 567 + ], + "spans": [ + { + "bbox": [ + 127, + 553, + 291, + 567 + ], + "score": 1.0, + "content": "chine learning, pages 1842–1850, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 572, + 507, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 507, + 587 + ], + "score": 1.0, + "content": "[32] Jürgen Schmidhuber. Making the world differentiable: On using self-supervised fully recurrent", + "type": "text", + "cross_page": true + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 583, + 507, + 598 + ], + "spans": [ + { + "bbox": [ + 126, + 583, + 507, + 598 + ], + "score": 1.0, + "content": "neural networks for dynamic reinforcement learning and planning in non-stationary environm", + "type": "text", + "cross_page": true + } + ], + "index": 35 + }, + { + "bbox": [ + 127, + 595, + 238, + 607 + ], + "spans": [ + { + "bbox": [ + 127, + 595, + 238, + 607 + ], + "score": 1.0, + "content": "nts. TR FKI-126-90, 1990.", + "type": "text", + "cross_page": true + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "[33] Jürgen Schmidhuber. Learning to control fast-weight memories: An alternative to dynamic", + "type": "text", + "cross_page": true + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 627, + 379, + 639 + ], + "spans": [ + { + "bbox": [ + 127, + 627, + 379, + 639 + ], + "score": 1.0, + "content": "recurrent networks. Neural Computation, 4(1):131–139, 1992.", + "type": "text", + "cross_page": true + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 647, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 505, + 659 + ], + "score": 1.0, + "content": "[34] Joan Serra, Didac Suris, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic", + "type": "text", + "cross_page": true + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 656, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 126, + 656, + 505, + 672 + ], + "score": 1.0, + "content": "forgetting with hard attention to the task. In International Conference on Machine Learning,", + "type": "text", + "cross_page": true + } + ], + "index": 40 + }, + { + "bbox": [ + 126, + 668, + 229, + 682 + ], + "spans": [ + { + "bbox": [ + 126, + 668, + 229, + 682 + ], + "score": 1.0, + "content": "pages 4548–4557, 2018.", + "type": "text", + "cross_page": true + } + ], + "index": 41, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 689, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 689, + 505, + 700 + ], + "score": 1.0, + "content": "[35] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc V. Le, Geoffrey E.", + "type": "text", + "cross_page": true + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 126, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-of-", + "type": "text", + "cross_page": true + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 710, + 444, + 723 + ], + "spans": [ + { + "bbox": [ + 126, + 710, + 444, + 723 + ], + "score": 1.0, + "content": "experts layer. In International Conference on Learning Representations, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 44, + "is_list_end_line": true + }, + { + "bbox": [ + 102, + 71, + 506, + 87 + ], + "spans": [ + { + "bbox": [ + 102, + 71, + 506, + 87 + ], + "score": 1.0, + "content": "[36] Hanul Shin, Jung Kwon Lee, Jaehong Kim, and Jiwon Kim. Continual learning with deep", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "generative replay. In Advances in Neural Information Processing Systems, pages 2990–2999,", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 127, + 94, + 154, + 107 + ], + "spans": [ + { + "bbox": [ + 127, + 94, + 154, + 107 + ], + "score": 1.0, + "content": "2017.", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 113, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 104, + 113, + 505, + 127 + ], + "score": 1.0, + "content": "[37] A.M Turing. On computable numbers, with an application to the entscheidungsproblem. In", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 125, + 353, + 137 + ], + "spans": [ + { + "bbox": [ + 128, + 125, + 353, + 137 + ], + "score": 1.0, + "content": "Proceedings of the London Mathematical Society, 1936.", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 142, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "[38] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 153, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 126, + 153, + 505, + 168 + ], + "score": 1.0, + "content": "Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in neural informa-", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 127, + 165, + 327, + 178 + ], + "spans": [ + { + "bbox": [ + 127, + 165, + 327, + 178 + ], + "score": 1.0, + "content": "tion processing systems, pages 5998–6008, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 184, + 434, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 434, + 196 + ], + "score": 1.0, + "content": "[39] Christoph von der Malsburg. The correlation theory of brain function, 1981.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 202, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 506, + 216 + ], + "score": 1.0, + "content": "[40] John Von Neumann. First draft of a report on the edvac. IEEE Annals of the History of", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 128, + 214, + 257, + 227 + ], + "spans": [ + { + "bbox": [ + 128, + 214, + 257, + 227 + ], + "score": 1.0, + "content": "Computing, 15(4):27–75, 1993.", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 232, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 104, + 232, + 505, + 248 + ], + "score": 1.0, + "content": "[41] Friedemann Zenke, Ben Poole, and Surya Ganguli. Continual learning through synaptic intel-", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 244, + 399, + 257 + ], + "spans": [ + { + "bbox": [ + 127, + 244, + 399, + 257 + ], + "score": 1.0, + "content": "ligence. Proceedings of machine learning research, 70:3987, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_end_line": true + } + ], + "index": 22, + "bbox_fs": [ + 104, + 70, + 507, + 725 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 97, + 38, + 507, + 730 + ], + "lines": [ + { + "bbox": [ + 105, + 72, + 504, + 84 + ], + "spans": [ + { + "bbox": [ + 105, + 72, + 504, + 84 + ], + "score": 1.0, + "content": "[18] Gao Huang, Zhuang Liu, Laurens Van Der Maaten, and Kilian Q Weinberger. Densely con-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "nected convolutional networks. In Proceedings of the IEEE conference on computer vision and", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 126, + 94, + 310, + 107 + ], + "spans": [ + { + "bbox": [ + 126, + 94, + 310, + 107 + ], + "score": 1.0, + "content": "pattern recognition, pages 4700–4708, 2017.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 114, + 505, + 127 + ], + "score": 1.0, + "content": "[19] D.H. Hubel. Eye, Brain, and Vision. Scientific American Library series. Scientific American", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 127, + 126, + 189, + 138 + ], + "spans": [ + { + "bbox": [ + 127, + 126, + 189, + 138 + ], + "score": 1.0, + "content": "Library, 1988.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 144, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 104, + 144, + 505, + 159 + ], + "score": 1.0, + "content": "[20] Robert A Jacobs, Michael I Jordan, Steven J Nowlan, and Geoffrey E Hinton. Adaptive mix-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 127, + 157, + 377, + 169 + ], + "spans": [ + { + "bbox": [ + 127, + 157, + 377, + 169 + ], + "score": 1.0, + "content": "tures of local experts. Neural computation, 3(1):79–87, 1991.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 176, + 505, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 190 + ], + "score": 1.0, + "content": "[21] Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 127, + 188, + 194, + 200 + ], + "spans": [ + { + "bbox": [ + 127, + 188, + 194, + 200 + ], + "score": 1.0, + "content": "TR-2009, 2009.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 207, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 505, + 221 + ], + "score": 1.0, + "content": "[22] Hung Le, Truyen Tran, and Svetha Venkatesh. Neural stored-program memory. In Interna-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 126, + 218, + 348, + 233 + ], + "spans": [ + { + "bbox": [ + 126, + 218, + 348, + 233 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, 2020.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "score": 1.0, + "content": "[23] V Lebedev, Y Ganin, M Rakhuba, I Oseledets, and V Lempitsky. Speeding-up convolutional", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 126, + 249, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 126, + 249, + 506, + 264 + ], + "score": 1.0, + "content": "neural networks using fine-tuned cp-decomposition. In International Conference on Learning", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 126, + 260, + 222, + 275 + ], + "spans": [ + { + "bbox": [ + 126, + 260, + 222, + 275 + ], + "score": 1.0, + "content": "Representations, 2015.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 278, + 507, + 296 + ], + "spans": [ + { + "bbox": [ + 104, + 278, + 507, + 296 + ], + "score": 1.0, + "content": "[24] Yann LeCun, Léon Bottou, Yoshua Bengio, and Patrick Haffner. Gradient-based learning", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 126, + 291, + 471, + 305 + ], + "spans": [ + { + "bbox": [ + 126, + 291, + 471, + 305 + ], + "score": 1.0, + "content": "applied to document recognition. Proceedings of the IEEE, 86(11):2278–2324, 1998.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "[25] David Lopez-Paz and Marc’Aurelio Ranzato. Gradient episodic memory for continual learn-", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 126, + 323, + 467, + 337 + ], + "spans": [ + { + "bbox": [ + 126, + 323, + 467, + 337 + ], + "score": 1.0, + "content": "ing. In Advances in neural information processing systems, pages 6467–6476, 2017.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 103, + 340, + 507, + 358 + ], + "spans": [ + { + "bbox": [ + 103, + 340, + 507, + 358 + ], + "score": 1.0, + "content": "[26] Volodymyr Mnih, Adria Puigdomenech Badia, Mehdi Mirza, Alex Graves, Timothy Lillicrap,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 128, + 354, + 504, + 366 + ], + "spans": [ + { + "bbox": [ + 128, + 354, + 504, + 366 + ], + "score": 1.0, + "content": "Tim Harley, David Silver, and Koray Kavukcuoglu. Asynchronous methods for deep reinforce-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 125, + 363, + 489, + 379 + ], + "spans": [ + { + "bbox": [ + 125, + 363, + 489, + 379 + ], + "score": 1.0, + "content": "ment learning. In International conference on machine learning, pages 1928–1937, 2016.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 103, + 384, + 505, + 399 + ], + "spans": [ + { + "bbox": [ + 103, + 384, + 505, + 399 + ], + "score": 1.0, + "content": "[27] Alexander Novikov, Dmitrii Podoprikhin, Anton Osokin, and Dmitry P Vetrov. Tensorizing", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 126, + 396, + 505, + 410 + ], + "spans": [ + { + "bbox": [ + 126, + 396, + 505, + 410 + ], + "score": 1.0, + "content": "neural networks. In Advances in neural information processing systems, pages 442–450, 2015.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 505, + 428 + ], + "score": 1.0, + "content": "[28] Ethan Perez, Florian Strub, Harm De Vries, Vincent Dumoulin, and Aaron Courville. FiLM:", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 128, + 428, + 505, + 440 + ], + "spans": [ + { + "bbox": [ + 128, + 428, + 505, + 440 + ], + "score": 1.0, + "content": "Visual Reasoning with a General Conditioning Layer. In AAAI Conference on Artificial Intel-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 437, + 342, + 451 + ], + "spans": [ + { + "bbox": [ + 126, + 437, + 342, + 451 + ], + "score": 1.0, + "content": "ligence, New Orleans, United States, February 2018.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 459, + 504, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 504, + 471 + ], + "score": 1.0, + "content": "[29] Clemens Rosenbaum, Tim Klinger, and Matthew Riemer. Routing networks: Adaptive selec-", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 126, + 467, + 505, + 483 + ], + "spans": [ + { + "bbox": [ + 126, + 467, + 505, + 483 + ], + "score": 1.0, + "content": "tion of non-linear functions for multi-task learning. In International Conference on Learning", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 127, + 480, + 221, + 492 + ], + "spans": [ + { + "bbox": [ + 127, + 480, + 221, + 492 + ], + "score": 1.0, + "content": "Representations, 2018.", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 103, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 103, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "[30] David E Rumelhart, Geoffrey E Hinton, and Ronald J Williams. Learning representations by", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 127, + 512, + 371, + 524 + ], + "spans": [ + { + "bbox": [ + 127, + 512, + 371, + 524 + ], + "score": 1.0, + "content": "back-propagating errors. Nature, 323(6088):533–536, 1986.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 531, + 505, + 545 + ], + "spans": [ + { + "bbox": [ + 104, + 531, + 505, + 545 + ], + "score": 1.0, + "content": "[31] Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, and Timothy Lillicrap.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 126, + 541, + 505, + 556 + ], + "spans": [ + { + "bbox": [ + 126, + 541, + 505, + 556 + ], + "score": 1.0, + "content": "Meta-learning with memory-augmented neural networks. In International conference on ma-", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 127, + 553, + 291, + 567 + ], + "spans": [ + { + "bbox": [ + 127, + 553, + 291, + 567 + ], + "score": 1.0, + "content": "chine learning, pages 1842–1850, 2016.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 572, + 507, + 587 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 507, + 587 + ], + "score": 1.0, + "content": "[32] Jürgen Schmidhuber. Making the world differentiable: On using self-supervised fully recurrent", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 126, + 583, + 507, + 598 + ], + "spans": [ + { + "bbox": [ + 126, + 583, + 507, + 598 + ], + "score": 1.0, + "content": "neural networks for dynamic reinforcement learning and planning in non-stationary environm", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 127, + 595, + 238, + 607 + ], + "spans": [ + { + "bbox": [ + 127, + 595, + 238, + 607 + ], + "score": 1.0, + "content": "nts. TR FKI-126-90, 1990.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 505, + 628 + ], + "score": 1.0, + "content": "[33] Jürgen Schmidhuber. Learning to control fast-weight memories: An alternative to dynamic", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 127, + 627, + 379, + 639 + ], + "spans": [ + { + "bbox": [ + 127, + 627, + 379, + 639 + ], + "score": 1.0, + "content": "recurrent networks. Neural Computation, 4(1):131–139, 1992.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 647, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 505, + 659 + ], + "score": 1.0, + "content": "[34] Joan Serra, Didac Suris, Marius Miron, and Alexandros Karatzoglou. Overcoming catastrophic", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 126, + 656, + 505, + 672 + ], + "spans": [ + { + "bbox": [ + 126, + 656, + 505, + 672 + ], + "score": 1.0, + "content": "forgetting with hard attention to the task. In International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 126, + 668, + 229, + 682 + ], + "spans": [ + { + "bbox": [ + 126, + 668, + 229, + 682 + ], + "score": 1.0, + "content": "pages 4548–4557, 2018.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 689, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 104, + 689, + 505, + 700 + ], + "score": 1.0, + "content": "[35] Noam Shazeer, Azalia Mirhoseini, Krzysztof Maziarz, Andy Davis, Quoc V. Le, Geoffrey E.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 126, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 126, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "Hinton, and Jeff Dean. Outrageously large neural networks: The sparsely-gated mixture-of-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 710, + 444, + 723 + ], + "spans": [ + { + "bbox": [ + 126, + 710, + 444, + 723 + ], + "score": 1.0, + "content": "experts layer. In International Conference on Learning Representations, 2017.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 22 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 751 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 312, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 312, + 754 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 85, + 76, + 103, + 732 + ], + "lines": [ + { + "bbox": [ + 84, + 74, + 101, + 86 + ], + "spans": [ + { + "bbox": [ + 84, + 74, + 101, + 86 + ], + "score": 1.0, + "content": "367", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 85, + 101, + 97 + ], + "spans": [ + { + "bbox": [ + 84, + 85, + 101, + 97 + ], + "score": 1.0, + "content": "368", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 95, + 101, + 110 + ], + "spans": [ + { + "bbox": [ + 84, + 95, + 101, + 110 + ], + "score": 1.0, + "content": "369", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 116, + 101, + 127 + ], + "spans": [ + { + "bbox": [ + 84, + 116, + 101, + 127 + ], + "score": 1.0, + "content": "370", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 127, + 101, + 142 + ], + "spans": [ + { + "bbox": [ + 84, + 127, + 101, + 142 + ], + "score": 1.0, + "content": "371", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 147, + 101, + 159 + ], + "spans": [ + { + "bbox": [ + 84, + 147, + 101, + 159 + ], + "score": 1.0, + "content": "372", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 159, + 101, + 171 + ], + "spans": [ + { + "bbox": [ + 84, + 159, + 101, + 171 + ], + "score": 1.0, + "content": "373", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 178, + 101, + 190 + ], + "spans": [ + { + "bbox": [ + 84, + 178, + 101, + 190 + ], + "score": 1.0, + "content": "374", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 189, + 101, + 204 + ], + "spans": [ + { + "bbox": [ + 84, + 189, + 101, + 204 + ], + "score": 1.0, + "content": "375", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 209, + 101, + 222 + ], + "spans": [ + { + "bbox": [ + 84, + 209, + 101, + 222 + ], + "score": 1.0, + "content": "376", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 220, + 101, + 235 + ], + "spans": [ + { + "bbox": [ + 84, + 220, + 101, + 235 + ], + "score": 1.0, + "content": "377", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 239, + 101, + 253 + ], + "spans": [ + { + "bbox": [ + 84, + 239, + 101, + 253 + ], + "score": 1.0, + "content": "378", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 251, + 101, + 263 + ], + "spans": [ + { + "bbox": [ + 84, + 251, + 101, + 263 + ], + "score": 1.0, + "content": "379", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 262, + 101, + 277 + ], + "spans": [ + { + "bbox": [ + 84, + 262, + 101, + 277 + ], + "score": 1.0, + "content": "380", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 283, + 100, + 294 + ], + "spans": [ + { + "bbox": [ + 84, + 283, + 100, + 294 + ], + "score": 1.0, + "content": "381", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 293, + 101, + 309 + ], + "spans": [ + { + "bbox": [ + 84, + 293, + 101, + 309 + ], + "score": 1.0, + "content": "382", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 312, + 101, + 327 + ], + "spans": [ + { + "bbox": [ + 84, + 312, + 101, + 327 + ], + "score": 1.0, + "content": "383", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 325, + 101, + 341 + ], + "spans": [ + { + "bbox": [ + 84, + 325, + 101, + 341 + ], + "score": 1.0, + "content": "384", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 345, + 101, + 356 + ], + "spans": [ + { + "bbox": [ + 84, + 345, + 101, + 356 + ], + "score": 1.0, + "content": "385", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 356, + 101, + 367 + ], + "spans": [ + { + "bbox": [ + 84, + 356, + 101, + 367 + ], + "score": 1.0, + "content": "386", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 366, + 101, + 380 + ], + "spans": [ + { + "bbox": [ + 84, + 366, + 101, + 380 + ], + "score": 1.0, + "content": "387", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 387, + 101, + 398 + ], + "spans": [ + { + "bbox": [ + 84, + 387, + 101, + 398 + ], + "score": 1.0, + "content": "388", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 397, + 101, + 413 + ], + "spans": [ + { + "bbox": [ + 84, + 397, + 101, + 413 + ], + "score": 1.0, + "content": "389", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 419, + 101, + 430 + ], + "spans": [ + { + "bbox": [ + 84, + 419, + 101, + 430 + ], + "score": 1.0, + "content": "390", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 429, + 100, + 441 + ], + "spans": [ + { + "bbox": [ + 84, + 429, + 100, + 441 + ], + "score": 1.0, + "content": "391", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 439, + 101, + 456 + ], + "spans": [ + { + "bbox": [ + 84, + 439, + 101, + 456 + ], + "score": 1.0, + "content": "392", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 460, + 101, + 472 + ], + "spans": [ + { + "bbox": [ + 84, + 460, + 101, + 472 + ], + "score": 1.0, + "content": "393", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 471, + 101, + 483 + ], + "spans": [ + { + "bbox": [ + 84, + 471, + 101, + 483 + ], + "score": 1.0, + "content": "394", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 481, + 101, + 496 + ], + "spans": [ + { + "bbox": [ + 84, + 481, + 101, + 496 + ], + "score": 1.0, + "content": "395", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 502, + 101, + 514 + ], + "spans": [ + { + "bbox": [ + 84, + 502, + 101, + 514 + ], + "score": 1.0, + "content": "396", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 513, + 101, + 528 + ], + "spans": [ + { + "bbox": [ + 84, + 513, + 101, + 528 + ], + "score": 1.0, + "content": "397", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 533, + 101, + 545 + ], + "spans": [ + { + "bbox": [ + 84, + 533, + 101, + 545 + ], + "score": 1.0, + "content": "398", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 544, + 101, + 556 + ], + "spans": [ + { + "bbox": [ + 84, + 544, + 101, + 556 + ], + "score": 1.0, + "content": "399", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 555, + 101, + 570 + ], + "spans": [ + { + "bbox": [ + 84, + 555, + 101, + 570 + ], + "score": 1.0, + "content": "400", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 575, + 100, + 587 + ], + "spans": [ + { + "bbox": [ + 84, + 575, + 100, + 587 + ], + "score": 1.0, + "content": "401", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 586, + 101, + 598 + ], + "spans": [ + { + "bbox": [ + 84, + 586, + 101, + 598 + ], + "score": 1.0, + "content": "402", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 595, + 102, + 611 + ], + "spans": [ + { + "bbox": [ + 84, + 595, + 102, + 611 + ], + "score": 1.0, + "content": "403", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 617, + 101, + 629 + ], + "spans": [ + { + "bbox": [ + 84, + 617, + 101, + 629 + ], + "score": 1.0, + "content": "404", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 628, + 101, + 643 + ], + "spans": [ + { + "bbox": [ + 84, + 628, + 101, + 643 + ], + "score": 1.0, + "content": "405", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 648, + 101, + 660 + ], + "spans": [ + { + "bbox": [ + 84, + 648, + 101, + 660 + ], + "score": 1.0, + "content": "406", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 659, + 101, + 671 + ], + "spans": [ + { + "bbox": [ + 84, + 659, + 101, + 671 + ], + "score": 1.0, + "content": "407", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 670, + 101, + 684 + ], + "spans": [ + { + "bbox": [ + 84, + 670, + 101, + 684 + ], + "score": 1.0, + "content": "408", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 690, + 101, + 702 + ], + "spans": [ + { + "bbox": [ + 84, + 690, + 101, + 702 + ], + "score": 1.0, + "content": "409", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 702, + 101, + 713 + ], + "spans": [ + { + "bbox": [ + 84, + 702, + 101, + 713 + ], + "score": 1.0, + "content": "410", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 712, + 100, + 725 + ], + "spans": [ + { + "bbox": [ + 84, + 712, + 100, + 725 + ], + "score": 1.0, + "content": "411", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 97, + 38, + 507, + 730 + ], + "lines": [], + "index": 22, + "bbox_fs": [ + 103, + 72, + 507, + 723 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 93, + 71, + 507, + 256 + ], + "lines": [ + { + "bbox": [ + 102, + 71, + 506, + 87 + ], + "spans": [ + { + "bbox": [ + 102, + 71, + 506, + 87 + ], + "score": 1.0, + "content": "[36] Hanul Shin, Jung Kwon Lee, Jaehong Kim, and Jiwon Kim. Continual learning with deep", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 97 + ], + "score": 1.0, + "content": "generative replay. In Advances in Neural Information Processing Systems, pages 2990–2999,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 127, + 94, + 154, + 107 + ], + "spans": [ + { + "bbox": [ + 127, + 94, + 154, + 107 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 104, + 113, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 104, + 113, + 505, + 127 + ], + "score": 1.0, + "content": "[37] A.M Turing. On computable numbers, with an application to the entscheidungsproblem. In", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 128, + 125, + 353, + 137 + ], + "spans": [ + { + "bbox": [ + 128, + 125, + 353, + 137 + ], + "score": 1.0, + "content": "Proceedings of the London Mathematical Society, 1936.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 142, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "[38] Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 126, + 153, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 126, + 153, + 505, + 168 + ], + "score": 1.0, + "content": "Łukasz Kaiser, and Illia Polosukhin. Attention is all you need. In Advances in neural informa-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 127, + 165, + 327, + 178 + ], + "spans": [ + { + "bbox": [ + 127, + 165, + 327, + 178 + ], + "score": 1.0, + "content": "tion processing systems, pages 5998–6008, 2017.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 184, + 434, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 184, + 434, + 196 + ], + "score": 1.0, + "content": "[39] Christoph von der Malsburg. The correlation theory of brain function, 1981.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 202, + 506, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 202, + 506, + 216 + ], + "score": 1.0, + "content": "[40] John Von Neumann. First draft of a report on the edvac. IEEE Annals of the History of", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 128, + 214, + 257, + 227 + ], + "spans": [ + { + "bbox": [ + 128, + 214, + 257, + 227 + ], + "score": 1.0, + "content": "Computing, 15(4):27–75, 1993.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 232, + 505, + 248 + ], + "spans": [ + { + "bbox": [ + 104, + 232, + 505, + 248 + ], + "score": 1.0, + "content": "[41] Friedemann Zenke, Ben Poole, and Surya Ganguli. Continual learning through synaptic intel-", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 127, + 244, + 399, + 257 + ], + "spans": [ + { + "bbox": [ + 127, + 244, + 399, + 257 + ], + "score": 1.0, + "content": "ligence. Proceedings of machine learning research, 70:3987, 2017.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 6 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 87, + 280, + 98, + 288 + ], + "lines": [ + { + "bbox": [ + 86, + 279, + 100, + 289 + ], + "spans": [ + { + "bbox": [ + 86, + 279, + 100, + 289 + ], + "score": 1.0, + "content": "425", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 85, + 74, + 100, + 260 + ], + "lines": [ + { + "bbox": [ + 85, + 75, + 100, + 85 + ], + "spans": [ + { + "bbox": [ + 85, + 75, + 100, + 85 + ], + "score": 1.0, + "content": "412", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 85, + 100, + 97 + ], + "spans": [ + { + "bbox": [ + 85, + 85, + 100, + 97 + ], + "score": 1.0, + "content": "413", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 97, + 100, + 108 + ], + "spans": [ + { + "bbox": [ + 85, + 97, + 100, + 108 + ], + "score": 1.0, + "content": "414", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 115, + 100, + 127 + ], + "spans": [ + { + "bbox": [ + 85, + 115, + 100, + 127 + ], + "score": 1.0, + "content": "415", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 126, + 101, + 139 + ], + "spans": [ + { + "bbox": [ + 84, + 126, + 101, + 139 + ], + "score": 1.0, + "content": "416", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 145, + 100, + 156 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 156 + ], + "score": 1.0, + "content": "417", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 156, + 100, + 167 + ], + "spans": [ + { + "bbox": [ + 84, + 156, + 100, + 167 + ], + "score": 1.0, + "content": "418", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 167, + 100, + 179 + ], + "spans": [ + { + "bbox": [ + 84, + 167, + 100, + 179 + ], + "score": 1.0, + "content": "419", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 185, + 101, + 200 + ], + "spans": [ + { + "bbox": [ + 84, + 185, + 101, + 200 + ], + "score": 1.0, + "content": "420", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 204, + 100, + 216 + ], + "spans": [ + { + "bbox": [ + 85, + 204, + 100, + 216 + ], + "score": 1.0, + "content": "421", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 215, + 101, + 228 + ], + "spans": [ + { + "bbox": [ + 84, + 215, + 101, + 228 + ], + "score": 1.0, + "content": "422", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 234, + 100, + 246 + ], + "spans": [ + { + "bbox": [ + 85, + 234, + 100, + 246 + ], + "score": 1.0, + "content": "423", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 245, + 101, + 257 + ], + "spans": [ + { + "bbox": [ + 84, + 245, + 101, + 257 + ], + "score": 1.0, + "content": "424", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 93, + 71, + 507, + 256 + ], + "lines": [], + "index": 6, + "bbox_fs": [ + 102, + 71, + 506, + 257 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 131, + 92, + 208, + 103 + ], + "lines": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "score": 1.0, + "content": "1. For all authors...", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 146, + 107, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 145, + 106, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 145, + 106, + 505, + 120 + ], + "score": 1.0, + "content": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 162, + 119, + 288, + 130 + ], + "spans": [ + { + "bbox": [ + 162, + 119, + 288, + 130 + ], + "score": 1.0, + "content": "contributions and scope? [Yes]", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 144, + 129, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 144, + 129, + 506, + 144 + ], + "score": 1.0, + "content": "(b) Did you describe the limitations of your work? [Yes] See Discussion and Appendix’s", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 162, + 140, + 378, + 155 + ], + "spans": [ + { + "bbox": [ + 162, + 140, + 378, + 155 + ], + "score": 1.0, + "content": "\"Training procedure and hyper-parameter selections.\"", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 145, + 154, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 145, + 154, + 505, + 168 + ], + "score": 1.0, + "content": "(c) Did you discuss any potential negative societal impacts of your work? [Yes] See", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 161, + 165, + 211, + 177 + ], + "spans": [ + { + "bbox": [ + 161, + 165, + 211, + 177 + ], + "score": 1.0, + "content": "Discussion.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 144, + 177, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 144, + 177, + 505, + 192 + ], + "score": 1.0, + "content": "(d) Have you read the ethics review guidelines and ensured that your paper conforms to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 161, + 187, + 214, + 203 + ], + "spans": [ + { + "bbox": [ + 161, + 187, + 214, + 203 + ], + "score": 1.0, + "content": "them? [Yes]", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 131, + 204, + 302, + 216 + ], + "lines": [ + { + "bbox": [ + 129, + 203, + 304, + 217 + ], + "spans": [ + { + "bbox": [ + 129, + 203, + 304, + 217 + ], + "score": 1.0, + "content": "2. If you are including theoretical results...", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 144, + 219, + 451, + 244 + ], + "lines": [ + { + "bbox": [ + 145, + 219, + 453, + 232 + ], + "spans": [ + { + "bbox": [ + 145, + 219, + 453, + 232 + ], + "score": 1.0, + "content": "(a) Did you state the full set of assumptions of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 145, + 232, + 424, + 245 + ], + "spans": [ + { + "bbox": [ + 145, + 232, + 424, + 245 + ], + "score": 1.0, + "content": "(b) Did you include complete proofs of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 130, + 247, + 241, + 258 + ], + "lines": [ + { + "bbox": [ + 128, + 245, + 243, + 261 + ], + "spans": [ + { + "bbox": [ + 128, + 245, + 243, + 261 + ], + "score": 1.0, + "content": "3. If you ran experiments...", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 146, + 262, + 506, + 388 + ], + "lines": [ + { + "bbox": [ + 145, + 262, + 507, + 274 + ], + "spans": [ + { + "bbox": [ + 145, + 262, + 507, + 274 + ], + "score": 1.0, + "content": "(a) Did you include the code, data, and instructions needed to reproduce the main experi-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 162, + 273, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 162, + 273, + 506, + 285 + ], + "score": 1.0, + "content": "mental results (either in the supplemental material or as a URL)? [No] Data is public,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 162, + 284, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 162, + 284, + 506, + 297 + ], + "score": 1.0, + "content": "provided with link. Code will be avaialble after published. All training details are", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 162, + 295, + 426, + 307 + ], + "spans": [ + { + "bbox": [ + 162, + 295, + 426, + 307 + ], + "score": 1.0, + "content": "available and can be used to implement and reproduce the results.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 146, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 146, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 162, + 318, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 162, + 318, + 505, + 332 + ], + "score": 1.0, + "content": "chosen)? [Yes] See Appendix’s \"Training procedure and hyper-parameter selections.\"", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 146, + 331, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 146, + 332, + 160, + 343 + ], + "score": 1.0, + "content": "(c)", + "type": "text" + }, + { + "bbox": [ + 161, + 331, + 507, + 344 + ], + "score": 1.0, + "content": "Did you report error bars (e.g., with respect to the random seed after running experi-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 162, + 342, + 388, + 355 + ], + "spans": [ + { + "bbox": [ + 162, + 342, + 388, + 355 + ], + "score": 1.0, + "content": "ments multiple times)? [Yes] See Experimental Results.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 145, + 354, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 145, + 354, + 506, + 369 + ], + "score": 1.0, + "content": "(d) Did you include the total amount of compute and the type of resources used (e.g.,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 160, + 365, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 160, + 365, + 506, + 380 + ], + "score": 1.0, + "content": "type of GPUs, internal cluster, or cloud provider)? [Yes] See Appendix’s \"Training", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 162, + 378, + 334, + 389 + ], + "spans": [ + { + "bbox": [ + 162, + 378, + 334, + 389 + ], + "score": 1.0, + "content": "procedure and hyper-parameter selections.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 132, + 392, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 128, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 128, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 146, + 407, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 145, + 406, + 424, + 419 + ], + "spans": [ + { + "bbox": [ + 145, + 406, + 424, + 419 + ], + "score": 1.0, + "content": "(a) If your work uses existing assets, did you cite the creators? [Yes]", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 145, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 145, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "(b) Did you mention the license of the assets? [No] All assets are public. We will mention", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 160, + 430, + 345, + 444 + ], + "spans": [ + { + "bbox": [ + 160, + 430, + 345, + 444 + ], + "score": 1.0, + "content": "the license detail after the paper is published.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 145, + 443, + 503, + 456 + ], + "spans": [ + { + "bbox": [ + 145, + 443, + 503, + 456 + ], + "score": 1.0, + "content": "(c) Did you include any new assets either in the supplemental material or as a URL? [No]", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 146, + 457, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 146, + 457, + 505, + 468 + ], + "score": 1.0, + "content": "(d) Did you discuss whether and how consent was obtained from people whose data you’re", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 162, + 468, + 248, + 479 + ], + "spans": [ + { + "bbox": [ + 162, + 468, + 248, + 479 + ], + "score": 1.0, + "content": "using/curating? [No]", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 146, + 480, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 146, + 480, + 505, + 493 + ], + "score": 1.0, + "content": "(e) Did you discuss whether the data you are using/curating contains personally identifiable", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 161, + 490, + 320, + 504 + ], + "spans": [ + { + "bbox": [ + 161, + 490, + 320, + 504 + ], + "score": 1.0, + "content": "information or offensive content? [No]", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 131, + 506, + 433, + 518 + ], + "lines": [ + { + "bbox": [ + 128, + 504, + 433, + 520 + ], + "spans": [ + { + "bbox": [ + 128, + 504, + 433, + 520 + ], + "score": 1.0, + "content": "5. If you used crowdsourcing or conducted research with human subjects...", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "text", + "bbox": [ + 146, + 521, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 145, + 520, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 145, + 520, + 506, + 534 + ], + "score": 1.0, + "content": "(a) Did you include the full text of instructions given to participants and screenshots, if", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 161, + 532, + 237, + 544 + ], + "spans": [ + { + "bbox": [ + 161, + 532, + 237, + 544 + ], + "score": 1.0, + "content": "applicable? [N/A]", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 145, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 145, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "(b) Did you describe any potential participant risks, with links to Institutional Review", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 161, + 555, + 342, + 569 + ], + "spans": [ + { + "bbox": [ + 161, + 555, + 342, + 569 + ], + "score": 1.0, + "content": "Board (IRB) approvals, if applicable? [N/A]", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 147, + 568, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 147, + 568, + 506, + 581 + ], + "score": 1.0, + "content": "(c) Did you include the estimated hourly wage paid to participants and the total amount", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 162, + 580, + 333, + 592 + ], + "spans": [ + { + "bbox": [ + 162, + 580, + 333, + 592 + ], + "score": 1.0, + "content": "spent on participant compensation? [N/A]", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 36.5 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 87, + 71, + 156, + 83 + ], + "lines": [ + { + "bbox": [ + 86, + 70, + 158, + 86 + ], + "spans": [ + { + "bbox": [ + 86, + 74, + 101, + 84 + ], + "score": 1.0, + "content": "426", + "type": "text" + }, + { + "bbox": [ + 105, + 70, + 158, + 86 + ], + "score": 1.0, + "content": "Checklist", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 131, + 92, + 208, + 103 + ], + "lines": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "score": 1.0, + "content": "1. For all authors...", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 129, + 91, + 210, + 105 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 107, + 505, + 201 + ], + "lines": [ + { + "bbox": [ + 145, + 106, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 145, + 106, + 505, + 120 + ], + "score": 1.0, + "content": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 119, + 288, + 130 + ], + "spans": [ + { + "bbox": [ + 162, + 119, + 288, + 130 + ], + "score": 1.0, + "content": "contributions and scope? [Yes]", + "type": "text" + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 129, + 506, + 144 + ], + "spans": [ + { + "bbox": [ + 144, + 129, + 506, + 144 + ], + "score": 1.0, + "content": "(b) Did you describe the limitations of your work? [Yes] See Discussion and Appendix’s", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 140, + 378, + 155 + ], + "spans": [ + { + "bbox": [ + 162, + 140, + 378, + 155 + ], + "score": 1.0, + "content": "\"Training procedure and hyper-parameter selections.\"", + "type": "text" + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 154, + 505, + 168 + ], + "spans": [ + { + "bbox": [ + 145, + 154, + 505, + 168 + ], + "score": 1.0, + "content": "(c) Did you discuss any potential negative societal impacts of your work? [Yes] See", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 165, + 211, + 177 + ], + "spans": [ + { + "bbox": [ + 161, + 165, + 211, + 177 + ], + "score": 1.0, + "content": "Discussion.", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 177, + 505, + 192 + ], + "spans": [ + { + "bbox": [ + 144, + 177, + 505, + 192 + ], + "score": 1.0, + "content": "(d) Have you read the ethics review guidelines and ensured that your paper conforms to", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 187, + 214, + 203 + ], + "spans": [ + { + "bbox": [ + 161, + 187, + 214, + 203 + ], + "score": 1.0, + "content": "them? [Yes]", + "type": "text" + } + ], + "index": 8, + "is_list_end_line": true + } + ], + "index": 4.5, + "bbox_fs": [ + 144, + 106, + 506, + 203 + ] + }, + { + "type": "text", + "bbox": [ + 131, + 204, + 302, + 216 + ], + "lines": [ + { + "bbox": [ + 129, + 203, + 304, + 217 + ], + "spans": [ + { + "bbox": [ + 129, + 203, + 304, + 217 + ], + "score": 1.0, + "content": "2. If you are including theoretical results...", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9, + "bbox_fs": [ + 129, + 203, + 304, + 217 + ] + }, + { + "type": "text", + "bbox": [ + 144, + 219, + 451, + 244 + ], + "lines": [ + { + "bbox": [ + 145, + 219, + 453, + 232 + ], + "spans": [ + { + "bbox": [ + 145, + 219, + 453, + 232 + ], + "score": 1.0, + "content": "(a) Did you state the full set of assumptions of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 145, + 232, + 424, + 245 + ], + "spans": [ + { + "bbox": [ + 145, + 232, + 424, + 245 + ], + "score": 1.0, + "content": "(b) Did you include complete proofs of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 10.5, + "bbox_fs": [ + 145, + 219, + 453, + 245 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 247, + 241, + 258 + ], + "lines": [ + { + "bbox": [ + 128, + 245, + 243, + 261 + ], + "spans": [ + { + "bbox": [ + 128, + 245, + 243, + 261 + ], + "score": 1.0, + "content": "3. If you ran experiments...", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12, + "bbox_fs": [ + 128, + 245, + 243, + 261 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 262, + 506, + 388 + ], + "lines": [ + { + "bbox": [ + 145, + 262, + 507, + 274 + ], + "spans": [ + { + "bbox": [ + 145, + 262, + 507, + 274 + ], + "score": 1.0, + "content": "(a) Did you include the code, data, and instructions needed to reproduce the main experi-", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 273, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 162, + 273, + 506, + 285 + ], + "score": 1.0, + "content": "mental results (either in the supplemental material or as a URL)? [No] Data is public,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 162, + 284, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 162, + 284, + 506, + 297 + ], + "score": 1.0, + "content": "provided with link. Code will be avaialble after published. All training details are", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 162, + 295, + 426, + 307 + ], + "spans": [ + { + "bbox": [ + 162, + 295, + 426, + 307 + ], + "score": 1.0, + "content": "available and can be used to implement and reproduce the results.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 146, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 318, + 505, + 332 + ], + "spans": [ + { + "bbox": [ + 162, + 318, + 505, + 332 + ], + "score": 1.0, + "content": "chosen)? [Yes] See Appendix’s \"Training procedure and hyper-parameter selections.\"", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 146, + 331, + 507, + 344 + ], + "spans": [ + { + "bbox": [ + 146, + 332, + 160, + 343 + ], + "score": 1.0, + "content": "(c)", + "type": "text" + }, + { + "bbox": [ + 161, + 331, + 507, + 344 + ], + "score": 1.0, + "content": "Did you report error bars (e.g., with respect to the random seed after running experi-", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 342, + 388, + 355 + ], + "spans": [ + { + "bbox": [ + 162, + 342, + 388, + 355 + ], + "score": 1.0, + "content": "ments multiple times)? [Yes] See Experimental Results.", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 354, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 145, + 354, + 506, + 369 + ], + "score": 1.0, + "content": "(d) Did you include the total amount of compute and the type of resources used (e.g.,", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 160, + 365, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 160, + 365, + 506, + 380 + ], + "score": 1.0, + "content": "type of GPUs, internal cluster, or cloud provider)? [Yes] See Appendix’s \"Training", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 162, + 378, + 334, + 389 + ], + "spans": [ + { + "bbox": [ + 162, + 378, + 334, + 389 + ], + "score": 1.0, + "content": "procedure and hyper-parameter selections.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + } + ], + "index": 18, + "bbox_fs": [ + 145, + 262, + 507, + 389 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 392, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 128, + 390, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 128, + 390, + 505, + 406 + ], + "score": 1.0, + "content": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 128, + 390, + 505, + 406 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 407, + 505, + 503 + ], + "lines": [ + { + "bbox": [ + 145, + 406, + 424, + 419 + ], + "spans": [ + { + "bbox": [ + 145, + 406, + 424, + 419 + ], + "score": 1.0, + "content": "(a) If your work uses existing assets, did you cite the creators? [Yes]", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 419, + 505, + 432 + ], + "spans": [ + { + "bbox": [ + 145, + 419, + 505, + 432 + ], + "score": 1.0, + "content": "(b) Did you mention the license of the assets? [No] All assets are public. We will mention", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 160, + 430, + 345, + 444 + ], + "spans": [ + { + "bbox": [ + 160, + 430, + 345, + 444 + ], + "score": 1.0, + "content": "the license detail after the paper is published.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 443, + 503, + 456 + ], + "spans": [ + { + "bbox": [ + 145, + 443, + 503, + 456 + ], + "score": 1.0, + "content": "(c) Did you include any new assets either in the supplemental material or as a URL? [No]", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 146, + 457, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 146, + 457, + 505, + 468 + ], + "score": 1.0, + "content": "(d) Did you discuss whether and how consent was obtained from people whose data you’re", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 468, + 248, + 479 + ], + "spans": [ + { + "bbox": [ + 162, + 468, + 248, + 479 + ], + "score": 1.0, + "content": "using/curating? [No]", + "type": "text" + } + ], + "index": 30, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 480, + 505, + 493 + ], + "spans": [ + { + "bbox": [ + 146, + 480, + 505, + 493 + ], + "score": 1.0, + "content": "(e) Did you discuss whether the data you are using/curating contains personally identifiable", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 490, + 320, + 504 + ], + "spans": [ + { + "bbox": [ + 161, + 490, + 320, + 504 + ], + "score": 1.0, + "content": "information or offensive content? [No]", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + } + ], + "index": 28.5, + "bbox_fs": [ + 145, + 406, + 505, + 504 + ] + }, + { + "type": "text", + "bbox": [ + 131, + 506, + 433, + 518 + ], + "lines": [ + { + "bbox": [ + 128, + 504, + 433, + 520 + ], + "spans": [ + { + "bbox": [ + 128, + 504, + 433, + 520 + ], + "score": 1.0, + "content": "5. If you used crowdsourcing or conducted research with human subjects...", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33, + "bbox_fs": [ + 128, + 504, + 433, + 520 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 521, + 505, + 592 + ], + "lines": [ + { + "bbox": [ + 145, + 520, + 506, + 534 + ], + "spans": [ + { + "bbox": [ + 145, + 520, + 506, + 534 + ], + "score": 1.0, + "content": "(a) Did you include the full text of instructions given to participants and screenshots, if", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 532, + 237, + 544 + ], + "spans": [ + { + "bbox": [ + 161, + 532, + 237, + 544 + ], + "score": 1.0, + "content": "applicable? [N/A]", + "type": "text" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 145, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "(b) Did you describe any potential participant risks, with links to Institutional Review", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 555, + 342, + 569 + ], + "spans": [ + { + "bbox": [ + 161, + 555, + 342, + 569 + ], + "score": 1.0, + "content": "Board (IRB) approvals, if applicable? [N/A]", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 147, + 568, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 147, + 568, + 506, + 581 + ], + "score": 1.0, + "content": "(c) Did you include the estimated hourly wage paid to participants and the total amount", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 580, + 333, + 592 + ], + "spans": [ + { + "bbox": [ + 162, + 580, + 333, + 592 + ], + "score": 1.0, + "content": "spent on participant compensation? [N/A]", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + } + ], + "index": 36.5, + "bbox_fs": [ + 145, + 520, + 506, + 592 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_model.json b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_model.json new file mode 100644 index 0000000000000000000000000000000000000000..be7532f6c53e0444a9f8e089f4d08a84d38209c2 --- /dev/null +++ b/parse/train/O0ow9RQW1nP/O0ow9RQW1nP_model.json @@ -0,0 +1,23087 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 255, + 768, + 1303, + 768, + 1303, + 1165, + 255, + 1165 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 250, + 1287, + 1404, + 1287, + 1404, + 1653, + 250, + 1653 + ], + "score": 0.97 + }, + { + "category_id": 0, + "poly": [ + 391, + 271, + 1309, + 271, + 1309, + 382, + 391, + 382 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 252, + 1863, + 1400, + 1863, + 1400, + 1986, + 252, + 1986 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 250, + 1666, + 1403, + 1666, + 1403, + 1850, + 250, + 1850 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 720, + 499, + 986, + 499, + 986, + 620, + 720, + 620 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 788, + 701, + 913, + 701, + 913, + 737, + 788, + 737 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 253, + 1218, + 530, + 1218, + 530, + 1256, + 253, + 1256 + ], + "score": 0.886 + }, + { + "category_id": 2, + "poly": [ + 287, + 2032, + 1387, + 2032, + 1387, + 2062, + 287, + 2062 + ], + "score": 0.628 + }, + { + "category_id": 1, + "poly": [ + 287, + 2032, + 1387, + 2032, + 1387, + 2062, + 287, + 2062 + ], + "score": 0.229 + }, + { + "category_id": 2, + "poly": [ + 254, + 769, + 279, + 769, + 279, + 1169, + 254, + 1169 + ], + "score": 0.119 + }, + { + "category_id": 15, + "poly": [ + 433.0, + 269.0, + 1267.0, + 269.0, + 1267.0, + 331.0, + 433.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 323.0, + 1311.0, + 323.0, + 1311.0, + 389.0, + 389.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 698.0, + 920.0, + 698.0, + 920.0, + 742.0, + 782.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1216.0, + 536.0, + 1216.0, + 536.0, + 1262.0, + 242.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2027.0, + 1390.0, + 2027.0, + 1390.0, + 2066.0, + 295.0, + 2066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 780.0, + 275.0, + 780.0, + 275.0, + 800.0, + 260.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 808.0, + 276.0, + 808.0, + 276.0, + 833.0, + 259.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 837.0, + 276.0, + 837.0, + 276.0, + 865.0, + 259.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 868.0, + 276.0, + 868.0, + 276.0, + 896.0, + 260.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 900.0, + 275.0, + 900.0, + 275.0, + 923.0, + 261.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 928.0, + 276.0, + 928.0, + 276.0, + 954.0, + 259.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 958.0, + 276.0, + 958.0, + 276.0, + 986.0, + 259.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 990.0, + 276.0, + 990.0, + 276.0, + 1017.0, + 260.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1020.0, + 276.0, + 1020.0, + 276.0, + 1047.0, + 259.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1049.0, + 277.0, + 1049.0, + 277.0, + 1078.0, + 250.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1080.0, + 275.0, + 1080.0, + 275.0, + 1107.0, + 251.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1110.0, + 277.0, + 1110.0, + 277.0, + 1138.0, + 250.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1140.0, + 277.0, + 1140.0, + 277.0, + 1169.0, + 250.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 779.0, + 274.0, + 779.0, + 274.0, + 798.0, + 260.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 768.0, + 1303.0, + 768.0, + 1303.0, + 805.0, + 395.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 806.0, + 277.0, + 806.0, + 277.0, + 829.0, + 259.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 800.0, + 1304.0, + 800.0, + 1304.0, + 834.0, + 394.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 837.0, + 277.0, + 837.0, + 277.0, + 861.0, + 259.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 829.0, + 1304.0, + 829.0, + 1304.0, + 864.0, + 394.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 869.0, + 277.0, + 869.0, + 277.0, + 891.0, + 259.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 861.0, + 1305.0, + 861.0, + 1305.0, + 895.0, + 395.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 898.0, + 277.0, + 898.0, + 277.0, + 923.0, + 259.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 891.0, + 1305.0, + 891.0, + 1305.0, + 925.0, + 395.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 928.0, + 278.0, + 928.0, + 278.0, + 952.0, + 259.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 920.0, + 1305.0, + 920.0, + 1305.0, + 956.0, + 392.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 959.0, + 277.0, + 959.0, + 277.0, + 982.0, + 259.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 955.0, + 1305.0, + 955.0, + 1305.0, + 984.0, + 393.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 989.0, + 277.0, + 989.0, + 277.0, + 1013.0, + 259.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 982.0, + 1304.0, + 982.0, + 1304.0, + 1015.0, + 393.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1019.0, + 277.0, + 1019.0, + 277.0, + 1043.0, + 259.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1013.0, + 1304.0, + 1013.0, + 1304.0, + 1047.0, + 395.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1050.0, + 277.0, + 1050.0, + 277.0, + 1075.0, + 250.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1042.0, + 1305.0, + 1042.0, + 1305.0, + 1078.0, + 394.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1080.0, + 277.0, + 1080.0, + 277.0, + 1105.0, + 249.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1073.0, + 1305.0, + 1073.0, + 1305.0, + 1106.0, + 394.0, + 1106.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1110.0, + 277.0, + 1110.0, + 277.0, + 1135.0, + 249.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1103.0, + 1307.0, + 1103.0, + 1307.0, + 1139.0, + 393.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1141.0, + 278.0, + 1141.0, + 278.0, + 1166.0, + 250.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1135.0, + 1287.0, + 1135.0, + 1287.0, + 1168.0, + 394.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1293.0, + 277.0, + 1293.0, + 277.0, + 1319.0, + 250.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1287.0, + 1404.0, + 1287.0, + 1404.0, + 1320.0, + 294.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1324.0, + 278.0, + 1324.0, + 278.0, + 1351.0, + 248.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1318.0, + 1407.0, + 1318.0, + 1407.0, + 1355.0, + 294.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1355.0, + 277.0, + 1355.0, + 277.0, + 1380.0, + 248.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1347.0, + 1403.0, + 1347.0, + 1403.0, + 1385.0, + 291.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1384.0, + 278.0, + 1384.0, + 278.0, + 1412.0, + 248.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1376.0, + 1406.0, + 1376.0, + 1406.0, + 1414.0, + 293.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1414.0, + 278.0, + 1414.0, + 278.0, + 1442.0, + 248.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1408.0, + 1406.0, + 1408.0, + 1406.0, + 1444.0, + 293.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1445.0, + 278.0, + 1445.0, + 278.0, + 1473.0, + 248.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1440.0, + 1406.0, + 1440.0, + 1406.0, + 1474.0, + 291.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1475.0, + 277.0, + 1475.0, + 277.0, + 1503.0, + 247.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1470.0, + 1404.0, + 1470.0, + 1404.0, + 1503.0, + 293.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1506.0, + 277.0, + 1506.0, + 277.0, + 1532.0, + 248.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1499.0, + 1407.0, + 1499.0, + 1407.0, + 1535.0, + 291.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1536.0, + 278.0, + 1536.0, + 278.0, + 1563.0, + 248.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1530.0, + 1406.0, + 1530.0, + 1406.0, + 1567.0, + 293.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1567.0, + 278.0, + 1567.0, + 278.0, + 1593.0, + 247.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1559.0, + 1407.0, + 1559.0, + 1407.0, + 1597.0, + 291.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1596.0, + 278.0, + 1596.0, + 278.0, + 1624.0, + 248.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1592.0, + 1404.0, + 1592.0, + 1404.0, + 1625.0, + 295.0, + 1625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1628.0, + 278.0, + 1628.0, + 278.0, + 1653.0, + 248.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1622.0, + 1091.0, + 1622.0, + 1091.0, + 1654.0, + 293.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1869.0, + 279.0, + 1869.0, + 279.0, + 1897.0, + 249.0, + 1897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1862.0, + 1403.0, + 1862.0, + 1403.0, + 1901.0, + 292.0, + 1901.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1898.0, + 279.0, + 1898.0, + 279.0, + 1926.0, + 249.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1891.0, + 1405.0, + 1891.0, + 1405.0, + 1929.0, + 293.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1930.0, + 280.0, + 1930.0, + 280.0, + 1957.0, + 249.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1923.0, + 1403.0, + 1923.0, + 1403.0, + 1958.0, + 294.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1959.0, + 279.0, + 1959.0, + 279.0, + 1987.0, + 247.0, + 1987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1952.0, + 1405.0, + 1952.0, + 1405.0, + 1990.0, + 293.0, + 1990.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1672.0, + 277.0, + 1672.0, + 277.0, + 1697.0, + 248.0, + 1697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1665.0, + 1406.0, + 1665.0, + 1406.0, + 1701.0, + 294.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1702.0, + 278.0, + 1702.0, + 278.0, + 1729.0, + 248.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1693.0, + 1405.0, + 1693.0, + 1405.0, + 1733.0, + 293.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1734.0, + 277.0, + 1734.0, + 277.0, + 1759.0, + 248.0, + 1759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1729.0, + 1403.0, + 1729.0, + 1403.0, + 1761.0, + 294.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1763.0, + 278.0, + 1763.0, + 278.0, + 1790.0, + 248.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1755.0, + 1405.0, + 1755.0, + 1405.0, + 1792.0, + 293.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1792.0, + 277.0, + 1792.0, + 277.0, + 1819.0, + 247.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1786.0, + 1405.0, + 1786.0, + 1405.0, + 1823.0, + 293.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1823.0, + 280.0, + 1823.0, + 280.0, + 1853.0, + 247.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1821.0, + 812.0, + 1821.0, + 812.0, + 1853.0, + 294.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 496.0, + 989.0, + 496.0, + 989.0, + 533.0, + 717.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 527.0, + 913.0, + 527.0, + 913.0, + 563.0, + 787.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 557.0, + 902.0, + 557.0, + 902.0, + 592.0, + 796.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 592.0, + 891.0, + 592.0, + 891.0, + 619.0, + 807.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2027.0, + 1390.0, + 2027.0, + 1390.0, + 2066.0, + 295.0, + 2066.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 4, + "poly": [ + 296, + 836, + 1405, + 836, + 1405, + 1201, + 296, + 1201 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 318, + 196, + 1393, + 196, + 1393, + 809, + 318, + 809 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 252, + 1854, + 1402, + 1854, + 1402, + 2006, + 252, + 2006 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 250, + 1273, + 1403, + 1273, + 1403, + 1456, + 250, + 1456 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 251, + 1471, + 1403, + 1471, + 1403, + 1652, + 251, + 1652 + ], + "score": 0.958 + }, + { + "category_id": 0, + "poly": [ + 298, + 1792, + 557, + 1792, + 557, + 1824, + 298, + 1824 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 266, + 1712, + 473, + 1712, + 473, + 1749, + 266, + 1749 + ], + "score": 0.864 + }, + { + "category_id": 2, + "poly": [ + 841, + 2062, + 858, + 2062, + 858, + 2084, + 841, + 2084 + ], + "score": 0.704 + }, + { + "category_id": 2, + "poly": [ + 841, + 2062, + 859, + 2062, + 859, + 2084, + 841, + 2084 + ], + "score": 0.146 + }, + { + "category_id": 13, + "poly": [ + 1141, + 1140, + 1177, + 1140, + 1177, + 1171, + 1141, + 1171 + ], + "score": 0.68, + "latex": "( k )" + }, + { + "category_id": 13, + "poly": [ + 1356, + 1141, + 1401, + 1141, + 1401, + 1171, + 1356, + 1171 + ], + "score": 0.54, + "latex": "( m )" + }, + { + "category_id": 13, + "poly": [ + 297, + 897, + 332, + 897, + 332, + 927, + 297, + 927 + ], + "score": 0.4, + "latex": "( I )" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 836.0, + 1406.0, + 836.0, + 1406.0, + 873.0, + 294.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 866.0, + 1406.0, + 866.0, + 1406.0, + 902.0, + 293.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 897.0, + 1403.0, + 897.0, + 1403.0, + 931.0, + 333.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 923.0, + 1406.0, + 923.0, + 1406.0, + 965.0, + 294.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 958.0, + 1403.0, + 958.0, + 1403.0, + 992.0, + 296.0, + 992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 987.0, + 1406.0, + 987.0, + 1406.0, + 1025.0, + 294.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1016.0, + 1405.0, + 1016.0, + 1405.0, + 1056.0, + 293.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1048.0, + 1405.0, + 1048.0, + 1405.0, + 1085.0, + 294.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1077.0, + 1405.0, + 1077.0, + 1405.0, + 1115.0, + 293.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1109.0, + 1405.0, + 1109.0, + 1405.0, + 1143.0, + 295.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1138.0, + 1140.0, + 1138.0, + 1140.0, + 1175.0, + 294.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1178.0, + 1138.0, + 1355.0, + 1138.0, + 1355.0, + 1175.0, + 1178.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1138.0, + 1405.0, + 1138.0, + 1405.0, + 1175.0, + 1402.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1169.0, + 932.0, + 1169.0, + 932.0, + 1205.0, + 294.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 203.0, + 566.0, + 203.0, + 566.0, + 231.0, + 311.0, + 231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 199.0, + 849.0, + 199.0, + 849.0, + 231.0, + 659.0, + 231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 199.0, + 1293.0, + 199.0, + 1293.0, + 231.0, + 1106.0, + 231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 662.0, + 230.0, + 857.0, + 230.0, + 857.0, + 262.0, + 662.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 230.0, + 1270.0, + 230.0, + 1270.0, + 262.0, + 1136.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 245.0, + 466.0, + 245.0, + 466.0, + 282.0, + 386.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 283.0, + 443.0, + 283.0, + 443.0, + 312.0, + 410.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 319.0, + 481.0, + 319.0, + 481.0, + 386.0, + 371.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 345.0, + 601.0, + 345.0, + 601.0, + 380.0, + 563.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 314.0, + 722.0, + 314.0, + 722.0, + 380.0, + 635.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 315.0, + 889.0, + 315.0, + 889.0, + 386.0, + 792.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 344.0, + 994.0, + 344.0, + 994.0, + 379.0, + 953.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 325.0, + 1154.0, + 325.0, + 1154.0, + 382.0, + 1067.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 324.0, + 1291.0, + 324.0, + 1291.0, + 379.0, + 1185.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 327.0, + 1360.0, + 327.0, + 1360.0, + 379.0, + 1321.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 385.0, + 725.0, + 385.0, + 725.0, + 401.0, + 638.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 384.0, + 884.0, + 384.0, + 884.0, + 400.0, + 797.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 381.0, + 1010.0, + 381.0, + 1010.0, + 402.0, + 939.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 375.0, + 1152.0, + 375.0, + 1152.0, + 403.0, + 1073.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 379.0, + 1236.0, + 379.0, + 1236.0, + 397.0, + 1197.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1239.0, + 382.0, + 1251.0, + 382.0, + 1251.0, + 394.0, + 1239.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 384.0, + 1269.0, + 384.0, + 1269.0, + 394.0, + 1255.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 380.0, + 1288.0, + 380.0, + 1288.0, + 395.0, + 1273.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 375.0, + 1345.0, + 375.0, + 1345.0, + 399.0, + 1325.0, + 399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 540.0, + 399.0, + 625.0, + 399.0, + 625.0, + 431.0, + 540.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 402.0, + 726.0, + 402.0, + 726.0, + 422.0, + 634.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 401.0, + 885.0, + 401.0, + 885.0, + 421.0, + 796.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 399.0, + 1027.0, + 399.0, + 1027.0, + 419.0, + 922.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 396.0, + 1152.0, + 396.0, + 1152.0, + 421.0, + 1075.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 399.0, + 1234.0, + 399.0, + 1234.0, + 417.0, + 1197.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 401.0, + 1270.0, + 401.0, + 1270.0, + 415.0, + 1236.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 400.0, + 1288.0, + 400.0, + 1288.0, + 415.0, + 1272.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1325.0, + 399.0, + 1345.0, + 399.0, + 1345.0, + 418.0, + 1325.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 417.0, + 731.0, + 417.0, + 731.0, + 446.0, + 632.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 420.0, + 889.0, + 420.0, + 889.0, + 444.0, + 793.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 415.0, + 1154.0, + 415.0, + 1154.0, + 443.0, + 1072.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 417.0, + 1270.0, + 417.0, + 1270.0, + 438.0, + 1196.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 420.0, + 1289.0, + 420.0, + 1289.0, + 436.0, + 1272.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 434.0, + 1155.0, + 434.0, + 1155.0, + 463.0, + 1073.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 437.0, + 1289.0, + 437.0, + 1289.0, + 460.0, + 1195.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 446.0, + 1374.0, + 446.0, + 1374.0, + 478.0, + 1306.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 465.0, + 939.0, + 465.0, + 939.0, + 496.0, + 740.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 462.0, + 1380.0, + 462.0, + 1380.0, + 496.0, + 1302.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 501.0, + 631.0, + 501.0, + 631.0, + 529.0, + 564.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 489.0, + 728.0, + 489.0, + 728.0, + 512.0, + 633.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 485.0, + 926.0, + 485.0, + 926.0, + 584.0, + 851.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 490.0, + 1196.0, + 490.0, + 1196.0, + 522.0, + 1155.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1251.0, + 489.0, + 1340.0, + 489.0, + 1340.0, + 522.0, + 1251.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 519.0, + 631.0, + 519.0, + 631.0, + 549.0, + 563.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 507.0, + 729.0, + 507.0, + 729.0, + 553.0, + 633.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 510.0, + 1043.0, + 510.0, + 1043.0, + 550.0, + 975.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 512.0, + 1168.0, + 512.0, + 1168.0, + 556.0, + 1089.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1248.0, + 514.0, + 1306.0, + 514.0, + 1306.0, + 540.0, + 1248.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 549.0, + 728.0, + 549.0, + 728.0, + 570.0, + 631.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 559.0, + 995.0, + 559.0, + 995.0, + 589.0, + 964.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 558.0, + 1031.0, + 558.0, + 1031.0, + 571.0, + 1020.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 597.0, + 726.0, + 597.0, + 726.0, + 631.0, + 687.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 595.0, + 884.0, + 595.0, + 884.0, + 630.0, + 846.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 591.0, + 1168.0, + 591.0, + 1168.0, + 627.0, + 1062.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 591.0, + 1292.0, + 591.0, + 1292.0, + 629.0, + 1200.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 625.0, + 1013.0, + 625.0, + 1013.0, + 646.0, + 949.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 957.0, + 641.0, + 1005.0, + 641.0, + 1005.0, + 662.0, + 957.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 666.0, + 727.0, + 666.0, + 727.0, + 694.0, + 632.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 666.0, + 891.0, + 666.0, + 891.0, + 694.0, + 789.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 687.0, + 716.0, + 687.0, + 716.0, + 712.0, + 640.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 687.0, + 879.0, + 687.0, + 879.0, + 712.0, + 803.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 703.0, + 1379.0, + 703.0, + 1379.0, + 732.0, + 1309.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 722.0, + 1371.0, + 722.0, + 1371.0, + 746.0, + 1317.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 776.0, + 458.0, + 776.0, + 458.0, + 811.0, + 394.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 386.0, + 613.0, + 386.0, + 613.0, + 411.0, + 547.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1789.0, + 563.0, + 1789.0, + 563.0, + 1829.0, + 294.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 1709.0, + 478.0, + 1709.0, + 478.0, + 1754.0, + 256.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2059.0, + 862.0, + 2059.0, + 862.0, + 2093.0, + 839.0, + 2093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2059.0, + 862.0, + 2059.0, + 862.0, + 2093.0, + 838.0, + 2093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1860.0, + 278.0, + 1860.0, + 278.0, + 1885.0, + 249.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1854.0, + 1404.0, + 1854.0, + 1404.0, + 1891.0, + 293.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1891.0, + 279.0, + 1891.0, + 279.0, + 1916.0, + 249.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1883.0, + 1404.0, + 1883.0, + 1404.0, + 1921.0, + 292.0, + 1921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1921.0, + 279.0, + 1921.0, + 279.0, + 1947.0, + 249.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1914.0, + 1404.0, + 1914.0, + 1404.0, + 1951.0, + 293.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1951.0, + 279.0, + 1951.0, + 279.0, + 1979.0, + 249.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1981.0, + 280.0, + 1981.0, + 280.0, + 2007.0, + 249.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1976.0, + 990.0, + 1976.0, + 990.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1280.0, + 277.0, + 1280.0, + 277.0, + 1305.0, + 248.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1272.0, + 1403.0, + 1272.0, + 1403.0, + 1304.0, + 294.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1309.0, + 277.0, + 1309.0, + 277.0, + 1335.0, + 248.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1303.0, + 1406.0, + 1303.0, + 1406.0, + 1338.0, + 294.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1339.0, + 280.0, + 1339.0, + 280.0, + 1368.0, + 246.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1334.0, + 1406.0, + 1334.0, + 1406.0, + 1370.0, + 294.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1371.0, + 278.0, + 1371.0, + 278.0, + 1396.0, + 248.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1366.0, + 1403.0, + 1366.0, + 1403.0, + 1397.0, + 294.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1400.0, + 277.0, + 1400.0, + 277.0, + 1425.0, + 248.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1396.0, + 1403.0, + 1396.0, + 1403.0, + 1428.0, + 294.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1430.0, + 278.0, + 1430.0, + 278.0, + 1455.0, + 248.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1424.0, + 1210.0, + 1424.0, + 1210.0, + 1458.0, + 291.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1476.0, + 278.0, + 1476.0, + 278.0, + 1501.0, + 249.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1470.0, + 1405.0, + 1470.0, + 1405.0, + 1505.0, + 295.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1506.0, + 278.0, + 1506.0, + 278.0, + 1533.0, + 249.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1499.0, + 1405.0, + 1499.0, + 1405.0, + 1536.0, + 292.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1538.0, + 278.0, + 1538.0, + 278.0, + 1563.0, + 248.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1529.0, + 1406.0, + 1529.0, + 1406.0, + 1567.0, + 291.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1568.0, + 278.0, + 1568.0, + 278.0, + 1593.0, + 248.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1559.0, + 1405.0, + 1559.0, + 1405.0, + 1597.0, + 292.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1597.0, + 278.0, + 1597.0, + 278.0, + 1623.0, + 249.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1589.0, + 1406.0, + 1589.0, + 1406.0, + 1627.0, + 292.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1627.0, + 279.0, + 1627.0, + 279.0, + 1652.0, + 248.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1622.0, + 788.0, + 1622.0, + 788.0, + 1653.0, + 294.0, + 1653.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 245, + 1792, + 1403, + 1792, + 1403, + 2008, + 245, + 2008 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 249, + 253, + 1404, + 253, + 1404, + 500, + 249, + 500 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 250, + 654, + 1404, + 654, + 1404, + 903, + 250, + 903 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 250, + 1557, + 1402, + 1557, + 1402, + 1711, + 250, + 1711 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 249, + 1299, + 1403, + 1299, + 1403, + 1544, + 249, + 1544 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 251, + 917, + 1404, + 917, + 1404, + 1101, + 251, + 1101 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 250, + 1132, + 1403, + 1132, + 1403, + 1285, + 250, + 1285 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 686, + 560, + 1010, + 560, + 1010, + 644, + 686, + 644 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 251, + 511, + 1265, + 511, + 1265, + 545, + 251, + 545 + ], + "score": 0.916 + }, + { + "category_id": 0, + "poly": [ + 258, + 1740, + 1122, + 1740, + 1122, + 1774, + 258, + 1774 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1366, + 584, + 1400, + 584, + 1400, + 614, + 1366, + 614 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 258, + 202, + 1372, + 202, + 1372, + 236, + 258, + 236 + ], + "score": 0.797 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.643 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.355 + }, + { + "category_id": 14, + "poly": [ + 685, + 556, + 1013, + 556, + 1013, + 645, + 685, + 645 + ], + "score": 0.95, + "latex": "\\mathbf { P } = \\mathbf { U S V } ^ { \\mathbf { T } } = \\sum _ { n } ^ { r _ { m } } \\sigma _ { n } u _ { n } v _ { n } ^ { \\top }" + }, + { + "category_id": 13, + "poly": [ + 457, + 718, + 559, + 718, + 559, + 755, + 457, + 755 + ], + "score": 0.93, + "latex": "\\{ v _ { n } \\} _ { n = 1 } ^ { r _ { m } }" + }, + { + "category_id": 13, + "poly": [ + 950, + 686, + 1053, + 686, + 1053, + 722, + 950, + 722 + ], + "score": 0.93, + "latex": "\\left\\{ \\sigma _ { n } \\right\\} _ { n = 1 } ^ { r _ { m } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 719, + 402, + 719, + 402, + 755, + 298, + 755 + ], + "score": 0.92, + "latex": "\\left\\{ u _ { n } \\right\\} _ { n = 1 } ^ { r _ { m } }" + }, + { + "category_id": 13, + "poly": [ + 1255, + 846, + 1372, + 846, + 1372, + 873, + 1255, + 873 + ], + "score": 0.91, + "latex": "\\sigma _ { n } , u _ { n } , v _ { n }" + }, + { + "category_id": 13, + "poly": [ + 943, + 751, + 1140, + 751, + 1140, + 784, + 943, + 784 + ], + "score": 0.9, + "latex": "\\{ { \\bf M } _ { U } , { \\bf M } _ { V } , { \\bf M } _ { S } \\}" + }, + { + "category_id": 13, + "poly": [ + 297, + 692, + 334, + 692, + 334, + 718, + 297, + 718 + ], + "score": 0.85, + "latex": "r _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1322, + 817, + 1350, + 817, + 1350, + 842, + 1322, + 842 + ], + "score": 0.84, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 759, + 1620, + 775, + 1620, + 775, + 1650, + 759, + 1650 + ], + "score": 0.82, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 881, + 1619, + 910, + 1619, + 910, + 1645, + 881, + 1645 + ], + "score": 0.81, + "latex": "H" + }, + { + "category_id": 13, + "poly": [ + 607, + 1619, + 629, + 1619, + 629, + 1645, + 607, + 1645 + ], + "score": 0.77, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 1298, + 1559, + 1326, + 1559, + 1326, + 1586, + 1298, + 1586 + ], + "score": 0.76, + "latex": "H" + }, + { + "category_id": 13, + "poly": [ + 601, + 514, + 627, + 514, + 627, + 540, + 601, + 540 + ], + "score": 0.71, + "latex": "\\mathbf { P }" + }, + { + "category_id": 13, + "poly": [ + 1055, + 722, + 1083, + 722, + 1083, + 748, + 1055, + 748 + ], + "score": 0.7, + "latex": "\\mathbf { V }" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1011, + 1063, + 1011, + 1063, + 1040, + 1017, + 1040 + ], + "score": 0.64, + "latex": "( m )" + }, + { + "category_id": 13, + "poly": [ + 883, + 949, + 919, + 949, + 919, + 979, + 883, + 979 + ], + "score": 0.62, + "latex": "( k )" + }, + { + "category_id": 13, + "poly": [ + 461, + 846, + 475, + 846, + 475, + 869, + 461, + 869 + ], + "score": 0.61, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1361, + 1135, + 1361, + 1135, + 1391, + 1100, + 1391 + ], + "score": 0.6, + "latex": "( k )" + }, + { + "category_id": 13, + "poly": [ + 841, + 1453, + 886, + 1453, + 886, + 1482, + 841, + 1482 + ], + "score": 0.6, + "latex": "( m )" + }, + { + "category_id": 13, + "poly": [ + 446, + 657, + 473, + 657, + 473, + 685, + 446, + 685 + ], + "score": 0.55, + "latex": "\\mathbf { V }" + }, + { + "category_id": 13, + "poly": [ + 370, + 657, + 399, + 657, + 399, + 685, + 370, + 685 + ], + "score": 0.43, + "latex": "\\mathbf { U }" + }, + { + "category_id": 15, + "poly": [ + 245.0, + 1735.0, + 1127.0, + 1735.0, + 1127.0, + 1783.0, + 245.0, + 1783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 244.0, + 194.0, + 1377.0, + 194.0, + 1377.0, + 247.0, + 244.0, + 247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1800.0, + 278.0, + 1800.0, + 278.0, + 1825.0, + 249.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1794.0, + 1405.0, + 1794.0, + 1405.0, + 1828.0, + 293.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1831.0, + 278.0, + 1831.0, + 278.0, + 1854.0, + 241.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1825.0, + 1403.0, + 1825.0, + 1403.0, + 1859.0, + 293.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1860.0, + 278.0, + 1860.0, + 278.0, + 1888.0, + 240.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1857.0, + 1403.0, + 1857.0, + 1403.0, + 1888.0, + 295.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1890.0, + 278.0, + 1890.0, + 278.0, + 1917.0, + 240.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1885.0, + 1403.0, + 1885.0, + 1403.0, + 1919.0, + 295.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1922.0, + 276.0, + 1922.0, + 276.0, + 1946.0, + 241.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1949.0, + 293.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1953.0, + 278.0, + 1953.0, + 278.0, + 1977.0, + 241.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1947.0, + 1405.0, + 1947.0, + 1405.0, + 1981.0, + 293.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1981.0, + 279.0, + 1981.0, + 279.0, + 2009.0, + 241.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1977.0, + 1403.0, + 1977.0, + 1403.0, + 2011.0, + 295.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 260.0, + 277.0, + 260.0, + 277.0, + 287.0, + 249.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 253.0, + 1406.0, + 253.0, + 1406.0, + 291.0, + 294.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 291.0, + 277.0, + 291.0, + 277.0, + 318.0, + 247.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 283.0, + 1404.0, + 283.0, + 1404.0, + 322.0, + 292.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 321.0, + 277.0, + 321.0, + 277.0, + 348.0, + 247.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 314.0, + 1404.0, + 314.0, + 1404.0, + 351.0, + 293.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 351.0, + 277.0, + 351.0, + 277.0, + 378.0, + 247.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 338.0, + 1406.0, + 338.0, + 1406.0, + 386.0, + 291.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 382.0, + 277.0, + 382.0, + 277.0, + 409.0, + 247.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 374.0, + 1407.0, + 374.0, + 1407.0, + 414.0, + 293.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 412.0, + 277.0, + 412.0, + 277.0, + 439.0, + 247.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 408.0, + 1404.0, + 408.0, + 1404.0, + 442.0, + 294.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 442.0, + 277.0, + 442.0, + 277.0, + 470.0, + 247.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 435.0, + 1406.0, + 435.0, + 1406.0, + 473.0, + 294.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 474.0, + 279.0, + 474.0, + 279.0, + 500.0, + 249.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 467.0, + 1207.0, + 467.0, + 1207.0, + 505.0, + 293.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 661.0, + 278.0, + 661.0, + 278.0, + 687.0, + 248.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 656.0, + 369.0, + 656.0, + 369.0, + 690.0, + 294.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 656.0, + 445.0, + 656.0, + 445.0, + 690.0, + 400.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 656.0, + 1404.0, + 656.0, + 1404.0, + 690.0, + 474.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 693.0, + 278.0, + 693.0, + 278.0, + 720.0, + 248.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 674.0, + 296.0, + 674.0, + 296.0, + 738.0, + 285.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 674.0, + 949.0, + 674.0, + 949.0, + 738.0, + 335.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 674.0, + 1414.0, + 674.0, + 1414.0, + 738.0, + 1054.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 725.0, + 278.0, + 725.0, + 278.0, + 753.0, + 248.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 708.0, + 456.0, + 708.0, + 456.0, + 772.0, + 403.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 708.0, + 1054.0, + 708.0, + 1054.0, + 772.0, + 560.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 708.0, + 1415.0, + 708.0, + 1415.0, + 772.0, + 1084.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 755.0, + 278.0, + 755.0, + 278.0, + 783.0, + 248.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 744.0, + 942.0, + 744.0, + 942.0, + 789.0, + 290.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 744.0, + 1406.0, + 744.0, + 1406.0, + 789.0, + 1141.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 787.0, + 278.0, + 787.0, + 278.0, + 814.0, + 247.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 780.0, + 1407.0, + 780.0, + 1407.0, + 818.0, + 293.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 815.0, + 277.0, + 815.0, + 277.0, + 844.0, + 247.0, + 844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 810.0, + 1321.0, + 810.0, + 1321.0, + 848.0, + 293.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 810.0, + 1407.0, + 810.0, + 1407.0, + 848.0, + 1351.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 847.0, + 278.0, + 847.0, + 278.0, + 874.0, + 248.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 838.0, + 460.0, + 838.0, + 460.0, + 878.0, + 291.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 838.0, + 1254.0, + 838.0, + 1254.0, + 878.0, + 476.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 838.0, + 1407.0, + 838.0, + 1407.0, + 878.0, + 1373.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 875.0, + 278.0, + 875.0, + 278.0, + 904.0, + 248.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 868.0, + 401.0, + 868.0, + 401.0, + 904.0, + 294.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 720.0, + 397.0, + 720.0, + 397.0, + 761.0, + 295.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1563.0, + 278.0, + 1563.0, + 278.0, + 1589.0, + 248.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1555.0, + 1297.0, + 1555.0, + 1297.0, + 1593.0, + 295.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1555.0, + 1404.0, + 1555.0, + 1404.0, + 1593.0, + 1327.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1593.0, + 278.0, + 1593.0, + 278.0, + 1619.0, + 248.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1588.0, + 1404.0, + 1588.0, + 1404.0, + 1621.0, + 295.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1623.0, + 278.0, + 1623.0, + 278.0, + 1650.0, + 248.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1617.0, + 606.0, + 1617.0, + 606.0, + 1651.0, + 291.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1617.0, + 758.0, + 1617.0, + 758.0, + 1651.0, + 630.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1617.0, + 880.0, + 1617.0, + 880.0, + 1651.0, + 776.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1617.0, + 1405.0, + 1617.0, + 1405.0, + 1651.0, + 911.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1654.0, + 278.0, + 1654.0, + 278.0, + 1682.0, + 248.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1645.0, + 1405.0, + 1645.0, + 1405.0, + 1684.0, + 291.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1686.0, + 278.0, + 1686.0, + 278.0, + 1711.0, + 248.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1678.0, + 1069.0, + 1678.0, + 1069.0, + 1715.0, + 293.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1306.0, + 279.0, + 1306.0, + 279.0, + 1331.0, + 249.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1300.0, + 1403.0, + 1300.0, + 1403.0, + 1334.0, + 293.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1335.0, + 279.0, + 1335.0, + 279.0, + 1362.0, + 247.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1324.0, + 1407.0, + 1324.0, + 1407.0, + 1369.0, + 289.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1365.0, + 277.0, + 1365.0, + 277.0, + 1393.0, + 247.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1361.0, + 1099.0, + 1361.0, + 1099.0, + 1395.0, + 293.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1136.0, + 1361.0, + 1403.0, + 1361.0, + 1403.0, + 1395.0, + 1136.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1396.0, + 279.0, + 1396.0, + 279.0, + 1423.0, + 247.0, + 1423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1388.0, + 1406.0, + 1388.0, + 1406.0, + 1427.0, + 292.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1426.0, + 279.0, + 1426.0, + 279.0, + 1452.0, + 247.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1417.0, + 1406.0, + 1417.0, + 1406.0, + 1457.0, + 293.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1457.0, + 277.0, + 1457.0, + 277.0, + 1483.0, + 247.0, + 1483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1448.0, + 840.0, + 1448.0, + 840.0, + 1486.0, + 292.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1448.0, + 1406.0, + 1448.0, + 1406.0, + 1486.0, + 887.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1488.0, + 277.0, + 1488.0, + 277.0, + 1514.0, + 247.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1479.0, + 1405.0, + 1479.0, + 1405.0, + 1519.0, + 292.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1517.0, + 279.0, + 1517.0, + 279.0, + 1544.0, + 249.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1508.0, + 829.0, + 1508.0, + 829.0, + 1550.0, + 292.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 922.0, + 278.0, + 922.0, + 278.0, + 948.0, + 249.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 916.0, + 1406.0, + 916.0, + 1406.0, + 952.0, + 294.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 953.0, + 278.0, + 953.0, + 278.0, + 980.0, + 248.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 947.0, + 882.0, + 947.0, + 882.0, + 981.0, + 295.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 947.0, + 1404.0, + 947.0, + 1404.0, + 981.0, + 920.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 984.0, + 278.0, + 984.0, + 278.0, + 1010.0, + 248.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 977.0, + 1406.0, + 977.0, + 1406.0, + 1012.0, + 292.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1014.0, + 278.0, + 1014.0, + 278.0, + 1041.0, + 248.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1006.0, + 1016.0, + 1006.0, + 1016.0, + 1045.0, + 294.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 1006.0, + 1406.0, + 1006.0, + 1406.0, + 1045.0, + 1064.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1045.0, + 278.0, + 1045.0, + 278.0, + 1070.0, + 248.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1038.0, + 1406.0, + 1038.0, + 1406.0, + 1072.0, + 292.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1075.0, + 278.0, + 1075.0, + 278.0, + 1102.0, + 249.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1069.0, + 831.0, + 1069.0, + 831.0, + 1104.0, + 292.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1139.0, + 278.0, + 1139.0, + 278.0, + 1164.0, + 248.0, + 1164.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1131.0, + 1405.0, + 1131.0, + 1405.0, + 1166.0, + 293.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1168.0, + 276.0, + 1168.0, + 276.0, + 1194.0, + 248.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1161.0, + 1403.0, + 1161.0, + 1403.0, + 1197.0, + 294.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1199.0, + 277.0, + 1199.0, + 277.0, + 1226.0, + 248.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1193.0, + 1405.0, + 1193.0, + 1405.0, + 1230.0, + 294.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1230.0, + 278.0, + 1230.0, + 278.0, + 1256.0, + 248.0, + 1256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1223.0, + 1406.0, + 1223.0, + 1406.0, + 1260.0, + 293.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1261.0, + 278.0, + 1261.0, + 278.0, + 1286.0, + 248.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1253.0, + 839.0, + 1253.0, + 839.0, + 1289.0, + 290.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 243.0, + 508.0, + 600.0, + 508.0, + 600.0, + 552.0, + 243.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 508.0, + 1271.0, + 508.0, + 1271.0, + 552.0, + 628.0, + 552.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 243, + 691, + 1403, + 691, + 1403, + 784, + 243, + 784 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 241, + 1806, + 1404, + 1806, + 1404, + 2010, + 241, + 2010 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 242, + 1195, + 1406, + 1195, + 1406, + 1383, + 242, + 1383 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 241, + 308, + 1404, + 308, + 1404, + 464, + 241, + 464 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 239, + 1461, + 1405, + 1461, + 1405, + 1724, + 239, + 1724 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 530, + 1088, + 1164, + 1088, + 1164, + 1194, + 530, + 1194 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 727, + 934, + 971, + 934, + 971, + 1021, + 727, + 1021 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 277, + 540, + 1403, + 540, + 1403, + 603, + 277, + 603 + ], + "score": 0.945 + }, + { + "category_id": 8, + "poly": [ + 727, + 824, + 971, + 824, + 971, + 912, + 727, + 912 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 242, + 201, + 1408, + 201, + 1408, + 297, + 242, + 297 + ], + "score": 0.94 + }, + { + "category_id": 0, + "poly": [ + 274, + 634, + 889, + 634, + 889, + 668, + 274, + 668 + ], + "score": 0.929 + }, + { + "category_id": 8, + "poly": [ + 746, + 505, + 951, + 505, + 951, + 539, + 746, + 539 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 256, + 1409, + 1142, + 1409, + 1142, + 1444, + 256, + 1444 + ], + "score": 0.922 + }, + { + "category_id": 8, + "poly": [ + 716, + 1764, + 981, + 1764, + 981, + 1804, + 716, + 1804 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 237, + 1022, + 1330, + 1022, + 1330, + 1056, + 237, + 1056 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1127, + 1400, + 1127, + 1400, + 1158, + 1366, + 1158 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1366, + 963, + 1400, + 963, + 1400, + 992, + 1366, + 992 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 852, + 1400, + 852, + 1400, + 883, + 1366, + 883 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 508, + 1400, + 508, + 1400, + 536, + 1366, + 536 + ], + "score": 0.88 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1769, + 1400, + 1769, + 1400, + 1798, + 1366, + 1798 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 859, + 2061, + 859, + 2084, + 840, + 2084 + ], + "score": 0.768 + }, + { + "category_id": 14, + "poly": [ + 529, + 1087, + 1167, + 1087, + 1167, + 1197, + 529, + 1197 + ], + "score": 0.94, + "latex": "\\sigma _ { n } = \\left\\{ \\begin{array} { l l } { \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n = r _ { m } } \\\\ { \\sigma _ { n + 1 } + \\mathrm { s o f t p l u s } \\left( \\sum _ { i = 1 } ^ { P _ { s } } w _ { i n } ^ { \\sigma } \\mathbf { M } _ { S } \\left( i \\right) \\right) } & { n < r _ { m } } \\end{array} \\right." + }, + { + "category_id": 13, + "poly": [ + 646, + 398, + 1031, + 398, + 1031, + 434, + 646, + 434 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { o } = \\mathbf { M } _ { U } \\mathbf { M } _ { U } ^ { \\top } - \\mathbf { \\bar { I } } + \\mathbf { M } _ { V } \\mathbf { M } _ { V } ^ { \\top } - \\mathbf { I }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1644, + 473, + 1644, + 473, + 1697, + 297, + 1697 + ], + "score": 0.93, + "latex": "\\pmb { \\xi } _ { t } ^ { p } = \\left\\{ \\pmb { \\xi } _ { t j } ^ { p } \\right\\} _ { j = 1 } ^ { J }" + }, + { + "category_id": 13, + "poly": [ + 448, + 1226, + 675, + 1226, + 675, + 1256, + 448, + 1256 + ], + "score": 0.92, + "latex": "P = P _ { u } = P _ { v } = P _ { s }" + }, + { + "category_id": 13, + "poly": [ + 1155, + 1975, + 1334, + 1975, + 1334, + 2008, + 1155, + 2008 + ], + "score": 0.92, + "latex": "n = j \\times H + h" + }, + { + "category_id": 13, + "poly": [ + 994, + 1840, + 1053, + 1840, + 1053, + 1875, + 994, + 1875 + ], + "score": 0.92, + "latex": "h _ { j - 1 }" + }, + { + "category_id": 13, + "poly": [ + 390, + 1900, + 649, + 1900, + 649, + 1944, + 390, + 1944 + ], + "score": 0.92, + "latex": "\\pmb { \\xi } _ { t j } ^ { p } = \\{ q _ { t j h } , g _ { t i j h } \\} _ { h = 1 } ^ { H }" + }, + { + "category_id": 13, + "poly": [ + 1024, + 1285, + 1099, + 1285, + 1099, + 1324, + 1024, + 1324 + ], + "score": 0.91, + "latex": "w _ { t i j h } ^ { u , v , \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 846, + 1977, + 996, + 1977, + 996, + 2006, + 846, + 2006 + ], + "score": 0.91, + "latex": "\\boldsymbol { r } _ { m } = \\boldsymbol { \\bar { J } } \\times \\boldsymbol { H }" + }, + { + "category_id": 14, + "poly": [ + 716, + 1764, + 983, + 1764, + 983, + 1805, + 716, + 1805 + ], + "score": 0.91, + "latex": "{ \\pmb { \\xi } } _ { t j } ^ { p } , h _ { j } = f _ { \\theta } \\left( x _ { t } , h _ { j - 1 } \\right)" + }, + { + "category_id": 14, + "poly": [ + 747, + 505, + 953, + 505, + 953, + 538, + 747, + 538 + ], + "score": 0.91, + "latex": "\\mathscr { L } = \\mathcal { L } _ { t a s k } + a \\mathcal { L } _ { o }" + }, + { + "category_id": 13, + "poly": [ + 373, + 541, + 439, + 541, + 439, + 572, + 373, + 572 + ], + "score": 0.91, + "latex": "\\mathcal { L } _ { t a s k }" + }, + { + "category_id": 13, + "poly": [ + 1362, + 1652, + 1400, + 1652, + 1400, + 1692, + 1362, + 1692 + ], + "score": 0.9, + "latex": "\\xi _ { t j } ^ { p }" + }, + { + "category_id": 14, + "poly": [ + 725, + 818, + 974, + 818, + 974, + 914, + 725, + 914 + ], + "score": 0.9, + "latex": "u _ { n } = \\sum _ { i = 1 } ^ { P _ { u } } w _ { i n } ^ { u } \\mathbf { M } _ { U } \\left( i \\right)" + }, + { + "category_id": 14, + "poly": [ + 727, + 928, + 972, + 928, + 972, + 1023, + 727, + 1023 + ], + "score": 0.9, + "latex": "v _ { n } = \\sum _ { i = 1 } ^ { P _ { v } } w _ { i n } ^ { v } \\mathbf { M } _ { V } \\left( i \\right)" + }, + { + "category_id": 13, + "poly": [ + 888, + 1941, + 926, + 1941, + 926, + 1979, + 888, + 1979 + ], + "score": 0.89, + "latex": "\\xi _ { t j } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 714, + 1807, + 752, + 1807, + 752, + 1844, + 714, + 1844 + ], + "score": 0.89, + "latex": "\\xi _ { t j } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 344, + 752, + 393, + 752, + 393, + 783, + 344, + 783 + ], + "score": 0.89, + "latex": "\\mathbf { M } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 421, + 721, + 497, + 721, + 497, + 756, + 421, + 756 + ], + "score": 0.89, + "latex": "w _ { i n } ^ { u , v , \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 503, + 1196, + 535, + 1196, + 535, + 1225, + 503, + 1225 + ], + "score": 0.89, + "latex": "P _ { s }" + }, + { + "category_id": 13, + "poly": [ + 409, + 1324, + 485, + 1324, + 485, + 1351, + 409, + 1351 + ], + "score": 0.89, + "latex": "u , v , \\sigma" + }, + { + "category_id": 13, + "poly": [ + 1171, + 1324, + 1234, + 1324, + 1234, + 1354, + 1171, + 1354 + ], + "score": 0.89, + "latex": "w _ { t i j h }" + }, + { + "category_id": 13, + "poly": [ + 1112, + 1196, + 1161, + 1196, + 1161, + 1225, + 1112, + 1225 + ], + "score": 0.89, + "latex": "\\mathbf { M } _ { S }" + }, + { + "category_id": 13, + "poly": [ + 779, + 1024, + 1070, + 1024, + 1070, + 1055, + 779, + 1055 + ], + "score": 0.89, + "latex": "\\sigma _ { 1 } > \\sigma _ { 2 } > . . . > \\sigma _ { r _ { m } } > 0" + }, + { + "category_id": 13, + "poly": [ + 882, + 541, + 917, + 541, + 917, + 571, + 882, + 571 + ], + "score": 0.88, + "latex": "\\mathcal { L } _ { o }" + }, + { + "category_id": 13, + "poly": [ + 375, + 1808, + 406, + 1808, + 406, + 1838, + 375, + 1838 + ], + "score": 0.88, + "latex": "h _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 1345, + 1493, + 1392, + 1493, + 1392, + 1527, + 1345, + 1527 + ], + "score": 0.87, + "latex": "( \\pmb { \\xi } _ { t } ^ { p } )" + }, + { + "category_id": 13, + "poly": [ + 1342, + 1586, + 1370, + 1586, + 1370, + 1616, + 1342, + 1616 + ], + "score": 0.86, + "latex": "f _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1286, + 724, + 1336, + 724, + 1336, + 753, + 1286, + 753 + ], + "score": 0.85, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 326, + 1526, + 355, + 1526, + 355, + 1556, + 326, + 1556 + ], + "score": 0.85, + "latex": "f _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 895, + 1260, + 924, + 1260, + 924, + 1286, + 895, + 1286 + ], + "score": 0.85, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 729, + 1498, + 759, + 1498, + 759, + 1524, + 729, + 1524 + ], + "score": 0.85, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1347, + 723, + 1400, + 723, + 1400, + 753, + 1347, + 753 + ], + "score": 0.85, + "latex": "\\mathbf { M } _ { V }" + }, + { + "category_id": 13, + "poly": [ + 676, + 1845, + 704, + 1845, + 704, + 1871, + 676, + 1871 + ], + "score": 0.84, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1006, + 1196, + 1059, + 1196, + 1059, + 1225, + 1006, + 1225 + ], + "score": 0.83, + "latex": "\\mathbf { M } _ { V }" + }, + { + "category_id": 13, + "poly": [ + 1148, + 694, + 1193, + 694, + 1193, + 725, + 1148, + 725 + ], + "score": 0.82, + "latex": "w _ { i n } ^ { u }" + }, + { + "category_id": 13, + "poly": [ + 942, + 1197, + 992, + 1197, + 992, + 1225, + 942, + 1225 + ], + "score": 0.82, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 624, + 1288, + 640, + 1288, + 640, + 1318, + 624, + 1318 + ], + "score": 0.82, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 1206, + 693, + 1251, + 693, + 1251, + 725, + 1206, + 725 + ], + "score": 0.81, + "latex": "w _ { i n } ^ { v }" + }, + { + "category_id": 13, + "poly": [ + 1173, + 1616, + 1195, + 1616, + 1195, + 1643, + 1173, + 1643 + ], + "score": 0.81, + "latex": "J" + }, + { + "category_id": 13, + "poly": [ + 1265, + 693, + 1309, + 693, + 1309, + 724, + 1265, + 724 + ], + "score": 0.81, + "latex": "w _ { i n } ^ { \\sigma }" + }, + { + "category_id": 13, + "poly": [ + 1332, + 1809, + 1350, + 1809, + 1350, + 1839, + 1332, + 1839 + ], + "score": 0.81, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 1063, + 1943, + 1092, + 1943, + 1092, + 1970, + 1063, + 1970 + ], + "score": 0.8, + "latex": "H" + }, + { + "category_id": 13, + "poly": [ + 357, + 1287, + 376, + 1287, + 376, + 1313, + 357, + 1313 + ], + "score": 0.8, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 575, + 757, + 594, + 757, + 594, + 779, + 575, + 779 + ], + "score": 0.79, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 331, + 1495, + 364, + 1495, + 364, + 1525, + 331, + 1525 + ], + "score": 0.79, + "latex": "f _ { \\theta } )" + }, + { + "category_id": 13, + "poly": [ + 811, + 724, + 824, + 724, + 824, + 749, + 811, + 749 + ], + "score": 0.79, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 652, + 1655, + 669, + 1655, + 669, + 1686, + 652, + 1686 + ], + "score": 0.77, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 506, + 577, + 524, + 577, + 524, + 598, + 506, + 598 + ], + "score": 0.76, + "latex": "a" + }, + { + "category_id": 13, + "poly": [ + 298, + 1943, + 326, + 1943, + 326, + 1971, + 298, + 1971 + ], + "score": 0.75, + "latex": "H" + }, + { + "category_id": 13, + "poly": [ + 1088, + 1262, + 1108, + 1262, + 1108, + 1283, + 1088, + 1283 + ], + "score": 0.73, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 367, + 1196, + 402, + 1196, + 402, + 1225, + 367, + 1225 + ], + "score": 0.69, + "latex": "P _ { u }" + }, + { + "category_id": 13, + "poly": [ + 415, + 1196, + 448, + 1196, + 448, + 1225, + 415, + 1225 + ], + "score": 0.62, + "latex": "P _ { v }" + }, + { + "category_id": 13, + "poly": [ + 367, + 1196, + 449, + 1196, + 449, + 1226, + 367, + 1226 + ], + "score": 0.37, + "latex": "P _ { u } , P _ { v }" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 627.0, + 893.0, + 627.0, + 893.0, + 678.0, + 292.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 245.0, + 1408.0, + 1147.0, + 1408.0, + 1147.0, + 1451.0, + 245.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2059.0, + 863.0, + 2059.0, + 863.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 695.0, + 278.0, + 695.0, + 278.0, + 751.0, + 242.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 280.0, + 671.0, + 420.0, + 671.0, + 420.0, + 775.0, + 280.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 671.0, + 574.0, + 671.0, + 574.0, + 775.0, + 498.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 671.0, + 810.0, + 671.0, + 810.0, + 775.0, + 595.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 671.0, + 1147.0, + 671.0, + 1147.0, + 775.0, + 825.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 671.0, + 1205.0, + 671.0, + 1205.0, + 775.0, + 1194.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 671.0, + 1264.0, + 671.0, + 1264.0, + 775.0, + 1252.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1337.0, + 671.0, + 1346.0, + 671.0, + 1346.0, + 775.0, + 1337.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 671.0, + 1414.0, + 671.0, + 1414.0, + 775.0, + 1401.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 757.0, + 278.0, + 757.0, + 278.0, + 783.0, + 240.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 751.0, + 343.0, + 751.0, + 343.0, + 786.0, + 291.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 751.0, + 574.0, + 751.0, + 574.0, + 786.0, + 394.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 751.0, + 928.0, + 751.0, + 928.0, + 786.0, + 595.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1812.0, + 278.0, + 1812.0, + 278.0, + 1837.0, + 241.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1801.0, + 374.0, + 1801.0, + 374.0, + 1844.0, + 290.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1801.0, + 713.0, + 1801.0, + 713.0, + 1844.0, + 407.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1801.0, + 1331.0, + 1801.0, + 1331.0, + 1844.0, + 753.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 1801.0, + 1408.0, + 1801.0, + 1408.0, + 1844.0, + 1351.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1843.0, + 278.0, + 1843.0, + 278.0, + 1873.0, + 240.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1836.0, + 675.0, + 1836.0, + 675.0, + 1875.0, + 294.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 1836.0, + 993.0, + 1836.0, + 993.0, + 1875.0, + 705.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1836.0, + 1405.0, + 1836.0, + 1405.0, + 1875.0, + 1054.0, + 1875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1877.0, + 278.0, + 1877.0, + 278.0, + 1903.0, + 240.0, + 1903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1869.0, + 1407.0, + 1869.0, + 1407.0, + 1907.0, + 294.0, + 1907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1901.0, + 389.0, + 1901.0, + 389.0, + 1953.0, + 290.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 1901.0, + 1409.0, + 1901.0, + 1409.0, + 1953.0, + 650.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1911.0, + 278.0, + 1911.0, + 278.0, + 1941.0, + 238.0, + 1941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1946.0, + 279.0, + 1946.0, + 279.0, + 1976.0, + 238.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 297.0, + 1939.0, + 297.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1939.0, + 887.0, + 1939.0, + 887.0, + 1981.0, + 327.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 1939.0, + 1062.0, + 1939.0, + 1062.0, + 1981.0, + 927.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 1939.0, + 1407.0, + 1939.0, + 1407.0, + 1981.0, + 1093.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1981.0, + 277.0, + 1981.0, + 277.0, + 2007.0, + 240.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1976.0, + 845.0, + 1976.0, + 845.0, + 2010.0, + 294.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 1976.0, + 1154.0, + 1976.0, + 1154.0, + 2010.0, + 997.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1976.0, + 1343.0, + 1976.0, + 1343.0, + 2010.0, + 1335.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1200.0, + 276.0, + 1200.0, + 276.0, + 1225.0, + 241.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1195.0, + 366.0, + 1195.0, + 366.0, + 1227.0, + 295.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1195.0, + 502.0, + 1195.0, + 502.0, + 1227.0, + 450.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1195.0, + 941.0, + 1195.0, + 941.0, + 1227.0, + 536.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1195.0, + 1005.0, + 1195.0, + 1005.0, + 1227.0, + 993.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1195.0, + 1111.0, + 1195.0, + 1111.0, + 1227.0, + 1060.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 1195.0, + 1405.0, + 1195.0, + 1405.0, + 1227.0, + 1162.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1229.0, + 279.0, + 1229.0, + 279.0, + 1258.0, + 239.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1222.0, + 447.0, + 1222.0, + 447.0, + 1261.0, + 291.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1222.0, + 1407.0, + 1222.0, + 1407.0, + 1261.0, + 676.0, + 1261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1259.0, + 279.0, + 1259.0, + 279.0, + 1316.0, + 239.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 1257.0, + 356.0, + 1257.0, + 356.0, + 1339.0, + 282.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1257.0, + 623.0, + 1257.0, + 623.0, + 1339.0, + 377.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 1257.0, + 894.0, + 1257.0, + 894.0, + 1339.0, + 641.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 1257.0, + 1023.0, + 1257.0, + 1023.0, + 1339.0, + 925.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 1257.0, + 1418.0, + 1257.0, + 1418.0, + 1339.0, + 1109.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1324.0, + 279.0, + 1324.0, + 279.0, + 1352.0, + 239.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1317.0, + 408.0, + 1317.0, + 408.0, + 1356.0, + 292.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 1317.0, + 1170.0, + 1317.0, + 1170.0, + 1356.0, + 486.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1317.0, + 1406.0, + 1317.0, + 1406.0, + 1356.0, + 1235.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1355.0, + 279.0, + 1355.0, + 279.0, + 1383.0, + 239.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1349.0, + 828.0, + 1349.0, + 828.0, + 1385.0, + 293.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 315.0, + 277.0, + 315.0, + 277.0, + 341.0, + 241.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 310.0, + 1404.0, + 310.0, + 1404.0, + 343.0, + 296.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 343.0, + 278.0, + 343.0, + 278.0, + 373.0, + 240.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 339.0, + 1404.0, + 339.0, + 1404.0, + 373.0, + 295.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 375.0, + 275.0, + 375.0, + 275.0, + 401.0, + 240.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 370.0, + 1404.0, + 370.0, + 1404.0, + 403.0, + 295.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 405.0, + 279.0, + 405.0, + 279.0, + 434.0, + 238.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 399.0, + 645.0, + 399.0, + 645.0, + 437.0, + 294.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 399.0, + 1405.0, + 399.0, + 1405.0, + 437.0, + 1032.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 437.0, + 278.0, + 437.0, + 278.0, + 462.0, + 241.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 431.0, + 1384.0, + 431.0, + 1384.0, + 465.0, + 295.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1468.0, + 277.0, + 1468.0, + 277.0, + 1495.0, + 240.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1463.0, + 1405.0, + 1463.0, + 1405.0, + 1498.0, + 292.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1498.0, + 279.0, + 1498.0, + 279.0, + 1527.0, + 239.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1489.0, + 330.0, + 1489.0, + 330.0, + 1532.0, + 289.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 1489.0, + 728.0, + 1489.0, + 728.0, + 1532.0, + 365.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1489.0, + 1344.0, + 1489.0, + 1344.0, + 1532.0, + 760.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 1489.0, + 1405.0, + 1489.0, + 1405.0, + 1532.0, + 1393.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1528.0, + 279.0, + 1528.0, + 279.0, + 1557.0, + 239.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1522.0, + 325.0, + 1522.0, + 325.0, + 1557.0, + 293.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1522.0, + 1406.0, + 1522.0, + 1406.0, + 1557.0, + 356.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1560.0, + 277.0, + 1560.0, + 277.0, + 1587.0, + 239.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1553.0, + 1407.0, + 1553.0, + 1407.0, + 1591.0, + 292.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1589.0, + 279.0, + 1589.0, + 279.0, + 1618.0, + 239.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1585.0, + 1341.0, + 1585.0, + 1341.0, + 1620.0, + 295.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 1585.0, + 1406.0, + 1585.0, + 1406.0, + 1620.0, + 1371.0, + 1620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1620.0, + 279.0, + 1620.0, + 279.0, + 1686.0, + 239.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1615.0, + 296.0, + 1615.0, + 296.0, + 1708.0, + 287.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 1615.0, + 651.0, + 1615.0, + 651.0, + 1708.0, + 474.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 1615.0, + 1172.0, + 1615.0, + 1172.0, + 1708.0, + 670.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 1615.0, + 1361.0, + 1615.0, + 1361.0, + 1708.0, + 1196.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1615.0, + 1405.0, + 1615.0, + 1405.0, + 1708.0, + 1401.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1697.0, + 279.0, + 1697.0, + 279.0, + 1725.0, + 240.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1692.0, + 616.0, + 1692.0, + 616.0, + 1727.0, + 293.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.75, + 1648.0, + 449.75, + 1648.0, + 449.75, + 1666.0, + 417.75, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 537.0, + 372.0, + 537.0, + 372.0, + 577.0, + 295.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 440.0, + 537.0, + 881.0, + 537.0, + 881.0, + 577.0, + 440.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 537.0, + 1404.0, + 537.0, + 1404.0, + 577.0, + 918.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 570.0, + 505.0, + 570.0, + 505.0, + 606.0, + 295.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 570.0, + 1062.0, + 570.0, + 1062.0, + 606.0, + 525.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 202.0, + 1405.0, + 202.0, + 1405.0, + 237.0, + 241.0, + 237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 240.0, + 278.0, + 240.0, + 278.0, + 264.0, + 242.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 234.0, + 1405.0, + 234.0, + 1405.0, + 269.0, + 291.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 243.0, + 271.0, + 279.0, + 271.0, + 279.0, + 294.0, + 243.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 264.0, + 880.0, + 264.0, + 880.0, + 298.0, + 292.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1015.0, + 778.0, + 1015.0, + 778.0, + 1061.0, + 237.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1015.0, + 1330.0, + 1015.0, + 1330.0, + 1061.0, + 1071.0, + 1061.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 240, + 1552, + 1404, + 1552, + 1404, + 1740, + 240, + 1740 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 241, + 1822, + 1403, + 1822, + 1403, + 2009, + 241, + 2009 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 240, + 254, + 1404, + 254, + 1404, + 410, + 240, + 410 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 242, + 1371, + 1405, + 1371, + 1405, + 1464, + 242, + 1464 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 241, + 495, + 1406, + 495, + 1406, + 591, + 241, + 591 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 243, + 856, + 1404, + 856, + 1404, + 970, + 243, + 970 + ], + "score": 0.968 + }, + { + "category_id": 8, + "poly": [ + 638, + 702, + 1058, + 702, + 1058, + 780, + 638, + 780 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 567, + 1153, + 1126, + 1153, + 1126, + 1246, + 567, + 1246 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 245, + 1050, + 1404, + 1050, + 1404, + 1120, + 245, + 1120 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 720, + 972, + 976, + 972, + 976, + 1038, + 720, + 1038 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 245, + 603, + 1407, + 603, + 1407, + 669, + 245, + 669 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 516, + 1326, + 1179, + 1326, + 1179, + 1365, + 516, + 1365 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 722, + 1779, + 977, + 1779, + 977, + 1817, + 722, + 1817 + ], + "score": 0.936 + }, + { + "category_id": 8, + "poly": [ + 754, + 449, + 943, + 449, + 943, + 488, + 754, + 488 + ], + "score": 0.935 + }, + { + "category_id": 0, + "poly": [ + 278, + 1497, + 939, + 1497, + 939, + 1531, + 278, + 1531 + ], + "score": 0.931 + }, + { + "category_id": 1, + "poly": [ + 242, + 1252, + 878, + 1252, + 878, + 1285, + 242, + 1285 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 247, + 805, + 665, + 805, + 665, + 839, + 247, + 839 + ], + "score": 0.916 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1328, + 1399, + 1328, + 1399, + 1359, + 1353, + 1359 + ], + "score": 0.913 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1783, + 1399, + 1783, + 1399, + 1813, + 1352, + 1813 + ], + "score": 0.912 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1184, + 1400, + 1184, + 1400, + 1215, + 1352, + 1215 + ], + "score": 0.895 + }, + { + "category_id": 9, + "poly": [ + 1365, + 724, + 1400, + 724, + 1400, + 755, + 1365, + 755 + ], + "score": 0.889 + }, + { + "category_id": 0, + "poly": [ + 247, + 203, + 711, + 203, + 711, + 236, + 247, + 236 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1366, + 453, + 1400, + 453, + 1400, + 484, + 1366, + 484 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1366, + 984, + 1400, + 984, + 1400, + 1014, + 1366, + 1014 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.728 + }, + { + "category_id": 14, + "poly": [ + 720, + 970, + 979, + 970, + 979, + 1038, + 720, + 1038 + ], + "score": 0.95, + "latex": "m _ { t i j h } = \\operatorname* { m a x } _ { \\tilde { j } \\leq j } \\left( w _ { t i \\tilde { j } h } \\right)" + }, + { + "category_id": 14, + "poly": [ + 639, + 701, + 1061, + 701, + 1061, + 778, + 639, + 778 + ], + "score": 0.94, + "latex": "c _ { t i j h } = \\mathrm { s o f t m a x } ^ { ( i ) } \\left( \\frac { q _ { t j h } \\cdot k _ { i } } { \\left| \\left| q _ { t j h } \\right| \\right| \\cdot \\left| \\left| k _ { i } \\right| \\right| } \\right)" + }, + { + "category_id": 14, + "poly": [ + 721, + 1780, + 979, + 1780, + 979, + 1817, + 721, + 1817 + ], + "score": 0.93, + "latex": "W _ { t } = \\mathbf { P } _ { t } + w _ { t } ^ { r } \\sigma _ { t r _ { m } } \\mathbf { R }" + }, + { + "category_id": 14, + "poly": [ + 569, + 1152, + 1128, + 1152, + 1128, + 1248, + 569, + 1248 + ], + "score": 0.93, + "latex": "l _ { t i j h } = \\left\\{ \\begin{array} { l l } { \\underset { i } { \\operatorname* { m a x } } \\left( m _ { t i j h } \\right) - m _ { t i j h } } & { ; m _ { t i j h } \\leq \\hat { m } _ { t j h } ^ { l _ { I } } } \\\\ { 0 } & { ; m _ { t i j h } > \\hat { m } _ { t j h } ^ { l _ { I } } } \\end{array} \\right." + }, + { + "category_id": 13, + "poly": [ + 373, + 495, + 479, + 495, + 479, + 529, + 373, + 529 + ], + "score": 0.93, + "latex": "\\boldsymbol { k } _ { i } \\in \\mathbb { R } ^ { K }" + }, + { + "category_id": 14, + "poly": [ + 755, + 449, + 944, + 449, + 944, + 488, + 755, + 488 + ], + "score": 0.92, + "latex": "k _ { i } = f _ { \\varphi } \\left( \\mathbf { M } \\left( i \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 1341, + 1049, + 1400, + 1049, + 1400, + 1091, + 1341, + 1091 + ], + "score": 0.92, + "latex": "\\hat { m } _ { t j h } ^ { l _ { I } }" + }, + { + "category_id": 13, + "poly": [ + 1140, + 1884, + 1348, + 1884, + 1348, + 1918, + 1140, + 1918 + ], + "score": 0.91, + "latex": "\\lambda _ { t } ^ { p } = \\{ w _ { t } ^ { r } , \\sigma _ { t r _ { m } } \\}" + }, + { + "category_id": 14, + "poly": [ + 517, + 1325, + 1181, + 1325, + 1181, + 1364, + 517, + 1364 + ], + "score": 0.9, + "latex": "w _ { t i j h } = \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) c _ { t i j h } + \\left( 1 - \\mathrm { s i g m o i d } \\left( g _ { t i j h } \\right) \\right) l _ { t i j h }" + }, + { + "category_id": 13, + "poly": [ + 1093, + 499, + 1125, + 499, + 1125, + 532, + 1093, + 532 + ], + "score": 0.9, + "latex": "f _ { \\varphi }" + }, + { + "category_id": 13, + "poly": [ + 580, + 1946, + 615, + 1946, + 615, + 1976, + 580, + 1976 + ], + "score": 0.89, + "latex": "\\mathbf { P } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 903, + 611, + 959, + 611, + 959, + 639, + 903, + 639 + ], + "score": 0.89, + "latex": "c _ { t i j h }" + }, + { + "category_id": 13, + "poly": [ + 871, + 1432, + 905, + 1432, + 905, + 1461, + 871, + 1461 + ], + "score": 0.89, + "latex": "\\mathbf { P } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 375, + 1824, + 660, + 1824, + 660, + 1857, + 375, + 1857 + ], + "score": 0.89, + "latex": "w _ { t } ^ { r } = \\mathrm { s i g m o i d } \\left( f _ { \\phi } \\left( x _ { t } \\right) \\right)" + }, + { + "category_id": 13, + "poly": [ + 1281, + 1947, + 1320, + 1947, + 1320, + 1976, + 1281, + 1976 + ], + "score": 0.89, + "latex": "W _ { t }" + }, + { + "category_id": 13, + "poly": [ + 503, + 1856, + 535, + 1856, + 535, + 1888, + 503, + 1888 + ], + "score": 0.88, + "latex": "f _ { \\phi }" + }, + { + "category_id": 13, + "poly": [ + 1188, + 1585, + 1224, + 1585, + 1224, + 1615, + 1188, + 1615 + ], + "score": 0.88, + "latex": "\\mathbf { P } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 774, + 640, + 821, + 640, + 821, + 669, + 774, + 669 + ], + "score": 0.87, + "latex": "q _ { t j h }" + }, + { + "category_id": 13, + "poly": [ + 609, + 1556, + 644, + 1556, + 644, + 1585, + 609, + 1585 + ], + "score": 0.87, + "latex": "\\mathbf { P } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 569, + 636, + 595, + 636, + 595, + 665, + 569, + 665 + ], + "score": 0.87, + "latex": "k _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1094, + 1916, + 1132, + 1916, + 1132, + 1946, + 1094, + 1946 + ], + "score": 0.86, + "latex": "W _ { t }" + }, + { + "category_id": 13, + "poly": [ + 555, + 1087, + 579, + 1087, + 579, + 1117, + 555, + 1117 + ], + "score": 0.86, + "latex": "l _ { I }" + }, + { + "category_id": 13, + "poly": [ + 668, + 1054, + 693, + 1054, + 693, + 1084, + 668, + 1084 + ], + "score": 0.86, + "latex": "l _ { I }" + }, + { + "category_id": 13, + "poly": [ + 852, + 377, + 900, + 377, + 900, + 411, + 852, + 411 + ], + "score": 0.86, + "latex": "( f _ { \\varphi } )" + }, + { + "category_id": 13, + "poly": [ + 849, + 1560, + 886, + 1560, + 886, + 1586, + 849, + 1586 + ], + "score": 0.85, + "latex": "r _ { m }" + }, + { + "category_id": 13, + "poly": [ + 1327, + 1917, + 1363, + 1917, + 1363, + 1946, + 1327, + 1946 + ], + "score": 0.84, + "latex": "\\mathbf { P } _ { t }" + }, + { + "category_id": 13, + "poly": [ + 885, + 1980, + 913, + 1980, + 913, + 2006, + 885, + 2006 + ], + "score": 0.84, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 514, + 530, + 542, + 530, + 542, + 556, + 514, + 556 + ], + "score": 0.84, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 803, + 1053, + 829, + 1053, + 829, + 1080, + 803, + 1080 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 532, + 499, + 545, + 499, + 545, + 525, + 532, + 525 + ], + "score": 0.81, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 642, + 1649, + 657, + 1649, + 657, + 1673, + 642, + 1673 + ], + "score": 0.72, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 844, + 1677, + 872, + 1677, + 872, + 1703, + 844, + 1703 + ], + "score": 0.66, + "latex": "\\mathbf { R }" + }, + { + "category_id": 13, + "poly": [ + 398, + 1616, + 442, + 1616, + 442, + 1645, + 398, + 1645 + ], + "score": 0.62, + "latex": "\\mathbf { R } -" + }, + { + "category_id": 13, + "poly": [ + 1288, + 1678, + 1347, + 1678, + 1347, + 1709, + 1288, + 1709 + ], + "score": 0.6, + "latex": "\\sigma _ { t r _ { m } } ." + }, + { + "category_id": 13, + "poly": [ + 560, + 1823, + 660, + 1823, + 660, + 1858, + 560, + 1858 + ], + "score": 0.38, + "latex": "\\left( f _ { \\phi } \\left( x _ { t } \\right) \\right)" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1494.0, + 942.0, + 1494.0, + 942.0, + 1540.0, + 293.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 802.0, + 668.0, + 802.0, + 668.0, + 846.0, + 235.0, + 846.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 199.0, + 715.0, + 199.0, + 715.0, + 242.0, + 236.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2092.0, + 838.0, + 2092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1559.0, + 278.0, + 1559.0, + 278.0, + 1587.0, + 240.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1552.0, + 608.0, + 1552.0, + 608.0, + 1591.0, + 293.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1552.0, + 848.0, + 1552.0, + 848.0, + 1591.0, + 645.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 1552.0, + 1404.0, + 1552.0, + 1404.0, + 1591.0, + 887.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1589.0, + 280.0, + 1589.0, + 280.0, + 1618.0, + 239.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1583.0, + 1187.0, + 1583.0, + 1187.0, + 1618.0, + 291.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 1583.0, + 1405.0, + 1583.0, + 1405.0, + 1618.0, + 1225.0, + 1618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1620.0, + 278.0, + 1620.0, + 278.0, + 1649.0, + 239.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1615.0, + 397.0, + 1615.0, + 397.0, + 1649.0, + 291.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 1615.0, + 1405.0, + 1615.0, + 1405.0, + 1649.0, + 443.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1650.0, + 280.0, + 1650.0, + 280.0, + 1678.0, + 239.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1645.0, + 641.0, + 1645.0, + 641.0, + 1681.0, + 293.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 1645.0, + 1405.0, + 1645.0, + 1405.0, + 1681.0, + 658.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1682.0, + 278.0, + 1682.0, + 278.0, + 1706.0, + 240.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1674.0, + 843.0, + 1674.0, + 843.0, + 1714.0, + 291.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 873.0, + 1674.0, + 1287.0, + 1674.0, + 1287.0, + 1714.0, + 873.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1674.0, + 1408.0, + 1674.0, + 1408.0, + 1714.0, + 1348.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1712.0, + 278.0, + 1712.0, + 278.0, + 1740.0, + 240.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1706.0, + 1242.0, + 1706.0, + 1242.0, + 1742.0, + 293.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1827.0, + 276.0, + 1827.0, + 276.0, + 1855.0, + 240.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1823.0, + 374.0, + 1823.0, + 374.0, + 1857.0, + 294.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1823.0, + 1406.0, + 1823.0, + 1406.0, + 1857.0, + 661.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1858.0, + 278.0, + 1858.0, + 278.0, + 1887.0, + 240.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1854.0, + 502.0, + 1854.0, + 502.0, + 1890.0, + 294.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1854.0, + 1404.0, + 1854.0, + 1404.0, + 1890.0, + 536.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1889.0, + 279.0, + 1889.0, + 279.0, + 1917.0, + 238.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1882.0, + 1139.0, + 1882.0, + 1139.0, + 1922.0, + 292.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1349.0, + 1882.0, + 1407.0, + 1882.0, + 1407.0, + 1922.0, + 1349.0, + 1922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1921.0, + 278.0, + 1921.0, + 278.0, + 1945.0, + 240.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1914.0, + 1093.0, + 1914.0, + 1093.0, + 1950.0, + 294.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1914.0, + 1326.0, + 1914.0, + 1326.0, + 1950.0, + 1133.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1914.0, + 1407.0, + 1914.0, + 1407.0, + 1950.0, + 1364.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1950.0, + 279.0, + 1950.0, + 279.0, + 1978.0, + 240.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1945.0, + 579.0, + 1945.0, + 579.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 1945.0, + 1280.0, + 1945.0, + 1280.0, + 1981.0, + 616.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1321.0, + 1945.0, + 1406.0, + 1945.0, + 1406.0, + 1981.0, + 1321.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1982.0, + 278.0, + 1982.0, + 278.0, + 2006.0, + 241.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1977.0, + 884.0, + 1977.0, + 884.0, + 2009.0, + 295.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1977.0, + 1404.0, + 1977.0, + 1404.0, + 2009.0, + 914.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 261.0, + 277.0, + 261.0, + 277.0, + 287.0, + 241.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 256.0, + 1404.0, + 256.0, + 1404.0, + 289.0, + 295.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 289.0, + 280.0, + 289.0, + 280.0, + 319.0, + 239.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 283.0, + 1405.0, + 283.0, + 1405.0, + 321.0, + 293.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 321.0, + 278.0, + 321.0, + 278.0, + 347.0, + 240.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 316.0, + 1405.0, + 316.0, + 1405.0, + 349.0, + 293.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 352.0, + 278.0, + 352.0, + 278.0, + 377.0, + 241.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 347.0, + 1404.0, + 347.0, + 1404.0, + 380.0, + 294.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 383.0, + 277.0, + 383.0, + 277.0, + 408.0, + 241.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 375.0, + 851.0, + 375.0, + 851.0, + 413.0, + 291.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 375.0, + 1364.0, + 375.0, + 1364.0, + 413.0, + 901.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1375.0, + 278.0, + 1375.0, + 278.0, + 1402.0, + 241.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1369.0, + 1406.0, + 1369.0, + 1406.0, + 1407.0, + 292.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1405.0, + 279.0, + 1405.0, + 279.0, + 1432.0, + 239.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1399.0, + 1406.0, + 1399.0, + 1406.0, + 1437.0, + 292.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1436.0, + 279.0, + 1436.0, + 279.0, + 1463.0, + 241.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1430.0, + 870.0, + 1430.0, + 870.0, + 1466.0, + 292.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 1430.0, + 1297.0, + 1430.0, + 1297.0, + 1466.0, + 906.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 501.0, + 281.0, + 501.0, + 281.0, + 528.0, + 241.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 493.0, + 372.0, + 493.0, + 372.0, + 533.0, + 286.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 493.0, + 531.0, + 493.0, + 531.0, + 533.0, + 480.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 493.0, + 1092.0, + 493.0, + 1092.0, + 533.0, + 546.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 493.0, + 1405.0, + 493.0, + 1405.0, + 533.0, + 1126.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 536.0, + 278.0, + 536.0, + 278.0, + 559.0, + 241.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 528.0, + 513.0, + 528.0, + 513.0, + 563.0, + 291.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 528.0, + 1403.0, + 528.0, + 1403.0, + 563.0, + 543.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 564.0, + 279.0, + 564.0, + 279.0, + 591.0, + 242.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 556.0, + 1258.0, + 556.0, + 1258.0, + 596.0, + 289.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 864.0, + 278.0, + 864.0, + 278.0, + 889.0, + 242.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 853.0, + 1405.0, + 853.0, + 1405.0, + 897.0, + 292.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 893.0, + 278.0, + 893.0, + 278.0, + 922.0, + 239.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 888.0, + 1401.0, + 888.0, + 1401.0, + 925.0, + 293.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 925.0, + 277.0, + 925.0, + 277.0, + 950.0, + 240.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 918.0, + 1405.0, + 918.0, + 1405.0, + 956.0, + 293.0, + 956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 952.0, + 278.0, + 952.0, + 278.0, + 981.0, + 238.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 279.0, + 1024.0, + 667.0, + 1024.0, + 667.0, + 1108.0, + 279.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1024.0, + 802.0, + 1024.0, + 802.0, + 1108.0, + 694.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 1024.0, + 1340.0, + 1024.0, + 1340.0, + 1108.0, + 830.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1024.0, + 1418.0, + 1024.0, + 1418.0, + 1108.0, + 1401.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1058.0, + 282.0, + 1058.0, + 282.0, + 1082.0, + 242.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1085.0, + 554.0, + 1085.0, + 554.0, + 1121.0, + 234.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1085.0, + 1278.0, + 1085.0, + 1278.0, + 1121.0, + 580.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 602.0, + 902.0, + 602.0, + 902.0, + 642.0, + 236.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 602.0, + 1404.0, + 602.0, + 1404.0, + 642.0, + 960.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 635.0, + 568.0, + 635.0, + 568.0, + 671.0, + 237.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 635.0, + 773.0, + 635.0, + 773.0, + 671.0, + 596.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 635.0, + 858.0, + 635.0, + 858.0, + 671.0, + 822.0, + 671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1249.0, + 880.0, + 1249.0, + 880.0, + 1291.0, + 237.0, + 1291.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 4, + "poly": [ + 297, + 765, + 1405, + 765, + 1405, + 1255, + 297, + 1255 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 295, + 193, + 1407, + 193, + 1407, + 743, + 295, + 743 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 242, + 1792, + 1403, + 1792, + 1403, + 2008, + 242, + 2008 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 243, + 1625, + 1402, + 1625, + 1402, + 1780, + 243, + 1780 + ], + "score": 0.93 + }, + { + "category_id": 0, + "poly": [ + 243, + 1524, + 454, + 1524, + 454, + 1560, + 243, + 1560 + ], + "score": 0.879 + }, + { + "category_id": 1, + "poly": [ + 247, + 1362, + 1402, + 1362, + 1402, + 1424, + 247, + 1424 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 859, + 2062, + 859, + 2085, + 840, + 2085 + ], + "score": 0.779 + }, + { + "category_id": 13, + "poly": [ + 758, + 1363, + 882, + 1363, + 882, + 1394, + 758, + 1394 + ], + "score": 0.92, + "latex": "y _ { t } = x _ { t } W _ { t }" + }, + { + "category_id": 13, + "poly": [ + 648, + 1071, + 701, + 1071, + 701, + 1102, + 648, + 1102 + ], + "score": 0.9, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 1071, + 859, + 1123, + 859, + 1123, + 889, + 1071, + 889 + ], + "score": 0.89, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 659, + 829, + 711, + 829, + 711, + 859, + 659, + 859 + ], + "score": 0.89, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 1193, + 1166, + 1221, + 1166, + 1221, + 1192, + 1193, + 1192 + ], + "score": 0.84, + "latex": "x _ { t }" + }, + { + "category_id": 13, + "poly": [ + 734, + 1011, + 818, + 1011, + 818, + 1040, + 734, + 1040 + ], + "score": 0.84, + "latex": "J = 5" + }, + { + "category_id": 13, + "poly": [ + 882, + 1106, + 909, + 1106, + 909, + 1134, + 882, + 1134 + ], + "score": 0.82, + "latex": "y _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1271, + 1011, + 1355, + 1011, + 1355, + 1040, + 1271, + 1040 + ], + "score": 0.78, + "latex": "J = 1" + }, + { + "category_id": 13, + "poly": [ + 1111, + 769, + 1150, + 769, + 1150, + 798, + 1111, + 798 + ], + "score": 0.73, + "latex": "( J )" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 765.0, + 1110.0, + 765.0, + 1110.0, + 803.0, + 295.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 765.0, + 1405.0, + 765.0, + 1405.0, + 803.0, + 1151.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 797.0, + 1405.0, + 797.0, + 1405.0, + 834.0, + 294.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 827.0, + 658.0, + 827.0, + 658.0, + 864.0, + 294.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 827.0, + 1405.0, + 827.0, + 1405.0, + 864.0, + 712.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 859.0, + 1070.0, + 859.0, + 1070.0, + 893.0, + 295.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1124.0, + 859.0, + 1406.0, + 859.0, + 1406.0, + 893.0, + 1124.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 888.0, + 1405.0, + 888.0, + 1405.0, + 925.0, + 294.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 920.0, + 1403.0, + 920.0, + 1403.0, + 955.0, + 295.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 950.0, + 1405.0, + 950.0, + 1405.0, + 985.0, + 292.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 980.0, + 1403.0, + 980.0, + 1403.0, + 1015.0, + 295.0, + 1015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1011.0, + 733.0, + 1011.0, + 733.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 1011.0, + 1270.0, + 1011.0, + 1270.0, + 1046.0, + 819.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 1011.0, + 1403.0, + 1011.0, + 1403.0, + 1046.0, + 1356.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1040.0, + 1406.0, + 1040.0, + 1406.0, + 1076.0, + 291.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1070.0, + 647.0, + 1070.0, + 647.0, + 1105.0, + 295.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1070.0, + 1403.0, + 1070.0, + 1403.0, + 1105.0, + 702.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1102.0, + 881.0, + 1102.0, + 881.0, + 1137.0, + 294.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 910.0, + 1102.0, + 1403.0, + 1102.0, + 1403.0, + 1137.0, + 910.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1132.0, + 1405.0, + 1132.0, + 1405.0, + 1166.0, + 295.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1161.0, + 1192.0, + 1161.0, + 1192.0, + 1197.0, + 291.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 1161.0, + 1406.0, + 1161.0, + 1406.0, + 1197.0, + 1222.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1192.0, + 1406.0, + 1192.0, + 1406.0, + 1230.0, + 292.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1223.0, + 1076.0, + 1223.0, + 1076.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 210.0, + 443.0, + 210.0, + 443.0, + 227.0, + 332.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 208.0, + 611.0, + 208.0, + 611.0, + 228.0, + 484.0, + 228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 205.0, + 1324.0, + 205.0, + 1324.0, + 233.0, + 1312.0, + 233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 210.0, + 1400.0, + 210.0, + 1400.0, + 228.0, + 1356.0, + 228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 232.0, + 354.0, + 232.0, + 354.0, + 251.0, + 331.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 229.0, + 644.0, + 229.0, + 644.0, + 243.0, + 625.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 228.0, + 711.0, + 228.0, + 711.0, + 243.0, + 696.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 228.0, + 1040.0, + 228.0, + 1040.0, + 239.0, + 1029.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 237.0, + 1323.0, + 237.0, + 1323.0, + 251.0, + 1314.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 224.0, + 1398.0, + 224.0, + 1398.0, + 241.0, + 1356.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 253.0, + 640.0, + 253.0, + 640.0, + 260.0, + 634.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 252.0, + 871.0, + 252.0, + 871.0, + 262.0, + 862.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 253.0, + 1039.0, + 253.0, + 1039.0, + 267.0, + 1023.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 280.0, + 355.0, + 280.0, + 355.0, + 349.0, + 313.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 276.0, + 644.0, + 276.0, + 644.0, + 292.0, + 625.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 278.0, + 710.0, + 278.0, + 710.0, + 288.0, + 697.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 278.0, + 1040.0, + 278.0, + 1040.0, + 293.0, + 1023.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 276.0, + 1324.0, + 276.0, + 1324.0, + 302.0, + 1311.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 298.0, + 643.0, + 298.0, + 643.0, + 308.0, + 631.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 298.0, + 711.0, + 298.0, + 711.0, + 308.0, + 701.0, + 308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 307.0, + 1048.0, + 307.0, + 1048.0, + 318.0, + 1038.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 303.0, + 1116.0, + 303.0, + 1116.0, + 322.0, + 1092.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 303.0, + 1178.0, + 303.0, + 1178.0, + 322.0, + 1151.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 303.0, + 1239.0, + 303.0, + 1239.0, + 322.0, + 1213.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 303.0, + 1299.0, + 303.0, + 1299.0, + 322.0, + 1273.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 303.0, + 1360.0, + 303.0, + 1360.0, + 321.0, + 1333.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 338.0, + 327.0, + 352.0, + 327.0, + 352.0, + 344.0, + 338.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 321.0, + 645.0, + 321.0, + 645.0, + 341.0, + 624.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 322.0, + 712.0, + 322.0, + 712.0, + 337.0, + 694.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 322.0, + 1042.0, + 322.0, + 1042.0, + 340.0, + 1015.0, + 340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 329.0, + 1402.0, + 329.0, + 1402.0, + 350.0, + 1356.0, + 350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 342.0, + 645.0, + 342.0, + 645.0, + 358.0, + 630.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 379.0, + 351.0, + 379.0, + 351.0, + 389.0, + 341.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 370.0, + 644.0, + 370.0, + 644.0, + 385.0, + 625.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 350.0, + 681.0, + 350.0, + 681.0, + 384.0, + 650.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 369.0, + 712.0, + 369.0, + 712.0, + 384.0, + 694.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 349.0, + 1043.0, + 349.0, + 1043.0, + 392.0, + 1013.0, + 392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 399.0, + 593.0, + 399.0, + 593.0, + 431.0, + 335.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 417.0, + 644.0, + 417.0, + 644.0, + 432.0, + 625.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 416.0, + 713.0, + 416.0, + 713.0, + 431.0, + 694.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 399.0, + 1042.0, + 399.0, + 1042.0, + 417.0, + 1006.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 401.0, + 1134.0, + 401.0, + 1134.0, + 429.0, + 1068.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 432.0, + 487.0, + 432.0, + 487.0, + 472.0, + 437.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 624.0, + 440.0, + 645.0, + 440.0, + 645.0, + 482.0, + 624.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 443.0, + 684.0, + 443.0, + 684.0, + 483.0, + 650.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 440.0, + 712.0, + 440.0, + 712.0, + 477.0, + 694.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1167.0, + 443.0, + 1213.0, + 443.0, + 1213.0, + 482.0, + 1167.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 486.0, + 641.0, + 486.0, + 641.0, + 496.0, + 631.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 486.0, + 711.0, + 486.0, + 711.0, + 496.0, + 701.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 514.0, + 475.0, + 514.0, + 475.0, + 531.0, + 437.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 497.0, + 533.0, + 497.0, + 533.0, + 515.0, + 508.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 512.0, + 643.0, + 512.0, + 643.0, + 528.0, + 625.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 504.0, + 679.0, + 504.0, + 679.0, + 524.0, + 658.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 510.0, + 712.0, + 510.0, + 712.0, + 525.0, + 694.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 534.0, + 412.0, + 534.0, + 412.0, + 557.0, + 371.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 528.0, + 470.0, + 528.0, + 470.0, + 547.0, + 442.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 534.0, + 641.0, + 534.0, + 641.0, + 543.0, + 631.0, + 543.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 538.0, + 1040.0, + 538.0, + 1040.0, + 548.0, + 1030.0, + 548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 549.0, + 413.0, + 549.0, + 413.0, + 571.0, + 371.0, + 571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 544.0, + 538.0, + 544.0, + 538.0, + 562.0, + 503.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 558.0, + 644.0, + 558.0, + 644.0, + 573.0, + 625.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 557.0, + 711.0, + 557.0, + 711.0, + 572.0, + 696.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 571.0, + 595.0, + 571.0, + 595.0, + 585.0, + 575.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 591.0, + 360.0, + 591.0, + 360.0, + 605.0, + 342.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 581.0, + 643.0, + 581.0, + 643.0, + 591.0, + 631.0, + 591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 586.0, + 678.0, + 586.0, + 678.0, + 604.0, + 663.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 585.0, + 1119.0, + 585.0, + 1119.0, + 604.0, + 1093.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 584.0, + 1179.0, + 584.0, + 1179.0, + 604.0, + 1153.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 581.0, + 1241.0, + 581.0, + 1241.0, + 605.0, + 1213.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 584.0, + 1302.0, + 584.0, + 1302.0, + 604.0, + 1275.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 585.0, + 1361.0, + 585.0, + 1361.0, + 604.0, + 1336.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 601.0, + 373.0, + 601.0, + 373.0, + 624.0, + 331.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 606.0, + 644.0, + 606.0, + 644.0, + 622.0, + 625.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 605.0, + 711.0, + 605.0, + 711.0, + 619.0, + 694.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 604.0, + 1044.0, + 604.0, + 1044.0, + 623.0, + 1018.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 624.0, + 476.0, + 624.0, + 476.0, + 646.0, + 436.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 629.0, + 640.0, + 629.0, + 640.0, + 636.0, + 634.0, + 636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 632.0, + 1043.0, + 632.0, + 1043.0, + 647.0, + 1028.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 648.0, + 417.0, + 648.0, + 417.0, + 670.0, + 367.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 648.0, + 533.0, + 648.0, + 533.0, + 667.0, + 506.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 653.0, + 643.0, + 653.0, + 643.0, + 667.0, + 625.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 697.0, + 653.0, + 710.0, + 653.0, + 710.0, + 664.0, + 697.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 656.0, + 1044.0, + 656.0, + 1044.0, + 674.0, + 1013.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 672.0, + 691.0, + 672.0, + 691.0, + 688.0, + 674.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 674.0, + 893.0, + 674.0, + 893.0, + 684.0, + 884.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 674.0, + 942.0, + 674.0, + 942.0, + 684.0, + 933.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 674.0, + 991.0, + 674.0, + 991.0, + 684.0, + 982.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 680.0, + 1043.0, + 680.0, + 1043.0, + 698.0, + 1008.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 679.0, + 1135.0, + 679.0, + 1135.0, + 695.0, + 1071.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1069.0, + 691.0, + 1133.0, + 691.0, + 1133.0, + 708.0, + 1069.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 708.0, + 484.0, + 708.0, + 484.0, + 747.0, + 436.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 708.0, + 862.0, + 708.0, + 862.0, + 747.0, + 813.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 714.0, + 1078.0, + 714.0, + 1078.0, + 721.0, + 1072.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 714.0, + 1212.0, + 714.0, + 1212.0, + 750.0, + 1169.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 713.0, + 1261.0, + 713.0, + 1261.0, + 723.0, + 1252.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 714.0, + 1321.0, + 714.0, + 1321.0, + 721.0, + 1314.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 302.0, + 670.0, + 302.0, + 670.0, + 344.0, + 656.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.75, + 318.0, + 1396.75, + 318.0, + 1396.75, + 336.0, + 1355.75, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1519.0, + 459.0, + 1519.0, + 459.0, + 1570.0, + 235.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2060.0, + 862.0, + 2060.0, + 862.0, + 2091.0, + 840.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1799.0, + 279.0, + 1799.0, + 279.0, + 1826.0, + 239.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1795.0, + 1404.0, + 1795.0, + 1404.0, + 1826.0, + 296.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1828.0, + 279.0, + 1828.0, + 279.0, + 1857.0, + 239.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1823.0, + 1406.0, + 1823.0, + 1406.0, + 1858.0, + 293.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1860.0, + 277.0, + 1860.0, + 277.0, + 1888.0, + 239.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1853.0, + 1407.0, + 1853.0, + 1407.0, + 1891.0, + 293.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1890.0, + 279.0, + 1890.0, + 279.0, + 1917.0, + 239.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1885.0, + 1406.0, + 1885.0, + 1406.0, + 1919.0, + 292.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1920.0, + 279.0, + 1920.0, + 279.0, + 1947.0, + 239.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1952.0, + 292.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1953.0, + 277.0, + 1953.0, + 277.0, + 1977.0, + 241.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1946.0, + 1404.0, + 1946.0, + 1404.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1981.0, + 277.0, + 1981.0, + 277.0, + 2009.0, + 239.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1975.0, + 1374.0, + 1975.0, + 1374.0, + 2010.0, + 293.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1632.0, + 277.0, + 1632.0, + 277.0, + 1657.0, + 240.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1624.0, + 1403.0, + 1624.0, + 1403.0, + 1663.0, + 293.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1664.0, + 276.0, + 1664.0, + 276.0, + 1689.0, + 240.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1656.0, + 1403.0, + 1656.0, + 1403.0, + 1693.0, + 294.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1695.0, + 277.0, + 1695.0, + 277.0, + 1718.0, + 240.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1687.0, + 1406.0, + 1687.0, + 1406.0, + 1724.0, + 293.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1724.0, + 277.0, + 1724.0, + 277.0, + 1749.0, + 240.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1716.0, + 1407.0, + 1716.0, + 1407.0, + 1754.0, + 291.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1753.0, + 281.0, + 1753.0, + 281.0, + 1781.0, + 239.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1749.0, + 1267.0, + 1749.0, + 1267.0, + 1782.0, + 294.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 243.0, + 1369.0, + 279.0, + 1369.0, + 279.0, + 1392.0, + 243.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1360.0, + 757.0, + 1360.0, + 757.0, + 1396.0, + 287.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1360.0, + 1404.0, + 1360.0, + 1404.0, + 1396.0, + 883.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1393.0, + 811.0, + 1393.0, + 811.0, + 1426.0, + 236.0, + 1426.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 295, + 195, + 1405, + 195, + 1405, + 521, + 295, + 521 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 288, + 1498, + 1403, + 1498, + 1403, + 1622, + 288, + 1622 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 295, + 1023, + 1402, + 1023, + 1402, + 1207, + 295, + 1207 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 282, + 720, + 1402, + 720, + 1402, + 873, + 282, + 873 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 292, + 1657, + 1401, + 1657, + 1401, + 1841, + 292, + 1841 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 281, + 1220, + 1403, + 1220, + 1403, + 1374, + 281, + 1374 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 244, + 1854, + 1401, + 1854, + 1401, + 2008, + 244, + 2008 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 283, + 887, + 1401, + 887, + 1401, + 1010, + 283, + 1010 + ], + "score": 0.958 + }, + { + "category_id": 0, + "poly": [ + 295, + 1412, + 1257, + 1412, + 1257, + 1475, + 295, + 1475 + ], + "score": 0.937 + }, + { + "category_id": 0, + "poly": [ + 244, + 662, + 897, + 662, + 897, + 696, + 244, + 696 + ], + "score": 0.933 + }, + { + "category_id": 4, + "poly": [ + 294, + 542, + 1401, + 542, + 1401, + 605, + 294, + 605 + ], + "score": 0.933 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 858, + 2061, + 858, + 2084, + 841, + 2084 + ], + "score": 0.701 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2084, + 841, + 2084 + ], + "score": 0.135 + }, + { + "category_id": 13, + "poly": [ + 429, + 1281, + 512, + 1281, + 512, + 1311, + 429, + 1311 + ], + "score": 0.91, + "latex": "1 - 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 954, + 1342, + 1057, + 1342, + 1057, + 1372, + 954, + 1372 + ], + "score": 0.9, + "latex": "8 - 1 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 929, + 1855, + 981, + 1855, + 981, + 1885, + 929, + 1885 + ], + "score": 0.89, + "latex": "\\mathbf { M } _ { U }" + }, + { + "category_id": 13, + "poly": [ + 553, + 841, + 595, + 841, + 595, + 872, + 553, + 872 + ], + "score": 0.86, + "latex": "5 \\%" + }, + { + "category_id": 13, + "poly": [ + 700, + 782, + 784, + 782, + 784, + 813, + 700, + 813 + ], + "score": 0.84, + "latex": "( 0 - 9 )" + }, + { + "category_id": 13, + "poly": [ + 658, + 1981, + 676, + 1981, + 676, + 2008, + 658, + 2008 + ], + "score": 0.81, + "latex": "y" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 202.0, + 804.0, + 202.0, + 804.0, + 226.0, + 705.0, + 226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 196.0, + 1082.0, + 196.0, + 1082.0, + 227.0, + 830.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 251.0, + 362.0, + 251.0, + 362.0, + 270.0, + 336.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 243.0, + 497.0, + 243.0, + 497.0, + 270.0, + 408.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 251.0, + 641.0, + 251.0, + 641.0, + 270.0, + 612.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 678.0, + 243.0, + 782.0, + 243.0, + 782.0, + 269.0, + 678.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 251.0, + 916.0, + 251.0, + 916.0, + 270.0, + 889.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 240.0, + 1052.0, + 240.0, + 1052.0, + 271.0, + 960.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 243.0, + 1397.0, + 243.0, + 1397.0, + 272.0, + 1160.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 278.0, + 332.0, + 278.0, + 332.0, + 295.0, + 317.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 279.0, + 611.0, + 279.0, + 611.0, + 304.0, + 590.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 261.0, + 1168.0, + 261.0, + 1168.0, + 289.0, + 1127.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 291.0, + 347.0, + 291.0, + 347.0, + 447.0, + 284.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 318.0, + 888.0, + 318.0, + 888.0, + 341.0, + 869.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 307.0, + 1009.0, + 307.0, + 1009.0, + 334.0, + 948.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 312.0, + 1115.0, + 312.0, + 1115.0, + 333.0, + 1066.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 324.0, + 1169.0, + 324.0, + 1169.0, + 352.0, + 1127.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 306.0, + 1388.0, + 306.0, + 1388.0, + 318.0, + 1360.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 339.0, + 611.0, + 339.0, + 611.0, + 362.0, + 592.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 388.0, + 885.0, + 388.0, + 885.0, + 408.0, + 870.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 385.0, + 1168.0, + 385.0, + 1168.0, + 416.0, + 1125.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 597.0, + 402.0, + 605.0, + 402.0, + 605.0, + 415.0, + 597.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 416.0, + 329.0, + 416.0, + 329.0, + 429.0, + 319.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 460.0, + 333.0, + 460.0, + 333.0, + 477.0, + 317.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 592.0, + 457.0, + 612.0, + 457.0, + 612.0, + 477.0, + 592.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 456.0, + 888.0, + 456.0, + 888.0, + 477.0, + 868.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 448.0, + 1170.0, + 448.0, + 1170.0, + 478.0, + 1125.0, + 478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 479.0, + 355.0, + 479.0, + 355.0, + 495.0, + 340.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 475.0, + 566.0, + 475.0, + 566.0, + 498.0, + 546.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 616.0, + 478.0, + 632.0, + 478.0, + 632.0, + 495.0, + 616.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 475.0, + 840.0, + 475.0, + 840.0, + 498.0, + 821.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 473.0, + 922.0, + 473.0, + 922.0, + 500.0, + 882.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 472.0, + 1026.0, + 472.0, + 1026.0, + 500.0, + 985.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 473.0, + 1131.0, + 473.0, + 1131.0, + 500.0, + 1092.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 472.0, + 1198.0, + 472.0, + 1198.0, + 500.0, + 1158.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 472.0, + 1304.0, + 472.0, + 1304.0, + 500.0, + 1262.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 473.0, + 1407.0, + 473.0, + 1407.0, + 500.0, + 1371.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 495.0, + 526.0, + 495.0, + 526.0, + 521.0, + 382.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 492.0, + 574.0, + 492.0, + 574.0, + 514.0, + 542.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 495.0, + 803.0, + 495.0, + 803.0, + 521.0, + 658.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 820.0, + 492.0, + 851.0, + 492.0, + 851.0, + 514.0, + 820.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 934.0, + 494.0, + 1081.0, + 494.0, + 1081.0, + 521.0, + 934.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 492.0, + 1129.0, + 492.0, + 1129.0, + 515.0, + 1095.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 494.0, + 1358.0, + 494.0, + 1358.0, + 521.0, + 1212.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1372.0, + 492.0, + 1405.0, + 492.0, + 1405.0, + 515.0, + 1372.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.75, + 279.0, + 934.75, + 279.0, + 934.75, + 291.0, + 918.75, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.75, + 277.0, + 845.75, + 277.0, + 845.75, + 298.0, + 797.75, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 308.5, + 1053.0, + 308.5, + 1053.0, + 334.0, + 1004.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 348.0, + 757.0, + 348.0, + 757.0, + 378.0, + 639.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1407.0, + 1261.0, + 1407.0, + 1261.0, + 1452.0, + 293.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1439.0, + 639.0, + 1439.0, + 639.0, + 1479.0, + 356.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 657.0, + 900.0, + 657.0, + 900.0, + 704.0, + 235.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 540.0, + 1403.0, + 540.0, + 1403.0, + 576.0, + 296.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 571.0, + 1040.0, + 571.0, + 1040.0, + 608.0, + 294.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2059.0, + 860.0, + 2059.0, + 860.0, + 2091.0, + 839.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2059.0, + 860.0, + 2059.0, + 860.0, + 2092.0, + 840.0, + 2092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1499.0, + 1406.0, + 1499.0, + 1406.0, + 1532.0, + 295.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1528.0, + 1404.0, + 1528.0, + 1404.0, + 1562.0, + 294.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1560.0, + 1404.0, + 1560.0, + 1404.0, + 1595.0, + 294.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1589.0, + 617.0, + 1589.0, + 617.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1021.0, + 1405.0, + 1021.0, + 1405.0, + 1060.0, + 293.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1055.0, + 1404.0, + 1055.0, + 1404.0, + 1087.0, + 294.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1085.0, + 1404.0, + 1085.0, + 1404.0, + 1120.0, + 294.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1116.0, + 1404.0, + 1116.0, + 1404.0, + 1148.0, + 295.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1143.0, + 1405.0, + 1143.0, + 1405.0, + 1180.0, + 293.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1173.0, + 1380.0, + 1173.0, + 1380.0, + 1211.0, + 293.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 716.0, + 1406.0, + 716.0, + 1406.0, + 757.0, + 294.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 749.0, + 1404.0, + 749.0, + 1404.0, + 785.0, + 294.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 782.0, + 699.0, + 782.0, + 699.0, + 815.0, + 296.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 782.0, + 1404.0, + 782.0, + 1404.0, + 815.0, + 785.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 808.0, + 1405.0, + 808.0, + 1405.0, + 848.0, + 293.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 840.0, + 552.0, + 840.0, + 552.0, + 876.0, + 294.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 840.0, + 733.0, + 840.0, + 733.0, + 876.0, + 596.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1655.0, + 1406.0, + 1655.0, + 1406.0, + 1693.0, + 295.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1687.0, + 1406.0, + 1687.0, + 1406.0, + 1721.0, + 292.0, + 1721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1716.0, + 1406.0, + 1716.0, + 1406.0, + 1755.0, + 291.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1748.0, + 1404.0, + 1748.0, + 1404.0, + 1782.0, + 292.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1778.0, + 1404.0, + 1778.0, + 1404.0, + 1812.0, + 295.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1806.0, + 1184.0, + 1806.0, + 1184.0, + 1844.0, + 294.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1220.0, + 1405.0, + 1220.0, + 1405.0, + 1253.0, + 297.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1249.0, + 1406.0, + 1249.0, + 1406.0, + 1286.0, + 295.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1278.0, + 428.0, + 1278.0, + 428.0, + 1318.0, + 291.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 1278.0, + 1407.0, + 1278.0, + 1407.0, + 1318.0, + 513.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1310.0, + 1405.0, + 1310.0, + 1405.0, + 1347.0, + 295.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1341.0, + 953.0, + 1341.0, + 953.0, + 1378.0, + 293.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 1341.0, + 1350.0, + 1341.0, + 1350.0, + 1378.0, + 1058.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1858.0, + 278.0, + 1858.0, + 278.0, + 1887.0, + 239.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 928.0, + 1852.0, + 928.0, + 1890.0, + 294.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1890.0, + 982.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1889.0, + 278.0, + 1889.0, + 278.0, + 1918.0, + 239.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1883.0, + 1404.0, + 1883.0, + 1404.0, + 1920.0, + 294.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1920.0, + 276.0, + 1920.0, + 276.0, + 1946.0, + 240.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1948.0, + 293.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1950.0, + 278.0, + 1950.0, + 278.0, + 1979.0, + 239.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1947.0, + 1403.0, + 1947.0, + 1403.0, + 1980.0, + 296.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1981.0, + 278.0, + 1981.0, + 278.0, + 2006.0, + 240.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1973.0, + 657.0, + 1973.0, + 657.0, + 2012.0, + 292.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2012.0, + 677.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 887.0, + 1404.0, + 887.0, + 1404.0, + 922.0, + 296.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 1407.0, + 914.0, + 1407.0, + 954.0, + 293.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 947.0, + 1403.0, + 947.0, + 1403.0, + 982.0, + 295.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 979.0, + 1221.0, + 979.0, + 1221.0, + 1014.0, + 295.0, + 1014.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 403, + 195, + 1296, + 195, + 1296, + 418, + 403, + 418 + ], + "score": 0.978, + "html": "
MethodMN (MLP[17])MN (MLP ours)NSMNeurocoder
Adam55.16±1.3853.55±1.2754.85±2.8158.46±0.46
Adagrad58.08±1.0657.83±2.7458.42±1.8762.28±4.03
L266.00±3.7364.37±2.4062.83±7.2169.89±1.72
SI64.76±3.0964.41±3.3664.36±2.9967.96±3.22
EWC58.85±2.5958.41±2.3758.12±3.2465.66±1.25
O-EWC57.33±1.4457.78±1.8458.55±3.4073.97±1.50
" + }, + { + "category_id": 1, + "poly": [ + 293, + 1298, + 1402, + 1298, + 1402, + 1480, + 293, + 1480 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 244, + 985, + 1404, + 985, + 1404, + 1200, + 244, + 1200 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 294, + 1495, + 1403, + 1495, + 1403, + 1649, + 294, + 1649 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 1748, + 1402, + 1748, + 1402, + 1871, + 298, + 1871 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 243, + 565, + 1402, + 565, + 1402, + 720, + 243, + 720 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 289, + 1884, + 1401, + 1884, + 1401, + 2007, + 289, + 2007 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 290, + 758, + 1403, + 758, + 1403, + 971, + 290, + 971 + ], + "score": 0.969 + }, + { + "category_id": 0, + "poly": [ + 275, + 1690, + 1308, + 1690, + 1308, + 1723, + 275, + 1723 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 269, + 1239, + 1112, + 1239, + 1112, + 1273, + 269, + 1273 + ], + "score": 0.921 + }, + { + "category_id": 7, + "poly": [ + 296, + 424, + 1404, + 424, + 1404, + 486, + 296, + 486 + ], + "score": 0.909 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 858, + 2062, + 858, + 2085, + 840, + 2085 + ], + "score": 0.795 + }, + { + "category_id": 13, + "poly": [ + 943, + 1977, + 1008, + 1977, + 1008, + 2007, + 943, + 2007 + ], + "score": 0.9, + "latex": "\\mathcal { L } _ { t a s k }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1558, + 370, + 1558, + 370, + 1585, + 297, + 1585 + ], + "score": 0.9, + "latex": "n = 8" + }, + { + "category_id": 13, + "poly": [ + 694, + 1588, + 772, + 1588, + 772, + 1615, + 694, + 1615 + ], + "score": 0.9, + "latex": "n = 4" + }, + { + "category_id": 13, + "poly": [ + 1284, + 1527, + 1354, + 1527, + 1354, + 1554, + 1284, + 1554 + ], + "score": 0.9, + "latex": "n = 4" + }, + { + "category_id": 13, + "poly": [ + 819, + 1528, + 889, + 1528, + 889, + 1554, + 819, + 1554 + ], + "score": 0.89, + "latex": "n = 4" + }, + { + "category_id": 13, + "poly": [ + 1323, + 1588, + 1401, + 1588, + 1401, + 1614, + 1323, + 1614 + ], + "score": 0.88, + "latex": "n = 8" + }, + { + "category_id": 13, + "poly": [ + 835, + 1426, + 856, + 1426, + 856, + 1447, + 835, + 1447 + ], + "score": 0.62, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 587, + 1698, + 605, + 1698, + 605, + 1716, + 587, + 1716 + ], + "score": 0.3, + "latex": "-" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1684.0, + 586.0, + 1684.0, + 586.0, + 1733.0, + 291.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 1684.0, + 1313.0, + 1684.0, + 1313.0, + 1733.0, + 606.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 1235.0, + 1115.0, + 1235.0, + 1115.0, + 1280.0, + 260.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 420.0, + 1405.0, + 420.0, + 1405.0, + 461.0, + 293.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 455.0, + 505.0, + 455.0, + 505.0, + 488.0, + 295.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2090.0, + 838.0, + 2090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1297.0, + 1404.0, + 1297.0, + 1404.0, + 1332.0, + 295.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1329.0, + 1407.0, + 1329.0, + 1407.0, + 1363.0, + 292.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1361.0, + 1403.0, + 1361.0, + 1403.0, + 1393.0, + 296.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1388.0, + 1405.0, + 1388.0, + 1405.0, + 1426.0, + 292.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1419.0, + 834.0, + 1419.0, + 834.0, + 1454.0, + 295.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1419.0, + 1404.0, + 1419.0, + 1404.0, + 1454.0, + 857.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1448.0, + 1232.0, + 1448.0, + 1232.0, + 1486.0, + 293.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 989.0, + 278.0, + 989.0, + 278.0, + 1017.0, + 239.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 985.0, + 1405.0, + 985.0, + 1405.0, + 1020.0, + 294.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1020.0, + 278.0, + 1020.0, + 278.0, + 1047.0, + 239.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1016.0, + 1405.0, + 1016.0, + 1405.0, + 1051.0, + 294.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1051.0, + 279.0, + 1051.0, + 279.0, + 1078.0, + 239.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1046.0, + 1404.0, + 1046.0, + 1404.0, + 1080.0, + 294.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1081.0, + 278.0, + 1081.0, + 278.0, + 1108.0, + 239.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1077.0, + 1405.0, + 1077.0, + 1405.0, + 1111.0, + 294.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1112.0, + 278.0, + 1112.0, + 278.0, + 1139.0, + 239.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1106.0, + 1405.0, + 1106.0, + 1405.0, + 1140.0, + 294.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1144.0, + 277.0, + 1144.0, + 277.0, + 1166.0, + 240.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1137.0, + 1407.0, + 1137.0, + 1407.0, + 1171.0, + 292.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1172.0, + 278.0, + 1172.0, + 278.0, + 1200.0, + 240.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1166.0, + 1064.0, + 1166.0, + 1064.0, + 1203.0, + 292.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1494.0, + 1405.0, + 1494.0, + 1405.0, + 1530.0, + 296.0, + 1530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1524.0, + 818.0, + 1524.0, + 818.0, + 1560.0, + 293.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1524.0, + 1283.0, + 1524.0, + 1283.0, + 1560.0, + 890.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1524.0, + 1405.0, + 1524.0, + 1405.0, + 1560.0, + 1355.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1555.0, + 296.0, + 1555.0, + 296.0, + 1592.0, + 293.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1555.0, + 1404.0, + 1555.0, + 1404.0, + 1592.0, + 371.0, + 1592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1588.0, + 693.0, + 1588.0, + 693.0, + 1621.0, + 296.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1588.0, + 1322.0, + 1588.0, + 1322.0, + 1621.0, + 773.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1588.0, + 1405.0, + 1588.0, + 1405.0, + 1621.0, + 1402.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1613.0, + 791.0, + 1613.0, + 791.0, + 1655.0, + 292.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1749.0, + 1404.0, + 1749.0, + 1404.0, + 1782.0, + 296.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1779.0, + 1406.0, + 1779.0, + 1406.0, + 1812.0, + 296.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1808.0, + 1406.0, + 1808.0, + 1406.0, + 1844.0, + 294.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1841.0, + 846.0, + 1841.0, + 846.0, + 1873.0, + 294.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 573.0, + 277.0, + 573.0, + 277.0, + 599.0, + 240.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 567.0, + 1403.0, + 567.0, + 1403.0, + 600.0, + 294.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 601.0, + 277.0, + 601.0, + 277.0, + 631.0, + 239.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 599.0, + 1403.0, + 599.0, + 1403.0, + 632.0, + 295.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 633.0, + 277.0, + 633.0, + 277.0, + 658.0, + 239.0, + 658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 628.0, + 1405.0, + 628.0, + 1405.0, + 661.0, + 295.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 664.0, + 277.0, + 664.0, + 277.0, + 689.0, + 239.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 657.0, + 1402.0, + 657.0, + 1402.0, + 690.0, + 295.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 694.0, + 277.0, + 694.0, + 277.0, + 720.0, + 240.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 689.0, + 1070.0, + 689.0, + 1070.0, + 722.0, + 294.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1883.0, + 1404.0, + 1883.0, + 1404.0, + 1918.0, + 293.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1948.0, + 293.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1946.0, + 1406.0, + 1946.0, + 1406.0, + 1982.0, + 295.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1976.0, + 942.0, + 1976.0, + 942.0, + 2012.0, + 295.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1976.0, + 1406.0, + 1976.0, + 1406.0, + 2012.0, + 1009.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 758.0, + 1405.0, + 758.0, + 1405.0, + 792.0, + 296.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 786.0, + 1407.0, + 786.0, + 1407.0, + 824.0, + 293.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 818.0, + 1406.0, + 818.0, + 1406.0, + 853.0, + 292.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 851.0, + 1404.0, + 851.0, + 1404.0, + 882.0, + 298.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 878.0, + 1406.0, + 878.0, + 1406.0, + 916.0, + 293.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 909.0, + 1405.0, + 909.0, + 1405.0, + 945.0, + 293.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 939.0, + 1189.0, + 939.0, + 1189.0, + 976.0, + 294.0, + 976.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 240, + 1702, + 1403, + 1702, + 1403, + 2008, + 240, + 2008 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 239, + 1445, + 1403, + 1445, + 1403, + 1690, + 239, + 1690 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 283, + 1157, + 1403, + 1157, + 1403, + 1431, + 283, + 1431 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 293, + 960, + 1402, + 960, + 1402, + 1142, + 293, + 1142 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 280, + 301, + 1402, + 301, + 1402, + 546, + 280, + 546 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 242, + 687, + 1402, + 687, + 1402, + 842, + 242, + 842 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 245, + 582, + 1402, + 582, + 1402, + 675, + 245, + 675 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 262, + 202, + 1403, + 202, + 1403, + 265, + 262, + 265 + ], + "score": 0.94 + }, + { + "category_id": 0, + "poly": [ + 247, + 888, + 500, + 888, + 500, + 925, + 247, + 925 + ], + "score": 0.882 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 858, + 2061, + 858, + 2084, + 840, + 2084 + ], + "score": 0.789 + }, + { + "category_id": 13, + "poly": [ + 875, + 719, + 930, + 719, + 930, + 749, + 875, + 749 + ], + "score": 0.89, + "latex": "1 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 870, + 779, + 925, + 779, + 925, + 809, + 870, + 809 + ], + "score": 0.89, + "latex": "8 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 498, + 810, + 552, + 810, + 552, + 840, + 498, + 840 + ], + "score": 0.88, + "latex": "1 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 647, + 514, + 702, + 514, + 702, + 544, + 647, + 544 + ], + "score": 0.88, + "latex": "1 6 \\%" + }, + { + "category_id": 13, + "poly": [ + 772, + 719, + 826, + 719, + 826, + 749, + 772, + 749 + ], + "score": 0.88, + "latex": "1 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 731, + 690, + 815, + 690, + 815, + 717, + 731, + 717 + ], + "score": 0.86, + "latex": "a = 1 0" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 885.0, + 505.0, + 885.0, + 505.0, + 932.0, + 235.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2060.0, + 860.0, + 2060.0, + 860.0, + 2090.0, + 839.0, + 2090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1707.0, + 279.0, + 1707.0, + 279.0, + 1734.0, + 239.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1699.0, + 1406.0, + 1699.0, + 1406.0, + 1737.0, + 293.0, + 1737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1738.0, + 279.0, + 1738.0, + 279.0, + 1767.0, + 237.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1732.0, + 1406.0, + 1732.0, + 1406.0, + 1767.0, + 294.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1769.0, + 279.0, + 1769.0, + 279.0, + 1797.0, + 237.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1764.0, + 1406.0, + 1764.0, + 1406.0, + 1797.0, + 293.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1798.0, + 279.0, + 1798.0, + 279.0, + 1826.0, + 237.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1794.0, + 1404.0, + 1794.0, + 1404.0, + 1826.0, + 294.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1828.0, + 279.0, + 1828.0, + 279.0, + 1856.0, + 237.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1823.0, + 1406.0, + 1823.0, + 1406.0, + 1858.0, + 294.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1859.0, + 278.0, + 1859.0, + 278.0, + 1887.0, + 237.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1854.0, + 1406.0, + 1854.0, + 1406.0, + 1889.0, + 294.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1889.0, + 279.0, + 1889.0, + 279.0, + 1917.0, + 237.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1883.0, + 1403.0, + 1883.0, + 1403.0, + 1918.0, + 295.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1920.0, + 279.0, + 1920.0, + 279.0, + 1946.0, + 237.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1915.0, + 1404.0, + 1915.0, + 1404.0, + 1950.0, + 294.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1950.0, + 279.0, + 1950.0, + 279.0, + 1978.0, + 239.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1945.0, + 1404.0, + 1945.0, + 1404.0, + 1981.0, + 294.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1981.0, + 277.0, + 1981.0, + 277.0, + 2009.0, + 237.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1976.0, + 1003.0, + 1976.0, + 1003.0, + 2010.0, + 291.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1452.0, + 277.0, + 1452.0, + 277.0, + 1477.0, + 239.0, + 1477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1446.0, + 1403.0, + 1446.0, + 1403.0, + 1480.0, + 294.0, + 1480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1480.0, + 279.0, + 1480.0, + 279.0, + 1510.0, + 238.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1475.0, + 1404.0, + 1475.0, + 1404.0, + 1512.0, + 294.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1510.0, + 279.0, + 1510.0, + 279.0, + 1539.0, + 238.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1507.0, + 1404.0, + 1507.0, + 1404.0, + 1541.0, + 294.0, + 1541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1541.0, + 279.0, + 1541.0, + 279.0, + 1570.0, + 238.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1537.0, + 1406.0, + 1537.0, + 1406.0, + 1572.0, + 292.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1573.0, + 277.0, + 1573.0, + 277.0, + 1598.0, + 239.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1566.0, + 1406.0, + 1566.0, + 1406.0, + 1604.0, + 293.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1603.0, + 277.0, + 1603.0, + 277.0, + 1628.0, + 239.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1594.0, + 1404.0, + 1594.0, + 1404.0, + 1634.0, + 292.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1631.0, + 279.0, + 1631.0, + 279.0, + 1660.0, + 238.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1624.0, + 1406.0, + 1624.0, + 1406.0, + 1665.0, + 292.0, + 1665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1662.0, + 279.0, + 1662.0, + 279.0, + 1691.0, + 238.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1658.0, + 1379.0, + 1658.0, + 1379.0, + 1693.0, + 293.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1155.0, + 1405.0, + 1155.0, + 1405.0, + 1194.0, + 295.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1189.0, + 1405.0, + 1189.0, + 1405.0, + 1221.0, + 297.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1217.0, + 1405.0, + 1217.0, + 1405.0, + 1254.0, + 294.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1249.0, + 1405.0, + 1249.0, + 1405.0, + 1285.0, + 295.0, + 1285.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1277.0, + 1406.0, + 1277.0, + 1406.0, + 1317.0, + 293.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1308.0, + 1405.0, + 1308.0, + 1405.0, + 1345.0, + 294.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1334.0, + 1406.0, + 1334.0, + 1406.0, + 1377.0, + 292.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1367.0, + 1405.0, + 1367.0, + 1405.0, + 1406.0, + 294.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1399.0, + 1166.0, + 1399.0, + 1166.0, + 1436.0, + 294.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 962.0, + 1404.0, + 962.0, + 1404.0, + 993.0, + 297.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 991.0, + 1404.0, + 991.0, + 1404.0, + 1026.0, + 293.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1018.0, + 1405.0, + 1018.0, + 1405.0, + 1056.0, + 293.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1051.0, + 1405.0, + 1051.0, + 1405.0, + 1086.0, + 295.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1080.0, + 1404.0, + 1080.0, + 1404.0, + 1116.0, + 293.0, + 1116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1111.0, + 1162.0, + 1111.0, + 1162.0, + 1145.0, + 293.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 301.0, + 1405.0, + 301.0, + 1405.0, + 337.0, + 294.0, + 337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 333.0, + 1404.0, + 333.0, + 1404.0, + 367.0, + 295.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 362.0, + 1405.0, + 362.0, + 1405.0, + 398.0, + 292.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 393.0, + 1405.0, + 393.0, + 1405.0, + 426.0, + 295.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 422.0, + 1406.0, + 422.0, + 1406.0, + 459.0, + 292.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 454.0, + 1405.0, + 454.0, + 1405.0, + 488.0, + 295.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 481.0, + 1405.0, + 481.0, + 1405.0, + 518.0, + 294.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 512.0, + 646.0, + 512.0, + 646.0, + 550.0, + 292.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 512.0, + 1062.0, + 512.0, + 1062.0, + 550.0, + 703.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 695.0, + 277.0, + 695.0, + 277.0, + 719.0, + 239.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 687.0, + 730.0, + 687.0, + 730.0, + 725.0, + 294.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 687.0, + 1405.0, + 687.0, + 1405.0, + 725.0, + 816.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 726.0, + 277.0, + 726.0, + 277.0, + 751.0, + 239.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 718.0, + 771.0, + 718.0, + 771.0, + 755.0, + 293.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 718.0, + 874.0, + 718.0, + 874.0, + 755.0, + 827.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 718.0, + 1403.0, + 718.0, + 1403.0, + 755.0, + 931.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 755.0, + 277.0, + 755.0, + 277.0, + 780.0, + 239.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 749.0, + 1407.0, + 749.0, + 1407.0, + 786.0, + 294.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 784.0, + 280.0, + 784.0, + 280.0, + 814.0, + 238.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 774.0, + 869.0, + 774.0, + 869.0, + 819.0, + 292.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 774.0, + 1406.0, + 774.0, + 1406.0, + 819.0, + 926.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 815.0, + 279.0, + 815.0, + 279.0, + 844.0, + 238.0, + 844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 810.0, + 497.0, + 810.0, + 497.0, + 847.0, + 294.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 810.0, + 997.0, + 810.0, + 997.0, + 847.0, + 553.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 587.0, + 279.0, + 587.0, + 279.0, + 614.0, + 240.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 580.0, + 1406.0, + 580.0, + 1406.0, + 618.0, + 291.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 618.0, + 277.0, + 618.0, + 277.0, + 645.0, + 240.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 610.0, + 1405.0, + 610.0, + 1405.0, + 650.0, + 293.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 649.0, + 279.0, + 649.0, + 279.0, + 677.0, + 240.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 642.0, + 1249.0, + 642.0, + 1249.0, + 680.0, + 291.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 203.0, + 1405.0, + 203.0, + 1405.0, + 239.0, + 261.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 262.0, + 230.0, + 1149.0, + 230.0, + 1149.0, + 273.0, + 262.0, + 273.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 0, + "poly": [ + 259, + 200, + 456, + 200, + 456, + 235, + 259, + 235 + ], + "score": 0.778 + }, + { + "category_id": 1, + "poly": [ + 278, + 196, + 1410, + 196, + 1410, + 2016, + 278, + 2016 + ], + "score": 0.748 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 866, + 2061, + 866, + 2086, + 836, + 2086 + ], + "score": 0.725 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 866, + 2061, + 866, + 2086, + 836, + 2086 + ], + "score": 0.346 + }, + { + "category_id": 2, + "poly": [ + 237, + 247, + 287, + 247, + 287, + 2041, + 237, + 2041 + ], + "score": 0.172 + }, + { + "category_id": 2, + "poly": [ + 238, + 211, + 285, + 211, + 285, + 2039, + 238, + 2039 + ], + "score": 0.148 + }, + { + "category_id": 15, + "poly": [ + 254.0, + 209.0, + 276.0, + 209.0, + 276.0, + 232.0, + 254.0, + 232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 195.0, + 460.0, + 195.0, + 460.0, + 240.0, + 293.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2096.0, + 832.0, + 2096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2096.0, + 832.0, + 2096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 258.0, + 281.0, + 258.0, + 281.0, + 290.0, + 236.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 288.0, + 281.0, + 288.0, + 281.0, + 319.0, + 236.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 319.0, + 281.0, + 319.0, + 281.0, + 353.0, + 236.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 375.0, + 281.0, + 375.0, + 281.0, + 406.0, + 236.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 404.0, + 281.0, + 404.0, + 281.0, + 438.0, + 236.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 436.0, + 283.0, + 436.0, + 283.0, + 473.0, + 239.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 491.0, + 281.0, + 491.0, + 281.0, + 525.0, + 236.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 523.0, + 281.0, + 523.0, + 281.0, + 556.0, + 236.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 550.0, + 281.0, + 550.0, + 281.0, + 594.0, + 234.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 607.0, + 281.0, + 607.0, + 281.0, + 641.0, + 236.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 639.0, + 281.0, + 639.0, + 281.0, + 672.0, + 236.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 669.0, + 283.0, + 669.0, + 283.0, + 710.0, + 234.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 726.0, + 281.0, + 726.0, + 281.0, + 757.0, + 236.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 757.0, + 281.0, + 757.0, + 281.0, + 789.0, + 236.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 787.0, + 281.0, + 787.0, + 281.0, + 820.0, + 236.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 816.0, + 281.0, + 816.0, + 281.0, + 850.0, + 236.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 850.0, + 281.0, + 850.0, + 281.0, + 884.0, + 236.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 903.0, + 281.0, + 903.0, + 281.0, + 935.0, + 236.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 935.0, + 281.0, + 935.0, + 281.0, + 972.0, + 236.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 990.0, + 281.0, + 990.0, + 281.0, + 1024.0, + 236.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 232.0, + 1018.0, + 285.0, + 1018.0, + 285.0, + 1069.0, + 232.0, + 1069.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1077.0, + 281.0, + 1077.0, + 281.0, + 1110.0, + 236.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1107.0, + 283.0, + 1107.0, + 283.0, + 1146.0, + 234.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1166.0, + 281.0, + 1166.0, + 281.0, + 1199.0, + 239.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1219.0, + 281.0, + 1219.0, + 281.0, + 1253.0, + 236.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 232.0, + 1247.0, + 285.0, + 1247.0, + 285.0, + 1298.0, + 232.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1308.0, + 281.0, + 1308.0, + 281.0, + 1341.0, + 236.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1337.0, + 283.0, + 1337.0, + 283.0, + 1383.0, + 234.0, + 1383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1393.0, + 281.0, + 1393.0, + 281.0, + 1430.0, + 236.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1424.0, + 281.0, + 1424.0, + 281.0, + 1458.0, + 236.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1456.0, + 281.0, + 1456.0, + 281.0, + 1487.0, + 236.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1483.0, + 283.0, + 1483.0, + 283.0, + 1523.0, + 234.0, + 1523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1543.0, + 281.0, + 1543.0, + 281.0, + 1574.0, + 236.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1570.0, + 283.0, + 1570.0, + 283.0, + 1612.0, + 234.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1629.0, + 281.0, + 1629.0, + 281.0, + 1661.0, + 236.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1657.0, + 283.0, + 1657.0, + 283.0, + 1698.0, + 234.0, + 1698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1712.0, + 283.0, + 1712.0, + 283.0, + 1752.0, + 234.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1746.0, + 281.0, + 1746.0, + 281.0, + 1777.0, + 236.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1773.0, + 281.0, + 1773.0, + 281.0, + 1815.0, + 234.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1831.0, + 281.0, + 1831.0, + 281.0, + 1864.0, + 236.0, + 1864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1864.0, + 281.0, + 1864.0, + 281.0, + 1898.0, + 236.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1917.0, + 281.0, + 1917.0, + 281.0, + 1951.0, + 236.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1949.0, + 281.0, + 1949.0, + 281.0, + 1982.0, + 236.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1981.0, + 281.0, + 1981.0, + 281.0, + 2014.0, + 236.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 207.0, + 280.0, + 207.0, + 280.0, + 241.0, + 236.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 255.0, + 280.0, + 255.0, + 280.0, + 290.0, + 236.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 286.0, + 284.0, + 286.0, + 284.0, + 324.0, + 234.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 320.0, + 280.0, + 320.0, + 280.0, + 354.0, + 236.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 372.0, + 284.0, + 372.0, + 284.0, + 410.0, + 234.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 404.0, + 280.0, + 404.0, + 280.0, + 438.0, + 236.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 434.0, + 282.0, + 434.0, + 282.0, + 474.0, + 234.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 490.0, + 280.0, + 490.0, + 280.0, + 525.0, + 236.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 523.0, + 280.0, + 523.0, + 280.0, + 555.0, + 236.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 551.0, + 280.0, + 551.0, + 280.0, + 597.0, + 234.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 605.0, + 284.0, + 605.0, + 284.0, + 643.0, + 234.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 639.0, + 280.0, + 639.0, + 280.0, + 673.0, + 236.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 667.0, + 282.0, + 667.0, + 282.0, + 707.0, + 234.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 723.0, + 284.0, + 723.0, + 284.0, + 761.0, + 234.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 757.0, + 282.0, + 757.0, + 282.0, + 790.0, + 236.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 788.0, + 280.0, + 788.0, + 280.0, + 820.0, + 236.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 814.0, + 284.0, + 814.0, + 284.0, + 852.0, + 234.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 846.0, + 282.0, + 846.0, + 282.0, + 886.0, + 234.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 904.0, + 280.0, + 904.0, + 280.0, + 936.0, + 236.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 932.0, + 280.0, + 932.0, + 280.0, + 974.0, + 234.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 988.0, + 280.0, + 988.0, + 280.0, + 1023.0, + 236.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1019.0, + 282.0, + 1019.0, + 282.0, + 1059.0, + 234.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1075.0, + 284.0, + 1075.0, + 284.0, + 1113.0, + 234.0, + 1113.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1107.0, + 282.0, + 1107.0, + 282.0, + 1151.0, + 234.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1163.0, + 282.0, + 1163.0, + 282.0, + 1207.0, + 234.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1221.0, + 280.0, + 1221.0, + 280.0, + 1254.0, + 236.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1252.0, + 280.0, + 1252.0, + 280.0, + 1286.0, + 236.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1306.0, + 280.0, + 1306.0, + 280.0, + 1340.0, + 236.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1340.0, + 280.0, + 1340.0, + 280.0, + 1374.0, + 236.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1394.0, + 280.0, + 1394.0, + 280.0, + 1428.0, + 236.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1424.0, + 280.0, + 1424.0, + 280.0, + 1456.0, + 236.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1454.0, + 280.0, + 1454.0, + 280.0, + 1489.0, + 236.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1482.0, + 282.0, + 1482.0, + 282.0, + 1529.0, + 234.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1541.0, + 280.0, + 1541.0, + 280.0, + 1575.0, + 236.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1569.0, + 282.0, + 1569.0, + 282.0, + 1609.0, + 234.0, + 1609.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1627.0, + 280.0, + 1627.0, + 280.0, + 1661.0, + 236.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1661.0, + 280.0, + 1661.0, + 280.0, + 1695.0, + 236.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1711.0, + 284.0, + 1711.0, + 284.0, + 1750.0, + 234.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1746.0, + 280.0, + 1746.0, + 280.0, + 1778.0, + 236.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1774.0, + 280.0, + 1774.0, + 280.0, + 1818.0, + 234.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1832.0, + 280.0, + 1832.0, + 280.0, + 1866.0, + 236.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1862.0, + 282.0, + 1862.0, + 282.0, + 1902.0, + 234.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1916.0, + 284.0, + 1916.0, + 284.0, + 1954.0, + 234.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1948.0, + 284.0, + 1948.0, + 284.0, + 1987.0, + 234.0, + 1987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1981.0, + 280.0, + 1981.0, + 280.0, + 2015.0, + 236.0, + 2015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 195.0, + 462.0, + 195.0, + 462.0, + 243.0, + 294.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 250.0, + 1409.0, + 250.0, + 1409.0, + 292.0, + 303.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 284.0, + 1407.0, + 284.0, + 1407.0, + 322.0, + 354.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 307.0, + 432.0, + 307.0, + 432.0, + 355.0, + 354.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 366.0, + 1405.0, + 366.0, + 1405.0, + 412.0, + 303.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 396.0, + 1403.0, + 396.0, + 1403.0, + 440.0, + 350.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 430.0, + 518.0, + 430.0, + 518.0, + 468.0, + 354.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 480.0, + 1407.0, + 480.0, + 1407.0, + 532.0, + 303.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 520.0, + 1403.0, + 520.0, + 1403.0, + 558.0, + 354.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 548.0, + 690.0, + 548.0, + 690.0, + 584.0, + 352.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 600.0, + 1405.0, + 600.0, + 1405.0, + 646.0, + 303.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 636.0, + 1401.0, + 636.0, + 1401.0, + 674.0, + 352.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 664.0, + 433.0, + 664.0, + 433.0, + 704.0, + 352.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 718.0, + 1407.0, + 718.0, + 1407.0, + 762.0, + 305.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 750.0, + 1407.0, + 750.0, + 1407.0, + 794.0, + 352.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 782.0, + 1407.0, + 782.0, + 1407.0, + 820.0, + 354.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 812.0, + 1403.0, + 812.0, + 1403.0, + 850.0, + 354.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 846.0, + 577.0, + 846.0, + 577.0, + 878.0, + 356.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 898.0, + 1407.0, + 898.0, + 1407.0, + 936.0, + 307.0, + 936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 932.0, + 964.0, + 932.0, + 964.0, + 964.0, + 356.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 986.0, + 1405.0, + 986.0, + 1405.0, + 1024.0, + 307.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1016.0, + 761.0, + 1016.0, + 761.0, + 1054.0, + 350.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 1074.0, + 1407.0, + 1074.0, + 1407.0, + 1112.0, + 309.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1104.0, + 1405.0, + 1104.0, + 1405.0, + 1142.0, + 354.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 1160.0, + 1067.0, + 1160.0, + 1067.0, + 1198.0, + 307.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1212.0, + 1407.0, + 1212.0, + 1407.0, + 1258.0, + 291.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1246.0, + 702.0, + 1246.0, + 702.0, + 1284.0, + 352.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1300.0, + 1407.0, + 1300.0, + 1407.0, + 1344.0, + 291.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1332.0, + 633.0, + 1332.0, + 633.0, + 1368.0, + 351.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1388.0, + 1405.0, + 1388.0, + 1405.0, + 1426.0, + 293.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1418.0, + 1405.0, + 1418.0, + 1405.0, + 1456.0, + 354.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1446.0, + 1403.0, + 1446.0, + 1403.0, + 1490.0, + 352.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1480.0, + 755.0, + 1480.0, + 755.0, + 1518.0, + 354.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1538.0, + 1405.0, + 1538.0, + 1405.0, + 1576.0, + 295.0, + 1576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1568.0, + 728.0, + 1568.0, + 728.0, + 1604.0, + 352.0, + 1604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1624.0, + 1403.0, + 1624.0, + 1403.0, + 1662.0, + 293.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1654.0, + 931.0, + 1654.0, + 931.0, + 1692.0, + 354.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1710.0, + 1405.0, + 1710.0, + 1405.0, + 1750.0, + 291.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1742.0, + 1403.0, + 1742.0, + 1403.0, + 1780.0, + 352.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1772.0, + 666.0, + 1772.0, + 666.0, + 1810.0, + 354.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1828.0, + 1405.0, + 1828.0, + 1405.0, + 1866.0, + 293.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1860.0, + 617.0, + 1860.0, + 617.0, + 1892.0, + 356.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1914.0, + 1405.0, + 1914.0, + 1405.0, + 1952.0, + 295.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1946.0, + 1407.0, + 1946.0, + 1407.0, + 1984.0, + 352.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1976.0, + 654.0, + 1976.0, + 654.0, + 2014.0, + 354.0, + 2014.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 835, + 2060, + 864, + 2060, + 864, + 2087, + 835, + 2087 + ], + "score": 0.819 + }, + { + "category_id": 1, + "poly": [ + 271, + 108, + 1409, + 108, + 1409, + 2030, + 271, + 2030 + ], + "score": 0.762 + }, + { + "category_id": 2, + "poly": [ + 237, + 213, + 287, + 213, + 287, + 2034, + 237, + 2034 + ], + "score": 0.275 + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2058.0, + 869.0, + 2058.0, + 869.0, + 2097.0, + 831.0, + 2097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 207.0, + 281.0, + 207.0, + 281.0, + 239.0, + 236.0, + 239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 237.0, + 281.0, + 237.0, + 281.0, + 271.0, + 236.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 265.0, + 283.0, + 265.0, + 283.0, + 307.0, + 234.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 323.0, + 281.0, + 323.0, + 281.0, + 355.0, + 236.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 353.0, + 281.0, + 353.0, + 281.0, + 395.0, + 234.0, + 395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 411.0, + 281.0, + 411.0, + 281.0, + 443.0, + 236.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 443.0, + 281.0, + 443.0, + 281.0, + 477.0, + 236.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 495.0, + 281.0, + 495.0, + 281.0, + 529.0, + 236.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 525.0, + 283.0, + 525.0, + 283.0, + 567.0, + 234.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 583.0, + 281.0, + 583.0, + 281.0, + 617.0, + 236.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 613.0, + 283.0, + 613.0, + 283.0, + 653.0, + 234.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 665.0, + 283.0, + 665.0, + 283.0, + 705.0, + 234.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 699.0, + 281.0, + 699.0, + 281.0, + 731.0, + 236.0, + 731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 729.0, + 283.0, + 729.0, + 283.0, + 771.0, + 234.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 787.0, + 278.0, + 787.0, + 278.0, + 819.0, + 236.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 815.0, + 283.0, + 815.0, + 283.0, + 861.0, + 234.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 869.0, + 283.0, + 869.0, + 283.0, + 909.0, + 234.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 903.0, + 283.0, + 903.0, + 283.0, + 949.0, + 234.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 959.0, + 281.0, + 959.0, + 281.0, + 991.0, + 236.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 989.0, + 281.0, + 989.0, + 281.0, + 1021.0, + 236.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1019.0, + 281.0, + 1019.0, + 281.0, + 1057.0, + 236.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1075.0, + 281.0, + 1075.0, + 281.0, + 1107.0, + 236.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1105.0, + 283.0, + 1105.0, + 283.0, + 1148.0, + 234.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1164.0, + 281.0, + 1164.0, + 281.0, + 1196.0, + 236.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1194.0, + 278.0, + 1194.0, + 278.0, + 1226.0, + 236.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1222.0, + 283.0, + 1222.0, + 283.0, + 1268.0, + 234.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1280.0, + 281.0, + 1280.0, + 281.0, + 1312.0, + 236.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1310.0, + 281.0, + 1310.0, + 281.0, + 1342.0, + 236.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1338.0, + 283.0, + 1338.0, + 283.0, + 1378.0, + 234.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1396.0, + 281.0, + 1396.0, + 281.0, + 1430.0, + 236.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1426.0, + 281.0, + 1426.0, + 281.0, + 1468.0, + 234.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1482.0, + 281.0, + 1482.0, + 281.0, + 1516.0, + 236.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1512.0, + 281.0, + 1512.0, + 281.0, + 1546.0, + 236.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1542.0, + 283.0, + 1542.0, + 283.0, + 1586.0, + 234.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1598.0, + 278.0, + 1598.0, + 278.0, + 1632.0, + 236.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1630.0, + 281.0, + 1630.0, + 281.0, + 1662.0, + 236.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1655.0, + 285.0, + 1655.0, + 285.0, + 1699.0, + 235.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1716.0, + 281.0, + 1716.0, + 281.0, + 1748.0, + 236.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1746.0, + 283.0, + 1746.0, + 283.0, + 1788.0, + 234.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1802.0, + 281.0, + 1802.0, + 281.0, + 1836.0, + 236.0, + 1836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1832.0, + 281.0, + 1832.0, + 281.0, + 1866.0, + 236.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 1862.0, + 283.0, + 1862.0, + 283.0, + 1902.0, + 234.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1918.0, + 281.0, + 1918.0, + 281.0, + 1952.0, + 236.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1950.0, + 281.0, + 1950.0, + 281.0, + 1982.0, + 236.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1980.0, + 278.0, + 1980.0, + 278.0, + 2014.0, + 236.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 201.0, + 1401.0, + 201.0, + 1401.0, + 235.0, + 294.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 231.0, + 1407.0, + 231.0, + 1407.0, + 271.0, + 350.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 262.0, + 863.0, + 262.0, + 863.0, + 298.0, + 350.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 319.0, + 1405.0, + 319.0, + 1405.0, + 353.0, + 294.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 351.0, + 526.0, + 351.0, + 526.0, + 384.0, + 354.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 401.0, + 1405.0, + 401.0, + 1405.0, + 443.0, + 290.0, + 443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 437.0, + 1048.0, + 437.0, + 1048.0, + 471.0, + 354.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 490.0, + 1405.0, + 490.0, + 1405.0, + 530.0, + 294.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 523.0, + 539.0, + 523.0, + 539.0, + 557.0, + 354.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 576.0, + 1403.0, + 576.0, + 1403.0, + 616.0, + 292.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 608.0, + 969.0, + 608.0, + 969.0, + 648.0, + 350.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 662.0, + 1407.0, + 662.0, + 1407.0, + 703.0, + 292.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 692.0, + 1407.0, + 692.0, + 1407.0, + 734.0, + 350.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 724.0, + 619.0, + 724.0, + 619.0, + 764.0, + 352.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 774.0, + 1410.0, + 774.0, + 1410.0, + 823.0, + 290.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 810.0, + 1311.0, + 810.0, + 1311.0, + 848.0, + 352.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 869.0, + 1403.0, + 869.0, + 1403.0, + 903.0, + 296.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 898.0, + 1298.0, + 898.0, + 1298.0, + 938.0, + 352.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 947.0, + 1410.0, + 947.0, + 1410.0, + 997.0, + 288.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 985.0, + 1401.0, + 985.0, + 1401.0, + 1018.0, + 356.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1010.0, + 1360.0, + 1010.0, + 1360.0, + 1054.0, + 348.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1067.0, + 1405.0, + 1067.0, + 1405.0, + 1109.0, + 288.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1101.0, + 1405.0, + 1101.0, + 1405.0, + 1141.0, + 352.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1157.0, + 1403.0, + 1157.0, + 1403.0, + 1191.0, + 294.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1189.0, + 1403.0, + 1189.0, + 1403.0, + 1223.0, + 356.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1216.0, + 952.0, + 1216.0, + 952.0, + 1254.0, + 352.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1275.0, + 1401.0, + 1275.0, + 1401.0, + 1309.0, + 296.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1343.0, + 350.0, + 1343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1334.0, + 616.0, + 1334.0, + 616.0, + 1368.0, + 354.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1387.0, + 1405.0, + 1387.0, + 1405.0, + 1429.0, + 288.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1423.0, + 1033.0, + 1423.0, + 1033.0, + 1457.0, + 354.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1476.0, + 1405.0, + 1476.0, + 1405.0, + 1516.0, + 290.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1503.0, + 1405.0, + 1503.0, + 1405.0, + 1545.0, + 350.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1537.0, + 810.0, + 1537.0, + 810.0, + 1577.0, + 354.0, + 1577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1591.0, + 1410.0, + 1591.0, + 1410.0, + 1631.0, + 294.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1621.0, + 1410.0, + 1621.0, + 1410.0, + 1663.0, + 350.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1655.0, + 662.0, + 1655.0, + 662.0, + 1688.0, + 354.0, + 1688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1711.0, + 1403.0, + 1711.0, + 1403.0, + 1745.0, + 296.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1743.0, + 1055.0, + 1743.0, + 1055.0, + 1777.0, + 354.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1798.0, + 1405.0, + 1798.0, + 1405.0, + 1831.0, + 294.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1823.0, + 1405.0, + 1823.0, + 1405.0, + 1867.0, + 352.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1857.0, + 638.0, + 1857.0, + 638.0, + 1895.0, + 350.0, + 1895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1914.0, + 1403.0, + 1914.0, + 1403.0, + 1947.0, + 290.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1983.0, + 352.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1973.0, + 1235.0, + 1973.0, + 1235.0, + 2010.0, + 350.0, + 2010.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 259, + 198, + 1410, + 198, + 1410, + 713, + 259, + 713 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 865, + 2061, + 865, + 2085, + 836, + 2085 + ], + "score": 0.788 + }, + { + "category_id": 2, + "poly": [ + 242, + 779, + 274, + 779, + 274, + 800, + 242, + 800 + ], + "score": 0.77 + }, + { + "category_id": 2, + "poly": [ + 237, + 207, + 280, + 207, + 280, + 724, + 237, + 724 + ], + "score": 0.261 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 865, + 2061, + 865, + 2086, + 836, + 2086 + ], + "score": 0.115 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2097.0, + 832.0, + 2097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 777.0, + 278.0, + 777.0, + 278.0, + 803.0, + 239.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 210.0, + 279.0, + 210.0, + 279.0, + 237.0, + 238.0, + 237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 238.0, + 280.0, + 238.0, + 280.0, + 271.0, + 237.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 270.0, + 280.0, + 270.0, + 280.0, + 302.0, + 237.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 321.0, + 280.0, + 321.0, + 280.0, + 354.0, + 237.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 351.0, + 281.0, + 351.0, + 281.0, + 387.0, + 235.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 404.0, + 280.0, + 404.0, + 280.0, + 436.0, + 237.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 435.0, + 280.0, + 435.0, + 280.0, + 465.0, + 236.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 465.0, + 279.0, + 465.0, + 279.0, + 498.0, + 236.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 515.0, + 282.0, + 515.0, + 282.0, + 557.0, + 234.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 569.0, + 279.0, + 569.0, + 279.0, + 602.0, + 237.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 598.0, + 281.0, + 598.0, + 281.0, + 634.0, + 235.0, + 634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 652.0, + 280.0, + 652.0, + 280.0, + 685.0, + 237.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 681.0, + 281.0, + 681.0, + 281.0, + 716.0, + 235.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2097.0, + 832.0, + 2097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 210.0, + 278.0, + 210.0, + 278.0, + 234.0, + 256.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 199.0, + 1407.0, + 199.0, + 1407.0, + 242.0, + 286.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 239.0, + 279.0, + 239.0, + 279.0, + 267.0, + 253.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 233.0, + 1407.0, + 233.0, + 1407.0, + 272.0, + 351.0, + 272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 252.0, + 270.0, + 279.0, + 270.0, + 279.0, + 298.0, + 252.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 262.0, + 428.0, + 262.0, + 428.0, + 298.0, + 355.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 324.0, + 277.0, + 324.0, + 277.0, + 348.0, + 256.0, + 348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 315.0, + 1405.0, + 315.0, + 1405.0, + 354.0, + 290.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 350.0, + 281.0, + 350.0, + 281.0, + 385.0, + 249.0, + 385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 349.0, + 983.0, + 349.0, + 983.0, + 381.0, + 356.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 404.0, + 277.0, + 404.0, + 277.0, + 429.0, + 256.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 397.0, + 1405.0, + 397.0, + 1405.0, + 435.0, + 290.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 435.0, + 279.0, + 435.0, + 279.0, + 463.0, + 253.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 427.0, + 1403.0, + 427.0, + 1403.0, + 467.0, + 352.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 466.0, + 278.0, + 466.0, + 278.0, + 494.0, + 253.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 461.0, + 909.0, + 461.0, + 909.0, + 495.0, + 354.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 252.0, + 520.0, + 278.0, + 520.0, + 278.0, + 546.0, + 252.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 513.0, + 1208.0, + 513.0, + 1208.0, + 546.0, + 294.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 572.0, + 275.0, + 572.0, + 275.0, + 595.0, + 253.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 563.0, + 1407.0, + 563.0, + 1407.0, + 602.0, + 292.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 252.0, + 600.0, + 278.0, + 600.0, + 278.0, + 630.0, + 252.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 595.0, + 715.0, + 595.0, + 715.0, + 631.0, + 356.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 255.0, + 655.0, + 277.0, + 655.0, + 277.0, + 678.0, + 255.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 645.0, + 1405.0, + 645.0, + 1405.0, + 689.0, + 291.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 252.0, + 684.0, + 278.0, + 684.0, + 278.0, + 712.0, + 252.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 678.0, + 1111.0, + 678.0, + 1111.0, + 714.0, + 355.0, + 714.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 406, + 1131, + 1403, + 1131, + 1403, + 1398, + 406, + 1398 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 407, + 730, + 1406, + 730, + 1406, + 1080, + 407, + 1080 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 406, + 298, + 1405, + 298, + 1405, + 561, + 406, + 561 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 406, + 1448, + 1405, + 1448, + 1405, + 1645, + 406, + 1645 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 402, + 610, + 1255, + 610, + 1255, + 679, + 402, + 679 + ], + "score": 0.938 + }, + { + "category_id": 1, + "poly": [ + 363, + 688, + 670, + 688, + 670, + 719, + 363, + 719 + ], + "score": 0.918 + }, + { + "category_id": 1, + "poly": [ + 365, + 568, + 841, + 568, + 841, + 601, + 365, + 601 + ], + "score": 0.902 + }, + { + "category_id": 1, + "poly": [ + 364, + 257, + 580, + 257, + 580, + 288, + 364, + 288 + ], + "score": 0.897 + }, + { + "category_id": 1, + "poly": [ + 366, + 1407, + 1203, + 1407, + 1203, + 1439, + 366, + 1439 + ], + "score": 0.878 + }, + { + "category_id": 1, + "poly": [ + 369, + 1091, + 1400, + 1091, + 1400, + 1123, + 369, + 1123 + ], + "score": 0.85 + }, + { + "category_id": 2, + "poly": [ + 242, + 198, + 435, + 198, + 435, + 233, + 242, + 233 + ], + "score": 0.526 + }, + { + "category_id": 0, + "poly": [ + 242, + 198, + 435, + 198, + 435, + 233, + 242, + 233 + ], + "score": 0.427 + }, + { + "category_id": 15, + "poly": [ + 240.0, + 207.0, + 282.0, + 207.0, + 282.0, + 234.0, + 240.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 195.0, + 439.0, + 195.0, + 439.0, + 240.0, + 292.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 207.0, + 282.0, + 207.0, + 282.0, + 234.0, + 240.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 195.0, + 439.0, + 195.0, + 439.0, + 240.0, + 292.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1130.0, + 1179.0, + 1130.0, + 1179.0, + 1166.0, + 404.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1166.0, + 1404.0, + 1166.0, + 1404.0, + 1201.0, + 404.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1195.0, + 960.0, + 1195.0, + 960.0, + 1234.0, + 447.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1231.0, + 1399.0, + 1231.0, + 1399.0, + 1268.0, + 405.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1270.0, + 1404.0, + 1270.0, + 1404.0, + 1302.0, + 406.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1300.0, + 690.0, + 1300.0, + 690.0, + 1333.0, + 450.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1334.0, + 1404.0, + 1334.0, + 1404.0, + 1370.0, + 407.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1363.0, + 891.0, + 1363.0, + 891.0, + 1401.0, + 449.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 728.0, + 1409.0, + 728.0, + 1409.0, + 763.0, + 404.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 760.0, + 1407.0, + 760.0, + 1407.0, + 792.0, + 451.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 789.0, + 1406.0, + 789.0, + 1406.0, + 825.0, + 450.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 821.0, + 1185.0, + 821.0, + 1185.0, + 853.0, + 450.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 853.0, + 1406.0, + 853.0, + 1406.0, + 892.0, + 406.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 886.0, + 1404.0, + 886.0, + 1404.0, + 923.0, + 450.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 924.0, + 446.0, + 924.0, + 446.0, + 954.0, + 407.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 921.0, + 1409.0, + 921.0, + 1409.0, + 958.0, + 449.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 952.0, + 1078.0, + 952.0, + 1078.0, + 988.0, + 450.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 985.0, + 1408.0, + 985.0, + 1408.0, + 1027.0, + 405.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1016.0, + 1406.0, + 1016.0, + 1406.0, + 1057.0, + 447.0, + 1057.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1050.0, + 928.0, + 1050.0, + 928.0, + 1083.0, + 450.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 296.0, + 1405.0, + 296.0, + 1405.0, + 334.0, + 405.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 331.0, + 800.0, + 331.0, + 800.0, + 363.0, + 451.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 360.0, + 1407.0, + 360.0, + 1407.0, + 402.0, + 401.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 391.0, + 1050.0, + 391.0, + 1050.0, + 433.0, + 450.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 467.0, + 405.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 459.0, + 587.0, + 459.0, + 587.0, + 494.0, + 449.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 401.0, + 494.0, + 1405.0, + 494.0, + 1405.0, + 535.0, + 401.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 522.0, + 596.0, + 522.0, + 596.0, + 564.0, + 448.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1446.0, + 1408.0, + 1446.0, + 1408.0, + 1484.0, + 404.0, + 1484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1478.0, + 661.0, + 1478.0, + 661.0, + 1513.0, + 449.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1514.0, + 1405.0, + 1514.0, + 1405.0, + 1550.0, + 405.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1543.0, + 951.0, + 1543.0, + 951.0, + 1581.0, + 448.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 1580.0, + 1406.0, + 1580.0, + 1406.0, + 1616.0, + 409.0, + 1616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1613.0, + 926.0, + 1613.0, + 926.0, + 1647.0, + 450.0, + 1647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 610.0, + 1259.0, + 610.0, + 1259.0, + 646.0, + 405.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 645.0, + 1180.0, + 645.0, + 1180.0, + 682.0, + 403.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 682.0, + 675.0, + 682.0, + 675.0, + 726.0, + 357.0, + 726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 566.0, + 846.0, + 566.0, + 846.0, + 605.0, + 359.0, + 605.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 253.0, + 585.0, + 253.0, + 585.0, + 292.0, + 361.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 1402.0, + 1205.0, + 1402.0, + 1205.0, + 1446.0, + 356.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 1086.0, + 1405.0, + 1086.0, + 1405.0, + 1130.0, + 358.0, + 1130.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/ZS394D3djsg/ZS394D3djsg.md b/parse/train/ZS394D3djsg/ZS394D3djsg.md new file mode 100644 index 0000000000000000000000000000000000000000..2bcfc633a79a7ac7dda9ccd2c1974c6e0b5329f5 --- /dev/null +++ b/parse/train/ZS394D3djsg/ZS394D3djsg.md @@ -0,0 +1,457 @@ +# Fitting large mixture models using stochastic component selection + +Anonymous Author(s) +Affiliation +Address +email + +# Abstract + +1 Traditional methods for unsupervised learning of finite mixture models require to +2 evaluate the likelihood of all components of the mixture. This becomes computa +3 tionally prohibitive when the number of components is large, as it is, for example, +4 in the sum-product (transform) networks. As a remedy, we propose an approach +5 combining the expectation maximization and the Metropolis-Hastings algorithm +6 to evaluate only a small number of, stochastically sampled, components, thus +7 substantially reducing the computational cost. We put emphasis on generality of +8 our method, equipping it with the ability to train both shallow and deep mixture +9 models which involve complex, and possibly nonlinear, transformations. The +10 performance of our method is illustrated in a variety of synthetic and real-data +11 contexts, considering deep models, such as mixtures of normalizing flows and +12 sum-product (transform) networks. + +# 13 1 Introduction + +14 Finite mixture models [40] constitute a fundamental class of density estimation models. They +15 have been successfully applied in diverse fields, including bioinformatics [49], econometrics [10], +16 engineering [33], etc. A mixture model relies on a weighted sum of probability distributions—here +17 referred to as components—to cluster $N$ unlabelled datapoints into $K$ categories. The traditional +18 maximum likelihood techniques train the model by optimizing either (i) the marginal likelihood via +19 gradient-descent [50] or (ii) the evidence lower bound via variational methods [4], including the +20 expectation-maximization (EM) [13]. The dependence structure among approximate, variational, +21 distributions then ranges from the fully independent (mean-field) [25] to fully dependent [30]. The +22 sampling-based techniques target the posterior distribution using sequential Monte Carlo [9] or +23 Markov chain Monte Carlo [52], e.g. via the Gibbs [34] or Metropolis-Hastings sampling [38]. The +24 computational cost of these methods typically scales with $\mathcal { O } ( T K N D )$ operations, where $N$ and $K$ +25 are defined above, $T$ is the number of iterations and $D$ is the dimension of data. +26 Various methods to decrease the computational cost via any factor in $\mathcal { O } ( T K N D )$ have been proposed. +27 $T$ can be lowered by proper initialization, e.g. the optimal seeding [5]; an efficient step-size schedule, +28 e.g. the line-search [58]; or increased estimation precision, e.g. the variance reduction [8]. $N$ is often +29 reduced using the coreset methods, which approximate the original dataset by a weighted dataset +30 such that the exact and approximate marginal likelihoods are close. The weighted variants of the +31 variational [17, 59, 6] and sampling-based [39] methods then process the coresets. Reducing $D$ relies +32 on the compression of data into smaller representations via random projections [53, 2], which is +33 achieved in two ways: (i) each data item is projected into an individual representation [11]; (ii) all +34 data items are projected into an overall representation, commonly referred to as sketch [28, 22]. +35 Nevertheless, all the aforementioned techniques—including those with reduced computational cost— +36 evaluate all $K$ components. This is very demanding for large models, and the problem is even more +37 severe for mixtures involving intricate models, such as neural networks [21, 42], Gaussian processes +38 [57], normalizing flows [48]; or deep mixtures, including sum-product (transform) networks [45, 47], +39 deep Gaussian mixture models [55], etc. In spite of this, a little attention has been paid to the design +40 of algorithms which does not evaluate all $K$ components. The notable exceptions are the sparse EM +41 algorithm [24] and the truncated variational EM algorithm [18], see Table 1 and Section 5 for details. +42 Moreover, the methods are mostly tailored for a specific class of mixture models, e.g. the Gaussian +43 mixture models. + +Table 1: The computational features of various EM algorithms. We compare whether the methods (i) perform the computations with a reduced number of data (minibatching), (ii) update a lower number of statistics, (iii) make less evaluations of the conditional likelihood, and (iv) are suitable for training of deep models. Here, EM, SA, S, T, MC and MH stand for expectation-maximization, stochastic approximation, sparse, truncated, Monte Carlo and Metropolis-Hastings, respectively. + +
Feature/AlgorithmEM [13]SAEM [44]SSAEM [24]TSAEM [18]MCSAEM [1]MHSAEM (ours)
B<Ndatapoints×
M<K statisticsxx
M<Klikelihoodsxx×X
deep models×××X×
+ +44 In this paper, we make the following contributions: + +45 • We propose an EM-based algorithm which relies on the MH sampler to stochastically evaluate less +46 components in mixture models, substantially reducing the computational cost. +7 • We design our method to enable optimization of fairly generic EM objective functions, making it +48 suitable for training of both shallow and deep mixture models. +49 • We apply our approach to Gaussian mixture mdoels (GMMs) and their generalizations: sum +50 product-transform networks (SPTNs) and mixtures of real-valued non-volume preserving (real +51 NVP) flows [15], reaching approximately $1 0 0 \times$ speed-up compared to state-of-the-art methods. + +# 52 2 Problem formulation + +A finite mixture model characterizes the relation between an observed (known) variable, 53 $\boldsymbol { x } \in \times \subseteq \mathbb { R } ^ { D }$ , 54 and a latent (unknown) variable, $z \in Z : = \{ 1 , \dots , K \}$ , via the marginal (incomplete-data) likelihood 55 in the following form: + +$$ +p _ { \theta } ( x ) = \sum _ { k = 1 } ^ { K } p _ { \eta _ { k } } ( x | z = k ) p _ { \pi _ { k } } ( z = k ) , +$$ + +56 where $\theta : = ( \pi _ { 1 } , \eta _ { 1 } , \dots , \pi _ { K } , \eta _ { K } ) \in \Theta$ are unknown parameters. Here, $\eta _ { z }$ are the parameters of the 57 conditional likelihood, $p _ { \eta _ { z } } ( x | z )$ , and $\pi _ { z }$ is the weight which parameterizes the prior, $p _ { \pi _ { z } } ( z ) = \pi _ { z }$ , and satisfies 58 $0 \leq \pi _ { k } \leq 1$ for each $k \in { \mathord { \mathbb { Z } } }$ and $\textstyle \sum _ { k = 1 } ^ { K } \pi _ { k } = 1$ . + +59 Given a set of independent and identically distributed data, $\mathbf { x } : = ( x _ { i } ) _ { i = 1 } ^ { N }$ , our goal is to learn the +60 unknown parameters of the marginal log-likelihood, + +$$ +\mathcal { L } ( \theta ) : = \log p _ { \theta } ( \mathbf { x } ) = \sum _ { i = 1 } ^ { N } \log \sum _ { k = 1 } ^ { K } p _ { \eta _ { k } } ( x _ { i } | z _ { i } = k ) p _ { \pi _ { k } } ( z _ { i } = k ) . +$$ + +61 The marginalization in (2) is tractable for almost all forms of $p _ { \eta _ { z } } ( x | z )$ . Indeed, we consider $p _ { \eta _ { z } } ( x | z )$ +62 to belong to an arbitrary family of $\eta _ { z }$ -differentiable probability distributions. However, we assume that +63 $K$ is high, making the marginalization in (2) computationally costly, thus rendering the optimization +64 objective presumably intractable. Therefore, we want to design a computationally efficient algorithm, +65 requiring only $M < K$ evaluations of $p _ { \eta _ { z } } ( x | z )$ at each iteration. +67 The maximum likelihood estimation seeks the parameters maximizing the marginal log-likelihood, +68 $\theta ^ { M L } : = \arg \operatorname* { m a x } _ { \theta \in \Theta } \mathcal { L } ( \theta )$ . The traditional EM algorithm [13] addresses this task indirectly, i.e. by +69 optimizing the evidence lower bound (ELBO), + +$$ +\mathcal { L } ( \theta ) \geq \mathcal { Q } ( \theta ) + \mathcal { H } ( \hat { \theta } ) : = \mathrm { E L B O } ( \hat { \theta } ) , +$$ + +where 70 $\mathcal { H } ( \hat { \theta } ) : = - \mathsf E _ { p _ { \hat { \theta } } ( \mathbf { z } | \mathbf { x } ) } [ \log p _ { \hat { \theta } } ( \mathbf { z } | \mathbf { x } ) ]$ is the differential entropy at an estimate, $\hat { \theta } \in \Theta$ , and + +$$ +\mathcal { Q } ( \theta ) : = \mathsf { E } _ { p _ { \hat { \theta } } ( \mathbf { z } | \mathbf { x } ) } [ \log p _ { \theta } ( \mathbf { z } , \mathbf { x } ) ] = \sum _ { i = 1 } ^ { N } \sum _ { k = 1 } ^ { K } p _ { \theta } ( z _ { i } = k | x _ { i } ) \log p _ { \theta } ( z _ { i } = k , x _ { i } ) +$$ + +71 is the EM objective function. Here, $p _ { \theta } ( \mathbf { z } , \mathbf { x } )$ is the joint (complete-data) likelihood, and $p _ { \theta } ( \mathbf { z } | \mathbf { x } )$ is +72 the posterior distribution over the latent variables $\dot { \mathbf { z } } : = ( z _ { i } ) _ { i = 1 } ^ { N }$ . Given an initial value, $\theta _ { 0 }$ , the EM +73 algorithm produces a sequence of estimates, $( \theta _ { t } ) _ { t = 1 } ^ { T }$ , by alternating between the expectation (E) and +74 maximization (M) steps, + +$$ +\begin{array} { r l } & { \mathrm { E \mathrm { - } s t e p } ; ~ \mathcal { Q } _ { t - 1 } ( \theta ) , } \\ & { \mathrm { M \mathrm { - } s t e p } ; ~ \theta _ { t } : = \arg \operatorname* { m a x } _ { \theta \in \Theta } \mathcal { Q } _ { t - 1 } ( \theta ) . } \end{array} +$$ + +75 This sequence is guaranteed to monotonically tighten the ELBO, arriving at a local optimum of (2) +76 under mild regularity assumptions [56]. +77 The EM algorithm is computationally expensive, since (4) evaluates $p _ { \theta } ( z _ { i } , x _ { i } )$ for each $z _ { i } \in \mathbb { Z }$ and +78 $i \in ( 1 , \ldots , N )$ . This has to be performed for all $t \in ( 1 , \ldots , T )$ in (5). Albeit the marginal factor, +79 $p _ { \pi _ { z } } ( z )$ , is just the cheap categorical distribution, the conditional factor, $p _ { \eta _ { z } } ( x | z )$ , typically involves +80 high-dimensional operations (e.g., the inversion of the full $D \times D$ -dimensional covariance matrices +81 in the GMMs). Moreover, the M-step (6) is also expensive for large $K$ . This holds despite that (6) +82 can be reduced to closed-form updates of expected sufficient statistics for $p _ { \eta _ { z } } ( x | z )$ belonging to the +83 exponential family [44] (again, due to high $D$ ). All in all, the computational complexity of the EM +84 algorithm scales with $\mathcal { O } ( T D N K )$ . + +If (6) cannot be computed under a closed-form solution, one can resort to direct gradient-descent optimization of $\mathcal { Q } ( \boldsymbol { \theta } )$ , where arg max is replaced by one (or more) step(s) of a gradient descent technique. The EM algorithm is then referred to as the generalized EM algorithm [56]. + +# 88 4 The generalized MHSAEM algorithm + +89 We design a version of the generalized EM algorithm suitable for scenarios where (4) can represent +90 deep, discrete, latent variable models, thus being parameterized by possibly complex nonlinear +91 transformations. We particularly focus on decreasing the the number of operations in the generalized +92 EM algorithm from $\mathcal { O } ( T D N K )$ to $\mathcal { O } ( T D B M )$ , where $B \ll N$ and $M \ll K$ . + +# 4.1 E-step + +94 We reduce the cost of evaluating the EM objective function (4) by combining the minibatching (as +95 used many times before) and the Monte Carlo sampling. Namely, the specific application of the latter +96 to generic mixture models is the key contribution of this paper. +97 Minibatching. At each iteration, $t$ , we compute the conditional expectation in (4) only for a subset— +98 here referred to as a minibatch—of the original full dataset, i.e. $( x _ { i } ) _ { i \in I }$ . Here, $I$ is a set of $B \ll N$ +99 indices, $i$ , sampled uniformly without replacement from $( 1 , \ldots , \dot { N } )$ . This substantially decreases the +100 necessary computations compared to the full sweep over all $N$ datapoints [23]. +101 Monte Carlo sampling. For each $i \in I$ , we want to draw $M \ll K$ random samples from $p _ { \theta } ( z _ { i } | x _ { i } )$ in +102 order to obtain a Monte Carlo estimate of (4). The straightforward way to do this would be to draw +103 the samples directly from $p _ { \theta } ( z _ { i } | x _ { i } )$ . However, direct sampling from $p _ { \theta } ( z _ { i } | x _ { i } )$ does not lead to any +104 substantial decrease in the number of operations. This is caused by the fact that even for a single +105 sample of $z _ { i }$ , we have to first compute the normalizing factor, $p _ { \theta } ( x _ { i } )$ , to obtaining the posterior, +106 $p _ { \theta } ( z _ { i } | x _ { i } )$ . This requires $K$ expensive evaluations of $p _ { \theta } ( z _ { i } , x _ { i } )$ , which is precisely what we want to +107 avoid. Our approach is to resort to the Markov chain Monte Carlo (MCMC), which allows us to +108 sample from $p _ { \theta } ( z _ { i } | x _ { i } )$ , with the computational complexity decreasing to only a single evaluation of +109 $p _ { \theta } ( z _ { i } , x _ { i } )$ per a single sample of $z _ { i }$ . +110 MCMC methods obviate the computation of the normalizing factor in $p _ { \theta } ( z _ { i } | x _ { i } )$ by simulating a +111 Markov chain, $( z _ { i , t } ) _ { t = 1 } ^ { T }$ , from a transition kernel, $z _ { i , t } \sim P ( z _ { i , t - 1 } , \cdot )$ , which leaves $p _ { \theta } ( z _ { i } | x _ { i } )$ as its +112 unique stationary (invariant) distribution, starting from an initial value $z _ { i , 0 }$ . The specific form of $P$ +113 determines the structure of an MCMC method. We chose the Metropolis-Hastings (MH) sampler, +114 which represents $P ( z _ { i , t - 1 } , z _ { i , t } )$ as follows: given $\bar { z } _ { i } : = z _ { i , t - 1 }$ , draw a sample from the proposal +115 distribution $z _ { i } \sim q ( \cdot | \bar { z } _ { i } )$ , compute the acceptance ratio, + +$$ +\alpha ( \bar { z } _ { i } , z _ { i } ) : = \operatorname* { m i n } \biggr \{ 1 , \frac { p _ { \eta _ { z _ { i } , t - 1 } } ( x _ { i } | z _ { i } ) \pi _ { z _ { i } , t - 1 } q ( \bar { z } _ { i } | z _ { i } ) } { p _ { \eta _ { \bar { z } _ { i } , t - 1 } } ( x _ { i } | \bar { z } _ { i } ) \pi _ { \bar { z } _ { i } , t - 1 } q ( z _ { i } | \bar { z } _ { i } ) } \biggr \} , +$$ + +116 and, if $u < \alpha \big ( \bar { z } _ { i } , z _ { i } \big )$ —where $u$ is drawn from a uniform distribution, Uniform $( 0 , 1 )$ —accept the +117 sample and set $z _ { i , t } = z _ { i }$ ; otherwise, set $z _ { i , t } = \bar { z } _ { i }$ . For each $i \in I$ and $t \in ( 1 , \ldots , T )$ , we repeat +118 this process $M$ times, construing a set $\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \dots , z _ { i , t } ^ { M } )$ . Therefore, at every current iteration, +119 120 $t$ , we caking $\bar { z } _ { i } = z _ { i , t - 1 } ^ { M }$ extend the chain from the point where we left at the previous iteration, . Under mild regularity assumptions [52], the chain passes the transiti $t - 1$ , byriod +121 (the burn-in phase), and the samples can then be used to approximate the conditional expectation in +122 (4) as follows: + +$$ +\widehat { \mathcal { Q } } _ { t - 1 } ( \theta ) = \frac { 1 } { M } \sum _ { i \in I } \sum _ { z \in \mathbf { z } _ { i , t } } \log p _ { \eta _ { z } } ( x _ { i } | z ) \pi _ { z } . +$$ + +123 Note that, to ensure this approach is truly efficient, we have to draw only $M \ll K$ samples at each +124 iteration, $t$ ; otherwise, for $M \approx K$ , we may rather compute the exact marginalization in (4), since it +125 is tractable (but computationally costly). + +# 4.2 M-step + +127 Assume for a moment that (6) with $\mathcal { Q } _ { t - 1 } ( \theta )$ given by (8) has a closed-form solution, yielding an +128 estimate of $\theta$ . Such an estimate would have a high variance, converging only for $M \to \infty$ and +129 $T \to \infty$ [19]. The main reason is that the samples would not be reused over the iterations, $t$ , +130 thus wasting computational resources. We consider that there is no closed-form solution of (6), +131 and—to ensure that the samples (and thus computations) are recycled over the iterations—we use +132 the stochastic approximation (SA) [51] to optimize (8). This is analogous to applying a stochastic +133 gradient-descent method, $\theta _ { t } = \theta _ { t - 1 } + \gamma _ { t } \nabla _ { \theta } \tilde { \mathcal { Q } } _ { t - 1 } ( \theta )$ , where $\gamma _ { t }$ is the step-size, satisfying the Robbins +134 Monro constraints, $\begin{array} { r } { \gamma _ { t } \in [ 0 , 1 ] , \sum _ { t \geq 1 } \gamma _ { t } = \infty , \sum _ { t \geq 1 } \gamma _ { t } ^ { 2 } < \infty , } \end{array}$ and $\nabla _ { \theta }$ is the gradient w.r.t. $\theta$ . In this +135 way, the computations made in $\nabla _ { \boldsymbol { \theta } } \widehat { \mathcal { Q } }$ are accumulated via $\theta _ { t }$ and reused over the iterations. +136 The parameters $\eta _ { z }$ have a different form based on a specific case of $p _ { \eta _ { z } } ( x | z )$ , whereas $\pi _ { z }$ is a +137 permanent structure in (1). Therefore, without loss of generality, we split (6) into a generic part and a +138 fixed part as follows: + +$$ +\begin{array} { r l } & { \eta _ { k , t } = \eta _ { k , t - 1 } + \gamma _ { t } \nabla _ { \eta _ { k } } \widehat { \mathcal { Q } } _ { t - 1 } ( \theta ) , } \\ & { \nu _ { k , t } = \nu _ { k , t - 1 } + \gamma _ { t } \nabla _ { \nu _ { k } } \widehat { \mathcal { Q } } _ { t - 1 } ( \theta ) , } \end{array} +$$ + +139 where—to ensure that the probabilities, $( \pi _ { k , t } ) _ { k = 1 } ^ { K }$ , satisfy the constraints (Section 2)—we transform +140 $\nabla _ { \pi _ { k } } \widehat { \mathcal { Q } }$ via $\nu _ { k } = \log \pi _ { k }$ and optimize w.r.t. $\nu _ { k }$ . Then, to obtain $( \pi _ { k , t } ) _ { k = 1 } ^ { K }$ from $\nu _ { t } : = ( \nu _ { k , t } ) _ { k = 1 } ^ { K }$ , we +141 k b use the softmax function, i.e. $\pi _ { k , t } : = \mathrm { s o f t m a x } ( \pmb { \nu } _ { t } ) _ { k } : = \exp ( \nu _ { k , t } ) / \sum _ { l = 1 } ^ { K } \exp ( \nu _ { l , t } )$ . + +Computing the gradients for all pairs of $( \nu _ { k } , \eta _ { k } ) _ { k = 1 } ^ { K }$ would be inefficient, especially since ${ \bf z } _ { i , t }$ contains only a small number of unique values of Z for $M \ll K$ . Consequently, we compute $\dot { \nabla } _ { \eta _ { k } } \widehat { \mathcal { Q } }$ and $\nabla _ { \nu _ { k } } \widehat { \mathcal { Q } }$ only for $k \in { \mathrm { u n i q u e } } ( \mathbf { z } _ { i , t } )$ . We summarize the proposed approach in Algorithm 1. + +# 4.3 Proposal distribution + +146 The choice of the proposal distribution has a significant impact on the speed of convergence and the computational cost of the proposed algorithm. Here, we discuss various possible choices of 147 $q \big ( z _ { i } | \bar { z } _ { i } \big )$ . + +Input: $\theta _ { 0 }$ , $( \mathbf { z } _ { i , 0 } ) _ { i = 1 } ^ { N }$ , $( \mathbf { x } _ { i } ) _ { i = 1 } ^ { N }$ +Output: $( \theta _ { t } ) _ { t = 1 } ^ { T }$ for $t \in ( 1 , \ldots , T )$ or until convergence do form the set $\dot { I } = ( i _ { j } ) _ { j = 1 } ^ { B }$ by sampling (without replacement) $B$ indices $i \sim ( 1 , \dots , N )$ for $i \in I$ do set $\bar { z } _ { i }$ as the last element of $\mathbf { z } _ { i , t - 1 }$ for $j \in ( 1 , \ldots , M )$ do sample $z _ { i } \sim q ( z _ { i } | \bar { z } _ { i } )$ sample $u \sim \mathrm { U n i f o r m } ( 0 , 1 )$ compute $\alpha ( \bar { z } _ { i } , z _ { i } )$ in (7) if $u < \alpha \big ( \bar { z } _ { i } , z _ { i } \big )$ then set $z _ { i , t } ^ { j } = z _ { i }$ and $\bar { z } _ { i } = z _ { i }$ else set $z _ { i , t } ^ { j } = \bar { z } _ { i }$ end if end for set $\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \dots , z _ { i , t } ^ { M } )$ end for compute (8) compute (9) for $k \in { \mathrm { u n i q u e } } ( \mathbf { z } _ { i , t } )$ compute $\pi _ { k , t } : = \mathrm { s o f t m a x } ( \pmb { \nu } _ { t } ) _ { k }$ for $k \in { \mathord { \mathbb { Z } } }$ end for + +148 Optimal proposal $( O )$ . The optimal proposal distribution is $q ( z _ { i } | \bar { z } _ { i } ) : = q ( z _ { i } ) : = p _ { \theta } ( z _ { i } | x _ { i } )$ . This +149 ensures that the acceptance rate (7) is always $\alpha ( \bar { z } _ { i } , z _ { i } ) = 1$ . However, the need to perform $K$ +150 expensive evaluations of $p _ { \theta } ( z _ { i } , x _ { i } )$ before sampling from $p _ { \theta } ( z _ { i } | x _ { i } )$ is the reason we resorted to +151 the MH sampler in the first place. We consider this case only to set the upper limit on admissible +152 computational cost and to study the impact of sub-optimal proposal distribtions. +153 Uniform proposal $( U )$ . The uniform distribution on the discrete interval from 1 to $K$ , i.e. $q ( z _ { i } | \bar { z } _ { i } ) : =$ +154 $q ( z _ { i } ) : = \mathrm { U n i f o r m } ( 1 , K )$ , is the simplest and computationally cheapest variant of the proposal +155 distribution. However, due to poor mixing properties, the algorithm may converge slowly for high $K$ . +156 Tabular proposal with forgetting $( T F )$ . The key requirement to design a proposal distribution is to +157 restrict its computational complexity somewhere between that of the $\mathrm { U }$ and $\mathrm { o }$ proposals. One way to +158 satisfy this constraint is to use the Markov chain, $( z _ { i , t } ) _ { t = 1 } ^ { T }$ , to learn a transition kernel, $p ( z _ { i } | \bar { z } _ { i } )$ , see, +159 e.g. [3]. Unfortunately, this would require us to store a table with $K ^ { 2 }$ entries for each $i \in ( 1 , \ldots , N )$ , +160 161 which is very demanding evethe Markov chain and define: $q ( z _ { i } | \bar { z } _ { i } ) : = q _ { \alpha _ { i } } ( z _ { i } ) : = \mathcal { C } ( \alpha _ { i } )$ $K$ $N$ herefore, where $\mathcal { C } ( \pmb { \alpha } _ { i } ) \propto \Pi _ { k = 1 } ^ { K } \alpha _ { k , i } ^ { \bar { 1 ( } z _ { i } = k ) }$ nce inis the +162 categorical distribution with the weights $\pmb { \alpha } _ { i } : = ( \alpha _ { 1 , i } , \dots , \alpha _ { K , i } )$ . For $\mathcal { L } ( \pmb { \alpha } _ { i } ) : = \Sigma _ { \tau = 1 } ^ { t } \log q _ { \pmb { \alpha } _ { i } } ( z _ { i , \tau } )$ +163 we obtain an estimate of $\alpha _ { i }$ at iteration $t$ as follows: $\begin{array} { r } { \alpha _ { i , t } : = \mathrm { \ a r g m a x } _ { \alpha _ { i } } \mathcal L ( \alpha _ { i } ) \ = \ \frac { n _ { i , t } } { t } } \end{array}$ t , with +164 $n _ { i , t } = \Sigma _ { \tau = 1 } ^ { t } \mathbf { e } _ { z _ { i , t } }$ , where $\mathbf { e } _ { k }$ is the standard basis vector (a one-hot vector) with one at $k$ th position +165 and zeros otherwise. This can be further rewritten into a recursive form: $n _ { i , t } = n _ { i , t - 1 } + \mathbf { e } _ { z _ { i , t } }$ or, +166 using the Robbins-Monro step-size, $n _ { i , t } = ( { \bf 1 } - { \bf e } _ { z _ { i , t } } \gamma _ { t } ) \odot n _ { i , t - 1 } + \gamma _ { t } { \bf e } _ { z _ { i , t } }$ , where 1 is the vector of +167 ones, and $\odot$ is the Hadamard product. We refer to this case simply as “table with forgetting” (TF) +168 due to that it represents $N \times K$ table in the memory and $\gamma _ { t }$ is a forgetting factor. + +# 169 5 Related work + +Stochastic approximation expectation-maximization. The application of SA to prevent the evaluation +1 of all $K$ components in mixture models has been overlooked for a long time. The reason is that the +72 original motivation to combine the EM algorithm with SA is to address the analytical intractability +73 of the expected value under $p _ { \theta } ( z | x )$ in (4), which is, however, almost always tractable for mixture +74 models. The intractability issue is addressed by either the Monte Carlo SAEM (MCSAEM) [12] +75 or the Markov chain Monte Carlo SAEM (MCMCSAEM) [31]. Applying the former approach to +76 mixture models would be inefficient, since it evaluates $K$ joint distributions, $p _ { \theta } ( z , x )$ , before drawing +177 $M$ samples from $p _ { \theta } ( z | x )$ . Therefore, this method reduces only the computational cost of updating the +178 sufficient statistics. This is addressed by the latter approach, where $M < K$ samples from a proposal +179 distribution, $q ( z | x )$ , is used to calculate $p _ { \theta } ( z , x )$ and also the sufficient statistics. However, all these +180 methods process all data at every iteration, providing only a limited advantage over the conventional +181 EM algorithm. Minibatch versions of these techniques have recently been proposed [27, 32, 1]. +182 All the above methods commonly assume $p _ { \theta } ( z , x )$ belonging to the exponential family. This provides +183 a convenient, but limiting, property which allows (6) to be computed under a closed-form solution. +184 The main contribution of our work is to release this restrictive assumption by admitting that $p _ { \theta } ( z , x )$ +185 (and thus $\mathcal { Q }$ ) is given by possibly complex and intractable transformations. +186 Sparse and truncated variational techniques. There is only a small body of methods explicitly +187 reducing the number of evaluated components. Their common aspect is that they follow from the +188 variational framework, where the exact posterior, $p _ { \theta } ( z | x )$ , is approximated by a variational posterior, +189 $q ( z | x )$ . This sparse, approximate, posterior is defined over a lower number of components, $M \ll K$ , +190 such that only the important components are selected, relying on relaxation of the hard EM algorithm +191 from taking a single $M = 1$ assignment [26] to taking multiple $M \ll K$ assignments. The sparse +192 SAEM (SSAEM) algorithm [24] selects the components by a quick partial sorting of the posterior +193 probabilities, $p _ { \theta } ( z | x )$ . Again, this requires $K$ evaluations of $p _ { \theta } ( z , x )$ before the sorting, thus only +194 reducing the amount of updated statistics. Similarly, the truncated SAEM (TSAEM) algorithm [18] +195 selects $M < K$ cluster-to-cluster and $\bar { M } < K$ cluster-to-datapoint minimal Euclidean distances, +196 preventing the problem in the SSAEM algorithm. However, all these distances are evaluated for all +197 components in a pairwise manner, leading to $K ^ { 2 }$ -computational complexity, which makes the saving +198 dubious. Similarly as before, these methods assume $p _ { \theta } ( z , x )$ to belong to the exponential family. + +![](images/0c516376ee7ecf27c7edaec6674fb19224d829bc10798ac37d421adee064aa0e.jpg) +Figure 1: The training log-likelihood, $\mathcal { L } ( \boldsymbol { \theta } _ { t } )$ , versus the computational time (in seconds). Here, on the $\mathbf { X }$ -axis, the computational time at a current iteration, $t$ , is obtained by accumulating the time from the previous iterations. corresponds to $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ , where $t _ { 9 5 }$ is the iteration of reaching $9 5 \%$ of max $\mathcal { L } ( \boldsymbol { \theta } _ { t } )$ . The projection of $^ { \circ }$ on the $\mathbf { X }$ -axis gives the time to reach $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ . This experiment was performed with the following settings: $( D , \bar { K } , N , \omega , B , M , T ) = ( 1 0 , 1 0 0 , 1 0 k , 0 . 1 , \bar { 2 } 0 0 , 2 , 2 0 k )$ , see Section 6.1 for details. The results are averaged over five repetitions. + +199 We summarize the distinguishing features of the above discussed methods in Table 1. + +# 6 Experiments + +To demonstrate the key features of our algorithm—its low computational complexity, competitive learning performance, and generality—we use it below to train: (i) GMMs on synthetic datasets, and (ii) SPTNs [47] and (iii) mixtures of real NVP flows [48] on real datasets. All experiments have been performed on a Slurm cluster equipped with Intel Xeon Scalable Gold 6146 with 384GB of RAM. + +# 6.1 Gaussian mixture models + +Consider the special case of a data-generating distribution given by (1), with the components taking the form of the multivariate Gaussian distribution, $p _ { \eta _ { z } } ( x | z ) = \mathcal { N } ( x ; \mu _ { z } , \Sigma _ { z } )$ , where $\mu _ { z }$ is the mean value and $\Sigma _ { z }$ is the covariance matrix. The difficulty of learning GMMs heavily depends on the degree of interaction among all mixture components, hence having the ability to generate synthetic datasets with arbitrary overlap characteristics between all pairs of components is crucial for systematic + +![](images/0ced572977ae404a4e785379dc4987ce758b6f6930ca4d73adbe35955ed678b7.jpg) +Figure 2: The absolute error, $\mathrm { A E } = | \mathcal { L } ( \theta _ { t _ { 9 5 } } ) - \mathcal { L } ( \theta ) |$ , versus the computational time (in seconds). All experiments use the following settings: $( D , K , \dot { N } , \omega , B , M , T ) = \bar { ( } 1 0 , 1 0 0 , 1 0 k , 0 . 1 , 2 0 0 , 2 , 2 0 k )$ , where the number of components, $K$ , (left), the batchsize, $B$ , (middle) and the number of samples, $M$ , (right) change for different values denoted by $( + , \sqsupset , \circ , \pmb { \triangle } )$ . At each of these points (marks), we perform an experiment as illustrated in Figure 1, find $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ to compute the AE, and record the time corresponding to $t _ { 9 5 }$ . The results are averaged over five repetitions. + +211 evaluation of performance of learning algorithms [43]. Traditional techniques usually define overlap +212 (or separation) of components only in terms of their mean vectors and maximum eigenvalues of the +213 covariance matrices, not accounting for their rotation and mixing weights (see [36] for a detailed +214 treatment of the problem). We therefore use a more objective measure of the clustering complexity +215 defined by the total probability of misclassification [41], which allows to generate data with a +216 user-defined degree of maximum pairwise overlap, $\omega$ . +217 Experiment settings: We generate the parameters of (1), and the corresponding dataset, uniquely for a +218 given quadruple $( D , K , N , \omega )$ . Therefore, the parameters of the generative model are known and we +219 can measure and display the convergence of the training log-likelihood, $\mathcal { L } ( \boldsymbol { \theta } _ { t } )$ , compared to the exact +220 log-likelihood, $\mathcal { L } ( \boldsymbol { \theta } ) \dot { }$ , for $t = ( 1 , \ldots , T )$ . We are further interested in the absolute error between the +221 training log-likelihood at the iteration of reaching $9 5 \%$ of its maximum value, $t _ { 9 5 }$ , and the exact +222 log-likelihood, i.e. $\mathrm { A E } = | \mathcal { L } ( \theta _ { t _ { 9 5 } } ) - \mathcal { L } ( \theta ) |$ . +23 We also measure the computational time until reaching $t _ { 9 5 }$ . We have used $9 5 \%$ of the maximum +24 value instead of the maximum value to prevent cases, where the model oscillate around target value, +25 making the estimate of convergence time very noisy (for example MCSAEM in Figure 1). +226 Algorithms: The GMMs belong to the exponential family of probability distributions. This allows us +227 to find a closed-form, recursive, solution of (6), relying on a Robbins-Monro type of the step-size +228 sequence, $( \gamma _ { t } ) _ { t = 1 } ^ { T }$ , [7, 44]. In this setting, we compare our MHSAEM algorithm with a number of +229 related methods in Table 1. Note we use the acronyms U and TF to specify the proposal distribution of +230 the MHSAEM algorithm (Section 4.3). However, we do not use the O-proposal, since the MHSAEM +231 O algorithm is equivalent to the MCSAEM algorithm. All the SA-variants in Table 1 use a minibatch +232 of size $B$ . The key quantity to reduce the number of evaluated components and/or sufficient statistics +233 in the SSAEM, TSAEM, MCSAEM and MHSAEM algorithms is collectively denoted by $M$ (Section +234 5). Note that we always keep $M = \bar { M }$ in the TSAEM algorithm (see Figure 1 and 2 for concrete +235 numbers). We use the step-size given by $\gamma _ { t } = 1$ for $t = 1 , \ldots , 5 0$ and $\gamma _ { t } = 0 . 0 5$ otherwise. In +236 this section, to counteract the issue of attaining poor local optima, we equip all algorithms with the +237 anti-annealing schedule $( \beta _ { t } ) _ { t = 1 } ^ { T }$ , starting with $\beta _ { 1 } = 0 . 1$ , reaching $\beta _ { 2 / 3 T } = 1 . 2$ , and decreasing back +238 to $\beta _ { T } = 1 . 0$ , see [43] for details. The initial estimates of: (i) $\mu _ { k }$ are uniformly drawn from the unit +239 hyper-cube, (ii) $\Sigma _ { k }$ are fixed to unit diagonal matrix, and (iii) $\pi _ { k }$ are uniformly drawn from the unit +240 interval (followed by normalization). +241 Results: Figure 1 shows that the EM [13] and SAEM [44] algorithms take the longest time to +242 converge, attaining a poor local optima. On the other hand, the MCSAEM [1] and MHSAEM (U +243 and TF) algorithms achieve $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ closest to the likelihood $\mathcal { L } ( \boldsymbol { \theta } )$ of the true model. Moreover, both +244 MHSAEM algorithms reach this value in the shortest time compared to all the other methods. The +245 SSAEM [24] and TSAEM [18] algorithms are comparable in terms of the computational time, but +246 they both provide the lowest $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ . In Figure 2, we investigate sensitivity of fitting the model to +47 increasing values of $K$ , $B$ and $M$ by measuring the time and the likelihood again. In all the cases, +48 the proposed MHSAEM algorithms achieve the lowest AE in the shortest time. + +SSAEM and TSAEM algorithms failed to converge for $M > 2$ and for $K > 5 0$ respectively. We believe this is caused by selecting only $M$ maximal probabilities in the SSAEM (or distances in the TSAEM) algorithm (Section 5), which prevents certain, but not a negligible number of, components from being updated, thus providing only a crude approximation of $\bar { p } _ { \theta } \bar { ( } z | x )$ . The results then suffer from substantial variational gap to the exact log-likelihood (Figure 1). On the contrary, MH sampler provides samples which consistently approximate $p _ { \theta } ( z | x )$ despite evaluating much lower number of components in each step. + +# 6.2 Sum-product transform networks + +The sum product networks (SPNs) are a deep learning extension of finite mixture models. They can be interpreted as a mixture of trees [60], where each tree corresponds to a component. Therefore, they can be cast into the form of (1), but the number of components grows exponentially with their depth. In this section, we use recently proposed SPTNs which introduce additional transformation nodes to provide better expressiveness than the SPNs (SPTNs effectively generalize SPNs and flow models into one large family of models). + +Experimental settings: We use 19 real datasets from the UCI database [16, 37, 35, 54], preprocessed in the same way as in [46]. For each experiment, we randomly split the data into $64 \%$ , $16 \%$ and $20 \%$ for training, validation and testing, respectively. We calculate the average log-likelihood on the test set and measure again the time to reach $9 5 \%$ of the maximal training log-likelihood, $\mathcal { L } ( \boldsymbol { \theta } _ { t _ { 9 5 } } )$ . + +To evaluate various (possibly shallow and/or deep) architectures of SPTNs, we fit each dataset with all the following combinations of hyper-parameters1: $s \in ( 8 , 3 2 , 1 2 8 )$ , $b \in ( 2 , 4 , 6 , 8 )$ , $l \in ( 2 , 3 , 4 )$ , where $s$ is the number of children of each sum node, $b$ is the number of partitions of each product node, and $l$ is the number of layers (one layer contains sum and product nodes). The number of components of the SPTN, after its conversion into (1), is given as follows: $K = s ^ { l }$ . Note that the maximum number of components for the investigated parameters of the SPTN is 268,435,456. To reduce the space of possible architectures, we restrict ourselves only to (i) the leaf nodes given by $\mathcal { N } ( 0 , \bf { I } )$ ; (ii) affine transformations fixed to the singular value decomposition, choosing the the Givens parameterization for the unitary matrices [47]; and (iii) no sharing of any type of nodes [47]. + +276 Algorithms: We evaluate only on the MHSAEM-U algorithm—due to its favourable computational +277 complexity and simplicity—and compare it with the stochastic gradient-descent (SGD) algorithm, +278 which is routinely used to train SP(T)Ns [45, 47]. In this case, SGD in each iteration performs +279 computations over all subtrees of the network, whereas the MHSAEM-U algorithm computes with +280 only $M = 1$ subtrees, thus we should observe speed-up of the computations. In our implementation, +281 both these methods perform optimization of their respective objective functions—the log-likelihood +282 (2) for SGD and the EM objective (8) for MHSAEM-U—via the use of the automatic differentiation +283 and the ADAM optimizer [29], using $B = 1 0 0$ and $T = 2 0 0 0 0$ . + +Results: Since each dataset might benefit from a different architecture, Table 6.2 shows the test log-likelihood of the architectures selected according to the best likelihood measured on the validation set and the corresponding speed-up. The test log-likelihoods reveal that the MHSAEM-U algorithm outperforms the SGD algorithm on 10 out of 19 datasets, which was not originally the goal, but the added stochasticity helps to escape poor local minima. The speed-up demonstrates lower computational complexity of the MHSAEM-U algorithm on 17 out of 19 datasets, which was the main goal. The magic-telescope and wine datasets show approximately $1 0 2 \times$ and $7 5 \times$ speed-up, respectively, while on very small datasets (pima-indians and iris), the SGD is faster due to effective implementation. In the supplementary material, we present Table 3, exhibiting the same trends on a fixed architecture. + +# 6.3 Mixtures of real NVP flows + +We consider another class of mixture models (1), where each component $p _ { \eta _ { z } } ( x | z )$ is transformed by the flow model—real NVP [15]. These transformations are parameterized via deep neural networks, allowing for flexible adjustment of the learning capacity of each component. + +Table 2: The speed-up and test log-likelihood, $\mathcal { L } ^ { \mathrm { t e s t } }$ , for the SGD and MHSAEM-U algorithms. The test log-likelihood (higher is better) is computed for the best model, with the corresponding $K$ , which is selected based on the validation log-likelihood. The speed-up is computed as the ratio of MHSAEM-U to SGD, i.e. their time to reach $9 5 \%$ of the training log-likelihood. The results are averaged over five repetitions. Then, the higher test log-likelihood is highlighted with bold blue, and and no speed-up is highlighted with red. The average rank is computed as the standard competition (“1224”) ranking [14] on each dataset (lower is better). + +
Sum-product transformnetworksMixtures of real NVP flows SGD
SGDMHSAEM-UMHSAEM-U
speed-upLtestKLtestKspeed-upLtestK 32LtestK
breast-cancer-wisconsin4.66-4.66641.4310240.63-99.85-39.31128
cardiotocography10.5559.5251231.0410249.8554.343256.08128
magic-telescope102.53-3.65512-5.0310243.74-3.978-4.228
pendigits4.890.881024-4.86163844.171.4680.488
pima-indians0.37-8.5464-7.62641.35-20.09128-16.33128
wall-following-robot3.431.841024-11.31638422.21-14.26128-17.56128
waveform-14.35-26.1464-23.9110243.72-34.128-33.428
waveform-24.82-26.2164-23.9110244.12-34.158-33.648
yeast20.5710.265125.18102414.496.611289.59128
ecoli1.86-5.564-0.2210242.15-11.37128-10.64128
ionosphere1.88-20.2764-5.935122.74-87.01128-42.75128
iris0.23-10.6564-1.49163843.28-16.34128-9.2132
page-blocks12.1812.215126.84102444.9517.1312817.9432
parkinsons1.46-21.85640.55123.09-566.58128-33.3132
sonar2.96-95.39512-69.29642.52-622.2128-88.81128
statlog-segment1.4447.3551226.531638438.4935.8412842.0432
statlog-vehicle2.97-4.2564-5.4510246.78-31.3432-26.43128
wine rank75.42-25.991024-13.2710242.05-171.58128-25.57128
1.561.441.831.17
+ +298 Experimental settings: We use the same experimental settings and evaluation metrics as in Section +299 6.2. We apply the mixture model on all datasets, changing the number of components as follows: +300 $K \in ( 8 , 3 2 , 1 2 8 )$ . Each real NVP-based component in the mixture model has (i) the translation +301 function parameterized via multi-layer perceptron with a single hidden layer of dimension 10, using +302 the rectified linear activation function; and (ii) the scale function parameterized via the same network +303 except with the hyperbolic tangent activation function. We do not use the batch normalization [15] and +304 we stack two layers of the translation-scale transformation (we have used implementation from [20]). + +Algorithms: The algorithms and their settings are the same as those in Section 6.2. + +306 Results: The experimental results are presented in right part of Table 6.2. They are similar to those +307 obtained in the previous section. In terms of the test log-likelihood, the MHSAEM-U algorithm +308 outperforms the SGD algorithm on all but three datasets, and it provides a substantial speed-up on all +309 datasets except one. The test likelihood of models with the real NVP flows is most of the time worse +310 than that of SPTNs with the affine transformations. As explained in the supplementary, this is due to +311 the overfitting, which has been observed in [47]. + +# 312 7 Conclusion + +313 This paper has presented a method to decrease computational complexity of fitting mixture models, +314 including their generalizations, such as sum-product-(transform) networks and mixtures of flow +315 models. The speed-up is achieved by evaluating and updating only a single component (per iteration), +316 where the Metropolis-Hasting algorithm ensures sampling of components from a proper posterior. An +317 experimental comparison on all three classes of models mentioned above confirmed the theoretical +318 expectations. The method significantly speeds-up the fitting time and, importantly, without sacrificing +319 the quality of the fit. In fact, the likelihood was better than that of the models fitted by the EM +320 algorithm or the SGD algorithm in more than $50 \%$ of cases. We attribute this to higher stochasticity, +321 which helps to escape from poor local minima. +322 In the experiments, the proposed method has used a uniform proposal distribution in the MH sampler. +323 Despite outperforming the alternative methods, we conjecture that this limits the speed of convergence. +324 Therefore, we believe that there is still a room for improvement in the implementation. We plan to +325 address these issues in future work. + +The presented method decreases the computational complexity of fitting large (and deep) mixture models, which leads to five to hundred time speed-up depending on a size of the problem (although negative exceptions occurs). We believe this line of research, which we want to continue, to have important benefits. First, it is directly related to decrease in energy consumption and in production of CO2 (we expect similar rates as the speedup). Second, it has a positive effect on financial aspects of deploying (and experimenting with) mixture models. Third, it decreases the hardware requirements, as in all experiments presented above the model was fitted on a single-core. + +# References + +[1] S. Allassonnière and J. Chevallier. A new class of stochastic EM algorithms: Escaping local maxima and handling intractable sampling. Computational Statistics & Data Analysis, 159:107159, 2021. +[2] S. Ayesha, M. K. Hanif, and R. Talib. Overview and comparative study of dimensionality reduction techniques for high dimensional data. Information Fusion, 59:44–58, 2020. +[3] D. S. Bai. Efficient estimation of transition probabilities in a Markov chain. The Annals of Statistics, pages 1305–1317, 1975. +[4] D. M. Blei, A. Kucukelbir, and J. D. McAuliffe. Variational inference: A review for statisticians. Journal of the American statistical Association, 112(518):859–877, 2017. +[5] J. Blömer and K. Bujna. Adaptive seeding for Gaussian mixture models. In Pacific-asia conference on knowledge discovery and data mining, pages 296–308. Springer, 2016. +[6] T. Campbell and B. Beronov. Sparse variational inference: Bayesian coresets from scratch. arXiv preprint arXiv:1906.03329, 2019. +[7] O. Cappé and E. Moulines. On-line expectation–maximization algorithm for latent data models. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 71(3):593–613, 2009. +[8] J. Chen, J. Zhu, Y. Teh, and T. Zhang. Stochastic expectation maximization with variance reduction. Advances in Neural Information Processing Systems, page 7967, 2018. +[9] N. Chopin. A sequential particle filter method for static models. Biometrika, 89(3):539–552, 2002. +[10] G. Compiani and Y. Kitamura. Using mixtures in econometric models: A brief review and some new results. The Econometrics Journal, 19(3):C95–C127, 2016. +[11] S. Dasgupta. Learning mixtures of Gaussians. In 40th Annual Symposium on Foundations of Computer Science (Cat. No. 99CB37039), pages 634–644. IEEE, 1999. +[12] B. Delyon, M. Lavielle, E. Moulines, et al. Convergence of a stochastic approximation version of the EM algorithm. The Annals of Statistics, 27(1):94–128, 1999. +[13] A. P. Dempster, N. M. Laird, and D. B. Rubin. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society: Series B (Methodological), 39(1):1–22, 1977. +[14] J. Demšar. Statistical comparisons of classifiers over multiple data sets. The Journal of Machine Learning Research, 7:1–30, 2006. +[15] L. Dinh, J. Sohl-Dickstein, and S. Bengio. Density estimation using real NVP. In 5th International Conference on Learning Representations, ICLR 2017, 2017. +[16] D. Dua and C. Graff. UCI machine learning repository, 2017. + +[17] D. Feldman, M. Faulkner, and A. Krause. Scalable training of mixture models via coresets. In Proceedings of the 24th International Conference on Neural Information Processing Systems, pages 2142–2150, 2011. 372 [18] D. Forster and J. Lücke. Can clustering scale sublinearly with its clusters? A variational EM acceleration of GMMs and k-means. In International Conference on Artificial Intelligence and Statistics, pages 124–132. PMLR, 2018. [19] G. Fort, E. Moulines, et al. Convergence of the Monte Carlo expectation maximization for curved exponential families. Annals of Statistics, 31(4):1220–1259, 2003. [20] J. Franc˚u. Continuousflows.jl. https://github.com/janfrancu/ContinuousFlows.jl, 2020. [21] K. Greff, S. van Steenkiste, and J. Schmidhuber. Neural expectation maximization. In Proceedings of the 31st International Conference on Neural Information Processing Systems, pages 6694–6704, 2017. [22] R. Gribonval, A. Chatalic, N. Keriven, V. Schellekens, L. Jacques, and P. Schniter. Sketching datasets for large-scale learning (long version). arXiv preprint arXiv:2008.01839, 2020. [23] M. D. Hoffman, D. M. Blei, C. Wang, and J. Paisley. Stochastic variational inference. Journal of Machine Learning Research, 14(5), 2013. [24] M. C. Hughes and E. B. Sudderth. Fast learning of clusters and topics via sparse posteriors. arXiv preprint arXiv:1609.07521, 2016. [25] K. Humphreys and D. Titterington. Approximate Bayesian inference for simple mixtures. In COMPSTAT, pages 331–336. Springer, 2000. [26] B.-H. Juang and L. R. Rabiner. The segmental K-means algorithm for estimating parameters of hidden Markov models. IEEE Transactions on acoustics, speech, and signal Processing, 38(9):1639–1641, 1990. [27] B. Karimi, M. Lavielle, and É. Moulines. On the convergence properties of the mini-batch EM and MCEM algorithms, 2019. [28] N. Keriven, A. Bourrier, R. Gribonval, and P. Pérez. Sketching for large-scale learning of mixture models. Information and Inference: A Journal of the IMA, 7(3):447–508, 2018. [29] D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. [30] A. Kucukelbir, D. Tran, R. Ranganath, A. Gelman, and D. M. Blei. Automatic differentiation variational inference. The Journal of Machine Learning Research, 18(1):430–474, 2017. [31] E. Kuhn and M. Lavielle. Coupling a stochastic approximation version of EM with an MCMC procedure. ESAIM: Probability and Statistics, 8:115–131, 2004. [32] E. Kuhn, C. Matias, and T. Rebafka. Properties of the stochastic approximation EM algorithm with mini-batch sampling. Statistics and Computing, 30(6):1725–1739, 2020. [33] A. Lagrange, M. Fauvel, and M. Grizonnet. Large-scale feature selection with Gaussian mixture models for the classification of high dimensional remote sensing images. IEEE Transactions on Computational Imaging, 3(2):230–242, 2017. [34] M. Lavine and M. West. A Bayesian method for classification and discrimination. Canadian Journal of Statistics, 20(4):451–461, 1992. [35] M. Little, P. McSharry, S. Roberts, D. Costello, and I. Moroz. Exploiting nonlinear recurrence and fractal scaling properties for voice disorder detection. Nature Precedings, pages 1–1, 2007. [36] R. Maitra and V. Melnykov. Simulating data to study performance of finite mixture modeling and clustering algorithms. Journal of Computational and Graphical Statistics, 19(2):354–376, 2010. + +15 [37] O. L. Mangasarian and W. H. Wolberg. Cancer diagnosis via linear programming. Technical report, University of Wisconsin-Madison Department of Computer Sciences, 1990. +17 [38] J.-M. Marin, K. Mengersen, and C. P. Robert. Bayesian modelling and inference on mixtures of distributions. Handbook of statistics, 25:459–507, 2005. +19 [39] C. A. McGrory, D. C. Ahfock, J. A. Horsley, and C. L. Alston. Weighted Gibbs sampling for mixture modelling of massive datasets via coresets. Stat, 3(1):291–299, 2014. [40] G. J. McLachlan, S. X. Lee, and S. I. Rathnayake. Finite mixture models. Annual review of statistics and its application, 6:355–378, 2019. +423 [41] V. Melnykov, W.-C. Chen, and R. Maitra. MixSim: An R package for simulating data to study performance of clustering algorithms. Journal of Statistical Software, 51(12):1, 2012. +25 [42] T. Monnier, T. Groueix, and M. Aubry. Deep transformation-invariant clustering. In Conference on Neural Information Processing Systems (NeurIPS 2020), 2020. [43] I. Naim and D. Gildea. Convergence of the EM algorithm for Gaussian mixtures with unbalanced mixing coefficients. In Proceedings of the 29th International Coference on International Conference on Machine Learning, pages 1427–1431, 2012. [44] H. D. Nguyen, F. Forbes, and G. J. McLachlan. Mini-batch learning of exponential family finite mixture models. Statistics and Computing, pages 1–18, 2020. [45] R. Peharz, A. Vergari, K. Stelzner, A. Molina, X. Shao, M. Trapp, K. Kersting, and Z. Ghahramani. Random sum-product networks: A simple and effective approach to probabilistic deep learning. In Uncertainty in Artificial Intelligence, pages 334–344. PMLR, 2020. [46] T. Pevný. Loda: Lightweight on-line detector of anomalies. Machine Learning, 102(2):275–304, 2016. [47] T. Pevný, V. Šmídl, M. Trapp, O. Polácek, and T. Oberhuber. Sum-product-transform networks: ˇ Exploiting symmetries using invertible transformations. arXiv preprint arXiv:2005.01297, 2020. [48] G. G. Pires and M. A. Figueiredo. Variational mixture of normalizing flows. arXiv preprint arXiv:2009.00585, 2020. +42 [49] A. Rau, C. Maugis-Rabusseau, M.-L. Martin-Magniette, and G. Celeux. Co-expression analysis of high-throughput transcriptome sequencing data with Poisson mixture models. Bioinformatics, 31(9):1420–1427, 2015. +45 [50] R. A. Redner and H. F. Walker. Mixture densities, maximum likelihood and the EM algorithm. SIAM review, 26(2):195–239, 1984. +47 [51] H. Robbins and S. Monro. A stochastic approximation method. The annals of mathematical statistics, pages 400–407, 1951. +49 [52] C. Robert and G. Casella. Monte Carlo statistical methods. Springer Science & Business Media, 2013. [53] W. Siblini, P. Kuntz, and F. Meyer. A review on dimensionality reduction for multi-label classification. IEEE Transactions on Knowledge and Data Engineering, 2019. +53 [54] J. P. Siebert. Vehicle recognition using rule based methods. 1987. [55] C. Viroli and G. J. McLachlan. Deep gaussian mixture models. Statistics and Computing, 29(1):43–51, 2019. +56 [56] C. F. J. Wu. On the convergence properties of the EM algorithm. The Annals of statistics, pages 95–103, 1983. +58 [57] D. Wu and J. Ma. An effective EM algorithm for mixtures of Gaussian processes via the MCMC sampling and approximation. Neurocomputing, 331:366–374, 2019. + +60 [58] W. Xiang, A. Karfoul, C. Yang, H. Shu, and R. L. B. Jeannès. An exact line search scheme to +61 accelerate the EM algorithm: Application to Gaussian mixture models identification. Journal of +62 computational science, 41:101073, 2020. +63 [59] M. Zhang, Y. Fu, K. M. Bennett, and T. Wu. Computational efficient variational Bayesian Gaus +64 sian mixture models via coreset. In 2016 International Conference on Computer, Information +65 and Telecommunication Systems (CITS), pages 1–5. IEEE, 2016. +66 [60] H. Zhao, P. Poupart, and G. Gordon. A unified approach for learning the parameters of sum +67 product networks. In Proceedings of the 30th International Conference on Neural Information +68 Processing Systems, pages 433–441, 2016. + +1. For all authors... + +(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] +(b) Did you describe the limitations of your work? [Yes] Our main contribution is computational speedup. Cases where it was not achieved are highlighted in the experimental section. +(c) Did you discuss any potential negative societal impacts of your work? [No] We do not foresee any potential negative impact. +(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] + +2. If you are including theoretical results... + +(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] + +3. If you ran experiments... + +(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] The code is available in a github repository. All dataset are public from the UCI database. +(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] See Section 6. +(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [No] We report only average of Monte Carlo repetitions, the error bars were too small to have any visual impact in the reported logarithmic scale. +(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [Yes] + +4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... + +(a) If your work uses existing assets, did you cite the creators? [Yes] We use 20 datasets from UCI, we cite the required papers for each dataset, mostly the UCI database and few additional publications. +(b) Did you mention the license of the assets? [No] The data are publically available, we comply with the requirement on citing appropriate publications. +(c) Did you include any new assets either in the supplemental material or as a URL? [No] +(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A] +(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A] + +5. If you used crowdsourcing or conducted research with human subjects... + +(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] +(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] +(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] \ No newline at end of file diff --git a/parse/train/ZS394D3djsg/ZS394D3djsg_content_list.json b/parse/train/ZS394D3djsg/ZS394D3djsg_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..ed6277929ded73a04b7c5ed4fe67adf376102f54 --- /dev/null +++ b/parse/train/ZS394D3djsg/ZS394D3djsg_content_list.json @@ -0,0 +1,1195 @@ +[ + { + "type": "text", + "text": "Fitting large mixture models using stochastic component selection ", + "text_level": 1, + "bbox": [ + 228, + 122, + 769, + 172 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Anonymous Author(s) \nAffiliation \nAddress \nemail ", + "bbox": [ + 423, + 226, + 580, + 281 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Abstract ", + "text_level": 1, + "bbox": [ + 462, + 318, + 535, + 334 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 Traditional methods for unsupervised learning of finite mixture models require to \n2 evaluate the likelihood of all components of the mixture. This becomes computa \n3 tionally prohibitive when the number of components is large, as it is, for example, \n4 in the sum-product (transform) networks. As a remedy, we propose an approach \n5 combining the expectation maximization and the Metropolis-Hastings algorithm \n6 to evaluate only a small number of, stochastically sampled, components, thus \n7 substantially reducing the computational cost. We put emphasis on generality of \n8 our method, equipping it with the ability to train both shallow and deep mixture \n9 models which involve complex, and possibly nonlinear, transformations. The \n10 performance of our method is illustrated in a variety of synthetic and real-data \n11 contexts, considering deep models, such as mixtures of normalizing flows and \n12 sum-product (transform) networks. ", + "bbox": [ + 148, + 348, + 766, + 515 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "13 1 Introduction ", + "text_level": 1, + "bbox": [ + 148, + 539, + 312, + 556 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "14 Finite mixture models [40] constitute a fundamental class of density estimation models. They \n15 have been successfully applied in diverse fields, including bioinformatics [49], econometrics [10], \n16 engineering [33], etc. A mixture model relies on a weighted sum of probability distributions—here \n17 referred to as components—to cluster $N$ unlabelled datapoints into $K$ categories. The traditional \n18 maximum likelihood techniques train the model by optimizing either (i) the marginal likelihood via \n19 gradient-descent [50] or (ii) the evidence lower bound via variational methods [4], including the \n20 expectation-maximization (EM) [13]. The dependence structure among approximate, variational, \n21 distributions then ranges from the fully independent (mean-field) [25] to fully dependent [30]. The \n22 sampling-based techniques target the posterior distribution using sequential Monte Carlo [9] or \n23 Markov chain Monte Carlo [52], e.g. via the Gibbs [34] or Metropolis-Hastings sampling [38]. The \n24 computational cost of these methods typically scales with $\\mathcal { O } ( T K N D )$ operations, where $N$ and $K$ \n25 are defined above, $T$ is the number of iterations and $D$ is the dimension of data. \n26 Various methods to decrease the computational cost via any factor in $\\mathcal { O } ( T K N D )$ have been proposed. \n27 $T$ can be lowered by proper initialization, e.g. the optimal seeding [5]; an efficient step-size schedule, \n28 e.g. the line-search [58]; or increased estimation precision, e.g. the variance reduction [8]. $N$ is often \n29 reduced using the coreset methods, which approximate the original dataset by a weighted dataset \n30 such that the exact and approximate marginal likelihoods are close. The weighted variants of the \n31 variational [17, 59, 6] and sampling-based [39] methods then process the coresets. Reducing $D$ relies \n32 on the compression of data into smaller representations via random projections [53, 2], which is \n33 achieved in two ways: (i) each data item is projected into an individual representation [11]; (ii) all \n34 data items are projected into an overall representation, commonly referred to as sketch [28, 22]. \n35 Nevertheless, all the aforementioned techniques—including those with reduced computational cost— \n36 evaluate all $K$ components. This is very demanding for large models, and the problem is even more \n37 severe for mixtures involving intricate models, such as neural networks [21, 42], Gaussian processes \n38 [57], normalizing flows [48]; or deep mixtures, including sum-product (transform) networks [45, 47], \n39 deep Gaussian mixture models [55], etc. In spite of this, a little attention has been paid to the design \n40 of algorithms which does not evaluate all $K$ components. The notable exceptions are the sparse EM \n41 algorithm [24] and the truncated variational EM algorithm [18], see Table 1 and Section 5 for details. \n42 Moreover, the methods are mostly tailored for a specific class of mixture models, e.g. the Gaussian \n43 mixture models. ", + "bbox": [ + 147, + 570, + 825, + 736 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 145, + 742, + 825, + 867 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 148, + 873, + 828, + 901 + ], + "page_idx": 0 + }, + { + "type": "table", + "img_path": "images/5e346a33d4bf96097d66d042d2edb3a796cd7475f2111dc5b8813d4424db6d24.jpg", + "table_caption": [ + "Table 1: The computational features of various EM algorithms. We compare whether the methods (i) perform the computations with a reduced number of data (minibatching), (ii) update a lower number of statistics, (iii) make less evaluations of the conditional likelihood, and (iv) are suitable for training of deep models. Here, EM, SA, S, T, MC and MH stand for expectation-maximization, stochastic approximation, sparse, truncated, Monte Carlo and Metropolis-Hastings, respectively. " + ], + "table_footnote": [], + "table_body": "
Feature/AlgorithmEM [13]SAEM [44]SSAEM [24]TSAEM [18]MCSAEM [1]MHSAEM (ours)
B<Ndatapoints×
M<K statisticsxx
M<Klikelihoodsxx×X
deep models×××X×
", + "bbox": [ + 222, + 165, + 774, + 244 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 273, + 826, + 372 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "44 In this paper, we make the following contributions: ", + "bbox": [ + 147, + 377, + 509, + 392 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "45 • We propose an EM-based algorithm which relies on the MH sampler to stochastically evaluate less \n46 components in mixture models, substantially reducing the computational cost. \n7 • We design our method to enable optimization of fairly generic EM objective functions, making it \n48 suitable for training of both shallow and deep mixture models. \n49 • We apply our approach to Gaussian mixture mdoels (GMMs) and their generalizations: sum \n50 product-transform networks (SPTNs) and mixtures of real-valued non-volume preserving (real \n51 NVP) flows [15], reaching approximately $1 0 0 \\times$ speed-up compared to state-of-the-art methods. ", + "bbox": [ + 151, + 405, + 825, + 434 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 155, + 441, + 823, + 472 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 148, + 479, + 825, + 522 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "52 2 Problem formulation ", + "text_level": 1, + "bbox": [ + 148, + 553, + 382, + 570 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "A finite mixture model characterizes the relation between an observed (known) variable, 53 $\\boldsymbol { x } \\in \\times \\subseteq \\mathbb { R } ^ { D }$ , 54 and a latent (unknown) variable, $z \\in Z : = \\{ 1 , \\dots , K \\}$ , via the marginal (incomplete-data) likelihood 55 in the following form: ", + "bbox": [ + 147, + 587, + 825, + 630 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/1fd8c64bc931f74af8171cacb46094a19b2d53d8b9408dc1581f5a44dfea91a9.jpg", + "text": "$$\np _ { \\theta } ( x ) = \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x | z = k ) p _ { \\pi _ { k } } ( z = k ) ,\n$$", + "text_format": "latex", + "bbox": [ + 369, + 633, + 627, + 678 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "56 where $\\theta : = ( \\pi _ { 1 } , \\eta _ { 1 } , \\dots , \\pi _ { K } , \\eta _ { K } ) \\in \\Theta$ are unknown parameters. Here, $\\eta _ { z }$ are the parameters of the 57 conditional likelihood, $p _ { \\eta _ { z } } ( x | z )$ , and $\\pi _ { z }$ is the weight which parameterizes the prior, $p _ { \\pi _ { z } } ( z ) = \\pi _ { z }$ , and satisfies 58 $0 \\leq \\pi _ { k } \\leq 1$ for each $k \\in { \\mathord { \\mathbb { Z } } }$ and $\\textstyle \\sum _ { k = 1 } ^ { K } \\pi _ { k } = 1$ . ", + "bbox": [ + 145, + 685, + 826, + 734 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "59 Given a set of independent and identically distributed data, $\\mathbf { x } : = ( x _ { i } ) _ { i = 1 } ^ { N }$ , our goal is to learn the \n60 unknown parameters of the marginal log-likelihood, ", + "bbox": [ + 148, + 739, + 825, + 770 + ], + "page_idx": 1 + }, + { + "type": "equation", + "img_path": "images/3a533a8160c37e7b9fa1209ffe45b29c0eb14f6404e4bc9e51f2458ababc808c.jpg", + "text": "$$\n\\mathcal { L } ( \\theta ) : = \\log p _ { \\theta } ( \\mathbf { x } ) = \\sum _ { i = 1 } ^ { N } \\log \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x _ { i } | z _ { i } = k ) p _ { \\pi _ { k } } ( z _ { i } = k ) .\n$$", + "text_format": "latex", + "bbox": [ + 295, + 780, + 700, + 824 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "61 The marginalization in (2) is tractable for almost all forms of $p _ { \\eta _ { z } } ( x | z )$ . Indeed, we consider $p _ { \\eta _ { z } } ( x | z )$ \n62 to belong to an arbitrary family of $\\eta _ { z }$ -differentiable probability distributions. However, we assume that \n63 $K$ is high, making the marginalization in (2) computationally costly, thus rendering the optimization \n64 objective presumably intractable. Therefore, we want to design a computationally efficient algorithm, \n65 requiring only $M < K$ evaluations of $p _ { \\eta _ { z } } ( x | z )$ at each iteration. \n67 The maximum likelihood estimation seeks the parameters maximizing the marginal log-likelihood, \n68 $\\theta ^ { M L } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { L } ( \\theta )$ . The traditional EM algorithm [13] addresses this task indirectly, i.e. by \n69 optimizing the evidence lower bound (ELBO), ", + "bbox": [ + 147, + 840, + 826, + 912 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 121, + 825, + 162 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/df55efbf1dd9a5a5ef40f11a29cb92a7c818d04135e3c849687eb5724cd486b5.jpg", + "text": "$$\n\\mathcal { L } ( \\theta ) \\geq \\mathcal { Q } ( \\theta ) + \\mathcal { H } ( \\hat { \\theta } ) : = \\mathrm { E L B O } ( \\hat { \\theta } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 379, + 170, + 619, + 189 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "where 70 $\\mathcal { H } ( \\hat { \\theta } ) : = - \\mathsf E _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) ]$ is the differential entropy at an estimate, $\\hat { \\theta } \\in \\Theta$ , and ", + "bbox": [ + 140, + 198, + 771, + 215 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/8dc49814f958acdf8ce0e11b963a6e6101e3e5d1439603310c411ba01588b3e9.jpg", + "text": "$$\n\\mathcal { Q } ( \\theta ) : = \\mathsf { E } _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } ) ] = \\sum _ { i = 1 } ^ { N } \\sum _ { k = 1 } ^ { K } p _ { \\theta } ( z _ { i } = k | x _ { i } ) \\log p _ { \\theta } ( z _ { i } = k , x _ { i } )\n$$", + "text_format": "latex", + "bbox": [ + 254, + 222, + 743, + 267 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "71 is the EM objective function. Here, $p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } )$ is the joint (complete-data) likelihood, and $p _ { \\theta } ( \\mathbf { z } | \\mathbf { x } )$ is \n72 the posterior distribution over the latent variables $\\dot { \\mathbf { z } } : = ( z _ { i } ) _ { i = 1 } ^ { N }$ . Given an initial value, $\\theta _ { 0 }$ , the EM \n73 algorithm produces a sequence of estimates, $( \\theta _ { t } ) _ { t = 1 } ^ { T }$ , by alternating between the expectation (E) and \n74 maximization (M) steps, ", + "bbox": [ + 145, + 273, + 825, + 332 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/b0f69e94b819f6dec2b2f46df7d892633bd8e60b66ed31dbb1985f882bcb2f60.jpg", + "text": "$$\n\\begin{array} { r l } & { \\mathrm { E \\mathrm { - } s t e p } ; ~ \\mathcal { Q } _ { t - 1 } ( \\theta ) , } \\\\ & { \\mathrm { M \\mathrm { - } s t e p } ; ~ \\theta _ { t } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { Q } _ { t - 1 } ( \\theta ) . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 387, + 337, + 607, + 382 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "75 This sequence is guaranteed to monotonically tighten the ELBO, arriving at a local optimum of (2) \n76 under mild regularity assumptions [56]. \n77 The EM algorithm is computationally expensive, since (4) evaluates $p _ { \\theta } ( z _ { i } , x _ { i } )$ for each $z _ { i } \\in \\mathbb { Z }$ and \n78 $i \\in ( 1 , \\ldots , N )$ . This has to be performed for all $t \\in ( 1 , \\ldots , T )$ in (5). Albeit the marginal factor, \n79 $p _ { \\pi _ { z } } ( z )$ , is just the cheap categorical distribution, the conditional factor, $p _ { \\eta _ { z } } ( x | z )$ , typically involves \n80 high-dimensional operations (e.g., the inversion of the full $D \\times D$ -dimensional covariance matrices \n81 in the GMMs). Moreover, the M-step (6) is also expensive for large $K$ . This holds despite that (6) \n82 can be reduced to closed-form updates of expected sufficient statistics for $p _ { \\eta _ { z } } ( x | z )$ belonging to the \n83 exponential family [44] (again, due to high $D$ ). All in all, the computational complexity of the EM \n84 algorithm scales with $\\mathcal { O } ( T D N K )$ . ", + "bbox": [ + 143, + 388, + 825, + 417 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 145, + 422, + 825, + 535 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "If (6) cannot be computed under a closed-form solution, one can resort to direct gradient-descent optimization of $\\mathcal { Q } ( \\boldsymbol { \\theta } )$ , where arg max is replaced by one (or more) step(s) of a gradient descent technique. The EM algorithm is then referred to as the generalized EM algorithm [56]. ", + "bbox": [ + 160, + 540, + 823, + 583 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "88 4 The generalized MHSAEM algorithm ", + "text_level": 1, + "bbox": [ + 148, + 602, + 521, + 619 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "89 We design a version of the generalized EM algorithm suitable for scenarios where (4) can represent \n90 deep, discrete, latent variable models, thus being parameterized by possibly complex nonlinear \n91 transformations. We particularly focus on decreasing the the number of operations in the generalized \n92 EM algorithm from $\\mathcal { O } ( T D N K )$ to $\\mathcal { O } ( T D B M )$ , where $B \\ll N$ and $M \\ll K$ . ", + "bbox": [ + 147, + 633, + 825, + 690 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "4.1 E-step ", + "text_level": 1, + "bbox": [ + 161, + 705, + 256, + 720 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "94 We reduce the cost of evaluating the EM objective function (4) by combining the minibatching (as \n95 used many times before) and the Monte Carlo sampling. Namely, the specific application of the latter \n96 to generic mixture models is the key contribution of this paper. \n97 Minibatching. At each iteration, $t$ , we compute the conditional expectation in (4) only for a subset— \n98 here referred to as a minibatch—of the original full dataset, i.e. $( x _ { i } ) _ { i \\in I }$ . Here, $I$ is a set of $B \\ll N$ \n99 indices, $i$ , sampled uniformly without replacement from $( 1 , \\ldots , \\dot { N } )$ . This substantially decreases the \n100 necessary computations compared to the full sweep over all $N$ datapoints [23]. \n101 Monte Carlo sampling. For each $i \\in I$ , we want to draw $M \\ll K$ random samples from $p _ { \\theta } ( z _ { i } | x _ { i } )$ in \n102 order to obtain a Monte Carlo estimate of (4). The straightforward way to do this would be to draw \n103 the samples directly from $p _ { \\theta } ( z _ { i } | x _ { i } )$ . However, direct sampling from $p _ { \\theta } ( z _ { i } | x _ { i } )$ does not lead to any \n104 substantial decrease in the number of operations. This is caused by the fact that even for a single \n105 sample of $z _ { i }$ , we have to first compute the normalizing factor, $p _ { \\theta } ( x _ { i } )$ , to obtaining the posterior, \n106 $p _ { \\theta } ( z _ { i } | x _ { i } )$ . This requires $K$ expensive evaluations of $p _ { \\theta } ( z _ { i } , x _ { i } )$ , which is precisely what we want to \n107 avoid. Our approach is to resort to the Markov chain Monte Carlo (MCMC), which allows us to \n108 sample from $p _ { \\theta } ( z _ { i } | x _ { i } )$ , with the computational complexity decreasing to only a single evaluation of \n109 $p _ { \\theta } ( z _ { i } , x _ { i } )$ per a single sample of $z _ { i }$ . \n110 MCMC methods obviate the computation of the normalizing factor in $p _ { \\theta } ( z _ { i } | x _ { i } )$ by simulating a \n111 Markov chain, $( z _ { i , t } ) _ { t = 1 } ^ { T }$ , from a transition kernel, $z _ { i , t } \\sim P ( z _ { i , t - 1 } , \\cdot )$ , which leaves $p _ { \\theta } ( z _ { i } | x _ { i } )$ as its \n112 unique stationary (invariant) distribution, starting from an initial value $z _ { i , 0 }$ . The specific form of $P$ \n113 determines the structure of an MCMC method. We chose the Metropolis-Hastings (MH) sampler, \n114 which represents $P ( z _ { i , t - 1 } , z _ { i , t } )$ as follows: given $\\bar { z } _ { i } : = z _ { i , t - 1 }$ , draw a sample from the proposal \n115 distribution $z _ { i } \\sim q ( \\cdot | \\bar { z } _ { i } )$ , compute the acceptance ratio, ", + "bbox": [ + 147, + 731, + 825, + 773 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 147, + 779, + 825, + 835 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 842, + 825, + 911 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 90, + 825, + 147 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 152, + 825, + 238 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/4e2865ff49fb5c3c34577e0a148cbc695663514dff1302f39bca47fd492f0e3e.jpg", + "text": "$$\n\\alpha ( \\bar { z } _ { i } , z _ { i } ) : = \\operatorname* { m i n } \\biggr \\{ 1 , \\frac { p _ { \\eta _ { z _ { i } , t - 1 } } ( x _ { i } | z _ { i } ) \\pi _ { z _ { i } , t - 1 } q ( \\bar { z } _ { i } | z _ { i } ) } { p _ { \\eta _ { \\bar { z } _ { i } , t - 1 } } ( x _ { i } | \\bar { z } _ { i } ) \\pi _ { \\bar { z } _ { i } , t - 1 } q ( z _ { i } | \\bar { z } _ { i } ) } \\biggr \\} ,\n$$", + "text_format": "latex", + "bbox": [ + 321, + 241, + 676, + 279 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "116 and, if $u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )$ —where $u$ is drawn from a uniform distribution, Uniform $( 0 , 1 )$ —accept the \n117 sample and set $z _ { i , t } = z _ { i }$ ; otherwise, set $z _ { i , t } = \\bar { z } _ { i }$ . For each $i \\in I$ and $t \\in ( 1 , \\ldots , T )$ , we repeat \n118 this process $M$ times, construing a set $\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )$ . Therefore, at every current iteration, \n119 120 $t$ , we caking $\\bar { z } _ { i } = z _ { i , t - 1 } ^ { M }$ extend the chain from the point where we left at the previous iteration, . Under mild regularity assumptions [52], the chain passes the transiti $t - 1$ , byriod \n121 (the burn-in phase), and the samples can then be used to approximate the conditional expectation in \n122 (4) as follows: ", + "bbox": [ + 140, + 282, + 825, + 382 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/e43005c66ee8eb883ede3aeefb994947aa4f14879ab1b3689fc3176b2f635909.jpg", + "text": "$$\n\\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) = \\frac { 1 } { M } \\sum _ { i \\in I } \\sum _ { z \\in \\mathbf { z } _ { i , t } } \\log p _ { \\eta _ { z } } ( x _ { i } | z ) \\pi _ { z } .\n$$", + "text_format": "latex", + "bbox": [ + 359, + 378, + 637, + 419 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "123 Note that, to ensure this approach is truly efficient, we have to draw only $M \\ll K$ samples at each \n124 iteration, $t$ ; otherwise, for $M \\approx K$ , we may rather compute the exact marginalization in (4), since it \n125 is tractable (but computationally costly). ", + "bbox": [ + 142, + 420, + 825, + 463 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4.2 M-step ", + "text_level": 1, + "bbox": [ + 166, + 478, + 263, + 493 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "127 Assume for a moment that (6) with $\\mathcal { Q } _ { t - 1 } ( \\theta )$ given by (8) has a closed-form solution, yielding an \n128 estimate of $\\theta$ . Such an estimate would have a high variance, converging only for $M \\to \\infty$ and \n129 $T \\to \\infty$ [19]. The main reason is that the samples would not be reused over the iterations, $t$ , \n130 thus wasting computational resources. We consider that there is no closed-form solution of (6), \n131 and—to ensure that the samples (and thus computations) are recycled over the iterations—we use \n132 the stochastic approximation (SA) [51] to optimize (8). This is analogous to applying a stochastic \n133 gradient-descent method, $\\theta _ { t } = \\theta _ { t - 1 } + \\gamma _ { t } \\nabla _ { \\theta } \\tilde { \\mathcal { Q } } _ { t - 1 } ( \\theta )$ , where $\\gamma _ { t }$ is the step-size, satisfying the Robbins \n134 Monro constraints, $\\begin{array} { r } { \\gamma _ { t } \\in [ 0 , 1 ] , \\sum _ { t \\geq 1 } \\gamma _ { t } = \\infty , \\sum _ { t \\geq 1 } \\gamma _ { t } ^ { 2 } < \\infty , } \\end{array}$ and $\\nabla _ { \\theta }$ is the gradient w.r.t. $\\theta$ . In this \n135 way, the computations made in $\\nabla _ { \\boldsymbol { \\theta } } \\widehat { \\mathcal { Q } }$ are accumulated via $\\theta _ { t }$ and reused over the iterations. \n136 The parameters $\\eta _ { z }$ have a different form based on a specific case of $p _ { \\eta _ { z } } ( x | z )$ , whereas $\\pi _ { z }$ is a \n137 permanent structure in (1). Therefore, without loss of generality, we split (6) into a generic part and a \n138 fixed part as follows: ", + "bbox": [ + 140, + 502, + 826, + 636 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "", + "bbox": [ + 143, + 641, + 828, + 684 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/e1b6543f038daf2078a131f2fa387f7478babb5133579989565df178123b0c85.jpg", + "text": "$$\n\\begin{array} { r l } & { \\eta _ { k , t } = \\eta _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\eta _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\\\ & { \\nu _ { k , t } = \\nu _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 390, + 688, + 606, + 732 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "139 where—to ensure that the probabilities, $( \\pi _ { k , t } ) _ { k = 1 } ^ { K }$ , satisfy the constraints (Section 2)—we transform \n140 $\\nabla _ { \\pi _ { k } } \\widehat { \\mathcal { Q } }$ via $\\nu _ { k } = \\log \\pi _ { k }$ and optimize w.r.t. $\\nu _ { k }$ . Then, to obtain $( \\pi _ { k , t } ) _ { k = 1 } ^ { K }$ from $\\nu _ { t } : = ( \\nu _ { k , t } ) _ { k = 1 } ^ { K }$ , we \n141 k b use the softmax function, i.e. $\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k } : = \\exp ( \\nu _ { k , t } ) / \\sum _ { l = 1 } ^ { K } \\exp ( \\nu _ { l , t } )$ . ", + "bbox": [ + 142, + 734, + 825, + 787 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Computing the gradients for all pairs of $( \\nu _ { k } , \\eta _ { k } ) _ { k = 1 } ^ { K }$ would be inefficient, especially since ${ \\bf z } _ { i , t }$ contains only a small number of unique values of Z for $M \\ll K$ . Consequently, we compute $\\dot { \\nabla } _ { \\eta _ { k } } \\widehat { \\mathcal { Q } }$ and $\\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } }$ only for $k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )$ . We summarize the proposed approach in Algorithm 1. ", + "bbox": [ + 160, + 792, + 825, + 843 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "4.3 Proposal distribution ", + "text_level": 1, + "bbox": [ + 171, + 857, + 361, + 872 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "146 The choice of the proposal distribution has a significant impact on the speed of convergence and the computational cost of the proposed algorithm. Here, we discuss various possible choices of 147 $q \\big ( z _ { i } | \\bar { z } _ { i } \\big )$ . ", + "bbox": [ + 145, + 882, + 828, + 912 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Input: $\\theta _ { 0 }$ , $( \\mathbf { z } _ { i , 0 } ) _ { i = 1 } ^ { N }$ , $( \\mathbf { x } _ { i } ) _ { i = 1 } ^ { N }$ \nOutput: $( \\theta _ { t } ) _ { t = 1 } ^ { T }$ for $t \\in ( 1 , \\ldots , T )$ or until convergence do form the set $\\dot { I } = ( i _ { j } ) _ { j = 1 } ^ { B }$ by sampling (without replacement) $B$ indices $i \\sim ( 1 , \\dots , N )$ for $i \\in I$ do set $\\bar { z } _ { i }$ as the last element of $\\mathbf { z } _ { i , t - 1 }$ for $j \\in ( 1 , \\ldots , M )$ do sample $z _ { i } \\sim q ( z _ { i } | \\bar { z } _ { i } )$ sample $u \\sim \\mathrm { U n i f o r m } ( 0 , 1 )$ compute $\\alpha ( \\bar { z } _ { i } , z _ { i } )$ in (7) if $u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )$ then set $z _ { i , t } ^ { j } = z _ { i }$ and $\\bar { z } _ { i } = z _ { i }$ else set $z _ { i , t } ^ { j } = \\bar { z } _ { i }$ end if end for set $\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )$ end for compute (8) compute (9) for $k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )$ compute $\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k }$ for $k \\in { \\mathord { \\mathbb { Z } } }$ end for ", + "bbox": [ + 173, + 108, + 787, + 421 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "148 Optimal proposal $( O )$ . The optimal proposal distribution is $q ( z _ { i } | \\bar { z } _ { i } ) : = q ( z _ { i } ) : = p _ { \\theta } ( z _ { i } | x _ { i } )$ . This \n149 ensures that the acceptance rate (7) is always $\\alpha ( \\bar { z } _ { i } , z _ { i } ) = 1$ . However, the need to perform $K$ \n150 expensive evaluations of $p _ { \\theta } ( z _ { i } , x _ { i } )$ before sampling from $p _ { \\theta } ( z _ { i } | x _ { i } )$ is the reason we resorted to \n151 the MH sampler in the first place. We consider this case only to set the upper limit on admissible \n152 computational cost and to study the impact of sub-optimal proposal distribtions. \n153 Uniform proposal $( U )$ . The uniform distribution on the discrete interval from 1 to $K$ , i.e. $q ( z _ { i } | \\bar { z } _ { i } ) : =$ \n154 $q ( z _ { i } ) : = \\mathrm { U n i f o r m } ( 1 , K )$ , is the simplest and computationally cheapest variant of the proposal \n155 distribution. However, due to poor mixing properties, the algorithm may converge slowly for high $K$ . \n156 Tabular proposal with forgetting $( T F )$ . The key requirement to design a proposal distribution is to \n157 restrict its computational complexity somewhere between that of the $\\mathrm { U }$ and $\\mathrm { o }$ proposals. One way to \n158 satisfy this constraint is to use the Markov chain, $( z _ { i , t } ) _ { t = 1 } ^ { T }$ , to learn a transition kernel, $p ( z _ { i } | \\bar { z } _ { i } )$ , see, \n159 e.g. [3]. Unfortunately, this would require us to store a table with $K ^ { 2 }$ entries for each $i \\in ( 1 , \\ldots , N )$ , \n160 161 which is very demanding evethe Markov chain and define: $q ( z _ { i } | \\bar { z } _ { i } ) : = q _ { \\alpha _ { i } } ( z _ { i } ) : = \\mathcal { C } ( \\alpha _ { i } )$ $K$ $N$ herefore, where $\\mathcal { C } ( \\pmb { \\alpha } _ { i } ) \\propto \\Pi _ { k = 1 } ^ { K } \\alpha _ { k , i } ^ { \\bar { 1 ( } z _ { i } = k ) }$ nce inis the \n162 categorical distribution with the weights $\\pmb { \\alpha } _ { i } : = ( \\alpha _ { 1 , i } , \\dots , \\alpha _ { K , i } )$ . For $\\mathcal { L } ( \\pmb { \\alpha } _ { i } ) : = \\Sigma _ { \\tau = 1 } ^ { t } \\log q _ { \\pmb { \\alpha } _ { i } } ( z _ { i , \\tau } )$ \n163 we obtain an estimate of $\\alpha _ { i }$ at iteration $t$ as follows: $\\begin{array} { r } { \\alpha _ { i , t } : = \\mathrm { \\ a r g m a x } _ { \\alpha _ { i } } \\mathcal L ( \\alpha _ { i } ) \\ = \\ \\frac { n _ { i , t } } { t } } \\end{array}$ t , with \n164 $n _ { i , t } = \\Sigma _ { \\tau = 1 } ^ { t } \\mathbf { e } _ { z _ { i , t } }$ , where $\\mathbf { e } _ { k }$ is the standard basis vector (a one-hot vector) with one at $k$ th position \n165 and zeros otherwise. This can be further rewritten into a recursive form: $n _ { i , t } = n _ { i , t - 1 } + \\mathbf { e } _ { z _ { i , t } }$ or, \n166 using the Robbins-Monro step-size, $n _ { i , t } = ( { \\bf 1 } - { \\bf e } _ { z _ { i , t } } \\gamma _ { t } ) \\odot n _ { i , t - 1 } + \\gamma _ { t } { \\bf e } _ { z _ { i , t } }$ , where 1 is the vector of \n167 ones, and $\\odot$ is the Hadamard product. We refer to this case simply as “table with forgetting” (TF) \n168 due to that it represents $N \\times K$ table in the memory and $\\gamma _ { t }$ is a forgetting factor. ", + "bbox": [ + 140, + 449, + 825, + 518 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 525, + 826, + 568 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 573, + 826, + 763 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "169 5 Related work ", + "text_level": 1, + "bbox": [ + 145, + 782, + 316, + 799 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Stochastic approximation expectation-maximization. The application of SA to prevent the evaluation \n1 of all $K$ components in mixture models has been overlooked for a long time. The reason is that the \n72 original motivation to combine the EM algorithm with SA is to address the analytical intractability \n73 of the expected value under $p _ { \\theta } ( z | x )$ in (4), which is, however, almost always tractable for mixture \n74 models. The intractability issue is addressed by either the Monte Carlo SAEM (MCSAEM) [12] \n75 or the Markov chain Monte Carlo SAEM (MCMCSAEM) [31]. Applying the former approach to \n76 mixture models would be inefficient, since it evaluates $K$ joint distributions, $p _ { \\theta } ( z , x )$ , before drawing \n177 $M$ samples from $p _ { \\theta } ( z | x )$ . Therefore, this method reduces only the computational cost of updating the \n178 sufficient statistics. This is addressed by the latter approach, where $M < K$ samples from a proposal \n179 distribution, $q ( z | x )$ , is used to calculate $p _ { \\theta } ( z , x )$ and also the sufficient statistics. However, all these \n180 methods process all data at every iteration, providing only a limited advantage over the conventional \n181 EM algorithm. Minibatch versions of these techniques have recently been proposed [27, 32, 1]. \n182 All the above methods commonly assume $p _ { \\theta } ( z , x )$ belonging to the exponential family. This provides \n183 a convenient, but limiting, property which allows (6) to be computed under a closed-form solution. \n184 The main contribution of our work is to release this restrictive assumption by admitting that $p _ { \\theta } ( z , x )$ \n185 (and thus $\\mathcal { Q }$ ) is given by possibly complex and intractable transformations. \n186 Sparse and truncated variational techniques. There is only a small body of methods explicitly \n187 reducing the number of evaluated components. Their common aspect is that they follow from the \n188 variational framework, where the exact posterior, $p _ { \\theta } ( z | x )$ , is approximated by a variational posterior, \n189 $q ( z | x )$ . This sparse, approximate, posterior is defined over a lower number of components, $M \\ll K$ , \n190 such that only the important components are selected, relying on relaxation of the hard EM algorithm \n191 from taking a single $M = 1$ assignment [26] to taking multiple $M \\ll K$ assignments. The sparse \n192 SAEM (SSAEM) algorithm [24] selects the components by a quick partial sorting of the posterior \n193 probabilities, $p _ { \\theta } ( z | x )$ . Again, this requires $K$ evaluations of $p _ { \\theta } ( z , x )$ before the sorting, thus only \n194 reducing the amount of updated statistics. Similarly, the truncated SAEM (TSAEM) algorithm [18] \n195 selects $M < K$ cluster-to-cluster and $\\bar { M } < K$ cluster-to-datapoint minimal Euclidean distances, \n196 preventing the problem in the SSAEM algorithm. However, all these distances are evaluated for all \n197 components in a pairwise manner, leading to $K ^ { 2 }$ -computational complexity, which makes the saving \n198 dubious. Similarly as before, these methods assume $p _ { \\theta } ( z , x )$ to belong to the exponential family. ", + "bbox": [ + 155, + 814, + 823, + 911 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/0c516376ee7ecf27c7edaec6674fb19224d829bc10798ac37d421adee064aa0e.jpg", + "image_caption": [ + "Figure 1: The training log-likelihood, $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )$ , versus the computational time (in seconds). Here, on the $\\mathbf { X }$ -axis, the computational time at a current iteration, $t$ , is obtained by accumulating the time from the previous iterations. corresponds to $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ , where $t _ { 9 5 }$ is the iteration of reaching $9 5 \\%$ of max $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )$ . The projection of $^ { \\circ }$ on the $\\mathbf { X }$ -axis gives the time to reach $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ . This experiment was performed with the following settings: $( D , \\bar { K } , N , \\omega , B , M , T ) = ( 1 0 , 1 0 0 , 1 0 k , 0 . 1 , \\bar { 2 } 0 0 , 2 , 2 0 k )$ , see Section 6.1 for details. The results are averaged over five repetitions. " + ], + "image_footnote": [], + "bbox": [ + 285, + 92, + 699, + 236 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 356, + 825, + 426 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 433, + 825, + 488 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 494, + 826, + 674 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "199 We summarize the distinguishing features of the above discussed methods in Table 1. ", + "bbox": [ + 151, + 680, + 728, + 695 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "6 Experiments ", + "text_level": 1, + "bbox": [ + 166, + 714, + 312, + 731 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "To demonstrate the key features of our algorithm—its low computational complexity, competitive learning performance, and generality—we use it below to train: (i) GMMs on synthetic datasets, and (ii) SPTNs [47] and (iii) mixtures of real NVP flows [48] on real datasets. All experiments have been performed on a Slurm cluster equipped with Intel Xeon Scalable Gold 6146 with 384GB of RAM. ", + "bbox": [ + 174, + 744, + 825, + 800 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "6.1 Gaussian mixture models ", + "text_level": 1, + "bbox": [ + 171, + 816, + 388, + 830 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Consider the special case of a data-generating distribution given by (1), with the components taking the form of the multivariate Gaussian distribution, $p _ { \\eta _ { z } } ( x | z ) = \\mathcal { N } ( x ; \\mu _ { z } , \\Sigma _ { z } )$ , where $\\mu _ { z }$ is the mean value and $\\Sigma _ { z }$ is the covariance matrix. The difficulty of learning GMMs heavily depends on the degree of interaction among all mixture components, hence having the ability to generate synthetic datasets with arbitrary overlap characteristics between all pairs of components is crucial for systematic ", + "bbox": [ + 173, + 842, + 823, + 911 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/0ced572977ae404a4e785379dc4987ce758b6f6930ca4d73adbe35955ed678b7.jpg", + "image_caption": [ + "Figure 2: The absolute error, $\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |$ , versus the computational time (in seconds). All experiments use the following settings: $( D , K , \\dot { N } , \\omega , B , M , T ) = \\bar { ( } 1 0 , 1 0 0 , 1 0 k , 0 . 1 , 2 0 0 , 2 , 2 0 k )$ , where the number of components, $K$ , (left), the batchsize, $B$ , (middle) and the number of samples, $M$ , (right) change for different values denoted by $( + , \\sqsupset , \\circ , \\pmb { \\triangle } )$ . At each of these points (marks), we perform an experiment as illustrated in Figure 1, find $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ to compute the AE, and record the time corresponding to $t _ { 9 5 }$ . The results are averaged over five repetitions. " + ], + "image_footnote": [], + "bbox": [ + 196, + 89, + 805, + 250 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "211 evaluation of performance of learning algorithms [43]. Traditional techniques usually define overlap \n212 (or separation) of components only in terms of their mean vectors and maximum eigenvalues of the \n213 covariance matrices, not accounting for their rotation and mixing weights (see [36] for a detailed \n214 treatment of the problem). We therefore use a more objective measure of the clustering complexity \n215 defined by the total probability of misclassification [41], which allows to generate data with a \n216 user-defined degree of maximum pairwise overlap, $\\omega$ . \n217 Experiment settings: We generate the parameters of (1), and the corresponding dataset, uniquely for a \n218 given quadruple $( D , K , N , \\omega )$ . Therefore, the parameters of the generative model are known and we \n219 can measure and display the convergence of the training log-likelihood, $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )$ , compared to the exact \n220 log-likelihood, $\\mathcal { L } ( \\boldsymbol { \\theta } ) \\dot { }$ , for $t = ( 1 , \\ldots , T )$ . We are further interested in the absolute error between the \n221 training log-likelihood at the iteration of reaching $9 5 \\%$ of its maximum value, $t _ { 9 5 }$ , and the exact \n222 log-likelihood, i.e. $\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |$ . \n23 We also measure the computational time until reaching $t _ { 9 5 }$ . We have used $9 5 \\%$ of the maximum \n24 value instead of the maximum value to prevent cases, where the model oscillate around target value, \n25 making the estimate of convergence time very noisy (for example MCSAEM in Figure 1). \n226 Algorithms: The GMMs belong to the exponential family of probability distributions. This allows us \n227 to find a closed-form, recursive, solution of (6), relying on a Robbins-Monro type of the step-size \n228 sequence, $( \\gamma _ { t } ) _ { t = 1 } ^ { T }$ , [7, 44]. In this setting, we compare our MHSAEM algorithm with a number of \n229 related methods in Table 1. Note we use the acronyms U and TF to specify the proposal distribution of \n230 the MHSAEM algorithm (Section 4.3). However, we do not use the O-proposal, since the MHSAEM \n231 O algorithm is equivalent to the MCSAEM algorithm. All the SA-variants in Table 1 use a minibatch \n232 of size $B$ . The key quantity to reduce the number of evaluated components and/or sufficient statistics \n233 in the SSAEM, TSAEM, MCSAEM and MHSAEM algorithms is collectively denoted by $M$ (Section \n234 5). Note that we always keep $M = \\bar { M }$ in the TSAEM algorithm (see Figure 1 and 2 for concrete \n235 numbers). We use the step-size given by $\\gamma _ { t } = 1$ for $t = 1 , \\ldots , 5 0$ and $\\gamma _ { t } = 0 . 0 5$ otherwise. In \n236 this section, to counteract the issue of attaining poor local optima, we equip all algorithms with the \n237 anti-annealing schedule $( \\beta _ { t } ) _ { t = 1 } ^ { T }$ , starting with $\\beta _ { 1 } = 0 . 1$ , reaching $\\beta _ { 2 / 3 T } = 1 . 2$ , and decreasing back \n238 to $\\beta _ { T } = 1 . 0$ , see [43] for details. The initial estimates of: (i) $\\mu _ { k }$ are uniformly drawn from the unit \n239 hyper-cube, (ii) $\\Sigma _ { k }$ are fixed to unit diagonal matrix, and (iii) $\\pi _ { k }$ are uniformly drawn from the unit \n240 interval (followed by normalization). \n241 Results: Figure 1 shows that the EM [13] and SAEM [44] algorithms take the longest time to \n242 converge, attaining a poor local optima. On the other hand, the MCSAEM [1] and MHSAEM (U \n243 and TF) algorithms achieve $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ closest to the likelihood $\\mathcal { L } ( \\boldsymbol { \\theta } )$ of the true model. Moreover, both \n244 MHSAEM algorithms reach this value in the shortest time compared to all the other methods. The \n245 SSAEM [24] and TSAEM [18] algorithms are comparable in terms of the computational time, but \n246 they both provide the lowest $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ . In Figure 2, we investigate sensitivity of fitting the model to \n47 increasing values of $K$ , $B$ and $M$ by measuring the time and the likelihood again. In all the cases, \n48 the proposed MHSAEM algorithms achieve the lowest AE in the shortest time. ", + "bbox": [ + 140, + 387, + 825, + 470 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 477, + 825, + 561 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 156, + 566, + 826, + 608 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 614, + 826, + 821 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 140, + 828, + 825, + 912 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "", + "bbox": [ + 151, + 90, + 825, + 119 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "SSAEM and TSAEM algorithms failed to converge for $M > 2$ and for $K > 5 0$ respectively. We believe this is caused by selecting only $M$ maximal probabilities in the SSAEM (or distances in the TSAEM) algorithm (Section 5), which prevents certain, but not a negligible number of, components from being updated, thus providing only a crude approximation of $\\bar { p } _ { \\theta } \\bar { ( } z | x )$ . The results then suffer from substantial variational gap to the exact log-likelihood (Figure 1). On the contrary, MH sampler provides samples which consistently approximate $p _ { \\theta } ( z | x )$ despite evaluating much lower number of components in each step. ", + "bbox": [ + 173, + 126, + 825, + 223 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "6.2 Sum-product transform networks ", + "text_level": 1, + "bbox": [ + 166, + 239, + 446, + 253 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "The sum product networks (SPNs) are a deep learning extension of finite mixture models. They can be interpreted as a mixture of trees [60], where each tree corresponds to a component. Therefore, they can be cast into the form of (1), but the number of components grows exponentially with their depth. In this section, we use recently proposed SPTNs which introduce additional transformation nodes to provide better expressiveness than the SPNs (SPTNs effectively generalize SPNs and flow models into one large family of models). ", + "bbox": [ + 173, + 265, + 825, + 348 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Experimental settings: We use 19 real datasets from the UCI database [16, 37, 35, 54], preprocessed in the same way as in [46]. For each experiment, we randomly split the data into $64 \\%$ , $16 \\%$ and $20 \\%$ for training, validation and testing, respectively. We calculate the average log-likelihood on the test set and measure again the time to reach $9 5 \\%$ of the maximal training log-likelihood, $\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )$ . ", + "bbox": [ + 171, + 354, + 825, + 410 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "To evaluate various (possibly shallow and/or deep) architectures of SPTNs, we fit each dataset with all the following combinations of hyper-parameters1: $s \\in ( 8 , 3 2 , 1 2 8 )$ , $b \\in ( 2 , 4 , 6 , 8 )$ , $l \\in ( 2 , 3 , 4 )$ , where $s$ is the number of children of each sum node, $b$ is the number of partitions of each product node, and $l$ is the number of layers (one layer contains sum and product nodes). The number of components of the SPTN, after its conversion into (1), is given as follows: $K = s ^ { l }$ . Note that the maximum number of components for the investigated parameters of the SPTN is 268,435,456. To reduce the space of possible architectures, we restrict ourselves only to (i) the leaf nodes given by $\\mathcal { N } ( 0 , \\bf { I } )$ ; (ii) affine transformations fixed to the singular value decomposition, choosing the the Givens parameterization for the unitary matrices [47]; and (iii) no sharing of any type of nodes [47]. ", + "bbox": [ + 161, + 416, + 825, + 541 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "276 Algorithms: We evaluate only on the MHSAEM-U algorithm—due to its favourable computational \n277 complexity and simplicity—and compare it with the stochastic gradient-descent (SGD) algorithm, \n278 which is routinely used to train SP(T)Ns [45, 47]. In this case, SGD in each iteration performs \n279 computations over all subtrees of the network, whereas the MHSAEM-U algorithm computes with \n280 only $M = 1$ subtrees, thus we should observe speed-up of the computations. In our implementation, \n281 both these methods perform optimization of their respective objective functions—the log-likelihood \n282 (2) for SGD and the EM objective (8) for MHSAEM-U—via the use of the automatic differentiation \n283 and the ADAM optimizer [29], using $B = 1 0 0$ and $T = 2 0 0 0 0$ . ", + "bbox": [ + 142, + 547, + 825, + 659 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Results: Since each dataset might benefit from a different architecture, Table 6.2 shows the test log-likelihood of the architectures selected according to the best likelihood measured on the validation set and the corresponding speed-up. The test log-likelihoods reveal that the MHSAEM-U algorithm outperforms the SGD algorithm on 10 out of 19 datasets, which was not originally the goal, but the added stochasticity helps to escape poor local minima. The speed-up demonstrates lower computational complexity of the MHSAEM-U algorithm on 17 out of 19 datasets, which was the main goal. The magic-telescope and wine datasets show approximately $1 0 2 \\times$ and $7 5 \\times$ speed-up, respectively, while on very small datasets (pima-indians and iris), the SGD is faster due to effective implementation. In the supplementary material, we present Table 3, exhibiting the same trends on a fixed architecture. ", + "bbox": [ + 171, + 665, + 825, + 803 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "6.3 Mixtures of real NVP flows ", + "text_level": 1, + "bbox": [ + 173, + 819, + 400, + 834 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "We consider another class of mixture models (1), where each component $p _ { \\eta _ { z } } ( x | z )$ is transformed by the flow model—real NVP [15]. These transformations are parameterized via deep neural networks, allowing for flexible adjustment of the learning capacity of each component. ", + "bbox": [ + 176, + 845, + 825, + 887 + ], + "page_idx": 7 + }, + { + "type": "table", + "img_path": "images/82dc83ba06aea51dfe211f3df1e7f4eb07c99ebac951998df4d56e6c0d99003a.jpg", + "table_caption": [ + "Table 2: The speed-up and test log-likelihood, $\\mathcal { L } ^ { \\mathrm { t e s t } }$ , for the SGD and MHSAEM-U algorithms. The test log-likelihood (higher is better) is computed for the best model, with the corresponding $K$ , which is selected based on the validation log-likelihood. The speed-up is computed as the ratio of MHSAEM-U to SGD, i.e. their time to reach $9 5 \\%$ of the training log-likelihood. The results are averaged over five repetitions. Then, the higher test log-likelihood is highlighted with bold blue, and and no speed-up is highlighted with red. The average rank is computed as the standard competition (“1224”) ranking [14] on each dataset (lower is better). " + ], + "table_footnote": [], + "table_body": "
Sum-product transformnetworksMixtures of real NVP flows SGD
SGDMHSAEM-UMHSAEM-U
speed-upLtestKLtestKspeed-upLtestK 32LtestK
breast-cancer-wisconsin4.66-4.66641.4310240.63-99.85-39.31128
cardiotocography10.5559.5251231.0410249.8554.343256.08128
magic-telescope102.53-3.65512-5.0310243.74-3.978-4.228
pendigits4.890.881024-4.86163844.171.4680.488
pima-indians0.37-8.5464-7.62641.35-20.09128-16.33128
wall-following-robot3.431.841024-11.31638422.21-14.26128-17.56128
waveform-14.35-26.1464-23.9110243.72-34.128-33.428
waveform-24.82-26.2164-23.9110244.12-34.158-33.648
yeast20.5710.265125.18102414.496.611289.59128
ecoli1.86-5.564-0.2210242.15-11.37128-10.64128
ionosphere1.88-20.2764-5.935122.74-87.01128-42.75128
iris0.23-10.6564-1.49163843.28-16.34128-9.2132
page-blocks12.1812.215126.84102444.9517.1312817.9432
parkinsons1.46-21.85640.55123.09-566.58128-33.3132
sonar2.96-95.39512-69.29642.52-622.2128-88.81128
statlog-segment1.4447.3551226.531638438.4935.8412842.0432
statlog-vehicle2.97-4.2564-5.4510246.78-31.3432-26.43128
wine rank75.42-25.991024-13.2710242.05-171.58128-25.57128
1.561.441.831.17
", + "bbox": [ + 186, + 194, + 813, + 422 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "298 Experimental settings: We use the same experimental settings and evaluation metrics as in Section \n299 6.2. We apply the mixture model on all datasets, changing the number of components as follows: \n300 $K \\in ( 8 , 3 2 , 1 2 8 )$ . Each real NVP-based component in the mixture model has (i) the translation \n301 function parameterized via multi-layer perceptron with a single hidden layer of dimension 10, using \n302 the rectified linear activation function; and (ii) the scale function parameterized via the same network \n303 except with the hyperbolic tangent activation function. We do not use the batch normalization [15] and \n304 we stack two layers of the translation-scale transformation (we have used implementation from [20]). ", + "bbox": [ + 147, + 455, + 825, + 553 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Algorithms: The algorithms and their settings are the same as those in Section 6.2. ", + "bbox": [ + 161, + 559, + 710, + 574 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "306 Results: The experimental results are presented in right part of Table 6.2. They are similar to those \n307 obtained in the previous section. In terms of the test log-likelihood, the MHSAEM-U algorithm \n308 outperforms the SGD algorithm on all but three datasets, and it provides a substantial speed-up on all \n309 datasets except one. The test likelihood of models with the real NVP flows is most of the time worse \n310 than that of SPTNs with the affine transformations. As explained in the supplementary, this is due to \n311 the overfitting, which has been observed in [47]. ", + "bbox": [ + 140, + 580, + 825, + 664 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "312 7 Conclusion ", + "text_level": 1, + "bbox": [ + 142, + 689, + 299, + 707 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "313 This paper has presented a method to decrease computational complexity of fitting mixture models, \n314 including their generalizations, such as sum-product-(transform) networks and mixtures of flow \n315 models. The speed-up is achieved by evaluating and updating only a single component (per iteration), \n316 where the Metropolis-Hasting algorithm ensures sampling of components from a proper posterior. An \n317 experimental comparison on all three classes of models mentioned above confirmed the theoretical \n318 expectations. The method significantly speeds-up the fitting time and, importantly, without sacrificing \n319 the quality of the fit. In fact, the likelihood was better than that of the models fitted by the EM \n320 algorithm or the SGD algorithm in more than $50 \\%$ of cases. We attribute this to higher stochasticity, \n321 which helps to escape from poor local minima. \n322 In the experiments, the proposed method has used a uniform proposal distribution in the MH sampler. \n323 Despite outperforming the alternative methods, we conjecture that this limits the speed of convergence. \n324 Therefore, we believe that there is still a room for improvement in the implementation. We plan to \n325 address these issues in future work. ", + "bbox": [ + 140, + 724, + 825, + 849 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "", + "bbox": [ + 142, + 856, + 825, + 911 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "The presented method decreases the computational complexity of fitting large (and deep) mixture models, which leads to five to hundred time speed-up depending on a size of the problem (although negative exceptions occurs). We believe this line of research, which we want to continue, to have important benefits. First, it is directly related to decrease in energy consumption and in production of CO2 (we expect similar rates as the speedup). Second, it has a positive effect on financial aspects of deploying (and experimenting with) mixture models. Third, it decreases the hardware requirements, as in all experiments presented above the model was fitted on a single-core. ", + "bbox": [ + 173, + 121, + 826, + 218 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "References ", + "text_level": 1, + "bbox": [ + 169, + 239, + 266, + 255 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "[1] S. Allassonnière and J. Chevallier. A new class of stochastic EM algorithms: Escaping local maxima and handling intractable sampling. Computational Statistics & Data Analysis, 159:107159, 2021. \n[2] S. Ayesha, M. K. Hanif, and R. Talib. Overview and comparative study of dimensionality reduction techniques for high dimensional data. Information Fusion, 59:44–58, 2020. \n[3] D. S. Bai. Efficient estimation of transition probabilities in a Markov chain. The Annals of Statistics, pages 1305–1317, 1975. \n[4] D. M. Blei, A. Kucukelbir, and J. D. McAuliffe. Variational inference: A review for statisticians. Journal of the American statistical Association, 112(518):859–877, 2017. \n[5] J. Blömer and K. Bujna. Adaptive seeding for Gaussian mixture models. In Pacific-asia conference on knowledge discovery and data mining, pages 296–308. Springer, 2016. \n[6] T. Campbell and B. Beronov. Sparse variational inference: Bayesian coresets from scratch. arXiv preprint arXiv:1906.03329, 2019. \n[7] O. Cappé and E. Moulines. On-line expectation–maximization algorithm for latent data models. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 71(3):593–613, 2009. \n[8] J. Chen, J. Zhu, Y. Teh, and T. Zhang. Stochastic expectation maximization with variance reduction. Advances in Neural Information Processing Systems, page 7967, 2018. \n[9] N. Chopin. A sequential particle filter method for static models. Biometrika, 89(3):539–552, 2002. \n[10] G. Compiani and Y. Kitamura. Using mixtures in econometric models: A brief review and some new results. The Econometrics Journal, 19(3):C95–C127, 2016. \n[11] S. Dasgupta. Learning mixtures of Gaussians. In 40th Annual Symposium on Foundations of Computer Science (Cat. No. 99CB37039), pages 634–644. IEEE, 1999. \n[12] B. Delyon, M. Lavielle, E. Moulines, et al. Convergence of a stochastic approximation version of the EM algorithm. The Annals of Statistics, 27(1):94–128, 1999. \n[13] A. P. Dempster, N. M. Laird, and D. B. Rubin. Maximum likelihood from incomplete data via the EM algorithm. Journal of the Royal Statistical Society: Series B (Methodological), 39(1):1–22, 1977. \n[14] J. Demšar. Statistical comparisons of classifiers over multiple data sets. The Journal of Machine Learning Research, 7:1–30, 2006. \n[15] L. Dinh, J. Sohl-Dickstein, and S. Bengio. Density estimation using real NVP. In 5th International Conference on Learning Representations, ICLR 2017, 2017. \n[16] D. Dua and C. Graff. UCI machine learning repository, 2017. ", + "bbox": [ + 178, + 260, + 828, + 917 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "[17] D. Feldman, M. Faulkner, and A. Krause. Scalable training of mixture models via coresets. In Proceedings of the 24th International Conference on Neural Information Processing Systems, pages 2142–2150, 2011. 372 [18] D. Forster and J. Lücke. Can clustering scale sublinearly with its clusters? A variational EM acceleration of GMMs and k-means. In International Conference on Artificial Intelligence and Statistics, pages 124–132. PMLR, 2018. [19] G. Fort, E. Moulines, et al. Convergence of the Monte Carlo expectation maximization for curved exponential families. Annals of Statistics, 31(4):1220–1259, 2003. [20] J. Franc˚u. Continuousflows.jl. https://github.com/janfrancu/ContinuousFlows.jl, 2020. [21] K. Greff, S. van Steenkiste, and J. Schmidhuber. Neural expectation maximization. In Proceedings of the 31st International Conference on Neural Information Processing Systems, pages 6694–6704, 2017. [22] R. Gribonval, A. Chatalic, N. Keriven, V. Schellekens, L. Jacques, and P. Schniter. Sketching datasets for large-scale learning (long version). arXiv preprint arXiv:2008.01839, 2020. [23] M. D. Hoffman, D. M. Blei, C. Wang, and J. Paisley. Stochastic variational inference. Journal of Machine Learning Research, 14(5), 2013. [24] M. C. Hughes and E. B. Sudderth. Fast learning of clusters and topics via sparse posteriors. arXiv preprint arXiv:1609.07521, 2016. [25] K. Humphreys and D. Titterington. Approximate Bayesian inference for simple mixtures. In COMPSTAT, pages 331–336. Springer, 2000. [26] B.-H. Juang and L. R. Rabiner. The segmental K-means algorithm for estimating parameters of hidden Markov models. IEEE Transactions on acoustics, speech, and signal Processing, 38(9):1639–1641, 1990. [27] B. Karimi, M. Lavielle, and É. Moulines. On the convergence properties of the mini-batch EM and MCEM algorithms, 2019. [28] N. Keriven, A. Bourrier, R. Gribonval, and P. Pérez. Sketching for large-scale learning of mixture models. Information and Inference: A Journal of the IMA, 7(3):447–508, 2018. [29] D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint arXiv:1412.6980, 2014. [30] A. Kucukelbir, D. Tran, R. Ranganath, A. Gelman, and D. M. Blei. Automatic differentiation variational inference. The Journal of Machine Learning Research, 18(1):430–474, 2017. [31] E. Kuhn and M. Lavielle. Coupling a stochastic approximation version of EM with an MCMC procedure. ESAIM: Probability and Statistics, 8:115–131, 2004. [32] E. Kuhn, C. Matias, and T. Rebafka. Properties of the stochastic approximation EM algorithm with mini-batch sampling. Statistics and Computing, 30(6):1725–1739, 2020. [33] A. Lagrange, M. Fauvel, and M. Grizonnet. Large-scale feature selection with Gaussian mixture models for the classification of high dimensional remote sensing images. IEEE Transactions on Computational Imaging, 3(2):230–242, 2017. [34] M. Lavine and M. West. A Bayesian method for classification and discrimination. Canadian Journal of Statistics, 20(4):451–461, 1992. [35] M. Little, P. McSharry, S. Roberts, D. Costello, and I. Moroz. Exploiting nonlinear recurrence and fractal scaling properties for voice disorder detection. Nature Precedings, pages 1–1, 2007. [36] R. Maitra and V. Melnykov. Simulating data to study performance of finite mixture modeling and clustering algorithms. Journal of Computational and Graphical Statistics, 19(2):354–376, 2010. ", + "bbox": [ + 145, + 93, + 828, + 920 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "15 [37] O. L. Mangasarian and W. H. Wolberg. Cancer diagnosis via linear programming. Technical report, University of Wisconsin-Madison Department of Computer Sciences, 1990. \n17 [38] J.-M. Marin, K. Mengersen, and C. P. Robert. Bayesian modelling and inference on mixtures of distributions. Handbook of statistics, 25:459–507, 2005. \n19 [39] C. A. McGrory, D. C. Ahfock, J. A. Horsley, and C. L. Alston. Weighted Gibbs sampling for mixture modelling of massive datasets via coresets. Stat, 3(1):291–299, 2014. [40] G. J. McLachlan, S. X. Lee, and S. I. Rathnayake. Finite mixture models. Annual review of statistics and its application, 6:355–378, 2019. \n423 [41] V. Melnykov, W.-C. Chen, and R. Maitra. MixSim: An R package for simulating data to study performance of clustering algorithms. Journal of Statistical Software, 51(12):1, 2012. \n25 [42] T. Monnier, T. Groueix, and M. Aubry. Deep transformation-invariant clustering. In Conference on Neural Information Processing Systems (NeurIPS 2020), 2020. [43] I. Naim and D. Gildea. Convergence of the EM algorithm for Gaussian mixtures with unbalanced mixing coefficients. In Proceedings of the 29th International Coference on International Conference on Machine Learning, pages 1427–1431, 2012. [44] H. D. Nguyen, F. Forbes, and G. J. McLachlan. Mini-batch learning of exponential family finite mixture models. Statistics and Computing, pages 1–18, 2020. [45] R. Peharz, A. Vergari, K. Stelzner, A. Molina, X. Shao, M. Trapp, K. Kersting, and Z. Ghahramani. Random sum-product networks: A simple and effective approach to probabilistic deep learning. In Uncertainty in Artificial Intelligence, pages 334–344. PMLR, 2020. [46] T. Pevný. Loda: Lightweight on-line detector of anomalies. Machine Learning, 102(2):275–304, 2016. [47] T. Pevný, V. Šmídl, M. Trapp, O. Polácek, and T. Oberhuber. Sum-product-transform networks: ˇ Exploiting symmetries using invertible transformations. arXiv preprint arXiv:2005.01297, 2020. [48] G. G. Pires and M. A. Figueiredo. Variational mixture of normalizing flows. arXiv preprint arXiv:2009.00585, 2020. \n42 [49] A. Rau, C. Maugis-Rabusseau, M.-L. Martin-Magniette, and G. Celeux. Co-expression analysis of high-throughput transcriptome sequencing data with Poisson mixture models. Bioinformatics, 31(9):1420–1427, 2015. \n45 [50] R. A. Redner and H. F. Walker. Mixture densities, maximum likelihood and the EM algorithm. SIAM review, 26(2):195–239, 1984. \n47 [51] H. Robbins and S. Monro. A stochastic approximation method. The annals of mathematical statistics, pages 400–407, 1951. \n49 [52] C. Robert and G. Casella. Monte Carlo statistical methods. Springer Science & Business Media, 2013. [53] W. Siblini, P. Kuntz, and F. Meyer. A review on dimensionality reduction for multi-label classification. IEEE Transactions on Knowledge and Data Engineering, 2019. \n53 [54] J. P. Siebert. Vehicle recognition using rule based methods. 1987. [55] C. Viroli and G. J. McLachlan. Deep gaussian mixture models. Statistics and Computing, 29(1):43–51, 2019. \n56 [56] C. F. J. Wu. On the convergence properties of the EM algorithm. The Annals of statistics, pages 95–103, 1983. \n58 [57] D. Wu and J. Ma. An effective EM algorithm for mixtures of Gaussian processes via the MCMC sampling and approximation. Neurocomputing, 331:366–374, 2019. ", + "bbox": [ + 155, + 85, + 830, + 920 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "60 [58] W. Xiang, A. Karfoul, C. Yang, H. Shu, and R. L. B. Jeannès. An exact line search scheme to \n61 accelerate the EM algorithm: Application to Gaussian mixture models identification. Journal of \n62 computational science, 41:101073, 2020. \n63 [59] M. Zhang, Y. Fu, K. M. Bennett, and T. Wu. Computational efficient variational Bayesian Gaus \n64 sian mixture models via coreset. In 2016 International Conference on Computer, Information \n65 and Telecommunication Systems (CITS), pages 1–5. IEEE, 2016. \n66 [60] H. Zhao, P. Poupart, and G. Gordon. A unified approach for learning the parameters of sum \n67 product networks. In Proceedings of the 30th International Conference on Neural Information \n68 Processing Systems, pages 433–441, 2016. ", + "bbox": [ + 150, + 90, + 826, + 237 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "1. For all authors... ", + "bbox": [ + 214, + 116, + 339, + 131 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s contributions and scope? [Yes] \n(b) Did you describe the limitations of your work? [Yes] Our main contribution is computational speedup. Cases where it was not achieved are highlighted in the experimental section. \n(c) Did you discuss any potential negative societal impacts of your work? [No] We do not foresee any potential negative impact. \n(d) Have you read the ethics review guidelines and ensured that your paper conforms to them? [Yes] ", + "bbox": [ + 238, + 135, + 825, + 267 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "2. If you are including theoretical results... ", + "bbox": [ + 215, + 272, + 493, + 286 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "(a) Did you state the full set of assumptions of all theoretical results? [N/A] (b) Did you include complete proofs of all theoretical results? [N/A] ", + "bbox": [ + 238, + 290, + 736, + 321 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "3. If you ran experiments... ", + "bbox": [ + 212, + 325, + 393, + 340 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "(a) Did you include the code, data, and instructions needed to reproduce the main experimental results (either in the supplemental material or as a URL)? [Yes] The code is available in a github repository. All dataset are public from the UCI database. \n(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they were chosen)? [Yes] See Section 6. \n(c) Did you report error bars (e.g., with respect to the random seed after running experiments multiple times)? [No] We report only average of Monte Carlo repetitions, the error bars were too small to have any visual impact in the reported logarithmic scale. \n(d) Did you include the total amount of compute and the type of resources used (e.g., type of GPUs, internal cluster, or cloud provider)? [Yes] ", + "bbox": [ + 238, + 344, + 825, + 489 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets... ", + "bbox": [ + 215, + 494, + 823, + 510 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "(a) If your work uses existing assets, did you cite the creators? [Yes] We use 20 datasets from UCI, we cite the required papers for each dataset, mostly the UCI database and few additional publications. \n(b) Did you mention the license of the assets? [No] The data are publically available, we comply with the requirement on citing appropriate publications. \n(c) Did you include any new assets either in the supplemental material or as a URL? [No] \n(d) Did you discuss whether and how consent was obtained from people whose data you’re using/curating? [N/A] \n(e) Did you discuss whether the data you are using/curating contains personally identifiable information or offensive content? [N/A] ", + "bbox": [ + 238, + 513, + 825, + 662 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "5. If you used crowdsourcing or conducted research with human subjects... ", + "bbox": [ + 215, + 666, + 707, + 681 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "(a) Did you include the full text of instructions given to participants and screenshots, if applicable? [N/A] \n(b) Did you describe any potential participant risks, with links to Institutional Review Board (IRB) approvals, if applicable? [N/A] \n(c) Did you include the estimated hourly wage paid to participants and the total amount spent on participant compensation? [N/A] ", + "bbox": [ + 238, + 685, + 825, + 773 + ], + "page_idx": 13 + } +] \ No newline at end of file diff --git a/parse/train/ZS394D3djsg/ZS394D3djsg_middle.json b/parse/train/ZS394D3djsg/ZS394D3djsg_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..74503a78a727a456b0746b42bc4f43e9097b353c --- /dev/null +++ b/parse/train/ZS394D3djsg/ZS394D3djsg_middle.json @@ -0,0 +1,51102 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 140, + 97, + 471, + 137 + ], + "lines": [ + { + "bbox": [ + 138, + 97, + 472, + 119 + ], + "spans": [ + { + "bbox": [ + 138, + 97, + 472, + 119 + ], + "score": 1.0, + "content": "Fitting large mixture models using stochastic", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 229, + 120, + 382, + 137 + ], + "spans": [ + { + "bbox": [ + 229, + 120, + 382, + 137 + ], + "score": 1.0, + "content": "component selection", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 259, + 179, + 355, + 223 + ], + "lines": [ + { + "bbox": [ + 258, + 179, + 355, + 191 + ], + "spans": [ + { + "bbox": [ + 258, + 179, + 355, + 191 + ], + "score": 1.0, + "content": "Anonymous Author(s)", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "spans": [ + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "score": 1.0, + "content": "Affiliation", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "spans": [ + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "score": 1.0, + "content": "Address", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "spans": [ + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "score": 1.0, + "content": "email", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 3.5 + }, + { + "type": "title", + "bbox": [ + 283, + 252, + 328, + 265 + ], + "lines": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "text", + "bbox": [ + 91, + 276, + 469, + 408 + ], + "lines": [ + { + "bbox": [ + 92, + 276, + 469, + 289 + ], + "spans": [ + { + "bbox": [ + 92, + 279, + 99, + 288 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 141, + 276, + 469, + 289 + ], + "score": 1.0, + "content": "Traditional methods for unsupervised learning of finite mixture models require to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 93, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 93, + 290, + 99, + 298 + ], + "score": 1.0, + "content": "2", + "type": "text" + }, + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "evaluate the likelihood of all components of the mixture. This becomes computa-", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 93, + 298, + 470, + 311 + ], + "spans": [ + { + "bbox": [ + 93, + 301, + 99, + 309 + ], + "score": 1.0, + "content": "3", + "type": "text" + }, + { + "bbox": [ + 141, + 298, + 470, + 311 + ], + "score": 1.0, + "content": "tionally prohibitive when the number of components is large, as it is, for example,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 93, + 309, + 470, + 322 + ], + "spans": [ + { + "bbox": [ + 93, + 312, + 99, + 321 + ], + "score": 1.0, + "content": "4", + "type": "text" + }, + { + "bbox": [ + 141, + 309, + 470, + 322 + ], + "score": 1.0, + "content": "in the sum-product (transform) networks. As a remedy, we propose an approach", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 93, + 321, + 470, + 333 + ], + "spans": [ + { + "bbox": [ + 93, + 323, + 99, + 331 + ], + "score": 1.0, + "content": "5", + "type": "text" + }, + { + "bbox": [ + 141, + 321, + 470, + 333 + ], + "score": 1.0, + "content": "combining the expectation maximization and the Metropolis-Hastings algorithm", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 92, + 332, + 470, + 343 + ], + "spans": [ + { + "bbox": [ + 92, + 333, + 100, + 343 + ], + "score": 1.0, + "content": "6", + "type": "text" + }, + { + "bbox": [ + 142, + 332, + 470, + 343 + ], + "score": 1.0, + "content": "to evaluate only a small number of, stochastically sampled, components, thus", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 92, + 342, + 470, + 354 + ], + "spans": [ + { + "bbox": [ + 92, + 344, + 99, + 353 + ], + "score": 1.0, + "content": "7", + "type": "text" + }, + { + "bbox": [ + 141, + 342, + 470, + 354 + ], + "score": 1.0, + "content": "substantially reducing the computational cost. We put emphasis on generality of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 92, + 352, + 470, + 366 + ], + "spans": [ + { + "bbox": [ + 92, + 355, + 100, + 365 + ], + "score": 1.0, + "content": "8", + "type": "text" + }, + { + "bbox": [ + 141, + 352, + 470, + 366 + ], + "score": 1.0, + "content": "our method, equipping it with the ability to train both shallow and deep mixture", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 93, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 93, + 366, + 100, + 375 + ], + "score": 1.0, + "content": "9", + "type": "text" + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "models which involve complex, and possibly nonlinear, transformations. The", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 90, + 375, + 470, + 387 + ], + "spans": [ + { + "bbox": [ + 90, + 377, + 99, + 387 + ], + "score": 1.0, + "content": "10", + "type": "text" + }, + { + "bbox": [ + 141, + 375, + 470, + 387 + ], + "score": 1.0, + "content": "performance of our method is illustrated in a variety of synthetic and real-data", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 90, + 386, + 470, + 398 + ], + "spans": [ + { + "bbox": [ + 90, + 388, + 99, + 397 + ], + "score": 1.0, + "content": "11", + "type": "text" + }, + { + "bbox": [ + 142, + 386, + 470, + 398 + ], + "score": 1.0, + "content": "contexts, considering deep models, such as mixtures of normalizing flows and", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 90, + 397, + 285, + 408 + ], + "spans": [ + { + "bbox": [ + 90, + 399, + 99, + 408 + ], + "score": 1.0, + "content": "12", + "type": "text" + }, + { + "bbox": [ + 142, + 397, + 285, + 408 + ], + "score": 1.0, + "content": "sum-product (transform) networks.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 12.5 + }, + { + "type": "title", + "bbox": [ + 91, + 427, + 191, + 441 + ], + "lines": [ + { + "bbox": [ + 87, + 426, + 192, + 443 + ], + "spans": [ + { + "bbox": [ + 87, + 426, + 192, + 443 + ], + "score": 1.0, + "content": "13 1 Introduction", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 90, + 452, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 90, + 450, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 90, + 455, + 100, + 464 + ], + "score": 1.0, + "content": "14", + "type": "text" + }, + { + "bbox": [ + 104, + 450, + 506, + 466 + ], + "score": 1.0, + "content": "Finite mixture models [40] constitute a fundamental class of density estimation models. They", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 90, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 90, + 465, + 100, + 474 + ], + "score": 1.0, + "content": "15", + "type": "text" + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "have been successfully applied in diverse fields, including bioinformatics [49], econometrics [10],", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 89, + 477, + 100, + 486 + ], + "score": 1.0, + "content": "16", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "score": 1.0, + "content": "engineering [33], etc. A mixture model relies on a weighted sum of probability distributions—here", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 89, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 89, + 487, + 100, + 497 + ], + "score": 1.0, + "content": "17", + "type": "text" + }, + { + "bbox": [ + 105, + 484, + 262, + 498 + ], + "score": 1.0, + "content": "referred to as components—to cluster", + "type": "text" + }, + { + "bbox": [ + 263, + 486, + 273, + 495 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 484, + 383, + 498 + ], + "score": 1.0, + "content": "unlabelled datapoints into", + "type": "text" + }, + { + "bbox": [ + 383, + 486, + 393, + 495 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "categories. The traditional", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 89, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 89, + 498, + 100, + 508 + ], + "score": 1.0, + "content": "18", + "type": "text" + }, + { + "bbox": [ + 105, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "maximum likelihood techniques train the model by optimizing either (i) the marginal likelihood via", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 89, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 89, + 509, + 100, + 519 + ], + "score": 1.0, + "content": "19", + "type": "text" + }, + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "gradient-descent [50] or (ii) the evidence lower bound via variational methods [4], including the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 89, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 89, + 520, + 100, + 530 + ], + "score": 1.0, + "content": "20", + "type": "text" + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "score": 1.0, + "content": "expectation-maximization (EM) [13]. The dependence structure among approximate, variational,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 88, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 88, + 531, + 99, + 540 + ], + "score": 1.0, + "content": "21", + "type": "text" + }, + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "score": 1.0, + "content": "distributions then ranges from the fully independent (mean-field) [25] to fully dependent [30]. The", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 88, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 88, + 541, + 100, + 552 + ], + "score": 1.0, + "content": "22", + "type": "text" + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "sampling-based techniques target the posterior distribution using sequential Monte Carlo [9] or", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 89, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 89, + 552, + 100, + 562 + ], + "score": 1.0, + "content": "23", + "type": "text" + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "Markov chain Monte Carlo [52], e.g. via the Gibbs [34] or Metropolis-Hastings sampling [38]. The", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 561, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 89, + 563, + 100, + 573 + ], + "score": 1.0, + "content": "24", + "type": "text" + }, + { + "bbox": [ + 104, + 561, + 339, + 574 + ], + "score": 1.0, + "content": "computational cost of these methods typically scales with", + "type": "text" + }, + { + "bbox": [ + 339, + 561, + 390, + 573 + ], + "score": 0.91, + "content": "\\mathcal { O } ( T K N D )", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 561, + 464, + 574 + ], + "score": 1.0, + "content": "operations, where", + "type": "text" + }, + { + "bbox": [ + 465, + 562, + 475, + 571 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 561, + 493, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 493, + 562, + 504, + 571 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 89, + 572, + 426, + 584 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "25", + "type": "text" + }, + { + "bbox": [ + 105, + 572, + 181, + 584 + ], + "score": 1.0, + "content": "are defined above,", + "type": "text" + }, + { + "bbox": [ + 181, + 573, + 190, + 582 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 572, + 315, + 584 + ], + "score": 1.0, + "content": "is the number of iterations and", + "type": "text" + }, + { + "bbox": [ + 315, + 573, + 325, + 582 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 572, + 426, + 584 + ], + "score": 1.0, + "content": "is the dimension of data.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 89, + 588, + 505, + 687 + ], + "lines": [ + { + "bbox": [ + 89, + 588, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 89, + 591, + 100, + 600 + ], + "score": 1.0, + "content": "26", + "type": "text" + }, + { + "bbox": [ + 106, + 589, + 373, + 600 + ], + "score": 1.0, + "content": "Various methods to decrease the computational cost via any factor in", + "type": "text" + }, + { + "bbox": [ + 374, + 588, + 424, + 600 + ], + "score": 0.91, + "content": "\\mathcal { O } ( T K N D )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 589, + 506, + 600 + ], + "score": 1.0, + "content": "have been proposed.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 89, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 89, + 601, + 99, + 611 + ], + "score": 1.0, + "content": "27", + "type": "text" + }, + { + "bbox": [ + 106, + 600, + 115, + 610 + ], + "score": 0.74, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "can be lowered by proper initialization, e.g. the optimal seeding [5]; an efficient step-size schedule,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 89, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 89, + 613, + 99, + 622 + ], + "score": 1.0, + "content": "28", + "type": "text" + }, + { + "bbox": [ + 105, + 610, + 461, + 623 + ], + "score": 1.0, + "content": "e.g. the line-search [58]; or increased estimation precision, e.g. the variance reduction [8].", + "type": "text" + }, + { + "bbox": [ + 462, + 611, + 472, + 621 + ], + "score": 0.78, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "is often", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 88, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 88, + 623, + 99, + 633 + ], + "score": 1.0, + "content": "29", + "type": "text" + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "reduced using the coreset methods, which approximate the original dataset by a weighted dataset", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 88, + 633, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 88, + 635, + 99, + 644 + ], + "score": 1.0, + "content": "30", + "type": "text" + }, + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "score": 1.0, + "content": "such that the exact and approximate marginal likelihoods are close. The weighted variants of the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 88, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 88, + 645, + 99, + 655 + ], + "score": 1.0, + "content": "31", + "type": "text" + }, + { + "bbox": [ + 105, + 643, + 470, + 656 + ], + "score": 1.0, + "content": "variational [17, 59, 6] and sampling-based [39] methods then process the coresets. Reducing", + "type": "text" + }, + { + "bbox": [ + 471, + 644, + 480, + 653 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "relies", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 88, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 88, + 657, + 100, + 666 + ], + "score": 1.0, + "content": "32", + "type": "text" + }, + { + "bbox": [ + 106, + 654, + 506, + 667 + ], + "score": 1.0, + "content": "on the compression of data into smaller representations via random projections [53, 2], which is", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 88, + 664, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 88, + 667, + 99, + 677 + ], + "score": 1.0, + "content": "33", + "type": "text" + }, + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "score": 1.0, + "content": "achieved in two ways: (i) each data item is projected into an individual representation [11]; (ii) all", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 89, + 676, + 489, + 689 + ], + "spans": [ + { + "bbox": [ + 89, + 678, + 100, + 687 + ], + "score": 1.0, + "content": "34", + "type": "text" + }, + { + "bbox": [ + 105, + 676, + 489, + 689 + ], + "score": 1.0, + "content": "data items are projected into an overall representation, commonly referred to as sketch [28, 22].", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 36 + }, + { + "type": "text", + "bbox": [ + 91, + 692, + 507, + 714 + ], + "lines": [ + { + "bbox": [ + 89, + 691, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 89, + 695, + 100, + 703 + ], + "score": 1.0, + "content": "35", + "type": "text" + }, + { + "bbox": [ + 104, + 691, + 505, + 704 + ], + "score": 1.0, + "content": "Nevertheless, all the aforementioned techniques—including those with reduced computational cost—", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 87, + 702, + 506, + 717 + ], + "spans": [ + { + "bbox": [ + 87, + 702, + 154, + 717 + ], + "score": 1.0, + "content": "36 evaluate all", + "type": "text" + }, + { + "bbox": [ + 154, + 704, + 165, + 713 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 702, + 506, + 717 + ], + "score": 1.0, + "content": "components. This is very demanding for large models, and the problem is even more", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 102, + 731, + 499, + 742 + ], + "lines": [ + { + "bbox": [ + 106, + 730, + 500, + 743 + ], + "spans": [ + { + "bbox": [ + 106, + 730, + 500, + 743 + ], + "score": 1.0, + "content": "Submitted to 35th Conference on Neural Information Processing Systems (NeurIPS 2021). Do not distribute.", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 140, + 97, + 471, + 137 + ], + "lines": [ + { + "bbox": [ + 138, + 97, + 472, + 119 + ], + "spans": [ + { + "bbox": [ + 138, + 97, + 472, + 119 + ], + "score": 1.0, + "content": "Fitting large mixture models using stochastic", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 229, + 120, + 382, + 137 + ], + "spans": [ + { + "bbox": [ + 229, + 120, + 382, + 137 + ], + "score": 1.0, + "content": "component selection", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "list", + "bbox": [ + 259, + 179, + 355, + 223 + ], + "lines": [ + { + "bbox": [ + 258, + 179, + 355, + 191 + ], + "spans": [ + { + "bbox": [ + 258, + 179, + 355, + 191 + ], + "score": 1.0, + "content": "Anonymous Author(s)", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "spans": [ + { + "bbox": [ + 283, + 189, + 328, + 202 + ], + "score": 1.0, + "content": "Affiliation", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "spans": [ + { + "bbox": [ + 286, + 200, + 324, + 213 + ], + "score": 1.0, + "content": "Address", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "spans": [ + { + "bbox": [ + 290, + 213, + 320, + 222 + ], + "score": 1.0, + "content": "email", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + } + ], + "index": 3.5, + "bbox_fs": [ + 258, + 179, + 355, + 222 + ] + }, + { + "type": "title", + "bbox": [ + 283, + 252, + 328, + 265 + ], + "lines": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "spans": [ + { + "bbox": [ + 281, + 251, + 331, + 267 + ], + "score": 1.0, + "content": "Abstract", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "index", + "bbox": [ + 91, + 276, + 469, + 408 + ], + "lines": [ + { + "bbox": [ + 92, + 276, + 469, + 289 + ], + "spans": [ + { + "bbox": [ + 92, + 279, + 99, + 288 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 141, + 276, + 469, + 289 + ], + "score": 1.0, + "content": "Traditional methods for unsupervised learning of finite mixture models require to", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 287, + 470, + 299 + ], + "spans": [ + { + "bbox": [ + 93, + 290, + 99, + 298 + ], + "score": 1.0, + "content": "2", + "type": "text" + }, + { + "bbox": [ + 141, + 287, + 470, + 299 + ], + "score": 1.0, + "content": "evaluate the likelihood of all components of the mixture. This becomes computa-", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 298, + 470, + 311 + ], + "spans": [ + { + "bbox": [ + 93, + 301, + 99, + 309 + ], + "score": 1.0, + "content": "3", + "type": "text" + }, + { + "bbox": [ + 141, + 298, + 470, + 311 + ], + "score": 1.0, + "content": "tionally prohibitive when the number of components is large, as it is, for example,", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 309, + 470, + 322 + ], + "spans": [ + { + "bbox": [ + 93, + 312, + 99, + 321 + ], + "score": 1.0, + "content": "4", + "type": "text" + }, + { + "bbox": [ + 141, + 309, + 470, + 322 + ], + "score": 1.0, + "content": "in the sum-product (transform) networks. As a remedy, we propose an approach", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 321, + 470, + 333 + ], + "spans": [ + { + "bbox": [ + 93, + 323, + 99, + 331 + ], + "score": 1.0, + "content": "5", + "type": "text" + }, + { + "bbox": [ + 141, + 321, + 470, + 333 + ], + "score": 1.0, + "content": "combining the expectation maximization and the Metropolis-Hastings algorithm", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 332, + 470, + 343 + ], + "spans": [ + { + "bbox": [ + 92, + 333, + 100, + 343 + ], + "score": 1.0, + "content": "6", + "type": "text" + }, + { + "bbox": [ + 142, + 332, + 470, + 343 + ], + "score": 1.0, + "content": "to evaluate only a small number of, stochastically sampled, components, thus", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 342, + 470, + 354 + ], + "spans": [ + { + "bbox": [ + 92, + 344, + 99, + 353 + ], + "score": 1.0, + "content": "7", + "type": "text" + }, + { + "bbox": [ + 141, + 342, + 470, + 354 + ], + "score": 1.0, + "content": "substantially reducing the computational cost. We put emphasis on generality of", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 352, + 470, + 366 + ], + "spans": [ + { + "bbox": [ + 92, + 355, + 100, + 365 + ], + "score": 1.0, + "content": "8", + "type": "text" + }, + { + "bbox": [ + 141, + 352, + 470, + 366 + ], + "score": 1.0, + "content": "our method, equipping it with the ability to train both shallow and deep mixture", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 364, + 469, + 376 + ], + "spans": [ + { + "bbox": [ + 93, + 366, + 100, + 375 + ], + "score": 1.0, + "content": "9", + "type": "text" + }, + { + "bbox": [ + 142, + 364, + 469, + 376 + ], + "score": 1.0, + "content": "models which involve complex, and possibly nonlinear, transformations. The", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 375, + 470, + 387 + ], + "spans": [ + { + "bbox": [ + 90, + 377, + 99, + 387 + ], + "score": 1.0, + "content": "10", + "type": "text" + }, + { + "bbox": [ + 141, + 375, + 470, + 387 + ], + "score": 1.0, + "content": "performance of our method is illustrated in a variety of synthetic and real-data", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 386, + 470, + 398 + ], + "spans": [ + { + "bbox": [ + 90, + 388, + 99, + 397 + ], + "score": 1.0, + "content": "11", + "type": "text" + }, + { + "bbox": [ + 142, + 386, + 470, + 398 + ], + "score": 1.0, + "content": "contexts, considering deep models, such as mixtures of normalizing flows and", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 397, + 285, + 408 + ], + "spans": [ + { + "bbox": [ + 90, + 399, + 99, + 408 + ], + "score": 1.0, + "content": "12", + "type": "text" + }, + { + "bbox": [ + 142, + 397, + 285, + 408 + ], + "score": 1.0, + "content": "sum-product (transform) networks.", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + } + ], + "index": 12.5, + "bbox_fs": [ + 90, + 276, + 470, + 408 + ] + }, + { + "type": "title", + "bbox": [ + 91, + 427, + 191, + 441 + ], + "lines": [ + { + "bbox": [ + 87, + 426, + 192, + 443 + ], + "spans": [ + { + "bbox": [ + 87, + 426, + 192, + 443 + ], + "score": 1.0, + "content": "13 1 Introduction", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "index", + "bbox": [ + 90, + 452, + 505, + 583 + ], + "lines": [ + { + "bbox": [ + 90, + 450, + 506, + 466 + ], + "spans": [ + { + "bbox": [ + 90, + 455, + 100, + 464 + ], + "score": 1.0, + "content": "14", + "type": "text" + }, + { + "bbox": [ + 104, + 450, + 506, + 466 + ], + "score": 1.0, + "content": "Finite mixture models [40] constitute a fundamental class of density estimation models. They", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 462, + 506, + 477 + ], + "spans": [ + { + "bbox": [ + 90, + 465, + 100, + 474 + ], + "score": 1.0, + "content": "15", + "type": "text" + }, + { + "bbox": [ + 105, + 462, + 506, + 477 + ], + "score": 1.0, + "content": "have been successfully applied in diverse fields, including bioinformatics [49], econometrics [10],", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 474, + 506, + 487 + ], + "spans": [ + { + "bbox": [ + 89, + 477, + 100, + 486 + ], + "score": 1.0, + "content": "16", + "type": "text" + }, + { + "bbox": [ + 105, + 474, + 506, + 487 + ], + "score": 1.0, + "content": "engineering [33], etc. A mixture model relies on a weighted sum of probability distributions—here", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 484, + 505, + 498 + ], + "spans": [ + { + "bbox": [ + 89, + 487, + 100, + 497 + ], + "score": 1.0, + "content": "17", + "type": "text" + }, + { + "bbox": [ + 105, + 484, + 262, + 498 + ], + "score": 1.0, + "content": "referred to as components—to cluster", + "type": "text" + }, + { + "bbox": [ + 263, + 486, + 273, + 495 + ], + "score": 0.79, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 484, + 383, + 498 + ], + "score": 1.0, + "content": "unlabelled datapoints into", + "type": "text" + }, + { + "bbox": [ + 383, + 486, + 393, + 495 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 394, + 484, + 505, + 498 + ], + "score": 1.0, + "content": "categories. The traditional", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 495, + 506, + 509 + ], + "spans": [ + { + "bbox": [ + 89, + 498, + 100, + 508 + ], + "score": 1.0, + "content": "18", + "type": "text" + }, + { + "bbox": [ + 105, + 495, + 506, + 509 + ], + "score": 1.0, + "content": "maximum likelihood techniques train the model by optimizing either (i) the marginal likelihood via", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 89, + 509, + 100, + 519 + ], + "score": 1.0, + "content": "19", + "type": "text" + }, + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "gradient-descent [50] or (ii) the evidence lower bound via variational methods [4], including the", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 518, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 89, + 520, + 100, + 530 + ], + "score": 1.0, + "content": "20", + "type": "text" + }, + { + "bbox": [ + 105, + 518, + 506, + 531 + ], + "score": 1.0, + "content": "expectation-maximization (EM) [13]. The dependence structure among approximate, variational,", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 528, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 88, + 531, + 99, + 540 + ], + "score": 1.0, + "content": "21", + "type": "text" + }, + { + "bbox": [ + 105, + 528, + 506, + 542 + ], + "score": 1.0, + "content": "distributions then ranges from the fully independent (mean-field) [25] to fully dependent [30]. The", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 539, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 88, + 541, + 100, + 552 + ], + "score": 1.0, + "content": "22", + "type": "text" + }, + { + "bbox": [ + 105, + 539, + 505, + 552 + ], + "score": 1.0, + "content": "sampling-based techniques target the posterior distribution using sequential Monte Carlo [9] or", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 89, + 552, + 100, + 562 + ], + "score": 1.0, + "content": "23", + "type": "text" + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "Markov chain Monte Carlo [52], e.g. via the Gibbs [34] or Metropolis-Hastings sampling [38]. The", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 561, + 504, + 574 + ], + "spans": [ + { + "bbox": [ + 89, + 563, + 100, + 573 + ], + "score": 1.0, + "content": "24", + "type": "text" + }, + { + "bbox": [ + 104, + 561, + 339, + 574 + ], + "score": 1.0, + "content": "computational cost of these methods typically scales with", + "type": "text" + }, + { + "bbox": [ + 339, + 561, + 390, + 573 + ], + "score": 0.91, + "content": "\\mathcal { O } ( T K N D )", + "type": "inline_equation" + }, + { + "bbox": [ + 390, + 561, + 464, + 574 + ], + "score": 1.0, + "content": "operations, where", + "type": "text" + }, + { + "bbox": [ + 465, + 562, + 475, + 571 + ], + "score": 0.81, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 561, + 493, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 493, + 562, + 504, + 571 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 572, + 426, + 584 + ], + "spans": [ + { + "bbox": [ + 89, + 574, + 100, + 584 + ], + "score": 1.0, + "content": "25", + "type": "text" + }, + { + "bbox": [ + 105, + 572, + 181, + 584 + ], + "score": 1.0, + "content": "are defined above,", + "type": "text" + }, + { + "bbox": [ + 181, + 573, + 190, + 582 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 572, + 315, + 584 + ], + "score": 1.0, + "content": "is the number of iterations and", + "type": "text" + }, + { + "bbox": [ + 315, + 573, + 325, + 582 + ], + "score": 0.82, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 572, + 426, + 584 + ], + "score": 1.0, + "content": "is the dimension of data.", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 588, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 89, + 591, + 100, + 600 + ], + "score": 1.0, + "content": "26", + "type": "text" + }, + { + "bbox": [ + 106, + 589, + 373, + 600 + ], + "score": 1.0, + "content": "Various methods to decrease the computational cost via any factor in", + "type": "text" + }, + { + "bbox": [ + 374, + 588, + 424, + 600 + ], + "score": 0.91, + "content": "\\mathcal { O } ( T K N D )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 589, + 506, + 600 + ], + "score": 1.0, + "content": "have been proposed.", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 599, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 89, + 601, + 99, + 611 + ], + "score": 1.0, + "content": "27", + "type": "text" + }, + { + "bbox": [ + 106, + 600, + 115, + 610 + ], + "score": 0.74, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 599, + 506, + 613 + ], + "score": 1.0, + "content": "can be lowered by proper initialization, e.g. the optimal seeding [5]; an efficient step-size schedule,", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 89, + 613, + 99, + 622 + ], + "score": 1.0, + "content": "28", + "type": "text" + }, + { + "bbox": [ + 105, + 610, + 461, + 623 + ], + "score": 1.0, + "content": "e.g. the line-search [58]; or increased estimation precision, e.g. the variance reduction [8].", + "type": "text" + }, + { + "bbox": [ + 462, + 611, + 472, + 621 + ], + "score": 0.78, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "is often", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 621, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 88, + 623, + 99, + 633 + ], + "score": 1.0, + "content": "29", + "type": "text" + }, + { + "bbox": [ + 105, + 621, + 506, + 634 + ], + "score": 1.0, + "content": "reduced using the coreset methods, which approximate the original dataset by a weighted dataset", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 633, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 88, + 635, + 99, + 644 + ], + "score": 1.0, + "content": "30", + "type": "text" + }, + { + "bbox": [ + 106, + 633, + 505, + 644 + ], + "score": 1.0, + "content": "such that the exact and approximate marginal likelihoods are close. The weighted variants of the", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 88, + 645, + 99, + 655 + ], + "score": 1.0, + "content": "31", + "type": "text" + }, + { + "bbox": [ + 105, + 643, + 470, + 656 + ], + "score": 1.0, + "content": "variational [17, 59, 6] and sampling-based [39] methods then process the coresets. Reducing", + "type": "text" + }, + { + "bbox": [ + 471, + 644, + 480, + 653 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "relies", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 88, + 657, + 100, + 666 + ], + "score": 1.0, + "content": "32", + "type": "text" + }, + { + "bbox": [ + 106, + 654, + 506, + 667 + ], + "score": 1.0, + "content": "on the compression of data into smaller representations via random projections [53, 2], which is", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 664, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 88, + 667, + 99, + 677 + ], + "score": 1.0, + "content": "33", + "type": "text" + }, + { + "bbox": [ + 105, + 664, + 505, + 677 + ], + "score": 1.0, + "content": "achieved in two ways: (i) each data item is projected into an individual representation [11]; (ii) all", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 676, + 489, + 689 + ], + "spans": [ + { + "bbox": [ + 89, + 678, + 100, + 687 + ], + "score": 1.0, + "content": "34", + "type": "text" + }, + { + "bbox": [ + 105, + 676, + 489, + 689 + ], + "score": 1.0, + "content": "data items are projected into an overall representation, commonly referred to as sketch [28, 22].", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 691, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 89, + 695, + 100, + 703 + ], + "score": 1.0, + "content": "35", + "type": "text" + }, + { + "bbox": [ + 104, + 691, + 505, + 704 + ], + "score": 1.0, + "content": "Nevertheless, all the aforementioned techniques—including those with reduced computational cost—", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 702, + 506, + 717 + ], + "spans": [ + { + "bbox": [ + 87, + 702, + 154, + 717 + ], + "score": 1.0, + "content": "36 evaluate all", + "type": "text" + }, + { + "bbox": [ + 154, + 704, + 165, + 713 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 702, + 506, + 717 + ], + "score": 1.0, + "content": "components. This is very demanding for large models, and the problem is even more", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 218, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 89, + 220, + 99, + 229 + ], + "score": 1.0, + "content": "37", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "score": 1.0, + "content": "severe for mixtures involving intricate models, such as neural networks [21, 42], Gaussian processes", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 227, + 507, + 242 + ], + "spans": [ + { + "bbox": [ + 89, + 231, + 100, + 240 + ], + "score": 1.0, + "content": "38", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 227, + 507, + 242 + ], + "score": 1.0, + "content": "[57], normalizing flows [48]; or deep mixtures, including sum-product (transform) networks [45, 47],", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 238, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 89, + 241, + 100, + 251 + ], + "score": 1.0, + "content": "39", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "score": 1.0, + "content": "deep Gaussian mixture models [55], etc. In spite of this, a little attention has been paid to the design", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 251, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 89, + 252, + 100, + 262 + ], + "score": 1.0, + "content": "40", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 251, + 272, + 262 + ], + "score": 1.0, + "content": "of algorithms which does not evaluate all", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 272, + 251, + 282, + 260 + ], + "score": 0.75, + "content": "K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 283, + 251, + 505, + 262 + ], + "score": 1.0, + "content": "components. The notable exceptions are the sparse EM", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 261, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 89, + 263, + 99, + 272 + ], + "score": 1.0, + "content": "41", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 261, + 506, + 273 + ], + "score": 1.0, + "content": "algorithm [24] and the truncated variational EM algorithm [18], see Table 1 and Section 5 for details.", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 272, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 89, + 275, + 100, + 284 + ], + "score": 1.0, + "content": "42", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 272, + 505, + 284 + ], + "score": 1.0, + "content": "Moreover, the methods are mostly tailored for a specific class of mixture models, e.g. the Gaussian", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 284, + 174, + 294 + ], + "spans": [ + { + "bbox": [ + 89, + 285, + 100, + 294 + ], + "score": 1.0, + "content": "43", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 284, + 174, + 294 + ], + "score": 1.0, + "content": "mixture models.", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_start_line": true + } + ], + "index": 25.5, + "bbox_fs": [ + 88, + 450, + 506, + 584 + ] + }, + { + "type": "index", + "bbox": [ + 89, + 588, + 505, + 687 + ], + "lines": [], + "index": 36, + "bbox_fs": [ + 88, + 588, + 506, + 689 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 91, + 692, + 507, + 714 + ], + "lines": [], + "index": 41.5, + "bbox_fs": [ + 87, + 691, + 506, + 717 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 136, + 131, + 474, + 194 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 69, + 505, + 125 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 68, + 505, + 82 + ], + "spans": [ + { + "bbox": [ + 106, + 68, + 505, + 82 + ], + "score": 1.0, + "content": "Table 1: The computational features of various EM algorithms. We compare whether the methods (i)", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 80, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 506, + 93 + ], + "score": 1.0, + "content": "perform the computations with a reduced number of data (minibatching), (ii) update a lower number", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 89, + 506, + 105 + ], + "spans": [ + { + "bbox": [ + 104, + 89, + 506, + 105 + ], + "score": 1.0, + "content": "of statistics, (iii) make less evaluations of the conditional likelihood, and (iv) are suitable for training", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "of deep models. Here, EM, SA, S, T, MC and MH stand for expectation-maximization, stochastic", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 113, + 450, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 450, + 127 + ], + "score": 1.0, + "content": "approximation, sparse, truncated, Monte Carlo and Metropolis-Hastings, respectively.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "table_body", + "bbox": [ + 136, + 131, + 474, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 131, + 474, + 194 + ], + "spans": [ + { + "bbox": [ + 136, + 131, + 474, + 194 + ], + "score": 0.977, + "html": "
Feature/AlgorithmEM [13]SAEM [44]SSAEM [24]TSAEM [18]MCSAEM [1]MHSAEM (ours)
B<Ndatapoints×
M<K statisticsxx
M<Klikelihoodsxx×X
deep models×××X×
", + "type": "table", + "image_path": "5e346a33d4bf96097d66d042d2edb3a796cd7475f2111dc5b8813d4424db6d24.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 136, + 131, + 474, + 152.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 136, + 152.0, + 474, + 173.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 136, + 173.0, + 474, + 194.0 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 4.0 + }, + { + "type": "text", + "bbox": [ + 90, + 217, + 506, + 295 + ], + "lines": [ + { + "bbox": [ + 89, + 218, + 506, + 230 + ], + "spans": [ + { + "bbox": [ + 89, + 220, + 99, + 229 + ], + "score": 1.0, + "content": "37", + "type": "text" + }, + { + "bbox": [ + 105, + 218, + 506, + 230 + ], + "score": 1.0, + "content": "severe for mixtures involving intricate models, such as neural networks [21, 42], Gaussian processes", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 89, + 227, + 507, + 242 + ], + "spans": [ + { + "bbox": [ + 89, + 231, + 100, + 240 + ], + "score": 1.0, + "content": "38", + "type": "text" + }, + { + "bbox": [ + 105, + 227, + 507, + 242 + ], + "score": 1.0, + "content": "[57], normalizing flows [48]; or deep mixtures, including sum-product (transform) networks [45, 47],", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 89, + 238, + 506, + 253 + ], + "spans": [ + { + "bbox": [ + 89, + 241, + 100, + 251 + ], + "score": 1.0, + "content": "39", + "type": "text" + }, + { + "bbox": [ + 105, + 238, + 506, + 253 + ], + "score": 1.0, + "content": "deep Gaussian mixture models [55], etc. In spite of this, a little attention has been paid to the design", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 89, + 251, + 505, + 262 + ], + "spans": [ + { + "bbox": [ + 89, + 252, + 100, + 262 + ], + "score": 1.0, + "content": "40", + "type": "text" + }, + { + "bbox": [ + 105, + 251, + 272, + 262 + ], + "score": 1.0, + "content": "of algorithms which does not evaluate all", + "type": "text" + }, + { + "bbox": [ + 272, + 251, + 282, + 260 + ], + "score": 0.75, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 283, + 251, + 505, + 262 + ], + "score": 1.0, + "content": "components. The notable exceptions are the sparse EM", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 89, + 261, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 89, + 263, + 99, + 272 + ], + "score": 1.0, + "content": "41", + "type": "text" + }, + { + "bbox": [ + 106, + 261, + 506, + 273 + ], + "score": 1.0, + "content": "algorithm [24] and the truncated variational EM algorithm [18], see Table 1 and Section 5 for details.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 89, + 272, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 89, + 275, + 100, + 284 + ], + "score": 1.0, + "content": "42", + "type": "text" + }, + { + "bbox": [ + 105, + 272, + 505, + 284 + ], + "score": 1.0, + "content": "Moreover, the methods are mostly tailored for a specific class of mixture models, e.g. the Gaussian", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 89, + 284, + 174, + 294 + ], + "spans": [ + { + "bbox": [ + 89, + 285, + 100, + 294 + ], + "score": 1.0, + "content": "43", + "type": "text" + }, + { + "bbox": [ + 105, + 284, + 174, + 294 + ], + "score": 1.0, + "content": "mixture models.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 90, + 299, + 312, + 311 + ], + "lines": [ + { + "bbox": [ + 88, + 299, + 312, + 313 + ], + "spans": [ + { + "bbox": [ + 88, + 299, + 312, + 313 + ], + "score": 1.0, + "content": "44 In this paper, we make the following contributions:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 93, + 321, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 92, + 321, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 92, + 321, + 505, + 334 + ], + "score": 1.0, + "content": "45 • We propose an EM-based algorithm which relies on the MH sampler to stochastically evaluate less", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 92, + 332, + 429, + 345 + ], + "spans": [ + { + "bbox": [ + 92, + 335, + 99, + 343 + ], + "score": 1.0, + "content": "46", + "type": "text" + }, + { + "bbox": [ + 113, + 332, + 429, + 345 + ], + "score": 1.0, + "content": "components in mixture models, substantially reducing the computational cost.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 95, + 350, + 504, + 374 + ], + "lines": [ + { + "bbox": [ + 94, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 94, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "7 • We design our method to enable optimization of fairly generic EM objective functions, making it", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 92, + 361, + 365, + 374 + ], + "spans": [ + { + "bbox": [ + 92, + 365, + 99, + 372 + ], + "score": 1.0, + "content": "48", + "type": "text" + }, + { + "bbox": [ + 114, + 361, + 365, + 374 + ], + "score": 1.0, + "content": "suitable for training of both shallow and deep mixture models.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 91, + 380, + 505, + 414 + ], + "lines": [ + { + "bbox": [ + 87, + 380, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 87, + 380, + 506, + 393 + ], + "score": 1.0, + "content": "49 • We apply our approach to Gaussian mixture mdoels (GMMs) and their generalizations: sum-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 89, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 89, + 393, + 99, + 403 + ], + "score": 1.0, + "content": "50", + "type": "text" + }, + { + "bbox": [ + 114, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "product-transform networks (SPTNs) and mixtures of real-valued non-volume preserving (real", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 401, + 500, + 415 + ], + "spans": [ + { + "bbox": [ + 89, + 405, + 99, + 414 + ], + "score": 1.0, + "content": "51", + "type": "text" + }, + { + "bbox": [ + 113, + 401, + 283, + 415 + ], + "score": 1.0, + "content": "NVP) flows [15], reaching approximately", + "type": "text" + }, + { + "bbox": [ + 284, + 402, + 307, + 413 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 401, + 500, + 415 + ], + "score": 1.0, + "content": "speed-up compared to state-of-the-art methods.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "title", + "bbox": [ + 91, + 438, + 234, + 452 + ], + "lines": [ + { + "bbox": [ + 87, + 437, + 235, + 454 + ], + "spans": [ + { + "bbox": [ + 87, + 437, + 235, + 454 + ], + "score": 1.0, + "content": "52 2 Problem formulation", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 90, + 465, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 86, + 464, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 86, + 464, + 449, + 477 + ], + "score": 1.0, + "content": "A finite mixture model characterizes the relation between an observed (known) variable, 53", + "type": "text" + }, + { + "bbox": [ + 449, + 465, + 502, + 477 + ], + "score": 0.92, + "content": "\\boldsymbol { x } \\in \\times \\subseteq \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 464, + 505, + 477 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 90, + 476, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 90, + 476, + 235, + 488 + ], + "score": 1.0, + "content": "54 and a latent (unknown) variable,", + "type": "text" + }, + { + "bbox": [ + 236, + 476, + 321, + 488 + ], + "score": 0.93, + "content": "z \\in Z : = \\{ 1 , \\dots , K \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 476, + 506, + 488 + ], + "score": 1.0, + "content": ", via the marginal (incomplete-data) likelihood", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 87, + 487, + 197, + 500 + ], + "spans": [ + { + "bbox": [ + 87, + 487, + 197, + 500 + ], + "score": 1.0, + "content": "55 in the following form:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 502, + 384, + 537 + ], + "lines": [ + { + "bbox": [ + 226, + 502, + 384, + 537 + ], + "spans": [ + { + "bbox": [ + 226, + 502, + 384, + 537 + ], + "score": 0.94, + "content": "p _ { \\theta } ( x ) = \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x | z = k ) p _ { \\pi _ { k } } ( z = k ) ,", + "type": "interline_equation", + "image_path": "1fd8c64bc931f74af8171cacb46094a19b2d53d8b9408dc1581f5a44dfea91a9.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 502, + 384, + 519.5 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 226, + 519.5, + 384, + 537.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 89, + 543, + 506, + 582 + ], + "lines": [ + { + "bbox": [ + 89, + 543, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 89, + 546, + 100, + 555 + ], + "score": 1.0, + "content": "56", + "type": "text" + }, + { + "bbox": [ + 103, + 543, + 133, + 558 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 544, + 259, + 556 + ], + "score": 0.91, + "content": "\\theta : = ( \\pi _ { 1 } , \\eta _ { 1 } , \\dots , \\pi _ { K } , \\eta _ { K } ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 543, + 390, + 558 + ], + "score": 1.0, + "content": "are unknown parameters. Here,", + "type": "text" + }, + { + "bbox": [ + 390, + 546, + 401, + 556 + ], + "score": 0.85, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 543, + 506, + 558 + ], + "score": 1.0, + "content": "are the parameters of the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 554, + 507, + 569 + ], + "spans": [ + { + "bbox": [ + 89, + 557, + 100, + 567 + ], + "score": 1.0, + "content": "57", + "type": "text" + }, + { + "bbox": [ + 103, + 554, + 200, + 569 + ], + "score": 1.0, + "content": "conditional likelihood,", + "type": "text" + }, + { + "bbox": [ + 201, + 556, + 237, + 568 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 554, + 258, + 569 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 258, + 557, + 269, + 567 + ], + "score": 0.87, + "content": "\\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 554, + 451, + 569 + ], + "score": 1.0, + "content": "is the weight which parameterizes the prior,", + "type": "text" + }, + { + "bbox": [ + 451, + 555, + 502, + 568 + ], + "score": 0.92, + "content": "p _ { \\pi _ { z } } ( z ) = \\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 554, + 507, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 566, + 347, + 584 + ], + "spans": [ + { + "bbox": [ + 86, + 566, + 157, + 584 + ], + "score": 1.0, + "content": "and satisfies 58", + "type": "text" + }, + { + "bbox": [ + 158, + 569, + 206, + 581 + ], + "score": 0.91, + "content": "0 \\leq \\pi _ { k } \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 566, + 241, + 584 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 242, + 569, + 267, + 580 + ], + "score": 0.89, + "content": "k \\in { \\mathord { \\mathbb { Z } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 566, + 285, + 584 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 285, + 567, + 342, + 582 + ], + "score": 0.93, + "content": "\\textstyle \\sum _ { k = 1 } ^ { K } \\pi _ { k } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 566, + 347, + 584 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 91, + 586, + 505, + 610 + ], + "lines": [ + { + "bbox": [ + 88, + 585, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 88, + 589, + 100, + 598 + ], + "score": 1.0, + "content": "59", + "type": "text" + }, + { + "bbox": [ + 104, + 585, + 351, + 601 + ], + "score": 1.0, + "content": "Given a set of independent and identically distributed data,", + "type": "text" + }, + { + "bbox": [ + 351, + 586, + 405, + 599 + ], + "score": 0.93, + "content": "\\mathbf { x } : = ( x _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 585, + 506, + 601 + ], + "score": 1.0, + "content": ", our goal is to learn the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 89, + 598, + 316, + 609 + ], + "spans": [ + { + "bbox": [ + 89, + 600, + 101, + 609 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 105, + 598, + 316, + 609 + ], + "score": 1.0, + "content": "unknown parameters of the marginal log-likelihood,", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 618, + 429, + 653 + ], + "lines": [ + { + "bbox": [ + 181, + 618, + 429, + 653 + ], + "spans": [ + { + "bbox": [ + 181, + 618, + 429, + 653 + ], + "score": 0.94, + "content": "\\mathcal { L } ( \\theta ) : = \\log p _ { \\theta } ( \\mathbf { x } ) = \\sum _ { i = 1 } ^ { N } \\log \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x _ { i } | z _ { i } = k ) p _ { \\pi _ { k } } ( z _ { i } = k ) .", + "type": "interline_equation", + "image_path": "3a533a8160c37e7b9fa1209ffe45b29c0eb14f6404e4bc9e51f2458ababc808c.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 181, + 618, + 429, + 629.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 181, + 629.6666666666666, + 429, + 641.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 181, + 641.3333333333333, + 429, + 652.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "text", + "bbox": [ + 90, + 666, + 506, + 723 + ], + "lines": [ + { + "bbox": [ + 89, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 89, + 669, + 99, + 679 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 347, + 680 + ], + "score": 1.0, + "content": "The marginalization in (2) is tractable for almost all forms of", + "type": "text" + }, + { + "bbox": [ + 348, + 668, + 383, + 680 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 667, + 468, + 680 + ], + "score": 1.0, + "content": ". Indeed, we consider", + "type": "text" + }, + { + "bbox": [ + 469, + 667, + 505, + 680 + ], + "score": 0.91, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 89, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 89, + 680, + 100, + 689 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 239, + 691 + ], + "score": 1.0, + "content": "to belong to an arbitrary family of", + "type": "text" + }, + { + "bbox": [ + 239, + 681, + 249, + 690 + ], + "score": 0.78, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "-differentiable probability distributions. However, we assume that", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 89, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 89, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 107, + 690, + 117, + 699 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "is high, making the marginalization in (2) computationally costly, thus rendering the optimization", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 89, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 89, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "objective presumably intractable. Therefore, we want to design a computationally efficient algorithm,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 89, + 711, + 366, + 723 + ], + "spans": [ + { + "bbox": [ + 89, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "65", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 165, + 723 + ], + "score": 1.0, + "content": "requiring only", + "type": "text" + }, + { + "bbox": [ + 166, + 711, + 200, + 721 + ], + "score": 0.91, + "content": "M < K", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 711, + 260, + 723 + ], + "score": 1.0, + "content": "evaluations of", + "type": "text" + }, + { + "bbox": [ + 260, + 712, + 295, + 723 + ], + "score": 0.94, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 711, + 366, + 723 + ], + "score": 1.0, + "content": "at each iteration.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "score": 1.0, + "content": "2", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 136, + 131, + 474, + 194 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 107, + 69, + 505, + 125 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 68, + 505, + 82 + ], + "spans": [ + { + "bbox": [ + 106, + 68, + 505, + 82 + ], + "score": 1.0, + "content": "Table 1: The computational features of various EM algorithms. We compare whether the methods (i)", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 80, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 506, + 93 + ], + "score": 1.0, + "content": "perform the computations with a reduced number of data (minibatching), (ii) update a lower number", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 104, + 89, + 506, + 105 + ], + "spans": [ + { + "bbox": [ + 104, + 89, + 506, + 105 + ], + "score": 1.0, + "content": "of statistics, (iii) make less evaluations of the conditional likelihood, and (iv) are suitable for training", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 101, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 106, + 101, + 505, + 115 + ], + "score": 1.0, + "content": "of deep models. Here, EM, SA, S, T, MC and MH stand for expectation-maximization, stochastic", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 113, + 450, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 450, + 127 + ], + "score": 1.0, + "content": "approximation, sparse, truncated, Monte Carlo and Metropolis-Hastings, respectively.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "table_body", + "bbox": [ + 136, + 131, + 474, + 194 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 131, + 474, + 194 + ], + "spans": [ + { + "bbox": [ + 136, + 131, + 474, + 194 + ], + "score": 0.977, + "html": "
Feature/AlgorithmEM [13]SAEM [44]SSAEM [24]TSAEM [18]MCSAEM [1]MHSAEM (ours)
B<Ndatapoints×
M<K statisticsxx
M<Klikelihoodsxx×X
deep models×××X×
", + "type": "table", + "image_path": "5e346a33d4bf96097d66d042d2edb3a796cd7475f2111dc5b8813d4424db6d24.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 136, + 131, + 474, + 152.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 136, + 152.0, + 474, + 173.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 136, + 173.0, + 474, + 194.0 + ], + "spans": [], + "index": 7 + } + ] + } + ], + "index": 4.0 + }, + { + "type": "index", + "bbox": [ + 90, + 217, + 506, + 295 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 89, + 218, + 507, + 294 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 90, + 299, + 312, + 311 + ], + "lines": [ + { + "bbox": [ + 88, + 299, + 312, + 313 + ], + "spans": [ + { + "bbox": [ + 88, + 299, + 312, + 313 + ], + "score": 1.0, + "content": "44 In this paper, we make the following contributions:", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 88, + 299, + 312, + 313 + ] + }, + { + "type": "index", + "bbox": [ + 93, + 321, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 92, + 321, + 505, + 334 + ], + "spans": [ + { + "bbox": [ + 92, + 321, + 505, + 334 + ], + "score": 1.0, + "content": "45 • We propose an EM-based algorithm which relies on the MH sampler to stochastically evaluate less", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 332, + 429, + 345 + ], + "spans": [ + { + "bbox": [ + 92, + 335, + 99, + 343 + ], + "score": 1.0, + "content": "46", + "type": "text" + }, + { + "bbox": [ + 113, + 332, + 429, + 345 + ], + "score": 1.0, + "content": "components in mixture models, substantially reducing the computational cost.", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 94, + 350, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 94, + 350, + 505, + 363 + ], + "score": 1.0, + "content": "7 • We design our method to enable optimization of fairly generic EM objective functions, making it", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 361, + 365, + 374 + ], + "spans": [ + { + "bbox": [ + 92, + 365, + 99, + 372 + ], + "score": 1.0, + "content": "48", + "type": "text" + }, + { + "bbox": [ + 114, + 361, + 365, + 374 + ], + "score": 1.0, + "content": "suitable for training of both shallow and deep mixture models.", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 380, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 87, + 380, + 506, + 393 + ], + "score": 1.0, + "content": "49 • We apply our approach to Gaussian mixture mdoels (GMMs) and their generalizations: sum-", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 391, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 89, + 393, + 99, + 403 + ], + "score": 1.0, + "content": "50", + "type": "text" + }, + { + "bbox": [ + 114, + 391, + 505, + 403 + ], + "score": 1.0, + "content": "product-transform networks (SPTNs) and mixtures of real-valued non-volume preserving (real", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 401, + 500, + 415 + ], + "spans": [ + { + "bbox": [ + 89, + 405, + 99, + 414 + ], + "score": 1.0, + "content": "51", + "type": "text" + }, + { + "bbox": [ + 113, + 401, + 283, + 415 + ], + "score": 1.0, + "content": "NVP) flows [15], reaching approximately", + "type": "text" + }, + { + "bbox": [ + 284, + 402, + 307, + 413 + ], + "score": 0.88, + "content": "1 0 0 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 401, + 500, + 415 + ], + "score": 1.0, + "content": "speed-up compared to state-of-the-art methods.", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + } + ], + "index": 16.5, + "bbox_fs": [ + 92, + 321, + 505, + 345 + ] + }, + { + "type": "index", + "bbox": [ + 95, + 350, + 504, + 374 + ], + "lines": [], + "index": 18.5, + "bbox_fs": [ + 92, + 350, + 505, + 374 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 91, + 380, + 505, + 414 + ], + "lines": [], + "index": 21, + "bbox_fs": [ + 87, + 380, + 506, + 415 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 91, + 438, + 234, + 452 + ], + "lines": [ + { + "bbox": [ + 87, + 437, + 235, + 454 + ], + "spans": [ + { + "bbox": [ + 87, + 437, + 235, + 454 + ], + "score": 1.0, + "content": "52 2 Problem formulation", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 90, + 465, + 505, + 499 + ], + "lines": [ + { + "bbox": [ + 86, + 464, + 505, + 477 + ], + "spans": [ + { + "bbox": [ + 86, + 464, + 449, + 477 + ], + "score": 1.0, + "content": "A finite mixture model characterizes the relation between an observed (known) variable, 53", + "type": "text" + }, + { + "bbox": [ + 449, + 465, + 502, + 477 + ], + "score": 0.92, + "content": "\\boldsymbol { x } \\in \\times \\subseteq \\mathbb { R } ^ { D }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 464, + 505, + 477 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 90, + 476, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 90, + 476, + 235, + 488 + ], + "score": 1.0, + "content": "54 and a latent (unknown) variable,", + "type": "text" + }, + { + "bbox": [ + 236, + 476, + 321, + 488 + ], + "score": 0.93, + "content": "z \\in Z : = \\{ 1 , \\dots , K \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 322, + 476, + 506, + 488 + ], + "score": 1.0, + "content": ", via the marginal (incomplete-data) likelihood", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 87, + 487, + 197, + 500 + ], + "spans": [ + { + "bbox": [ + 87, + 487, + 197, + 500 + ], + "score": 1.0, + "content": "55 in the following form:", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 86, + 464, + 506, + 500 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 226, + 502, + 384, + 537 + ], + "lines": [ + { + "bbox": [ + 226, + 502, + 384, + 537 + ], + "spans": [ + { + "bbox": [ + 226, + 502, + 384, + 537 + ], + "score": 0.94, + "content": "p _ { \\theta } ( x ) = \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x | z = k ) p _ { \\pi _ { k } } ( z = k ) ,", + "type": "interline_equation", + "image_path": "1fd8c64bc931f74af8171cacb46094a19b2d53d8b9408dc1581f5a44dfea91a9.jpg" + } + ] + } + ], + "index": 27.5, + "virtual_lines": [ + { + "bbox": [ + 226, + 502, + 384, + 519.5 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 226, + 519.5, + 384, + 537.0 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 89, + 543, + 506, + 582 + ], + "lines": [ + { + "bbox": [ + 89, + 543, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 89, + 546, + 100, + 555 + ], + "score": 1.0, + "content": "56", + "type": "text" + }, + { + "bbox": [ + 103, + 543, + 133, + 558 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 544, + 259, + 556 + ], + "score": 0.91, + "content": "\\theta : = ( \\pi _ { 1 } , \\eta _ { 1 } , \\dots , \\pi _ { K } , \\eta _ { K } ) \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 543, + 390, + 558 + ], + "score": 1.0, + "content": "are unknown parameters. Here,", + "type": "text" + }, + { + "bbox": [ + 390, + 546, + 401, + 556 + ], + "score": 0.85, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 543, + 506, + 558 + ], + "score": 1.0, + "content": "are the parameters of the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 554, + 507, + 569 + ], + "spans": [ + { + "bbox": [ + 89, + 557, + 100, + 567 + ], + "score": 1.0, + "content": "57", + "type": "text" + }, + { + "bbox": [ + 103, + 554, + 200, + 569 + ], + "score": 1.0, + "content": "conditional likelihood,", + "type": "text" + }, + { + "bbox": [ + 201, + 556, + 237, + 568 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 554, + 258, + 569 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 258, + 557, + 269, + 567 + ], + "score": 0.87, + "content": "\\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 554, + 451, + 569 + ], + "score": 1.0, + "content": "is the weight which parameterizes the prior,", + "type": "text" + }, + { + "bbox": [ + 451, + 555, + 502, + 568 + ], + "score": 0.92, + "content": "p _ { \\pi _ { z } } ( z ) = \\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 554, + 507, + 569 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 566, + 347, + 584 + ], + "spans": [ + { + "bbox": [ + 86, + 566, + 157, + 584 + ], + "score": 1.0, + "content": "and satisfies 58", + "type": "text" + }, + { + "bbox": [ + 158, + 569, + 206, + 581 + ], + "score": 0.91, + "content": "0 \\leq \\pi _ { k } \\leq 1", + "type": "inline_equation" + }, + { + "bbox": [ + 206, + 566, + 241, + 584 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 242, + 569, + 267, + 580 + ], + "score": 0.89, + "content": "k \\in { \\mathord { \\mathbb { Z } } }", + "type": "inline_equation" + }, + { + "bbox": [ + 268, + 566, + 285, + 584 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 285, + 567, + 342, + 582 + ], + "score": 0.93, + "content": "\\textstyle \\sum _ { k = 1 } ^ { K } \\pi _ { k } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 566, + 347, + 584 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30, + "bbox_fs": [ + 86, + 543, + 507, + 584 + ] + }, + { + "type": "index", + "bbox": [ + 91, + 586, + 505, + 610 + ], + "lines": [ + { + "bbox": [ + 88, + 585, + 506, + 601 + ], + "spans": [ + { + "bbox": [ + 88, + 589, + 100, + 598 + ], + "score": 1.0, + "content": "59", + "type": "text" + }, + { + "bbox": [ + 104, + 585, + 351, + 601 + ], + "score": 1.0, + "content": "Given a set of independent and identically distributed data,", + "type": "text" + }, + { + "bbox": [ + 351, + 586, + 405, + 599 + ], + "score": 0.93, + "content": "\\mathbf { x } : = ( x _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 585, + 506, + 601 + ], + "score": 1.0, + "content": ", our goal is to learn the", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 598, + 316, + 609 + ], + "spans": [ + { + "bbox": [ + 89, + 600, + 101, + 609 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 105, + 598, + 316, + 609 + ], + "score": 1.0, + "content": "unknown parameters of the marginal log-likelihood,", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + } + ], + "index": 32.5, + "bbox_fs": [ + 88, + 585, + 506, + 609 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 181, + 618, + 429, + 653 + ], + "lines": [ + { + "bbox": [ + 181, + 618, + 429, + 653 + ], + "spans": [ + { + "bbox": [ + 181, + 618, + 429, + 653 + ], + "score": 0.94, + "content": "\\mathcal { L } ( \\theta ) : = \\log p _ { \\theta } ( \\mathbf { x } ) = \\sum _ { i = 1 } ^ { N } \\log \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x _ { i } | z _ { i } = k ) p _ { \\pi _ { k } } ( z _ { i } = k ) .", + "type": "interline_equation", + "image_path": "3a533a8160c37e7b9fa1209ffe45b29c0eb14f6404e4bc9e51f2458ababc808c.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 181, + 618, + 429, + 629.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 181, + 629.6666666666666, + 429, + 641.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 181, + 641.3333333333333, + 429, + 652.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + }, + { + "type": "index", + "bbox": [ + 90, + 666, + 506, + 723 + ], + "lines": [ + { + "bbox": [ + 89, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 89, + 669, + 99, + 679 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 347, + 680 + ], + "score": 1.0, + "content": "The marginalization in (2) is tractable for almost all forms of", + "type": "text" + }, + { + "bbox": [ + 348, + 668, + 383, + 680 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 667, + 468, + 680 + ], + "score": 1.0, + "content": ". Indeed, we consider", + "type": "text" + }, + { + "bbox": [ + 469, + 667, + 505, + 680 + ], + "score": 0.91, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 677, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 89, + 680, + 100, + 689 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 105, + 677, + 239, + 691 + ], + "score": 1.0, + "content": "to belong to an arbitrary family of", + "type": "text" + }, + { + "bbox": [ + 239, + 681, + 249, + 690 + ], + "score": 0.78, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 677, + 506, + 691 + ], + "score": 1.0, + "content": "-differentiable probability distributions. However, we assume that", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 89, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 107, + 690, + 117, + 699 + ], + "score": 0.81, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "is high, making the marginalization in (2) computationally costly, thus rendering the optimization", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 89, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "objective presumably intractable. Therefore, we want to design a computationally efficient algorithm,", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 711, + 366, + 723 + ], + "spans": [ + { + "bbox": [ + 89, + 713, + 100, + 722 + ], + "score": 1.0, + "content": "65", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 165, + 723 + ], + "score": 1.0, + "content": "requiring only", + "type": "text" + }, + { + "bbox": [ + 166, + 711, + 200, + 721 + ], + "score": 0.91, + "content": "M < K", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 711, + 260, + 723 + ], + "score": 1.0, + "content": "evaluations of", + "type": "text" + }, + { + "bbox": [ + 260, + 712, + 295, + 723 + ], + "score": 0.94, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 711, + 366, + 723 + ], + "score": 1.0, + "content": "at each iteration.", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 95, + 506, + 109 + ], + "spans": [ + { + "bbox": [ + 90, + 98, + 100, + 107 + ], + "score": 1.0, + "content": "67", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 95, + 506, + 109 + ], + "score": 1.0, + "content": "The maximum likelihood estimation seeks the parameters maximizing the marginal log-likelihood,", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 103, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 89, + 109, + 100, + 118 + ], + "score": 1.0, + "content": "68", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 106, + 213, + 119 + ], + "score": 0.91, + "content": "\\theta ^ { M L } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { L } ( \\theta )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 213, + 103, + 506, + 123 + ], + "score": 1.0, + "content": ". The traditional EM algorithm [13] addresses this task indirectly, i.e. by", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 118, + 294, + 130 + ], + "spans": [ + { + "bbox": [ + 90, + 120, + 100, + 129 + ], + "score": 1.0, + "content": "69", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 118, + 294, + 130 + ], + "score": 1.0, + "content": "optimizing the evidence lower bound (ELBO),", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + } + ], + "index": 39, + "bbox_fs": [ + 89, + 667, + 506, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 90, + 96, + 505, + 129 + ], + "lines": [ + { + "bbox": [ + 90, + 95, + 506, + 109 + ], + "spans": [ + { + "bbox": [ + 90, + 98, + 100, + 107 + ], + "score": 1.0, + "content": "67", + "type": "text" + }, + { + "bbox": [ + 104, + 95, + 506, + 109 + ], + "score": 1.0, + "content": "The maximum likelihood estimation seeks the parameters maximizing the marginal log-likelihood,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 89, + 103, + 506, + 123 + ], + "spans": [ + { + "bbox": [ + 89, + 109, + 100, + 118 + ], + "score": 1.0, + "content": "68", + "type": "text" + }, + { + "bbox": [ + 106, + 106, + 213, + 119 + ], + "score": 0.91, + "content": "\\theta ^ { M L } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { L } ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 103, + 506, + 123 + ], + "score": 1.0, + "content": ". The traditional EM algorithm [13] addresses this task indirectly, i.e. by", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 90, + 118, + 294, + 130 + ], + "spans": [ + { + "bbox": [ + 90, + 120, + 100, + 129 + ], + "score": 1.0, + "content": "69", + "type": "text" + }, + { + "bbox": [ + 105, + 118, + 294, + 130 + ], + "score": 1.0, + "content": "optimizing the evidence lower bound (ELBO),", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 135, + 379, + 150 + ], + "lines": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "spans": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\theta ) \\geq \\mathcal { Q } ( \\theta ) + \\mathcal { H } ( \\hat { \\theta } ) : = \\mathrm { E L B O } ( \\hat { \\theta } ) ,", + "type": "interline_equation", + "image_path": "df55efbf1dd9a5a5ef40f11a29cb92a7c818d04135e3c849687eb5724cd486b5.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 157, + 472, + 171 + ], + "lines": [ + { + "bbox": [ + 87, + 155, + 474, + 173 + ], + "spans": [ + { + "bbox": [ + 87, + 155, + 133, + 173 + ], + "score": 1.0, + "content": "where 70", + "type": "text" + }, + { + "bbox": [ + 133, + 156, + 262, + 172 + ], + "score": 0.94, + "content": "\\mathcal { H } ( \\hat { \\theta } ) : = - \\mathsf E _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 155, + 426, + 173 + ], + "score": 1.0, + "content": "is the differential entropy at an estimate,", + "type": "text" + }, + { + "bbox": [ + 426, + 156, + 452, + 168 + ], + "score": 0.91, + "content": "\\hat { \\theta } \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 155, + 474, + 173 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 176, + 455, + 212 + ], + "lines": [ + { + "bbox": [ + 156, + 176, + 455, + 212 + ], + "spans": [ + { + "bbox": [ + 156, + 176, + 455, + 212 + ], + "score": 0.94, + "content": "\\mathcal { Q } ( \\theta ) : = \\mathsf { E } _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } ) ] = \\sum _ { i = 1 } ^ { N } \\sum _ { k = 1 } ^ { K } p _ { \\theta } ( z _ { i } = k | x _ { i } ) \\log p _ { \\theta } ( z _ { i } = k , x _ { i } )", + "type": "interline_equation", + "image_path": "8dc49814f958acdf8ce0e11b963a6e6101e3e5d1439603310c411ba01588b3e9.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 156, + 176, + 455, + 188.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 156, + 188.0, + 455, + 200.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 156, + 200.0, + 455, + 212.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "text", + "bbox": [ + 89, + 217, + 505, + 263 + ], + "lines": [ + { + "bbox": [ + 89, + 217, + 506, + 231 + ], + "spans": [ + { + "bbox": [ + 89, + 219, + 99, + 230 + ], + "score": 1.0, + "content": "71", + "type": "text" + }, + { + "bbox": [ + 105, + 217, + 251, + 231 + ], + "score": 1.0, + "content": "is the EM objective function. Here,", + "type": "text" + }, + { + "bbox": [ + 252, + 217, + 285, + 230 + ], + "score": 0.93, + "content": "p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 217, + 462, + 231 + ], + "score": 1.0, + "content": "is the joint (complete-data) likelihood, and", + "type": "text" + }, + { + "bbox": [ + 462, + 217, + 494, + 229 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\mathbf { z } | \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 217, + 506, + 231 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 89, + 227, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 89, + 230, + 100, + 240 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 105, + 227, + 309, + 243 + ], + "score": 1.0, + "content": "the posterior distribution over the latent variables", + "type": "text" + }, + { + "bbox": [ + 309, + 228, + 360, + 241 + ], + "score": 0.92, + "content": "\\dot { \\mathbf { z } } : = ( z _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 227, + 458, + 243 + ], + "score": 1.0, + "content": ". Given an initial value,", + "type": "text" + }, + { + "bbox": [ + 458, + 229, + 468, + 240 + ], + "score": 0.88, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 227, + 506, + 243 + ], + "score": 1.0, + "content": ", the EM", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 89, + 239, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 89, + 241, + 100, + 252 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 239, + 284, + 254 + ], + "score": 1.0, + "content": "algorithm produces a sequence of estimates,", + "type": "text" + }, + { + "bbox": [ + 284, + 239, + 314, + 252 + ], + "score": 0.93, + "content": "( \\theta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 239, + 505, + 254 + ], + "score": 1.0, + "content": ", by alternating between the expectation (E) and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 89, + 249, + 207, + 265 + ], + "spans": [ + { + "bbox": [ + 89, + 253, + 100, + 263 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 105, + 249, + 207, + 265 + ], + "score": 1.0, + "content": "maximization (M) steps,", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 267, + 372, + 303 + ], + "lines": [ + { + "bbox": [ + 237, + 267, + 372, + 303 + ], + "spans": [ + { + "bbox": [ + 237, + 267, + 372, + 303 + ], + "score": 0.89, + "content": "\\begin{array} { r l } & { \\mathrm { E \\mathrm { - } s t e p } ; ~ \\mathcal { Q } _ { t - 1 } ( \\theta ) , } \\\\ & { \\mathrm { M \\mathrm { - } s t e p } ; ~ \\theta _ { t } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { Q } _ { t - 1 } ( \\theta ) . } \\end{array}", + "type": "interline_equation", + "image_path": "b0f69e94b819f6dec2b2f46df7d892633bd8e60b66ed31dbb1985f882bcb2f60.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 267, + 372, + 285.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 237, + 285.0, + 372, + 303.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "text", + "bbox": [ + 88, + 308, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 89, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 89, + 311, + 100, + 320 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 104, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "This sequence is guaranteed to monotonically tighten the ELBO, arriving at a local optimum of (2)", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 89, + 319, + 267, + 332 + ], + "spans": [ + { + "bbox": [ + 89, + 321, + 101, + 330 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 104, + 319, + 267, + 332 + ], + "score": 1.0, + "content": "under mild regularity assumptions [56].", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 89, + 335, + 505, + 424 + ], + "lines": [ + { + "bbox": [ + 89, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 89, + 338, + 99, + 347 + ], + "score": 1.0, + "content": "77", + "type": "text" + }, + { + "bbox": [ + 105, + 335, + 383, + 348 + ], + "score": 1.0, + "content": "The EM algorithm is computationally expensive, since (4) evaluates", + "type": "text" + }, + { + "bbox": [ + 383, + 336, + 423, + 347 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 335, + 459, + 348 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 459, + 336, + 487, + 347 + ], + "score": 0.89, + "content": "z _ { i } \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 89, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 89, + 348, + 100, + 358 + ], + "score": 1.0, + "content": "78", + "type": "text" + }, + { + "bbox": [ + 106, + 347, + 168, + 358 + ], + "score": 0.9, + "content": "i \\in ( 1 , \\ldots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 346, + 306, + 360 + ], + "score": 1.0, + "content": ". This has to be performed for all", + "type": "text" + }, + { + "bbox": [ + 306, + 347, + 366, + 358 + ], + "score": 0.93, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "in (5). Albeit the marginal factor,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 89, + 356, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 89, + 359, + 99, + 369 + ], + "score": 1.0, + "content": "79", + "type": "text" + }, + { + "bbox": [ + 106, + 358, + 135, + 369 + ], + "score": 0.9, + "content": "p _ { \\pi _ { z } } ( z )", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 356, + 392, + 370 + ], + "score": 1.0, + "content": ", is just the cheap categorical distribution, the conditional factor,", + "type": "text" + }, + { + "bbox": [ + 392, + 358, + 428, + 370 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 356, + 506, + 370 + ], + "score": 1.0, + "content": ", typically involves", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 88, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 88, + 370, + 100, + 381 + ], + "score": 1.0, + "content": "80", + "type": "text" + }, + { + "bbox": [ + 104, + 367, + 342, + 381 + ], + "score": 1.0, + "content": "high-dimensional operations (e.g., the inversion of the full", + "type": "text" + }, + { + "bbox": [ + 342, + 369, + 369, + 379 + ], + "score": 0.9, + "content": "D \\times D", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "-dimensional covariance matrices", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 88, + 378, + 506, + 392 + ], + "spans": [ + { + "bbox": [ + 88, + 381, + 99, + 391 + ], + "score": 1.0, + "content": "81", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 383, + 392 + ], + "score": 1.0, + "content": "in the GMMs). Moreover, the M-step (6) is also expensive for large", + "type": "text" + }, + { + "bbox": [ + 383, + 380, + 393, + 389 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 378, + 506, + 392 + ], + "score": 1.0, + "content": ". This holds despite that (6)", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 88, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 88, + 392, + 100, + 402 + ], + "score": 1.0, + "content": "82", + "type": "text" + }, + { + "bbox": [ + 105, + 390, + 400, + 403 + ], + "score": 1.0, + "content": "can be reduced to closed-form updates of expected sufficient statistics for", + "type": "text" + }, + { + "bbox": [ + 401, + 390, + 436, + 403 + ], + "score": 0.93, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "belonging to the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 89, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 89, + 403, + 100, + 413 + ], + "score": 1.0, + "content": "83", + "type": "text" + }, + { + "bbox": [ + 105, + 400, + 281, + 414 + ], + "score": 1.0, + "content": "exponential family [44] (again, due to high", + "type": "text" + }, + { + "bbox": [ + 281, + 402, + 291, + 411 + ], + "score": 0.75, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "). All in all, the computational complexity of the EM", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 89, + 411, + 249, + 425 + ], + "spans": [ + { + "bbox": [ + 89, + 414, + 100, + 424 + ], + "score": 1.0, + "content": "84", + "type": "text" + }, + { + "bbox": [ + 105, + 411, + 194, + 425 + ], + "score": 1.0, + "content": "algorithm scales with", + "type": "text" + }, + { + "bbox": [ + 195, + 412, + 245, + 424 + ], + "score": 0.92, + "content": "\\mathcal { O } ( T D N K )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 411, + 249, + 425 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 98, + 428, + 504, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "If (6) cannot be computed under a closed-form solution, one can resort to direct gradient-descent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 173, + 452 + ], + "score": 1.0, + "content": "optimization of", + "type": "text" + }, + { + "bbox": [ + 173, + 439, + 195, + 451 + ], + "score": 0.91, + "content": "\\mathcal { Q } ( \\boldsymbol { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 439, + 506, + 452 + ], + "score": 1.0, + "content": ", where arg max is replaced by one (or more) step(s) of a gradient descent", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 450, + 454, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 454, + 462 + ], + "score": 1.0, + "content": "technique. The EM algorithm is then referred to as the generalized EM algorithm [56].", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25 + }, + { + "type": "title", + "bbox": [ + 91, + 477, + 319, + 491 + ], + "lines": [ + { + "bbox": [ + 86, + 476, + 320, + 495 + ], + "spans": [ + { + "bbox": [ + 86, + 476, + 320, + 495 + ], + "score": 1.0, + "content": "88 4 The generalized MHSAEM algorithm", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 90, + 502, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 89, + 501, + 506, + 516 + ], + "spans": [ + { + "bbox": [ + 89, + 504, + 100, + 514 + ], + "score": 1.0, + "content": "89", + "type": "text" + }, + { + "bbox": [ + 105, + 501, + 506, + 516 + ], + "score": 1.0, + "content": "We design a version of the generalized EM algorithm suitable for scenarios where (4) can represent", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 89, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 89, + 515, + 100, + 525 + ], + "score": 1.0, + "content": "90", + "type": "text" + }, + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "deep, discrete, latent variable models, thus being parameterized by possibly complex nonlinear", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 89, + 524, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 89, + 526, + 100, + 535 + ], + "score": 1.0, + "content": "91", + "type": "text" + }, + { + "bbox": [ + 106, + 524, + 505, + 536 + ], + "score": 1.0, + "content": "transformations. We particularly focus on decreasing the the number of operations in the generalized", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 89, + 535, + 424, + 547 + ], + "spans": [ + { + "bbox": [ + 89, + 537, + 100, + 546 + ], + "score": 1.0, + "content": "92", + "type": "text" + }, + { + "bbox": [ + 106, + 535, + 187, + 547 + ], + "score": 1.0, + "content": "EM algorithm from", + "type": "text" + }, + { + "bbox": [ + 187, + 535, + 238, + 547 + ], + "score": 0.89, + "content": "\\mathcal { O } ( T D N K )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 535, + 250, + 547 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 250, + 535, + 301, + 547 + ], + "score": 0.9, + "content": "\\mathcal { O } ( T D B M )", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 535, + 332, + 547 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 332, + 535, + 366, + 545 + ], + "score": 0.92, + "content": "B \\ll N", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 535, + 384, + 547 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 384, + 535, + 420, + 545 + ], + "score": 0.91, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 535, + 424, + 547 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29.5 + }, + { + "type": "title", + "bbox": [ + 99, + 559, + 157, + 571 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 159, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 159, + 574 + ], + "score": 1.0, + "content": "4.1 E-step", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 90, + 579, + 505, + 613 + ], + "lines": [ + { + "bbox": [ + 90, + 578, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 90, + 582, + 100, + 591 + ], + "score": 1.0, + "content": "94", + "type": "text" + }, + { + "bbox": [ + 104, + 578, + 505, + 593 + ], + "score": 1.0, + "content": "We reduce the cost of evaluating the EM objective function (4) by combining the minibatching (as", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 90, + 591, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 90, + 594, + 100, + 602 + ], + "score": 1.0, + "content": "95", + "type": "text" + }, + { + "bbox": [ + 105, + 591, + 505, + 603 + ], + "score": 1.0, + "content": "used many times before) and the Monte Carlo sampling. Namely, the specific application of the latter", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 90, + 601, + 360, + 615 + ], + "spans": [ + { + "bbox": [ + 90, + 604, + 100, + 613 + ], + "score": 1.0, + "content": "96", + "type": "text" + }, + { + "bbox": [ + 104, + 601, + 360, + 615 + ], + "score": 1.0, + "content": "to generic mixture models is the key contribution of this paper.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 90, + 617, + 505, + 662 + ], + "lines": [ + { + "bbox": [ + 89, + 617, + 507, + 631 + ], + "spans": [ + { + "bbox": [ + 89, + 619, + 100, + 629 + ], + "score": 1.0, + "content": "97", + "type": "text" + }, + { + "bbox": [ + 105, + 617, + 235, + 631 + ], + "score": 1.0, + "content": "Minibatching. At each iteration,", + "type": "text" + }, + { + "bbox": [ + 236, + 619, + 240, + 628 + ], + "score": 0.65, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 617, + 507, + 631 + ], + "score": 1.0, + "content": ", we compute the conditional expectation in (4) only for a subset—", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 88, + 628, + 504, + 642 + ], + "spans": [ + { + "bbox": [ + 88, + 631, + 100, + 641 + ], + "score": 1.0, + "content": "98", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 362, + 642 + ], + "score": 1.0, + "content": "here referred to as a minibatch—of the original full dataset, i.e.", + "type": "text" + }, + { + "bbox": [ + 362, + 629, + 392, + 641 + ], + "score": 0.91, + "content": "( x _ { i } ) _ { i \\in I }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 628, + 421, + 642 + ], + "score": 1.0, + "content": ". Here,", + "type": "text" + }, + { + "bbox": [ + 421, + 630, + 428, + 639 + ], + "score": 0.74, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 628, + 470, + 642 + ], + "score": 1.0, + "content": "is a set of", + "type": "text" + }, + { + "bbox": [ + 470, + 629, + 504, + 639 + ], + "score": 0.9, + "content": "B \\ll N", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 89, + 639, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 89, + 642, + 100, + 651 + ], + "score": 1.0, + "content": "99", + "type": "text" + }, + { + "bbox": [ + 105, + 639, + 139, + 653 + ], + "score": 1.0, + "content": "indices,", + "type": "text" + }, + { + "bbox": [ + 139, + 641, + 144, + 650 + ], + "score": 0.61, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 639, + 329, + 653 + ], + "score": 1.0, + "content": ", sampled uniformly without replacement from", + "type": "text" + }, + { + "bbox": [ + 330, + 640, + 374, + 651 + ], + "score": 0.91, + "content": "( 1 , \\ldots , \\dot { N } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 639, + 505, + 653 + ], + "score": 1.0, + "content": ". This substantially decreases the", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 88, + 650, + 423, + 664 + ], + "spans": [ + { + "bbox": [ + 88, + 653, + 100, + 662 + ], + "score": 1.0, + "content": "100", + "type": "text" + }, + { + "bbox": [ + 104, + 650, + 347, + 664 + ], + "score": 1.0, + "content": "necessary computations compared to the full sweep over all", + "type": "text" + }, + { + "bbox": [ + 347, + 651, + 357, + 660 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 650, + 423, + 664 + ], + "score": 1.0, + "content": "datapoints [23].", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 37.5 + }, + { + "type": "text", + "bbox": [ + 87, + 667, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 678 + ], + "score": 1.0, + "content": "101", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 237, + 679 + ], + "score": 1.0, + "content": "Monte Carlo sampling. For each", + "type": "text" + }, + { + "bbox": [ + 237, + 669, + 258, + 677 + ], + "score": 0.88, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 667, + 330, + 679 + ], + "score": 1.0, + "content": ", we want to draw", + "type": "text" + }, + { + "bbox": [ + 330, + 668, + 366, + 677 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 667, + 455, + 679 + ], + "score": 1.0, + "content": "random samples from", + "type": "text" + }, + { + "bbox": [ + 456, + 667, + 493, + 679 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "in", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 86, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 679, + 100, + 690 + ], + "score": 1.0, + "content": "102", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "order to obtain a Monte Carlo estimate of (4). The straightforward way to do this would be to draw", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 86, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 690, + 100, + 701 + ], + "score": 1.0, + "content": "103", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 212, + 702 + ], + "score": 1.0, + "content": "the samples directly from", + "type": "text" + }, + { + "bbox": [ + 212, + 690, + 250, + 701 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 688, + 383, + 702 + ], + "score": 1.0, + "content": ". However, direct sampling from", + "type": "text" + }, + { + "bbox": [ + 383, + 689, + 421, + 701 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "does not lead to any", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 86, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "104", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "substantial decrease in the number of operations. This is caused by the fact that even for a single", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 87, + 711, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 87, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "105", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 150, + 723 + ], + "score": 1.0, + "content": "sample of", + "type": "text" + }, + { + "bbox": [ + 150, + 712, + 159, + 722 + ], + "score": 0.83, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 711, + 365, + 723 + ], + "score": 1.0, + "content": ", we have to first compute the normalizing factor,", + "type": "text" + }, + { + "bbox": [ + 366, + 711, + 393, + 723 + ], + "score": 0.91, + "content": "p _ { \\theta } ( x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 711, + 506, + 723 + ], + "score": 1.0, + "content": ", to obtaining the posterior,", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 42 + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "score": 1.0, + "content": "3", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 90, + 71, + 223, + 85 + ], + "lines": [ + { + "bbox": [ + 86, + 68, + 223, + 89 + ], + "spans": [ + { + "bbox": [ + 86, + 68, + 223, + 89 + ], + "score": 1.0, + "content": "66 3 The EM algorithm", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 90, + 96, + 505, + 129 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 89, + 95, + 506, + 130 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 232, + 135, + 379, + 150 + ], + "lines": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "spans": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\theta ) \\geq \\mathcal { Q } ( \\theta ) + \\mathcal { H } ( \\hat { \\theta } ) : = \\mathrm { E L B O } ( \\hat { \\theta } ) ,", + "type": "interline_equation", + "image_path": "df55efbf1dd9a5a5ef40f11a29cb92a7c818d04135e3c849687eb5724cd486b5.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 232, + 135, + 379, + 150 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 157, + 472, + 171 + ], + "lines": [ + { + "bbox": [ + 87, + 155, + 474, + 173 + ], + "spans": [ + { + "bbox": [ + 87, + 155, + 133, + 173 + ], + "score": 1.0, + "content": "where 70", + "type": "text" + }, + { + "bbox": [ + 133, + 156, + 262, + 172 + ], + "score": 0.94, + "content": "\\mathcal { H } ( \\hat { \\theta } ) : = - \\mathsf E _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) ]", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 155, + 426, + 173 + ], + "score": 1.0, + "content": "is the differential entropy at an estimate,", + "type": "text" + }, + { + "bbox": [ + 426, + 156, + 452, + 168 + ], + "score": 0.91, + "content": "\\hat { \\theta } \\in \\Theta", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 155, + 474, + 173 + ], + "score": 1.0, + "content": ", and", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 87, + 155, + 474, + 173 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 156, + 176, + 455, + 212 + ], + "lines": [ + { + "bbox": [ + 156, + 176, + 455, + 212 + ], + "spans": [ + { + "bbox": [ + 156, + 176, + 455, + 212 + ], + "score": 0.94, + "content": "\\mathcal { Q } ( \\theta ) : = \\mathsf { E } _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } ) ] = \\sum _ { i = 1 } ^ { N } \\sum _ { k = 1 } ^ { K } p _ { \\theta } ( z _ { i } = k | x _ { i } ) \\log p _ { \\theta } ( z _ { i } = k , x _ { i } )", + "type": "interline_equation", + "image_path": "8dc49814f958acdf8ce0e11b963a6e6101e3e5d1439603310c411ba01588b3e9.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 156, + 176, + 455, + 188.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 156, + 188.0, + 455, + 200.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 156, + 200.0, + 455, + 212.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "index", + "bbox": [ + 89, + 217, + 505, + 263 + ], + "lines": [ + { + "bbox": [ + 89, + 217, + 506, + 231 + ], + "spans": [ + { + "bbox": [ + 89, + 219, + 99, + 230 + ], + "score": 1.0, + "content": "71", + "type": "text" + }, + { + "bbox": [ + 105, + 217, + 251, + 231 + ], + "score": 1.0, + "content": "is the EM objective function. Here,", + "type": "text" + }, + { + "bbox": [ + 252, + 217, + 285, + 230 + ], + "score": 0.93, + "content": "p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 217, + 462, + 231 + ], + "score": 1.0, + "content": "is the joint (complete-data) likelihood, and", + "type": "text" + }, + { + "bbox": [ + 462, + 217, + 494, + 229 + ], + "score": 0.92, + "content": "p _ { \\theta } ( \\mathbf { z } | \\mathbf { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 217, + 506, + 231 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 227, + 506, + 243 + ], + "spans": [ + { + "bbox": [ + 89, + 230, + 100, + 240 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 105, + 227, + 309, + 243 + ], + "score": 1.0, + "content": "the posterior distribution over the latent variables", + "type": "text" + }, + { + "bbox": [ + 309, + 228, + 360, + 241 + ], + "score": 0.92, + "content": "\\dot { \\mathbf { z } } : = ( z _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 227, + 458, + 243 + ], + "score": 1.0, + "content": ". Given an initial value,", + "type": "text" + }, + { + "bbox": [ + 458, + 229, + 468, + 240 + ], + "score": 0.88, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 227, + 506, + 243 + ], + "score": 1.0, + "content": ", the EM", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 239, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 89, + 241, + 100, + 252 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 239, + 284, + 254 + ], + "score": 1.0, + "content": "algorithm produces a sequence of estimates,", + "type": "text" + }, + { + "bbox": [ + 284, + 239, + 314, + 252 + ], + "score": 0.93, + "content": "( \\theta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 239, + 505, + 254 + ], + "score": 1.0, + "content": ", by alternating between the expectation (E) and", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 249, + 207, + 265 + ], + "spans": [ + { + "bbox": [ + 89, + 253, + 100, + 263 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 105, + 249, + 207, + 265 + ], + "score": 1.0, + "content": "maximization (M) steps,", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + } + ], + "index": 9.5, + "bbox_fs": [ + 89, + 217, + 506, + 265 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 267, + 372, + 303 + ], + "lines": [ + { + "bbox": [ + 237, + 267, + 372, + 303 + ], + "spans": [ + { + "bbox": [ + 237, + 267, + 372, + 303 + ], + "score": 0.89, + "content": "\\begin{array} { r l } & { \\mathrm { E \\mathrm { - } s t e p } ; ~ \\mathcal { Q } _ { t - 1 } ( \\theta ) , } \\\\ & { \\mathrm { M \\mathrm { - } s t e p } ; ~ \\theta _ { t } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { Q } _ { t - 1 } ( \\theta ) . } \\end{array}", + "type": "interline_equation", + "image_path": "b0f69e94b819f6dec2b2f46df7d892633bd8e60b66ed31dbb1985f882bcb2f60.jpg" + } + ] + } + ], + "index": 12.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 267, + 372, + 285.0 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 237, + 285.0, + 372, + 303.0 + ], + "spans": [], + "index": 13 + } + ] + }, + { + "type": "index", + "bbox": [ + 88, + 308, + 505, + 331 + ], + "lines": [ + { + "bbox": [ + 89, + 307, + 506, + 321 + ], + "spans": [ + { + "bbox": [ + 89, + 311, + 100, + 320 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 104, + 307, + 506, + 321 + ], + "score": 1.0, + "content": "This sequence is guaranteed to monotonically tighten the ELBO, arriving at a local optimum of (2)", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 319, + 267, + 332 + ], + "spans": [ + { + "bbox": [ + 89, + 321, + 101, + 330 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 104, + 319, + 267, + 332 + ], + "score": 1.0, + "content": "under mild regularity assumptions [56].", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 335, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 89, + 338, + 99, + 347 + ], + "score": 1.0, + "content": "77", + "type": "text" + }, + { + "bbox": [ + 105, + 335, + 383, + 348 + ], + "score": 1.0, + "content": "The EM algorithm is computationally expensive, since (4) evaluates", + "type": "text" + }, + { + "bbox": [ + 383, + 336, + 423, + 347 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 335, + 459, + 348 + ], + "score": 1.0, + "content": "for each", + "type": "text" + }, + { + "bbox": [ + 459, + 336, + 487, + 347 + ], + "score": 0.89, + "content": "z _ { i } \\in \\mathbb { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 335, + 505, + 348 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 89, + 348, + 100, + 358 + ], + "score": 1.0, + "content": "78", + "type": "text" + }, + { + "bbox": [ + 106, + 347, + 168, + 358 + ], + "score": 0.9, + "content": "i \\in ( 1 , \\ldots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 168, + 346, + 306, + 360 + ], + "score": 1.0, + "content": ". This has to be performed for all", + "type": "text" + }, + { + "bbox": [ + 306, + 347, + 366, + 358 + ], + "score": 0.93, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "in (5). Albeit the marginal factor,", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 356, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 89, + 359, + 99, + 369 + ], + "score": 1.0, + "content": "79", + "type": "text" + }, + { + "bbox": [ + 106, + 358, + 135, + 369 + ], + "score": 0.9, + "content": "p _ { \\pi _ { z } } ( z )", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 356, + 392, + 370 + ], + "score": 1.0, + "content": ", is just the cheap categorical distribution, the conditional factor,", + "type": "text" + }, + { + "bbox": [ + 392, + 358, + 428, + 370 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 356, + 506, + 370 + ], + "score": 1.0, + "content": ", typically involves", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 367, + 506, + 381 + ], + "spans": [ + { + "bbox": [ + 88, + 370, + 100, + 381 + ], + "score": 1.0, + "content": "80", + "type": "text" + }, + { + "bbox": [ + 104, + 367, + 342, + 381 + ], + "score": 1.0, + "content": "high-dimensional operations (e.g., the inversion of the full", + "type": "text" + }, + { + "bbox": [ + 342, + 369, + 369, + 379 + ], + "score": 0.9, + "content": "D \\times D", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 367, + 506, + 381 + ], + "score": 1.0, + "content": "-dimensional covariance matrices", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 378, + 506, + 392 + ], + "spans": [ + { + "bbox": [ + 88, + 381, + 99, + 391 + ], + "score": 1.0, + "content": "81", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 383, + 392 + ], + "score": 1.0, + "content": "in the GMMs). Moreover, the M-step (6) is also expensive for large", + "type": "text" + }, + { + "bbox": [ + 383, + 380, + 393, + 389 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 378, + 506, + 392 + ], + "score": 1.0, + "content": ". This holds despite that (6)", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 88, + 392, + 100, + 402 + ], + "score": 1.0, + "content": "82", + "type": "text" + }, + { + "bbox": [ + 105, + 390, + 400, + 403 + ], + "score": 1.0, + "content": "can be reduced to closed-form updates of expected sufficient statistics for", + "type": "text" + }, + { + "bbox": [ + 401, + 390, + 436, + 403 + ], + "score": 0.93, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "belonging to the", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 89, + 403, + 100, + 413 + ], + "score": 1.0, + "content": "83", + "type": "text" + }, + { + "bbox": [ + 105, + 400, + 281, + 414 + ], + "score": 1.0, + "content": "exponential family [44] (again, due to high", + "type": "text" + }, + { + "bbox": [ + 281, + 402, + 291, + 411 + ], + "score": 0.75, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "). All in all, the computational complexity of the EM", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 411, + 249, + 425 + ], + "spans": [ + { + "bbox": [ + 89, + 414, + 100, + 424 + ], + "score": 1.0, + "content": "84", + "type": "text" + }, + { + "bbox": [ + 105, + 411, + 194, + 425 + ], + "score": 1.0, + "content": "algorithm scales with", + "type": "text" + }, + { + "bbox": [ + 195, + 412, + 245, + 424 + ], + "score": 0.92, + "content": "\\mathcal { O } ( T D N K )", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 411, + 249, + 425 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + } + ], + "index": 14.5, + "bbox_fs": [ + 89, + 307, + 506, + 332 + ] + }, + { + "type": "index", + "bbox": [ + 89, + 335, + 505, + 424 + ], + "lines": [], + "index": 19.5, + "bbox_fs": [ + 88, + 335, + 506, + 425 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 98, + 428, + 504, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 505, + 441 + ], + "score": 1.0, + "content": "If (6) cannot be computed under a closed-form solution, one can resort to direct gradient-descent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 439, + 506, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 173, + 452 + ], + "score": 1.0, + "content": "optimization of", + "type": "text" + }, + { + "bbox": [ + 173, + 439, + 195, + 451 + ], + "score": 0.91, + "content": "\\mathcal { Q } ( \\boldsymbol { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 439, + 506, + 452 + ], + "score": 1.0, + "content": ", where arg max is replaced by one (or more) step(s) of a gradient descent", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 450, + 454, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 454, + 462 + ], + "score": 1.0, + "content": "technique. The EM algorithm is then referred to as the generalized EM algorithm [56].", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 428, + 506, + 462 + ] + }, + { + "type": "title", + "bbox": [ + 91, + 477, + 319, + 491 + ], + "lines": [ + { + "bbox": [ + 86, + 476, + 320, + 495 + ], + "spans": [ + { + "bbox": [ + 86, + 476, + 320, + 495 + ], + "score": 1.0, + "content": "88 4 The generalized MHSAEM algorithm", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "index", + "bbox": [ + 90, + 502, + 505, + 547 + ], + "lines": [ + { + "bbox": [ + 89, + 501, + 506, + 516 + ], + "spans": [ + { + "bbox": [ + 89, + 504, + 100, + 514 + ], + "score": 1.0, + "content": "89", + "type": "text" + }, + { + "bbox": [ + 105, + 501, + 506, + 516 + ], + "score": 1.0, + "content": "We design a version of the generalized EM algorithm suitable for scenarios where (4) can represent", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 89, + 515, + 100, + 525 + ], + "score": 1.0, + "content": "90", + "type": "text" + }, + { + "bbox": [ + 106, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "deep, discrete, latent variable models, thus being parameterized by possibly complex nonlinear", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 524, + 505, + 536 + ], + "spans": [ + { + "bbox": [ + 89, + 526, + 100, + 535 + ], + "score": 1.0, + "content": "91", + "type": "text" + }, + { + "bbox": [ + 106, + 524, + 505, + 536 + ], + "score": 1.0, + "content": "transformations. We particularly focus on decreasing the the number of operations in the generalized", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 535, + 424, + 547 + ], + "spans": [ + { + "bbox": [ + 89, + 537, + 100, + 546 + ], + "score": 1.0, + "content": "92", + "type": "text" + }, + { + "bbox": [ + 106, + 535, + 187, + 547 + ], + "score": 1.0, + "content": "EM algorithm from", + "type": "text" + }, + { + "bbox": [ + 187, + 535, + 238, + 547 + ], + "score": 0.89, + "content": "\\mathcal { O } ( T D N K )", + "type": "inline_equation" + }, + { + "bbox": [ + 238, + 535, + 250, + 547 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 250, + 535, + 301, + 547 + ], + "score": 0.9, + "content": "\\mathcal { O } ( T D B M )", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 535, + 332, + 547 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 332, + 535, + 366, + 545 + ], + "score": 0.92, + "content": "B \\ll N", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 535, + 384, + 547 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 384, + 535, + 420, + 545 + ], + "score": 0.91, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 535, + 424, + 547 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + } + ], + "index": 29.5, + "bbox_fs": [ + 89, + 501, + 506, + 547 + ] + }, + { + "type": "title", + "bbox": [ + 99, + 559, + 157, + 571 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 159, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 159, + 574 + ], + "score": 1.0, + "content": "4.1 E-step", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "index", + "bbox": [ + 90, + 579, + 505, + 613 + ], + "lines": [ + { + "bbox": [ + 90, + 578, + 505, + 593 + ], + "spans": [ + { + "bbox": [ + 90, + 582, + 100, + 591 + ], + "score": 1.0, + "content": "94", + "type": "text" + }, + { + "bbox": [ + 104, + 578, + 505, + 593 + ], + "score": 1.0, + "content": "We reduce the cost of evaluating the EM objective function (4) by combining the minibatching (as", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 591, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 90, + 594, + 100, + 602 + ], + "score": 1.0, + "content": "95", + "type": "text" + }, + { + "bbox": [ + 105, + 591, + 505, + 603 + ], + "score": 1.0, + "content": "used many times before) and the Monte Carlo sampling. Namely, the specific application of the latter", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 601, + 360, + 615 + ], + "spans": [ + { + "bbox": [ + 90, + 604, + 100, + 613 + ], + "score": 1.0, + "content": "96", + "type": "text" + }, + { + "bbox": [ + 104, + 601, + 360, + 615 + ], + "score": 1.0, + "content": "to generic mixture models is the key contribution of this paper.", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 617, + 507, + 631 + ], + "spans": [ + { + "bbox": [ + 89, + 619, + 100, + 629 + ], + "score": 1.0, + "content": "97", + "type": "text" + }, + { + "bbox": [ + 105, + 617, + 235, + 631 + ], + "score": 1.0, + "content": "Minibatching. At each iteration,", + "type": "text" + }, + { + "bbox": [ + 236, + 619, + 240, + 628 + ], + "score": 0.65, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 617, + 507, + 631 + ], + "score": 1.0, + "content": ", we compute the conditional expectation in (4) only for a subset—", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 628, + 504, + 642 + ], + "spans": [ + { + "bbox": [ + 88, + 631, + 100, + 641 + ], + "score": 1.0, + "content": "98", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 362, + 642 + ], + "score": 1.0, + "content": "here referred to as a minibatch—of the original full dataset, i.e.", + "type": "text" + }, + { + "bbox": [ + 362, + 629, + 392, + 641 + ], + "score": 0.91, + "content": "( x _ { i } ) _ { i \\in I }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 628, + 421, + 642 + ], + "score": 1.0, + "content": ". Here,", + "type": "text" + }, + { + "bbox": [ + 421, + 630, + 428, + 639 + ], + "score": 0.74, + "content": "I", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 628, + 470, + 642 + ], + "score": 1.0, + "content": "is a set of", + "type": "text" + }, + { + "bbox": [ + 470, + 629, + 504, + 639 + ], + "score": 0.9, + "content": "B \\ll N", + "type": "inline_equation" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 639, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 89, + 642, + 100, + 651 + ], + "score": 1.0, + "content": "99", + "type": "text" + }, + { + "bbox": [ + 105, + 639, + 139, + 653 + ], + "score": 1.0, + "content": "indices,", + "type": "text" + }, + { + "bbox": [ + 139, + 641, + 144, + 650 + ], + "score": 0.61, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 639, + 329, + 653 + ], + "score": 1.0, + "content": ", sampled uniformly without replacement from", + "type": "text" + }, + { + "bbox": [ + 330, + 640, + 374, + 651 + ], + "score": 0.91, + "content": "( 1 , \\ldots , \\dot { N } )", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 639, + 505, + 653 + ], + "score": 1.0, + "content": ". This substantially decreases the", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 650, + 423, + 664 + ], + "spans": [ + { + "bbox": [ + 88, + 653, + 100, + 662 + ], + "score": 1.0, + "content": "100", + "type": "text" + }, + { + "bbox": [ + 104, + 650, + 347, + 664 + ], + "score": 1.0, + "content": "necessary computations compared to the full sweep over all", + "type": "text" + }, + { + "bbox": [ + 347, + 651, + 357, + 660 + ], + "score": 0.83, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 650, + 423, + 664 + ], + "score": 1.0, + "content": "datapoints [23].", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 678 + ], + "score": 1.0, + "content": "101", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 237, + 679 + ], + "score": 1.0, + "content": "Monte Carlo sampling. For each", + "type": "text" + }, + { + "bbox": [ + 237, + 669, + 258, + 677 + ], + "score": 0.88, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 667, + 330, + 679 + ], + "score": 1.0, + "content": ", we want to draw", + "type": "text" + }, + { + "bbox": [ + 330, + 668, + 366, + 677 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 667, + 455, + 679 + ], + "score": 1.0, + "content": "random samples from", + "type": "text" + }, + { + "bbox": [ + 456, + 667, + 493, + 679 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "in", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 679, + 100, + 690 + ], + "score": 1.0, + "content": "102", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "order to obtain a Monte Carlo estimate of (4). The straightforward way to do this would be to draw", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 690, + 100, + 701 + ], + "score": 1.0, + "content": "103", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 212, + 702 + ], + "score": 1.0, + "content": "the samples directly from", + "type": "text" + }, + { + "bbox": [ + 212, + 690, + 250, + 701 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 688, + 383, + 702 + ], + "score": 1.0, + "content": ". However, direct sampling from", + "type": "text" + }, + { + "bbox": [ + 383, + 689, + 421, + 701 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "does not lead to any", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "104", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "substantial decrease in the number of operations. This is caused by the fact that even for a single", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 711, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 87, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "105", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 150, + 723 + ], + "score": 1.0, + "content": "sample of", + "type": "text" + }, + { + "bbox": [ + 150, + 712, + 159, + 722 + ], + "score": 0.83, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 711, + 365, + 723 + ], + "score": 1.0, + "content": ", we have to first compute the normalizing factor,", + "type": "text" + }, + { + "bbox": [ + 366, + 711, + 393, + 723 + ], + "score": 0.91, + "content": "p _ { \\theta } ( x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 711, + 506, + 723 + ], + "score": 1.0, + "content": ", to obtaining the posterior,", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 72, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 86, + 75, + 100, + 84 + ], + "score": 1.0, + "content": "106", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 73, + 145, + 85 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 145, + 72, + 204, + 86 + ], + "score": 1.0, + "content": ". This requires", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 205, + 73, + 215, + 83 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 215, + 72, + 317, + 86 + ], + "score": 1.0, + "content": "expensive evaluations of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 317, + 73, + 357, + 85 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 357, + 72, + 506, + 86 + ], + "score": 1.0, + "content": ", which is precisely what we want to", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 83, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 86, + 86, + 100, + 95 + ], + "score": 1.0, + "content": "107", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "score": 1.0, + "content": "avoid. Our approach is to resort to the Markov chain Monte Carlo (MCMC), which allows us to", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 93, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 86, + 96, + 100, + 106 + ], + "score": 1.0, + "content": "108", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 93, + 159, + 108 + ], + "score": 1.0, + "content": "sample from", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 159, + 95, + 197, + 106 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 197, + 93, + 506, + 108 + ], + "score": 1.0, + "content": ", with the computational complexity decreasing to only a single evaluation of", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 105, + 251, + 119 + ], + "spans": [ + { + "bbox": [ + 86, + 107, + 100, + 117 + ], + "score": 1.0, + "content": "109", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 106, + 146, + 118 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 146, + 105, + 237, + 119 + ], + "score": 1.0, + "content": "per a single sample of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 238, + 107, + 246, + 117 + ], + "score": 0.83, + "content": "z _ { i }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 247, + 105, + 251, + 119 + ], + "score": 1.0, + "content": ".", + "type": "text", + "cross_page": true + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 86, + 123, + 100, + 133 + ], + "score": 1.0, + "content": "110", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 121, + 398, + 134 + ], + "score": 1.0, + "content": "MCMC methods obviate the computation of the normalizing factor in", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 399, + 122, + 436, + 134 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 437, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "by simulating a", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 85, + 134, + 99, + 144 + ], + "score": 1.0, + "content": "111", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 131, + 168, + 146 + ], + "score": 1.0, + "content": "Markov chain,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 169, + 132, + 204, + 145 + ], + "score": 0.92, + "content": "( z _ { i , t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 204, + 131, + 309, + 146 + ], + "score": 1.0, + "content": ", from a transition kernel,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 309, + 133, + 383, + 145 + ], + "score": 0.92, + "content": "z _ { i , t } \\sim P ( z _ { i , t - 1 } , \\cdot )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 384, + 131, + 442, + 146 + ], + "score": 1.0, + "content": ", which leaves", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 443, + 133, + 480, + 145 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 480, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "as its", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 143, + 504, + 156 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 155 + ], + "score": 1.0, + "content": "112", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 143, + 390, + 156 + ], + "score": 1.0, + "content": "unique stationary (invariant) distribution, starting from an initial value", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 391, + 145, + 406, + 156 + ], + "score": 0.86, + "content": "z _ { i , 0 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 406, + 143, + 495, + 156 + ], + "score": 1.0, + "content": ". The specific form of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 495, + 145, + 504, + 154 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 85, + 156, + 100, + 167 + ], + "score": 1.0, + "content": "113", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "determines the structure of an MCMC method. We chose the Metropolis-Hastings (MH) sampler,", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 85, + 167, + 101, + 177 + ], + "score": 1.0, + "content": "114", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 164, + 178, + 179 + ], + "score": 1.0, + "content": "which represents", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 179, + 165, + 236, + 178 + ], + "score": 0.94, + "content": "P ( z _ { i , t - 1 } , z _ { i , t } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 236, + 164, + 312, + 179 + ], + "score": 1.0, + "content": "as follows: given", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 312, + 167, + 361, + 177 + ], + "score": 0.9, + "content": "\\bar { z } _ { i } : = z _ { i , t - 1 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 362, + 164, + 506, + 179 + ], + "score": 1.0, + "content": ", draw a sample from the proposal", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 176, + 328, + 189 + ], + "spans": [ + { + "bbox": [ + 85, + 178, + 101, + 188 + ], + "score": 1.0, + "content": "115", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 176, + 155, + 189 + ], + "score": 1.0, + "content": "distribution", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 155, + 177, + 203, + 189 + ], + "score": 0.93, + "content": "z _ { i } \\sim q ( \\cdot | \\bar { z } _ { i } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 203, + 176, + 328, + 189 + ], + "score": 1.0, + "content": ", compute the acceptance ratio,", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + } + ], + "index": 34, + "bbox_fs": [ + 90, + 578, + 505, + 615 + ] + }, + { + "type": "index", + "bbox": [ + 90, + 617, + 505, + 662 + ], + "lines": [], + "index": 37.5, + "bbox_fs": [ + 88, + 617, + 507, + 664 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 87, + 667, + 505, + 722 + ], + "lines": [], + "index": 42, + "bbox_fs": [ + 86, + 667, + 506, + 723 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 86, + 72, + 505, + 117 + ], + "lines": [ + { + "bbox": [ + 86, + 72, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 86, + 75, + 100, + 84 + ], + "score": 1.0, + "content": "106", + "type": "text" + }, + { + "bbox": [ + 106, + 73, + 145, + 85 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 72, + 204, + 86 + ], + "score": 1.0, + "content": ". This requires", + "type": "text" + }, + { + "bbox": [ + 205, + 73, + 215, + 83 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 215, + 72, + 317, + 86 + ], + "score": 1.0, + "content": "expensive evaluations of", + "type": "text" + }, + { + "bbox": [ + 317, + 73, + 357, + 85 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 72, + 506, + 86 + ], + "score": 1.0, + "content": ", which is precisely what we want to", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 86, + 83, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 86, + 86, + 100, + 95 + ], + "score": 1.0, + "content": "107", + "type": "text" + }, + { + "bbox": [ + 105, + 83, + 505, + 96 + ], + "score": 1.0, + "content": "avoid. Our approach is to resort to the Markov chain Monte Carlo (MCMC), which allows us to", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 86, + 93, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 86, + 96, + 100, + 106 + ], + "score": 1.0, + "content": "108", + "type": "text" + }, + { + "bbox": [ + 105, + 93, + 159, + 108 + ], + "score": 1.0, + "content": "sample from", + "type": "text" + }, + { + "bbox": [ + 159, + 95, + 197, + 106 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 93, + 506, + 108 + ], + "score": 1.0, + "content": ", with the computational complexity decreasing to only a single evaluation of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 86, + 105, + 251, + 119 + ], + "spans": [ + { + "bbox": [ + 86, + 107, + 100, + 117 + ], + "score": 1.0, + "content": "109", + "type": "text" + }, + { + "bbox": [ + 106, + 106, + 146, + 118 + ], + "score": 0.91, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 105, + 237, + 119 + ], + "score": 1.0, + "content": "per a single sample of", + "type": "text" + }, + { + "bbox": [ + 238, + 107, + 246, + 117 + ], + "score": 0.83, + "content": "z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 105, + 251, + 119 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "text", + "bbox": [ + 86, + 121, + 505, + 189 + ], + "lines": [ + { + "bbox": [ + 86, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 86, + 123, + 100, + 133 + ], + "score": 1.0, + "content": "110", + "type": "text" + }, + { + "bbox": [ + 105, + 121, + 398, + 134 + ], + "score": 1.0, + "content": "MCMC methods obviate the computation of the normalizing factor in", + "type": "text" + }, + { + "bbox": [ + 399, + 122, + 436, + 134 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 121, + 506, + 134 + ], + "score": 1.0, + "content": "by simulating a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 85, + 131, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 85, + 134, + 99, + 144 + ], + "score": 1.0, + "content": "111", + "type": "text" + }, + { + "bbox": [ + 104, + 131, + 168, + 146 + ], + "score": 1.0, + "content": "Markov chain,", + "type": "text" + }, + { + "bbox": [ + 169, + 132, + 204, + 145 + ], + "score": 0.92, + "content": "( z _ { i , t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 131, + 309, + 146 + ], + "score": 1.0, + "content": ", from a transition kernel,", + "type": "text" + }, + { + "bbox": [ + 309, + 133, + 383, + 145 + ], + "score": 0.92, + "content": "z _ { i , t } \\sim P ( z _ { i , t - 1 } , \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 131, + 442, + 146 + ], + "score": 1.0, + "content": ", which leaves", + "type": "text" + }, + { + "bbox": [ + 443, + 133, + 480, + 145 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 131, + 506, + 146 + ], + "score": 1.0, + "content": "as its", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 85, + 143, + 504, + 156 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 155 + ], + "score": 1.0, + "content": "112", + "type": "text" + }, + { + "bbox": [ + 105, + 143, + 390, + 156 + ], + "score": 1.0, + "content": "unique stationary (invariant) distribution, starting from an initial value", + "type": "text" + }, + { + "bbox": [ + 391, + 145, + 406, + 156 + ], + "score": 0.86, + "content": "z _ { i , 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 143, + 495, + 156 + ], + "score": 1.0, + "content": ". The specific form of", + "type": "text" + }, + { + "bbox": [ + 495, + 145, + 504, + 154 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 85, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 85, + 156, + 100, + 167 + ], + "score": 1.0, + "content": "113", + "type": "text" + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "determines the structure of an MCMC method. We chose the Metropolis-Hastings (MH) sampler,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 85, + 164, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 85, + 167, + 101, + 177 + ], + "score": 1.0, + "content": "114", + "type": "text" + }, + { + "bbox": [ + 105, + 164, + 178, + 179 + ], + "score": 1.0, + "content": "which represents", + "type": "text" + }, + { + "bbox": [ + 179, + 165, + 236, + 178 + ], + "score": 0.94, + "content": "P ( z _ { i , t - 1 } , z _ { i , t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 164, + 312, + 179 + ], + "score": 1.0, + "content": "as follows: given", + "type": "text" + }, + { + "bbox": [ + 312, + 167, + 361, + 177 + ], + "score": 0.9, + "content": "\\bar { z } _ { i } : = z _ { i , t - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 362, + 164, + 506, + 179 + ], + "score": 1.0, + "content": ", draw a sample from the proposal", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 85, + 176, + 328, + 189 + ], + "spans": [ + { + "bbox": [ + 85, + 178, + 101, + 188 + ], + "score": 1.0, + "content": "115", + "type": "text" + }, + { + "bbox": [ + 105, + 176, + 155, + 189 + ], + "score": 1.0, + "content": "distribution", + "type": "text" + }, + { + "bbox": [ + 155, + 177, + 203, + 189 + ], + "score": 0.93, + "content": "z _ { i } \\sim q ( \\cdot | \\bar { z } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 176, + 328, + 189 + ], + "score": 1.0, + "content": ", compute the acceptance ratio,", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 191, + 414, + 221 + ], + "lines": [ + { + "bbox": [ + 197, + 191, + 414, + 221 + ], + "spans": [ + { + "bbox": [ + 197, + 191, + 414, + 221 + ], + "score": 0.94, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) : = \\operatorname* { m i n } \\biggr \\{ 1 , \\frac { p _ { \\eta _ { z _ { i } , t - 1 } } ( x _ { i } | z _ { i } ) \\pi _ { z _ { i } , t - 1 } q ( \\bar { z } _ { i } | z _ { i } ) } { p _ { \\eta _ { \\bar { z } _ { i } , t - 1 } } ( x _ { i } | \\bar { z } _ { i } ) \\pi _ { \\bar { z } _ { i } , t - 1 } q ( z _ { i } | \\bar { z } _ { i } ) } \\biggr \\} ,", + "type": "interline_equation", + "image_path": "4e2865ff49fb5c3c34577e0a148cbc695663514dff1302f39bca47fd492f0e3e.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 197, + 191, + 414, + 206.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 197, + 206.0, + 414, + 221.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 86, + 224, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 86, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 86, + 226, + 100, + 236 + ], + "score": 1.0, + "content": "116", + "type": "text" + }, + { + "bbox": [ + 105, + 225, + 136, + 237 + ], + "score": 1.0, + "content": "and, if", + "type": "text" + }, + { + "bbox": [ + 137, + 225, + 192, + 237 + ], + "score": 0.92, + "content": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 225, + 229, + 237 + ], + "score": 1.0, + "content": "—where", + "type": "text" + }, + { + "bbox": [ + 230, + 227, + 236, + 235 + ], + "score": 0.77, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 225, + 429, + 237 + ], + "score": 1.0, + "content": "is drawn from a uniform distribution, Uniform", + "type": "text" + }, + { + "bbox": [ + 430, + 225, + 452, + 237 + ], + "score": 0.79, + "content": "( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "—accept the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 86, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 86, + 238, + 100, + 247 + ], + "score": 1.0, + "content": "117", + "type": "text" + }, + { + "bbox": [ + 104, + 236, + 170, + 249 + ], + "score": 1.0, + "content": "sample and set", + "type": "text" + }, + { + "bbox": [ + 170, + 238, + 208, + 248 + ], + "score": 0.9, + "content": "z _ { i , t } = z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 236, + 272, + 249 + ], + "score": 1.0, + "content": "; otherwise, set", + "type": "text" + }, + { + "bbox": [ + 272, + 238, + 309, + 248 + ], + "score": 0.86, + "content": "z _ { i , t } = \\bar { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 236, + 354, + 249 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 355, + 237, + 378, + 246 + ], + "score": 0.9, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 236, + 398, + 249 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 398, + 237, + 458, + 248 + ], + "score": 0.92, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 236, + 506, + 249 + ], + "score": 1.0, + "content": ", we repeat", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 86, + 245, + 509, + 264 + ], + "spans": [ + { + "bbox": [ + 86, + 250, + 100, + 260 + ], + "score": 1.0, + "content": "118", + "type": "text" + }, + { + "bbox": [ + 102, + 245, + 157, + 264 + ], + "score": 1.0, + "content": "this process", + "type": "text" + }, + { + "bbox": [ + 157, + 249, + 169, + 259 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 245, + 264, + 264 + ], + "score": 1.0, + "content": "times, construing a set", + "type": "text" + }, + { + "bbox": [ + 265, + 249, + 351, + 262 + ], + "score": 0.9, + "content": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 245, + 509, + 264 + ], + "score": 1.0, + "content": ". Therefore, at every current iteration,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 86, + 259, + 510, + 288 + ], + "spans": [ + { + "bbox": [ + 86, + 261, + 100, + 282 + ], + "score": 1.0, + "content": "119 120", + "type": "text" + }, + { + "bbox": [ + 106, + 261, + 111, + 269 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 112, + 259, + 134, + 288 + ], + "score": 1.0, + "content": ", we caking", + "type": "text" + }, + { + "bbox": [ + 135, + 270, + 181, + 283 + ], + "score": 0.92, + "content": "\\bar { z } _ { i } = z _ { i , t - 1 } ^ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 259, + 466, + 288 + ], + "score": 1.0, + "content": "extend the chain from the point where we left at the previous iteration, . Under mild regularity assumptions [52], the chain passes the transiti", + "type": "text" + }, + { + "bbox": [ + 467, + 260, + 488, + 270 + ], + "score": 0.87, + "content": "t - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 259, + 510, + 288 + ], + "score": 1.0, + "content": ", byriod", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 86, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 86, + 282, + 100, + 293 + ], + "score": 1.0, + "content": "121", + "type": "text" + }, + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "(the burn-in phase), and the samples can then be used to approximate the conditional expectation in", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 86, + 292, + 166, + 304 + ], + "spans": [ + { + "bbox": [ + 86, + 293, + 100, + 304 + ], + "score": 1.0, + "content": "122", + "type": "text" + }, + { + "bbox": [ + 104, + 292, + 166, + 304 + ], + "score": 1.0, + "content": "(4) as follows:", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 14.5 + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 300, + 390, + 332 + ], + "lines": [ + { + "bbox": [ + 220, + 300, + 390, + 332 + ], + "spans": [ + { + "bbox": [ + 220, + 300, + 390, + 332 + ], + "score": 0.95, + "content": "\\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) = \\frac { 1 } { M } \\sum _ { i \\in I } \\sum _ { z \\in \\mathbf { z } _ { i , t } } \\log p _ { \\eta _ { z } } ( x _ { i } | z ) \\pi _ { z } .", + "type": "interline_equation", + "image_path": "e43005c66ee8eb883ede3aeefb994947aa4f14879ab1b3689fc3176b2f635909.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 220, + 300, + 390, + 316.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 220, + 316.0, + 390, + 332.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 333, + 505, + 367 + ], + "lines": [ + { + "bbox": [ + 87, + 332, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 87, + 335, + 100, + 344 + ], + "score": 1.0, + "content": "123", + "type": "text" + }, + { + "bbox": [ + 105, + 332, + 401, + 346 + ], + "score": 1.0, + "content": "Note that, to ensure this approach is truly efficient, we have to draw only", + "type": "text" + }, + { + "bbox": [ + 402, + 334, + 438, + 344 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 332, + 505, + 346 + ], + "score": 1.0, + "content": "samples at each", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 87, + 344, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 87, + 346, + 100, + 354 + ], + "score": 1.0, + "content": "124", + "type": "text" + }, + { + "bbox": [ + 105, + 344, + 144, + 356 + ], + "score": 1.0, + "content": "iteration,", + "type": "text" + }, + { + "bbox": [ + 145, + 345, + 149, + 354 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 344, + 211, + 356 + ], + "score": 1.0, + "content": "; otherwise, for", + "type": "text" + }, + { + "bbox": [ + 211, + 344, + 245, + 354 + ], + "score": 0.9, + "content": "M \\approx K", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 344, + 506, + 356 + ], + "score": 1.0, + "content": ", we may rather compute the exact marginalization in (4), since it", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 87, + 354, + 271, + 369 + ], + "spans": [ + { + "bbox": [ + 87, + 357, + 100, + 367 + ], + "score": 1.0, + "content": "125", + "type": "text" + }, + { + "bbox": [ + 103, + 354, + 271, + 369 + ], + "score": 1.0, + "content": "is tractable (but computationally costly).", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "title", + "bbox": [ + 102, + 379, + 161, + 391 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 163, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 163, + 394 + ], + "score": 1.0, + "content": "4.2 M-step", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 86, + 398, + 506, + 504 + ], + "lines": [ + { + "bbox": [ + 86, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 86, + 401, + 99, + 410 + ], + "score": 1.0, + "content": "127", + "type": "text" + }, + { + "bbox": [ + 105, + 399, + 253, + 411 + ], + "score": 1.0, + "content": "Assume for a moment that (6) with", + "type": "text" + }, + { + "bbox": [ + 254, + 399, + 289, + 411 + ], + "score": 0.93, + "content": "\\mathcal { Q } _ { t - 1 } ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "given by (8) has a closed-form solution, yielding an", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 86, + 412, + 99, + 421 + ], + "score": 1.0, + "content": "128", + "type": "text" + }, + { + "bbox": [ + 106, + 410, + 155, + 422 + ], + "score": 1.0, + "content": "estimate of", + "type": "text" + }, + { + "bbox": [ + 155, + 410, + 161, + 420 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 410, + 446, + 422 + ], + "score": 1.0, + "content": ". Such an estimate would have a high variance, converging only for", + "type": "text" + }, + { + "bbox": [ + 446, + 410, + 486, + 420 + ], + "score": 0.9, + "content": "M \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 420, + 507, + 433 + ], + "spans": [ + { + "bbox": [ + 86, + 422, + 100, + 433 + ], + "score": 1.0, + "content": "129", + "type": "text" + }, + { + "bbox": [ + 106, + 421, + 145, + 431 + ], + "score": 0.88, + "content": "T \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 420, + 497, + 433 + ], + "score": 1.0, + "content": "[19]. The main reason is that the samples would not be reused over the iterations,", + "type": "text" + }, + { + "bbox": [ + 497, + 422, + 502, + 431 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 420, + 507, + 433 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 86, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 86, + 434, + 99, + 443 + ], + "score": 1.0, + "content": "130", + "type": "text" + }, + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "thus wasting computational resources. We consider that there is no closed-form solution of (6),", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 86, + 444, + 99, + 455 + ], + "score": 1.0, + "content": "131", + "type": "text" + }, + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "and—to ensure that the samples (and thus computations) are recycled over the iterations—we use", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 453, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 86, + 456, + 99, + 465 + ], + "score": 1.0, + "content": "132", + "type": "text" + }, + { + "bbox": [ + 105, + 453, + 506, + 467 + ], + "score": 1.0, + "content": "the stochastic approximation (SA) [51] to optimize (8). This is analogous to applying a stochastic", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 464, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 86, + 469, + 99, + 478 + ], + "score": 1.0, + "content": "133", + "type": "text" + }, + { + "bbox": [ + 105, + 465, + 207, + 480 + ], + "score": 1.0, + "content": "gradient-descent method,", + "type": "text" + }, + { + "bbox": [ + 207, + 464, + 313, + 478 + ], + "score": 0.88, + "content": "\\theta _ { t } = \\theta _ { t - 1 } + \\gamma _ { t } \\nabla _ { \\theta } \\tilde { \\mathcal { Q } } _ { t - 1 } ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 465, + 342, + 480 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 342, + 468, + 352, + 478 + ], + "score": 0.83, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 465, + 506, + 480 + ], + "score": 1.0, + "content": "is the step-size, satisfying the Robbins-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 476, + 507, + 493 + ], + "spans": [ + { + "bbox": [ + 86, + 479, + 99, + 489 + ], + "score": 1.0, + "content": "134", + "type": "text" + }, + { + "bbox": [ + 104, + 476, + 182, + 493 + ], + "score": 1.0, + "content": "Monro constraints,", + "type": "text" + }, + { + "bbox": [ + 183, + 478, + 354, + 491 + ], + "score": 0.3, + "content": "\\begin{array} { r } { \\gamma _ { t } \\in [ 0 , 1 ] , \\sum _ { t \\geq 1 } \\gamma _ { t } = \\infty , \\sum _ { t \\geq 1 } \\gamma _ { t } ^ { 2 } < \\infty , } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 476, + 372, + 493 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 372, + 478, + 386, + 489 + ], + "score": 0.89, + "content": "\\nabla _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 476, + 467, + 493 + ], + "score": 1.0, + "content": "is the gradient w.r.t.", + "type": "text" + }, + { + "bbox": [ + 468, + 478, + 473, + 487 + ], + "score": 0.73, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 476, + 507, + 493 + ], + "score": 1.0, + "content": ". In this", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 87, + 491, + 470, + 505 + ], + "spans": [ + { + "bbox": [ + 87, + 494, + 99, + 504 + ], + "score": 1.0, + "content": "135", + "type": "text" + }, + { + "bbox": [ + 105, + 491, + 232, + 505 + ], + "score": 1.0, + "content": "way, the computations made in", + "type": "text" + }, + { + "bbox": [ + 232, + 491, + 255, + 504 + ], + "score": 0.91, + "content": "\\nabla _ { \\boldsymbol { \\theta } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 491, + 337, + 505 + ], + "score": 1.0, + "content": "are accumulated via", + "type": "text" + }, + { + "bbox": [ + 338, + 493, + 347, + 504 + ], + "score": 0.87, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 491, + 470, + 505 + ], + "score": 1.0, + "content": "and reused over the iterations.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28 + }, + { + "type": "text", + "bbox": [ + 88, + 508, + 507, + 542 + ], + "lines": [ + { + "bbox": [ + 87, + 508, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 87, + 511, + 100, + 519 + ], + "score": 1.0, + "content": "136", + "type": "text" + }, + { + "bbox": [ + 104, + 508, + 173, + 522 + ], + "score": 1.0, + "content": "The parameters", + "type": "text" + }, + { + "bbox": [ + 174, + 511, + 184, + 520 + ], + "score": 0.84, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 508, + 395, + 522 + ], + "score": 1.0, + "content": "have a different form based on a specific case of", + "type": "text" + }, + { + "bbox": [ + 395, + 509, + 432, + 521 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 508, + 473, + 522 + ], + "score": 1.0, + "content": ", whereas", + "type": "text" + }, + { + "bbox": [ + 474, + 511, + 485, + 520 + ], + "score": 0.86, + "content": "\\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 508, + 506, + 522 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 87, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 87, + 522, + 100, + 531 + ], + "score": 1.0, + "content": "137", + "type": "text" + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "permanent structure in (1). Therefore, without loss of generality, we split (6) into a generic part and a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 531, + 192, + 542 + ], + "spans": [ + { + "bbox": [ + 86, + 533, + 100, + 542 + ], + "score": 1.0, + "content": "138", + "type": "text" + }, + { + "bbox": [ + 105, + 531, + 192, + 542 + ], + "score": 1.0, + "content": "fixed part as follows:", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 545, + 371, + 580 + ], + "lines": [ + { + "bbox": [ + 239, + 545, + 371, + 580 + ], + "spans": [ + { + "bbox": [ + 239, + 545, + 371, + 580 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { \\eta _ { k , t } = \\eta _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\eta _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\\\ & { \\nu _ { k , t } = \\nu _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\end{array}", + "type": "interline_equation", + "image_path": "e1b6543f038daf2078a131f2fa387f7478babb5133579989565df178123b0c85.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 239, + 545, + 371, + 562.5 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 239, + 562.5, + 371, + 580.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "text", + "bbox": [ + 87, + 582, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 86, + 580, + 507, + 598 + ], + "spans": [ + { + "bbox": [ + 86, + 585, + 100, + 595 + ], + "score": 1.0, + "content": "139", + "type": "text" + }, + { + "bbox": [ + 104, + 580, + 266, + 598 + ], + "score": 1.0, + "content": "where—to ensure that the probabilities,", + "type": "text" + }, + { + "bbox": [ + 266, + 583, + 305, + 596 + ], + "score": 0.94, + "content": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 580, + 507, + 598 + ], + "score": 1.0, + "content": ", satisfy the constraints (Section 2)—we transform", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 86, + 591, + 508, + 614 + ], + "spans": [ + { + "bbox": [ + 86, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "140", + "type": "text" + }, + { + "bbox": [ + 106, + 595, + 134, + 609 + ], + "score": 0.95, + "content": "\\nabla _ { \\pi _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 591, + 150, + 614 + ], + "score": 1.0, + "content": "via", + "type": "text" + }, + { + "bbox": [ + 150, + 596, + 200, + 609 + ], + "score": 0.9, + "content": "\\nu _ { k } = \\log \\pi _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 591, + 279, + 614 + ], + "score": 1.0, + "content": "and optimize w.r.t.", + "type": "text" + }, + { + "bbox": [ + 279, + 599, + 290, + 608 + ], + "score": 0.86, + "content": "\\nu _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 591, + 359, + 614 + ], + "score": 1.0, + "content": ". Then, to obtain", + "type": "text" + }, + { + "bbox": [ + 360, + 596, + 399, + 609 + ], + "score": 0.91, + "content": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 591, + 423, + 614 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 423, + 596, + 487, + 610 + ], + "score": 0.92, + "content": "\\nu _ { t } : = ( \\nu _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 591, + 508, + 614 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 86, + 603, + 443, + 629 + ], + "spans": [ + { + "bbox": [ + 86, + 612, + 100, + 622 + ], + "score": 1.0, + "content": "141", + "type": "text" + }, + { + "bbox": [ + 100, + 603, + 224, + 629 + ], + "score": 1.0, + "content": "k b use the softmax function, i.e.", + "type": "text" + }, + { + "bbox": [ + 225, + 609, + 435, + 624 + ], + "score": 0.83, + "content": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k } : = \\exp ( \\nu _ { k , t } ) / \\sum _ { l = 1 } ^ { K } \\exp ( \\nu _ { l , t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 603, + 443, + 629 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 98, + 628, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 507, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 261, + 644 + ], + "score": 1.0, + "content": "Computing the gradients for all pairs of", + "type": "text" + }, + { + "bbox": [ + 262, + 628, + 308, + 641 + ], + "score": 0.94, + "content": "( \\nu _ { k } , \\eta _ { k } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 626, + 454, + 644 + ], + "score": 1.0, + "content": "would be inefficient, especially since", + "type": "text" + }, + { + "bbox": [ + 454, + 631, + 469, + 640 + ], + "score": 0.86, + "content": "{ \\bf z } _ { i , t }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 626, + 507, + 644 + ], + "score": 1.0, + "content": "contains", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 640, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 301, + 656 + ], + "score": 1.0, + "content": "only a small number of unique values of Z for", + "type": "text" + }, + { + "bbox": [ + 301, + 642, + 339, + 653 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 640, + 459, + 656 + ], + "score": 1.0, + "content": ". Consequently, we compute", + "type": "text" + }, + { + "bbox": [ + 459, + 640, + 487, + 654 + ], + "score": 0.92, + "content": "\\dot { \\nabla } _ { \\eta _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 640, + 506, + 656 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 653, + 460, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 133, + 668 + ], + "score": 0.92, + "content": "\\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 654, + 168, + 669 + ], + "score": 1.0, + "content": "only for", + "type": "text" + }, + { + "bbox": [ + 169, + 655, + 236, + 668 + ], + "score": 0.64, + "content": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 654, + 460, + 669 + ], + "score": 1.0, + "content": ". We summarize the proposed approach in Algorithm 1.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42 + }, + { + "type": "title", + "bbox": [ + 105, + 679, + 221, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 222, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 222, + 694 + ], + "score": 1.0, + "content": "4.3 Proposal distribution", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 89, + 699, + 507, + 723 + ], + "lines": [ + { + "bbox": [ + 87, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 87, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "146", + "type": "text" + }, + { + "bbox": [ + 104, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "The choice of the proposal distribution has a significant impact on the speed of convergence and the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 84, + 710, + 507, + 724 + ], + "spans": [ + { + "bbox": [ + 84, + 710, + 470, + 724 + ], + "score": 1.0, + "content": "computational cost of the proposed algorithm. Here, we discuss various possible choices of 147", + "type": "text" + }, + { + "bbox": [ + 471, + 711, + 503, + 723 + ], + "score": 0.93, + "content": "q \\big ( z _ { i } | \\bar { z } _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 710, + 507, + 724 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 86, + 72, + 505, + 117 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 86, + 72, + 506, + 119 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 121, + 505, + 189 + ], + "lines": [], + "index": 6.5, + "bbox_fs": [ + 85, + 121, + 506, + 189 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 191, + 414, + 221 + ], + "lines": [ + { + "bbox": [ + 197, + 191, + 414, + 221 + ], + "spans": [ + { + "bbox": [ + 197, + 191, + 414, + 221 + ], + "score": 0.94, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) : = \\operatorname* { m i n } \\biggr \\{ 1 , \\frac { p _ { \\eta _ { z _ { i } , t - 1 } } ( x _ { i } | z _ { i } ) \\pi _ { z _ { i } , t - 1 } q ( \\bar { z } _ { i } | z _ { i } ) } { p _ { \\eta _ { \\bar { z } _ { i } , t - 1 } } ( x _ { i } | \\bar { z } _ { i } ) \\pi _ { \\bar { z } _ { i } , t - 1 } q ( z _ { i } | \\bar { z } _ { i } ) } \\biggr \\} ,", + "type": "interline_equation", + "image_path": "4e2865ff49fb5c3c34577e0a148cbc695663514dff1302f39bca47fd492f0e3e.jpg" + } + ] + } + ], + "index": 10.5, + "virtual_lines": [ + { + "bbox": [ + 197, + 191, + 414, + 206.0 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 197, + 206.0, + 414, + 221.0 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "index", + "bbox": [ + 86, + 224, + 505, + 303 + ], + "lines": [ + { + "bbox": [ + 86, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 86, + 226, + 100, + 236 + ], + "score": 1.0, + "content": "116", + "type": "text" + }, + { + "bbox": [ + 105, + 225, + 136, + 237 + ], + "score": 1.0, + "content": "and, if", + "type": "text" + }, + { + "bbox": [ + 137, + 225, + 192, + 237 + ], + "score": 0.92, + "content": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 225, + 229, + 237 + ], + "score": 1.0, + "content": "—where", + "type": "text" + }, + { + "bbox": [ + 230, + 227, + 236, + 235 + ], + "score": 0.77, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 225, + 429, + 237 + ], + "score": 1.0, + "content": "is drawn from a uniform distribution, Uniform", + "type": "text" + }, + { + "bbox": [ + 430, + 225, + 452, + 237 + ], + "score": 0.79, + "content": "( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 452, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "—accept the", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 236, + 506, + 249 + ], + "spans": [ + { + "bbox": [ + 86, + 238, + 100, + 247 + ], + "score": 1.0, + "content": "117", + "type": "text" + }, + { + "bbox": [ + 104, + 236, + 170, + 249 + ], + "score": 1.0, + "content": "sample and set", + "type": "text" + }, + { + "bbox": [ + 170, + 238, + 208, + 248 + ], + "score": 0.9, + "content": "z _ { i , t } = z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 236, + 272, + 249 + ], + "score": 1.0, + "content": "; otherwise, set", + "type": "text" + }, + { + "bbox": [ + 272, + 238, + 309, + 248 + ], + "score": 0.86, + "content": "z _ { i , t } = \\bar { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 236, + 354, + 249 + ], + "score": 1.0, + "content": ". For each", + "type": "text" + }, + { + "bbox": [ + 355, + 237, + 378, + 246 + ], + "score": 0.9, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 236, + 398, + 249 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 398, + 237, + 458, + 248 + ], + "score": 0.92, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 459, + 236, + 506, + 249 + ], + "score": 1.0, + "content": ", we repeat", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 245, + 509, + 264 + ], + "spans": [ + { + "bbox": [ + 86, + 250, + 100, + 260 + ], + "score": 1.0, + "content": "118", + "type": "text" + }, + { + "bbox": [ + 102, + 245, + 157, + 264 + ], + "score": 1.0, + "content": "this process", + "type": "text" + }, + { + "bbox": [ + 157, + 249, + 169, + 259 + ], + "score": 0.82, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 245, + 264, + 264 + ], + "score": 1.0, + "content": "times, construing a set", + "type": "text" + }, + { + "bbox": [ + 265, + 249, + 351, + 262 + ], + "score": 0.9, + "content": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )", + "type": "inline_equation" + }, + { + "bbox": [ + 351, + 245, + 509, + 264 + ], + "score": 1.0, + "content": ". Therefore, at every current iteration,", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 259, + 510, + 288 + ], + "spans": [ + { + "bbox": [ + 86, + 261, + 100, + 282 + ], + "score": 1.0, + "content": "119 120", + "type": "text" + }, + { + "bbox": [ + 106, + 261, + 111, + 269 + ], + "score": 0.63, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 112, + 259, + 134, + 288 + ], + "score": 1.0, + "content": ", we caking", + "type": "text" + }, + { + "bbox": [ + 135, + 270, + 181, + 283 + ], + "score": 0.92, + "content": "\\bar { z } _ { i } = z _ { i , t - 1 } ^ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 259, + 466, + 288 + ], + "score": 1.0, + "content": "extend the chain from the point where we left at the previous iteration, . Under mild regularity assumptions [52], the chain passes the transiti", + "type": "text" + }, + { + "bbox": [ + 467, + 260, + 488, + 270 + ], + "score": 0.87, + "content": "t - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 259, + 510, + 288 + ], + "score": 1.0, + "content": ", byriod", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 280, + 505, + 293 + ], + "spans": [ + { + "bbox": [ + 86, + 282, + 100, + 293 + ], + "score": 1.0, + "content": "121", + "type": "text" + }, + { + "bbox": [ + 105, + 280, + 505, + 293 + ], + "score": 1.0, + "content": "(the burn-in phase), and the samples can then be used to approximate the conditional expectation in", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 292, + 166, + 304 + ], + "spans": [ + { + "bbox": [ + 86, + 293, + 100, + 304 + ], + "score": 1.0, + "content": "122", + "type": "text" + }, + { + "bbox": [ + 104, + 292, + 166, + 304 + ], + "score": 1.0, + "content": "(4) as follows:", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + } + ], + "index": 14.5, + "bbox_fs": [ + 86, + 225, + 510, + 304 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 220, + 300, + 390, + 332 + ], + "lines": [ + { + "bbox": [ + 220, + 300, + 390, + 332 + ], + "spans": [ + { + "bbox": [ + 220, + 300, + 390, + 332 + ], + "score": 0.95, + "content": "\\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) = \\frac { 1 } { M } \\sum _ { i \\in I } \\sum _ { z \\in \\mathbf { z } _ { i , t } } \\log p _ { \\eta _ { z } } ( x _ { i } | z ) \\pi _ { z } .", + "type": "interline_equation", + "image_path": "e43005c66ee8eb883ede3aeefb994947aa4f14879ab1b3689fc3176b2f635909.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 220, + 300, + 390, + 316.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 220, + 316.0, + 390, + 332.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "index", + "bbox": [ + 87, + 333, + 505, + 367 + ], + "lines": [ + { + "bbox": [ + 87, + 332, + 505, + 346 + ], + "spans": [ + { + "bbox": [ + 87, + 335, + 100, + 344 + ], + "score": 1.0, + "content": "123", + "type": "text" + }, + { + "bbox": [ + 105, + 332, + 401, + 346 + ], + "score": 1.0, + "content": "Note that, to ensure this approach is truly efficient, we have to draw only", + "type": "text" + }, + { + "bbox": [ + 402, + 334, + 438, + 344 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 438, + 332, + 505, + 346 + ], + "score": 1.0, + "content": "samples at each", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 344, + 506, + 356 + ], + "spans": [ + { + "bbox": [ + 87, + 346, + 100, + 354 + ], + "score": 1.0, + "content": "124", + "type": "text" + }, + { + "bbox": [ + 105, + 344, + 144, + 356 + ], + "score": 1.0, + "content": "iteration,", + "type": "text" + }, + { + "bbox": [ + 145, + 345, + 149, + 354 + ], + "score": 0.71, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 344, + 211, + 356 + ], + "score": 1.0, + "content": "; otherwise, for", + "type": "text" + }, + { + "bbox": [ + 211, + 344, + 245, + 354 + ], + "score": 0.9, + "content": "M \\approx K", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 344, + 506, + 356 + ], + "score": 1.0, + "content": ", we may rather compute the exact marginalization in (4), since it", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 354, + 271, + 369 + ], + "spans": [ + { + "bbox": [ + 87, + 357, + 100, + 367 + ], + "score": 1.0, + "content": "125", + "type": "text" + }, + { + "bbox": [ + 103, + 354, + 271, + 369 + ], + "score": 1.0, + "content": "is tractable (but computationally costly).", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + } + ], + "index": 21, + "bbox_fs": [ + 87, + 332, + 506, + 369 + ] + }, + { + "type": "title", + "bbox": [ + 102, + 379, + 161, + 391 + ], + "lines": [ + { + "bbox": [ + 105, + 376, + 163, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 163, + 394 + ], + "score": 1.0, + "content": "4.2 M-step", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "index", + "bbox": [ + 86, + 398, + 506, + 504 + ], + "lines": [ + { + "bbox": [ + 86, + 399, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 86, + 401, + 99, + 410 + ], + "score": 1.0, + "content": "127", + "type": "text" + }, + { + "bbox": [ + 105, + 399, + 253, + 411 + ], + "score": 1.0, + "content": "Assume for a moment that (6) with", + "type": "text" + }, + { + "bbox": [ + 254, + 399, + 289, + 411 + ], + "score": 0.93, + "content": "\\mathcal { Q } _ { t - 1 } ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 399, + 505, + 411 + ], + "score": 1.0, + "content": "given by (8) has a closed-form solution, yielding an", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 410, + 505, + 422 + ], + "spans": [ + { + "bbox": [ + 86, + 412, + 99, + 421 + ], + "score": 1.0, + "content": "128", + "type": "text" + }, + { + "bbox": [ + 106, + 410, + 155, + 422 + ], + "score": 1.0, + "content": "estimate of", + "type": "text" + }, + { + "bbox": [ + 155, + 410, + 161, + 420 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 410, + 446, + 422 + ], + "score": 1.0, + "content": ". Such an estimate would have a high variance, converging only for", + "type": "text" + }, + { + "bbox": [ + 446, + 410, + 486, + 420 + ], + "score": 0.9, + "content": "M \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 410, + 505, + 422 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 420, + 507, + 433 + ], + "spans": [ + { + "bbox": [ + 86, + 422, + 100, + 433 + ], + "score": 1.0, + "content": "129", + "type": "text" + }, + { + "bbox": [ + 106, + 421, + 145, + 431 + ], + "score": 0.88, + "content": "T \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 420, + 497, + 433 + ], + "score": 1.0, + "content": "[19]. The main reason is that the samples would not be reused over the iterations,", + "type": "text" + }, + { + "bbox": [ + 497, + 422, + 502, + 431 + ], + "score": 0.69, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 420, + 507, + 433 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 432, + 506, + 444 + ], + "spans": [ + { + "bbox": [ + 86, + 434, + 99, + 443 + ], + "score": 1.0, + "content": "130", + "type": "text" + }, + { + "bbox": [ + 106, + 432, + 506, + 444 + ], + "score": 1.0, + "content": "thus wasting computational resources. We consider that there is no closed-form solution of (6),", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 442, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 86, + 444, + 99, + 455 + ], + "score": 1.0, + "content": "131", + "type": "text" + }, + { + "bbox": [ + 106, + 442, + 505, + 455 + ], + "score": 1.0, + "content": "and—to ensure that the samples (and thus computations) are recycled over the iterations—we use", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 453, + 506, + 467 + ], + "spans": [ + { + "bbox": [ + 86, + 456, + 99, + 465 + ], + "score": 1.0, + "content": "132", + "type": "text" + }, + { + "bbox": [ + 105, + 453, + 506, + 467 + ], + "score": 1.0, + "content": "the stochastic approximation (SA) [51] to optimize (8). This is analogous to applying a stochastic", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 464, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 86, + 469, + 99, + 478 + ], + "score": 1.0, + "content": "133", + "type": "text" + }, + { + "bbox": [ + 105, + 465, + 207, + 480 + ], + "score": 1.0, + "content": "gradient-descent method,", + "type": "text" + }, + { + "bbox": [ + 207, + 464, + 313, + 478 + ], + "score": 0.88, + "content": "\\theta _ { t } = \\theta _ { t - 1 } + \\gamma _ { t } \\nabla _ { \\theta } \\tilde { \\mathcal { Q } } _ { t - 1 } ( \\theta )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 465, + 342, + 480 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 342, + 468, + 352, + 478 + ], + "score": 0.83, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 353, + 465, + 506, + 480 + ], + "score": 1.0, + "content": "is the step-size, satisfying the Robbins-", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 476, + 507, + 493 + ], + "spans": [ + { + "bbox": [ + 86, + 479, + 99, + 489 + ], + "score": 1.0, + "content": "134", + "type": "text" + }, + { + "bbox": [ + 104, + 476, + 182, + 493 + ], + "score": 1.0, + "content": "Monro constraints,", + "type": "text" + }, + { + "bbox": [ + 183, + 478, + 354, + 491 + ], + "score": 0.3, + "content": "\\begin{array} { r } { \\gamma _ { t } \\in [ 0 , 1 ] , \\sum _ { t \\geq 1 } \\gamma _ { t } = \\infty , \\sum _ { t \\geq 1 } \\gamma _ { t } ^ { 2 } < \\infty , } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 476, + 372, + 493 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 372, + 478, + 386, + 489 + ], + "score": 0.89, + "content": "\\nabla _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 476, + 467, + 493 + ], + "score": 1.0, + "content": "is the gradient w.r.t.", + "type": "text" + }, + { + "bbox": [ + 468, + 478, + 473, + 487 + ], + "score": 0.73, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 476, + 507, + 493 + ], + "score": 1.0, + "content": ". In this", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 491, + 470, + 505 + ], + "spans": [ + { + "bbox": [ + 87, + 494, + 99, + 504 + ], + "score": 1.0, + "content": "135", + "type": "text" + }, + { + "bbox": [ + 105, + 491, + 232, + 505 + ], + "score": 1.0, + "content": "way, the computations made in", + "type": "text" + }, + { + "bbox": [ + 232, + 491, + 255, + 504 + ], + "score": 0.91, + "content": "\\nabla _ { \\boldsymbol { \\theta } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 491, + 337, + 505 + ], + "score": 1.0, + "content": "are accumulated via", + "type": "text" + }, + { + "bbox": [ + 338, + 493, + 347, + 504 + ], + "score": 0.87, + "content": "\\theta _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 491, + 470, + 505 + ], + "score": 1.0, + "content": "and reused over the iterations.", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 508, + 506, + 522 + ], + "spans": [ + { + "bbox": [ + 87, + 511, + 100, + 519 + ], + "score": 1.0, + "content": "136", + "type": "text" + }, + { + "bbox": [ + 104, + 508, + 173, + 522 + ], + "score": 1.0, + "content": "The parameters", + "type": "text" + }, + { + "bbox": [ + 174, + 511, + 184, + 520 + ], + "score": 0.84, + "content": "\\eta _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 508, + 395, + 522 + ], + "score": 1.0, + "content": "have a different form based on a specific case of", + "type": "text" + }, + { + "bbox": [ + 395, + 509, + 432, + 521 + ], + "score": 0.92, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 432, + 508, + 473, + 522 + ], + "score": 1.0, + "content": ", whereas", + "type": "text" + }, + { + "bbox": [ + 474, + 511, + 485, + 520 + ], + "score": 0.86, + "content": "\\pi _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 508, + 506, + 522 + ], + "score": 1.0, + "content": "is a", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 87, + 522, + 100, + 531 + ], + "score": 1.0, + "content": "137", + "type": "text" + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "permanent structure in (1). Therefore, without loss of generality, we split (6) into a generic part and a", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 531, + 192, + 542 + ], + "spans": [ + { + "bbox": [ + 86, + 533, + 100, + 542 + ], + "score": 1.0, + "content": "138", + "type": "text" + }, + { + "bbox": [ + 105, + 531, + 192, + 542 + ], + "score": 1.0, + "content": "fixed part as follows:", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + } + ], + "index": 28, + "bbox_fs": [ + 86, + 399, + 507, + 505 + ] + }, + { + "type": "index", + "bbox": [ + 88, + 508, + 507, + 542 + ], + "lines": [], + "index": 34, + "bbox_fs": [ + 86, + 508, + 506, + 542 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 545, + 371, + 580 + ], + "lines": [ + { + "bbox": [ + 239, + 545, + 371, + 580 + ], + "spans": [ + { + "bbox": [ + 239, + 545, + 371, + 580 + ], + "score": 0.91, + "content": "\\begin{array} { r l } & { \\eta _ { k , t } = \\eta _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\eta _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\\\ & { \\nu _ { k , t } = \\nu _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\end{array}", + "type": "interline_equation", + "image_path": "e1b6543f038daf2078a131f2fa387f7478babb5133579989565df178123b0c85.jpg" + } + ] + } + ], + "index": 36.5, + "virtual_lines": [ + { + "bbox": [ + 239, + 545, + 371, + 562.5 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 239, + 562.5, + 371, + 580.0 + ], + "spans": [], + "index": 37 + } + ] + }, + { + "type": "index", + "bbox": [ + 87, + 582, + 505, + 624 + ], + "lines": [ + { + "bbox": [ + 86, + 580, + 507, + 598 + ], + "spans": [ + { + "bbox": [ + 86, + 585, + 100, + 595 + ], + "score": 1.0, + "content": "139", + "type": "text" + }, + { + "bbox": [ + 104, + 580, + 266, + 598 + ], + "score": 1.0, + "content": "where—to ensure that the probabilities,", + "type": "text" + }, + { + "bbox": [ + 266, + 583, + 305, + 596 + ], + "score": 0.94, + "content": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 580, + 507, + 598 + ], + "score": 1.0, + "content": ", satisfy the constraints (Section 2)—we transform", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 591, + 508, + 614 + ], + "spans": [ + { + "bbox": [ + 86, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "140", + "type": "text" + }, + { + "bbox": [ + 106, + 595, + 134, + 609 + ], + "score": 0.95, + "content": "\\nabla _ { \\pi _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 135, + 591, + 150, + 614 + ], + "score": 1.0, + "content": "via", + "type": "text" + }, + { + "bbox": [ + 150, + 596, + 200, + 609 + ], + "score": 0.9, + "content": "\\nu _ { k } = \\log \\pi _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 591, + 279, + 614 + ], + "score": 1.0, + "content": "and optimize w.r.t.", + "type": "text" + }, + { + "bbox": [ + 279, + 599, + 290, + 608 + ], + "score": 0.86, + "content": "\\nu _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 591, + 359, + 614 + ], + "score": 1.0, + "content": ". Then, to obtain", + "type": "text" + }, + { + "bbox": [ + 360, + 596, + 399, + 609 + ], + "score": 0.91, + "content": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 399, + 591, + 423, + 614 + ], + "score": 1.0, + "content": "from", + "type": "text" + }, + { + "bbox": [ + 423, + 596, + 487, + 610 + ], + "score": 0.92, + "content": "\\nu _ { t } : = ( \\nu _ { k , t } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 591, + 508, + 614 + ], + "score": 1.0, + "content": ", we", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 603, + 443, + 629 + ], + "spans": [ + { + "bbox": [ + 86, + 612, + 100, + 622 + ], + "score": 1.0, + "content": "141", + "type": "text" + }, + { + "bbox": [ + 100, + 603, + 224, + 629 + ], + "score": 1.0, + "content": "k b use the softmax function, i.e.", + "type": "text" + }, + { + "bbox": [ + 225, + 609, + 435, + 624 + ], + "score": 0.83, + "content": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k } : = \\exp ( \\nu _ { k , t } ) / \\sum _ { l = 1 } ^ { K } \\exp ( \\nu _ { l , t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 603, + 443, + 629 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + } + ], + "index": 39, + "bbox_fs": [ + 86, + 580, + 508, + 629 + ] + }, + { + "type": "text", + "bbox": [ + 98, + 628, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 105, + 626, + 507, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 261, + 644 + ], + "score": 1.0, + "content": "Computing the gradients for all pairs of", + "type": "text" + }, + { + "bbox": [ + 262, + 628, + 308, + 641 + ], + "score": 0.94, + "content": "( \\nu _ { k } , \\eta _ { k } ) _ { k = 1 } ^ { K }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 626, + 454, + 644 + ], + "score": 1.0, + "content": "would be inefficient, especially since", + "type": "text" + }, + { + "bbox": [ + 454, + 631, + 469, + 640 + ], + "score": 0.86, + "content": "{ \\bf z } _ { i , t }", + "type": "inline_equation" + }, + { + "bbox": [ + 469, + 626, + 507, + 644 + ], + "score": 1.0, + "content": "contains", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 640, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 640, + 301, + 656 + ], + "score": 1.0, + "content": "only a small number of unique values of Z for", + "type": "text" + }, + { + "bbox": [ + 301, + 642, + 339, + 653 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 340, + 640, + 459, + 656 + ], + "score": 1.0, + "content": ". Consequently, we compute", + "type": "text" + }, + { + "bbox": [ + 459, + 640, + 487, + 654 + ], + "score": 0.92, + "content": "\\dot { \\nabla } _ { \\eta _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 640, + 506, + 656 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 653, + 460, + 669 + ], + "spans": [ + { + "bbox": [ + 106, + 653, + 133, + 668 + ], + "score": 0.92, + "content": "\\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 654, + 168, + 669 + ], + "score": 1.0, + "content": "only for", + "type": "text" + }, + { + "bbox": [ + 169, + 655, + 236, + 668 + ], + "score": 0.64, + "content": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 654, + 460, + 669 + ], + "score": 1.0, + "content": ". We summarize the proposed approach in Algorithm 1.", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 626, + 507, + 669 + ] + }, + { + "type": "title", + "bbox": [ + 105, + 679, + 221, + 691 + ], + "lines": [ + { + "bbox": [ + 105, + 677, + 222, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 222, + 694 + ], + "score": 1.0, + "content": "4.3 Proposal distribution", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + }, + { + "type": "text", + "bbox": [ + 89, + 699, + 507, + 723 + ], + "lines": [ + { + "bbox": [ + 87, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 87, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "146", + "type": "text" + }, + { + "bbox": [ + 104, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "The choice of the proposal distribution has a significant impact on the speed of convergence and the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 84, + 710, + 507, + 724 + ], + "spans": [ + { + "bbox": [ + 84, + 710, + 470, + 724 + ], + "score": 1.0, + "content": "computational cost of the proposed algorithm. Here, we discuss various possible choices of 147", + "type": "text" + }, + { + "bbox": [ + 471, + 711, + 503, + 723 + ], + "score": 0.93, + "content": "q \\big ( z _ { i } | \\bar { z } _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 710, + 507, + 724 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5, + "bbox_fs": [ + 84, + 699, + 507, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 86, + 482, + 334 + ], + "lines": [ + { + "bbox": [ + 105, + 84, + 225, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 84, + 138, + 102 + ], + "score": 1.0, + "content": "Input:", + "type": "text" + }, + { + "bbox": [ + 138, + 87, + 149, + 99 + ], + "score": 0.64, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 84, + 153, + 102 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 153, + 86, + 190, + 99 + ], + "score": 0.49, + "content": "( \\mathbf { z } _ { i , 0 } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 84, + 194, + 102 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 194, + 86, + 225, + 100 + ], + "score": 0.68, + "content": "( \\mathbf { x } _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 97, + 177, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 146, + 114 + ], + "score": 1.0, + "content": "Output:", + "type": "text" + }, + { + "bbox": [ + 146, + 99, + 177, + 111 + ], + "score": 0.78, + "content": "( \\theta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 110, + 288, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 110, + 131, + 123 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 132, + 111, + 190, + 122 + ], + "score": 0.91, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 110, + 288, + 123 + ], + "score": 1.0, + "content": "or until convergence do", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 129, + 120, + 477, + 135 + ], + "spans": [ + { + "bbox": [ + 129, + 120, + 181, + 135 + ], + "score": 1.0, + "content": "form the set", + "type": "text" + }, + { + "bbox": [ + 181, + 121, + 231, + 135 + ], + "score": 0.93, + "content": "\\dot { I } = ( i _ { j } ) _ { j = 1 } ^ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 120, + 374, + 135 + ], + "score": 1.0, + "content": "by sampling (without replacement)", + "type": "text" + }, + { + "bbox": [ + 374, + 122, + 384, + 131 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 120, + 415, + 135 + ], + "score": 1.0, + "content": "indices", + "type": "text" + }, + { + "bbox": [ + 416, + 121, + 477, + 133 + ], + "score": 0.9, + "content": "i \\sim ( 1 , \\dots , N )", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 131, + 132, + 183, + 144 + ], + "spans": [ + { + "bbox": [ + 131, + 132, + 146, + 144 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 146, + 133, + 168, + 142 + ], + "score": 0.85, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 132, + 183, + 144 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 144, + 140, + 282, + 158 + ], + "spans": [ + { + "bbox": [ + 144, + 140, + 159, + 158 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 160, + 144, + 169, + 154 + ], + "score": 0.86, + "content": "\\bar { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 140, + 257, + 158 + ], + "score": 1.0, + "content": "as the last element of", + "type": "text" + }, + { + "bbox": [ + 257, + 145, + 282, + 155 + ], + "score": 0.87, + "content": "\\mathbf { z } _ { i , t - 1 }", + "type": "inline_equation" + } + ], + "index": 5 + }, + { + "bbox": [ + 145, + 153, + 241, + 167 + ], + "spans": [ + { + "bbox": [ + 145, + 153, + 161, + 167 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 162, + 154, + 225, + 166 + ], + "score": 0.9, + "content": "j \\in ( 1 , \\ldots , M )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 153, + 241, + 167 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 160, + 164, + 245, + 178 + ], + "spans": [ + { + "bbox": [ + 160, + 164, + 192, + 178 + ], + "score": 1.0, + "content": "sample", + "type": "text" + }, + { + "bbox": [ + 192, + 165, + 245, + 177 + ], + "score": 0.89, + "content": "z _ { i } \\sim q ( z _ { i } | \\bar { z } _ { i } )", + "type": "inline_equation" + } + ], + "index": 7 + }, + { + "bbox": [ + 160, + 175, + 268, + 187 + ], + "spans": [ + { + "bbox": [ + 160, + 175, + 192, + 187 + ], + "score": 1.0, + "content": "sample", + "type": "text" + }, + { + "bbox": [ + 192, + 177, + 268, + 187 + ], + "score": 0.59, + "content": "u \\sim \\mathrm { U n i f o r m } ( 0 , 1 )", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 160, + 186, + 260, + 199 + ], + "spans": [ + { + "bbox": [ + 160, + 186, + 198, + 199 + ], + "score": 1.0, + "content": "compute", + "type": "text" + }, + { + "bbox": [ + 198, + 187, + 234, + 199 + ], + "score": 0.91, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 186, + 260, + 199 + ], + "score": 1.0, + "content": "in (7)", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 160, + 197, + 249, + 210 + ], + "spans": [ + { + "bbox": [ + 160, + 197, + 170, + 210 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 170, + 198, + 224, + 209 + ], + "score": 0.89, + "content": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 197, + 249, + 210 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 174, + 209, + 274, + 225 + ], + "spans": [ + { + "bbox": [ + 174, + 209, + 190, + 225 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 190, + 209, + 226, + 224 + ], + "score": 0.91, + "content": "z _ { i , t } ^ { j } = z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 209, + 243, + 225 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 244, + 211, + 274, + 222 + ], + "score": 0.86, + "content": "\\bar { z } _ { i } = z _ { i }", + "type": "inline_equation" + } + ], + "index": 11 + }, + { + "bbox": [ + 160, + 221, + 226, + 252 + ], + "spans": [ + { + "bbox": [ + 160, + 221, + 181, + 235 + ], + "score": 1.0, + "content": "else", + "type": "text" + }, + { + "bbox": [ + 171, + 226, + 189, + 252 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 190, + 231, + 226, + 247 + ], + "score": 0.71, + "content": "z _ { i , t } ^ { j } = \\bar { z } _ { i }", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 160, + 244, + 190, + 257 + ], + "spans": [ + { + "bbox": [ + 160, + 244, + 190, + 257 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 145, + 255, + 180, + 268 + ], + "spans": [ + { + "bbox": [ + 145, + 255, + 180, + 268 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 145, + 262, + 245, + 285 + ], + "spans": [ + { + "bbox": [ + 145, + 262, + 159, + 285 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 160, + 266, + 245, + 281 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )", + "type": "inline_equation" + } + ], + "index": 15 + }, + { + "bbox": [ + 131, + 278, + 165, + 290 + ], + "spans": [ + { + "bbox": [ + 131, + 278, + 165, + 290 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 131, + 288, + 183, + 302 + ], + "spans": [ + { + "bbox": [ + 131, + 288, + 183, + 302 + ], + "score": 1.0, + "content": "compute (8)", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 130, + 298, + 264, + 313 + ], + "spans": [ + { + "bbox": [ + 130, + 298, + 196, + 313 + ], + "score": 1.0, + "content": "compute (9) for", + "type": "text" + }, + { + "bbox": [ + 197, + 300, + 264, + 312 + ], + "score": 0.42, + "content": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 129, + 310, + 298, + 324 + ], + "spans": [ + { + "bbox": [ + 129, + 310, + 168, + 324 + ], + "score": 1.0, + "content": "compute", + "type": "text" + }, + { + "bbox": [ + 168, + 312, + 256, + 323 + ], + "score": 0.81, + "content": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 310, + 272, + 324 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 272, + 311, + 298, + 322 + ], + "score": 0.63, + "content": "k \\in { \\mathord { \\mathbb { Z } } }", + "type": "inline_equation" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 321, + 150, + 333 + ], + "spans": [ + { + "bbox": [ + 115, + 321, + 150, + 333 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 86, + 356, + 505, + 411 + ], + "lines": [ + { + "bbox": [ + 86, + 355, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 86, + 358, + 100, + 367 + ], + "score": 1.0, + "content": "148", + "type": "text" + }, + { + "bbox": [ + 105, + 355, + 181, + 368 + ], + "score": 1.0, + "content": "Optimal proposal", + "type": "text" + }, + { + "bbox": [ + 182, + 357, + 197, + 367 + ], + "score": 0.6, + "content": "( O )", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 355, + 352, + 368 + ], + "score": 1.0, + "content": ". The optimal proposal distribution is", + "type": "text" + }, + { + "bbox": [ + 353, + 356, + 478, + 368 + ], + "score": 0.91, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : = q ( z _ { i } ) : = p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 355, + 505, + 368 + ], + "score": 1.0, + "content": ". This", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 86, + 366, + 504, + 379 + ], + "spans": [ + { + "bbox": [ + 86, + 369, + 99, + 378 + ], + "score": 1.0, + "content": "149", + "type": "text" + }, + { + "bbox": [ + 105, + 366, + 299, + 379 + ], + "score": 1.0, + "content": "ensures that the acceptance rate (7) is always", + "type": "text" + }, + { + "bbox": [ + 299, + 367, + 357, + 379 + ], + "score": 0.92, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 366, + 493, + 379 + ], + "score": 1.0, + "content": ". However, the need to perform", + "type": "text" + }, + { + "bbox": [ + 493, + 367, + 504, + 377 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 86, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 86, + 380, + 100, + 389 + ], + "score": 1.0, + "content": "150", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 211, + 391 + ], + "score": 1.0, + "content": "expensive evaluations of", + "type": "text" + }, + { + "bbox": [ + 211, + 378, + 251, + 390 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 378, + 346, + 391 + ], + "score": 1.0, + "content": "before sampling from", + "type": "text" + }, + { + "bbox": [ + 347, + 378, + 385, + 390 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "is the reason we resorted to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 85, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 85, + 390, + 100, + 401 + ], + "score": 1.0, + "content": "151", + "type": "text" + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "the MH sampler in the first place. We consider this case only to set the upper limit on admissible", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 399, + 427, + 413 + ], + "spans": [ + { + "bbox": [ + 86, + 401, + 100, + 412 + ], + "score": 1.0, + "content": "152", + "type": "text" + }, + { + "bbox": [ + 105, + 399, + 427, + 413 + ], + "score": 1.0, + "content": "computational cost and to study the impact of sub-optimal proposal distribtions.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 87, + 416, + 506, + 450 + ], + "lines": [ + { + "bbox": [ + 86, + 415, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 86, + 417, + 100, + 428 + ], + "score": 1.0, + "content": "153", + "type": "text" + }, + { + "bbox": [ + 105, + 415, + 179, + 429 + ], + "score": 1.0, + "content": "Uniform proposal", + "type": "text" + }, + { + "bbox": [ + 180, + 417, + 194, + 427 + ], + "score": 0.61, + "content": "( U )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 415, + 430, + 429 + ], + "score": 1.0, + "content": ". The uniform distribution on the discrete interval from 1 to", + "type": "text" + }, + { + "bbox": [ + 430, + 416, + 440, + 426 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 415, + 459, + 429 + ], + "score": 1.0, + "content": ", i.e.", + "type": "text" + }, + { + "bbox": [ + 459, + 416, + 505, + 428 + ], + "score": 0.91, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : =", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 86, + 427, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 86, + 429, + 100, + 438 + ], + "score": 1.0, + "content": "154", + "type": "text" + }, + { + "bbox": [ + 106, + 427, + 209, + 439 + ], + "score": 0.91, + "content": "q ( z _ { i } ) : = \\mathrm { U n i f o r m } ( 1 , K )", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 427, + 506, + 440 + ], + "score": 1.0, + "content": ", is the simplest and computationally cheapest variant of the proposal", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 438, + 507, + 451 + ], + "spans": [ + { + "bbox": [ + 86, + 440, + 100, + 449 + ], + "score": 1.0, + "content": "155", + "type": "text" + }, + { + "bbox": [ + 105, + 438, + 492, + 451 + ], + "score": 1.0, + "content": "distribution. However, due to poor mixing properties, the algorithm may converge slowly for high", + "type": "text" + }, + { + "bbox": [ + 493, + 438, + 503, + 448 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 438, + 507, + 451 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27 + }, + { + "type": "text", + "bbox": [ + 86, + 454, + 506, + 605 + ], + "lines": [ + { + "bbox": [ + 86, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 86, + 456, + 100, + 466 + ], + "score": 1.0, + "content": "156", + "type": "text" + }, + { + "bbox": [ + 105, + 454, + 241, + 468 + ], + "score": 1.0, + "content": "Tabular proposal with forgetting", + "type": "text" + }, + { + "bbox": [ + 241, + 455, + 260, + 466 + ], + "score": 0.66, + "content": "( T F )", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 454, + 506, + 468 + ], + "score": 1.0, + "content": ". The key requirement to design a proposal distribution is to", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 86, + 466, + 100, + 477 + ], + "score": 1.0, + "content": "157", + "type": "text" + }, + { + "bbox": [ + 104, + 464, + 378, + 478 + ], + "score": 1.0, + "content": "restrict its computational complexity somewhere between that of the", + "type": "text" + }, + { + "bbox": [ + 378, + 466, + 387, + 475 + ], + "score": 0.41, + "content": "\\mathrm { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 464, + 404, + 478 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 404, + 466, + 413, + 475 + ], + "score": 0.38, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 464, + 506, + 478 + ], + "score": 1.0, + "content": "proposals. One way to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 86, + 475, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 86, + 478, + 100, + 489 + ], + "score": 1.0, + "content": "158", + "type": "text" + }, + { + "bbox": [ + 105, + 475, + 303, + 491 + ], + "score": 1.0, + "content": "satisfy this constraint is to use the Markov chain,", + "type": "text" + }, + { + "bbox": [ + 304, + 475, + 339, + 489 + ], + "score": 0.94, + "content": "( z _ { i , t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 475, + 452, + 491 + ], + "score": 1.0, + "content": ", to learn a transition kernel,", + "type": "text" + }, + { + "bbox": [ + 452, + 476, + 484, + 488 + ], + "score": 0.92, + "content": "p ( z _ { i } | \\bar { z } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 475, + 507, + 491 + ], + "score": 1.0, + "content": ", see,", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 86, + 487, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 86, + 489, + 100, + 500 + ], + "score": 1.0, + "content": "159", + "type": "text" + }, + { + "bbox": [ + 104, + 487, + 363, + 501 + ], + "score": 1.0, + "content": "e.g. [3]. Unfortunately, this would require us to store a table with", + "type": "text" + }, + { + "bbox": [ + 363, + 488, + 378, + 498 + ], + "score": 0.89, + "content": "K ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 487, + 442, + 501 + ], + "score": 1.0, + "content": "entries for each", + "type": "text" + }, + { + "bbox": [ + 442, + 489, + 502, + 500 + ], + "score": 0.9, + "content": "i \\in ( 1 , \\ldots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 487, + 507, + 501 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 498, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 86, + 500, + 100, + 525 + ], + "score": 1.0, + "content": "160 161", + "type": "text" + }, + { + "bbox": [ + 101, + 498, + 230, + 533 + ], + "score": 1.0, + "content": "which is very demanding evethe Markov chain and define:", + "type": "text" + }, + { + "bbox": [ + 230, + 512, + 349, + 525 + ], + "score": 0.92, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : = q _ { \\alpha _ { i } } ( z _ { i } ) : = \\mathcal { C } ( \\alpha _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 500, + 303, + 509 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 500, + 333, + 509 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 498, + 381, + 533 + ], + "score": 1.0, + "content": "herefore, where", + "type": "text" + }, + { + "bbox": [ + 381, + 510, + 478, + 525 + ], + "score": 0.92, + "content": "\\mathcal { C } ( \\pmb { \\alpha } _ { i } ) \\propto \\Pi _ { k = 1 } ^ { K } \\alpha _ { k , i } ^ { \\bar { 1 ( } z _ { i } = k ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 498, + 506, + 533 + ], + "score": 1.0, + "content": "nce inis the", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 86, + 522, + 502, + 542 + ], + "spans": [ + { + "bbox": [ + 86, + 528, + 100, + 537 + ], + "score": 1.0, + "content": "162", + "type": "text" + }, + { + "bbox": [ + 103, + 522, + 272, + 542 + ], + "score": 1.0, + "content": "categorical distribution with the weights", + "type": "text" + }, + { + "bbox": [ + 273, + 526, + 365, + 538 + ], + "score": 0.9, + "content": "\\pmb { \\alpha } _ { i } : = ( \\alpha _ { 1 , i } , \\dots , \\alpha _ { K , i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 522, + 387, + 542 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 387, + 526, + 502, + 538 + ], + "score": 0.85, + "content": "\\mathcal { L } ( \\pmb { \\alpha } _ { i } ) : = \\Sigma _ { \\tau = 1 } ^ { t } \\log q _ { \\pmb { \\alpha } _ { i } } ( z _ { i , \\tau } )", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 534, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 86, + 538, + 100, + 549 + ], + "score": 1.0, + "content": "163", + "type": "text" + }, + { + "bbox": [ + 104, + 534, + 214, + 552 + ], + "score": 1.0, + "content": "we obtain an estimate of", + "type": "text" + }, + { + "bbox": [ + 215, + 538, + 227, + 548 + ], + "score": 0.86, + "content": "\\alpha _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 534, + 278, + 552 + ], + "score": 1.0, + "content": "at iteration", + "type": "text" + }, + { + "bbox": [ + 278, + 538, + 283, + 547 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 534, + 337, + 552 + ], + "score": 1.0, + "content": "as follows:", + "type": "text" + }, + { + "bbox": [ + 337, + 538, + 479, + 550 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\alpha _ { i , t } : = \\mathrm { \\ a r g m a x } _ { \\alpha _ { i } } \\mathcal L ( \\alpha _ { i } ) \\ = \\ \\frac { n _ { i , t } } { t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 537, + 506, + 549 + ], + "score": 1.0, + "content": "t , with", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 86, + 546, + 507, + 565 + ], + "spans": [ + { + "bbox": [ + 86, + 550, + 100, + 561 + ], + "score": 1.0, + "content": "164", + "type": "text" + }, + { + "bbox": [ + 107, + 549, + 176, + 562 + ], + "score": 0.92, + "content": "n _ { i , t } = \\Sigma _ { \\tau = 1 } ^ { t } \\mathbf { e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 546, + 206, + 565 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 207, + 550, + 218, + 560 + ], + "score": 0.87, + "content": "\\mathbf { e } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 546, + 454, + 565 + ], + "score": 1.0, + "content": "is the standard basis vector (a one-hot vector) with one at", + "type": "text" + }, + { + "bbox": [ + 454, + 550, + 460, + 559 + ], + "score": 0.44, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 546, + 507, + 565 + ], + "score": 1.0, + "content": "th position", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 86, + 559, + 507, + 574 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 100, + 572 + ], + "score": 1.0, + "content": "165", + "type": "text" + }, + { + "bbox": [ + 105, + 559, + 406, + 574 + ], + "score": 1.0, + "content": "and zeros otherwise. This can be further rewritten into a recursive form:", + "type": "text" + }, + { + "bbox": [ + 406, + 561, + 491, + 573 + ], + "score": 0.91, + "content": "n _ { i , t } = n _ { i , t - 1 } + \\mathbf { e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 559, + 507, + 574 + ], + "score": 1.0, + "content": "or,", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 86, + 571, + 507, + 586 + ], + "spans": [ + { + "bbox": [ + 86, + 574, + 100, + 583 + ], + "score": 1.0, + "content": "166", + "type": "text" + }, + { + "bbox": [ + 105, + 571, + 249, + 586 + ], + "score": 1.0, + "content": "using the Robbins-Monro step-size,", + "type": "text" + }, + { + "bbox": [ + 249, + 572, + 406, + 585 + ], + "score": 0.9, + "content": "n _ { i , t } = ( { \\bf 1 } - { \\bf e } _ { z _ { i , t } } \\gamma _ { t } ) \\odot n _ { i , t - 1 } + \\gamma _ { t } { \\bf e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 571, + 507, + 586 + ], + "score": 1.0, + "content": ", where 1 is the vector of", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 86, + 582, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 86, + 584, + 100, + 595 + ], + "score": 1.0, + "content": "167", + "type": "text" + }, + { + "bbox": [ + 105, + 582, + 147, + 596 + ], + "score": 1.0, + "content": "ones, and", + "type": "text" + }, + { + "bbox": [ + 147, + 584, + 157, + 593 + ], + "score": 0.83, + "content": "\\odot", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 582, + 506, + 596 + ], + "score": 1.0, + "content": "is the Hadamard product. We refer to this case simply as “table with forgetting” (TF)", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 86, + 593, + 431, + 607 + ], + "spans": [ + { + "bbox": [ + 86, + 596, + 100, + 605 + ], + "score": 1.0, + "content": "168", + "type": "text" + }, + { + "bbox": [ + 104, + 593, + 202, + 607 + ], + "score": 1.0, + "content": "due to that it represents", + "type": "text" + }, + { + "bbox": [ + 202, + 594, + 234, + 604 + ], + "score": 0.91, + "content": "N \\times K", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 593, + 334, + 607 + ], + "score": 1.0, + "content": "table in the memory and", + "type": "text" + }, + { + "bbox": [ + 334, + 595, + 344, + 605 + ], + "score": 0.86, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 593, + 431, + 607 + ], + "score": 1.0, + "content": "is a forgetting factor.", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 34.5 + }, + { + "type": "title", + "bbox": [ + 89, + 620, + 194, + 633 + ], + "lines": [ + { + "bbox": [ + 84, + 619, + 196, + 635 + ], + "spans": [ + { + "bbox": [ + 84, + 619, + 196, + 635 + ], + "score": 1.0, + "content": "169 5 Related work", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "text", + "bbox": [ + 95, + 645, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 102, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 102, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Stochastic approximation expectation-maximization. The application of SA to prevent the evaluation", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 95, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 95, + 661, + 99, + 665 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 105, + 657, + 130, + 668 + ], + "score": 1.0, + "content": "of all", + "type": "text" + }, + { + "bbox": [ + 130, + 657, + 140, + 666 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "components in mixture models has been overlooked for a long time. The reason is that the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 93, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 93, + 671, + 99, + 677 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "original motivation to combine the EM algorithm with SA is to address the analytical intractability", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 93, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 93, + 681, + 99, + 688 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 221, + 690 + ], + "score": 1.0, + "content": "of the expected value under", + "type": "text" + }, + { + "bbox": [ + 221, + 680, + 252, + 690 + ], + "score": 0.95, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "in (4), which is, however, almost always tractable for mixture", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 93, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 93, + 692, + 99, + 698 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 104, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "models. The intractability issue is addressed by either the Monte Carlo SAEM (MCSAEM) [12]", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 93, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 93, + 704, + 99, + 709 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 104, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "or the Markov chain Monte Carlo SAEM (MCMCSAEM) [31]. Applying the former approach to", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 93, + 710, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 93, + 714, + 99, + 721 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 104, + 710, + 321, + 723 + ], + "score": 1.0, + "content": "mixture models would be inefficient, since it evaluates", + "type": "text" + }, + { + "bbox": [ + 321, + 713, + 331, + 721 + ], + "score": 0.86, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 710, + 406, + 723 + ], + "score": 1.0, + "content": "joint distributions,", + "type": "text" + }, + { + "bbox": [ + 406, + 711, + 439, + 723 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 710, + 505, + 723 + ], + "score": 1.0, + "content": ", before drawing", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 753 + ], + "score": 1.0, + "content": "5", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 73, + 312, + 84 + ], + "lines": [ + { + "bbox": [ + 106, + 71, + 314, + 87 + ], + "spans": [ + { + "bbox": [ + 106, + 71, + 314, + 87 + ], + "score": 1.0, + "content": "Algorithm 1 The generalized MHSAEM algorithm", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 106, + 86, + 482, + 334 + ], + "lines": [ + { + "bbox": [ + 105, + 84, + 225, + 102 + ], + "spans": [ + { + "bbox": [ + 105, + 84, + 138, + 102 + ], + "score": 1.0, + "content": "Input:", + "type": "text" + }, + { + "bbox": [ + 138, + 87, + 149, + 99 + ], + "score": 0.64, + "content": "\\theta _ { 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 84, + 153, + 102 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 153, + 86, + 190, + 99 + ], + "score": 0.49, + "content": "( \\mathbf { z } _ { i , 0 } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 84, + 194, + 102 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 194, + 86, + 225, + 100 + ], + "score": 0.68, + "content": "( \\mathbf { x } _ { i } ) _ { i = 1 } ^ { N }", + "type": "inline_equation" + } + ], + "index": 0, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 97, + 177, + 114 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 146, + 114 + ], + "score": 1.0, + "content": "Output:", + "type": "text" + }, + { + "bbox": [ + 146, + 99, + 177, + 111 + ], + "score": 0.78, + "content": "( \\theta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + } + ], + "index": 1, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 115, + 110, + 288, + 123 + ], + "spans": [ + { + "bbox": [ + 115, + 110, + 131, + 123 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 132, + 111, + 190, + 122 + ], + "score": 0.91, + "content": "t \\in ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 110, + 288, + 123 + ], + "score": 1.0, + "content": "or until convergence do", + "type": "text" + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 129, + 120, + 477, + 135 + ], + "spans": [ + { + "bbox": [ + 129, + 120, + 181, + 135 + ], + "score": 1.0, + "content": "form the set", + "type": "text" + }, + { + "bbox": [ + 181, + 121, + 231, + 135 + ], + "score": 0.93, + "content": "\\dot { I } = ( i _ { j } ) _ { j = 1 } ^ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 231, + 120, + 374, + 135 + ], + "score": 1.0, + "content": "by sampling (without replacement)", + "type": "text" + }, + { + "bbox": [ + 374, + 122, + 384, + 131 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 120, + 415, + 135 + ], + "score": 1.0, + "content": "indices", + "type": "text" + }, + { + "bbox": [ + 416, + 121, + 477, + 133 + ], + "score": 0.9, + "content": "i \\sim ( 1 , \\dots , N )", + "type": "inline_equation" + } + ], + "index": 3 + }, + { + "bbox": [ + 131, + 132, + 183, + 144 + ], + "spans": [ + { + "bbox": [ + 131, + 132, + 146, + 144 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 146, + 133, + 168, + 142 + ], + "score": 0.85, + "content": "i \\in I", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 132, + 183, + 144 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 140, + 282, + 158 + ], + "spans": [ + { + "bbox": [ + 144, + 140, + 159, + 158 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 160, + 144, + 169, + 154 + ], + "score": 0.86, + "content": "\\bar { z } _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 140, + 257, + 158 + ], + "score": 1.0, + "content": "as the last element of", + "type": "text" + }, + { + "bbox": [ + 257, + 145, + 282, + 155 + ], + "score": 0.87, + "content": "\\mathbf { z } _ { i , t - 1 }", + "type": "inline_equation" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 153, + 241, + 167 + ], + "spans": [ + { + "bbox": [ + 145, + 153, + 161, + 167 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 162, + 154, + 225, + 166 + ], + "score": 0.9, + "content": "j \\in ( 1 , \\ldots , M )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 153, + 241, + 167 + ], + "score": 1.0, + "content": "do", + "type": "text" + } + ], + "index": 6, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 164, + 245, + 178 + ], + "spans": [ + { + "bbox": [ + 160, + 164, + 192, + 178 + ], + "score": 1.0, + "content": "sample", + "type": "text" + }, + { + "bbox": [ + 192, + 165, + 245, + 177 + ], + "score": 0.89, + "content": "z _ { i } \\sim q ( z _ { i } | \\bar { z } _ { i } )", + "type": "inline_equation" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 175, + 268, + 187 + ], + "spans": [ + { + "bbox": [ + 160, + 175, + 192, + 187 + ], + "score": 1.0, + "content": "sample", + "type": "text" + }, + { + "bbox": [ + 192, + 177, + 268, + 187 + ], + "score": 0.59, + "content": "u \\sim \\mathrm { U n i f o r m } ( 0 , 1 )", + "type": "inline_equation" + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 186, + 260, + 199 + ], + "spans": [ + { + "bbox": [ + 160, + 186, + 198, + 199 + ], + "score": 1.0, + "content": "compute", + "type": "text" + }, + { + "bbox": [ + 198, + 187, + 234, + 199 + ], + "score": 0.91, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 186, + 260, + 199 + ], + "score": 1.0, + "content": "in (7)", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 197, + 249, + 210 + ], + "spans": [ + { + "bbox": [ + 160, + 197, + 170, + 210 + ], + "score": 1.0, + "content": "if", + "type": "text" + }, + { + "bbox": [ + 170, + 198, + 224, + 209 + ], + "score": 0.89, + "content": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 197, + 249, + 210 + ], + "score": 1.0, + "content": "then", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 174, + 209, + 274, + 225 + ], + "spans": [ + { + "bbox": [ + 174, + 209, + 190, + 225 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 190, + 209, + 226, + 224 + ], + "score": 0.91, + "content": "z _ { i , t } ^ { j } = z _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 209, + 243, + 225 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 244, + 211, + 274, + 222 + ], + "score": 0.86, + "content": "\\bar { z } _ { i } = z _ { i }", + "type": "inline_equation" + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 221, + 226, + 252 + ], + "spans": [ + { + "bbox": [ + 160, + 221, + 181, + 235 + ], + "score": 1.0, + "content": "else", + "type": "text" + }, + { + "bbox": [ + 171, + 226, + 189, + 252 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 190, + 231, + 226, + 247 + ], + "score": 0.71, + "content": "z _ { i , t } ^ { j } = \\bar { z } _ { i }", + "type": "inline_equation" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 160, + 244, + 190, + 257 + ], + "spans": [ + { + "bbox": [ + 160, + 244, + 190, + 257 + ], + "score": 1.0, + "content": "end if", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 255, + 180, + 268 + ], + "spans": [ + { + "bbox": [ + 145, + 255, + 180, + 268 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 262, + 245, + 285 + ], + "spans": [ + { + "bbox": [ + 145, + 262, + 159, + 285 + ], + "score": 1.0, + "content": "set", + "type": "text" + }, + { + "bbox": [ + 160, + 266, + 245, + 281 + ], + "score": 0.86, + "content": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )", + "type": "inline_equation" + } + ], + "index": 15, + "is_list_end_line": true + }, + { + "bbox": [ + 131, + 278, + 165, + 290 + ], + "spans": [ + { + "bbox": [ + 131, + 278, + 165, + 290 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 131, + 288, + 183, + 302 + ], + "spans": [ + { + "bbox": [ + 131, + 288, + 183, + 302 + ], + "score": 1.0, + "content": "compute (8)", + "type": "text" + } + ], + "index": 17, + "is_list_end_line": true + }, + { + "bbox": [ + 130, + 298, + 264, + 313 + ], + "spans": [ + { + "bbox": [ + 130, + 298, + 196, + 313 + ], + "score": 1.0, + "content": "compute (9) for", + "type": "text" + }, + { + "bbox": [ + 197, + 300, + 264, + 312 + ], + "score": 0.42, + "content": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )", + "type": "inline_equation" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 129, + 310, + 298, + 324 + ], + "spans": [ + { + "bbox": [ + 129, + 310, + 168, + 324 + ], + "score": 1.0, + "content": "compute", + "type": "text" + }, + { + "bbox": [ + 168, + 312, + 256, + 323 + ], + "score": 0.81, + "content": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 310, + 272, + 324 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 272, + 311, + 298, + 322 + ], + "score": 0.63, + "content": "k \\in { \\mathord { \\mathbb { Z } } }", + "type": "inline_equation" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 115, + 321, + 150, + 333 + ], + "spans": [ + { + "bbox": [ + 115, + 321, + 150, + 333 + ], + "score": 1.0, + "content": "end for", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + } + ], + "index": 10, + "bbox_fs": [ + 105, + 84, + 477, + 333 + ] + }, + { + "type": "index", + "bbox": [ + 86, + 356, + 505, + 411 + ], + "lines": [ + { + "bbox": [ + 86, + 355, + 505, + 368 + ], + "spans": [ + { + "bbox": [ + 86, + 358, + 100, + 367 + ], + "score": 1.0, + "content": "148", + "type": "text" + }, + { + "bbox": [ + 105, + 355, + 181, + 368 + ], + "score": 1.0, + "content": "Optimal proposal", + "type": "text" + }, + { + "bbox": [ + 182, + 357, + 197, + 367 + ], + "score": 0.6, + "content": "( O )", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 355, + 352, + 368 + ], + "score": 1.0, + "content": ". The optimal proposal distribution is", + "type": "text" + }, + { + "bbox": [ + 353, + 356, + 478, + 368 + ], + "score": 0.91, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : = q ( z _ { i } ) : = p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 355, + 505, + 368 + ], + "score": 1.0, + "content": ". This", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 366, + 504, + 379 + ], + "spans": [ + { + "bbox": [ + 86, + 369, + 99, + 378 + ], + "score": 1.0, + "content": "149", + "type": "text" + }, + { + "bbox": [ + 105, + 366, + 299, + 379 + ], + "score": 1.0, + "content": "ensures that the acceptance rate (7) is always", + "type": "text" + }, + { + "bbox": [ + 299, + 367, + 357, + 379 + ], + "score": 0.92, + "content": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 366, + 493, + 379 + ], + "score": 1.0, + "content": ". However, the need to perform", + "type": "text" + }, + { + "bbox": [ + 493, + 367, + 504, + 377 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 86, + 380, + 100, + 389 + ], + "score": 1.0, + "content": "150", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 211, + 391 + ], + "score": 1.0, + "content": "expensive evaluations of", + "type": "text" + }, + { + "bbox": [ + 211, + 378, + 251, + 390 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } , x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 378, + 346, + 391 + ], + "score": 1.0, + "content": "before sampling from", + "type": "text" + }, + { + "bbox": [ + 347, + 378, + 385, + 390 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z _ { i } | x _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "is the reason we resorted to", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 85, + 390, + 100, + 401 + ], + "score": 1.0, + "content": "151", + "type": "text" + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "the MH sampler in the first place. We consider this case only to set the upper limit on admissible", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 399, + 427, + 413 + ], + "spans": [ + { + "bbox": [ + 86, + 401, + 100, + 412 + ], + "score": 1.0, + "content": "152", + "type": "text" + }, + { + "bbox": [ + 105, + 399, + 427, + 413 + ], + "score": 1.0, + "content": "computational cost and to study the impact of sub-optimal proposal distribtions.", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 415, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 86, + 417, + 100, + 428 + ], + "score": 1.0, + "content": "153", + "type": "text" + }, + { + "bbox": [ + 105, + 415, + 179, + 429 + ], + "score": 1.0, + "content": "Uniform proposal", + "type": "text" + }, + { + "bbox": [ + 180, + 417, + 194, + 427 + ], + "score": 0.61, + "content": "( U )", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 415, + 430, + 429 + ], + "score": 1.0, + "content": ". The uniform distribution on the discrete interval from 1 to", + "type": "text" + }, + { + "bbox": [ + 430, + 416, + 440, + 426 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 415, + 459, + 429 + ], + "score": 1.0, + "content": ", i.e.", + "type": "text" + }, + { + "bbox": [ + 459, + 416, + 505, + 428 + ], + "score": 0.91, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : =", + "type": "inline_equation" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 427, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 86, + 429, + 100, + 438 + ], + "score": 1.0, + "content": "154", + "type": "text" + }, + { + "bbox": [ + 106, + 427, + 209, + 439 + ], + "score": 0.91, + "content": "q ( z _ { i } ) : = \\mathrm { U n i f o r m } ( 1 , K )", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 427, + 506, + 440 + ], + "score": 1.0, + "content": ", is the simplest and computationally cheapest variant of the proposal", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 438, + 507, + 451 + ], + "spans": [ + { + "bbox": [ + 86, + 440, + 100, + 449 + ], + "score": 1.0, + "content": "155", + "type": "text" + }, + { + "bbox": [ + 105, + 438, + 492, + 451 + ], + "score": 1.0, + "content": "distribution. However, due to poor mixing properties, the algorithm may converge slowly for high", + "type": "text" + }, + { + "bbox": [ + 493, + 438, + 503, + 448 + ], + "score": 0.82, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 438, + 507, + 451 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 86, + 456, + 100, + 466 + ], + "score": 1.0, + "content": "156", + "type": "text" + }, + { + "bbox": [ + 105, + 454, + 241, + 468 + ], + "score": 1.0, + "content": "Tabular proposal with forgetting", + "type": "text" + }, + { + "bbox": [ + 241, + 455, + 260, + 466 + ], + "score": 0.66, + "content": "( T F )", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 454, + 506, + 468 + ], + "score": 1.0, + "content": ". The key requirement to design a proposal distribution is to", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 86, + 466, + 100, + 477 + ], + "score": 1.0, + "content": "157", + "type": "text" + }, + { + "bbox": [ + 104, + 464, + 378, + 478 + ], + "score": 1.0, + "content": "restrict its computational complexity somewhere between that of the", + "type": "text" + }, + { + "bbox": [ + 378, + 466, + 387, + 475 + ], + "score": 0.41, + "content": "\\mathrm { U }", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 464, + 404, + 478 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 404, + 466, + 413, + 475 + ], + "score": 0.38, + "content": "\\mathrm { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 464, + 506, + 478 + ], + "score": 1.0, + "content": "proposals. One way to", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 475, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 86, + 478, + 100, + 489 + ], + "score": 1.0, + "content": "158", + "type": "text" + }, + { + "bbox": [ + 105, + 475, + 303, + 491 + ], + "score": 1.0, + "content": "satisfy this constraint is to use the Markov chain,", + "type": "text" + }, + { + "bbox": [ + 304, + 475, + 339, + 489 + ], + "score": 0.94, + "content": "( z _ { i , t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 339, + 475, + 452, + 491 + ], + "score": 1.0, + "content": ", to learn a transition kernel,", + "type": "text" + }, + { + "bbox": [ + 452, + 476, + 484, + 488 + ], + "score": 0.92, + "content": "p ( z _ { i } | \\bar { z } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 475, + 507, + 491 + ], + "score": 1.0, + "content": ", see,", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 487, + 507, + 501 + ], + "spans": [ + { + "bbox": [ + 86, + 489, + 100, + 500 + ], + "score": 1.0, + "content": "159", + "type": "text" + }, + { + "bbox": [ + 104, + 487, + 363, + 501 + ], + "score": 1.0, + "content": "e.g. [3]. Unfortunately, this would require us to store a table with", + "type": "text" + }, + { + "bbox": [ + 363, + 488, + 378, + 498 + ], + "score": 0.89, + "content": "K ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 487, + 442, + 501 + ], + "score": 1.0, + "content": "entries for each", + "type": "text" + }, + { + "bbox": [ + 442, + 489, + 502, + 500 + ], + "score": 0.9, + "content": "i \\in ( 1 , \\ldots , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 487, + 507, + 501 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 498, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 86, + 500, + 100, + 525 + ], + "score": 1.0, + "content": "160 161", + "type": "text" + }, + { + "bbox": [ + 101, + 498, + 230, + 533 + ], + "score": 1.0, + "content": "which is very demanding evethe Markov chain and define:", + "type": "text" + }, + { + "bbox": [ + 230, + 512, + 349, + 525 + ], + "score": 0.92, + "content": "q ( z _ { i } | \\bar { z } _ { i } ) : = q _ { \\alpha _ { i } } ( z _ { i } ) : = \\mathcal { C } ( \\alpha _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 500, + 303, + 509 + ], + "score": 0.83, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 323, + 500, + 333, + 509 + ], + "score": 0.8, + "content": "N", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 498, + 381, + 533 + ], + "score": 1.0, + "content": "herefore, where", + "type": "text" + }, + { + "bbox": [ + 381, + 510, + 478, + 525 + ], + "score": 0.92, + "content": "\\mathcal { C } ( \\pmb { \\alpha } _ { i } ) \\propto \\Pi _ { k = 1 } ^ { K } \\alpha _ { k , i } ^ { \\bar { 1 ( } z _ { i } = k ) }", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 498, + 506, + 533 + ], + "score": 1.0, + "content": "nce inis the", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 522, + 502, + 542 + ], + "spans": [ + { + "bbox": [ + 86, + 528, + 100, + 537 + ], + "score": 1.0, + "content": "162", + "type": "text" + }, + { + "bbox": [ + 103, + 522, + 272, + 542 + ], + "score": 1.0, + "content": "categorical distribution with the weights", + "type": "text" + }, + { + "bbox": [ + 273, + 526, + 365, + 538 + ], + "score": 0.9, + "content": "\\pmb { \\alpha } _ { i } : = ( \\alpha _ { 1 , i } , \\dots , \\alpha _ { K , i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 522, + 387, + 542 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 387, + 526, + 502, + 538 + ], + "score": 0.85, + "content": "\\mathcal { L } ( \\pmb { \\alpha } _ { i } ) : = \\Sigma _ { \\tau = 1 } ^ { t } \\log q _ { \\pmb { \\alpha } _ { i } } ( z _ { i , \\tau } )", + "type": "inline_equation" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 534, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 86, + 538, + 100, + 549 + ], + "score": 1.0, + "content": "163", + "type": "text" + }, + { + "bbox": [ + 104, + 534, + 214, + 552 + ], + "score": 1.0, + "content": "we obtain an estimate of", + "type": "text" + }, + { + "bbox": [ + 215, + 538, + 227, + 548 + ], + "score": 0.86, + "content": "\\alpha _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 534, + 278, + 552 + ], + "score": 1.0, + "content": "at iteration", + "type": "text" + }, + { + "bbox": [ + 278, + 538, + 283, + 547 + ], + "score": 0.74, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 534, + 337, + 552 + ], + "score": 1.0, + "content": "as follows:", + "type": "text" + }, + { + "bbox": [ + 337, + 538, + 479, + 550 + ], + "score": 0.88, + "content": "\\begin{array} { r } { \\alpha _ { i , t } : = \\mathrm { \\ a r g m a x } _ { \\alpha _ { i } } \\mathcal L ( \\alpha _ { i } ) \\ = \\ \\frac { n _ { i , t } } { t } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 537, + 506, + 549 + ], + "score": 1.0, + "content": "t , with", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 546, + 507, + 565 + ], + "spans": [ + { + "bbox": [ + 86, + 550, + 100, + 561 + ], + "score": 1.0, + "content": "164", + "type": "text" + }, + { + "bbox": [ + 107, + 549, + 176, + 562 + ], + "score": 0.92, + "content": "n _ { i , t } = \\Sigma _ { \\tau = 1 } ^ { t } \\mathbf { e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 546, + 206, + 565 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 207, + 550, + 218, + 560 + ], + "score": 0.87, + "content": "\\mathbf { e } _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 546, + 454, + 565 + ], + "score": 1.0, + "content": "is the standard basis vector (a one-hot vector) with one at", + "type": "text" + }, + { + "bbox": [ + 454, + 550, + 460, + 559 + ], + "score": 0.44, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 546, + 507, + 565 + ], + "score": 1.0, + "content": "th position", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 559, + 507, + 574 + ], + "spans": [ + { + "bbox": [ + 86, + 561, + 100, + 572 + ], + "score": 1.0, + "content": "165", + "type": "text" + }, + { + "bbox": [ + 105, + 559, + 406, + 574 + ], + "score": 1.0, + "content": "and zeros otherwise. This can be further rewritten into a recursive form:", + "type": "text" + }, + { + "bbox": [ + 406, + 561, + 491, + 573 + ], + "score": 0.91, + "content": "n _ { i , t } = n _ { i , t - 1 } + \\mathbf { e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 491, + 559, + 507, + 574 + ], + "score": 1.0, + "content": "or,", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 571, + 507, + 586 + ], + "spans": [ + { + "bbox": [ + 86, + 574, + 100, + 583 + ], + "score": 1.0, + "content": "166", + "type": "text" + }, + { + "bbox": [ + 105, + 571, + 249, + 586 + ], + "score": 1.0, + "content": "using the Robbins-Monro step-size,", + "type": "text" + }, + { + "bbox": [ + 249, + 572, + 406, + 585 + ], + "score": 0.9, + "content": "n _ { i , t } = ( { \\bf 1 } - { \\bf e } _ { z _ { i , t } } \\gamma _ { t } ) \\odot n _ { i , t - 1 } + \\gamma _ { t } { \\bf e } _ { z _ { i , t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 571, + 507, + 586 + ], + "score": 1.0, + "content": ", where 1 is the vector of", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 582, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 86, + 584, + 100, + 595 + ], + "score": 1.0, + "content": "167", + "type": "text" + }, + { + "bbox": [ + 105, + 582, + 147, + 596 + ], + "score": 1.0, + "content": "ones, and", + "type": "text" + }, + { + "bbox": [ + 147, + 584, + 157, + 593 + ], + "score": 0.83, + "content": "\\odot", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 582, + 506, + 596 + ], + "score": 1.0, + "content": "is the Hadamard product. We refer to this case simply as “table with forgetting” (TF)", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 593, + 431, + 607 + ], + "spans": [ + { + "bbox": [ + 86, + 596, + 100, + 605 + ], + "score": 1.0, + "content": "168", + "type": "text" + }, + { + "bbox": [ + 104, + 593, + 202, + 607 + ], + "score": 1.0, + "content": "due to that it represents", + "type": "text" + }, + { + "bbox": [ + 202, + 594, + 234, + 604 + ], + "score": 0.91, + "content": "N \\times K", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 593, + 334, + 607 + ], + "score": 1.0, + "content": "table in the memory and", + "type": "text" + }, + { + "bbox": [ + 334, + 595, + 344, + 605 + ], + "score": 0.86, + "content": "\\gamma _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 344, + 593, + 431, + 607 + ], + "score": 1.0, + "content": "is a forgetting factor.", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + } + ], + "index": 23, + "bbox_fs": [ + 85, + 355, + 506, + 413 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 416, + 506, + 450 + ], + "lines": [], + "index": 27, + "bbox_fs": [ + 86, + 415, + 507, + 451 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 454, + 506, + 605 + ], + "lines": [], + "index": 34.5, + "bbox_fs": [ + 86, + 454, + 507, + 607 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 89, + 620, + 194, + 633 + ], + "lines": [ + { + "bbox": [ + 84, + 619, + 196, + 635 + ], + "spans": [ + { + "bbox": [ + 84, + 619, + 196, + 635 + ], + "score": 1.0, + "content": "169 5 Related work", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 41 + }, + { + "type": "index", + "bbox": [ + 95, + 645, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 102, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 102, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Stochastic approximation expectation-maximization. The application of SA to prevent the evaluation", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 95, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 95, + 661, + 99, + 665 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 105, + 657, + 130, + 668 + ], + "score": 1.0, + "content": "of all", + "type": "text" + }, + { + "bbox": [ + 130, + 657, + 140, + 666 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "components in mixture models has been overlooked for a long time. The reason is that the", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 667, + 505, + 680 + ], + "spans": [ + { + "bbox": [ + 93, + 671, + 99, + 677 + ], + "score": 1.0, + "content": "72", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 680 + ], + "score": 1.0, + "content": "original motivation to combine the EM algorithm with SA is to address the analytical intractability", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 93, + 681, + 99, + 688 + ], + "score": 1.0, + "content": "73", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 221, + 690 + ], + "score": 1.0, + "content": "of the expected value under", + "type": "text" + }, + { + "bbox": [ + 221, + 680, + 252, + 690 + ], + "score": 0.95, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "in (4), which is, however, almost always tractable for mixture", + "type": "text" + } + ], + "index": 45, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 93, + 692, + 99, + 698 + ], + "score": 1.0, + "content": "74", + "type": "text" + }, + { + "bbox": [ + 104, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "models. The intractability issue is addressed by either the Monte Carlo SAEM (MCSAEM) [12]", + "type": "text" + } + ], + "index": 46, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 699, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 93, + 704, + 99, + 709 + ], + "score": 1.0, + "content": "75", + "type": "text" + }, + { + "bbox": [ + 104, + 699, + 506, + 713 + ], + "score": 1.0, + "content": "or the Markov chain Monte Carlo SAEM (MCMCSAEM) [31]. Applying the former approach to", + "type": "text" + } + ], + "index": 47, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 710, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 93, + 714, + 99, + 721 + ], + "score": 1.0, + "content": "76", + "type": "text" + }, + { + "bbox": [ + 104, + 710, + 321, + 723 + ], + "score": 1.0, + "content": "mixture models would be inefficient, since it evaluates", + "type": "text" + }, + { + "bbox": [ + 321, + 713, + 331, + 721 + ], + "score": 0.86, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 710, + 406, + 723 + ], + "score": 1.0, + "content": "joint distributions,", + "type": "text" + }, + { + "bbox": [ + 406, + 711, + 439, + 723 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 440, + 710, + 505, + 723 + ], + "score": 1.0, + "content": ", before drawing", + "type": "text" + } + ], + "index": 48, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 282, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 86, + 284, + 100, + 294 + ], + "score": 1.0, + "content": "177", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 107, + 284, + 118, + 293 + ], + "score": 0.69, + "content": "M", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 119, + 282, + 174, + 296 + ], + "score": 1.0, + "content": "samples from", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 174, + 283, + 206, + 295 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 207, + 282, + 505, + 296 + ], + "score": 1.0, + "content": ". Therefore, this method reduces only the computational cost of updating the", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 86, + 296, + 99, + 305 + ], + "score": 1.0, + "content": "178", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 294, + 370, + 306 + ], + "score": 1.0, + "content": "sufficient statistics. This is addressed by the latter approach, where", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 371, + 294, + 405, + 304 + ], + "score": 0.91, + "content": "M < K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 406, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "samples from a proposal", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 87, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 87, + 307, + 99, + 316 + ], + "score": 1.0, + "content": "179", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 304, + 157, + 318 + ], + "score": 1.0, + "content": "distribution,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 157, + 305, + 184, + 317 + ], + "score": 0.91, + "content": "q ( z | x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 185, + 304, + 265, + 318 + ], + "score": 1.0, + "content": ", is used to calculate", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 266, + 305, + 299, + 317 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 300, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "and also the sufficient statistics. However, all these", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 86, + 317, + 100, + 328 + ], + "score": 1.0, + "content": "180", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "methods process all data at every iteration, providing only a limited advantage over the conventional", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 326, + 488, + 340 + ], + "spans": [ + { + "bbox": [ + 86, + 328, + 99, + 339 + ], + "score": 1.0, + "content": "181", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 326, + 488, + 340 + ], + "score": 1.0, + "content": "EM algorithm. Minibatch versions of these techniques have recently been proposed [27, 32, 1].", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 343, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 86, + 345, + 99, + 354 + ], + "score": 1.0, + "content": "182", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 343, + 271, + 357 + ], + "score": 1.0, + "content": "All the above methods commonly assume", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 271, + 343, + 304, + 355 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 305, + 343, + 506, + 357 + ], + "score": 1.0, + "content": "belonging to the exponential family. This provides", + "type": "text", + "cross_page": true + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 354, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 86, + 356, + 100, + 365 + ], + "score": 1.0, + "content": "183", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 354, + 506, + 366 + ], + "score": 1.0, + "content": "a convenient, but limiting, property which allows (6) to be computed under a closed-form solution.", + "type": "text", + "cross_page": true + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 363, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 86, + 366, + 100, + 376 + ], + "score": 1.0, + "content": "184", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 363, + 471, + 379 + ], + "score": 1.0, + "content": "The main contribution of our work is to release this restrictive assumption by admitting that", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 471, + 365, + 505, + 377 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation", + "cross_page": true + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 376, + 407, + 389 + ], + "spans": [ + { + "bbox": [ + 86, + 378, + 99, + 387 + ], + "score": 1.0, + "content": "185", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 376, + 145, + 389 + ], + "score": 1.0, + "content": "(and thus", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 146, + 376, + 155, + 387 + ], + "score": 0.76, + "content": "\\mathcal { Q }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 156, + 376, + 407, + 389 + ], + "score": 1.0, + "content": ") is given by possibly complex and intractable transformations.", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 86, + 394, + 100, + 403 + ], + "score": 1.0, + "content": "186", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "Sparse and truncated variational techniques. There is only a small body of methods explicitly", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 403, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 86, + 405, + 100, + 415 + ], + "score": 1.0, + "content": "187", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 403, + 506, + 416 + ], + "score": 1.0, + "content": "reducing the number of evaluated components. Their common aspect is that they follow from the", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 413, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 86, + 416, + 99, + 425 + ], + "score": 1.0, + "content": "188", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 413, + 302, + 427 + ], + "score": 1.0, + "content": "variational framework, where the exact posterior,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 302, + 414, + 334, + 426 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 334, + 413, + 506, + 427 + ], + "score": 1.0, + "content": ", is approximated by a variational posterior,", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 424, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 86, + 427, + 100, + 437 + ], + "score": 1.0, + "content": "189", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 106, + 425, + 134, + 437 + ], + "score": 0.92, + "content": "q ( z | x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 134, + 424, + 466, + 438 + ], + "score": 1.0, + "content": ". This sparse, approximate, posterior is defined over a lower number of components,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 466, + 425, + 502, + 435 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 503, + 424, + 506, + 438 + ], + "score": 1.0, + "content": ",", + "type": "text", + "cross_page": true + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 86, + 438, + 100, + 447 + ], + "score": 1.0, + "content": "190", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "such that only the important components are selected, relying on relaxation of the hard EM algorithm", + "type": "text", + "cross_page": true + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 445, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 86, + 448, + 99, + 459 + ], + "score": 1.0, + "content": "191", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 445, + 190, + 461 + ], + "score": 1.0, + "content": "from taking a single", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 191, + 447, + 221, + 457 + ], + "score": 0.89, + "content": "M = 1", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 222, + 445, + 365, + 461 + ], + "score": 1.0, + "content": "assignment [26] to taking multiple", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 365, + 447, + 402, + 457 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 402, + 445, + 506, + 461 + ], + "score": 1.0, + "content": "assignments. The sparse", + "type": "text", + "cross_page": true + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 86, + 459, + 100, + 469 + ], + "score": 1.0, + "content": "192", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "SAEM (SSAEM) algorithm [24] selects the components by a quick partial sorting of the posterior", + "type": "text", + "cross_page": true + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 468, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 86, + 470, + 100, + 480 + ], + "score": 1.0, + "content": "193", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 468, + 162, + 482 + ], + "score": 1.0, + "content": "probabilities,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 163, + 469, + 194, + 480 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 195, + 468, + 282, + 482 + ], + "score": 1.0, + "content": ". Again, this requires", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 282, + 469, + 293, + 478 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 293, + 468, + 353, + 482 + ], + "score": 1.0, + "content": "evaluations of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 353, + 469, + 387, + 480 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 387, + 468, + 506, + 482 + ], + "score": 1.0, + "content": "before the sorting, thus only", + "type": "text", + "cross_page": true + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 86, + 482, + 100, + 491 + ], + "score": 1.0, + "content": "194", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "reducing the amount of updated statistics. Similarly, the truncated SAEM (TSAEM) algorithm [18]", + "type": "text", + "cross_page": true + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 86, + 492, + 100, + 502 + ], + "score": 1.0, + "content": "195", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 489, + 137, + 503 + ], + "score": 1.0, + "content": "selects", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 137, + 491, + 173, + 501 + ], + "score": 0.9, + "content": "M < K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 173, + 489, + 263, + 503 + ], + "score": 1.0, + "content": "cluster-to-cluster and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 264, + 490, + 300, + 501 + ], + "score": 0.91, + "content": "\\bar { M } < K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 300, + 489, + 506, + 503 + ], + "score": 1.0, + "content": "cluster-to-datapoint minimal Euclidean distances,", + "type": "text", + "cross_page": true + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 86, + 504, + 100, + 513 + ], + "score": 1.0, + "content": "196", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "preventing the problem in the SSAEM algorithm. However, all these distances are evaluated for all", + "type": "text", + "cross_page": true + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 511, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 86, + 514, + 99, + 523 + ], + "score": 1.0, + "content": "197", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 104, + 511, + 285, + 526 + ], + "score": 1.0, + "content": "components in a pairwise manner, leading to", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 285, + 512, + 299, + 522 + ], + "score": 0.89, + "content": "K ^ { 2 }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 300, + 511, + 506, + 526 + ], + "score": 1.0, + "content": "-computational complexity, which makes the saving", + "type": "text", + "cross_page": true + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 523, + 494, + 536 + ], + "spans": [ + { + "bbox": [ + 86, + 525, + 100, + 534 + ], + "score": 1.0, + "content": "198", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 105, + 523, + 315, + 536 + ], + "score": 1.0, + "content": "dubious. Similarly as before, these methods assume", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 316, + 523, + 349, + 535 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 349, + 523, + 494, + 536 + ], + "score": 1.0, + "content": "to belong to the exponential family.", + "type": "text", + "cross_page": true + } + ], + "index": 30, + "is_list_start_line": true + } + ], + "index": 45, + "bbox_fs": [ + 93, + 645, + 506, + 723 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 175, + 73, + 428, + 187 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 175, + 73, + 428, + 187 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 175, + 73, + 428, + 187 + ], + "spans": [ + { + "bbox": [ + 175, + 73, + 428, + 187 + ], + "score": 0.97, + "type": "image", + "image_path": "0c516376ee7ecf27c7edaec6674fb19224d829bc10798ac37d421adee064aa0e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 175, + 73, + 428, + 111.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 175, + 111.0, + 428, + 149.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 175, + 149.0, + 428, + 187.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 198, + 505, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 255, + 211 + ], + "score": 1.0, + "content": "Figure 1: The training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 255, + 198, + 279, + 210 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 198, + 505, + 211 + ], + "score": 1.0, + "content": ", versus the computational time (in seconds). Here, on the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 113, + 219 + ], + "score": 0.43, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 113, + 209, + 312, + 221 + ], + "score": 1.0, + "content": "-axis, the computational time at a current iteration,", + "type": "text" + }, + { + "bbox": [ + 313, + 210, + 318, + 219 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 209, + 506, + 221 + ], + "score": 1.0, + "content": ", is obtained by accumulating the time from the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 249, + 233 + ], + "score": 1.0, + "content": "previous iterations. corresponds to", + "type": "text" + }, + { + "bbox": [ + 249, + 219, + 280, + 232 + ], + "score": 0.93, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 219, + 309, + 233 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 310, + 221, + 323, + 231 + ], + "score": 0.88, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 219, + 428, + 233 + ], + "score": 1.0, + "content": "is the iteration of reaching", + "type": "text" + }, + { + "bbox": [ + 428, + 220, + 448, + 231 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 219, + 479, + 233 + ], + "score": 1.0, + "content": "of max", + "type": "text" + }, + { + "bbox": [ + 479, + 219, + 502, + 232 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 219, + 506, + 233 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 179, + 245 + ], + "score": 1.0, + "content": "The projection of", + "type": "text" + }, + { + "bbox": [ + 179, + 232, + 186, + 240 + ], + "score": 0.35, + "content": "^ { \\circ }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 230, + 214, + 245 + ], + "score": 1.0, + "content": "on the", + "type": "text" + }, + { + "bbox": [ + 214, + 232, + 221, + 241 + ], + "score": 0.67, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 230, + 336, + 245 + ], + "score": 1.0, + "content": "-axis gives the time to reach", + "type": "text" + }, + { + "bbox": [ + 337, + 231, + 367, + 243 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 230, + 506, + 245 + ], + "score": 1.0, + "content": ". This experiment was performed", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 221, + 254 + ], + "score": 1.0, + "content": "with the following settings:", + "type": "text" + }, + { + "bbox": [ + 222, + 241, + 452, + 254 + ], + "score": 0.85, + "content": "( D , \\bar { K } , N , \\omega , B , M , T ) = ( 1 0 , 1 0 0 , 1 0 k , 0 . 1 , \\bar { 2 } 0 0 , 2 , 2 0 k )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 241, + 506, + 254 + ], + "score": 1.0, + "content": ", see Section", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 252, + 350, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 350, + 265 + ], + "score": 1.0, + "content": "6.1 for details. The results are averaged over five repetitions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 87, + 282, + 505, + 338 + ], + "lines": [ + { + "bbox": [ + 86, + 282, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 86, + 284, + 100, + 294 + ], + "score": 1.0, + "content": "177", + "type": "text" + }, + { + "bbox": [ + 107, + 284, + 118, + 293 + ], + "score": 0.69, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 282, + 174, + 296 + ], + "score": 1.0, + "content": "samples from", + "type": "text" + }, + { + "bbox": [ + 174, + 283, + 206, + 295 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 207, + 282, + 505, + 296 + ], + "score": 1.0, + "content": ". Therefore, this method reduces only the computational cost of updating the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 86, + 294, + 505, + 306 + ], + "spans": [ + { + "bbox": [ + 86, + 296, + 99, + 305 + ], + "score": 1.0, + "content": "178", + "type": "text" + }, + { + "bbox": [ + 106, + 294, + 370, + 306 + ], + "score": 1.0, + "content": "sufficient statistics. This is addressed by the latter approach, where", + "type": "text" + }, + { + "bbox": [ + 371, + 294, + 405, + 304 + ], + "score": 0.91, + "content": "M < K", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 294, + 505, + 306 + ], + "score": 1.0, + "content": "samples from a proposal", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 87, + 304, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 87, + 307, + 99, + 316 + ], + "score": 1.0, + "content": "179", + "type": "text" + }, + { + "bbox": [ + 105, + 304, + 157, + 318 + ], + "score": 1.0, + "content": "distribution,", + "type": "text" + }, + { + "bbox": [ + 157, + 305, + 184, + 317 + ], + "score": 0.91, + "content": "q ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 185, + 304, + 265, + 318 + ], + "score": 1.0, + "content": ", is used to calculate", + "type": "text" + }, + { + "bbox": [ + 266, + 305, + 299, + 317 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 304, + 505, + 318 + ], + "score": 1.0, + "content": "and also the sufficient statistics. However, all these", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 86, + 316, + 505, + 328 + ], + "spans": [ + { + "bbox": [ + 86, + 317, + 100, + 328 + ], + "score": 1.0, + "content": "180", + "type": "text" + }, + { + "bbox": [ + 105, + 316, + 505, + 328 + ], + "score": 1.0, + "content": "methods process all data at every iteration, providing only a limited advantage over the conventional", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 86, + 326, + 488, + 340 + ], + "spans": [ + { + "bbox": [ + 86, + 328, + 99, + 339 + ], + "score": 1.0, + "content": "181", + "type": "text" + }, + { + "bbox": [ + 105, + 326, + 488, + 340 + ], + "score": 1.0, + "content": "EM algorithm. Minibatch versions of these techniques have recently been proposed [27, 32, 1].", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 87, + 343, + 505, + 387 + ], + "lines": [ + { + "bbox": [ + 86, + 343, + 506, + 357 + ], + "spans": [ + { + "bbox": [ + 86, + 345, + 99, + 354 + ], + "score": 1.0, + "content": "182", + "type": "text" + }, + { + "bbox": [ + 105, + 343, + 271, + 357 + ], + "score": 1.0, + "content": "All the above methods commonly assume", + "type": "text" + }, + { + "bbox": [ + 271, + 343, + 304, + 355 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 343, + 506, + 357 + ], + "score": 1.0, + "content": "belonging to the exponential family. This provides", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 86, + 354, + 506, + 366 + ], + "spans": [ + { + "bbox": [ + 86, + 356, + 100, + 365 + ], + "score": 1.0, + "content": "183", + "type": "text" + }, + { + "bbox": [ + 105, + 354, + 506, + 366 + ], + "score": 1.0, + "content": "a convenient, but limiting, property which allows (6) to be computed under a closed-form solution.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 86, + 363, + 505, + 379 + ], + "spans": [ + { + "bbox": [ + 86, + 366, + 100, + 376 + ], + "score": 1.0, + "content": "184", + "type": "text" + }, + { + "bbox": [ + 105, + 363, + 471, + 379 + ], + "score": 1.0, + "content": "The main contribution of our work is to release this restrictive assumption by admitting that", + "type": "text" + }, + { + "bbox": [ + 471, + 365, + 505, + 377 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 86, + 376, + 407, + 389 + ], + "spans": [ + { + "bbox": [ + 86, + 378, + 99, + 387 + ], + "score": 1.0, + "content": "185", + "type": "text" + }, + { + "bbox": [ + 105, + 376, + 145, + 389 + ], + "score": 1.0, + "content": "(and thus", + "type": "text" + }, + { + "bbox": [ + 146, + 376, + 155, + 387 + ], + "score": 0.76, + "content": "\\mathcal { Q }", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 376, + 407, + 389 + ], + "score": 1.0, + "content": ") is given by possibly complex and intractable transformations.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 86, + 392, + 506, + 534 + ], + "lines": [ + { + "bbox": [ + 86, + 392, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 86, + 394, + 100, + 403 + ], + "score": 1.0, + "content": "186", + "type": "text" + }, + { + "bbox": [ + 105, + 392, + 505, + 404 + ], + "score": 1.0, + "content": "Sparse and truncated variational techniques. There is only a small body of methods explicitly", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 86, + 403, + 506, + 416 + ], + "spans": [ + { + "bbox": [ + 86, + 405, + 100, + 415 + ], + "score": 1.0, + "content": "187", + "type": "text" + }, + { + "bbox": [ + 105, + 403, + 506, + 416 + ], + "score": 1.0, + "content": "reducing the number of evaluated components. Their common aspect is that they follow from the", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 86, + 413, + 506, + 427 + ], + "spans": [ + { + "bbox": [ + 86, + 416, + 99, + 425 + ], + "score": 1.0, + "content": "188", + "type": "text" + }, + { + "bbox": [ + 105, + 413, + 302, + 427 + ], + "score": 1.0, + "content": "variational framework, where the exact posterior,", + "type": "text" + }, + { + "bbox": [ + 302, + 414, + 334, + 426 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 413, + 506, + 427 + ], + "score": 1.0, + "content": ", is approximated by a variational posterior,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 86, + 424, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 86, + 427, + 100, + 437 + ], + "score": 1.0, + "content": "189", + "type": "text" + }, + { + "bbox": [ + 106, + 425, + 134, + 437 + ], + "score": 0.92, + "content": "q ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 424, + 466, + 438 + ], + "score": 1.0, + "content": ". This sparse, approximate, posterior is defined over a lower number of components,", + "type": "text" + }, + { + "bbox": [ + 466, + 425, + 502, + 435 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 424, + 506, + 438 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 86, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 86, + 438, + 100, + 447 + ], + "score": 1.0, + "content": "190", + "type": "text" + }, + { + "bbox": [ + 105, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "such that only the important components are selected, relying on relaxation of the hard EM algorithm", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 86, + 445, + 506, + 461 + ], + "spans": [ + { + "bbox": [ + 86, + 448, + 99, + 459 + ], + "score": 1.0, + "content": "191", + "type": "text" + }, + { + "bbox": [ + 105, + 445, + 190, + 461 + ], + "score": 1.0, + "content": "from taking a single", + "type": "text" + }, + { + "bbox": [ + 191, + 447, + 221, + 457 + ], + "score": 0.89, + "content": "M = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 222, + 445, + 365, + 461 + ], + "score": 1.0, + "content": "assignment [26] to taking multiple", + "type": "text" + }, + { + "bbox": [ + 365, + 447, + 402, + 457 + ], + "score": 0.9, + "content": "M \\ll K", + "type": "inline_equation" + }, + { + "bbox": [ + 402, + 445, + 506, + 461 + ], + "score": 1.0, + "content": "assignments. The sparse", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 86, + 457, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 86, + 459, + 100, + 469 + ], + "score": 1.0, + "content": "192", + "type": "text" + }, + { + "bbox": [ + 105, + 457, + 506, + 470 + ], + "score": 1.0, + "content": "SAEM (SSAEM) algorithm [24] selects the components by a quick partial sorting of the posterior", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 468, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 86, + 470, + 100, + 480 + ], + "score": 1.0, + "content": "193", + "type": "text" + }, + { + "bbox": [ + 105, + 468, + 162, + 482 + ], + "score": 1.0, + "content": "probabilities,", + "type": "text" + }, + { + "bbox": [ + 163, + 469, + 194, + 480 + ], + "score": 0.92, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 468, + 282, + 482 + ], + "score": 1.0, + "content": ". Again, this requires", + "type": "text" + }, + { + "bbox": [ + 282, + 469, + 293, + 478 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 468, + 353, + 482 + ], + "score": 1.0, + "content": "evaluations of", + "type": "text" + }, + { + "bbox": [ + 353, + 469, + 387, + 480 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 387, + 468, + 506, + 482 + ], + "score": 1.0, + "content": "before the sorting, thus only", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 478, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 86, + 482, + 100, + 491 + ], + "score": 1.0, + "content": "194", + "type": "text" + }, + { + "bbox": [ + 104, + 478, + 506, + 493 + ], + "score": 1.0, + "content": "reducing the amount of updated statistics. Similarly, the truncated SAEM (TSAEM) algorithm [18]", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 86, + 489, + 506, + 503 + ], + "spans": [ + { + "bbox": [ + 86, + 492, + 100, + 502 + ], + "score": 1.0, + "content": "195", + "type": "text" + }, + { + "bbox": [ + 105, + 489, + 137, + 503 + ], + "score": 1.0, + "content": "selects", + "type": "text" + }, + { + "bbox": [ + 137, + 491, + 173, + 501 + ], + "score": 0.9, + "content": "M < K", + "type": "inline_equation" + }, + { + "bbox": [ + 173, + 489, + 263, + 503 + ], + "score": 1.0, + "content": "cluster-to-cluster and", + "type": "text" + }, + { + "bbox": [ + 264, + 490, + 300, + 501 + ], + "score": 0.91, + "content": "\\bar { M } < K", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 489, + 506, + 503 + ], + "score": 1.0, + "content": "cluster-to-datapoint minimal Euclidean distances,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 86, + 504, + 100, + 513 + ], + "score": 1.0, + "content": "196", + "type": "text" + }, + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "preventing the problem in the SSAEM algorithm. However, all these distances are evaluated for all", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 511, + 506, + 526 + ], + "spans": [ + { + "bbox": [ + 86, + 514, + 99, + 523 + ], + "score": 1.0, + "content": "197", + "type": "text" + }, + { + "bbox": [ + 104, + 511, + 285, + 526 + ], + "score": 1.0, + "content": "components in a pairwise manner, leading to", + "type": "text" + }, + { + "bbox": [ + 285, + 512, + 299, + 522 + ], + "score": 0.89, + "content": "K ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 511, + 506, + 526 + ], + "score": 1.0, + "content": "-computational complexity, which makes the saving", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 523, + 494, + 536 + ], + "spans": [ + { + "bbox": [ + 86, + 525, + 100, + 534 + ], + "score": 1.0, + "content": "198", + "type": "text" + }, + { + "bbox": [ + 105, + 523, + 315, + 536 + ], + "score": 1.0, + "content": "dubious. Similarly as before, these methods assume", + "type": "text" + }, + { + "bbox": [ + 316, + 523, + 349, + 535 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z , x )", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 523, + 494, + 536 + ], + "score": 1.0, + "content": "to belong to the exponential family.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 93, + 539, + 446, + 551 + ], + "lines": [ + { + "bbox": [ + 89, + 538, + 448, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 538, + 448, + 552 + ], + "score": 1.0, + "content": "199 We summarize the distinguishing features of the above discussed methods in Table 1.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "title", + "bbox": [ + 102, + 566, + 191, + 579 + ], + "lines": [ + { + "bbox": [ + 104, + 563, + 193, + 584 + ], + "spans": [ + { + "bbox": [ + 104, + 563, + 193, + 584 + ], + "score": 1.0, + "content": "6 Experiments", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "To demonstrate the key features of our algorithm—its low computational complexity, competitive", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 601, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 506, + 613 + ], + "score": 1.0, + "content": "learning performance, and generality—we use it below to train: (i) GMMs on synthetic datasets, and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 613, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 624 + ], + "score": 1.0, + "content": "(ii) SPTNs [47] and (iii) mixtures of real NVP flows [48] on real datasets. All experiments have been", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 623, + 502, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 502, + 635 + ], + "score": 1.0, + "content": "performed on a Slurm cluster equipped with Intel Xeon Scalable Gold 6146 with 384GB of RAM.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5 + }, + { + "type": "title", + "bbox": [ + 105, + 647, + 238, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 646, + 239, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 239, + 659 + ], + "score": 1.0, + "content": "6.1 Gaussian mixture models", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "Consider the special case of a data-generating distribution given by (1), with the components taking", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 676, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 309, + 692 + ], + "score": 1.0, + "content": "the form of the multivariate Gaussian distribution,", + "type": "text" + }, + { + "bbox": [ + 310, + 679, + 413, + 690 + ], + "score": 0.91, + "content": "p _ { \\eta _ { z } } ( x | z ) = \\mathcal { N } ( x ; \\mu _ { z } , \\Sigma _ { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 676, + 443, + 692 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 444, + 680, + 456, + 689 + ], + "score": 0.86, + "content": "\\mu _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 676, + 506, + 692 + ], + "score": 1.0, + "content": "is the mean", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 148, + 702 + ], + "score": 1.0, + "content": "value and", + "type": "text" + }, + { + "bbox": [ + 149, + 689, + 162, + 700 + ], + "score": 0.89, + "content": "\\Sigma _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "is the covariance matrix. The difficulty of learning GMMs heavily depends on the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "degree of interaction among all mixture components, hence having the ability to generate synthetic", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 711, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 724 + ], + "score": 1.0, + "content": "datasets with arbitrary overlap characteristics between all pairs of components is crucial for systematic", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 742, + 309, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 310, + 752 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 175, + 73, + 428, + 187 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 175, + 73, + 428, + 187 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 175, + 73, + 428, + 187 + ], + "spans": [ + { + "bbox": [ + 175, + 73, + 428, + 187 + ], + "score": 0.97, + "type": "image", + "image_path": "0c516376ee7ecf27c7edaec6674fb19224d829bc10798ac37d421adee064aa0e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 175, + 73, + 428, + 111.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 175, + 111.0, + 428, + 149.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 175, + 149.0, + 428, + 187.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 198, + 505, + 264 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 198, + 505, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 255, + 211 + ], + "score": 1.0, + "content": "Figure 1: The training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 255, + 198, + 279, + 210 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 198, + 505, + 211 + ], + "score": 1.0, + "content": ", versus the computational time (in seconds). Here, on the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 113, + 219 + ], + "score": 0.43, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 113, + 209, + 312, + 221 + ], + "score": 1.0, + "content": "-axis, the computational time at a current iteration,", + "type": "text" + }, + { + "bbox": [ + 313, + 210, + 318, + 219 + ], + "score": 0.72, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 318, + 209, + 506, + 221 + ], + "score": 1.0, + "content": ", is obtained by accumulating the time from the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 219, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 249, + 233 + ], + "score": 1.0, + "content": "previous iterations. corresponds to", + "type": "text" + }, + { + "bbox": [ + 249, + 219, + 280, + 232 + ], + "score": 0.93, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 280, + 219, + 309, + 233 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 310, + 221, + 323, + 231 + ], + "score": 0.88, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 219, + 428, + 233 + ], + "score": 1.0, + "content": "is the iteration of reaching", + "type": "text" + }, + { + "bbox": [ + 428, + 220, + 448, + 231 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 219, + 479, + 233 + ], + "score": 1.0, + "content": "of max", + "type": "text" + }, + { + "bbox": [ + 479, + 219, + 502, + 232 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 219, + 506, + 233 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 230, + 506, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 179, + 245 + ], + "score": 1.0, + "content": "The projection of", + "type": "text" + }, + { + "bbox": [ + 179, + 232, + 186, + 240 + ], + "score": 0.35, + "content": "^ { \\circ }", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 230, + 214, + 245 + ], + "score": 1.0, + "content": "on the", + "type": "text" + }, + { + "bbox": [ + 214, + 232, + 221, + 241 + ], + "score": 0.67, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 230, + 336, + 245 + ], + "score": 1.0, + "content": "-axis gives the time to reach", + "type": "text" + }, + { + "bbox": [ + 337, + 231, + 367, + 243 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 230, + 506, + 245 + ], + "score": 1.0, + "content": ". This experiment was performed", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 241, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 241, + 221, + 254 + ], + "score": 1.0, + "content": "with the following settings:", + "type": "text" + }, + { + "bbox": [ + 222, + 241, + 452, + 254 + ], + "score": 0.85, + "content": "( D , \\bar { K } , N , \\omega , B , M , T ) = ( 1 0 , 1 0 0 , 1 0 k , 0 . 1 , \\bar { 2 } 0 0 , 2 , 2 0 k )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 241, + 506, + 254 + ], + "score": 1.0, + "content": ", see Section", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 252, + 350, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 350, + 265 + ], + "score": 1.0, + "content": "6.1 for details. The results are averaged over five repetitions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "index", + "bbox": [ + 87, + 282, + 505, + 338 + ], + "lines": [], + "index": 11, + "bbox_fs": [ + 86, + 282, + 505, + 340 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 87, + 343, + 505, + 387 + ], + "lines": [], + "index": 15.5, + "bbox_fs": [ + 86, + 343, + 506, + 389 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 392, + 506, + 534 + ], + "lines": [], + "index": 24, + "bbox_fs": [ + 86, + 392, + 506, + 536 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 93, + 539, + 446, + 551 + ], + "lines": [ + { + "bbox": [ + 89, + 538, + 448, + 552 + ], + "spans": [ + { + "bbox": [ + 89, + 538, + 448, + 552 + ], + "score": 1.0, + "content": "199 We summarize the distinguishing features of the above discussed methods in Table 1.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 89, + 538, + 448, + 552 + ] + }, + { + "type": "title", + "bbox": [ + 102, + 566, + 191, + 579 + ], + "lines": [ + { + "bbox": [ + 104, + 563, + 193, + 584 + ], + "spans": [ + { + "bbox": [ + 104, + 563, + 193, + 584 + ], + "score": 1.0, + "content": "6 Experiments", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 505, + 634 + ], + "lines": [ + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 603 + ], + "score": 1.0, + "content": "To demonstrate the key features of our algorithm—its low computational complexity, competitive", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 601, + 506, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 601, + 506, + 613 + ], + "score": 1.0, + "content": "learning performance, and generality—we use it below to train: (i) GMMs on synthetic datasets, and", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 613, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 613, + 505, + 624 + ], + "score": 1.0, + "content": "(ii) SPTNs [47] and (iii) mixtures of real NVP flows [48] on real datasets. All experiments have been", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 623, + 502, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 502, + 635 + ], + "score": 1.0, + "content": "performed on a Slurm cluster equipped with Intel Xeon Scalable Gold 6146 with 384GB of RAM.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 589, + 506, + 635 + ] + }, + { + "type": "title", + "bbox": [ + 105, + 647, + 238, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 646, + 239, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 646, + 239, + 659 + ], + "score": 1.0, + "content": "6.1 Gaussian mixture models", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 37 + }, + { + "type": "text", + "bbox": [ + 106, + 667, + 504, + 722 + ], + "lines": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "Consider the special case of a data-generating distribution given by (1), with the components taking", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 676, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 309, + 692 + ], + "score": 1.0, + "content": "the form of the multivariate Gaussian distribution,", + "type": "text" + }, + { + "bbox": [ + 310, + 679, + 413, + 690 + ], + "score": 0.91, + "content": "p _ { \\eta _ { z } } ( x | z ) = \\mathcal { N } ( x ; \\mu _ { z } , \\Sigma _ { z } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 676, + 443, + 692 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 444, + 680, + 456, + 689 + ], + "score": 0.86, + "content": "\\mu _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 676, + 506, + 692 + ], + "score": 1.0, + "content": "is the mean", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 148, + 702 + ], + "score": 1.0, + "content": "value and", + "type": "text" + }, + { + "bbox": [ + 149, + 689, + 162, + 700 + ], + "score": 0.89, + "content": "\\Sigma _ { z }", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "is the covariance matrix. The difficulty of learning GMMs heavily depends on the", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "degree of interaction among all mixture components, hence having the ability to generate synthetic", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 711, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 505, + 724 + ], + "score": 1.0, + "content": "datasets with arbitrary overlap characteristics between all pairs of components is crucial for systematic", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 666, + 506, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 120, + 71, + 493, + 198 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 120, + 71, + 493, + 198 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 71, + 493, + 198 + ], + "spans": [ + { + "bbox": [ + 120, + 71, + 493, + 198 + ], + "score": 0.97, + "type": "image", + "image_path": "0ced572977ae404a4e785379dc4987ce758b6f6930ca4d73adbe35955ed678b7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 120, + 71, + 493, + 113.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 120, + 113.33333333333334, + 493, + 155.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 120, + 155.66666666666669, + 493, + 198.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 506, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 207, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 221, + 223 + ], + "score": 1.0, + "content": "Figure 2: The absolute error,", + "type": "text" + }, + { + "bbox": [ + 221, + 208, + 314, + 220 + ], + "score": 0.92, + "content": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 207, + 506, + 223 + ], + "score": 1.0, + "content": ", versus the computational time (in seconds). All", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 219, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 270, + 232 + ], + "score": 1.0, + "content": "experiments use the following settings:", + "type": "text" + }, + { + "bbox": [ + 270, + 219, + 502, + 231 + ], + "score": 0.87, + "content": "( D , K , \\dot { N } , \\omega , B , M , T ) = \\bar { ( } 1 0 , 1 0 0 , 1 0 k , 0 . 1 , 2 0 0 , 2 , 2 0 k )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 219, + 507, + 232 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 229, + 507, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 245, + 244 + ], + "score": 1.0, + "content": "where the number of components,", + "type": "text" + }, + { + "bbox": [ + 246, + 231, + 256, + 241 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 229, + 342, + 244 + ], + "score": 1.0, + "content": ", (left), the batchsize,", + "type": "text" + }, + { + "bbox": [ + 343, + 231, + 352, + 241 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 229, + 507, + 244 + ], + "score": 1.0, + "content": ", (middle) and the number of samples,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 107, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 107, + 241, + 118, + 252 + ], + "score": 0.68, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 240, + 312, + 254 + ], + "score": 1.0, + "content": ", (right) change for different values denoted by", + "type": "text" + }, + { + "bbox": [ + 312, + 242, + 351, + 252 + ], + "score": 0.86, + "content": "( + , \\sqsupset , \\circ , \\pmb { \\triangle } )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 240, + 506, + 254 + ], + "score": 1.0, + "content": ". At each of these points (marks), we", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 316, + 265 + ], + "score": 1.0, + "content": "perform an experiment as illustrated in Figure 1, find", + "type": "text" + }, + { + "bbox": [ + 316, + 253, + 347, + 264 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "to compute the AE, and record the time", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 263, + 377, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 176, + 276 + ], + "score": 1.0, + "content": "corresponding to", + "type": "text" + }, + { + "bbox": [ + 176, + 264, + 189, + 275 + ], + "score": 0.85, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 263, + 377, + 276 + ], + "score": 1.0, + "content": ". The results are averaged over five repetitions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "text", + "bbox": [ + 86, + 307, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 85, + 306, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 85, + 309, + 99, + 319 + ], + "score": 1.0, + "content": "211", + "type": "text" + }, + { + "bbox": [ + 104, + 306, + 505, + 320 + ], + "score": 1.0, + "content": "evaluation of performance of learning algorithms [43]. Traditional techniques usually define overlap", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 85, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 85, + 320, + 100, + 330 + ], + "score": 1.0, + "content": "212", + "type": "text" + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "(or separation) of components only in terms of their mean vectors and maximum eigenvalues of the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 85, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 85, + 331, + 100, + 341 + ], + "score": 1.0, + "content": "213", + "type": "text" + }, + { + "bbox": [ + 104, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "covariance matrices, not accounting for their rotation and mixing weights (see [36] for a detailed", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 85, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 85, + 342, + 100, + 351 + ], + "score": 1.0, + "content": "214", + "type": "text" + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "treatment of the problem). We therefore use a more objective measure of the clustering complexity", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 85, + 351, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 85, + 353, + 100, + 362 + ], + "score": 1.0, + "content": "215", + "type": "text" + }, + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "score": 1.0, + "content": "defined by the total probability of misclassification [41], which allows to generate data with a", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 85, + 362, + 323, + 374 + ], + "spans": [ + { + "bbox": [ + 85, + 363, + 100, + 373 + ], + "score": 1.0, + "content": "216", + "type": "text" + }, + { + "bbox": [ + 105, + 362, + 311, + 374 + ], + "score": 1.0, + "content": "user-defined degree of maximum pairwise overlap,", + "type": "text" + }, + { + "bbox": [ + 312, + 364, + 319, + 371 + ], + "score": 0.7, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 362, + 323, + 374 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 86, + 378, + 505, + 445 + ], + "lines": [ + { + "bbox": [ + 86, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 86, + 380, + 100, + 390 + ], + "score": 1.0, + "content": "217", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "Experiment settings: We generate the parameters of (1), and the corresponding dataset, uniquely for a", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 86, + 388, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 86, + 391, + 99, + 400 + ], + "score": 1.0, + "content": "218", + "type": "text" + }, + { + "bbox": [ + 105, + 388, + 173, + 402 + ], + "score": 1.0, + "content": "given quadruple", + "type": "text" + }, + { + "bbox": [ + 173, + 389, + 227, + 401 + ], + "score": 0.92, + "content": "( D , K , N , \\omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 388, + 506, + 402 + ], + "score": 1.0, + "content": ". Therefore, the parameters of the generative model are known and we", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 85, + 399, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 85, + 401, + 100, + 412 + ], + "score": 1.0, + "content": "219", + "type": "text" + }, + { + "bbox": [ + 106, + 400, + 388, + 412 + ], + "score": 1.0, + "content": "can measure and display the convergence of the training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 389, + 399, + 412, + 411 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 400, + 505, + 412 + ], + "score": 1.0, + "content": ", compared to the exact", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 86, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 86, + 412, + 100, + 422 + ], + "score": 1.0, + "content": "220", + "type": "text" + }, + { + "bbox": [ + 106, + 410, + 168, + 423 + ], + "score": 1.0, + "content": "log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 168, + 410, + 188, + 423 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } ) \\dot { }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 410, + 207, + 423 + ], + "score": 1.0, + "content": ", for", + "type": "text" + }, + { + "bbox": [ + 207, + 411, + 266, + 423 + ], + "score": 0.93, + "content": "t = ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 410, + 505, + 423 + ], + "score": 1.0, + "content": ". We are further interested in the absolute error between the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 86, + 421, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 86, + 424, + 99, + 433 + ], + "score": 1.0, + "content": "221", + "type": "text" + }, + { + "bbox": [ + 105, + 421, + 313, + 434 + ], + "score": 1.0, + "content": "training log-likelihood at the iteration of reaching", + "type": "text" + }, + { + "bbox": [ + 313, + 422, + 333, + 432 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 421, + 430, + 434 + ], + "score": 1.0, + "content": "of its maximum value,", + "type": "text" + }, + { + "bbox": [ + 430, + 423, + 444, + 433 + ], + "score": 0.87, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 421, + 506, + 434 + ], + "score": 1.0, + "content": ", and the exact", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 86, + 432, + 282, + 446 + ], + "spans": [ + { + "bbox": [ + 86, + 434, + 99, + 444 + ], + "score": 1.0, + "content": "222", + "type": "text" + }, + { + "bbox": [ + 105, + 432, + 182, + 446 + ], + "score": 1.0, + "content": "log-likelihood, i.e.", + "type": "text" + }, + { + "bbox": [ + 183, + 432, + 278, + 445 + ], + "score": 0.91, + "content": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 432, + 282, + 446 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 96, + 449, + 506, + 482 + ], + "lines": [ + { + "bbox": [ + 93, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 93, + 449, + 334, + 461 + ], + "score": 1.0, + "content": "23 We also measure the computational time until reaching", + "type": "text" + }, + { + "bbox": [ + 335, + 450, + 348, + 460 + ], + "score": 0.87, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 449, + 413, + 461 + ], + "score": 1.0, + "content": ". We have used", + "type": "text" + }, + { + "bbox": [ + 413, + 449, + 433, + 460 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "of the maximum", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 92, + 459, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 92, + 459, + 507, + 473 + ], + "score": 1.0, + "content": "24 value instead of the maximum value to prevent cases, where the model oscillate around target value,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 92, + 470, + 468, + 483 + ], + "spans": [ + { + "bbox": [ + 92, + 470, + 468, + 483 + ], + "score": 1.0, + "content": "25 making the estimate of convergence time very noisy (for example MCSAEM in Figure 1).", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 86, + 487, + 506, + 651 + ], + "lines": [ + { + "bbox": [ + 86, + 487, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 86, + 489, + 99, + 498 + ], + "score": 1.0, + "content": "226", + "type": "text" + }, + { + "bbox": [ + 104, + 487, + 506, + 499 + ], + "score": 1.0, + "content": "Algorithms: The GMMs belong to the exponential family of probability distributions. This allows us", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 86, + 498, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 86, + 500, + 99, + 509 + ], + "score": 1.0, + "content": "227", + "type": "text" + }, + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "score": 1.0, + "content": "to find a closed-form, recursive, solution of (6), relying on a Robbins-Monro type of the step-size", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 507, + 507, + 524 + ], + "spans": [ + { + "bbox": [ + 86, + 511, + 99, + 520 + ], + "score": 1.0, + "content": "228", + "type": "text" + }, + { + "bbox": [ + 104, + 507, + 149, + 524 + ], + "score": 1.0, + "content": "sequence,", + "type": "text" + }, + { + "bbox": [ + 149, + 508, + 180, + 521 + ], + "score": 0.92, + "content": "( \\gamma _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 507, + 507, + 524 + ], + "score": 1.0, + "content": ", [7, 44]. In this setting, we compare our MHSAEM algorithm with a number of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 85, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 85, + 521, + 100, + 532 + ], + "score": 1.0, + "content": "229", + "type": "text" + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "related methods in Table 1. Note we use the acronyms U and TF to specify the proposal distribution of", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 86, + 531, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 86, + 533, + 99, + 542 + ], + "score": 1.0, + "content": "230", + "type": "text" + }, + { + "bbox": [ + 106, + 531, + 506, + 543 + ], + "score": 1.0, + "content": "the MHSAEM algorithm (Section 4.3). However, we do not use the O-proposal, since the MHSAEM-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 86, + 544, + 99, + 553 + ], + "score": 1.0, + "content": "231", + "type": "text" + }, + { + "bbox": [ + 106, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "O algorithm is equivalent to the MCSAEM algorithm. All the SA-variants in Table 1 use a minibatch", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 86, + 555, + 99, + 564 + ], + "score": 1.0, + "content": "232", + "type": "text" + }, + { + "bbox": [ + 105, + 552, + 135, + 565 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 135, + 553, + 144, + 563 + ], + "score": 0.71, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 552, + 506, + 565 + ], + "score": 1.0, + "content": ". The key quantity to reduce the number of evaluated components and/or sufficient statistics", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 85, + 564, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 85, + 565, + 100, + 575 + ], + "score": 1.0, + "content": "233", + "type": "text" + }, + { + "bbox": [ + 105, + 564, + 457, + 576 + ], + "score": 1.0, + "content": "in the SSAEM, TSAEM, MCSAEM and MHSAEM algorithms is collectively denoted by", + "type": "text" + }, + { + "bbox": [ + 457, + 564, + 469, + 574 + ], + "score": 0.69, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 564, + 506, + 576 + ], + "score": 1.0, + "content": "(Section", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 85, + 574, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 85, + 576, + 100, + 586 + ], + "score": 1.0, + "content": "234", + "type": "text" + }, + { + "bbox": [ + 105, + 574, + 228, + 587 + ], + "score": 1.0, + "content": "5). Note that we always keep", + "type": "text" + }, + { + "bbox": [ + 229, + 574, + 266, + 584 + ], + "score": 0.91, + "content": "M = \\bar { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 574, + 506, + 587 + ], + "score": 1.0, + "content": "in the TSAEM algorithm (see Figure 1 and 2 for concrete", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 100, + 596 + ], + "score": 1.0, + "content": "235", + "type": "text" + }, + { + "bbox": [ + 104, + 584, + 277, + 599 + ], + "score": 1.0, + "content": "numbers). We use the step-size given by", + "type": "text" + }, + { + "bbox": [ + 278, + 586, + 308, + 597 + ], + "score": 0.91, + "content": "\\gamma _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 584, + 325, + 599 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 326, + 586, + 383, + 596 + ], + "score": 0.9, + "content": "t = 1 , \\ldots , 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 584, + 402, + 599 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 402, + 585, + 446, + 596 + ], + "score": 0.9, + "content": "\\gamma _ { t } = 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "otherwise. In", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 85, + 595, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 85, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "236", + "type": "text" + }, + { + "bbox": [ + 105, + 595, + 506, + 610 + ], + "score": 1.0, + "content": "this section, to counteract the issue of attaining poor local optima, we equip all algorithms with the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 605, + 507, + 622 + ], + "spans": [ + { + "bbox": [ + 86, + 609, + 99, + 618 + ], + "score": 1.0, + "content": "237", + "type": "text" + }, + { + "bbox": [ + 104, + 605, + 203, + 622 + ], + "score": 1.0, + "content": "anti-annealing schedule", + "type": "text" + }, + { + "bbox": [ + 203, + 606, + 234, + 619 + ], + "score": 0.93, + "content": "( \\beta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 605, + 290, + 622 + ], + "score": 1.0, + "content": ", starting with", + "type": "text" + }, + { + "bbox": [ + 290, + 608, + 327, + 618 + ], + "score": 0.91, + "content": "\\beta _ { 1 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 605, + 367, + 622 + ], + "score": 1.0, + "content": ", reaching", + "type": "text" + }, + { + "bbox": [ + 368, + 608, + 419, + 620 + ], + "score": 0.92, + "content": "\\beta _ { 2 / 3 T } = 1 . 2", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 605, + 507, + 622 + ], + "score": 1.0, + "content": ", and decreasing back", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 86, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "238", + "type": "text" + }, + { + "bbox": [ + 105, + 617, + 117, + 631 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 117, + 618, + 156, + 630 + ], + "score": 0.91, + "content": "\\beta _ { T } = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 617, + 351, + 631 + ], + "score": 1.0, + "content": ", see [43] for details. The initial estimates of: (i)", + "type": "text" + }, + { + "bbox": [ + 351, + 620, + 363, + 629 + ], + "score": 0.85, + "content": "\\mu _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "are uniformly drawn from the unit", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 85, + 628, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 85, + 630, + 100, + 641 + ], + "score": 1.0, + "content": "239", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 171, + 642 + ], + "score": 1.0, + "content": "hyper-cube, (ii)", + "type": "text" + }, + { + "bbox": [ + 171, + 630, + 184, + 640 + ], + "score": 0.89, + "content": "\\Sigma _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 628, + 353, + 642 + ], + "score": 1.0, + "content": "are fixed to unit diagonal matrix, and (iii)", + "type": "text" + }, + { + "bbox": [ + 353, + 631, + 365, + 640 + ], + "score": 0.87, + "content": "\\pi _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 628, + 506, + 642 + ], + "score": 1.0, + "content": "are uniformly drawn from the unit", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 86, + 640, + 255, + 652 + ], + "spans": [ + { + "bbox": [ + 86, + 642, + 100, + 651 + ], + "score": 1.0, + "content": "240", + "type": "text" + }, + { + "bbox": [ + 105, + 640, + 255, + 652 + ], + "score": 1.0, + "content": "interval (followed by normalization).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 86, + 656, + 505, + 723 + ], + "lines": [ + { + "bbox": [ + 86, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 86, + 658, + 99, + 668 + ], + "score": 1.0, + "content": "241", + "type": "text" + }, + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "Results: Figure 1 shows that the EM [13] and SAEM [44] algorithms take the longest time to", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 86, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 678 + ], + "score": 1.0, + "content": "242", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "converge, attaining a poor local optima. On the other hand, the MCSAEM [1] and MHSAEM (U", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 86, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "243", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 217, + 691 + ], + "score": 1.0, + "content": "and TF) algorithms achieve", + "type": "text" + }, + { + "bbox": [ + 218, + 678, + 248, + 690 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 678, + 347, + 691 + ], + "score": 1.0, + "content": "closest to the likelihood", + "type": "text" + }, + { + "bbox": [ + 347, + 678, + 367, + 690 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "of the true model. Moreover, both", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 86, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "244", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "MHSAEM algorithms reach this value in the shortest time compared to all the other methods. The", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 86, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "245", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "SSAEM [24] and TSAEM [18] algorithms are comparable in terms of the computational time, but", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 86, + 711, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "246", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 224, + 724 + ], + "score": 1.0, + "content": "they both provide the lowest", + "type": "text" + }, + { + "bbox": [ + 224, + 711, + 255, + 723 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 711, + 506, + 724 + ], + "score": 1.0, + "content": ". In Figure 2, we investigate sensitivity of fitting the model to", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 41.5 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 120, + 71, + 493, + 198 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 120, + 71, + 493, + 198 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 120, + 71, + 493, + 198 + ], + "spans": [ + { + "bbox": [ + 120, + 71, + 493, + 198 + ], + "score": 0.97, + "type": "image", + "image_path": "0ced572977ae404a4e785379dc4987ce758b6f6930ca4d73adbe35955ed678b7.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 120, + 71, + 493, + 113.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 120, + 113.33333333333334, + 493, + 155.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 120, + 155.66666666666669, + 493, + 198.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 506, + 275 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 207, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 207, + 221, + 223 + ], + "score": 1.0, + "content": "Figure 2: The absolute error,", + "type": "text" + }, + { + "bbox": [ + 221, + 208, + 314, + 220 + ], + "score": 0.92, + "content": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 207, + 506, + 223 + ], + "score": 1.0, + "content": ", versus the computational time (in seconds). All", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 219, + 507, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 270, + 232 + ], + "score": 1.0, + "content": "experiments use the following settings:", + "type": "text" + }, + { + "bbox": [ + 270, + 219, + 502, + 231 + ], + "score": 0.87, + "content": "( D , K , \\dot { N } , \\omega , B , M , T ) = \\bar { ( } 1 0 , 1 0 0 , 1 0 k , 0 . 1 , 2 0 0 , 2 , 2 0 k )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 219, + 507, + 232 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 229, + 507, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 229, + 245, + 244 + ], + "score": 1.0, + "content": "where the number of components,", + "type": "text" + }, + { + "bbox": [ + 246, + 231, + 256, + 241 + ], + "score": 0.79, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 257, + 229, + 342, + 244 + ], + "score": 1.0, + "content": ", (left), the batchsize,", + "type": "text" + }, + { + "bbox": [ + 343, + 231, + 352, + 241 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 229, + 507, + 244 + ], + "score": 1.0, + "content": ", (middle) and the number of samples,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 107, + 240, + 506, + 254 + ], + "spans": [ + { + "bbox": [ + 107, + 241, + 118, + 252 + ], + "score": 0.68, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 240, + 312, + 254 + ], + "score": 1.0, + "content": ", (right) change for different values denoted by", + "type": "text" + }, + { + "bbox": [ + 312, + 242, + 351, + 252 + ], + "score": 0.86, + "content": "( + , \\sqsupset , \\circ , \\pmb { \\triangle } )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 240, + 506, + 254 + ], + "score": 1.0, + "content": ". At each of these points (marks), we", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 252, + 506, + 265 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 316, + 265 + ], + "score": 1.0, + "content": "perform an experiment as illustrated in Figure 1, find", + "type": "text" + }, + { + "bbox": [ + 316, + 253, + 347, + 264 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 252, + 506, + 265 + ], + "score": 1.0, + "content": "to compute the AE, and record the time", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 263, + 377, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 176, + 276 + ], + "score": 1.0, + "content": "corresponding to", + "type": "text" + }, + { + "bbox": [ + 176, + 264, + 189, + 275 + ], + "score": 0.85, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 263, + 377, + 276 + ], + "score": 1.0, + "content": ". The results are averaged over five repetitions.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "index", + "bbox": [ + 86, + 307, + 505, + 373 + ], + "lines": [ + { + "bbox": [ + 85, + 306, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 85, + 309, + 99, + 319 + ], + "score": 1.0, + "content": "211", + "type": "text" + }, + { + "bbox": [ + 104, + 306, + 505, + 320 + ], + "score": 1.0, + "content": "evaluation of performance of learning algorithms [43]. Traditional techniques usually define overlap", + "type": "text" + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 318, + 505, + 330 + ], + "spans": [ + { + "bbox": [ + 85, + 320, + 100, + 330 + ], + "score": 1.0, + "content": "212", + "type": "text" + }, + { + "bbox": [ + 105, + 318, + 505, + 330 + ], + "score": 1.0, + "content": "(or separation) of components only in terms of their mean vectors and maximum eigenvalues of the", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 329, + 505, + 341 + ], + "spans": [ + { + "bbox": [ + 85, + 331, + 100, + 341 + ], + "score": 1.0, + "content": "213", + "type": "text" + }, + { + "bbox": [ + 104, + 329, + 505, + 341 + ], + "score": 1.0, + "content": "covariance matrices, not accounting for their rotation and mixing weights (see [36] for a detailed", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 85, + 342, + 100, + 351 + ], + "score": 1.0, + "content": "214", + "type": "text" + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "treatment of the problem). We therefore use a more objective measure of the clustering complexity", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 351, + 506, + 363 + ], + "spans": [ + { + "bbox": [ + 85, + 353, + 100, + 362 + ], + "score": 1.0, + "content": "215", + "type": "text" + }, + { + "bbox": [ + 105, + 351, + 506, + 363 + ], + "score": 1.0, + "content": "defined by the total probability of misclassification [41], which allows to generate data with a", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 362, + 323, + 374 + ], + "spans": [ + { + "bbox": [ + 85, + 363, + 100, + 373 + ], + "score": 1.0, + "content": "216", + "type": "text" + }, + { + "bbox": [ + 105, + 362, + 311, + 374 + ], + "score": 1.0, + "content": "user-defined degree of maximum pairwise overlap,", + "type": "text" + }, + { + "bbox": [ + 312, + 364, + 319, + 371 + ], + "score": 0.7, + "content": "\\omega", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 362, + 323, + 374 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 378, + 506, + 391 + ], + "spans": [ + { + "bbox": [ + 86, + 380, + 100, + 390 + ], + "score": 1.0, + "content": "217", + "type": "text" + }, + { + "bbox": [ + 105, + 378, + 506, + 391 + ], + "score": 1.0, + "content": "Experiment settings: We generate the parameters of (1), and the corresponding dataset, uniquely for a", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 388, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 86, + 391, + 99, + 400 + ], + "score": 1.0, + "content": "218", + "type": "text" + }, + { + "bbox": [ + 105, + 388, + 173, + 402 + ], + "score": 1.0, + "content": "given quadruple", + "type": "text" + }, + { + "bbox": [ + 173, + 389, + 227, + 401 + ], + "score": 0.92, + "content": "( D , K , N , \\omega )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 388, + 506, + 402 + ], + "score": 1.0, + "content": ". Therefore, the parameters of the generative model are known and we", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 399, + 505, + 412 + ], + "spans": [ + { + "bbox": [ + 85, + 401, + 100, + 412 + ], + "score": 1.0, + "content": "219", + "type": "text" + }, + { + "bbox": [ + 106, + 400, + 388, + 412 + ], + "score": 1.0, + "content": "can measure and display the convergence of the training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 389, + 399, + 412, + 411 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )", + "type": "inline_equation" + }, + { + "bbox": [ + 413, + 400, + 505, + 412 + ], + "score": 1.0, + "content": ", compared to the exact", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 410, + 505, + 423 + ], + "spans": [ + { + "bbox": [ + 86, + 412, + 100, + 422 + ], + "score": 1.0, + "content": "220", + "type": "text" + }, + { + "bbox": [ + 106, + 410, + 168, + 423 + ], + "score": 1.0, + "content": "log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 168, + 410, + 188, + 423 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } ) \\dot { }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 410, + 207, + 423 + ], + "score": 1.0, + "content": ", for", + "type": "text" + }, + { + "bbox": [ + 207, + 411, + 266, + 423 + ], + "score": 0.93, + "content": "t = ( 1 , \\ldots , T )", + "type": "inline_equation" + }, + { + "bbox": [ + 267, + 410, + 505, + 423 + ], + "score": 1.0, + "content": ". We are further interested in the absolute error between the", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 421, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 86, + 424, + 99, + 433 + ], + "score": 1.0, + "content": "221", + "type": "text" + }, + { + "bbox": [ + 105, + 421, + 313, + 434 + ], + "score": 1.0, + "content": "training log-likelihood at the iteration of reaching", + "type": "text" + }, + { + "bbox": [ + 313, + 422, + 333, + 432 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 421, + 430, + 434 + ], + "score": 1.0, + "content": "of its maximum value,", + "type": "text" + }, + { + "bbox": [ + 430, + 423, + 444, + 433 + ], + "score": 0.87, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 421, + 506, + 434 + ], + "score": 1.0, + "content": ", and the exact", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 432, + 282, + 446 + ], + "spans": [ + { + "bbox": [ + 86, + 434, + 99, + 444 + ], + "score": 1.0, + "content": "222", + "type": "text" + }, + { + "bbox": [ + 105, + 432, + 182, + 446 + ], + "score": 1.0, + "content": "log-likelihood, i.e.", + "type": "text" + }, + { + "bbox": [ + 183, + 432, + 278, + 445 + ], + "score": 0.91, + "content": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 278, + 432, + 282, + 446 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 449, + 505, + 461 + ], + "spans": [ + { + "bbox": [ + 93, + 449, + 334, + 461 + ], + "score": 1.0, + "content": "23 We also measure the computational time until reaching", + "type": "text" + }, + { + "bbox": [ + 335, + 450, + 348, + 460 + ], + "score": 0.87, + "content": "t _ { 9 5 }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 449, + 413, + 461 + ], + "score": 1.0, + "content": ". We have used", + "type": "text" + }, + { + "bbox": [ + 413, + 449, + 433, + 460 + ], + "score": 0.87, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 449, + 505, + 461 + ], + "score": 1.0, + "content": "of the maximum", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 459, + 507, + 473 + ], + "spans": [ + { + "bbox": [ + 92, + 459, + 507, + 473 + ], + "score": 1.0, + "content": "24 value instead of the maximum value to prevent cases, where the model oscillate around target value,", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 470, + 468, + 483 + ], + "spans": [ + { + "bbox": [ + 92, + 470, + 468, + 483 + ], + "score": 1.0, + "content": "25 making the estimate of convergence time very noisy (for example MCSAEM in Figure 1).", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 487, + 506, + 499 + ], + "spans": [ + { + "bbox": [ + 86, + 489, + 99, + 498 + ], + "score": 1.0, + "content": "226", + "type": "text" + }, + { + "bbox": [ + 104, + 487, + 506, + 499 + ], + "score": 1.0, + "content": "Algorithms: The GMMs belong to the exponential family of probability distributions. This allows us", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 498, + 505, + 510 + ], + "spans": [ + { + "bbox": [ + 86, + 500, + 99, + 509 + ], + "score": 1.0, + "content": "227", + "type": "text" + }, + { + "bbox": [ + 105, + 498, + 505, + 510 + ], + "score": 1.0, + "content": "to find a closed-form, recursive, solution of (6), relying on a Robbins-Monro type of the step-size", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 507, + 507, + 524 + ], + "spans": [ + { + "bbox": [ + 86, + 511, + 99, + 520 + ], + "score": 1.0, + "content": "228", + "type": "text" + }, + { + "bbox": [ + 104, + 507, + 149, + 524 + ], + "score": 1.0, + "content": "sequence,", + "type": "text" + }, + { + "bbox": [ + 149, + 508, + 180, + 521 + ], + "score": 0.92, + "content": "( \\gamma _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 507, + 507, + 524 + ], + "score": 1.0, + "content": ", [7, 44]. In this setting, we compare our MHSAEM algorithm with a number of", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 519, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 85, + 521, + 100, + 532 + ], + "score": 1.0, + "content": "229", + "type": "text" + }, + { + "bbox": [ + 105, + 519, + 506, + 533 + ], + "score": 1.0, + "content": "related methods in Table 1. Note we use the acronyms U and TF to specify the proposal distribution of", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 531, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 86, + 533, + 99, + 542 + ], + "score": 1.0, + "content": "230", + "type": "text" + }, + { + "bbox": [ + 106, + 531, + 506, + 543 + ], + "score": 1.0, + "content": "the MHSAEM algorithm (Section 4.3). However, we do not use the O-proposal, since the MHSAEM-", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 541, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 86, + 544, + 99, + 553 + ], + "score": 1.0, + "content": "231", + "type": "text" + }, + { + "bbox": [ + 106, + 541, + 505, + 554 + ], + "score": 1.0, + "content": "O algorithm is equivalent to the MCSAEM algorithm. All the SA-variants in Table 1 use a minibatch", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 552, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 86, + 555, + 99, + 564 + ], + "score": 1.0, + "content": "232", + "type": "text" + }, + { + "bbox": [ + 105, + 552, + 135, + 565 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 135, + 553, + 144, + 563 + ], + "score": 0.71, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 552, + 506, + 565 + ], + "score": 1.0, + "content": ". The key quantity to reduce the number of evaluated components and/or sufficient statistics", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 564, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 85, + 565, + 100, + 575 + ], + "score": 1.0, + "content": "233", + "type": "text" + }, + { + "bbox": [ + 105, + 564, + 457, + 576 + ], + "score": 1.0, + "content": "in the SSAEM, TSAEM, MCSAEM and MHSAEM algorithms is collectively denoted by", + "type": "text" + }, + { + "bbox": [ + 457, + 564, + 469, + 574 + ], + "score": 0.69, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 564, + 506, + 576 + ], + "score": 1.0, + "content": "(Section", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 574, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 85, + 576, + 100, + 586 + ], + "score": 1.0, + "content": "234", + "type": "text" + }, + { + "bbox": [ + 105, + 574, + 228, + 587 + ], + "score": 1.0, + "content": "5). Note that we always keep", + "type": "text" + }, + { + "bbox": [ + 229, + 574, + 266, + 584 + ], + "score": 0.91, + "content": "M = \\bar { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 574, + 506, + 587 + ], + "score": 1.0, + "content": "in the TSAEM algorithm (see Figure 1 and 2 for concrete", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 100, + 596 + ], + "score": 1.0, + "content": "235", + "type": "text" + }, + { + "bbox": [ + 104, + 584, + 277, + 599 + ], + "score": 1.0, + "content": "numbers). We use the step-size given by", + "type": "text" + }, + { + "bbox": [ + 278, + 586, + 308, + 597 + ], + "score": 0.91, + "content": "\\gamma _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 584, + 325, + 599 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 326, + 586, + 383, + 596 + ], + "score": 0.9, + "content": "t = 1 , \\ldots , 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 383, + 584, + 402, + 599 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 402, + 585, + 446, + 596 + ], + "score": 0.9, + "content": "\\gamma _ { t } = 0 . 0 5", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "otherwise. In", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 595, + 506, + 610 + ], + "spans": [ + { + "bbox": [ + 85, + 598, + 100, + 608 + ], + "score": 1.0, + "content": "236", + "type": "text" + }, + { + "bbox": [ + 105, + 595, + 506, + 610 + ], + "score": 1.0, + "content": "this section, to counteract the issue of attaining poor local optima, we equip all algorithms with the", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 605, + 507, + 622 + ], + "spans": [ + { + "bbox": [ + 86, + 609, + 99, + 618 + ], + "score": 1.0, + "content": "237", + "type": "text" + }, + { + "bbox": [ + 104, + 605, + 203, + 622 + ], + "score": 1.0, + "content": "anti-annealing schedule", + "type": "text" + }, + { + "bbox": [ + 203, + 606, + 234, + 619 + ], + "score": 0.93, + "content": "( \\beta _ { t } ) _ { t = 1 } ^ { T }", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 605, + 290, + 622 + ], + "score": 1.0, + "content": ", starting with", + "type": "text" + }, + { + "bbox": [ + 290, + 608, + 327, + 618 + ], + "score": 0.91, + "content": "\\beta _ { 1 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 605, + 367, + 622 + ], + "score": 1.0, + "content": ", reaching", + "type": "text" + }, + { + "bbox": [ + 368, + 608, + 419, + 620 + ], + "score": 0.92, + "content": "\\beta _ { 2 / 3 T } = 1 . 2", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 605, + 507, + 622 + ], + "score": 1.0, + "content": ", and decreasing back", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 617, + 506, + 631 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "238", + "type": "text" + }, + { + "bbox": [ + 105, + 617, + 117, + 631 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 117, + 618, + 156, + 630 + ], + "score": 0.91, + "content": "\\beta _ { T } = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 617, + 351, + 631 + ], + "score": 1.0, + "content": ", see [43] for details. The initial estimates of: (i)", + "type": "text" + }, + { + "bbox": [ + 351, + 620, + 363, + 629 + ], + "score": 0.85, + "content": "\\mu _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 617, + 506, + 631 + ], + "score": 1.0, + "content": "are uniformly drawn from the unit", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 628, + 506, + 642 + ], + "spans": [ + { + "bbox": [ + 85, + 630, + 100, + 641 + ], + "score": 1.0, + "content": "239", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 171, + 642 + ], + "score": 1.0, + "content": "hyper-cube, (ii)", + "type": "text" + }, + { + "bbox": [ + 171, + 630, + 184, + 640 + ], + "score": 0.89, + "content": "\\Sigma _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 184, + 628, + 353, + 642 + ], + "score": 1.0, + "content": "are fixed to unit diagonal matrix, and (iii)", + "type": "text" + }, + { + "bbox": [ + 353, + 631, + 365, + 640 + ], + "score": 0.87, + "content": "\\pi _ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 628, + 506, + 642 + ], + "score": 1.0, + "content": "are uniformly drawn from the unit", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 640, + 255, + 652 + ], + "spans": [ + { + "bbox": [ + 86, + 642, + 100, + 651 + ], + "score": 1.0, + "content": "240", + "type": "text" + }, + { + "bbox": [ + 105, + 640, + 255, + 652 + ], + "score": 1.0, + "content": "interval (followed by normalization).", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 86, + 658, + 99, + 668 + ], + "score": 1.0, + "content": "241", + "type": "text" + }, + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "Results: Figure 1 shows that the EM [13] and SAEM [44] algorithms take the longest time to", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 667, + 505, + 679 + ], + "spans": [ + { + "bbox": [ + 86, + 669, + 99, + 678 + ], + "score": 1.0, + "content": "242", + "type": "text" + }, + { + "bbox": [ + 105, + 667, + 505, + 679 + ], + "score": 1.0, + "content": "converge, attaining a poor local optima. On the other hand, the MCSAEM [1] and MHSAEM (U", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 100, + 690 + ], + "score": 1.0, + "content": "243", + "type": "text" + }, + { + "bbox": [ + 105, + 678, + 217, + 691 + ], + "score": 1.0, + "content": "and TF) algorithms achieve", + "type": "text" + }, + { + "bbox": [ + 218, + 678, + 248, + 690 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 678, + 347, + 691 + ], + "score": 1.0, + "content": "closest to the likelihood", + "type": "text" + }, + { + "bbox": [ + 347, + 678, + 367, + 690 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } )", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "of the true model. Moreover, both", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 688, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 100, + 700 + ], + "score": 1.0, + "content": "244", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 506, + 701 + ], + "score": 1.0, + "content": "MHSAEM algorithms reach this value in the shortest time compared to all the other methods. The", + "type": "text" + } + ], + "index": 42, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 86, + 702, + 100, + 711 + ], + "score": 1.0, + "content": "245", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "SSAEM [24] and TSAEM [18] algorithms are comparable in terms of the computational time, but", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 506, + 724 + ], + "spans": [ + { + "bbox": [ + 86, + 713, + 99, + 722 + ], + "score": 1.0, + "content": "246", + "type": "text" + }, + { + "bbox": [ + 105, + 711, + 224, + 724 + ], + "score": 1.0, + "content": "they both provide the lowest", + "type": "text" + }, + { + "bbox": [ + 224, + 711, + 255, + 723 + ], + "score": 0.91, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 711, + 506, + 724 + ], + "score": 1.0, + "content": ". In Figure 2, we investigate sensitivity of fitting the model to", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 92, + 71, + 507, + 87 + ], + "spans": [ + { + "bbox": [ + 92, + 71, + 190, + 87 + ], + "score": 1.0, + "content": "47 increasing values of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 190, + 73, + 200, + 83 + ], + "score": 0.76, + "content": "K", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 201, + 71, + 204, + 87 + ], + "score": 1.0, + "content": ",", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 204, + 73, + 213, + 83 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 214, + 71, + 232, + 87 + ], + "score": 1.0, + "content": "and", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 232, + 73, + 244, + 83 + ], + "score": 0.81, + "content": "M", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 244, + 71, + 507, + 87 + ], + "score": 1.0, + "content": "by measuring the time and the likelihood again. In all the cases,", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 93, + 83, + 424, + 96 + ], + "spans": [ + { + "bbox": [ + 93, + 87, + 99, + 94 + ], + "score": 1.0, + "content": "48", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 99, + 83, + 424, + 96 + ], + "score": 1.0, + "content": "the proposed MHSAEM algorithms achieve the lowest AE in the shortest time.", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_start_line": true + } + ], + "index": 11.5, + "bbox_fs": [ + 85, + 306, + 506, + 374 + ] + }, + { + "type": "index", + "bbox": [ + 86, + 378, + 505, + 445 + ], + "lines": [], + "index": 17.5, + "bbox_fs": [ + 85, + 378, + 506, + 446 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 96, + 449, + 506, + 482 + ], + "lines": [], + "index": 22, + "bbox_fs": [ + 92, + 449, + 507, + 483 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 487, + 506, + 651 + ], + "lines": [], + "index": 31, + "bbox_fs": [ + 85, + 487, + 507, + 652 + ], + "lines_deleted": true + }, + { + "type": "index", + "bbox": [ + 86, + 656, + 505, + 723 + ], + "lines": [], + "index": 41.5, + "bbox_fs": [ + 86, + 655, + 506, + 724 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 93, + 72, + 505, + 95 + ], + "lines": [ + { + "bbox": [ + 92, + 71, + 507, + 87 + ], + "spans": [ + { + "bbox": [ + 92, + 71, + 190, + 87 + ], + "score": 1.0, + "content": "47 increasing values of", + "type": "text" + }, + { + "bbox": [ + 190, + 73, + 200, + 83 + ], + "score": 0.76, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 201, + 71, + 204, + 87 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 204, + 73, + 213, + 83 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 214, + 71, + 232, + 87 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 232, + 73, + 244, + 83 + ], + "score": 0.81, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 71, + 507, + 87 + ], + "score": 1.0, + "content": "by measuring the time and the likelihood again. In all the cases,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 93, + 83, + 424, + 96 + ], + "spans": [ + { + "bbox": [ + 93, + 87, + 99, + 94 + ], + "score": 1.0, + "content": "48", + "type": "text" + }, + { + "bbox": [ + 99, + 83, + 424, + 96 + ], + "score": 1.0, + "content": "the proposed MHSAEM algorithms achieve the lowest AE in the shortest time.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 334, + 113 + ], + "score": 1.0, + "content": "SSAEM and TSAEM algorithms failed to converge for", + "type": "text" + }, + { + "bbox": [ + 334, + 100, + 366, + 110 + ], + "score": 0.9, + "content": "M > 2", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 99, + 398, + 113 + ], + "score": 1.0, + "content": "and for", + "type": "text" + }, + { + "bbox": [ + 399, + 100, + 434, + 111 + ], + "score": 0.89, + "content": "K > 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "respectively. We", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 263, + 124 + ], + "score": 1.0, + "content": "believe this is caused by selecting only", + "type": "text" + }, + { + "bbox": [ + 264, + 111, + 276, + 121 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 110, + 506, + 124 + ], + "score": 1.0, + "content": "maximal probabilities in the SSAEM (or distances in the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "TSAEM) algorithm (Section 5), which prevents certain, but not a negligible number of, components", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 376, + 146 + ], + "score": 1.0, + "content": "from being updated, thus providing only a crude approximation of", + "type": "text" + }, + { + "bbox": [ + 376, + 132, + 408, + 145 + ], + "score": 0.92, + "content": "\\bar { p } _ { \\theta } \\bar { ( } z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 132, + 506, + 146 + ], + "score": 1.0, + "content": ". The results then suffer", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 143, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 506, + 157 + ], + "score": 1.0, + "content": "from substantial variational gap to the exact log-likelihood (Figure 1). On the contrary, MH sampler", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 305, + 168 + ], + "score": 1.0, + "content": "provides samples which consistently approximate", + "type": "text" + }, + { + "bbox": [ + 306, + 154, + 337, + 167 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "despite evaluating much lower number of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 165, + 209, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 209, + 179 + ], + "score": 1.0, + "content": "components in each step.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5 + }, + { + "type": "title", + "bbox": [ + 102, + 190, + 273, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 190, + 275, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 275, + 203 + ], + "score": 1.0, + "content": "6.2 Sum-product transform networks", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 223 + ], + "score": 1.0, + "content": "The sum product networks (SPNs) are a deep learning extension of finite mixture models. They can", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 506, + 234 + ], + "score": 1.0, + "content": "be interpreted as a mixture of trees [60], where each tree corresponds to a component. Therefore,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "score": 1.0, + "content": "they can be cast into the form of (1), but the number of components grows exponentially with their", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "depth. In this section, we use recently proposed SPTNs which introduce additional transformation", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 254, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 505, + 266 + ], + "score": 1.0, + "content": "nodes to provide better expressiveness than the SPNs (SPTNs effectively generalize SPNs and flow", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 271, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 271, + 278 + ], + "score": 1.0, + "content": "models into one large family of models).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 105, + 281, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Experimental settings: We use 19 real datasets from the UCI database [16, 37, 35, 54], preprocessed", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 292, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 425, + 305 + ], + "score": 1.0, + "content": "in the same way as in [46]. For each experiment, we randomly split the data into", + "type": "text" + }, + { + "bbox": [ + 425, + 293, + 444, + 303 + ], + "score": 0.85, + "content": "64 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 292, + 448, + 305 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 448, + 293, + 468, + 303 + ], + "score": 0.82, + "content": "16 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 292, + 485, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 485, + 292, + 505, + 303 + ], + "score": 0.87, + "content": "20 \\%", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "score": 1.0, + "content": "for training, validation and testing, respectively. We calculate the average log-likelihood on the test", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 313, + 479, + 328 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 265, + 328 + ], + "score": 1.0, + "content": "set and measure again the time to reach", + "type": "text" + }, + { + "bbox": [ + 266, + 314, + 285, + 325 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 313, + 444, + 328 + ], + "score": 1.0, + "content": "of the maximal training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 444, + 314, + 475, + 326 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 313, + 479, + 328 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 99, + 330, + 505, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "To evaluate various (possibly shallow and/or deep) architectures of SPTNs, we fit each dataset with", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 324, + 354 + ], + "score": 1.0, + "content": "all the following combinations of hyper-parameters1:", + "type": "text" + }, + { + "bbox": [ + 324, + 341, + 387, + 353 + ], + "score": 0.75, + "content": "s \\in ( 8 , 3 2 , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 340, + 392, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 392, + 341, + 450, + 353 + ], + "score": 0.63, + "content": "b \\in ( 2 , 4 , 6 , 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 340, + 454, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 454, + 341, + 502, + 353 + ], + "score": 0.59, + "content": "l \\in ( 2 , 3 , 4 )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 340, + 506, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 133, + 364 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 354, + 140, + 362 + ], + "score": 0.64, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 352, + 322, + 364 + ], + "score": 1.0, + "content": "is the number of children of each sum node,", + "type": "text" + }, + { + "bbox": [ + 322, + 353, + 328, + 362 + ], + "score": 0.62, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "is the number of partitions of each product", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 149, + 376 + ], + "score": 1.0, + "content": "node, and", + "type": "text" + }, + { + "bbox": [ + 150, + 363, + 154, + 373 + ], + "score": 0.55, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "is the number of layers (one layer contains sum and product nodes). The number of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 412, + 386 + ], + "score": 1.0, + "content": "components of the SPTN, after its conversion into (1), is given as follows:", + "type": "text" + }, + { + "bbox": [ + 412, + 373, + 444, + 384 + ], + "score": 0.9, + "content": "K = s ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 374, + 506, + 386 + ], + "score": 1.0, + "content": ". Note that the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "maximum number of components for the investigated parameters of the SPTN is 268,435,456. To", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 395, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 505, + 409 + ], + "score": 1.0, + "content": "reduce the space of possible architectures, we restrict ourselves only to (i) the leaf nodes given by", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 405, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 139, + 418 + ], + "score": 0.91, + "content": "\\mathcal { N } ( 0 , \\bf { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 405, + 506, + 420 + ], + "score": 1.0, + "content": "; (ii) affine transformations fixed to the singular value decomposition, choosing the the Givens", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 417, + 477, + 430 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 477, + 430 + ], + "score": 1.0, + "content": "parameterization for the unitary matrices [47]; and (iii) no sharing of any type of nodes [47].", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 87, + 434, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 86, + 434, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 86, + 436, + 99, + 445 + ], + "score": 1.0, + "content": "276", + "type": "text" + }, + { + "bbox": [ + 104, + 434, + 505, + 446 + ], + "score": 1.0, + "content": "Algorithms: We evaluate only on the MHSAEM-U algorithm—due to its favourable computational", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 86, + 444, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 86, + 446, + 100, + 457 + ], + "score": 1.0, + "content": "277", + "type": "text" + }, + { + "bbox": [ + 105, + 444, + 506, + 458 + ], + "score": 1.0, + "content": "complexity and simplicity—and compare it with the stochastic gradient-descent (SGD) algorithm,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 85, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 85, + 456, + 100, + 468 + ], + "score": 1.0, + "content": "278", + "type": "text" + }, + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "which is routinely used to train SP(T)Ns [45, 47]. In this case, SGD in each iteration performs", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 85, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 85, + 468, + 100, + 479 + ], + "score": 1.0, + "content": "279", + "type": "text" + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "computations over all subtrees of the network, whereas the MHSAEM-U algorithm computes with", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 85, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 85, + 479, + 100, + 490 + ], + "score": 1.0, + "content": "280", + "type": "text" + }, + { + "bbox": [ + 105, + 477, + 127, + 491 + ], + "score": 1.0, + "content": "only", + "type": "text" + }, + { + "bbox": [ + 127, + 478, + 157, + 488 + ], + "score": 0.9, + "content": "M = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "subtrees, thus we should observe speed-up of the computations. In our implementation,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 85, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 85, + 490, + 99, + 501 + ], + "score": 1.0, + "content": "281", + "type": "text" + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "both these methods perform optimization of their respective objective functions—the log-likelihood", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 498, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 86, + 502, + 99, + 511 + ], + "score": 1.0, + "content": "282", + "type": "text" + }, + { + "bbox": [ + 104, + 498, + 506, + 513 + ], + "score": 1.0, + "content": "(2) for SGD and the EM objective (8) for MHSAEM-U—via the use of the automatic differentiation", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 86, + 510, + 363, + 523 + ], + "spans": [ + { + "bbox": [ + 86, + 513, + 100, + 522 + ], + "score": 1.0, + "content": "283", + "type": "text" + }, + { + "bbox": [ + 104, + 510, + 257, + 523 + ], + "score": 1.0, + "content": "and the ADAM optimizer [29], using", + "type": "text" + }, + { + "bbox": [ + 257, + 510, + 295, + 520 + ], + "score": 0.9, + "content": "B = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 510, + 312, + 523 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 510, + 359, + 520 + ], + "score": 0.9, + "content": "T = 2 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 510, + 363, + 523 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "Results: Since each dataset might benefit from a different architecture, Table 6.2 shows the test", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "score": 1.0, + "content": "log-likelihood of the architectures selected according to the best likelihood measured on the validation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "set and the corresponding speed-up. The test log-likelihoods reveal that the MHSAEM-U algorithm", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "outperforms the SGD algorithm on 10 out of 19 datasets, which was not originally the goal, but", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "score": 1.0, + "content": "the added stochasticity helps to escape poor local minima. The speed-up demonstrates lower", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 581, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 506, + 593 + ], + "score": 1.0, + "content": "computational complexity of the MHSAEM-U algorithm on 17 out of 19 datasets, which was the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 591, + 507, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 405, + 606 + ], + "score": 1.0, + "content": "main goal. The magic-telescope and wine datasets show approximately", + "type": "text" + }, + { + "bbox": [ + 405, + 592, + 429, + 603 + ], + "score": 0.89, + "content": "1 0 2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 591, + 446, + 606 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 446, + 592, + 465, + 603 + ], + "score": 0.88, + "content": "7 5 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 591, + 507, + 606 + ], + "score": 1.0, + "content": "speed-up,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "respectively, while on very small datasets (pima-indians and iris), the SGD is faster due to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 614, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 506, + 626 + ], + "score": 1.0, + "content": "effective implementation. In the supplementary material, we present Table 3, exhibiting the same", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 625, + 226, + 636 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 226, + 636 + ], + "score": 1.0, + "content": "trends on a fixed architecture.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 41.5 + }, + { + "type": "title", + "bbox": [ + 106, + 649, + 245, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 247, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 247, + 663 + ], + "score": 1.0, + "content": "6.3 Mixtures of real NVP flows", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 108, + 670, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 396, + 683 + ], + "score": 1.0, + "content": "We consider another class of mixture models (1), where each component", + "type": "text" + }, + { + "bbox": [ + 396, + 669, + 432, + 682 + ], + "score": 0.93, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 668, + 505, + 683 + ], + "score": 1.0, + "content": "is transformed by", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 680, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 506, + 693 + ], + "score": 1.0, + "content": "the flow model—real NVP [15]. These transformations are parameterized via deep neural networks,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 691, + 413, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 413, + 704 + ], + "score": 1.0, + "content": "allowing for flexible adjustment of the learning capacity of each component.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 117, + 712, + 456, + 722 + ], + "lines": [ + { + "bbox": [ + 119, + 709, + 458, + 723 + ], + "spans": [ + { + "bbox": [ + 119, + 709, + 458, + 723 + ], + "score": 1.0, + "content": "1We have set a hard limit to train a single model to 24h, which is default on our Slurm cluster.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 742, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "spans": [ + { + "bbox": [ + 301, + 740, + 310, + 752 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 12, + "width": 9 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 93, + 72, + 505, + 95 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 92, + 71, + 507, + 96 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 100, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 105, + 99, + 506, + 113 + ], + "spans": [ + { + "bbox": [ + 105, + 99, + 334, + 113 + ], + "score": 1.0, + "content": "SSAEM and TSAEM algorithms failed to converge for", + "type": "text" + }, + { + "bbox": [ + 334, + 100, + 366, + 110 + ], + "score": 0.9, + "content": "M > 2", + "type": "inline_equation" + }, + { + "bbox": [ + 366, + 99, + 398, + 113 + ], + "score": 1.0, + "content": "and for", + "type": "text" + }, + { + "bbox": [ + 399, + 100, + 434, + 111 + ], + "score": 0.89, + "content": "K > 5 0", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 99, + 506, + 113 + ], + "score": 1.0, + "content": "respectively. We", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 110, + 506, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 263, + 124 + ], + "score": 1.0, + "content": "believe this is caused by selecting only", + "type": "text" + }, + { + "bbox": [ + 264, + 111, + 276, + 121 + ], + "score": 0.8, + "content": "M", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 110, + 506, + 124 + ], + "score": 1.0, + "content": "maximal probabilities in the SSAEM (or distances in the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "TSAEM) algorithm (Section 5), which prevents certain, but not a negligible number of, components", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 132, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 105, + 132, + 376, + 146 + ], + "score": 1.0, + "content": "from being updated, thus providing only a crude approximation of", + "type": "text" + }, + { + "bbox": [ + 376, + 132, + 408, + 145 + ], + "score": 0.92, + "content": "\\bar { p } _ { \\theta } \\bar { ( } z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 132, + 506, + 146 + ], + "score": 1.0, + "content": ". The results then suffer", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 143, + 506, + 157 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 506, + 157 + ], + "score": 1.0, + "content": "from substantial variational gap to the exact log-likelihood (Figure 1). On the contrary, MH sampler", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 154, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 305, + 168 + ], + "score": 1.0, + "content": "provides samples which consistently approximate", + "type": "text" + }, + { + "bbox": [ + 306, + 154, + 337, + 167 + ], + "score": 0.93, + "content": "p _ { \\theta } ( z | x )", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 154, + 506, + 168 + ], + "score": 1.0, + "content": "despite evaluating much lower number of", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 165, + 209, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 209, + 179 + ], + "score": 1.0, + "content": "components in each step.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5, + "bbox_fs": [ + 105, + 99, + 506, + 179 + ] + }, + { + "type": "title", + "bbox": [ + 102, + 190, + 273, + 201 + ], + "lines": [ + { + "bbox": [ + 106, + 190, + 275, + 203 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 275, + 203 + ], + "score": 1.0, + "content": "6.2 Sum-product transform networks", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 210, + 505, + 276 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 505, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 223 + ], + "score": 1.0, + "content": "The sum product networks (SPNs) are a deep learning extension of finite mixture models. They can", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 506, + 234 + ], + "score": 1.0, + "content": "be interpreted as a mixture of trees [60], where each tree corresponds to a component. Therefore,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "score": 1.0, + "content": "they can be cast into the form of (1), but the number of components grows exponentially with their", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 255 + ], + "score": 1.0, + "content": "depth. In this section, we use recently proposed SPTNs which introduce additional transformation", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 254, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 106, + 254, + 505, + 266 + ], + "score": 1.0, + "content": "nodes to provide better expressiveness than the SPNs (SPTNs effectively generalize SPNs and flow", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 271, + 278 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 271, + 278 + ], + "score": 1.0, + "content": "models into one large family of models).", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 209, + 506, + 278 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 281, + 505, + 325 + ], + "lines": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "Experimental settings: We use 19 real datasets from the UCI database [16, 37, 35, 54], preprocessed", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 292, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 425, + 305 + ], + "score": 1.0, + "content": "in the same way as in [46]. For each experiment, we randomly split the data into", + "type": "text" + }, + { + "bbox": [ + 425, + 293, + 444, + 303 + ], + "score": 0.85, + "content": "64 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 292, + 448, + 305 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 448, + 293, + 468, + 303 + ], + "score": 0.82, + "content": "16 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 292, + 485, + 305 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 485, + 292, + 505, + 303 + ], + "score": 0.87, + "content": "20 \\%", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "score": 1.0, + "content": "for training, validation and testing, respectively. We calculate the average log-likelihood on the test", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 313, + 479, + 328 + ], + "spans": [ + { + "bbox": [ + 104, + 313, + 265, + 328 + ], + "score": 1.0, + "content": "set and measure again the time to reach", + "type": "text" + }, + { + "bbox": [ + 266, + 314, + 285, + 325 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 313, + 444, + 328 + ], + "score": 1.0, + "content": "of the maximal training log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 444, + 314, + 475, + 326 + ], + "score": 0.92, + "content": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 475, + 313, + 479, + 328 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 281, + 506, + 328 + ] + }, + { + "type": "text", + "bbox": [ + 99, + 330, + 505, + 429 + ], + "lines": [ + { + "bbox": [ + 106, + 330, + 505, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 330, + 505, + 342 + ], + "score": 1.0, + "content": "To evaluate various (possibly shallow and/or deep) architectures of SPTNs, we fit each dataset with", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 340, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 324, + 354 + ], + "score": 1.0, + "content": "all the following combinations of hyper-parameters1:", + "type": "text" + }, + { + "bbox": [ + 324, + 341, + 387, + 353 + ], + "score": 0.75, + "content": "s \\in ( 8 , 3 2 , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 340, + 392, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 392, + 341, + 450, + 353 + ], + "score": 0.63, + "content": "b \\in ( 2 , 4 , 6 , 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 340, + 454, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 454, + 341, + 502, + 353 + ], + "score": 0.59, + "content": "l \\in ( 2 , 3 , 4 )", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 340, + 506, + 354 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 352, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 133, + 364 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 354, + 140, + 362 + ], + "score": 0.64, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 352, + 322, + 364 + ], + "score": 1.0, + "content": "is the number of children of each sum node,", + "type": "text" + }, + { + "bbox": [ + 322, + 353, + 328, + 362 + ], + "score": 0.62, + "content": "b", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 352, + 505, + 364 + ], + "score": 1.0, + "content": "is the number of partitions of each product", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 149, + 376 + ], + "score": 1.0, + "content": "node, and", + "type": "text" + }, + { + "bbox": [ + 150, + 363, + 154, + 373 + ], + "score": 0.55, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "is the number of layers (one layer contains sum and product nodes). The number of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 373, + 506, + 386 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 412, + 386 + ], + "score": 1.0, + "content": "components of the SPTN, after its conversion into (1), is given as follows:", + "type": "text" + }, + { + "bbox": [ + 412, + 373, + 444, + 384 + ], + "score": 0.9, + "content": "K = s ^ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 445, + 374, + 506, + 386 + ], + "score": 1.0, + "content": ". Note that the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 505, + 397 + ], + "score": 1.0, + "content": "maximum number of components for the investigated parameters of the SPTN is 268,435,456. To", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 395, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 395, + 505, + 409 + ], + "score": 1.0, + "content": "reduce the space of possible architectures, we restrict ourselves only to (i) the leaf nodes given by", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 405, + 506, + 420 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 139, + 418 + ], + "score": 0.91, + "content": "\\mathcal { N } ( 0 , \\bf { I } )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 405, + 506, + 420 + ], + "score": 1.0, + "content": "; (ii) affine transformations fixed to the singular value decomposition, choosing the the Givens", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 417, + 477, + 430 + ], + "spans": [ + { + "bbox": [ + 104, + 417, + 477, + 430 + ], + "score": 1.0, + "content": "parameterization for the unitary matrices [47]; and (iii) no sharing of any type of nodes [47].", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24, + "bbox_fs": [ + 104, + 330, + 506, + 430 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 434, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 86, + 434, + 505, + 446 + ], + "spans": [ + { + "bbox": [ + 86, + 436, + 99, + 445 + ], + "score": 1.0, + "content": "276", + "type": "text" + }, + { + "bbox": [ + 104, + 434, + 505, + 446 + ], + "score": 1.0, + "content": "Algorithms: We evaluate only on the MHSAEM-U algorithm—due to its favourable computational", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 444, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 86, + 446, + 100, + 457 + ], + "score": 1.0, + "content": "277", + "type": "text" + }, + { + "bbox": [ + 105, + 444, + 506, + 458 + ], + "score": 1.0, + "content": "complexity and simplicity—and compare it with the stochastic gradient-descent (SGD) algorithm,", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 456, + 505, + 468 + ], + "spans": [ + { + "bbox": [ + 85, + 456, + 100, + 468 + ], + "score": 1.0, + "content": "278", + "type": "text" + }, + { + "bbox": [ + 105, + 456, + 505, + 468 + ], + "score": 1.0, + "content": "which is routinely used to train SP(T)Ns [45, 47]. In this case, SGD in each iteration performs", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 466, + 506, + 479 + ], + "spans": [ + { + "bbox": [ + 85, + 468, + 100, + 479 + ], + "score": 1.0, + "content": "279", + "type": "text" + }, + { + "bbox": [ + 105, + 466, + 506, + 479 + ], + "score": 1.0, + "content": "computations over all subtrees of the network, whereas the MHSAEM-U algorithm computes with", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 477, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 85, + 479, + 100, + 490 + ], + "score": 1.0, + "content": "280", + "type": "text" + }, + { + "bbox": [ + 105, + 477, + 127, + 491 + ], + "score": 1.0, + "content": "only", + "type": "text" + }, + { + "bbox": [ + 127, + 478, + 157, + 488 + ], + "score": 0.9, + "content": "M = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 477, + 506, + 491 + ], + "score": 1.0, + "content": "subtrees, thus we should observe speed-up of the computations. In our implementation,", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 488, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 85, + 490, + 99, + 501 + ], + "score": 1.0, + "content": "281", + "type": "text" + }, + { + "bbox": [ + 105, + 488, + 506, + 502 + ], + "score": 1.0, + "content": "both these methods perform optimization of their respective objective functions—the log-likelihood", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 498, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 86, + 502, + 99, + 511 + ], + "score": 1.0, + "content": "282", + "type": "text" + }, + { + "bbox": [ + 104, + 498, + 506, + 513 + ], + "score": 1.0, + "content": "(2) for SGD and the EM objective (8) for MHSAEM-U—via the use of the automatic differentiation", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 510, + 363, + 523 + ], + "spans": [ + { + "bbox": [ + 86, + 513, + 100, + 522 + ], + "score": 1.0, + "content": "283", + "type": "text" + }, + { + "bbox": [ + 104, + 510, + 257, + 523 + ], + "score": 1.0, + "content": "and the ADAM optimizer [29], using", + "type": "text" + }, + { + "bbox": [ + 257, + 510, + 295, + 520 + ], + "score": 0.9, + "content": "B = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 510, + 312, + 523 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 312, + 510, + 359, + 520 + ], + "score": 0.9, + "content": "T = 2 0 0 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 360, + 510, + 363, + 523 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + } + ], + "index": 32.5, + "bbox_fs": [ + 85, + 434, + 506, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 527, + 505, + 636 + ], + "lines": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 505, + 539 + ], + "score": 1.0, + "content": "Results: Since each dataset might benefit from a different architecture, Table 6.2 shows the test", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 549 + ], + "score": 1.0, + "content": "log-likelihood of the architectures selected according to the best likelihood measured on the validation", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 505, + 561 + ], + "score": 1.0, + "content": "set and the corresponding speed-up. The test log-likelihoods reveal that the MHSAEM-U algorithm", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 559, + 506, + 572 + ], + "score": 1.0, + "content": "outperforms the SGD algorithm on 10 out of 19 datasets, which was not originally the goal, but", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 583 + ], + "score": 1.0, + "content": "the added stochasticity helps to escape poor local minima. The speed-up demonstrates lower", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 581, + 506, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 581, + 506, + 593 + ], + "score": 1.0, + "content": "computational complexity of the MHSAEM-U algorithm on 17 out of 19 datasets, which was the", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 591, + 507, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 405, + 606 + ], + "score": 1.0, + "content": "main goal. The magic-telescope and wine datasets show approximately", + "type": "text" + }, + { + "bbox": [ + 405, + 592, + 429, + 603 + ], + "score": 0.89, + "content": "1 0 2 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 591, + 446, + 606 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 446, + 592, + 465, + 603 + ], + "score": 0.88, + "content": "7 5 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 591, + 507, + 606 + ], + "score": 1.0, + "content": "speed-up,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "respectively, while on very small datasets (pima-indians and iris), the SGD is faster due to", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 614, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 614, + 506, + 626 + ], + "score": 1.0, + "content": "effective implementation. In the supplementary material, we present Table 3, exhibiting the same", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 625, + 226, + 636 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 226, + 636 + ], + "score": 1.0, + "content": "trends on a fixed architecture.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 41.5, + "bbox_fs": [ + 105, + 526, + 507, + 636 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 649, + 245, + 661 + ], + "lines": [ + { + "bbox": [ + 105, + 648, + 247, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 247, + 663 + ], + "score": 1.0, + "content": "6.3 Mixtures of real NVP flows", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 108, + 670, + 505, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 668, + 505, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 668, + 396, + 683 + ], + "score": 1.0, + "content": "We consider another class of mixture models (1), where each component", + "type": "text" + }, + { + "bbox": [ + 396, + 669, + 432, + 682 + ], + "score": 0.93, + "content": "p _ { \\eta _ { z } } ( x | z )", + "type": "inline_equation" + }, + { + "bbox": [ + 433, + 668, + 505, + 683 + ], + "score": 1.0, + "content": "is transformed by", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 680, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 506, + 693 + ], + "score": 1.0, + "content": "the flow model—real NVP [15]. These transformations are parameterized via deep neural networks,", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 691, + 413, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 691, + 413, + 704 + ], + "score": 1.0, + "content": "allowing for flexible adjustment of the learning capacity of each component.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49, + "bbox_fs": [ + 105, + 668, + 506, + 704 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "table", + "bbox": [ + 114, + 154, + 498, + 335 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 70, + 505, + 147 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 506, + 84 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 292, + 84 + ], + "score": 1.0, + "content": "Table 2: The speed-up and test log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 292, + 70, + 310, + 81 + ], + "score": 0.87, + "content": "\\mathcal { L } ^ { \\mathrm { t e s t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 69, + 506, + 84 + ], + "score": 1.0, + "content": ", for the SGD and MHSAEM-U algorithms. The", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 81, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 492, + 93 + ], + "score": 1.0, + "content": "test log-likelihood (higher is better) is computed for the best model, with the corresponding", + "type": "text" + }, + { + "bbox": [ + 492, + 82, + 502, + 91 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 81, + 506, + 93 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 92, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 104 + ], + "score": 1.0, + "content": "which is selected based on the validation log-likelihood. The speed-up is computed as the ratio of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 103, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 294, + 115 + ], + "score": 1.0, + "content": "MHSAEM-U to SGD, i.e. their time to reach", + "type": "text" + }, + { + "bbox": [ + 295, + 103, + 315, + 114 + ], + "score": 0.88, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 103, + 506, + 115 + ], + "score": 1.0, + "content": "of the training log-likelihood. The results are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "averaged over five repetitions. Then, the higher test log-likelihood is highlighted with bold blue, and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 125, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 506, + 138 + ], + "score": 1.0, + "content": "and no speed-up is highlighted with red. The average rank is computed as the standard competition", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 136, + 328, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 328, + 148 + ], + "score": 1.0, + "content": "(“1224”) ranking [14] on each dataset (lower is better).", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "table_body", + "bbox": [ + 114, + 154, + 498, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 154, + 498, + 335 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 498, + 335 + ], + "score": 0.985, + "html": "
Sum-product transformnetworksMixtures of real NVP flows SGD
SGDMHSAEM-UMHSAEM-U
speed-upLtestKLtestKspeed-upLtestK 32LtestK
breast-cancer-wisconsin4.66-4.66641.4310240.63-99.85-39.31128
cardiotocography10.5559.5251231.0410249.8554.343256.08128
magic-telescope102.53-3.65512-5.0310243.74-3.978-4.228
pendigits4.890.881024-4.86163844.171.4680.488
pima-indians0.37-8.5464-7.62641.35-20.09128-16.33128
wall-following-robot3.431.841024-11.31638422.21-14.26128-17.56128
waveform-14.35-26.1464-23.9110243.72-34.128-33.428
waveform-24.82-26.2164-23.9110244.12-34.158-33.648
yeast20.5710.265125.18102414.496.611289.59128
ecoli1.86-5.564-0.2210242.15-11.37128-10.64128
ionosphere1.88-20.2764-5.935122.74-87.01128-42.75128
iris0.23-10.6564-1.49163843.28-16.34128-9.2132
page-blocks12.1812.215126.84102444.9517.1312817.9432
parkinsons1.46-21.85640.55123.09-566.58128-33.3132
sonar2.96-95.39512-69.29642.52-622.2128-88.81128
statlog-segment1.4447.3551226.531638438.4935.8412842.0432
statlog-vehicle2.97-4.2564-5.4510246.78-31.3432-26.43128
wine rank75.42-25.991024-13.2710242.05-171.58128-25.57128
1.561.441.831.17
", + "type": "table", + "image_path": "82dc83ba06aea51dfe211f3df1e7f4eb07c99ebac951998df4d56e6c0d99003a.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 114, + 154, + 498, + 214.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 114, + 214.33333333333334, + 498, + 274.6666666666667 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 114, + 274.6666666666667, + 498, + 335.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 90, + 361, + 505, + 438 + ], + "lines": [ + { + "bbox": [ + 89, + 362, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 89, + 363, + 100, + 373 + ], + "score": 1.0, + "content": "298", + "type": "text" + }, + { + "bbox": [ + 106, + 362, + 506, + 374 + ], + "score": 1.0, + "content": "Experimental settings: We use the same experimental settings and evaluation metrics as in Section", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 88, + 371, + 507, + 385 + ], + "spans": [ + { + "bbox": [ + 88, + 375, + 100, + 384 + ], + "score": 1.0, + "content": "299", + "type": "text" + }, + { + "bbox": [ + 105, + 371, + 507, + 385 + ], + "score": 1.0, + "content": "6.2. We apply the mixture model on all datasets, changing the number of components as follows:", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 88, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 88, + 386, + 100, + 395 + ], + "score": 1.0, + "content": "300", + "type": "text" + }, + { + "bbox": [ + 107, + 384, + 177, + 395 + ], + "score": 0.78, + "content": "K \\in ( 8 , 3 2 , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 383, + 506, + 396 + ], + "score": 1.0, + "content": ". Each real NVP-based component in the mixture model has (i) the translation", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 88, + 393, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 88, + 397, + 99, + 405 + ], + "score": 1.0, + "content": "301", + "type": "text" + }, + { + "bbox": [ + 105, + 393, + 506, + 408 + ], + "score": 1.0, + "content": "function parameterized via multi-layer perceptron with a single hidden layer of dimension 10, using", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 88, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 88, + 408, + 100, + 416 + ], + "score": 1.0, + "content": "302", + "type": "text" + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "the rectified linear activation function; and (ii) the scale function parameterized via the same network", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 88, + 416, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 88, + 418, + 100, + 428 + ], + "score": 1.0, + "content": "303", + "type": "text" + }, + { + "bbox": [ + 105, + 416, + 506, + 429 + ], + "score": 1.0, + "content": "except with the hyperbolic tangent activation function. We do not use the batch normalization [15] and", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 89, + 427, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 89, + 430, + 100, + 438 + ], + "score": 1.0, + "content": "304", + "type": "text" + }, + { + "bbox": [ + 105, + 427, + 506, + 440 + ], + "score": 1.0, + "content": "we stack two layers of the translation-scale transformation (we have used implementation from [20]).", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 99, + 443, + 435, + 455 + ], + "lines": [ + { + "bbox": [ + 104, + 442, + 437, + 457 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 437, + 457 + ], + "score": 1.0, + "content": "Algorithms: The algorithms and their settings are the same as those in Section 6.2.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 86, + 460, + 505, + 526 + ], + "lines": [ + { + "bbox": [ + 85, + 460, + 506, + 472 + ], + "spans": [ + { + "bbox": [ + 85, + 461, + 100, + 471 + ], + "score": 1.0, + "content": "306", + "type": "text" + }, + { + "bbox": [ + 104, + 460, + 506, + 472 + ], + "score": 1.0, + "content": "Results: The experimental results are presented in right part of Table 6.2. They are similar to those", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 85, + 471, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 85, + 472, + 100, + 482 + ], + "score": 1.0, + "content": "307", + "type": "text" + }, + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "score": 1.0, + "content": "obtained in the previous section. In terms of the test log-likelihood, the MHSAEM-U algorithm", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 85, + 482, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 85, + 483, + 100, + 493 + ], + "score": 1.0, + "content": "308", + "type": "text" + }, + { + "bbox": [ + 105, + 482, + 506, + 494 + ], + "score": 1.0, + "content": "outperforms the SGD algorithm on all but three datasets, and it provides a substantial speed-up on all", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 85, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 85, + 494, + 100, + 504 + ], + "score": 1.0, + "content": "309", + "type": "text" + }, + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "datasets except one. The test likelihood of models with the real NVP flows is most of the time worse", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 85, + 503, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 85, + 505, + 100, + 515 + ], + "score": 1.0, + "content": "310", + "type": "text" + }, + { + "bbox": [ + 105, + 503, + 505, + 515 + ], + "score": 1.0, + "content": "than that of SPTNs with the affine transformations. As explained in the supplementary, this is due to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 85, + 515, + 301, + 526 + ], + "spans": [ + { + "bbox": [ + 85, + 516, + 100, + 526 + ], + "score": 1.0, + "content": "311", + "type": "text" + }, + { + "bbox": [ + 106, + 515, + 301, + 526 + ], + "score": 1.0, + "content": "the overfitting, which has been observed in [47].", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 87, + 546, + 183, + 560 + ], + "lines": [ + { + "bbox": [ + 83, + 545, + 185, + 562 + ], + "spans": [ + { + "bbox": [ + 83, + 545, + 185, + 562 + ], + "score": 1.0, + "content": "312 7 Conclusion", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 86, + 574, + 505, + 673 + ], + "lines": [ + { + "bbox": [ + 86, + 575, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 86, + 577, + 99, + 586 + ], + "score": 1.0, + "content": "313", + "type": "text" + }, + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "score": 1.0, + "content": "This paper has presented a method to decrease computational complexity of fitting mixture models,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 86, + 586, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 99, + 596 + ], + "score": 1.0, + "content": "314", + "type": "text" + }, + { + "bbox": [ + 106, + 586, + 505, + 597 + ], + "score": 1.0, + "content": "including their generalizations, such as sum-product-(transform) networks and mixtures of flow", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 86, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 86, + 599, + 99, + 608 + ], + "score": 1.0, + "content": "315", + "type": "text" + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "models. The speed-up is achieved by evaluating and updating only a single component (per iteration),", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 85, + 606, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 85, + 609, + 100, + 619 + ], + "score": 1.0, + "content": "316", + "type": "text" + }, + { + "bbox": [ + 106, + 606, + 506, + 620 + ], + "score": 1.0, + "content": "where the Metropolis-Hasting algorithm ensures sampling of components from a proper posterior. An", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 86, + 618, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "317", + "type": "text" + }, + { + "bbox": [ + 105, + 618, + 506, + 630 + ], + "score": 1.0, + "content": "experimental comparison on all three classes of models mentioned above confirmed the theoretical", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 85, + 628, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 85, + 631, + 100, + 641 + ], + "score": 1.0, + "content": "318", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 506, + 643 + ], + "score": 1.0, + "content": "expectations. The method significantly speeds-up the fitting time and, importantly, without sacrificing", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 85, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 85, + 641, + 100, + 652 + ], + "score": 1.0, + "content": "319", + "type": "text" + }, + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "the quality of the fit. In fact, the likelihood was better than that of the models fitted by the EM", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 85, + 649, + 507, + 664 + ], + "spans": [ + { + "bbox": [ + 85, + 653, + 100, + 663 + ], + "score": 1.0, + "content": "320", + "type": "text" + }, + { + "bbox": [ + 105, + 649, + 289, + 664 + ], + "score": 1.0, + "content": "algorithm or the SGD algorithm in more than", + "type": "text" + }, + { + "bbox": [ + 289, + 651, + 308, + 661 + ], + "score": 0.87, + "content": "50 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 649, + 507, + 664 + ], + "score": 1.0, + "content": "of cases. We attribute this to higher stochasticity,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 86, + 661, + 295, + 675 + ], + "spans": [ + { + "bbox": [ + 86, + 663, + 99, + 674 + ], + "score": 1.0, + "content": "321", + "type": "text" + }, + { + "bbox": [ + 105, + 661, + 295, + 675 + ], + "score": 1.0, + "content": "which helps to escape from poor local minima.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 87, + 678, + 505, + 722 + ], + "lines": [ + { + "bbox": [ + 86, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 99, + 689 + ], + "score": 1.0, + "content": "322", + "type": "text" + }, + { + "bbox": [ + 106, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "In the experiments, the proposed method has used a uniform proposal distribution in the MH sampler.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 86, + 688, + 507, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "323", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 507, + 702 + ], + "score": 1.0, + "content": "Despite outperforming the alternative methods, we conjecture that this limits the speed of convergence.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 85, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 85, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "324", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "Therefore, we believe that there is still a room for improvement in the implementation. We plan to", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 86, + 711, + 249, + 722 + ], + "spans": [ + { + "bbox": [ + 86, + 712, + 99, + 722 + ], + "score": 1.0, + "content": "325", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 249, + 722 + ], + "score": 1.0, + "content": "address these issues in future work.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 302, + 741, + 308, + 750 + ], + "lines": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "spans": [ + { + "bbox": [ + 302, + 741, + 309, + 752 + ], + "score": 1.0, + "content": "9", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "table", + "bbox": [ + 114, + 154, + 498, + 335 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 70, + 505, + 147 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 104, + 69, + 506, + 84 + ], + "spans": [ + { + "bbox": [ + 104, + 69, + 292, + 84 + ], + "score": 1.0, + "content": "Table 2: The speed-up and test log-likelihood,", + "type": "text" + }, + { + "bbox": [ + 292, + 70, + 310, + 81 + ], + "score": 0.87, + "content": "\\mathcal { L } ^ { \\mathrm { t e s t } }", + "type": "inline_equation" + }, + { + "bbox": [ + 311, + 69, + 506, + 84 + ], + "score": 1.0, + "content": ", for the SGD and MHSAEM-U algorithms. The", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 81, + 506, + 93 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 492, + 93 + ], + "score": 1.0, + "content": "test log-likelihood (higher is better) is computed for the best model, with the corresponding", + "type": "text" + }, + { + "bbox": [ + 492, + 82, + 502, + 91 + ], + "score": 0.78, + "content": "K", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 81, + 506, + 93 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 92, + 506, + 104 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 104 + ], + "score": 1.0, + "content": "which is selected based on the validation log-likelihood. The speed-up is computed as the ratio of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 103, + 506, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 294, + 115 + ], + "score": 1.0, + "content": "MHSAEM-U to SGD, i.e. their time to reach", + "type": "text" + }, + { + "bbox": [ + 295, + 103, + 315, + 114 + ], + "score": 0.88, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 315, + 103, + 506, + 115 + ], + "score": 1.0, + "content": "of the training log-likelihood. The results are", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "averaged over five repetitions. Then, the higher test log-likelihood is highlighted with bold blue, and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 125, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 125, + 506, + 138 + ], + "score": 1.0, + "content": "and no speed-up is highlighted with red. The average rank is computed as the standard competition", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 136, + 328, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 328, + 148 + ], + "score": 1.0, + "content": "(“1224”) ranking [14] on each dataset (lower is better).", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "table_body", + "bbox": [ + 114, + 154, + 498, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 114, + 154, + 498, + 335 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 498, + 335 + ], + "score": 0.985, + "html": "
Sum-product transformnetworksMixtures of real NVP flows SGD
SGDMHSAEM-UMHSAEM-U
speed-upLtestKLtestKspeed-upLtestK 32LtestK
breast-cancer-wisconsin4.66-4.66641.4310240.63-99.85-39.31128
cardiotocography10.5559.5251231.0410249.8554.343256.08128
magic-telescope102.53-3.65512-5.0310243.74-3.978-4.228
pendigits4.890.881024-4.86163844.171.4680.488
pima-indians0.37-8.5464-7.62641.35-20.09128-16.33128
wall-following-robot3.431.841024-11.31638422.21-14.26128-17.56128
waveform-14.35-26.1464-23.9110243.72-34.128-33.428
waveform-24.82-26.2164-23.9110244.12-34.158-33.648
yeast20.5710.265125.18102414.496.611289.59128
ecoli1.86-5.564-0.2210242.15-11.37128-10.64128
ionosphere1.88-20.2764-5.935122.74-87.01128-42.75128
iris0.23-10.6564-1.49163843.28-16.34128-9.2132
page-blocks12.1812.215126.84102444.9517.1312817.9432
parkinsons1.46-21.85640.55123.09-566.58128-33.3132
sonar2.96-95.39512-69.29642.52-622.2128-88.81128
statlog-segment1.4447.3551226.531638438.4935.8412842.0432
statlog-vehicle2.97-4.2564-5.4510246.78-31.3432-26.43128
wine rank75.42-25.991024-13.2710242.05-171.58128-25.57128
1.561.441.831.17
", + "type": "table", + "image_path": "82dc83ba06aea51dfe211f3df1e7f4eb07c99ebac951998df4d56e6c0d99003a.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 114, + 154, + 498, + 214.33333333333334 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 114, + 214.33333333333334, + 498, + 274.6666666666667 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 114, + 274.6666666666667, + 498, + 335.0 + ], + "spans": [], + "index": 9 + } + ] + } + ], + "index": 5.5 + }, + { + "type": "index", + "bbox": [ + 90, + 361, + 505, + 438 + ], + "lines": [ + { + "bbox": [ + 89, + 362, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 89, + 363, + 100, + 373 + ], + "score": 1.0, + "content": "298", + "type": "text" + }, + { + "bbox": [ + 106, + 362, + 506, + 374 + ], + "score": 1.0, + "content": "Experimental settings: We use the same experimental settings and evaluation metrics as in Section", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 371, + 507, + 385 + ], + "spans": [ + { + "bbox": [ + 88, + 375, + 100, + 384 + ], + "score": 1.0, + "content": "299", + "type": "text" + }, + { + "bbox": [ + 105, + 371, + 507, + 385 + ], + "score": 1.0, + "content": "6.2. We apply the mixture model on all datasets, changing the number of components as follows:", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 88, + 386, + 100, + 395 + ], + "score": 1.0, + "content": "300", + "type": "text" + }, + { + "bbox": [ + 107, + 384, + 177, + 395 + ], + "score": 0.78, + "content": "K \\in ( 8 , 3 2 , 1 2 8 )", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 383, + 506, + 396 + ], + "score": 1.0, + "content": ". Each real NVP-based component in the mixture model has (i) the translation", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 393, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 88, + 397, + 99, + 405 + ], + "score": 1.0, + "content": "301", + "type": "text" + }, + { + "bbox": [ + 105, + 393, + 506, + 408 + ], + "score": 1.0, + "content": "function parameterized via multi-layer perceptron with a single hidden layer of dimension 10, using", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 88, + 408, + 100, + 416 + ], + "score": 1.0, + "content": "302", + "type": "text" + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "the rectified linear activation function; and (ii) the scale function parameterized via the same network", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 88, + 416, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 88, + 418, + 100, + 428 + ], + "score": 1.0, + "content": "303", + "type": "text" + }, + { + "bbox": [ + 105, + 416, + 506, + 429 + ], + "score": 1.0, + "content": "except with the hyperbolic tangent activation function. We do not use the batch normalization [15] and", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 89, + 427, + 506, + 440 + ], + "spans": [ + { + "bbox": [ + 89, + 430, + 100, + 438 + ], + "score": 1.0, + "content": "304", + "type": "text" + }, + { + "bbox": [ + 105, + 427, + 506, + 440 + ], + "score": 1.0, + "content": "we stack two layers of the translation-scale transformation (we have used implementation from [20]).", + "type": "text" + } + ], + "index": 16, + "is_list_start_line": true + } + ], + "index": 13, + "bbox_fs": [ + 88, + 362, + 507, + 440 + ] + }, + { + "type": "text", + "bbox": [ + 99, + 443, + 435, + 455 + ], + "lines": [ + { + "bbox": [ + 104, + 442, + 437, + 457 + ], + "spans": [ + { + "bbox": [ + 104, + 442, + 437, + 457 + ], + "score": 1.0, + "content": "Algorithms: The algorithms and their settings are the same as those in Section 6.2.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17, + "bbox_fs": [ + 104, + 442, + 437, + 457 + ] + }, + { + "type": "index", + "bbox": [ + 86, + 460, + 505, + 526 + ], + "lines": [ + { + "bbox": [ + 85, + 460, + 506, + 472 + ], + "spans": [ + { + "bbox": [ + 85, + 461, + 100, + 471 + ], + "score": 1.0, + "content": "306", + "type": "text" + }, + { + "bbox": [ + 104, + 460, + 506, + 472 + ], + "score": 1.0, + "content": "Results: The experimental results are presented in right part of Table 6.2. They are similar to those", + "type": "text" + } + ], + "index": 18, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 471, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 85, + 472, + 100, + 482 + ], + "score": 1.0, + "content": "307", + "type": "text" + }, + { + "bbox": [ + 106, + 471, + 505, + 482 + ], + "score": 1.0, + "content": "obtained in the previous section. In terms of the test log-likelihood, the MHSAEM-U algorithm", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 482, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 85, + 483, + 100, + 493 + ], + "score": 1.0, + "content": "308", + "type": "text" + }, + { + "bbox": [ + 105, + 482, + 506, + 494 + ], + "score": 1.0, + "content": "outperforms the SGD algorithm on all but three datasets, and it provides a substantial speed-up on all", + "type": "text" + } + ], + "index": 20, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 492, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 85, + 494, + 100, + 504 + ], + "score": 1.0, + "content": "309", + "type": "text" + }, + { + "bbox": [ + 105, + 492, + 506, + 505 + ], + "score": 1.0, + "content": "datasets except one. The test likelihood of models with the real NVP flows is most of the time worse", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 503, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 85, + 505, + 100, + 515 + ], + "score": 1.0, + "content": "310", + "type": "text" + }, + { + "bbox": [ + 105, + 503, + 505, + 515 + ], + "score": 1.0, + "content": "than that of SPTNs with the affine transformations. As explained in the supplementary, this is due to", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 515, + 301, + 526 + ], + "spans": [ + { + "bbox": [ + 85, + 516, + 100, + 526 + ], + "score": 1.0, + "content": "311", + "type": "text" + }, + { + "bbox": [ + 106, + 515, + 301, + 526 + ], + "score": 1.0, + "content": "the overfitting, which has been observed in [47].", + "type": "text" + } + ], + "index": 23, + "is_list_start_line": true + } + ], + "index": 20.5, + "bbox_fs": [ + 85, + 460, + 506, + 526 + ] + }, + { + "type": "title", + "bbox": [ + 87, + 546, + 183, + 560 + ], + "lines": [ + { + "bbox": [ + 83, + 545, + 185, + 562 + ], + "spans": [ + { + "bbox": [ + 83, + 545, + 185, + 562 + ], + "score": 1.0, + "content": "312 7 Conclusion", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "index", + "bbox": [ + 86, + 574, + 505, + 673 + ], + "lines": [ + { + "bbox": [ + 86, + 575, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 86, + 577, + 99, + 586 + ], + "score": 1.0, + "content": "313", + "type": "text" + }, + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "score": 1.0, + "content": "This paper has presented a method to decrease computational complexity of fitting mixture models,", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 586, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 86, + 587, + 99, + 596 + ], + "score": 1.0, + "content": "314", + "type": "text" + }, + { + "bbox": [ + 106, + 586, + 505, + 597 + ], + "score": 1.0, + "content": "including their generalizations, such as sum-product-(transform) networks and mixtures of flow", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 86, + 599, + 99, + 608 + ], + "score": 1.0, + "content": "315", + "type": "text" + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "models. The speed-up is achieved by evaluating and updating only a single component (per iteration),", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 606, + 506, + 620 + ], + "spans": [ + { + "bbox": [ + 85, + 609, + 100, + 619 + ], + "score": 1.0, + "content": "316", + "type": "text" + }, + { + "bbox": [ + 106, + 606, + 506, + 620 + ], + "score": 1.0, + "content": "where the Metropolis-Hasting algorithm ensures sampling of components from a proper posterior. An", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 618, + 506, + 630 + ], + "spans": [ + { + "bbox": [ + 86, + 620, + 99, + 629 + ], + "score": 1.0, + "content": "317", + "type": "text" + }, + { + "bbox": [ + 105, + 618, + 506, + 630 + ], + "score": 1.0, + "content": "experimental comparison on all three classes of models mentioned above confirmed the theoretical", + "type": "text" + } + ], + "index": 29, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 628, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 85, + 631, + 100, + 641 + ], + "score": 1.0, + "content": "318", + "type": "text" + }, + { + "bbox": [ + 105, + 628, + 506, + 643 + ], + "score": 1.0, + "content": "expectations. The method significantly speeds-up the fitting time and, importantly, without sacrificing", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 640, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 85, + 641, + 100, + 652 + ], + "score": 1.0, + "content": "319", + "type": "text" + }, + { + "bbox": [ + 105, + 640, + 505, + 652 + ], + "score": 1.0, + "content": "the quality of the fit. In fact, the likelihood was better than that of the models fitted by the EM", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 649, + 507, + 664 + ], + "spans": [ + { + "bbox": [ + 85, + 653, + 100, + 663 + ], + "score": 1.0, + "content": "320", + "type": "text" + }, + { + "bbox": [ + 105, + 649, + 289, + 664 + ], + "score": 1.0, + "content": "algorithm or the SGD algorithm in more than", + "type": "text" + }, + { + "bbox": [ + 289, + 651, + 308, + 661 + ], + "score": 0.87, + "content": "50 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 649, + 507, + 664 + ], + "score": 1.0, + "content": "of cases. We attribute this to higher stochasticity,", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 661, + 295, + 675 + ], + "spans": [ + { + "bbox": [ + 86, + 663, + 99, + 674 + ], + "score": 1.0, + "content": "321", + "type": "text" + }, + { + "bbox": [ + 105, + 661, + 295, + 675 + ], + "score": 1.0, + "content": "which helps to escape from poor local minima.", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 678, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 86, + 680, + 99, + 689 + ], + "score": 1.0, + "content": "322", + "type": "text" + }, + { + "bbox": [ + 106, + 678, + 506, + 690 + ], + "score": 1.0, + "content": "In the experiments, the proposed method has used a uniform proposal distribution in the MH sampler.", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 688, + 507, + 702 + ], + "spans": [ + { + "bbox": [ + 86, + 691, + 99, + 700 + ], + "score": 1.0, + "content": "323", + "type": "text" + }, + { + "bbox": [ + 105, + 688, + 507, + 702 + ], + "score": 1.0, + "content": "Despite outperforming the alternative methods, we conjecture that this limits the speed of convergence.", + "type": "text" + } + ], + "index": 35, + "is_list_start_line": true + }, + { + "bbox": [ + 85, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 85, + 702, + 100, + 712 + ], + "score": 1.0, + "content": "324", + "type": "text" + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "Therefore, we believe that there is still a room for improvement in the implementation. We plan to", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 86, + 711, + 249, + 722 + ], + "spans": [ + { + "bbox": [ + 86, + 712, + 99, + 722 + ], + "score": 1.0, + "content": "325", + "type": "text" + }, + { + "bbox": [ + 106, + 711, + 249, + 722 + ], + "score": 1.0, + "content": "address these issues in future work.", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + } + ], + "index": 29, + "bbox_fs": [ + 85, + 575, + 507, + 675 + ] + }, + { + "type": "index", + "bbox": [ + 87, + 678, + 505, + 722 + ], + "lines": [], + "index": 35.5, + "bbox_fs": [ + 85, + 678, + 507, + 722 + ], + "lines_deleted": true + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 96, + 506, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 96, + 505, + 109 + ], + "spans": [ + { + "bbox": [ + 106, + 96, + 505, + 109 + ], + "score": 1.0, + "content": "The presented method decreases the computational complexity of fitting large (and deep) mixture", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 107, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 107, + 505, + 120 + ], + "score": 1.0, + "content": "models, which leads to five to hundred time speed-up depending on a size of the problem (although", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "negative exceptions occurs). We believe this line of research, which we want to continue, to have", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 142 + ], + "score": 1.0, + "content": "important benefits. First, it is directly related to decrease in energy consumption and in production of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 506, + 153 + ], + "score": 1.0, + "content": "CO2 (we expect similar rates as the speedup). Second, it has a positive effect on financial aspects of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 151, + 507, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 507, + 164 + ], + "score": 1.0, + "content": "deploying (and experimenting with) mixture models. Third, it decreases the hardware requirements,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 162, + 409, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 409, + 174 + ], + "score": 1.0, + "content": "as in all experiments presented above the model was fitted on a single-core.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "title", + "bbox": [ + 104, + 190, + 163, + 202 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 165, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 165, + 204 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 109, + 206, + 507, + 727 + ], + "lines": [ + { + "bbox": [ + 109, + 208, + 506, + 225 + ], + "spans": [ + { + "bbox": [ + 109, + 208, + 506, + 225 + ], + "score": 1.0, + "content": "[1] S. Allassonnière and J. Chevallier. A new class of stochastic EM algorithms: Escaping", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 125, + 218, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 125, + 218, + 507, + 236 + ], + "score": 1.0, + "content": "local maxima and handling intractable sampling. Computational Statistics & Data Analysis,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 127, + 231, + 204, + 244 + ], + "spans": [ + { + "bbox": [ + 127, + 231, + 204, + 244 + ], + "score": 1.0, + "content": "159:107159, 2021.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 110, + 250, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 110, + 250, + 506, + 267 + ], + "score": 1.0, + "content": "[2] S. Ayesha, M. K. Hanif, and R. Talib. Overview and comparative study of dimensionality", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 124, + 262, + 472, + 277 + ], + "spans": [ + { + "bbox": [ + 124, + 262, + 472, + 277 + ], + "score": 1.0, + "content": "reduction techniques for high dimensional data. Information Fusion, 59:44–58, 2020.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 110, + 282, + 507, + 298 + ], + "spans": [ + { + "bbox": [ + 110, + 282, + 507, + 298 + ], + "score": 1.0, + "content": "[3] D. S. Bai. Efficient estimation of transition probabilities in a Markov chain. The Annals of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 126, + 294, + 270, + 307 + ], + "spans": [ + { + "bbox": [ + 126, + 294, + 270, + 307 + ], + "score": 1.0, + "content": "Statistics, pages 1305–1317, 1975.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 110, + 313, + 507, + 328 + ], + "spans": [ + { + "bbox": [ + 110, + 313, + 507, + 328 + ], + "score": 1.0, + "content": "[4] D. M. Blei, A. Kucukelbir, and J. D. McAuliffe. Variational inference: A review for statisticians.", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 126, + 325, + 423, + 338 + ], + "spans": [ + { + "bbox": [ + 126, + 325, + 423, + 338 + ], + "score": 1.0, + "content": "Journal of the American statistical Association, 112(518):859–877, 2017.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 109, + 344, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 109, + 344, + 506, + 361 + ], + "score": 1.0, + "content": "[5] J. Blömer and K. Bujna. Adaptive seeding for Gaussian mixture models. In Pacific-asia", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 126, + 356, + 472, + 372 + ], + "spans": [ + { + "bbox": [ + 126, + 356, + 472, + 372 + ], + "score": 1.0, + "content": "conference on knowledge discovery and data mining, pages 296–308. Springer, 2016.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 110, + 376, + 507, + 392 + ], + "spans": [ + { + "bbox": [ + 110, + 376, + 507, + 392 + ], + "score": 1.0, + "content": "[6] T. Campbell and B. Beronov. Sparse variational inference: Bayesian coresets from scratch.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 126, + 387, + 290, + 402 + ], + "spans": [ + { + "bbox": [ + 126, + 387, + 290, + 402 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1906.03329, 2019.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 110, + 408, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 110, + 408, + 507, + 423 + ], + "score": 1.0, + "content": "[7] O. Cappé and E. Moulines. On-line expectation–maximization algorithm for latent data models.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 124, + 417, + 508, + 434 + ], + "spans": [ + { + "bbox": [ + 124, + 417, + 508, + 434 + ], + "score": 1.0, + "content": "Journal of the Royal Statistical Society: Series B (Statistical Methodology), 71(3):593–613,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 126, + 429, + 154, + 444 + ], + "spans": [ + { + "bbox": [ + 126, + 429, + 154, + 444 + ], + "score": 1.0, + "content": "2009.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 109, + 447, + 507, + 467 + ], + "spans": [ + { + "bbox": [ + 109, + 447, + 507, + 467 + ], + "score": 1.0, + "content": "[8] J. Chen, J. Zhu, Y. Teh, and T. Zhang. Stochastic expectation maximization with variance", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 461, + 457, + 475 + ], + "spans": [ + { + "bbox": [ + 126, + 461, + 457, + 475 + ], + "score": 1.0, + "content": "reduction. Advances in Neural Information Processing Systems, page 7967, 2018.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 110, + 481, + 507, + 496 + ], + "spans": [ + { + "bbox": [ + 110, + 481, + 507, + 496 + ], + "score": 1.0, + "content": "[9] N. Chopin. A sequential particle filter method for static models. Biometrika, 89(3):539–552,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 126, + 492, + 154, + 506 + ], + "spans": [ + { + "bbox": [ + 126, + 492, + 154, + 506 + ], + "score": 1.0, + "content": "2002.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 107, + 513, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 107, + 513, + 506, + 527 + ], + "score": 1.0, + "content": "[10] G. Compiani and Y. Kitamura. Using mixtures in econometric models: A brief review and some", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 125, + 523, + 387, + 537 + ], + "spans": [ + { + "bbox": [ + 125, + 523, + 387, + 537 + ], + "score": 1.0, + "content": "new results. The Econometrics Journal, 19(3):C95–C127, 2016.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 543, + 507, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 507, + 560 + ], + "score": 1.0, + "content": "[11] S. Dasgupta. Learning mixtures of Gaussians. In 40th Annual Symposium on Foundations of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 126, + 554, + 414, + 569 + ], + "spans": [ + { + "bbox": [ + 126, + 554, + 414, + 569 + ], + "score": 1.0, + "content": "Computer Science (Cat. No. 99CB37039), pages 634–644. IEEE, 1999.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "[12] B. Delyon, M. Lavielle, E. Moulines, et al. Convergence of a stochastic approximation version", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 127, + 585, + 398, + 600 + ], + "spans": [ + { + "bbox": [ + 127, + 585, + 398, + 600 + ], + "score": 1.0, + "content": "of the EM algorithm. The Annals of Statistics, 27(1):94–128, 1999.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 606, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 506, + 621 + ], + "score": 1.0, + "content": "[13] A. P. Dempster, N. M. Laird, and D. B. Rubin. Maximum likelihood from incomplete data", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 127, + 618, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 127, + 618, + 506, + 632 + ], + "score": 1.0, + "content": "via the EM algorithm. Journal of the Royal Statistical Society: Series B (Methodological),", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 126, + 628, + 203, + 642 + ], + "spans": [ + { + "bbox": [ + 126, + 628, + 203, + 642 + ], + "score": 1.0, + "content": "39(1):1–22, 1977.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 647, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 506, + 664 + ], + "score": 1.0, + "content": "[14] J. Demšar. Statistical comparisons of classifiers over multiple data sets. The Journal of Machine", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 126, + 659, + 266, + 674 + ], + "spans": [ + { + "bbox": [ + 126, + 659, + 266, + 674 + ], + "score": 1.0, + "content": "Learning Research, 7:1–30, 2006.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 679, + 507, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 507, + 694 + ], + "score": 1.0, + "content": "[15] L. Dinh, J. Sohl-Dickstein, and S. Bengio. Density estimation using real NVP. In 5th Interna-", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 126, + 690, + 398, + 705 + ], + "spans": [ + { + "bbox": [ + 126, + 690, + 398, + 705 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, ICLR 2017, 2017.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 710, + 376, + 726 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 376, + 726 + ], + "score": 1.0, + "content": "[16] D. Dua and C. Graff. UCI machine learning repository, 2017.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 24.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 89, + 72, + 259, + 85 + ], + "lines": [ + { + "bbox": [ + 85, + 70, + 261, + 87 + ], + "spans": [ + { + "bbox": [ + 85, + 70, + 261, + 87 + ], + "score": 1.0, + "content": "326 8 Broader impact statement", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "10", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 86, + 182, + 103, + 735 + ], + "lines": [ + { + "bbox": [ + 85, + 192, + 100, + 204 + ], + "spans": [ + { + "bbox": [ + 85, + 192, + 100, + 204 + ], + "score": 1.0, + "content": "334", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 209, + 100, + 223 + ], + "spans": [ + { + "bbox": [ + 85, + 209, + 100, + 223 + ], + "score": 1.0, + "content": "335", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 221, + 100, + 233 + ], + "spans": [ + { + "bbox": [ + 85, + 221, + 100, + 233 + ], + "score": 1.0, + "content": "336", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 232, + 100, + 246 + ], + "spans": [ + { + "bbox": [ + 85, + 232, + 100, + 246 + ], + "score": 1.0, + "content": "337", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 252, + 100, + 266 + ], + "spans": [ + { + "bbox": [ + 84, + 252, + 100, + 266 + ], + "score": 1.0, + "content": "338", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 263, + 100, + 277 + ], + "spans": [ + { + "bbox": [ + 85, + 263, + 100, + 277 + ], + "score": 1.0, + "content": "339", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 283, + 100, + 297 + ], + "spans": [ + { + "bbox": [ + 84, + 283, + 100, + 297 + ], + "score": 1.0, + "content": "340", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 294, + 100, + 309 + ], + "spans": [ + { + "bbox": [ + 85, + 294, + 100, + 309 + ], + "score": 1.0, + "content": "341", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 314, + 100, + 329 + ], + "spans": [ + { + "bbox": [ + 85, + 314, + 100, + 329 + ], + "score": 1.0, + "content": "342", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 326, + 100, + 341 + ], + "spans": [ + { + "bbox": [ + 85, + 326, + 100, + 341 + ], + "score": 1.0, + "content": "343", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 345, + 100, + 360 + ], + "spans": [ + { + "bbox": [ + 85, + 345, + 100, + 360 + ], + "score": 1.0, + "content": "344", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 357, + 100, + 371 + ], + "spans": [ + { + "bbox": [ + 84, + 357, + 100, + 371 + ], + "score": 1.0, + "content": "345", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 376, + 100, + 391 + ], + "spans": [ + { + "bbox": [ + 84, + 376, + 100, + 391 + ], + "score": 1.0, + "content": "346", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 388, + 100, + 403 + ], + "spans": [ + { + "bbox": [ + 84, + 388, + 100, + 403 + ], + "score": 1.0, + "content": "347", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 408, + 100, + 422 + ], + "spans": [ + { + "bbox": [ + 84, + 408, + 100, + 422 + ], + "score": 1.0, + "content": "348", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 419, + 100, + 432 + ], + "spans": [ + { + "bbox": [ + 84, + 419, + 100, + 432 + ], + "score": 1.0, + "content": "349", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 430, + 100, + 445 + ], + "spans": [ + { + "bbox": [ + 85, + 430, + 100, + 445 + ], + "score": 1.0, + "content": "350", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 450, + 100, + 464 + ], + "spans": [ + { + "bbox": [ + 85, + 450, + 100, + 464 + ], + "score": 1.0, + "content": "351", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 462, + 100, + 477 + ], + "spans": [ + { + "bbox": [ + 85, + 462, + 100, + 477 + ], + "score": 1.0, + "content": "352", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 482, + 100, + 496 + ], + "spans": [ + { + "bbox": [ + 85, + 482, + 100, + 496 + ], + "score": 1.0, + "content": "353", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 493, + 100, + 508 + ], + "spans": [ + { + "bbox": [ + 85, + 493, + 100, + 508 + ], + "score": 1.0, + "content": "354", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 513, + 100, + 527 + ], + "spans": [ + { + "bbox": [ + 85, + 513, + 100, + 527 + ], + "score": 1.0, + "content": "355", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 524, + 100, + 538 + ], + "spans": [ + { + "bbox": [ + 84, + 524, + 100, + 538 + ], + "score": 1.0, + "content": "356", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 544, + 100, + 558 + ], + "spans": [ + { + "bbox": [ + 84, + 544, + 100, + 558 + ], + "score": 1.0, + "content": "357", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 556, + 100, + 570 + ], + "spans": [ + { + "bbox": [ + 85, + 556, + 100, + 570 + ], + "score": 1.0, + "content": "358", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 575, + 100, + 589 + ], + "spans": [ + { + "bbox": [ + 84, + 575, + 100, + 589 + ], + "score": 1.0, + "content": "359", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 587, + 100, + 602 + ], + "spans": [ + { + "bbox": [ + 84, + 587, + 100, + 602 + ], + "score": 1.0, + "content": "360", + "type": "text" + } + ] + }, + { + "bbox": [ + 86, + 607, + 99, + 619 + ], + "spans": [ + { + "bbox": [ + 86, + 607, + 99, + 619 + ], + "score": 1.0, + "content": "361", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 618, + 100, + 631 + ], + "spans": [ + { + "bbox": [ + 84, + 618, + 100, + 631 + ], + "score": 1.0, + "content": "362", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 629, + 100, + 644 + ], + "spans": [ + { + "bbox": [ + 85, + 629, + 100, + 644 + ], + "score": 1.0, + "content": "363", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 648, + 101, + 663 + ], + "spans": [ + { + "bbox": [ + 85, + 648, + 101, + 663 + ], + "score": 1.0, + "content": "364", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 660, + 100, + 674 + ], + "spans": [ + { + "bbox": [ + 84, + 660, + 100, + 674 + ], + "score": 1.0, + "content": "365", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 681, + 100, + 693 + ], + "spans": [ + { + "bbox": [ + 85, + 681, + 100, + 693 + ], + "score": 1.0, + "content": "366", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 691, + 100, + 705 + ], + "spans": [ + { + "bbox": [ + 84, + 691, + 100, + 705 + ], + "score": 1.0, + "content": "367", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 712, + 100, + 724 + ], + "spans": [ + { + "bbox": [ + 85, + 712, + 100, + 724 + ], + "score": 1.0, + "content": "368", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 96, + 506, + 173 + ], + "lines": [ + { + "bbox": [ + 106, + 96, + 505, + 109 + ], + "spans": [ + { + "bbox": [ + 106, + 96, + 505, + 109 + ], + "score": 1.0, + "content": "The presented method decreases the computational complexity of fitting large (and deep) mixture", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 107, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 105, + 107, + 505, + 120 + ], + "score": 1.0, + "content": "models, which leads to five to hundred time speed-up depending on a size of the problem (although", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 118, + 506, + 130 + ], + "spans": [ + { + "bbox": [ + 105, + 118, + 506, + 130 + ], + "score": 1.0, + "content": "negative exceptions occurs). We believe this line of research, which we want to continue, to have", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 128, + 506, + 142 + ], + "spans": [ + { + "bbox": [ + 105, + 128, + 506, + 142 + ], + "score": 1.0, + "content": "important benefits. First, it is directly related to decrease in energy consumption and in production of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 139, + 506, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 139, + 506, + 153 + ], + "score": 1.0, + "content": "CO2 (we expect similar rates as the speedup). Second, it has a positive effect on financial aspects of", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 151, + 507, + 164 + ], + "spans": [ + { + "bbox": [ + 105, + 151, + 507, + 164 + ], + "score": 1.0, + "content": "deploying (and experimenting with) mixture models. Third, it decreases the hardware requirements,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 162, + 409, + 174 + ], + "spans": [ + { + "bbox": [ + 105, + 162, + 409, + 174 + ], + "score": 1.0, + "content": "as in all experiments presented above the model was fitted on a single-core.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 96, + 507, + 174 + ] + }, + { + "type": "title", + "bbox": [ + 104, + 190, + 163, + 202 + ], + "lines": [ + { + "bbox": [ + 106, + 188, + 165, + 204 + ], + "spans": [ + { + "bbox": [ + 106, + 188, + 165, + 204 + ], + "score": 1.0, + "content": "References", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "list", + "bbox": [ + 109, + 206, + 507, + 727 + ], + "lines": [ + { + "bbox": [ + 109, + 208, + 506, + 225 + ], + "spans": [ + { + "bbox": [ + 109, + 208, + 506, + 225 + ], + "score": 1.0, + "content": "[1] S. Allassonnière and J. Chevallier. A new class of stochastic EM algorithms: Escaping", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 218, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 125, + 218, + 507, + 236 + ], + "score": 1.0, + "content": "local maxima and handling intractable sampling. Computational Statistics & Data Analysis,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 127, + 231, + 204, + 244 + ], + "spans": [ + { + "bbox": [ + 127, + 231, + 204, + 244 + ], + "score": 1.0, + "content": "159:107159, 2021.", + "type": "text" + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 250, + 506, + 267 + ], + "spans": [ + { + "bbox": [ + 110, + 250, + 506, + 267 + ], + "score": 1.0, + "content": "[2] S. Ayesha, M. K. Hanif, and R. Talib. Overview and comparative study of dimensionality", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 262, + 472, + 277 + ], + "spans": [ + { + "bbox": [ + 124, + 262, + 472, + 277 + ], + "score": 1.0, + "content": "reduction techniques for high dimensional data. Information Fusion, 59:44–58, 2020.", + "type": "text" + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 282, + 507, + 298 + ], + "spans": [ + { + "bbox": [ + 110, + 282, + 507, + 298 + ], + "score": 1.0, + "content": "[3] D. S. Bai. Efficient estimation of transition probabilities in a Markov chain. The Annals of", + "type": "text" + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 294, + 270, + 307 + ], + "spans": [ + { + "bbox": [ + 126, + 294, + 270, + 307 + ], + "score": 1.0, + "content": "Statistics, pages 1305–1317, 1975.", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 313, + 507, + 328 + ], + "spans": [ + { + "bbox": [ + 110, + 313, + 507, + 328 + ], + "score": 1.0, + "content": "[4] D. M. Blei, A. Kucukelbir, and J. D. McAuliffe. Variational inference: A review for statisticians.", + "type": "text" + } + ], + "index": 15, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 325, + 423, + 338 + ], + "spans": [ + { + "bbox": [ + 126, + 325, + 423, + 338 + ], + "score": 1.0, + "content": "Journal of the American statistical Association, 112(518):859–877, 2017.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 344, + 506, + 361 + ], + "spans": [ + { + "bbox": [ + 109, + 344, + 506, + 361 + ], + "score": 1.0, + "content": "[5] J. Blömer and K. Bujna. Adaptive seeding for Gaussian mixture models. In Pacific-asia", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 356, + 472, + 372 + ], + "spans": [ + { + "bbox": [ + 126, + 356, + 472, + 372 + ], + "score": 1.0, + "content": "conference on knowledge discovery and data mining, pages 296–308. Springer, 2016.", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 376, + 507, + 392 + ], + "spans": [ + { + "bbox": [ + 110, + 376, + 507, + 392 + ], + "score": 1.0, + "content": "[6] T. Campbell and B. Beronov. Sparse variational inference: Bayesian coresets from scratch.", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 387, + 290, + 402 + ], + "spans": [ + { + "bbox": [ + 126, + 387, + 290, + 402 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1906.03329, 2019.", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 408, + 507, + 423 + ], + "spans": [ + { + "bbox": [ + 110, + 408, + 507, + 423 + ], + "score": 1.0, + "content": "[7] O. Cappé and E. Moulines. On-line expectation–maximization algorithm for latent data models.", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 124, + 417, + 508, + 434 + ], + "spans": [ + { + "bbox": [ + 124, + 417, + 508, + 434 + ], + "score": 1.0, + "content": "Journal of the Royal Statistical Society: Series B (Statistical Methodology), 71(3):593–613,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 126, + 429, + 154, + 444 + ], + "spans": [ + { + "bbox": [ + 126, + 429, + 154, + 444 + ], + "score": 1.0, + "content": "2009.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 109, + 447, + 507, + 467 + ], + "spans": [ + { + "bbox": [ + 109, + 447, + 507, + 467 + ], + "score": 1.0, + "content": "[8] J. Chen, J. Zhu, Y. Teh, and T. Zhang. Stochastic expectation maximization with variance", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 461, + 457, + 475 + ], + "spans": [ + { + "bbox": [ + 126, + 461, + 457, + 475 + ], + "score": 1.0, + "content": "reduction. Advances in Neural Information Processing Systems, page 7967, 2018.", + "type": "text" + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 110, + 481, + 507, + 496 + ], + "spans": [ + { + "bbox": [ + 110, + 481, + 507, + 496 + ], + "score": 1.0, + "content": "[9] N. Chopin. A sequential particle filter method for static models. Biometrika, 89(3):539–552,", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 492, + 154, + 506 + ], + "spans": [ + { + "bbox": [ + 126, + 492, + 154, + 506 + ], + "score": 1.0, + "content": "2002.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 107, + 513, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 107, + 513, + 506, + 527 + ], + "score": 1.0, + "content": "[10] G. Compiani and Y. Kitamura. Using mixtures in econometric models: A brief review and some", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 523, + 387, + 537 + ], + "spans": [ + { + "bbox": [ + 125, + 523, + 387, + 537 + ], + "score": 1.0, + "content": "new results. The Econometrics Journal, 19(3):C95–C127, 2016.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 543, + 507, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 543, + 507, + 560 + ], + "score": 1.0, + "content": "[11] S. Dasgupta. Learning mixtures of Gaussians. In 40th Annual Symposium on Foundations of", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 554, + 414, + 569 + ], + "spans": [ + { + "bbox": [ + 126, + 554, + 414, + 569 + ], + "score": 1.0, + "content": "Computer Science (Cat. No. 99CB37039), pages 634–644. IEEE, 1999.", + "type": "text" + } + ], + "index": 31, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 574, + 505, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 574, + 505, + 588 + ], + "score": 1.0, + "content": "[12] B. Delyon, M. Lavielle, E. Moulines, et al. Convergence of a stochastic approximation version", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 585, + 398, + 600 + ], + "spans": [ + { + "bbox": [ + 127, + 585, + 398, + 600 + ], + "score": 1.0, + "content": "of the EM algorithm. The Annals of Statistics, 27(1):94–128, 1999.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 606, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 606, + 506, + 621 + ], + "score": 1.0, + "content": "[13] A. P. Dempster, N. M. Laird, and D. B. Rubin. Maximum likelihood from incomplete data", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 618, + 506, + 632 + ], + "spans": [ + { + "bbox": [ + 127, + 618, + 506, + 632 + ], + "score": 1.0, + "content": "via the EM algorithm. Journal of the Royal Statistical Society: Series B (Methodological),", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 126, + 628, + 203, + 642 + ], + "spans": [ + { + "bbox": [ + 126, + 628, + 203, + 642 + ], + "score": 1.0, + "content": "39(1):1–22, 1977.", + "type": "text" + } + ], + "index": 36, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 647, + 506, + 664 + ], + "spans": [ + { + "bbox": [ + 105, + 647, + 506, + 664 + ], + "score": 1.0, + "content": "[14] J. Demšar. Statistical comparisons of classifiers over multiple data sets. The Journal of Machine", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 659, + 266, + 674 + ], + "spans": [ + { + "bbox": [ + 126, + 659, + 266, + 674 + ], + "score": 1.0, + "content": "Learning Research, 7:1–30, 2006.", + "type": "text" + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 679, + 507, + 694 + ], + "spans": [ + { + "bbox": [ + 106, + 679, + 507, + 694 + ], + "score": 1.0, + "content": "[15] L. Dinh, J. Sohl-Dickstein, and S. Bengio. Density estimation using real NVP. In 5th Interna-", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 690, + 398, + 705 + ], + "spans": [ + { + "bbox": [ + 126, + 690, + 398, + 705 + ], + "score": 1.0, + "content": "tional Conference on Learning Representations, ICLR 2017, 2017.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 710, + 376, + 726 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 376, + 726 + ], + "score": 1.0, + "content": "[16] D. Dua and C. Graff. UCI machine learning repository, 2017.", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 208, + 508, + 726 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 89, + 74, + 507, + 729 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[17] D. Feldman, M. Faulkner, and A. Krause. Scalable training of mixture models via coresets. In", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 126, + 83, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 98 + ], + "score": 1.0, + "content": "Proceedings of the 24th International Conference on Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 126, + 93, + 230, + 108 + ], + "spans": [ + { + "bbox": [ + 126, + 93, + 230, + 108 + ], + "score": 1.0, + "content": "pages 2142–2150, 2011.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 85, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 85, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "372 [18] D. Forster and J. Lücke. Can clustering scale sublinearly with its clusters? A variational EM", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 126, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 126, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "acceleration of GMMs and k-means. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 135, + 292, + 149 + ], + "spans": [ + { + "bbox": [ + 126, + 135, + 292, + 149 + ], + "score": 1.0, + "content": "Statistics, pages 124–132. PMLR, 2018.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 103, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 103, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "[19] G. Fort, E. Moulines, et al. Convergence of the Monte Carlo expectation maximization for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 165, + 425, + 178 + ], + "spans": [ + { + "bbox": [ + 126, + 165, + 425, + 178 + ], + "score": 1.0, + "content": "curved exponential families. Annals of Statistics, 31(4):1220–1259, 2003.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 183, + 506, + 197 + ], + "spans": [ + { + "bbox": [ + 104, + 183, + 506, + 197 + ], + "score": 1.0, + "content": "[20] J. Franc˚u. Continuousflows.jl. https://github.com/janfrancu/ContinuousFlows.jl,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 126, + 194, + 154, + 209 + ], + "spans": [ + { + "bbox": [ + 126, + 194, + 154, + 209 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 103, + 212, + 507, + 227 + ], + "spans": [ + { + "bbox": [ + 103, + 212, + 507, + 227 + ], + "score": 1.0, + "content": "[21] K. Greff, S. van Steenkiste, and J. Schmidhuber. Neural expectation maximization. In Proceed-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 126, + 222, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 126, + 222, + 506, + 239 + ], + "score": 1.0, + "content": "ings of the 31st International Conference on Neural Information Processing Systems, pages", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 128, + 235, + 204, + 247 + ], + "spans": [ + { + "bbox": [ + 128, + 235, + 204, + 247 + ], + "score": 1.0, + "content": "6694–6704, 2017.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 251, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 104, + 251, + 506, + 268 + ], + "score": 1.0, + "content": "[22] R. Gribonval, A. Chatalic, N. Keriven, V. Schellekens, L. Jacques, and P. Schniter. Sketching", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 127, + 264, + 482, + 278 + ], + "spans": [ + { + "bbox": [ + 127, + 264, + 482, + 278 + ], + "score": 1.0, + "content": "datasets for large-scale learning (long version). arXiv preprint arXiv:2008.01839, 2020.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 281, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 104, + 281, + 506, + 297 + ], + "score": 1.0, + "content": "[23] M. D. Hoffman, D. M. Blei, C. Wang, and J. Paisley. Stochastic variational inference. Journal", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 126, + 293, + 309, + 308 + ], + "spans": [ + { + "bbox": [ + 126, + 293, + 309, + 308 + ], + "score": 1.0, + "content": "of Machine Learning Research, 14(5), 2013.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 311, + 508, + 327 + ], + "spans": [ + { + "bbox": [ + 104, + 311, + 508, + 327 + ], + "score": 1.0, + "content": "[24] M. C. Hughes and E. B. Sudderth. Fast learning of clusters and topics via sparse posteriors.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 126, + 323, + 290, + 337 + ], + "spans": [ + { + "bbox": [ + 126, + 323, + 290, + 337 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1609.07521, 2016.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 507, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 507, + 357 + ], + "score": 1.0, + "content": "[25] K. Humphreys and D. Titterington. Approximate Bayesian inference for simple mixtures. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 127, + 353, + 311, + 366 + ], + "spans": [ + { + "bbox": [ + 127, + 353, + 311, + 366 + ], + "score": 1.0, + "content": "COMPSTAT, pages 331–336. Springer, 2000.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "[26] B.-H. Juang and L. R. Rabiner. The segmental K-means algorithm for estimating parameters", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 126, + 380, + 507, + 398 + ], + "spans": [ + { + "bbox": [ + 126, + 380, + 507, + 398 + ], + "score": 1.0, + "content": "of hidden Markov models. IEEE Transactions on acoustics, speech, and signal Processing,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 127, + 393, + 227, + 406 + ], + "spans": [ + { + "bbox": [ + 127, + 393, + 227, + 406 + ], + "score": 1.0, + "content": "38(9):1639–1641, 1990.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "score": 1.0, + "content": "[27] B. Karimi, M. Lavielle, and É. Moulines. On the convergence properties of the mini-batch EM", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 421, + 250, + 435 + ], + "spans": [ + { + "bbox": [ + 126, + 421, + 250, + 435 + ], + "score": 1.0, + "content": "and MCEM algorithms, 2019.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 440, + 507, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 507, + 456 + ], + "score": 1.0, + "content": "[28] N. Keriven, A. Bourrier, R. Gribonval, and P. Pérez. Sketching for large-scale learning of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 127, + 452, + 482, + 466 + ], + "spans": [ + { + "bbox": [ + 127, + 452, + 482, + 466 + ], + "score": 1.0, + "content": "mixture models. Information and Inference: A Journal of the IMA, 7(3):447–508, 2018.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "score": 1.0, + "content": "[29] D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 482, + 227, + 495 + ], + "spans": [ + { + "bbox": [ + 126, + 482, + 227, + 495 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 499, + 507, + 514 + ], + "spans": [ + { + "bbox": [ + 104, + 499, + 507, + 514 + ], + "score": 1.0, + "content": "[30] A. Kucukelbir, D. Tran, R. Ranganath, A. Gelman, and D. M. Blei. Automatic differentiation", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 127, + 511, + 484, + 525 + ], + "spans": [ + { + "bbox": [ + 127, + 511, + 484, + 525 + ], + "score": 1.0, + "content": "variational inference. The Journal of Machine Learning Research, 18(1):430–474, 2017.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 530, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 104, + 530, + 506, + 544 + ], + "score": 1.0, + "content": "[31] E. Kuhn and M. Lavielle. Coupling a stochastic approximation version of EM with an MCMC", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 126, + 540, + 388, + 555 + ], + "spans": [ + { + "bbox": [ + 126, + 540, + 388, + 555 + ], + "score": 1.0, + "content": "procedure. ESAIM: Probability and Statistics, 8:115–131, 2004.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "[32] E. Kuhn, C. Matias, and T. Rebafka. Properties of the stochastic approximation EM algorithm", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 126, + 570, + 440, + 584 + ], + "spans": [ + { + "bbox": [ + 126, + 570, + 440, + 584 + ], + "score": 1.0, + "content": "with mini-batch sampling. Statistics and Computing, 30(6):1725–1739, 2020.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 589, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 506, + 603 + ], + "score": 1.0, + "content": "[33] A. Lagrange, M. Fauvel, and M. Grizonnet. Large-scale feature selection with Gaussian mixture", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 125, + 599, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 125, + 599, + 506, + 615 + ], + "score": 1.0, + "content": "models for the classification of high dimensional remote sensing images. IEEE Transactions on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 126, + 610, + 314, + 625 + ], + "spans": [ + { + "bbox": [ + 126, + 610, + 314, + 625 + ], + "score": 1.0, + "content": "Computational Imaging, 3(2):230–242, 2017.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "score": 1.0, + "content": "[34] M. Lavine and M. West. A Bayesian method for classification and discrimination. Canadian", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 126, + 640, + 301, + 654 + ], + "spans": [ + { + "bbox": [ + 126, + 640, + 301, + 654 + ], + "score": 1.0, + "content": "Journal of Statistics, 20(4):451–461, 1992.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "score": 1.0, + "content": "[35] M. Little, P. McSharry, S. Roberts, D. Costello, and I. Moroz. Exploiting nonlinear recurrence", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 126, + 671, + 507, + 684 + ], + "spans": [ + { + "bbox": [ + 126, + 671, + 507, + 684 + ], + "score": 1.0, + "content": "and fractal scaling properties for voice disorder detection. Nature Precedings, pages 1–1, 2007.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 104, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "[36] R. Maitra and V. Melnykov. Simulating data to study performance of finite mixture modeling", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 700, + 507, + 714 + ], + "spans": [ + { + "bbox": [ + 126, + 700, + 507, + 714 + ], + "score": 1.0, + "content": "and clustering algorithms. Journal of Computational and Graphical Statistics, 19(2):354–376,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 126, + 708, + 155, + 725 + ], + "spans": [ + { + "bbox": [ + 126, + 708, + 155, + 725 + ], + "score": 1.0, + "content": "2010.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 22.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 751 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 312, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 312, + 754 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 86, + 73, + 102, + 730 + ], + "lines": [ + { + "bbox": [ + 85, + 73, + 102, + 86 + ], + "spans": [ + { + "bbox": [ + 85, + 73, + 102, + 86 + ], + "score": 1.0, + "content": "369", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 84, + 101, + 98 + ], + "spans": [ + { + "bbox": [ + 83, + 84, + 101, + 98 + ], + "score": 1.0, + "content": "370", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 95, + 101, + 109 + ], + "spans": [ + { + "bbox": [ + 85, + 95, + 101, + 109 + ], + "score": 1.0, + "content": "371", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 124, + 101, + 137 + ], + "spans": [ + { + "bbox": [ + 84, + 124, + 101, + 137 + ], + "score": 1.0, + "content": "373", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 136, + 101, + 151 + ], + "spans": [ + { + "bbox": [ + 84, + 136, + 101, + 151 + ], + "score": 1.0, + "content": "374", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 155, + 101, + 168 + ], + "spans": [ + { + "bbox": [ + 83, + 155, + 101, + 168 + ], + "score": 1.0, + "content": "375", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 165, + 101, + 179 + ], + "spans": [ + { + "bbox": [ + 85, + 165, + 101, + 179 + ], + "score": 1.0, + "content": "376", + "type": "text" + } + ] + }, + { + "bbox": [ + 86, + 185, + 103, + 196 + ], + "spans": [ + { + "bbox": [ + 86, + 185, + 103, + 196 + ], + "score": 1.0, + "content": "377", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 195, + 101, + 212 + ], + "spans": [ + { + "bbox": [ + 84, + 195, + 101, + 212 + ], + "score": 1.0, + "content": "378", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 213, + 101, + 227 + ], + "spans": [ + { + "bbox": [ + 83, + 213, + 101, + 227 + ], + "score": 1.0, + "content": "379", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 225, + 101, + 237 + ], + "spans": [ + { + "bbox": [ + 85, + 225, + 101, + 237 + ], + "score": 1.0, + "content": "380", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 236, + 100, + 248 + ], + "spans": [ + { + "bbox": [ + 85, + 236, + 100, + 248 + ], + "score": 1.0, + "content": "381", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 254, + 101, + 267 + ], + "spans": [ + { + "bbox": [ + 85, + 254, + 101, + 267 + ], + "score": 1.0, + "content": "382", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 265, + 101, + 281 + ], + "spans": [ + { + "bbox": [ + 84, + 265, + 101, + 281 + ], + "score": 1.0, + "content": "383", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 283, + 101, + 297 + ], + "spans": [ + { + "bbox": [ + 83, + 283, + 101, + 297 + ], + "score": 1.0, + "content": "384", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 295, + 101, + 309 + ], + "spans": [ + { + "bbox": [ + 84, + 295, + 101, + 309 + ], + "score": 1.0, + "content": "385", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 312, + 102, + 325 + ], + "spans": [ + { + "bbox": [ + 85, + 312, + 102, + 325 + ], + "score": 1.0, + "content": "386", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 323, + 102, + 342 + ], + "spans": [ + { + "bbox": [ + 84, + 323, + 102, + 342 + ], + "score": 1.0, + "content": "387", + "type": "text" + } + ] + }, + { + "bbox": [ + 86, + 343, + 101, + 355 + ], + "spans": [ + { + "bbox": [ + 86, + 343, + 101, + 355 + ], + "score": 1.0, + "content": "388", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 354, + 101, + 369 + ], + "spans": [ + { + "bbox": [ + 84, + 354, + 101, + 369 + ], + "score": 1.0, + "content": "389", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 372, + 104, + 385 + ], + "spans": [ + { + "bbox": [ + 85, + 372, + 104, + 385 + ], + "score": 1.0, + "content": "390", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 384, + 100, + 396 + ], + "spans": [ + { + "bbox": [ + 85, + 384, + 100, + 396 + ], + "score": 1.0, + "content": "391", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 394, + 101, + 411 + ], + "spans": [ + { + "bbox": [ + 84, + 394, + 101, + 411 + ], + "score": 1.0, + "content": "392", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 412, + 102, + 425 + ], + "spans": [ + { + "bbox": [ + 85, + 412, + 102, + 425 + ], + "score": 1.0, + "content": "393", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 424, + 101, + 440 + ], + "spans": [ + { + "bbox": [ + 84, + 424, + 101, + 440 + ], + "score": 1.0, + "content": "394", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 442, + 101, + 456 + ], + "spans": [ + { + "bbox": [ + 83, + 442, + 101, + 456 + ], + "score": 1.0, + "content": "395", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 453, + 101, + 469 + ], + "spans": [ + { + "bbox": [ + 84, + 453, + 101, + 469 + ], + "score": 1.0, + "content": "396", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 471, + 104, + 484 + ], + "spans": [ + { + "bbox": [ + 85, + 471, + 104, + 484 + ], + "score": 1.0, + "content": "397", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 483, + 101, + 500 + ], + "spans": [ + { + "bbox": [ + 84, + 483, + 101, + 500 + ], + "score": 1.0, + "content": "398", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 502, + 101, + 514 + ], + "spans": [ + { + "bbox": [ + 85, + 502, + 101, + 514 + ], + "score": 1.0, + "content": "399", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 513, + 101, + 528 + ], + "spans": [ + { + "bbox": [ + 84, + 513, + 101, + 528 + ], + "score": 1.0, + "content": "400", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 531, + 100, + 544 + ], + "spans": [ + { + "bbox": [ + 85, + 531, + 100, + 544 + ], + "score": 1.0, + "content": "401", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 542, + 101, + 558 + ], + "spans": [ + { + "bbox": [ + 84, + 542, + 101, + 558 + ], + "score": 1.0, + "content": "402", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 560, + 101, + 574 + ], + "spans": [ + { + "bbox": [ + 83, + 560, + 101, + 574 + ], + "score": 1.0, + "content": "403", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 572, + 101, + 586 + ], + "spans": [ + { + "bbox": [ + 84, + 572, + 101, + 586 + ], + "score": 1.0, + "content": "404", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 589, + 101, + 604 + ], + "spans": [ + { + "bbox": [ + 84, + 589, + 101, + 604 + ], + "score": 1.0, + "content": "405", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 601, + 101, + 614 + ], + "spans": [ + { + "bbox": [ + 85, + 601, + 101, + 614 + ], + "score": 1.0, + "content": "406", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 612, + 101, + 627 + ], + "spans": [ + { + "bbox": [ + 84, + 612, + 101, + 627 + ], + "score": 1.0, + "content": "407", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 630, + 102, + 642 + ], + "spans": [ + { + "bbox": [ + 85, + 630, + 102, + 642 + ], + "score": 1.0, + "content": "408", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 642, + 101, + 656 + ], + "spans": [ + { + "bbox": [ + 84, + 642, + 101, + 656 + ], + "score": 1.0, + "content": "409", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 659, + 101, + 673 + ], + "spans": [ + { + "bbox": [ + 83, + 659, + 101, + 673 + ], + "score": 1.0, + "content": "410", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 671, + 101, + 688 + ], + "spans": [ + { + "bbox": [ + 84, + 671, + 101, + 688 + ], + "score": 1.0, + "content": "411", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 689, + 101, + 703 + ], + "spans": [ + { + "bbox": [ + 83, + 689, + 101, + 703 + ], + "score": 1.0, + "content": "412", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 701, + 101, + 714 + ], + "spans": [ + { + "bbox": [ + 84, + 701, + 101, + 714 + ], + "score": 1.0, + "content": "413", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 711, + 101, + 725 + ], + "spans": [ + { + "bbox": [ + 83, + 711, + 101, + 725 + ], + "score": 1.0, + "content": "414", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 89, + 74, + 507, + 729 + ], + "lines": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[17] D. Feldman, M. Faulkner, and A. Krause. Scalable training of mixture models via coresets. In", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 126, + 83, + 506, + 98 + ], + "spans": [ + { + "bbox": [ + 126, + 83, + 506, + 98 + ], + "score": 1.0, + "content": "Proceedings of the 24th International Conference on Neural Information Processing Systems,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 126, + 93, + 230, + 108 + ], + "spans": [ + { + "bbox": [ + 126, + 93, + 230, + 108 + ], + "score": 1.0, + "content": "pages 2142–2150, 2011.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 85, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 85, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "372 [18] D. Forster and J. Lücke. Can clustering scale sublinearly with its clusters? A variational EM", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 126, + 124, + 506, + 137 + ], + "spans": [ + { + "bbox": [ + 126, + 124, + 506, + 137 + ], + "score": 1.0, + "content": "acceleration of GMMs and k-means. In International Conference on Artificial Intelligence and", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 126, + 135, + 292, + 149 + ], + "spans": [ + { + "bbox": [ + 126, + 135, + 292, + 149 + ], + "score": 1.0, + "content": "Statistics, pages 124–132. PMLR, 2018.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 103, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 103, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "[19] G. Fort, E. Moulines, et al. Convergence of the Monte Carlo expectation maximization for", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 165, + 425, + 178 + ], + "spans": [ + { + "bbox": [ + 126, + 165, + 425, + 178 + ], + "score": 1.0, + "content": "curved exponential families. Annals of Statistics, 31(4):1220–1259, 2003.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 183, + 506, + 197 + ], + "spans": [ + { + "bbox": [ + 104, + 183, + 506, + 197 + ], + "score": 1.0, + "content": "[20] J. Franc˚u. Continuousflows.jl. https://github.com/janfrancu/ContinuousFlows.jl,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 126, + 194, + 154, + 209 + ], + "spans": [ + { + "bbox": [ + 126, + 194, + 154, + 209 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 103, + 212, + 507, + 227 + ], + "spans": [ + { + "bbox": [ + 103, + 212, + 507, + 227 + ], + "score": 1.0, + "content": "[21] K. Greff, S. van Steenkiste, and J. Schmidhuber. Neural expectation maximization. In Proceed-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 126, + 222, + 506, + 239 + ], + "spans": [ + { + "bbox": [ + 126, + 222, + 506, + 239 + ], + "score": 1.0, + "content": "ings of the 31st International Conference on Neural Information Processing Systems, pages", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 128, + 235, + 204, + 247 + ], + "spans": [ + { + "bbox": [ + 128, + 235, + 204, + 247 + ], + "score": 1.0, + "content": "6694–6704, 2017.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 251, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 104, + 251, + 506, + 268 + ], + "score": 1.0, + "content": "[22] R. Gribonval, A. Chatalic, N. Keriven, V. Schellekens, L. Jacques, and P. Schniter. Sketching", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 127, + 264, + 482, + 278 + ], + "spans": [ + { + "bbox": [ + 127, + 264, + 482, + 278 + ], + "score": 1.0, + "content": "datasets for large-scale learning (long version). arXiv preprint arXiv:2008.01839, 2020.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 281, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 104, + 281, + 506, + 297 + ], + "score": 1.0, + "content": "[23] M. D. Hoffman, D. M. Blei, C. Wang, and J. Paisley. Stochastic variational inference. Journal", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 126, + 293, + 309, + 308 + ], + "spans": [ + { + "bbox": [ + 126, + 293, + 309, + 308 + ], + "score": 1.0, + "content": "of Machine Learning Research, 14(5), 2013.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 311, + 508, + 327 + ], + "spans": [ + { + "bbox": [ + 104, + 311, + 508, + 327 + ], + "score": 1.0, + "content": "[24] M. C. Hughes and E. B. Sudderth. Fast learning of clusters and topics via sparse posteriors.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 126, + 323, + 290, + 337 + ], + "spans": [ + { + "bbox": [ + 126, + 323, + 290, + 337 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1609.07521, 2016.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 104, + 340, + 507, + 357 + ], + "spans": [ + { + "bbox": [ + 104, + 340, + 507, + 357 + ], + "score": 1.0, + "content": "[25] K. Humphreys and D. Titterington. Approximate Bayesian inference for simple mixtures. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 127, + 353, + 311, + 366 + ], + "spans": [ + { + "bbox": [ + 127, + 353, + 311, + 366 + ], + "score": 1.0, + "content": "COMPSTAT, pages 331–336. Springer, 2000.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "[26] B.-H. Juang and L. R. Rabiner. The segmental K-means algorithm for estimating parameters", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 126, + 380, + 507, + 398 + ], + "spans": [ + { + "bbox": [ + 126, + 380, + 507, + 398 + ], + "score": 1.0, + "content": "of hidden Markov models. IEEE Transactions on acoustics, speech, and signal Processing,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 127, + 393, + 227, + 406 + ], + "spans": [ + { + "bbox": [ + 127, + 393, + 227, + 406 + ], + "score": 1.0, + "content": "38(9):1639–1641, 1990.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 104, + 410, + 506, + 426 + ], + "score": 1.0, + "content": "[27] B. Karimi, M. Lavielle, and É. Moulines. On the convergence properties of the mini-batch EM", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 126, + 421, + 250, + 435 + ], + "spans": [ + { + "bbox": [ + 126, + 421, + 250, + 435 + ], + "score": 1.0, + "content": "and MCEM algorithms, 2019.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 440, + 507, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 507, + 456 + ], + "score": 1.0, + "content": "[28] N. Keriven, A. Bourrier, R. Gribonval, and P. Pérez. Sketching for large-scale learning of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 127, + 452, + 482, + 466 + ], + "spans": [ + { + "bbox": [ + 127, + 452, + 482, + 466 + ], + "score": 1.0, + "content": "mixture models. Information and Inference: A Journal of the IMA, 7(3):447–508, 2018.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "spans": [ + { + "bbox": [ + 104, + 470, + 506, + 485 + ], + "score": 1.0, + "content": "[29] D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. arXiv preprint", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 482, + 227, + 495 + ], + "spans": [ + { + "bbox": [ + 126, + 482, + 227, + 495 + ], + "score": 1.0, + "content": "arXiv:1412.6980, 2014.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 499, + 507, + 514 + ], + "spans": [ + { + "bbox": [ + 104, + 499, + 507, + 514 + ], + "score": 1.0, + "content": "[30] A. Kucukelbir, D. Tran, R. Ranganath, A. Gelman, and D. M. Blei. Automatic differentiation", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 127, + 511, + 484, + 525 + ], + "spans": [ + { + "bbox": [ + 127, + 511, + 484, + 525 + ], + "score": 1.0, + "content": "variational inference. The Journal of Machine Learning Research, 18(1):430–474, 2017.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 104, + 530, + 506, + 544 + ], + "spans": [ + { + "bbox": [ + 104, + 530, + 506, + 544 + ], + "score": 1.0, + "content": "[31] E. Kuhn and M. Lavielle. Coupling a stochastic approximation version of EM with an MCMC", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 126, + 540, + 388, + 555 + ], + "spans": [ + { + "bbox": [ + 126, + 540, + 388, + 555 + ], + "score": 1.0, + "content": "procedure. ESAIM: Probability and Statistics, 8:115–131, 2004.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 106, + 560, + 506, + 573 + ], + "score": 1.0, + "content": "[32] E. Kuhn, C. Matias, and T. Rebafka. Properties of the stochastic approximation EM algorithm", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 126, + 570, + 440, + 584 + ], + "spans": [ + { + "bbox": [ + 126, + 570, + 440, + 584 + ], + "score": 1.0, + "content": "with mini-batch sampling. Statistics and Computing, 30(6):1725–1739, 2020.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 589, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 506, + 603 + ], + "score": 1.0, + "content": "[33] A. Lagrange, M. Fauvel, and M. Grizonnet. Large-scale feature selection with Gaussian mixture", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 125, + 599, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 125, + 599, + 506, + 615 + ], + "score": 1.0, + "content": "models for the classification of high dimensional remote sensing images. IEEE Transactions on", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 126, + 610, + 314, + 625 + ], + "spans": [ + { + "bbox": [ + 126, + 610, + 314, + 625 + ], + "score": 1.0, + "content": "Computational Imaging, 3(2):230–242, 2017.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 506, + 643 + ], + "score": 1.0, + "content": "[34] M. Lavine and M. West. A Bayesian method for classification and discrimination. Canadian", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 126, + 640, + 301, + 654 + ], + "spans": [ + { + "bbox": [ + 126, + 640, + 301, + 654 + ], + "score": 1.0, + "content": "Journal of Statistics, 20(4):451–461, 1992.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 673 + ], + "score": 1.0, + "content": "[35] M. Little, P. McSharry, S. Roberts, D. Costello, and I. Moroz. Exploiting nonlinear recurrence", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 126, + 671, + 507, + 684 + ], + "spans": [ + { + "bbox": [ + 126, + 671, + 507, + 684 + ], + "score": 1.0, + "content": "and fractal scaling properties for voice disorder detection. Nature Precedings, pages 1–1, 2007.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 104, + 689, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 104, + 689, + 506, + 702 + ], + "score": 1.0, + "content": "[36] R. Maitra and V. Melnykov. Simulating data to study performance of finite mixture modeling", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 700, + 507, + 714 + ], + "spans": [ + { + "bbox": [ + 126, + 700, + 507, + 714 + ], + "score": 1.0, + "content": "and clustering algorithms. Journal of Computational and Graphical Statistics, 19(2):354–376,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 126, + 708, + 155, + 725 + ], + "spans": [ + { + "bbox": [ + 126, + 708, + 155, + 725 + ], + "score": 1.0, + "content": "2010.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 22.5, + "bbox_fs": [ + 85, + 73, + 508, + 725 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 95, + 68, + 508, + 729 + ], + "lines": [ + { + "bbox": [ + 91, + 72, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 91, + 72, + 506, + 86 + ], + "score": 1.0, + "content": "15 [37] O. L. Mangasarian and W. H. Wolberg. Cancer diagnosis via linear programming. Technical", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 125, + 84, + 461, + 96 + ], + "spans": [ + { + "bbox": [ + 125, + 84, + 461, + 96 + ], + "score": 1.0, + "content": "report, University of Wisconsin-Madison Department of Computer Sciences, 1990.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 92, + 103, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 92, + 103, + 505, + 115 + ], + "score": 1.0, + "content": "17 [38] J.-M. Marin, K. Mengersen, and C. P. Robert. Bayesian modelling and inference on mixtures of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 127, + 114, + 356, + 126 + ], + "spans": [ + { + "bbox": [ + 127, + 114, + 356, + 126 + ], + "score": 1.0, + "content": "distributions. Handbook of statistics, 25:459–507, 2005.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 90, + 130, + 506, + 147 + ], + "spans": [ + { + "bbox": [ + 90, + 130, + 506, + 147 + ], + "score": 1.0, + "content": "19 [39] C. A. McGrory, D. C. Ahfock, J. A. Horsley, and C. L. Alston. Weighted Gibbs sampling for", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 127, + 144, + 441, + 155 + ], + "spans": [ + { + "bbox": [ + 127, + 144, + 441, + 155 + ], + "score": 1.0, + "content": "mixture modelling of massive datasets via coresets. Stat, 3(1):291–299, 2014.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 102, + 162, + 507, + 175 + ], + "spans": [ + { + "bbox": [ + 102, + 162, + 507, + 175 + ], + "score": 1.0, + "content": "[40] G. J. McLachlan, S. X. Lee, and S. I. Rathnayake. Finite mixture models. Annual review of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 173, + 318, + 187 + ], + "spans": [ + { + "bbox": [ + 126, + 173, + 318, + 187 + ], + "score": 1.0, + "content": "statistics and its application, 6:355–378, 2019.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 89, + 190, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 89, + 190, + 506, + 207 + ], + "score": 1.0, + "content": "423 [41] V. Melnykov, W.-C. Chen, and R. Maitra. MixSim: An R package for simulating data to study", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 126, + 203, + 473, + 216 + ], + "spans": [ + { + "bbox": [ + 126, + 203, + 473, + 216 + ], + "score": 1.0, + "content": "performance of clustering algorithms. Journal of Statistical Software, 51(12):1, 2012.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 92, + 221, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 92, + 221, + 505, + 235 + ], + "score": 1.0, + "content": "25 [42] T. Monnier, T. Groueix, and M. Aubry. Deep transformation-invariant clustering. In Conference", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 126, + 233, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 126, + 233, + 394, + 245 + ], + "score": 1.0, + "content": "on Neural Information Processing Systems (NeurIPS 2020), 2020.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 251, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 104, + 251, + 506, + 264 + ], + "score": 1.0, + "content": "[43] I. Naim and D. Gildea. Convergence of the EM algorithm for Gaussian mixtures with unbalanced", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 127, + 262, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 127, + 262, + 506, + 275 + ], + "score": 1.0, + "content": "mixing coefficients. In Proceedings of the 29th International Coference on International", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 125, + 272, + 369, + 287 + ], + "spans": [ + { + "bbox": [ + 125, + 272, + 369, + 287 + ], + "score": 1.0, + "content": "Conference on Machine Learning, pages 1427–1431, 2012.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 506, + 305 + ], + "score": 1.0, + "content": "[44] H. D. Nguyen, F. Forbes, and G. J. McLachlan. Mini-batch learning of exponential family finite", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 124, + 302, + 377, + 317 + ], + "spans": [ + { + "bbox": [ + 124, + 302, + 377, + 317 + ], + "score": 1.0, + "content": "mixture models. Statistics and Computing, pages 1–18, 2020.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 104, + 321, + 506, + 335 + ], + "score": 1.0, + "content": "[45] R. Peharz, A. Vergari, K. Stelzner, A. Molina, X. Shao, M. Trapp, K. Kersting, and Z. Ghahra-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 127, + 333, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 127, + 333, + 505, + 347 + ], + "score": 1.0, + "content": "mani. Random sum-product networks: A simple and effective approach to probabilistic deep", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 127, + 344, + 450, + 357 + ], + "spans": [ + { + "bbox": [ + 127, + 344, + 450, + 357 + ], + "score": 1.0, + "content": "learning. In Uncertainty in Artificial Intelligence, pages 334–344. PMLR, 2020.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 104, + 362, + 507, + 375 + ], + "spans": [ + { + "bbox": [ + 104, + 362, + 507, + 375 + ], + "score": 1.0, + "content": "[46] T. Pevný. Loda: Lightweight on-line detector of anomalies. Machine Learning, 102(2):275–304,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 125, + 372, + 155, + 387 + ], + "spans": [ + { + "bbox": [ + 125, + 372, + 155, + 387 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 392, + 507, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 507, + 405 + ], + "score": 1.0, + "content": "[47] T. Pevný, V. Šmídl, M. Trapp, O. Polácek, and T. Oberhuber. Sum-product-transform networks: ˇ", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 126, + 402, + 507, + 417 + ], + "spans": [ + { + "bbox": [ + 126, + 402, + 507, + 417 + ], + "score": 1.0, + "content": "Exploiting symmetries using invertible transformations. arXiv preprint arXiv:2005.01297,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 126, + 412, + 154, + 427 + ], + "spans": [ + { + "bbox": [ + 126, + 412, + 154, + 427 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 103, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 103, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "[48] G. G. Pires and M. A. Figueiredo. Variational mixture of normalizing flows. arXiv preprint", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 125, + 443, + 232, + 456 + ], + "spans": [ + { + "bbox": [ + 125, + 443, + 232, + 456 + ], + "score": 1.0, + "content": "arXiv:2009.00585, 2020.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 91, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 91, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "42 [49] A. Rau, C. Maugis-Rabusseau, M.-L. Martin-Magniette, and G. Celeux. Co-expression analysis", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 127, + 473, + 507, + 487 + ], + "spans": [ + { + "bbox": [ + 127, + 473, + 507, + 487 + ], + "score": 1.0, + "content": "of high-throughput transcriptome sequencing data with Poisson mixture models. Bioinformatics,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 483, + 228, + 497 + ], + "spans": [ + { + "bbox": [ + 126, + 483, + 228, + 497 + ], + "score": 1.0, + "content": "31(9):1420–1427, 2015.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 91, + 502, + 507, + 516 + ], + "spans": [ + { + "bbox": [ + 91, + 502, + 507, + 516 + ], + "score": 1.0, + "content": "45 [50] R. A. Redner and H. F. Walker. Mixture densities, maximum likelihood and the EM algorithm.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 125, + 513, + 274, + 526 + ], + "spans": [ + { + "bbox": [ + 125, + 513, + 274, + 526 + ], + "score": 1.0, + "content": "SIAM review, 26(2):195–239, 1984.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 93, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 93, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "47 [51] H. Robbins and S. Monro. A stochastic approximation method. The annals of mathematical", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 125, + 543, + 259, + 556 + ], + "spans": [ + { + "bbox": [ + 125, + 543, + 259, + 556 + ], + "score": 1.0, + "content": "statistics, pages 400–407, 1951.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 90, + 561, + 507, + 576 + ], + "spans": [ + { + "bbox": [ + 90, + 561, + 507, + 576 + ], + "score": 1.0, + "content": "49 [52] C. Robert and G. Casella. Monte Carlo statistical methods. Springer Science & Business Media,", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 126, + 572, + 154, + 587 + ], + "spans": [ + { + "bbox": [ + 126, + 572, + 154, + 587 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 103, + 592, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 103, + 592, + 506, + 606 + ], + "score": 1.0, + "content": "[53] W. Siblini, P. Kuntz, and F. Meyer. A review on dimensionality reduction for multi-label", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 127, + 603, + 442, + 617 + ], + "spans": [ + { + "bbox": [ + 127, + 603, + 442, + 617 + ], + "score": 1.0, + "content": "classification. IEEE Transactions on Knowledge and Data Engineering, 2019.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 91, + 621, + 394, + 635 + ], + "spans": [ + { + "bbox": [ + 91, + 621, + 394, + 635 + ], + "score": 1.0, + "content": "53 [54] J. P. Siebert. Vehicle recognition using rule based methods. 1987.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 101, + 639, + 507, + 656 + ], + "spans": [ + { + "bbox": [ + 101, + 639, + 507, + 656 + ], + "score": 1.0, + "content": "[55] C. Viroli and G. J. McLachlan. Deep gaussian mixture models. Statistics and Computing,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 127, + 651, + 207, + 664 + ], + "spans": [ + { + "bbox": [ + 127, + 651, + 207, + 664 + ], + "score": 1.0, + "content": "29(1):43–51, 2019.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 92, + 668, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 92, + 668, + 506, + 685 + ], + "score": 1.0, + "content": "56 [56] C. F. J. Wu. On the convergence properties of the EM algorithm. The Annals of statistics, pages", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 127, + 680, + 190, + 694 + ], + "spans": [ + { + "bbox": [ + 127, + 680, + 190, + 694 + ], + "score": 1.0, + "content": "95–103, 1983.", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 90, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 90, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "58 [57] D. Wu and J. Ma. An effective EM algorithm for mixtures of Gaussian processes via the MCMC", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 126, + 710, + 402, + 724 + ], + "spans": [ + { + "bbox": [ + 126, + 710, + 402, + 724 + ], + "score": 1.0, + "content": "sampling and approximation. Neurocomputing, 331:366–374, 2019.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 22 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 751 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "12", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 86, + 73, + 103, + 734 + ], + "lines": [ + { + "bbox": [ + 84, + 74, + 101, + 86 + ], + "spans": [ + { + "bbox": [ + 84, + 74, + 101, + 86 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 85, + 101, + 97 + ], + "spans": [ + { + "bbox": [ + 84, + 85, + 101, + 97 + ], + "score": 1.0, + "content": "416", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 104, + 100, + 115 + ], + "spans": [ + { + "bbox": [ + 84, + 104, + 100, + 115 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 115, + 102, + 129 + ], + "spans": [ + { + "bbox": [ + 83, + 115, + 102, + 129 + ], + "score": 1.0, + "content": "418", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 134, + 101, + 145 + ], + "spans": [ + { + "bbox": [ + 84, + 134, + 101, + 145 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 145, + 100, + 157 + ], + "spans": [ + { + "bbox": [ + 85, + 145, + 100, + 157 + ], + "score": 1.0, + "content": "420", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 163, + 100, + 175 + ], + "spans": [ + { + "bbox": [ + 85, + 163, + 100, + 175 + ], + "score": 1.0, + "content": "421", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 174, + 102, + 189 + ], + "spans": [ + { + "bbox": [ + 84, + 174, + 102, + 189 + ], + "score": 1.0, + "content": "422", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 204, + 101, + 218 + ], + "spans": [ + { + "bbox": [ + 85, + 204, + 101, + 218 + ], + "score": 1.0, + "content": "424", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 222, + 100, + 234 + ], + "spans": [ + { + "bbox": [ + 85, + 222, + 100, + 234 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 233, + 101, + 250 + ], + "spans": [ + { + "bbox": [ + 84, + 233, + 101, + 250 + ], + "score": 1.0, + "content": "426", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 252, + 100, + 264 + ], + "spans": [ + { + "bbox": [ + 85, + 252, + 100, + 264 + ], + "score": 1.0, + "content": "427", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 263, + 100, + 274 + ], + "spans": [ + { + "bbox": [ + 84, + 263, + 100, + 274 + ], + "score": 1.0, + "content": "428", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 274, + 101, + 290 + ], + "spans": [ + { + "bbox": [ + 84, + 274, + 101, + 290 + ], + "score": 1.0, + "content": "429", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 293, + 100, + 305 + ], + "spans": [ + { + "bbox": [ + 85, + 293, + 100, + 305 + ], + "score": 1.0, + "content": "430", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 304, + 101, + 320 + ], + "spans": [ + { + "bbox": [ + 84, + 304, + 101, + 320 + ], + "score": 1.0, + "content": "431", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 322, + 100, + 335 + ], + "spans": [ + { + "bbox": [ + 85, + 322, + 100, + 335 + ], + "score": 1.0, + "content": "432", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 333, + 101, + 346 + ], + "spans": [ + { + "bbox": [ + 85, + 333, + 101, + 346 + ], + "score": 1.0, + "content": "433", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 344, + 101, + 360 + ], + "spans": [ + { + "bbox": [ + 84, + 344, + 101, + 360 + ], + "score": 1.0, + "content": "434", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 363, + 100, + 375 + ], + "spans": [ + { + "bbox": [ + 84, + 363, + 100, + 375 + ], + "score": 1.0, + "content": "435", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 374, + 101, + 389 + ], + "spans": [ + { + "bbox": [ + 84, + 374, + 101, + 389 + ], + "score": 1.0, + "content": "436", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 393, + 100, + 405 + ], + "spans": [ + { + "bbox": [ + 85, + 393, + 100, + 405 + ], + "score": 1.0, + "content": "437", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 404, + 101, + 415 + ], + "spans": [ + { + "bbox": [ + 84, + 404, + 101, + 415 + ], + "score": 1.0, + "content": "438", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 414, + 102, + 430 + ], + "spans": [ + { + "bbox": [ + 84, + 414, + 102, + 430 + ], + "score": 1.0, + "content": "439", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 434, + 100, + 446 + ], + "spans": [ + { + "bbox": [ + 84, + 434, + 100, + 446 + ], + "score": 1.0, + "content": "440", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 445, + 99, + 458 + ], + "spans": [ + { + "bbox": [ + 85, + 445, + 99, + 458 + ], + "score": 1.0, + "content": "441", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 462, + 102, + 477 + ], + "spans": [ + { + "bbox": [ + 83, + 462, + 102, + 477 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 474, + 100, + 487 + ], + "spans": [ + { + "bbox": [ + 84, + 474, + 100, + 487 + ], + "score": 1.0, + "content": "443", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 486, + 101, + 500 + ], + "spans": [ + { + "bbox": [ + 85, + 486, + 101, + 500 + ], + "score": 1.0, + "content": "444", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 502, + 102, + 516 + ], + "spans": [ + { + "bbox": [ + 83, + 502, + 102, + 516 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 515, + 101, + 529 + ], + "spans": [ + { + "bbox": [ + 85, + 515, + 101, + 529 + ], + "score": 1.0, + "content": "446", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 534, + 100, + 545 + ], + "spans": [ + { + "bbox": [ + 85, + 534, + 100, + 545 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 544, + 101, + 561 + ], + "spans": [ + { + "bbox": [ + 84, + 544, + 101, + 561 + ], + "score": 1.0, + "content": "448", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 563, + 100, + 575 + ], + "spans": [ + { + "bbox": [ + 84, + 563, + 100, + 575 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 574, + 101, + 589 + ], + "spans": [ + { + "bbox": [ + 84, + 574, + 101, + 589 + ], + "score": 1.0, + "content": "450", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 592, + 100, + 605 + ], + "spans": [ + { + "bbox": [ + 85, + 592, + 100, + 605 + ], + "score": 1.0, + "content": "451", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 604, + 102, + 619 + ], + "spans": [ + { + "bbox": [ + 84, + 604, + 102, + 619 + ], + "score": 1.0, + "content": "452", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 623, + 101, + 637 + ], + "spans": [ + { + "bbox": [ + 85, + 623, + 101, + 637 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 83, + 640, + 102, + 654 + ], + "spans": [ + { + "bbox": [ + 83, + 640, + 102, + 654 + ], + "score": 1.0, + "content": "454", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 652, + 101, + 668 + ], + "spans": [ + { + "bbox": [ + 84, + 652, + 101, + 668 + ], + "score": 1.0, + "content": "455", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 672, + 101, + 683 + ], + "spans": [ + { + "bbox": [ + 85, + 672, + 101, + 683 + ], + "score": 1.0, + "content": "4", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 682, + 101, + 696 + ], + "spans": [ + { + "bbox": [ + 85, + 682, + 101, + 696 + ], + "score": 1.0, + "content": "457", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 712, + 101, + 725 + ], + "spans": [ + { + "bbox": [ + 85, + 712, + 101, + 725 + ], + "score": 1.0, + "content": "459", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 95, + 68, + 508, + 729 + ], + "lines": [ + { + "bbox": [ + 91, + 72, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 91, + 72, + 506, + 86 + ], + "score": 1.0, + "content": "15 [37] O. L. Mangasarian and W. H. Wolberg. Cancer diagnosis via linear programming. Technical", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 84, + 461, + 96 + ], + "spans": [ + { + "bbox": [ + 125, + 84, + 461, + 96 + ], + "score": 1.0, + "content": "report, University of Wisconsin-Madison Department of Computer Sciences, 1990.", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 92, + 103, + 505, + 115 + ], + "spans": [ + { + "bbox": [ + 92, + 103, + 505, + 115 + ], + "score": 1.0, + "content": "17 [38] J.-M. Marin, K. Mengersen, and C. P. Robert. Bayesian modelling and inference on mixtures of", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 114, + 356, + 126 + ], + "spans": [ + { + "bbox": [ + 127, + 114, + 356, + 126 + ], + "score": 1.0, + "content": "distributions. Handbook of statistics, 25:459–507, 2005.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 90, + 130, + 506, + 147 + ], + "spans": [ + { + "bbox": [ + 90, + 130, + 506, + 147 + ], + "score": 1.0, + "content": "19 [39] C. A. McGrory, D. C. Ahfock, J. A. Horsley, and C. L. Alston. Weighted Gibbs sampling for", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 144, + 441, + 155 + ], + "spans": [ + { + "bbox": [ + 127, + 144, + 441, + 155 + ], + "score": 1.0, + "content": "mixture modelling of massive datasets via coresets. Stat, 3(1):291–299, 2014.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 102, + 162, + 507, + 175 + ], + "spans": [ + { + "bbox": [ + 102, + 162, + 507, + 175 + ], + "score": 1.0, + "content": "[40] G. J. McLachlan, S. X. Lee, and S. I. Rathnayake. Finite mixture models. Annual review of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 126, + 173, + 318, + 187 + ], + "spans": [ + { + "bbox": [ + 126, + 173, + 318, + 187 + ], + "score": 1.0, + "content": "statistics and its application, 6:355–378, 2019.", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 89, + 190, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 89, + 190, + 506, + 207 + ], + "score": 1.0, + "content": "423 [41] V. Melnykov, W.-C. Chen, and R. Maitra. MixSim: An R package for simulating data to study", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 203, + 473, + 216 + ], + "spans": [ + { + "bbox": [ + 126, + 203, + 473, + 216 + ], + "score": 1.0, + "content": "performance of clustering algorithms. Journal of Statistical Software, 51(12):1, 2012.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 92, + 221, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 92, + 221, + 505, + 235 + ], + "score": 1.0, + "content": "25 [42] T. Monnier, T. Groueix, and M. Aubry. Deep transformation-invariant clustering. In Conference", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 233, + 394, + 245 + ], + "spans": [ + { + "bbox": [ + 126, + 233, + 394, + 245 + ], + "score": 1.0, + "content": "on Neural Information Processing Systems (NeurIPS 2020), 2020.", + "type": "text" + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 251, + 506, + 264 + ], + "spans": [ + { + "bbox": [ + 104, + 251, + 506, + 264 + ], + "score": 1.0, + "content": "[43] I. Naim and D. Gildea. Convergence of the EM algorithm for Gaussian mixtures with unbalanced", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 127, + 262, + 506, + 275 + ], + "spans": [ + { + "bbox": [ + 127, + 262, + 506, + 275 + ], + "score": 1.0, + "content": "mixing coefficients. In Proceedings of the 29th International Coference on International", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 125, + 272, + 369, + 287 + ], + "spans": [ + { + "bbox": [ + 125, + 272, + 369, + 287 + ], + "score": 1.0, + "content": "Conference on Machine Learning, pages 1427–1431, 2012.", + "type": "text" + } + ], + "index": 14, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 291, + 506, + 305 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 506, + 305 + ], + "score": 1.0, + "content": "[44] H. D. Nguyen, F. Forbes, and G. J. McLachlan. Mini-batch learning of exponential family finite", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 124, + 302, + 377, + 317 + ], + "spans": [ + { + "bbox": [ + 124, + 302, + 377, + 317 + ], + "score": 1.0, + "content": "mixture models. Statistics and Computing, pages 1–18, 2020.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 321, + 506, + 335 + ], + "spans": [ + { + "bbox": [ + 104, + 321, + 506, + 335 + ], + "score": 1.0, + "content": "[45] R. Peharz, A. Vergari, K. Stelzner, A. Molina, X. Shao, M. Trapp, K. Kersting, and Z. Ghahra-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 127, + 333, + 505, + 347 + ], + "spans": [ + { + "bbox": [ + 127, + 333, + 505, + 347 + ], + "score": 1.0, + "content": "mani. Random sum-product networks: A simple and effective approach to probabilistic deep", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 127, + 344, + 450, + 357 + ], + "spans": [ + { + "bbox": [ + 127, + 344, + 450, + 357 + ], + "score": 1.0, + "content": "learning. In Uncertainty in Artificial Intelligence, pages 334–344. PMLR, 2020.", + "type": "text" + } + ], + "index": 19, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 362, + 507, + 375 + ], + "spans": [ + { + "bbox": [ + 104, + 362, + 507, + 375 + ], + "score": 1.0, + "content": "[46] T. Pevný. Loda: Lightweight on-line detector of anomalies. Machine Learning, 102(2):275–304,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 125, + 372, + 155, + 387 + ], + "spans": [ + { + "bbox": [ + 125, + 372, + 155, + 387 + ], + "score": 1.0, + "content": "2016.", + "type": "text" + } + ], + "index": 21, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 392, + 507, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 507, + 405 + ], + "score": 1.0, + "content": "[47] T. Pevný, V. Šmídl, M. Trapp, O. Polácek, and T. Oberhuber. Sum-product-transform networks: ˇ", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 126, + 402, + 507, + 417 + ], + "spans": [ + { + "bbox": [ + 126, + 402, + 507, + 417 + ], + "score": 1.0, + "content": "Exploiting symmetries using invertible transformations. arXiv preprint arXiv:2005.01297,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 126, + 412, + 154, + 427 + ], + "spans": [ + { + "bbox": [ + 126, + 412, + 154, + 427 + ], + "score": 1.0, + "content": "2020.", + "type": "text" + } + ], + "index": 24, + "is_list_end_line": true + }, + { + "bbox": [ + 103, + 432, + 506, + 446 + ], + "spans": [ + { + "bbox": [ + 103, + 432, + 506, + 446 + ], + "score": 1.0, + "content": "[48] G. G. Pires and M. A. Figueiredo. Variational mixture of normalizing flows. arXiv preprint", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 125, + 443, + 232, + 456 + ], + "spans": [ + { + "bbox": [ + 125, + 443, + 232, + 456 + ], + "score": 1.0, + "content": "arXiv:2009.00585, 2020.", + "type": "text" + } + ], + "index": 26, + "is_list_end_line": true + }, + { + "bbox": [ + 91, + 462, + 505, + 476 + ], + "spans": [ + { + "bbox": [ + 91, + 462, + 505, + 476 + ], + "score": 1.0, + "content": "42 [49] A. Rau, C. Maugis-Rabusseau, M.-L. Martin-Magniette, and G. Celeux. Co-expression analysis", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 473, + 507, + 487 + ], + "spans": [ + { + "bbox": [ + 127, + 473, + 507, + 487 + ], + "score": 1.0, + "content": "of high-throughput transcriptome sequencing data with Poisson mixture models. Bioinformatics,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 483, + 228, + 497 + ], + "spans": [ + { + "bbox": [ + 126, + 483, + 228, + 497 + ], + "score": 1.0, + "content": "31(9):1420–1427, 2015.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 91, + 502, + 507, + 516 + ], + "spans": [ + { + "bbox": [ + 91, + 502, + 507, + 516 + ], + "score": 1.0, + "content": "45 [50] R. A. Redner and H. F. Walker. Mixture densities, maximum likelihood and the EM algorithm.", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 513, + 274, + 526 + ], + "spans": [ + { + "bbox": [ + 125, + 513, + 274, + 526 + ], + "score": 1.0, + "content": "SIAM review, 26(2):195–239, 1984.", + "type": "text" + } + ], + "index": 31, + "is_list_end_line": true + }, + { + "bbox": [ + 93, + 532, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 93, + 532, + 506, + 546 + ], + "score": 1.0, + "content": "47 [51] H. Robbins and S. Monro. A stochastic approximation method. The annals of mathematical", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 125, + 543, + 259, + 556 + ], + "spans": [ + { + "bbox": [ + 125, + 543, + 259, + 556 + ], + "score": 1.0, + "content": "statistics, pages 400–407, 1951.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 90, + 561, + 507, + 576 + ], + "spans": [ + { + "bbox": [ + 90, + 561, + 507, + 576 + ], + "score": 1.0, + "content": "49 [52] C. Robert and G. Casella. Monte Carlo statistical methods. Springer Science & Business Media,", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 572, + 154, + 587 + ], + "spans": [ + { + "bbox": [ + 126, + 572, + 154, + 587 + ], + "score": 1.0, + "content": "2013.", + "type": "text" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 103, + 592, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 103, + 592, + 506, + 606 + ], + "score": 1.0, + "content": "[53] W. Siblini, P. Kuntz, and F. Meyer. A review on dimensionality reduction for multi-label", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 127, + 603, + 442, + 617 + ], + "spans": [ + { + "bbox": [ + 127, + 603, + 442, + 617 + ], + "score": 1.0, + "content": "classification. IEEE Transactions on Knowledge and Data Engineering, 2019.", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 91, + 621, + 394, + 635 + ], + "spans": [ + { + "bbox": [ + 91, + 621, + 394, + 635 + ], + "score": 1.0, + "content": "53 [54] J. P. Siebert. Vehicle recognition using rule based methods. 1987.", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 101, + 639, + 507, + 656 + ], + "spans": [ + { + "bbox": [ + 101, + 639, + 507, + 656 + ], + "score": 1.0, + "content": "[55] C. Viroli and G. J. McLachlan. Deep gaussian mixture models. Statistics and Computing,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 127, + 651, + 207, + 664 + ], + "spans": [ + { + "bbox": [ + 127, + 651, + 207, + 664 + ], + "score": 1.0, + "content": "29(1):43–51, 2019.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 92, + 668, + 506, + 685 + ], + "spans": [ + { + "bbox": [ + 92, + 668, + 506, + 685 + ], + "score": 1.0, + "content": "56 [56] C. F. J. Wu. On the convergence properties of the EM algorithm. The Annals of statistics, pages", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 127, + 680, + 190, + 694 + ], + "spans": [ + { + "bbox": [ + 127, + 680, + 190, + 694 + ], + "score": 1.0, + "content": "95–103, 1983.", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + }, + { + "bbox": [ + 90, + 699, + 505, + 713 + ], + "spans": [ + { + "bbox": [ + 90, + 699, + 505, + 713 + ], + "score": 1.0, + "content": "58 [57] D. Wu and J. Ma. An effective EM algorithm for mixtures of Gaussian processes via the MCMC", + "type": "text" + } + ], + "index": 43, + "is_list_start_line": true + }, + { + "bbox": [ + 126, + 710, + 402, + 724 + ], + "spans": [ + { + "bbox": [ + 126, + 710, + 402, + 724 + ], + "score": 1.0, + "content": "sampling and approximation. Neurocomputing, 331:366–374, 2019.", + "type": "text" + } + ], + "index": 44, + "is_list_end_line": true + } + ], + "index": 22, + "bbox_fs": [ + 89, + 72, + 507, + 724 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 92, + 72, + 506, + 188 + ], + "lines": [ + { + "bbox": [ + 91, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 91, + 75, + 99, + 84 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[58] W. Xiang, A. Karfoul, C. Yang, H. Shu, and R. L. B. Jeannès. An exact line search scheme to", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 90, + 84, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 90, + 86, + 99, + 95 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 127, + 84, + 506, + 97 + ], + "score": 1.0, + "content": "accelerate the EM algorithm: Application to Gaussian mixture models identification. Journal of", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 90, + 95, + 294, + 107 + ], + "spans": [ + { + "bbox": [ + 90, + 96, + 100, + 107 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 127, + 95, + 294, + 107 + ], + "score": 1.0, + "content": "computational science, 41:101073, 2020.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 90, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 90, + 115, + 99, + 125 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 106, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "[59] M. Zhang, Y. Fu, K. M. Bennett, and T. Wu. Computational efficient variational Bayesian Gaus-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 90, + 124, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 90, + 126, + 100, + 136 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 127, + 124, + 505, + 138 + ], + "score": 1.0, + "content": "sian mixture models via coreset. In 2016 International Conference on Computer, Information", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 90, + 134, + 389, + 149 + ], + "spans": [ + { + "bbox": [ + 90, + 137, + 100, + 147 + ], + "score": 1.0, + "content": "65", + "type": "text" + }, + { + "bbox": [ + 127, + 134, + 389, + 149 + ], + "score": 1.0, + "content": "and Telecommunication Systems (CITS), pages 1–5. IEEE, 2016.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 90, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 90, + 156, + 100, + 165 + ], + "score": 1.0, + "content": "66", + "type": "text" + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "[60] H. Zhao, P. Poupart, and G. Gordon. A unified approach for learning the parameters of sum-", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 90, + 165, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 90, + 167, + 100, + 177 + ], + "score": 1.0, + "content": "67", + "type": "text" + }, + { + "bbox": [ + 127, + 165, + 506, + 179 + ], + "score": 1.0, + "content": "product networks. In Proceedings of the 30th International Conference on Neural Information", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 90, + 176, + 300, + 189 + ], + "spans": [ + { + "bbox": [ + 90, + 178, + 100, + 188 + ], + "score": 1.0, + "content": "68", + "type": "text" + }, + { + "bbox": [ + 127, + 176, + 300, + 189 + ], + "score": 1.0, + "content": "Processing Systems, pages 433–441, 2016.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 4 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "13", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "index", + "bbox": [ + 92, + 72, + 506, + 188 + ], + "lines": [ + { + "bbox": [ + 91, + 73, + 506, + 86 + ], + "spans": [ + { + "bbox": [ + 91, + 75, + 99, + 84 + ], + "score": 1.0, + "content": "60", + "type": "text" + }, + { + "bbox": [ + 105, + 73, + 506, + 86 + ], + "score": 1.0, + "content": "[58] W. Xiang, A. Karfoul, C. Yang, H. Shu, and R. L. B. Jeannès. An exact line search scheme to", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 84, + 506, + 97 + ], + "spans": [ + { + "bbox": [ + 90, + 86, + 99, + 95 + ], + "score": 1.0, + "content": "61", + "type": "text" + }, + { + "bbox": [ + 127, + 84, + 506, + 97 + ], + "score": 1.0, + "content": "accelerate the EM algorithm: Application to Gaussian mixture models identification. Journal of", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 95, + 294, + 107 + ], + "spans": [ + { + "bbox": [ + 90, + 96, + 100, + 107 + ], + "score": 1.0, + "content": "62", + "type": "text" + }, + { + "bbox": [ + 127, + 95, + 294, + 107 + ], + "score": 1.0, + "content": "computational science, 41:101073, 2020.", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 113, + 506, + 127 + ], + "spans": [ + { + "bbox": [ + 90, + 115, + 99, + 125 + ], + "score": 1.0, + "content": "63", + "type": "text" + }, + { + "bbox": [ + 106, + 113, + 506, + 127 + ], + "score": 1.0, + "content": "[59] M. Zhang, Y. Fu, K. M. Bennett, and T. Wu. Computational efficient variational Bayesian Gaus-", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 124, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 90, + 126, + 100, + 136 + ], + "score": 1.0, + "content": "64", + "type": "text" + }, + { + "bbox": [ + 127, + 124, + 505, + 138 + ], + "score": 1.0, + "content": "sian mixture models via coreset. In 2016 International Conference on Computer, Information", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 134, + 389, + 149 + ], + "spans": [ + { + "bbox": [ + 90, + 137, + 100, + 147 + ], + "score": 1.0, + "content": "65", + "type": "text" + }, + { + "bbox": [ + 127, + 134, + 389, + 149 + ], + "score": 1.0, + "content": "and Telecommunication Systems (CITS), pages 1–5. IEEE, 2016.", + "type": "text" + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 90, + 156, + 100, + 165 + ], + "score": 1.0, + "content": "66", + "type": "text" + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "[60] H. Zhao, P. Poupart, and G. Gordon. A unified approach for learning the parameters of sum-", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 165, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 90, + 167, + 100, + 177 + ], + "score": 1.0, + "content": "67", + "type": "text" + }, + { + "bbox": [ + 127, + 165, + 506, + 179 + ], + "score": 1.0, + "content": "product networks. In Proceedings of the 30th International Conference on Neural Information", + "type": "text" + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 90, + 176, + 300, + 189 + ], + "spans": [ + { + "bbox": [ + 90, + 178, + 100, + 188 + ], + "score": 1.0, + "content": "68", + "type": "text" + }, + { + "bbox": [ + 127, + 176, + 300, + 189 + ], + "score": 1.0, + "content": "Processing Systems, pages 433–441, 2016.", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + } + ], + "index": 4, + "bbox_fs": [ + 90, + 73, + 506, + 189 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 131, + 92, + 208, + 104 + ], + "lines": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "score": 1.0, + "content": "1. For all authors...", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 146, + 107, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 145, + 107, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 145, + 107, + 505, + 120 + ], + "score": 1.0, + "content": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 162, + 118, + 288, + 131 + ], + "spans": [ + { + "bbox": [ + 162, + 118, + 288, + 131 + ], + "score": 1.0, + "content": "contributions and scope? [Yes]", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 144, + 130, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 144, + 130, + 506, + 145 + ], + "score": 1.0, + "content": "(b) Did you describe the limitations of your work? [Yes] Our main contribution is compu-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 162, + 142, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 162, + 142, + 505, + 154 + ], + "score": 1.0, + "content": "tational speedup. Cases where it was not achieved are highlighted in the experimental", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 161, + 152, + 196, + 165 + ], + "spans": [ + { + "bbox": [ + 161, + 152, + 196, + 165 + ], + "score": 1.0, + "content": "section.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 146, + 165, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 146, + 165, + 506, + 179 + ], + "score": 1.0, + "content": "(c) Did you discuss any potential negative societal impacts of your work? [No] We do not", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 162, + 177, + 315, + 189 + ], + "spans": [ + { + "bbox": [ + 162, + 177, + 315, + 189 + ], + "score": 1.0, + "content": "foresee any potential negative impact.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 144, + 189, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 144, + 189, + 505, + 203 + ], + "score": 1.0, + "content": "(d) Have you read the ethics review guidelines and ensured that your paper conforms to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 161, + 200, + 214, + 213 + ], + "spans": [ + { + "bbox": [ + 161, + 200, + 214, + 213 + ], + "score": 1.0, + "content": "them? [Yes]", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 132, + 216, + 302, + 227 + ], + "lines": [ + { + "bbox": [ + 129, + 214, + 304, + 229 + ], + "spans": [ + { + "bbox": [ + 129, + 214, + 304, + 229 + ], + "score": 1.0, + "content": "2. If you are including theoretical results...", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 146, + 230, + 451, + 255 + ], + "lines": [ + { + "bbox": [ + 145, + 230, + 453, + 243 + ], + "spans": [ + { + "bbox": [ + 145, + 230, + 453, + 243 + ], + "score": 1.0, + "content": "(a) Did you state the full set of assumptions of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 144, + 243, + 424, + 256 + ], + "spans": [ + { + "bbox": [ + 144, + 243, + 424, + 256 + ], + "score": 1.0, + "content": "(b) Did you include complete proofs of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 130, + 258, + 241, + 270 + ], + "lines": [ + { + "bbox": [ + 128, + 256, + 243, + 272 + ], + "spans": [ + { + "bbox": [ + 128, + 256, + 243, + 272 + ], + "score": 1.0, + "content": "3. If you ran experiments...", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 146, + 273, + 505, + 388 + ], + "lines": [ + { + "bbox": [ + 146, + 273, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 146, + 273, + 506, + 285 + ], + "score": 1.0, + "content": "(a) Did you include the code, data, and instructions needed to reproduce the main exper-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 162, + 284, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 162, + 284, + 505, + 296 + ], + "score": 1.0, + "content": "imental results (either in the supplemental material or as a URL)? [Yes] The code is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 162, + 295, + 473, + 307 + ], + "spans": [ + { + "bbox": [ + 162, + 295, + 473, + 307 + ], + "score": 1.0, + "content": "available in a github repository. All dataset are public from the UCI database.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 146, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 146, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 162, + 319, + 305, + 330 + ], + "spans": [ + { + "bbox": [ + 162, + 319, + 305, + 330 + ], + "score": 1.0, + "content": "were chosen)? [Yes] See Section 6.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 146, + 332, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 146, + 332, + 506, + 344 + ], + "score": 1.0, + "content": "(c) Did you report error bars (e.g., with respect to the random seed after running experi-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 162, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 162, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "ments multiple times)? [No] We report only average of Monte Carlo repetitions, the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 162, + 353, + 502, + 366 + ], + "spans": [ + { + "bbox": [ + 162, + 353, + 502, + 366 + ], + "score": 1.0, + "content": "error bars were too small to have any visual impact in the reported logarithmic scale.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 146, + 365, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 146, + 365, + 505, + 380 + ], + "score": 1.0, + "content": "(d) Did you include the total amount of compute and the type of resources used (e.g., type", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 162, + 377, + 369, + 389 + ], + "spans": [ + { + "bbox": [ + 162, + 377, + 369, + 389 + ], + "score": 1.0, + "content": "of GPUs, internal cluster, or cloud provider)? [Yes]", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 132, + 392, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 129, + 390, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 129, + 390, + 506, + 406 + ], + "score": 1.0, + "content": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 146, + 407, + 505, + 525 + ], + "lines": [ + { + "bbox": [ + 145, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 145, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "(a) If your work uses existing assets, did you cite the creators? [Yes] We use 20 datasets", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 161, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 161, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "from UCI, we cite the required papers for each dataset, mostly the UCI database and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 162, + 429, + 276, + 441 + ], + "spans": [ + { + "bbox": [ + 162, + 429, + 276, + 441 + ], + "score": 1.0, + "content": "few additional publications.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 145, + 442, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 145, + 442, + 505, + 454 + ], + "score": 1.0, + "content": "(b) Did you mention the license of the assets? [No] The data are publically available, we", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 162, + 453, + 419, + 465 + ], + "spans": [ + { + "bbox": [ + 162, + 453, + 419, + 465 + ], + "score": 1.0, + "content": "comply with the requirement on citing appropriate publications.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 146, + 465, + 503, + 478 + ], + "spans": [ + { + "bbox": [ + 146, + 465, + 503, + 478 + ], + "score": 1.0, + "content": "(c) Did you include any new assets either in the supplemental material or as a URL? [No]", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 146, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 146, + 479, + 160, + 490 + ], + "score": 1.0, + "content": "(d)", + "type": "text" + }, + { + "bbox": [ + 160, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "Did you discuss whether and how consent was obtained from people whose data you’re", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 162, + 490, + 253, + 501 + ], + "spans": [ + { + "bbox": [ + 162, + 490, + 253, + 501 + ], + "score": 1.0, + "content": "using/curating? [N/A]", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 147, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 147, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "(e) Did you discuss whether the data you are using/curating contains personally identifiable", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 161, + 513, + 325, + 525 + ], + "spans": [ + { + "bbox": [ + 161, + 513, + 325, + 525 + ], + "score": 1.0, + "content": "information or offensive content? [N/A]", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 132, + 528, + 433, + 540 + ], + "lines": [ + { + "bbox": [ + 128, + 526, + 433, + 542 + ], + "spans": [ + { + "bbox": [ + 128, + 526, + 433, + 542 + ], + "score": 1.0, + "content": "5. If you used crowdsourcing or conducted research with human subjects...", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 146, + 543, + 505, + 613 + ], + "lines": [ + { + "bbox": [ + 145, + 542, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 145, + 542, + 506, + 556 + ], + "score": 1.0, + "content": "(a) Did you include the full text of instructions given to participants and screenshots, if", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 161, + 554, + 237, + 566 + ], + "spans": [ + { + "bbox": [ + 161, + 554, + 237, + 566 + ], + "score": 1.0, + "content": "applicable? [N/A]", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 145, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 145, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "(b) Did you describe any potential participant risks, with links to Institutional Review", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 161, + 577, + 342, + 590 + ], + "spans": [ + { + "bbox": [ + 161, + 577, + 342, + 590 + ], + "score": 1.0, + "content": "Board (IRB) approvals, if applicable? [N/A]", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 147, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 147, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "(c) Did you include the estimated hourly wage paid to participants and the total amount", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 162, + 601, + 333, + 614 + ], + "spans": [ + { + "bbox": [ + 162, + 601, + 333, + 614 + ], + "score": 1.0, + "content": "spent on participant compensation? [N/A]", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 300, + 741, + 311, + 750 + ], + "lines": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "spans": [ + { + "bbox": [ + 299, + 740, + 313, + 754 + ], + "score": 1.0, + "content": "14", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 87, + 71, + 156, + 84 + ], + "lines": [ + { + "bbox": [ + 86, + 70, + 158, + 87 + ], + "spans": [ + { + "bbox": [ + 86, + 73, + 100, + 87 + ], + "score": 1.0, + "content": "469", + "type": "text" + }, + { + "bbox": [ + 105, + 70, + 158, + 86 + ], + "score": 1.0, + "content": "Checklist", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 85, + 71, + 102, + 622 + ], + "lines": [ + { + "bbox": [ + 85, + 93, + 100, + 108 + ], + "spans": [ + { + "bbox": [ + 85, + 93, + 100, + 108 + ], + "score": 1.0, + "content": "470", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 109, + 99, + 120 + ], + "spans": [ + { + "bbox": [ + 85, + 109, + 99, + 120 + ], + "score": 1.0, + "content": "471", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 119, + 100, + 132 + ], + "spans": [ + { + "bbox": [ + 85, + 119, + 100, + 132 + ], + "score": 1.0, + "content": "472", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 132, + 100, + 145 + ], + "spans": [ + { + "bbox": [ + 85, + 132, + 100, + 145 + ], + "score": 1.0, + "content": "473", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 143, + 100, + 155 + ], + "spans": [ + { + "bbox": [ + 85, + 143, + 100, + 155 + ], + "score": 1.0, + "content": "474", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 154, + 100, + 167 + ], + "spans": [ + { + "bbox": [ + 85, + 154, + 100, + 167 + ], + "score": 1.0, + "content": "475", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 167, + 100, + 180 + ], + "spans": [ + { + "bbox": [ + 85, + 167, + 100, + 180 + ], + "score": 1.0, + "content": "476", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 178, + 99, + 190 + ], + "spans": [ + { + "bbox": [ + 85, + 178, + 99, + 190 + ], + "score": 1.0, + "content": "477", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 191, + 100, + 203 + ], + "spans": [ + { + "bbox": [ + 85, + 191, + 100, + 203 + ], + "score": 1.0, + "content": "478", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 202, + 100, + 216 + ], + "spans": [ + { + "bbox": [ + 85, + 202, + 100, + 216 + ], + "score": 1.0, + "content": "479", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 216, + 100, + 231 + ], + "spans": [ + { + "bbox": [ + 85, + 216, + 100, + 231 + ], + "score": 1.0, + "content": "480", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 231, + 100, + 245 + ], + "spans": [ + { + "bbox": [ + 85, + 231, + 100, + 245 + ], + "score": 1.0, + "content": "481", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 244, + 100, + 258 + ], + "spans": [ + { + "bbox": [ + 85, + 244, + 100, + 258 + ], + "score": 1.0, + "content": "482", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 259, + 100, + 274 + ], + "spans": [ + { + "bbox": [ + 85, + 259, + 100, + 274 + ], + "score": 1.0, + "content": "483", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 273, + 100, + 287 + ], + "spans": [ + { + "bbox": [ + 85, + 273, + 100, + 287 + ], + "score": 1.0, + "content": "484", + "type": "text" + } + ] + }, + { + "bbox": [ + 86, + 284, + 100, + 298 + ], + "spans": [ + { + "bbox": [ + 86, + 284, + 100, + 298 + ], + "score": 1.0, + "content": "485", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 297, + 100, + 308 + ], + "spans": [ + { + "bbox": [ + 85, + 297, + 100, + 308 + ], + "score": 1.0, + "content": "486", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 308, + 100, + 322 + ], + "spans": [ + { + "bbox": [ + 85, + 308, + 100, + 322 + ], + "score": 1.0, + "content": "487", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 320, + 100, + 333 + ], + "spans": [ + { + "bbox": [ + 85, + 320, + 100, + 333 + ], + "score": 1.0, + "content": "488", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 333, + 100, + 344 + ], + "spans": [ + { + "bbox": [ + 85, + 333, + 100, + 344 + ], + "score": 1.0, + "content": "489", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 344, + 100, + 356 + ], + "spans": [ + { + "bbox": [ + 85, + 344, + 100, + 356 + ], + "score": 1.0, + "content": "490", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 355, + 99, + 367 + ], + "spans": [ + { + "bbox": [ + 85, + 355, + 99, + 367 + ], + "score": 1.0, + "content": "491", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 367, + 100, + 381 + ], + "spans": [ + { + "bbox": [ + 85, + 367, + 100, + 381 + ], + "score": 1.0, + "content": "492", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 378, + 100, + 392 + ], + "spans": [ + { + "bbox": [ + 85, + 378, + 100, + 392 + ], + "score": 1.0, + "content": "493", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 393, + 100, + 406 + ], + "spans": [ + { + "bbox": [ + 85, + 393, + 100, + 406 + ], + "score": 1.0, + "content": "494", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 407, + 100, + 421 + ], + "spans": [ + { + "bbox": [ + 85, + 407, + 100, + 421 + ], + "score": 1.0, + "content": "495", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 419, + 100, + 432 + ], + "spans": [ + { + "bbox": [ + 85, + 419, + 100, + 432 + ], + "score": 1.0, + "content": "496", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 431, + 100, + 442 + ], + "spans": [ + { + "bbox": [ + 85, + 431, + 100, + 442 + ], + "score": 1.0, + "content": "497", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 442, + 100, + 456 + ], + "spans": [ + { + "bbox": [ + 85, + 442, + 100, + 456 + ], + "score": 1.0, + "content": "498", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 454, + 100, + 468 + ], + "spans": [ + { + "bbox": [ + 85, + 454, + 100, + 468 + ], + "score": 1.0, + "content": "499", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 466, + 100, + 480 + ], + "spans": [ + { + "bbox": [ + 85, + 466, + 100, + 480 + ], + "score": 1.0, + "content": "500", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 480, + 99, + 491 + ], + "spans": [ + { + "bbox": [ + 85, + 480, + 99, + 491 + ], + "score": 1.0, + "content": "501", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 490, + 100, + 504 + ], + "spans": [ + { + "bbox": [ + 85, + 490, + 100, + 504 + ], + "score": 1.0, + "content": "502", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 503, + 100, + 516 + ], + "spans": [ + { + "bbox": [ + 84, + 503, + 100, + 516 + ], + "score": 1.0, + "content": "503", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 514, + 100, + 529 + ], + "spans": [ + { + "bbox": [ + 85, + 514, + 100, + 529 + ], + "score": 1.0, + "content": "504", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 529, + 100, + 543 + ], + "spans": [ + { + "bbox": [ + 85, + 529, + 100, + 543 + ], + "score": 1.0, + "content": "505", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 543, + 100, + 557 + ], + "spans": [ + { + "bbox": [ + 85, + 543, + 100, + 557 + ], + "score": 1.0, + "content": "506", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 554, + 100, + 568 + ], + "spans": [ + { + "bbox": [ + 84, + 554, + 100, + 568 + ], + "score": 1.0, + "content": "507", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 568, + 100, + 580 + ], + "spans": [ + { + "bbox": [ + 85, + 568, + 100, + 580 + ], + "score": 1.0, + "content": "508", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 578, + 100, + 592 + ], + "spans": [ + { + "bbox": [ + 85, + 578, + 100, + 592 + ], + "score": 1.0, + "content": "509", + "type": "text" + } + ] + }, + { + "bbox": [ + 84, + 591, + 101, + 604 + ], + "spans": [ + { + "bbox": [ + 84, + 591, + 101, + 604 + ], + "score": 1.0, + "content": "510", + "type": "text" + } + ] + }, + { + "bbox": [ + 85, + 602, + 100, + 616 + ], + "spans": [ + { + "bbox": [ + 85, + 602, + 100, + 616 + ], + "score": 1.0, + "content": "511", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 131, + 92, + 208, + 104 + ], + "lines": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "spans": [ + { + "bbox": [ + 129, + 91, + 210, + 105 + ], + "score": 1.0, + "content": "1. For all authors...", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 129, + 91, + 210, + 105 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 107, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 145, + 107, + 505, + 120 + ], + "spans": [ + { + "bbox": [ + 145, + 107, + 505, + 120 + ], + "score": 1.0, + "content": "(a) Do the main claims made in the abstract and introduction accurately reflect the paper’s", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 118, + 288, + 131 + ], + "spans": [ + { + "bbox": [ + 162, + 118, + 288, + 131 + ], + "score": 1.0, + "content": "contributions and scope? [Yes]", + "type": "text" + } + ], + "index": 2, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 130, + 506, + 145 + ], + "spans": [ + { + "bbox": [ + 144, + 130, + 506, + 145 + ], + "score": 1.0, + "content": "(b) Did you describe the limitations of your work? [Yes] Our main contribution is compu-", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 142, + 505, + 154 + ], + "spans": [ + { + "bbox": [ + 162, + 142, + 505, + 154 + ], + "score": 1.0, + "content": "tational speedup. Cases where it was not achieved are highlighted in the experimental", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 161, + 152, + 196, + 165 + ], + "spans": [ + { + "bbox": [ + 161, + 152, + 196, + 165 + ], + "score": 1.0, + "content": "section.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 165, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 146, + 165, + 506, + 179 + ], + "score": 1.0, + "content": "(c) Did you discuss any potential negative societal impacts of your work? [No] We do not", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 177, + 315, + 189 + ], + "spans": [ + { + "bbox": [ + 162, + 177, + 315, + 189 + ], + "score": 1.0, + "content": "foresee any potential negative impact.", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 144, + 189, + 505, + 203 + ], + "spans": [ + { + "bbox": [ + 144, + 189, + 505, + 203 + ], + "score": 1.0, + "content": "(d) Have you read the ethics review guidelines and ensured that your paper conforms to", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 200, + 214, + 213 + ], + "spans": [ + { + "bbox": [ + 161, + 200, + 214, + 213 + ], + "score": 1.0, + "content": "them? [Yes]", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + } + ], + "index": 5, + "bbox_fs": [ + 144, + 107, + 506, + 213 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 216, + 302, + 227 + ], + "lines": [ + { + "bbox": [ + 129, + 214, + 304, + 229 + ], + "spans": [ + { + "bbox": [ + 129, + 214, + 304, + 229 + ], + "score": 1.0, + "content": "2. If you are including theoretical results...", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 129, + 214, + 304, + 229 + ] + }, + { + "type": "text", + "bbox": [ + 146, + 230, + 451, + 255 + ], + "lines": [ + { + "bbox": [ + 145, + 230, + 453, + 243 + ], + "spans": [ + { + "bbox": [ + 145, + 230, + 453, + 243 + ], + "score": 1.0, + "content": "(a) Did you state the full set of assumptions of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 144, + 243, + 424, + 256 + ], + "spans": [ + { + "bbox": [ + 144, + 243, + 424, + 256 + ], + "score": 1.0, + "content": "(b) Did you include complete proofs of all theoretical results? [N/A]", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 11.5, + "bbox_fs": [ + 144, + 230, + 453, + 256 + ] + }, + { + "type": "text", + "bbox": [ + 130, + 258, + 241, + 270 + ], + "lines": [ + { + "bbox": [ + 128, + 256, + 243, + 272 + ], + "spans": [ + { + "bbox": [ + 128, + 256, + 243, + 272 + ], + "score": 1.0, + "content": "3. If you ran experiments...", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 128, + 256, + 243, + 272 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 273, + 505, + 388 + ], + "lines": [ + { + "bbox": [ + 146, + 273, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 146, + 273, + 506, + 285 + ], + "score": 1.0, + "content": "(a) Did you include the code, data, and instructions needed to reproduce the main exper-", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 284, + 505, + 296 + ], + "spans": [ + { + "bbox": [ + 162, + 284, + 505, + 296 + ], + "score": 1.0, + "content": "imental results (either in the supplemental material or as a URL)? [Yes] The code is", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 162, + 295, + 473, + 307 + ], + "spans": [ + { + "bbox": [ + 162, + 295, + 473, + 307 + ], + "score": 1.0, + "content": "available in a github repository. All dataset are public from the UCI database.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 307, + 505, + 320 + ], + "spans": [ + { + "bbox": [ + 146, + 307, + 505, + 320 + ], + "score": 1.0, + "content": "(b) Did you specify all the training details (e.g., data splits, hyperparameters, how they", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 319, + 305, + 330 + ], + "spans": [ + { + "bbox": [ + 162, + 319, + 305, + 330 + ], + "score": 1.0, + "content": "were chosen)? [Yes] See Section 6.", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 332, + 506, + 344 + ], + "spans": [ + { + "bbox": [ + 146, + 332, + 506, + 344 + ], + "score": 1.0, + "content": "(c) Did you report error bars (e.g., with respect to the random seed after running experi-", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 343, + 505, + 355 + ], + "spans": [ + { + "bbox": [ + 162, + 343, + 505, + 355 + ], + "score": 1.0, + "content": "ments multiple times)? [No] We report only average of Monte Carlo repetitions, the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 162, + 353, + 502, + 366 + ], + "spans": [ + { + "bbox": [ + 162, + 353, + 502, + 366 + ], + "score": 1.0, + "content": "error bars were too small to have any visual impact in the reported logarithmic scale.", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 146, + 365, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 146, + 365, + 505, + 380 + ], + "score": 1.0, + "content": "(d) Did you include the total amount of compute and the type of resources used (e.g., type", + "type": "text" + } + ], + "index": 22, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 377, + 369, + 389 + ], + "spans": [ + { + "bbox": [ + 162, + 377, + 369, + 389 + ], + "score": 1.0, + "content": "of GPUs, internal cluster, or cloud provider)? [Yes]", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + } + ], + "index": 18.5, + "bbox_fs": [ + 146, + 273, + 506, + 389 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 392, + 504, + 404 + ], + "lines": [ + { + "bbox": [ + 129, + 390, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 129, + 390, + 506, + 406 + ], + "score": 1.0, + "content": "4. If you are using existing assets (e.g., code, data, models) or curating/releasing new assets...", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 129, + 390, + 506, + 406 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 407, + 505, + 525 + ], + "lines": [ + { + "bbox": [ + 145, + 407, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 145, + 407, + 505, + 419 + ], + "score": 1.0, + "content": "(a) If your work uses existing assets, did you cite the creators? [Yes] We use 20 datasets", + "type": "text" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 417, + 505, + 430 + ], + "spans": [ + { + "bbox": [ + 161, + 417, + 505, + 430 + ], + "score": 1.0, + "content": "from UCI, we cite the required papers for each dataset, mostly the UCI database and", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 162, + 429, + 276, + 441 + ], + "spans": [ + { + "bbox": [ + 162, + 429, + 276, + 441 + ], + "score": 1.0, + "content": "few additional publications.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 442, + 505, + 454 + ], + "spans": [ + { + "bbox": [ + 145, + 442, + 505, + 454 + ], + "score": 1.0, + "content": "(b) Did you mention the license of the assets? [No] The data are publically available, we", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 453, + 419, + 465 + ], + "spans": [ + { + "bbox": [ + 162, + 453, + 419, + 465 + ], + "score": 1.0, + "content": "comply with the requirement on citing appropriate publications.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 146, + 465, + 503, + 478 + ], + "spans": [ + { + "bbox": [ + 146, + 465, + 503, + 478 + ], + "score": 1.0, + "content": "(c) Did you include any new assets either in the supplemental material or as a URL? [No]", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 146, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 146, + 479, + 160, + 490 + ], + "score": 1.0, + "content": "(d)", + "type": "text" + }, + { + "bbox": [ + 160, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "Did you discuss whether and how consent was obtained from people whose data you’re", + "type": "text" + } + ], + "index": 31, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 490, + 253, + 501 + ], + "spans": [ + { + "bbox": [ + 162, + 490, + 253, + 501 + ], + "score": 1.0, + "content": "using/curating? [N/A]", + "type": "text" + } + ], + "index": 32, + "is_list_end_line": true + }, + { + "bbox": [ + 147, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 147, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "(e) Did you discuss whether the data you are using/curating contains personally identifiable", + "type": "text" + } + ], + "index": 33, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 513, + 325, + 525 + ], + "spans": [ + { + "bbox": [ + 161, + 513, + 325, + 525 + ], + "score": 1.0, + "content": "information or offensive content? [N/A]", + "type": "text" + } + ], + "index": 34, + "is_list_end_line": true + } + ], + "index": 29.5, + "bbox_fs": [ + 145, + 407, + 505, + 525 + ] + }, + { + "type": "text", + "bbox": [ + 132, + 528, + 433, + 540 + ], + "lines": [ + { + "bbox": [ + 128, + 526, + 433, + 542 + ], + "spans": [ + { + "bbox": [ + 128, + 526, + 433, + 542 + ], + "score": 1.0, + "content": "5. If you used crowdsourcing or conducted research with human subjects...", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35, + "bbox_fs": [ + 128, + 526, + 433, + 542 + ] + }, + { + "type": "list", + "bbox": [ + 146, + 543, + 505, + 613 + ], + "lines": [ + { + "bbox": [ + 145, + 542, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 145, + 542, + 506, + 556 + ], + "score": 1.0, + "content": "(a) Did you include the full text of instructions given to participants and screenshots, if", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 554, + 237, + 566 + ], + "spans": [ + { + "bbox": [ + 161, + 554, + 237, + 566 + ], + "score": 1.0, + "content": "applicable? [N/A]", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 145, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 145, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "(b) Did you describe any potential participant risks, with links to Institutional Review", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 161, + 577, + 342, + 590 + ], + "spans": [ + { + "bbox": [ + 161, + 577, + 342, + 590 + ], + "score": 1.0, + "content": "Board (IRB) approvals, if applicable? [N/A]", + "type": "text" + } + ], + "index": 39, + "is_list_end_line": true + }, + { + "bbox": [ + 147, + 590, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 147, + 590, + 505, + 603 + ], + "score": 1.0, + "content": "(c) Did you include the estimated hourly wage paid to participants and the total amount", + "type": "text" + } + ], + "index": 40, + "is_list_start_line": true + }, + { + "bbox": [ + 162, + 601, + 333, + 614 + ], + "spans": [ + { + "bbox": [ + 162, + 601, + 333, + 614 + ], + "score": 1.0, + "content": "spent on participant compensation? [N/A]", + "type": "text" + } + ], + "index": 41, + "is_list_end_line": true + } + ], + "index": 38.5, + "bbox_fs": [ + 145, + 542, + 506, + 614 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/ZS394D3djsg/ZS394D3djsg_model.json b/parse/train/ZS394D3djsg/ZS394D3djsg_model.json new file mode 100644 index 0000000000000000000000000000000000000000..31573f0365b76366c4b67df022649f282d17e191 --- /dev/null +++ b/parse/train/ZS394D3djsg/ZS394D3djsg_model.json @@ -0,0 +1,30257 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 254, + 768, + 1305, + 768, + 1305, + 1134, + 254, + 1134 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 250, + 1257, + 1405, + 1257, + 1405, + 1622, + 250, + 1622 + ], + "score": 0.968 + }, + { + "category_id": 0, + "poly": [ + 390, + 272, + 1310, + 272, + 1310, + 382, + 390, + 382 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 249, + 1636, + 1405, + 1636, + 1405, + 1910, + 249, + 1910 + ], + "score": 0.96 + }, + { + "category_id": 1, + "poly": [ + 255, + 1924, + 1410, + 1924, + 1410, + 1986, + 255, + 1986 + ], + "score": 0.895 + }, + { + "category_id": 0, + "poly": [ + 787, + 701, + 913, + 701, + 913, + 737, + 787, + 737 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 720, + 499, + 987, + 499, + 987, + 620, + 720, + 620 + ], + "score": 0.887 + }, + { + "category_id": 0, + "poly": [ + 253, + 1188, + 531, + 1188, + 531, + 1226, + 253, + 1226 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 285, + 2033, + 1388, + 2033, + 1388, + 2062, + 285, + 2062 + ], + "score": 0.726 + }, + { + "category_id": 1, + "poly": [ + 285, + 2033, + 1388, + 2033, + 1388, + 2062, + 285, + 2062 + ], + "score": 0.112 + }, + { + "category_id": 13, + "poly": [ + 944, + 1560, + 1084, + 1560, + 1084, + 1593, + 944, + 1593 + ], + "score": 0.91, + "latex": "\\mathcal { O } ( T K N D )" + }, + { + "category_id": 13, + "poly": [ + 1039, + 1636, + 1179, + 1636, + 1179, + 1669, + 1039, + 1669 + ], + "score": 0.91, + "latex": "\\mathcal { O } ( T K N D )" + }, + { + "category_id": 13, + "poly": [ + 877, + 1592, + 904, + 1592, + 904, + 1618, + 877, + 1618 + ], + "score": 0.82, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1292, + 1562, + 1321, + 1562, + 1321, + 1588, + 1292, + 1588 + ], + "score": 0.81, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1562, + 1401, + 1562, + 1401, + 1588, + 1372, + 1588 + ], + "score": 0.81, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 731, + 1350, + 760, + 1350, + 760, + 1376, + 731, + 1376 + ], + "score": 0.79, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 1065, + 1350, + 1094, + 1350, + 1094, + 1376, + 1065, + 1376 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 429, + 1956, + 459, + 1956, + 459, + 1982, + 429, + 1982 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1284, + 1698, + 1313, + 1698, + 1313, + 1725, + 1284, + 1725 + ], + "score": 0.78, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 505, + 1592, + 529, + 1592, + 529, + 1618, + 505, + 1618 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1309, + 1789, + 1335, + 1789, + 1335, + 1816, + 1309, + 1816 + ], + "score": 0.76, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 297, + 1668, + 321, + 1668, + 321, + 1695, + 297, + 1695 + ], + "score": 0.74, + "latex": "T" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 270.0, + 1312.0, + 270.0, + 1312.0, + 332.0, + 386.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 334.0, + 1062.0, + 334.0, + 1062.0, + 381.0, + 637.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 698.0, + 920.0, + 698.0, + 920.0, + 742.0, + 782.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1186.0, + 535.0, + 1186.0, + 535.0, + 1232.0, + 242.0, + 1232.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2029.0, + 1390.0, + 2029.0, + 1390.0, + 2066.0, + 295.0, + 2066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 258.0, + 777.0, + 277.0, + 777.0, + 277.0, + 801.0, + 258.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 768.0, + 1305.0, + 768.0, + 1305.0, + 804.0, + 393.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 807.0, + 277.0, + 807.0, + 277.0, + 830.0, + 259.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 799.0, + 1307.0, + 799.0, + 1307.0, + 833.0, + 393.0, + 833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 837.0, + 277.0, + 837.0, + 277.0, + 860.0, + 259.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 828.0, + 1307.0, + 828.0, + 1307.0, + 864.0, + 393.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 868.0, + 277.0, + 868.0, + 277.0, + 893.0, + 259.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 860.0, + 1306.0, + 860.0, + 1306.0, + 896.0, + 392.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 898.0, + 277.0, + 898.0, + 277.0, + 922.0, + 259.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 892.0, + 1306.0, + 892.0, + 1306.0, + 926.0, + 393.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 927.0, + 280.0, + 927.0, + 280.0, + 953.0, + 257.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 923.0, + 1306.0, + 923.0, + 1306.0, + 953.0, + 395.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 258.0, + 958.0, + 277.0, + 958.0, + 277.0, + 983.0, + 258.0, + 983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 952.0, + 1306.0, + 952.0, + 1306.0, + 986.0, + 393.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 987.0, + 280.0, + 987.0, + 280.0, + 1014.0, + 257.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 980.0, + 1307.0, + 980.0, + 1307.0, + 1017.0, + 392.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1019.0, + 278.0, + 1019.0, + 278.0, + 1043.0, + 259.0, + 1043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1012.0, + 1305.0, + 1012.0, + 1305.0, + 1046.0, + 395.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1049.0, + 277.0, + 1049.0, + 277.0, + 1075.0, + 251.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1043.0, + 1306.0, + 1043.0, + 1306.0, + 1076.0, + 393.0, + 1076.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1080.0, + 276.0, + 1080.0, + 276.0, + 1104.0, + 251.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1074.0, + 1306.0, + 1074.0, + 1306.0, + 1108.0, + 395.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1110.0, + 277.0, + 1110.0, + 277.0, + 1134.0, + 251.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1104.0, + 793.0, + 1104.0, + 793.0, + 1135.0, + 395.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1264.0, + 278.0, + 1264.0, + 278.0, + 1289.0, + 250.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1251.0, + 1408.0, + 1251.0, + 1408.0, + 1297.0, + 290.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1293.0, + 278.0, + 1293.0, + 278.0, + 1319.0, + 250.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1285.0, + 1407.0, + 1285.0, + 1407.0, + 1325.0, + 292.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1326.0, + 278.0, + 1326.0, + 278.0, + 1351.0, + 248.0, + 1351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1318.0, + 1407.0, + 1318.0, + 1407.0, + 1355.0, + 293.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1355.0, + 278.0, + 1355.0, + 278.0, + 1381.0, + 248.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1347.0, + 730.0, + 1347.0, + 730.0, + 1384.0, + 293.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1347.0, + 1064.0, + 1347.0, + 1064.0, + 1384.0, + 761.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 1347.0, + 1405.0, + 1347.0, + 1405.0, + 1384.0, + 1095.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1385.0, + 278.0, + 1385.0, + 278.0, + 1412.0, + 248.0, + 1412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1377.0, + 1407.0, + 1377.0, + 1407.0, + 1414.0, + 294.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1414.0, + 278.0, + 1414.0, + 278.0, + 1442.0, + 248.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1408.0, + 1407.0, + 1408.0, + 1407.0, + 1445.0, + 294.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1445.0, + 278.0, + 1445.0, + 278.0, + 1473.0, + 248.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1439.0, + 1408.0, + 1439.0, + 1408.0, + 1476.0, + 294.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1475.0, + 277.0, + 1475.0, + 277.0, + 1502.0, + 247.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1467.0, + 1407.0, + 1467.0, + 1407.0, + 1507.0, + 293.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1504.0, + 280.0, + 1504.0, + 280.0, + 1535.0, + 246.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1499.0, + 1405.0, + 1499.0, + 1405.0, + 1536.0, + 294.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1536.0, + 278.0, + 1536.0, + 278.0, + 1562.0, + 248.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1529.0, + 1407.0, + 1529.0, + 1407.0, + 1566.0, + 293.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1566.0, + 278.0, + 1566.0, + 278.0, + 1593.0, + 248.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1560.0, + 943.0, + 1560.0, + 943.0, + 1595.0, + 291.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1560.0, + 1291.0, + 1560.0, + 1291.0, + 1595.0, + 1085.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 1560.0, + 1371.0, + 1560.0, + 1371.0, + 1595.0, + 1322.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1597.0, + 278.0, + 1597.0, + 278.0, + 1623.0, + 248.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1590.0, + 504.0, + 1590.0, + 504.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 530.0, + 1590.0, + 876.0, + 1590.0, + 876.0, + 1623.0, + 530.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 1590.0, + 1184.0, + 1590.0, + 1184.0, + 1623.0, + 905.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1642.0, + 279.0, + 1642.0, + 279.0, + 1668.0, + 249.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1637.0, + 1038.0, + 1637.0, + 1038.0, + 1669.0, + 296.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1637.0, + 1407.0, + 1637.0, + 1407.0, + 1669.0, + 1180.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1672.0, + 277.0, + 1672.0, + 277.0, + 1699.0, + 249.0, + 1699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1664.0, + 296.0, + 1664.0, + 296.0, + 1703.0, + 291.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1664.0, + 1408.0, + 1664.0, + 1408.0, + 1703.0, + 322.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1703.0, + 277.0, + 1703.0, + 277.0, + 1729.0, + 249.0, + 1729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1696.0, + 1283.0, + 1696.0, + 1283.0, + 1733.0, + 293.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 1696.0, + 1407.0, + 1696.0, + 1407.0, + 1733.0, + 1314.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1733.0, + 277.0, + 1733.0, + 277.0, + 1760.0, + 247.0, + 1760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1726.0, + 1407.0, + 1726.0, + 1407.0, + 1763.0, + 293.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1764.0, + 277.0, + 1764.0, + 277.0, + 1790.0, + 247.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1759.0, + 1405.0, + 1759.0, + 1405.0, + 1791.0, + 295.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1794.0, + 277.0, + 1794.0, + 277.0, + 1821.0, + 247.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1787.0, + 1308.0, + 1787.0, + 1308.0, + 1824.0, + 293.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1787.0, + 1405.0, + 1787.0, + 1405.0, + 1824.0, + 1336.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1825.0, + 279.0, + 1825.0, + 279.0, + 1851.0, + 247.0, + 1851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1818.0, + 1407.0, + 1818.0, + 1407.0, + 1855.0, + 295.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1855.0, + 277.0, + 1855.0, + 277.0, + 1882.0, + 247.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1847.0, + 1405.0, + 1847.0, + 1405.0, + 1882.0, + 293.0, + 1882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1885.0, + 279.0, + 1885.0, + 279.0, + 1911.0, + 249.0, + 1911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1878.0, + 1361.0, + 1878.0, + 1361.0, + 1915.0, + 293.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1931.0, + 280.0, + 1931.0, + 280.0, + 1955.0, + 249.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1922.0, + 1405.0, + 1922.0, + 1405.0, + 1958.0, + 290.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1952.0, + 428.0, + 1952.0, + 428.0, + 1993.0, + 242.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 1952.0, + 1406.0, + 1952.0, + 1406.0, + 1993.0, + 460.0, + 1993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 499.0, + 988.0, + 499.0, + 988.0, + 531.0, + 718.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 527.0, + 913.0, + 527.0, + 913.0, + 563.0, + 787.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 556.0, + 902.0, + 556.0, + 902.0, + 593.0, + 797.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 593.0, + 891.0, + 593.0, + 891.0, + 619.0, + 807.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2029.0, + 1390.0, + 2029.0, + 1390.0, + 2066.0, + 295.0, + 2066.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 380, + 364, + 1319, + 364, + 1319, + 540, + 380, + 540 + ], + "score": 0.977, + "html": "
Feature/AlgorithmEM [13]SAEM [44]SSAEM [24]TSAEM [18]MCSAEM [1]MHSAEM (ours)
B<Ndatapoints×
M<K statisticsxx
M<Klikelihoodsxx×X
deep models×××X×
" + }, + { + "category_id": 1, + "poly": [ + 250, + 604, + 1406, + 604, + 1406, + 820, + 250, + 820 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 250, + 1292, + 1405, + 1292, + 1405, + 1387, + 250, + 1387 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 249, + 1511, + 1406, + 1511, + 1406, + 1619, + 249, + 1619 + ], + "score": 0.96 + }, + { + "category_id": 8, + "poly": [ + 504, + 1720, + 1191, + 1720, + 1191, + 1814, + 504, + 1814 + ], + "score": 0.958 + }, + { + "category_id": 8, + "poly": [ + 627, + 1401, + 1068, + 1401, + 1068, + 1491, + 627, + 1491 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 250, + 1852, + 1407, + 1852, + 1407, + 2010, + 250, + 2010 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 254, + 1629, + 1405, + 1629, + 1405, + 1695, + 254, + 1695 + ], + "score": 0.939 + }, + { + "category_id": 6, + "poly": [ + 298, + 192, + 1405, + 192, + 1405, + 348, + 298, + 348 + ], + "score": 0.934 + }, + { + "category_id": 0, + "poly": [ + 253, + 1218, + 650, + 1218, + 650, + 1256, + 253, + 1256 + ], + "score": 0.911 + }, + { + "category_id": 1, + "poly": [ + 251, + 832, + 867, + 832, + 867, + 866, + 251, + 866 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1429, + 1400, + 1429, + 1400, + 1460, + 1366, + 1460 + ], + "score": 0.888 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1751, + 1400, + 1751, + 1400, + 1782, + 1365, + 1782 + ], + "score": 0.857 + }, + { + "category_id": 1, + "poly": [ + 261, + 893, + 1403, + 893, + 1403, + 958, + 261, + 958 + ], + "score": 0.856 + }, + { + "category_id": 1, + "poly": [ + 264, + 974, + 1402, + 974, + 1402, + 1039, + 264, + 1039 + ], + "score": 0.833 + }, + { + "category_id": 1, + "poly": [ + 254, + 1057, + 1405, + 1057, + 1405, + 1151, + 254, + 1151 + ], + "score": 0.769 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 859, + 2061, + 859, + 2085, + 840, + 2085 + ], + "score": 0.741 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 860, + 2061, + 860, + 2085, + 840, + 2085 + ], + "score": 0.196 + }, + { + "category_id": 14, + "poly": [ + 629, + 1396, + 1068, + 1396, + 1068, + 1493, + 629, + 1493 + ], + "score": 0.94, + "latex": "p _ { \\theta } ( x ) = \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x | z = k ) p _ { \\pi _ { k } } ( z = k ) ," + }, + { + "category_id": 14, + "poly": [ + 505, + 1717, + 1194, + 1717, + 1194, + 1815, + 505, + 1815 + ], + "score": 0.94, + "latex": "\\mathcal { L } ( \\theta ) : = \\log p _ { \\theta } ( \\mathbf { x } ) = \\sum _ { i = 1 } ^ { N } \\log \\sum _ { k = 1 } ^ { K } p _ { \\eta _ { k } } ( x _ { i } | z _ { i } = k ) p _ { \\pi _ { k } } ( z _ { i } = k ) ." + }, + { + "category_id": 13, + "poly": [ + 724, + 1980, + 822, + 1980, + 822, + 2010, + 724, + 2010 + ], + "score": 0.94, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 656, + 1324, + 894, + 1324, + 894, + 1358, + 656, + 1358 + ], + "score": 0.93, + "latex": "z \\in Z : = \\{ 1 , \\dots , K \\}" + }, + { + "category_id": 13, + "poly": [ + 977, + 1629, + 1127, + 1629, + 1127, + 1665, + 977, + 1665 + ], + "score": 0.93, + "latex": "\\mathbf { x } : = ( x _ { i } ) _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 794, + 1576, + 952, + 1576, + 952, + 1618, + 794, + 1618 + ], + "score": 0.93, + "latex": "\\textstyle \\sum _ { k = 1 } ^ { K } \\pi _ { k } = 1" + }, + { + "category_id": 13, + "poly": [ + 1254, + 1544, + 1396, + 1544, + 1396, + 1578, + 1254, + 1578 + ], + "score": 0.92, + "latex": "p _ { \\pi _ { z } } ( z ) = \\pi _ { z }" + }, + { + "category_id": 13, + "poly": [ + 967, + 1858, + 1065, + 1858, + 1065, + 1889, + 967, + 1889 + ], + "score": 0.92, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 1249, + 1292, + 1396, + 1292, + 1396, + 1325, + 1249, + 1325 + ], + "score": 0.92, + "latex": "\\boldsymbol { x } \\in \\times \\subseteq \\mathbb { R } ^ { D }" + }, + { + "category_id": 13, + "poly": [ + 559, + 1546, + 659, + 1546, + 659, + 1579, + 559, + 1579 + ], + "score": 0.92, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 1303, + 1855, + 1403, + 1855, + 1403, + 1889, + 1303, + 1889 + ], + "score": 0.91, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1513, + 722, + 1513, + 722, + 1546, + 372, + 1546 + ], + "score": 0.91, + "latex": "\\theta : = ( \\pi _ { 1 } , \\eta _ { 1 } , \\dots , \\pi _ { K } , \\eta _ { K } ) \\in \\Theta" + }, + { + "category_id": 13, + "poly": [ + 462, + 1976, + 557, + 1976, + 557, + 2004, + 462, + 2004 + ], + "score": 0.91, + "latex": "M < K" + }, + { + "category_id": 13, + "poly": [ + 439, + 1583, + 573, + 1583, + 573, + 1614, + 439, + 1614 + ], + "score": 0.91, + "latex": "0 \\leq \\pi _ { k } \\leq 1" + }, + { + "category_id": 13, + "poly": [ + 673, + 1582, + 744, + 1582, + 744, + 1612, + 673, + 1612 + ], + "score": 0.89, + "latex": "k \\in { \\mathord { \\mathbb { Z } } }" + }, + { + "category_id": 13, + "poly": [ + 789, + 1118, + 854, + 1118, + 854, + 1148, + 789, + 1148 + ], + "score": 0.88, + "latex": "1 0 0 \\times" + }, + { + "category_id": 13, + "poly": [ + 718, + 1549, + 749, + 1549, + 749, + 1575, + 718, + 1575 + ], + "score": 0.87, + "latex": "\\pi _ { z }" + }, + { + "category_id": 13, + "poly": [ + 1086, + 1519, + 1115, + 1519, + 1115, + 1545, + 1086, + 1545 + ], + "score": 0.85, + "latex": "\\eta _ { z }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1917, + 326, + 1917, + 326, + 1942, + 298, + 1942 + ], + "score": 0.81, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 665, + 1894, + 693, + 1894, + 693, + 1917, + 665, + 1917 + ], + "score": 0.78, + "latex": "\\eta _ { z }" + }, + { + "category_id": 13, + "poly": [ + 757, + 698, + 786, + 698, + 786, + 724, + 757, + 724 + ], + "score": 0.75, + "latex": "K" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 191.0, + 1405.0, + 191.0, + 1405.0, + 229.0, + 295.0, + 229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 223.0, + 1406.0, + 223.0, + 1406.0, + 259.0, + 293.0, + 259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 249.0, + 1406.0, + 249.0, + 1406.0, + 294.0, + 291.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 283.0, + 1405.0, + 283.0, + 1405.0, + 321.0, + 295.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 315.0, + 1251.0, + 315.0, + 1251.0, + 353.0, + 293.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1216.0, + 653.0, + 1216.0, + 653.0, + 1262.0, + 242.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 863.0, + 2058.0, + 863.0, + 2093.0, + 838.0, + 2093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2093.0, + 838.0, + 2093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 612.0, + 277.0, + 612.0, + 277.0, + 637.0, + 248.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 606.0, + 1406.0, + 606.0, + 1406.0, + 640.0, + 293.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 642.0, + 278.0, + 642.0, + 278.0, + 668.0, + 248.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 633.0, + 1409.0, + 633.0, + 1409.0, + 673.0, + 293.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 672.0, + 278.0, + 672.0, + 278.0, + 698.0, + 248.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 663.0, + 1406.0, + 663.0, + 1406.0, + 703.0, + 292.0, + 703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 702.0, + 278.0, + 702.0, + 278.0, + 728.0, + 248.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 698.0, + 756.0, + 698.0, + 756.0, + 729.0, + 294.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 698.0, + 1405.0, + 698.0, + 1405.0, + 729.0, + 787.0, + 729.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 732.0, + 277.0, + 732.0, + 277.0, + 758.0, + 248.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 726.0, + 1408.0, + 726.0, + 1408.0, + 760.0, + 296.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 764.0, + 278.0, + 764.0, + 278.0, + 789.0, + 248.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 756.0, + 1405.0, + 756.0, + 1405.0, + 791.0, + 293.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 793.0, + 278.0, + 793.0, + 278.0, + 818.0, + 248.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 789.0, + 484.0, + 789.0, + 484.0, + 819.0, + 294.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1291.0, + 1248.0, + 1291.0, + 1248.0, + 1327.0, + 240.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1291.0, + 1405.0, + 1291.0, + 1405.0, + 1327.0, + 1397.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1324.0, + 655.0, + 1324.0, + 655.0, + 1358.0, + 250.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1324.0, + 1407.0, + 1324.0, + 1407.0, + 1358.0, + 895.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 244.0, + 1354.0, + 549.0, + 1354.0, + 549.0, + 1389.0, + 244.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1518.0, + 280.0, + 1518.0, + 280.0, + 1544.0, + 249.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1510.0, + 371.0, + 1510.0, + 371.0, + 1551.0, + 288.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 1510.0, + 1085.0, + 1510.0, + 1085.0, + 1551.0, + 723.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1116.0, + 1510.0, + 1406.0, + 1510.0, + 1406.0, + 1551.0, + 1116.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1549.0, + 280.0, + 1549.0, + 280.0, + 1575.0, + 249.0, + 1575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1539.0, + 558.0, + 1539.0, + 558.0, + 1583.0, + 288.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 1539.0, + 717.0, + 1539.0, + 717.0, + 1583.0, + 660.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 1539.0, + 1253.0, + 1539.0, + 1253.0, + 1583.0, + 750.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1539.0, + 1409.0, + 1539.0, + 1409.0, + 1583.0, + 1397.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1574.0, + 438.0, + 1574.0, + 438.0, + 1624.0, + 241.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 574.0, + 1574.0, + 672.0, + 1574.0, + 672.0, + 1624.0, + 574.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 1574.0, + 793.0, + 1574.0, + 793.0, + 1624.0, + 745.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 1574.0, + 966.0, + 1574.0, + 966.0, + 1624.0, + 953.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1860.0, + 277.0, + 1860.0, + 277.0, + 1887.0, + 248.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1853.0, + 966.0, + 1853.0, + 966.0, + 1891.0, + 294.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1853.0, + 1302.0, + 1853.0, + 1302.0, + 1891.0, + 1066.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1891.0, + 279.0, + 1891.0, + 279.0, + 1916.0, + 248.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1881.0, + 664.0, + 1881.0, + 664.0, + 1920.0, + 292.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1881.0, + 1407.0, + 1881.0, + 1407.0, + 1920.0, + 694.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1920.0, + 279.0, + 1920.0, + 279.0, + 1947.0, + 248.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1914.0, + 297.0, + 1914.0, + 297.0, + 1951.0, + 294.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1951.0, + 327.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1951.0, + 279.0, + 1951.0, + 279.0, + 1978.0, + 248.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1982.0, + 293.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1982.0, + 279.0, + 1982.0, + 279.0, + 2008.0, + 248.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1975.0, + 461.0, + 1975.0, + 461.0, + 2010.0, + 292.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1975.0, + 723.0, + 1975.0, + 723.0, + 2010.0, + 558.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 1975.0, + 1017.0, + 1975.0, + 1017.0, + 2010.0, + 823.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1637.0, + 278.0, + 1637.0, + 278.0, + 1663.0, + 247.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1626.0, + 976.0, + 1626.0, + 976.0, + 1670.0, + 291.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 1626.0, + 1407.0, + 1626.0, + 1407.0, + 1670.0, + 1128.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1667.0, + 281.0, + 1667.0, + 281.0, + 1692.0, + 248.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1662.0, + 879.0, + 1662.0, + 879.0, + 1694.0, + 294.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 245.0, + 831.0, + 869.0, + 831.0, + 869.0, + 870.0, + 245.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 258.0, + 893.0, + 1404.0, + 893.0, + 1404.0, + 929.0, + 258.0, + 929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 932.0, + 277.0, + 932.0, + 277.0, + 954.0, + 256.0, + 954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 924.0, + 1192.0, + 924.0, + 1192.0, + 959.0, + 316.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 263.0, + 974.0, + 1404.0, + 974.0, + 1404.0, + 1010.0, + 263.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 258.0, + 1014.0, + 277.0, + 1014.0, + 277.0, + 1036.0, + 258.0, + 1036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1005.0, + 1016.0, + 1005.0, + 1016.0, + 1041.0, + 317.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 243.0, + 1057.0, + 1408.0, + 1057.0, + 1408.0, + 1094.0, + 243.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1094.0, + 277.0, + 1094.0, + 277.0, + 1120.0, + 248.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1088.0, + 1405.0, + 1088.0, + 1405.0, + 1122.0, + 317.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1125.0, + 277.0, + 1125.0, + 277.0, + 1150.0, + 248.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1115.0, + 788.0, + 1115.0, + 788.0, + 1154.0, + 315.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 1115.0, + 1389.0, + 1115.0, + 1389.0, + 1154.0, + 855.0, + 1154.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 251, + 1395, + 1404, + 1395, + 1404, + 1520, + 251, + 1520 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 250, + 267, + 1405, + 267, + 1405, + 361, + 250, + 361 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 249, + 931, + 1405, + 931, + 1405, + 1179, + 249, + 1179 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 252, + 1610, + 1405, + 1610, + 1405, + 1705, + 252, + 1705 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 242, + 1853, + 1403, + 1853, + 1403, + 2008, + 242, + 2008 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 250, + 1716, + 1405, + 1716, + 1405, + 1841, + 250, + 1841 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 249, + 603, + 1405, + 603, + 1405, + 732, + 249, + 732 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 433, + 494, + 1266, + 494, + 1266, + 588, + 433, + 588 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 274, + 1190, + 1401, + 1190, + 1401, + 1285, + 274, + 1285 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 245, + 856, + 1403, + 856, + 1403, + 920, + 245, + 920 + ], + "score": 0.94 + }, + { + "category_id": 8, + "poly": [ + 647, + 377, + 1052, + 377, + 1052, + 420, + 647, + 420 + ], + "score": 0.938 + }, + { + "category_id": 0, + "poly": [ + 253, + 1325, + 888, + 1325, + 888, + 1365, + 253, + 1365 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 240, + 437, + 1313, + 437, + 1313, + 477, + 240, + 477 + ], + "score": 0.929 + }, + { + "category_id": 9, + "poly": [ + 1366, + 526, + 1400, + 526, + 1400, + 556, + 1366, + 556 + ], + "score": 0.876 + }, + { + "category_id": 9, + "poly": [ + 1366, + 385, + 1400, + 385, + 1400, + 414, + 1366, + 414 + ], + "score": 0.874 + }, + { + "category_id": 9, + "poly": [ + 1366, + 751, + 1400, + 751, + 1400, + 780, + 1366, + 780 + ], + "score": 0.873 + }, + { + "category_id": 8, + "poly": [ + 665, + 787, + 1034, + 787, + 1034, + 841, + 665, + 841 + ], + "score": 0.872 + }, + { + "category_id": 8, + "poly": [ + 669, + 747, + 871, + 747, + 871, + 783, + 669, + 783 + ], + "score": 0.862 + }, + { + "category_id": 9, + "poly": [ + 1366, + 791, + 1400, + 791, + 1400, + 819, + 1366, + 819 + ], + "score": 0.854 + }, + { + "category_id": 0, + "poly": [ + 275, + 1555, + 438, + 1555, + 438, + 1587, + 275, + 1587 + ], + "score": 0.825 + }, + { + "category_id": 0, + "poly": [ + 251, + 198, + 620, + 198, + 620, + 237, + 251, + 237 + ], + "score": 0.817 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.662 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.377 + }, + { + "category_id": 8, + "poly": [ + 661, + 747, + 1035, + 747, + 1035, + 841, + 661, + 841 + ], + "score": 0.12 + }, + { + "category_id": 2, + "poly": [ + 251, + 198, + 620, + 198, + 620, + 237, + 251, + 237 + ], + "score": 0.111 + }, + { + "category_id": 14, + "poly": [ + 434, + 491, + 1265, + 491, + 1265, + 591, + 434, + 591 + ], + "score": 0.94, + "latex": "\\mathcal { Q } ( \\theta ) : = \\mathsf { E } _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } ) ] = \\sum _ { i = 1 } ^ { N } \\sum _ { k = 1 } ^ { K } p _ { \\theta } ( z _ { i } = k | x _ { i } ) \\log p _ { \\theta } ( z _ { i } = k , x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 371, + 435, + 728, + 435, + 728, + 478, + 371, + 478 + ], + "score": 0.94, + "latex": "\\mathcal { H } ( \\hat { \\theta } ) : = - \\mathsf E _ { p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) } [ \\log p _ { \\hat { \\theta } } ( \\mathbf { z } | \\mathbf { x } ) ]" + }, + { + "category_id": 13, + "poly": [ + 1267, + 1854, + 1372, + 1854, + 1372, + 1888, + 1267, + 1888 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 700, + 605, + 794, + 605, + 794, + 639, + 700, + 639 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( \\mathbf { z } , \\mathbf { x } )" + }, + { + "category_id": 13, + "poly": [ + 852, + 964, + 1017, + 964, + 1017, + 997, + 852, + 997 + ], + "score": 0.93, + "latex": "t \\in ( 1 , \\ldots , T )" + }, + { + "category_id": 13, + "poly": [ + 1114, + 1085, + 1213, + 1085, + 1213, + 1120, + 1114, + 1120 + ], + "score": 0.93, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 1066, + 1915, + 1170, + 1915, + 1170, + 1948, + 1066, + 1948 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 791, + 666, + 873, + 666, + 873, + 702, + 791, + 702 + ], + "score": 0.93, + "latex": "( \\theta _ { t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 860, + 634, + 1002, + 634, + 1002, + 670, + 860, + 670 + ], + "score": 0.92, + "latex": "\\dot { \\mathbf { z } } : = ( z _ { i } ) _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 1285, + 605, + 1374, + 605, + 1374, + 638, + 1285, + 638 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( \\mathbf { z } | \\mathbf { x } )" + }, + { + "category_id": 14, + "poly": [ + 645, + 375, + 1053, + 375, + 1053, + 419, + 645, + 419 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\theta ) \\geq \\mathcal { Q } ( \\theta ) + \\mathcal { H } ( \\hat { \\theta } ) : = \\mathrm { E L B O } ( \\hat { \\theta } ) ," + }, + { + "category_id": 13, + "poly": [ + 1090, + 995, + 1190, + 995, + 1190, + 1029, + 1090, + 1029 + ], + "score": 0.92, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 591, + 1919, + 695, + 1919, + 695, + 1948, + 591, + 1948 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 542, + 1146, + 682, + 1146, + 682, + 1179, + 542, + 1179 + ], + "score": 0.92, + "latex": "\\mathcal { O } ( T D N K )" + }, + { + "category_id": 13, + "poly": [ + 924, + 1488, + 1018, + 1488, + 1018, + 1516, + 924, + 1516 + ], + "score": 0.92, + "latex": "B \\ll N" + }, + { + "category_id": 13, + "poly": [ + 1065, + 934, + 1175, + 934, + 1175, + 966, + 1065, + 966 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( z _ { i } , x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1008, + 1748, + 1091, + 1748, + 1091, + 1781, + 1008, + 1781 + ], + "score": 0.91, + "latex": "( x _ { i } ) _ { i \\in I }" + }, + { + "category_id": 13, + "poly": [ + 1017, + 1976, + 1092, + 1976, + 1092, + 2009, + 1017, + 2009 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1185, + 436, + 1257, + 436, + 1257, + 469, + 1185, + 469 + ], + "score": 0.91, + "latex": "\\hat { \\theta } \\in \\Theta" + }, + { + "category_id": 13, + "poly": [ + 917, + 1779, + 1040, + 1779, + 1040, + 1811, + 917, + 1811 + ], + "score": 0.91, + "latex": "( 1 , \\ldots , \\dot { N } )" + }, + { + "category_id": 13, + "poly": [ + 1069, + 1488, + 1169, + 1488, + 1169, + 1516, + 1069, + 1516 + ], + "score": 0.91, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 297, + 296, + 593, + 296, + 593, + 332, + 297, + 332 + ], + "score": 0.91, + "latex": "\\theta ^ { M L } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { L } ( \\theta )" + }, + { + "category_id": 13, + "poly": [ + 483, + 1221, + 542, + 1221, + 542, + 1254, + 483, + 1254 + ], + "score": 0.91, + "latex": "\\mathcal { Q } ( \\boldsymbol { \\theta } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 996, + 375, + 996, + 375, + 1027, + 297, + 1027 + ], + "score": 0.9, + "latex": "p _ { \\pi _ { z } } ( z )" + }, + { + "category_id": 13, + "poly": [ + 297, + 964, + 467, + 964, + 467, + 996, + 297, + 996 + ], + "score": 0.9, + "latex": "i \\in ( 1 , \\ldots , N )" + }, + { + "category_id": 13, + "poly": [ + 697, + 1487, + 837, + 1487, + 837, + 1521, + 697, + 1521 + ], + "score": 0.9, + "latex": "\\mathcal { O } ( T D B M )" + }, + { + "category_id": 13, + "poly": [ + 918, + 1856, + 1018, + 1856, + 1018, + 1883, + 918, + 1883 + ], + "score": 0.9, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 1307, + 1749, + 1401, + 1749, + 1401, + 1777, + 1307, + 1777 + ], + "score": 0.9, + "latex": "B \\ll N" + }, + { + "category_id": 13, + "poly": [ + 952, + 1025, + 1027, + 1025, + 1027, + 1053, + 952, + 1053 + ], + "score": 0.9, + "latex": "D \\times D" + }, + { + "category_id": 13, + "poly": [ + 1277, + 934, + 1354, + 934, + 1354, + 964, + 1277, + 964 + ], + "score": 0.89, + "latex": "z _ { i } \\in \\mathbb { Z }" + }, + { + "category_id": 13, + "poly": [ + 522, + 1487, + 662, + 1487, + 662, + 1521, + 522, + 1521 + ], + "score": 0.89, + "latex": "\\mathcal { O } ( T D N K )" + }, + { + "category_id": 14, + "poly": [ + 660, + 744, + 1034, + 744, + 1034, + 844, + 660, + 844 + ], + "score": 0.89, + "latex": "\\begin{array} { r l } & { \\mathrm { E \\mathrm { - } s t e p } ; ~ \\mathcal { Q } _ { t - 1 } ( \\theta ) , } \\\\ & { \\mathrm { M \\mathrm { - } s t e p } ; ~ \\theta _ { t } : = \\arg \\operatorname* { m a x } _ { \\theta \\in \\Theta } \\mathcal { Q } _ { t - 1 } ( \\theta ) . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 660, + 1861, + 719, + 1861, + 719, + 1883, + 660, + 1883 + ], + "score": 0.88, + "latex": "i \\in I" + }, + { + "category_id": 13, + "poly": [ + 1274, + 638, + 1301, + 638, + 1301, + 667, + 1274, + 667 + ], + "score": 0.88, + "latex": "\\theta _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 966, + 1811, + 992, + 1811, + 992, + 1835, + 966, + 1835 + ], + "score": 0.83, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 418, + 1980, + 443, + 1980, + 443, + 2006, + 418, + 2006 + ], + "score": 0.83, + "latex": "z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1065, + 1056, + 1093, + 1056, + 1093, + 1082, + 1065, + 1082 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 783, + 1117, + 810, + 1117, + 810, + 1143, + 783, + 1143 + ], + "score": 0.75, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1172, + 1750, + 1191, + 1750, + 1191, + 1776, + 1172, + 1776 + ], + "score": 0.74, + "latex": "I" + }, + { + "category_id": 13, + "poly": [ + 656, + 1721, + 669, + 1721, + 669, + 1746, + 656, + 1746 + ], + "score": 0.65, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 388, + 1781, + 402, + 1781, + 402, + 1807, + 388, + 1807 + ], + "score": 0.61, + "latex": "i" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1323.0, + 889.0, + 1323.0, + 889.0, + 1375.0, + 241.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1549.0, + 444.0, + 1549.0, + 444.0, + 1595.0, + 294.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 190.0, + 620.0, + 190.0, + 620.0, + 248.0, + 240.0, + 248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 190.0, + 620.0, + 190.0, + 620.0, + 248.0, + 240.0, + 248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1401.0, + 278.0, + 1401.0, + 278.0, + 1429.0, + 248.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1393.0, + 1406.0, + 1393.0, + 1406.0, + 1434.0, + 292.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1432.0, + 278.0, + 1432.0, + 278.0, + 1459.0, + 248.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1427.0, + 1404.0, + 1427.0, + 1404.0, + 1462.0, + 295.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1462.0, + 278.0, + 1462.0, + 278.0, + 1488.0, + 248.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1456.0, + 1404.0, + 1456.0, + 1404.0, + 1491.0, + 295.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1493.0, + 279.0, + 1493.0, + 279.0, + 1519.0, + 248.0, + 1519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1487.0, + 521.0, + 1487.0, + 521.0, + 1522.0, + 295.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 1487.0, + 696.0, + 1487.0, + 696.0, + 1522.0, + 663.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 1487.0, + 923.0, + 1487.0, + 923.0, + 1522.0, + 838.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1487.0, + 1068.0, + 1487.0, + 1068.0, + 1522.0, + 1019.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 1487.0, + 1180.0, + 1487.0, + 1180.0, + 1522.0, + 1170.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 273.0, + 278.0, + 273.0, + 278.0, + 298.0, + 250.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 264.0, + 1407.0, + 264.0, + 1407.0, + 304.0, + 290.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 303.0, + 278.0, + 303.0, + 278.0, + 329.0, + 248.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 287.0, + 296.0, + 287.0, + 296.0, + 344.0, + 288.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 287.0, + 1408.0, + 287.0, + 1408.0, + 344.0, + 594.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 336.0, + 278.0, + 336.0, + 278.0, + 361.0, + 250.0, + 361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 329.0, + 818.0, + 329.0, + 818.0, + 362.0, + 293.0, + 362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 939.0, + 277.0, + 939.0, + 277.0, + 965.0, + 249.0, + 965.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 931.0, + 1064.0, + 931.0, + 1064.0, + 969.0, + 293.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 931.0, + 1276.0, + 931.0, + 1276.0, + 969.0, + 1176.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 931.0, + 1405.0, + 931.0, + 1405.0, + 969.0, + 1355.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 969.0, + 279.0, + 969.0, + 279.0, + 997.0, + 249.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 963.0, + 296.0, + 963.0, + 296.0, + 1001.0, + 291.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 963.0, + 851.0, + 963.0, + 851.0, + 1001.0, + 468.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 963.0, + 1408.0, + 963.0, + 1408.0, + 1001.0, + 1018.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 998.0, + 277.0, + 998.0, + 277.0, + 1026.0, + 249.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 991.0, + 296.0, + 991.0, + 296.0, + 1030.0, + 289.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 991.0, + 1089.0, + 991.0, + 1089.0, + 1030.0, + 376.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 991.0, + 1408.0, + 991.0, + 1408.0, + 1030.0, + 1191.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1028.0, + 280.0, + 1028.0, + 280.0, + 1059.0, + 246.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1021.0, + 951.0, + 1021.0, + 951.0, + 1060.0, + 291.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 1021.0, + 1407.0, + 1021.0, + 1407.0, + 1060.0, + 1028.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1059.0, + 277.0, + 1059.0, + 277.0, + 1088.0, + 247.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1052.0, + 1064.0, + 1052.0, + 1064.0, + 1090.0, + 292.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1052.0, + 1407.0, + 1052.0, + 1407.0, + 1090.0, + 1094.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1090.0, + 279.0, + 1090.0, + 279.0, + 1118.0, + 247.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1084.0, + 1113.0, + 1084.0, + 1113.0, + 1122.0, + 292.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1084.0, + 1405.0, + 1084.0, + 1405.0, + 1122.0, + 1214.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1122.0, + 279.0, + 1122.0, + 279.0, + 1149.0, + 249.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1113.0, + 782.0, + 1113.0, + 782.0, + 1152.0, + 293.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1113.0, + 1405.0, + 1113.0, + 1405.0, + 1152.0, + 811.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1152.0, + 279.0, + 1152.0, + 279.0, + 1179.0, + 249.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1143.0, + 541.0, + 1143.0, + 541.0, + 1181.0, + 293.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 1143.0, + 694.0, + 1143.0, + 694.0, + 1181.0, + 683.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1617.0, + 279.0, + 1617.0, + 279.0, + 1642.0, + 250.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1606.0, + 1405.0, + 1606.0, + 1405.0, + 1649.0, + 290.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1650.0, + 279.0, + 1650.0, + 279.0, + 1673.0, + 250.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1643.0, + 1405.0, + 1643.0, + 1405.0, + 1677.0, + 293.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 1679.0, + 279.0, + 1679.0, + 279.0, + 1704.0, + 250.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1671.0, + 1000.0, + 1671.0, + 1000.0, + 1710.0, + 289.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1860.0, + 276.0, + 1860.0, + 276.0, + 1885.0, + 241.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1855.0, + 659.0, + 1855.0, + 659.0, + 1888.0, + 292.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1855.0, + 917.0, + 1855.0, + 917.0, + 1888.0, + 720.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1855.0, + 1266.0, + 1855.0, + 1266.0, + 1888.0, + 1019.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 1855.0, + 1403.0, + 1855.0, + 1403.0, + 1888.0, + 1373.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1888.0, + 279.0, + 1888.0, + 279.0, + 1917.0, + 239.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1884.0, + 1404.0, + 1884.0, + 1404.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1919.0, + 279.0, + 1919.0, + 279.0, + 1948.0, + 239.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1912.0, + 590.0, + 1912.0, + 590.0, + 1950.0, + 293.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 1912.0, + 1065.0, + 1912.0, + 1065.0, + 1950.0, + 696.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1912.0, + 1406.0, + 1912.0, + 1406.0, + 1950.0, + 1171.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1952.0, + 279.0, + 1952.0, + 279.0, + 1977.0, + 241.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1981.0, + 292.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1982.0, + 277.0, + 1982.0, + 277.0, + 2008.0, + 242.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1977.0, + 417.0, + 1977.0, + 417.0, + 2010.0, + 294.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 1977.0, + 1016.0, + 1977.0, + 1016.0, + 2010.0, + 444.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 1977.0, + 1407.0, + 1977.0, + 1407.0, + 2010.0, + 1093.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1722.0, + 278.0, + 1722.0, + 278.0, + 1749.0, + 248.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1715.0, + 655.0, + 1715.0, + 655.0, + 1755.0, + 292.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 670.0, + 1715.0, + 1411.0, + 1715.0, + 1411.0, + 1755.0, + 670.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 247.0, + 1753.0, + 278.0, + 1753.0, + 278.0, + 1781.0, + 247.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1746.0, + 1007.0, + 1746.0, + 1007.0, + 1786.0, + 293.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1092.0, + 1746.0, + 1171.0, + 1746.0, + 1171.0, + 1786.0, + 1092.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 1746.0, + 1306.0, + 1746.0, + 1306.0, + 1786.0, + 1192.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1784.0, + 278.0, + 1784.0, + 278.0, + 1811.0, + 248.0, + 1811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1776.0, + 387.0, + 1776.0, + 387.0, + 1815.0, + 294.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1776.0, + 916.0, + 1776.0, + 916.0, + 1815.0, + 403.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1776.0, + 1405.0, + 1776.0, + 1405.0, + 1815.0, + 1041.0, + 1815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1815.0, + 278.0, + 1815.0, + 278.0, + 1840.0, + 246.0, + 1840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1807.0, + 965.0, + 1807.0, + 965.0, + 1845.0, + 291.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1807.0, + 1175.0, + 1807.0, + 1175.0, + 1845.0, + 993.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 610.0, + 276.0, + 610.0, + 276.0, + 639.0, + 249.0, + 639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 603.0, + 699.0, + 603.0, + 699.0, + 643.0, + 292.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 603.0, + 1284.0, + 603.0, + 1284.0, + 643.0, + 795.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 603.0, + 1407.0, + 603.0, + 1407.0, + 643.0, + 1375.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 640.0, + 279.0, + 640.0, + 279.0, + 669.0, + 249.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 632.0, + 859.0, + 632.0, + 859.0, + 676.0, + 292.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 632.0, + 1273.0, + 632.0, + 1273.0, + 676.0, + 1003.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1302.0, + 632.0, + 1407.0, + 632.0, + 1407.0, + 676.0, + 1302.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 672.0, + 279.0, + 672.0, + 279.0, + 702.0, + 249.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 666.0, + 790.0, + 666.0, + 790.0, + 706.0, + 293.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 666.0, + 1405.0, + 666.0, + 1405.0, + 706.0, + 874.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 705.0, + 279.0, + 705.0, + 279.0, + 732.0, + 249.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 694.0, + 577.0, + 694.0, + 577.0, + 738.0, + 292.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1191.0, + 1405.0, + 1191.0, + 1405.0, + 1225.0, + 294.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1220.0, + 482.0, + 1220.0, + 482.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 1220.0, + 1406.0, + 1220.0, + 1406.0, + 1258.0, + 543.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1252.0, + 1263.0, + 1252.0, + 1263.0, + 1286.0, + 294.0, + 1286.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 864.0, + 279.0, + 864.0, + 279.0, + 889.0, + 249.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 853.0, + 1406.0, + 853.0, + 1406.0, + 894.0, + 289.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 893.0, + 281.0, + 893.0, + 281.0, + 919.0, + 249.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 887.0, + 743.0, + 887.0, + 743.0, + 923.0, + 291.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 244.0, + 433.0, + 370.0, + 433.0, + 370.0, + 481.0, + 244.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 729.0, + 433.0, + 1184.0, + 433.0, + 1184.0, + 481.0, + 729.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1258.0, + 433.0, + 1317.0, + 433.0, + 1317.0, + 481.0, + 1258.0, + 481.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 240, + 624, + 1405, + 624, + 1405, + 842, + 240, + 842 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 243, + 925, + 1404, + 925, + 1404, + 1020, + 243, + 1020 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 239, + 1107, + 1406, + 1107, + 1406, + 1402, + 239, + 1402 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 241, + 338, + 1405, + 338, + 1405, + 525, + 241, + 525 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 241, + 201, + 1405, + 201, + 1405, + 327, + 241, + 327 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 243, + 1619, + 1404, + 1619, + 1404, + 1734, + 243, + 1734 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 547, + 535, + 1150, + 535, + 1150, + 616, + 547, + 616 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 613, + 841, + 1085, + 841, + 1085, + 919, + 613, + 919 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 273, + 1745, + 1404, + 1745, + 1404, + 1857, + 273, + 1857 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 246, + 1412, + 1411, + 1412, + 1411, + 1506, + 246, + 1506 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 248, + 1944, + 1410, + 1944, + 1410, + 2009, + 248, + 2009 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 293, + 1888, + 614, + 1888, + 614, + 1922, + 293, + 1922 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1366, + 559, + 1400, + 559, + 1400, + 590, + 1366, + 590 + ], + "score": 0.887 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1526, + 1400, + 1526, + 1400, + 1556, + 1353, + 1556 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1366, + 857, + 1400, + 857, + 1400, + 887, + 1366, + 887 + ], + "score": 0.868 + }, + { + "category_id": 8, + "poly": [ + 667, + 1519, + 1033, + 1519, + 1033, + 1562, + 667, + 1562 + ], + "score": 0.866 + }, + { + "category_id": 0, + "poly": [ + 284, + 1053, + 448, + 1053, + 448, + 1087, + 284, + 1087 + ], + "score": 0.865 + }, + { + "category_id": 8, + "poly": [ + 666, + 1570, + 1033, + 1570, + 1033, + 1609, + 666, + 1609 + ], + "score": 0.858 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1574, + 1400, + 1574, + 1400, + 1602, + 1352, + 1602 + ], + "score": 0.847 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 859, + 2061, + 859, + 2085, + 840, + 2085 + ], + "score": 0.769 + }, + { + "category_id": 8, + "poly": [ + 663, + 1519, + 1034, + 1519, + 1034, + 1610, + 663, + 1610 + ], + "score": 0.105 + }, + { + "category_id": 14, + "poly": [ + 613, + 836, + 1086, + 836, + 1086, + 924, + 613, + 924 + ], + "score": 0.95, + "latex": "\\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) = \\frac { 1 } { M } \\sum _ { i \\in I } \\sum _ { z \\in \\mathbf { z } _ { i , t } } \\log p _ { \\eta _ { z } } ( x _ { i } | z ) \\pi _ { z } ." + }, + { + "category_id": 13, + "poly": [ + 297, + 1654, + 374, + 1654, + 374, + 1693, + 297, + 1693 + ], + "score": 0.95, + "latex": "\\nabla _ { \\pi _ { k } } \\widehat { \\mathcal { Q } }" + }, + { + "category_id": 13, + "poly": [ + 728, + 1745, + 858, + 1745, + 858, + 1782, + 728, + 1782 + ], + "score": 0.94, + "latex": "( \\nu _ { k } , \\eta _ { k } ) _ { k = 1 } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 498, + 461, + 657, + 461, + 657, + 495, + 498, + 495 + ], + "score": 0.94, + "latex": "P ( z _ { i , t - 1 } , z _ { i , t } )" + }, + { + "category_id": 13, + "poly": [ + 740, + 1620, + 848, + 1620, + 848, + 1658, + 740, + 1658 + ], + "score": 0.94, + "latex": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }" + }, + { + "category_id": 14, + "poly": [ + 549, + 533, + 1150, + 533, + 1150, + 615, + 549, + 615 + ], + "score": 0.94, + "latex": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) : = \\operatorname* { m i n } \\biggr \\{ 1 , \\frac { p _ { \\eta _ { z _ { i } , t - 1 } } ( x _ { i } | z _ { i } ) \\pi _ { z _ { i } , t - 1 } q ( \\bar { z } _ { i } | z _ { i } ) } { p _ { \\eta _ { \\bar { z } _ { i } , t - 1 } } ( x _ { i } | \\bar { z } _ { i } ) \\pi _ { \\bar { z } _ { i } , t - 1 } q ( z _ { i } | \\bar { z } _ { i } ) } \\biggr \\} ," + }, + { + "category_id": 13, + "poly": [ + 432, + 493, + 565, + 493, + 565, + 525, + 432, + 525 + ], + "score": 0.93, + "latex": "z _ { i } \\sim q ( \\cdot | \\bar { z } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1309, + 1975, + 1398, + 1975, + 1398, + 2009, + 1309, + 2009 + ], + "score": 0.93, + "latex": "q \\big ( z _ { i } | \\bar { z } _ { i } \\big )" + }, + { + "category_id": 13, + "poly": [ + 706, + 1109, + 803, + 1109, + 803, + 1142, + 706, + 1142 + ], + "score": 0.93, + "latex": "\\mathcal { Q } _ { t - 1 } ( \\theta )" + }, + { + "category_id": 13, + "poly": [ + 883, + 203, + 993, + 203, + 993, + 237, + 883, + 237 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z _ { i } , x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 470, + 368, + 567, + 368, + 567, + 404, + 470, + 404 + ], + "score": 0.92, + "latex": "( z _ { i , t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 1099, + 1414, + 1200, + 1414, + 1200, + 1448, + 1099, + 1448 + ], + "score": 0.92, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 381, + 626, + 535, + 626, + 535, + 660, + 381, + 660 + ], + "score": 0.92, + "latex": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )" + }, + { + "category_id": 13, + "poly": [ + 1277, + 1778, + 1353, + 1778, + 1353, + 1819, + 1277, + 1819 + ], + "score": 0.92, + "latex": "\\dot { \\nabla } _ { \\eta _ { k } } \\widehat { \\mathcal { Q } }" + }, + { + "category_id": 13, + "poly": [ + 1176, + 1656, + 1353, + 1656, + 1353, + 1695, + 1176, + 1695 + ], + "score": 0.92, + "latex": "\\nu _ { t } : = ( \\nu _ { k , t } ) _ { k = 1 } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 375, + 750, + 503, + 750, + 503, + 788, + 375, + 788 + ], + "score": 0.92, + "latex": "\\bar { z } _ { i } = z _ { i , t - 1 } ^ { M }" + }, + { + "category_id": 13, + "poly": [ + 1109, + 340, + 1213, + 340, + 1213, + 373, + 1109, + 373 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1231, + 372, + 1335, + 372, + 1335, + 403, + 1231, + 403 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 860, + 370, + 1066, + 370, + 1066, + 404, + 860, + 404 + ], + "score": 0.92, + "latex": "z _ { i , t } \\sim P ( z _ { i , t - 1 } , \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1816, + 372, + 1816, + 372, + 1856, + 297, + 1856 + ], + "score": 0.92, + "latex": "\\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } }" + }, + { + "category_id": 13, + "poly": [ + 1107, + 660, + 1274, + 660, + 1274, + 691, + 1107, + 691 + ], + "score": 0.92, + "latex": "t \\in ( 1 , \\ldots , T )" + }, + { + "category_id": 13, + "poly": [ + 444, + 264, + 548, + 264, + 548, + 297, + 444, + 297 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1000, + 1656, + 1109, + 1656, + 1109, + 1694, + 1000, + 1694 + ], + "score": 0.91, + "latex": "( \\pi _ { k , t } ) _ { k = 1 } ^ { K }" + }, + { + "category_id": 13, + "poly": [ + 646, + 1364, + 709, + 1364, + 709, + 1400, + 646, + 1400 + ], + "score": 0.91, + "latex": "\\nabla _ { \\boldsymbol { \\theta } } \\widehat { \\mathcal { Q } }" + }, + { + "category_id": 14, + "poly": [ + 666, + 1515, + 1031, + 1515, + 1031, + 1612, + 666, + 1612 + ], + "score": 0.91, + "latex": "\\begin{array} { r l } & { \\eta _ { k , t } = \\eta _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\eta _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\\\ & { \\nu _ { k , t } = \\nu _ { k , t - 1 } + \\gamma _ { t } \\nabla _ { \\nu _ { k } } \\widehat { \\mathcal { Q } } _ { t - 1 } ( \\theta ) , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 297, + 295, + 407, + 295, + 407, + 328, + 297, + 328 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( z _ { i } , x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 204, + 403, + 204, + 403, + 237, + 297, + 237 + ], + "score": 0.91, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 811, + 1327, + 978, + 1327, + 978, + 1366, + 811, + 1366 + ], + "score": 0.91, + "latex": "\\textstyle \\sum _ { t \\geq 1 } \\gamma _ { t } ^ { 2 } < \\infty" + }, + { + "category_id": 13, + "poly": [ + 418, + 1658, + 556, + 1658, + 556, + 1692, + 418, + 1692 + ], + "score": 0.9, + "latex": "\\nu _ { k } = \\log \\pi _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1117, + 928, + 1218, + 928, + 1218, + 956, + 1117, + 956 + ], + "score": 0.9, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 838, + 1785, + 944, + 1785, + 944, + 1814, + 838, + 1814 + ], + "score": 0.9, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1141, + 1352, + 1141, + 1352, + 1168, + 1240, + 1168 + ], + "score": 0.9, + "latex": "M \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 737, + 694, + 976, + 694, + 976, + 728, + 737, + 728 + ], + "score": 0.9, + "latex": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )" + }, + { + "category_id": 13, + "poly": [ + 474, + 663, + 578, + 663, + 578, + 691, + 474, + 691 + ], + "score": 0.9, + "latex": "z _ { i , t } = z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 987, + 659, + 1052, + 659, + 1052, + 686, + 987, + 686 + ], + "score": 0.9, + "latex": "i \\in I" + }, + { + "category_id": 13, + "poly": [ + 588, + 957, + 683, + 957, + 683, + 985, + 588, + 985 + ], + "score": 0.9, + "latex": "M \\approx K" + }, + { + "category_id": 13, + "poly": [ + 868, + 464, + 1005, + 464, + 1005, + 494, + 868, + 494 + ], + "score": 0.9, + "latex": "\\bar { z } _ { i } : = z _ { i , t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 1036, + 1328, + 1074, + 1328, + 1074, + 1359, + 1036, + 1359 + ], + "score": 0.89, + "latex": "\\nabla _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1171, + 404, + 1171, + 404, + 1199, + 297, + 1199 + ], + "score": 0.88, + "latex": "T \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 577, + 1291, + 870, + 1291, + 870, + 1328, + 577, + 1328 + ], + "score": 0.88, + "latex": "\\theta _ { t } = \\theta _ { t - 1 } + \\gamma _ { t } \\nabla _ { \\theta } \\tilde { \\mathcal { Q } } _ { t - 1 } ( \\theta )" + }, + { + "category_id": 13, + "poly": [ + 939, + 1370, + 965, + 1370, + 965, + 1400, + 939, + 1400 + ], + "score": 0.87, + "latex": "\\theta _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1298, + 723, + 1358, + 723, + 1358, + 751, + 1298, + 751 + ], + "score": 0.87, + "latex": "t - 1" + }, + { + "category_id": 13, + "poly": [ + 1087, + 405, + 1129, + 405, + 1129, + 434, + 1087, + 434 + ], + "score": 0.86, + "latex": "z _ { i , 0 }" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1753, + 1304, + 1753, + 1304, + 1780, + 1263, + 1780 + ], + "score": 0.86, + "latex": "{ \\bf z } _ { i , t }" + }, + { + "category_id": 13, + "poly": [ + 758, + 662, + 861, + 662, + 861, + 691, + 758, + 691 + ], + "score": 0.86, + "latex": "z _ { i , t } = \\bar { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1317, + 1420, + 1349, + 1420, + 1349, + 1445, + 1317, + 1445 + ], + "score": 0.86, + "latex": "\\pi _ { z }" + }, + { + "category_id": 13, + "poly": [ + 776, + 1666, + 806, + 1666, + 806, + 1691, + 776, + 1691 + ], + "score": 0.86, + "latex": "\\nu _ { k }" + }, + { + "category_id": 13, + "poly": [ + 484, + 1420, + 513, + 1420, + 513, + 1446, + 484, + 1446 + ], + "score": 0.84, + "latex": "\\eta _ { z }" + }, + { + "category_id": 13, + "poly": [ + 952, + 1300, + 980, + 1300, + 980, + 1328, + 952, + 1328 + ], + "score": 0.83, + "latex": "\\gamma _ { t }" + }, + { + "category_id": 13, + "poly": [ + 662, + 299, + 686, + 299, + 686, + 325, + 662, + 325 + ], + "score": 0.83, + "latex": "z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 625, + 1694, + 1211, + 1694, + 1211, + 1734, + 625, + 1734 + ], + "score": 0.83, + "latex": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k } : = \\exp ( \\nu _ { k , t } ) / \\sum _ { l = 1 } ^ { K } \\exp ( \\nu _ { l , t } )" + }, + { + "category_id": 13, + "poly": [ + 570, + 205, + 598, + 205, + 598, + 231, + 570, + 231 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 438, + 692, + 471, + 692, + 471, + 720, + 438, + 720 + ], + "score": 0.82, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 1377, + 405, + 1401, + 405, + 1401, + 428, + 1377, + 428 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1195, + 627, + 1256, + 627, + 1256, + 660, + 1195, + 660 + ], + "score": 0.79, + "latex": "( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 636, + 1329, + 800, + 1329, + 800, + 1364, + 636, + 1364 + ], + "score": 0.77, + "latex": "\\textstyle \\sum _ { t \\geq 1 } \\gamma _ { t } = \\infty" + }, + { + "category_id": 13, + "poly": [ + 639, + 632, + 658, + 632, + 658, + 654, + 639, + 654 + ], + "score": 0.77, + "latex": "u" + }, + { + "category_id": 13, + "poly": [ + 433, + 1141, + 449, + 1141, + 449, + 1167, + 433, + 1167 + ], + "score": 0.77, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1300, + 1329, + 1316, + 1329, + 1316, + 1355, + 1300, + 1355 + ], + "score": 0.73, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 403, + 961, + 416, + 961, + 416, + 984, + 403, + 984 + ], + "score": 0.71, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 1383, + 1174, + 1397, + 1174, + 1397, + 1199, + 1383, + 1199 + ], + "score": 0.69, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 470, + 1821, + 657, + 1821, + 657, + 1856, + 470, + 1856 + ], + "score": 0.64, + "latex": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 725, + 311, + 725, + 311, + 749, + 297, + 749 + ], + "score": 0.63, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 597, + 1821, + 656, + 1821, + 656, + 1856, + 597, + 1856 + ], + "score": 0.55, + "latex": "\\left( { { \\bf { z } } _ { i , t } } \\right)" + }, + { + "category_id": 13, + "poly": [ + 509, + 1328, + 625, + 1328, + 625, + 1361, + 509, + 1361 + ], + "score": 0.48, + "latex": "\\gamma _ { t } \\in [ 0 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 509, + 1329, + 984, + 1329, + 984, + 1364, + 509, + 1364 + ], + "score": 0.3, + "latex": "\\begin{array} { r } { \\gamma _ { t } \\in [ 0 , 1 ] , \\sum _ { t \\geq 1 } \\gamma _ { t } = \\infty , \\sum _ { t \\geq 1 } \\gamma _ { t } ^ { 2 } < \\infty , } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 470, + 1822, + 517, + 1822, + 517, + 1853, + 470, + 1853 + ], + "score": 0.27, + "latex": "k \\in" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1883.0, + 618.0, + 1883.0, + 618.0, + 1928.0, + 293.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1045.0, + 453.0, + 1045.0, + 453.0, + 1096.0, + 293.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 863.0, + 2058.0, + 863.0, + 2091.0, + 838.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 630.0, + 280.0, + 630.0, + 280.0, + 657.0, + 240.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 625.0, + 380.0, + 625.0, + 380.0, + 660.0, + 293.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 625.0, + 638.0, + 625.0, + 638.0, + 660.0, + 536.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 625.0, + 1194.0, + 625.0, + 1194.0, + 660.0, + 659.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 625.0, + 1404.0, + 625.0, + 1404.0, + 660.0, + 1257.0, + 660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 663.0, + 278.0, + 663.0, + 278.0, + 687.0, + 241.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 656.0, + 473.0, + 656.0, + 473.0, + 694.0, + 291.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 656.0, + 757.0, + 656.0, + 757.0, + 694.0, + 579.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 656.0, + 986.0, + 656.0, + 986.0, + 694.0, + 862.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 656.0, + 1106.0, + 656.0, + 1106.0, + 694.0, + 1053.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 656.0, + 1408.0, + 656.0, + 1408.0, + 694.0, + 1275.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 696.0, + 280.0, + 696.0, + 280.0, + 723.0, + 239.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 683.0, + 437.0, + 683.0, + 437.0, + 734.0, + 286.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 683.0, + 736.0, + 683.0, + 736.0, + 734.0, + 472.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 683.0, + 1415.0, + 683.0, + 1415.0, + 734.0, + 977.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 726.0, + 280.0, + 726.0, + 280.0, + 784.0, + 239.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 721.0, + 296.0, + 721.0, + 296.0, + 801.0, + 282.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 721.0, + 374.0, + 721.0, + 374.0, + 801.0, + 312.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 721.0, + 1297.0, + 721.0, + 1297.0, + 801.0, + 504.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 721.0, + 1417.0, + 721.0, + 1417.0, + 801.0, + 1359.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 785.0, + 278.0, + 785.0, + 278.0, + 814.0, + 239.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 780.0, + 1405.0, + 780.0, + 1405.0, + 815.0, + 293.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 816.0, + 280.0, + 816.0, + 280.0, + 845.0, + 240.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 812.0, + 463.0, + 812.0, + 463.0, + 845.0, + 291.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 931.0, + 278.0, + 931.0, + 278.0, + 958.0, + 242.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 924.0, + 1116.0, + 924.0, + 1116.0, + 962.0, + 292.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 924.0, + 1405.0, + 924.0, + 1405.0, + 962.0, + 1219.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 963.0, + 278.0, + 963.0, + 278.0, + 986.0, + 242.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 957.0, + 402.0, + 957.0, + 402.0, + 991.0, + 293.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 957.0, + 587.0, + 957.0, + 587.0, + 991.0, + 417.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 957.0, + 1407.0, + 957.0, + 1407.0, + 991.0, + 684.0, + 991.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 993.0, + 280.0, + 993.0, + 280.0, + 1020.0, + 242.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 985.0, + 753.0, + 985.0, + 753.0, + 1025.0, + 288.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1115.0, + 277.0, + 1115.0, + 277.0, + 1141.0, + 240.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1109.0, + 705.0, + 1109.0, + 705.0, + 1143.0, + 293.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 1109.0, + 1405.0, + 1109.0, + 1405.0, + 1143.0, + 804.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1145.0, + 277.0, + 1145.0, + 277.0, + 1171.0, + 240.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1139.0, + 432.0, + 1139.0, + 432.0, + 1174.0, + 295.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1139.0, + 1239.0, + 1139.0, + 1239.0, + 1174.0, + 450.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 1139.0, + 1405.0, + 1139.0, + 1405.0, + 1174.0, + 1353.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1174.0, + 279.0, + 1174.0, + 279.0, + 1204.0, + 239.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1168.0, + 296.0, + 1168.0, + 296.0, + 1205.0, + 293.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1168.0, + 1382.0, + 1168.0, + 1382.0, + 1205.0, + 405.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1168.0, + 1409.0, + 1168.0, + 1409.0, + 1205.0, + 1398.0, + 1205.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1206.0, + 277.0, + 1206.0, + 277.0, + 1233.0, + 240.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1201.0, + 1407.0, + 1201.0, + 1407.0, + 1235.0, + 295.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1234.0, + 277.0, + 1234.0, + 277.0, + 1264.0, + 239.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1230.0, + 1405.0, + 1230.0, + 1405.0, + 1264.0, + 295.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1267.0, + 277.0, + 1267.0, + 277.0, + 1293.0, + 240.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1259.0, + 1406.0, + 1259.0, + 1406.0, + 1298.0, + 292.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1303.0, + 277.0, + 1303.0, + 277.0, + 1329.0, + 240.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1293.0, + 576.0, + 1293.0, + 576.0, + 1335.0, + 293.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1293.0, + 951.0, + 1293.0, + 951.0, + 1335.0, + 871.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 1293.0, + 1408.0, + 1293.0, + 1408.0, + 1335.0, + 981.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1333.0, + 277.0, + 1333.0, + 277.0, + 1359.0, + 240.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1323.0, + 508.0, + 1323.0, + 508.0, + 1370.0, + 291.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 1323.0, + 1035.0, + 1323.0, + 1035.0, + 1370.0, + 985.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1323.0, + 1299.0, + 1323.0, + 1299.0, + 1370.0, + 1075.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1323.0, + 1410.0, + 1323.0, + 1410.0, + 1370.0, + 1317.0, + 1370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1374.0, + 277.0, + 1374.0, + 277.0, + 1400.0, + 242.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1366.0, + 645.0, + 1366.0, + 645.0, + 1404.0, + 292.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1366.0, + 938.0, + 1366.0, + 938.0, + 1404.0, + 710.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1366.0, + 1308.0, + 1366.0, + 1308.0, + 1404.0, + 966.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 343.0, + 279.0, + 343.0, + 279.0, + 371.0, + 240.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 338.0, + 1108.0, + 338.0, + 1108.0, + 374.0, + 292.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 338.0, + 1406.0, + 338.0, + 1406.0, + 374.0, + 1214.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 373.0, + 277.0, + 373.0, + 277.0, + 402.0, + 238.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 365.0, + 469.0, + 365.0, + 469.0, + 407.0, + 291.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 365.0, + 859.0, + 365.0, + 859.0, + 407.0, + 568.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 365.0, + 1230.0, + 365.0, + 1230.0, + 407.0, + 1067.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 365.0, + 1408.0, + 365.0, + 1408.0, + 407.0, + 1336.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 405.0, + 279.0, + 405.0, + 279.0, + 433.0, + 238.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 399.0, + 1086.0, + 399.0, + 1086.0, + 434.0, + 292.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 399.0, + 1376.0, + 399.0, + 1376.0, + 434.0, + 1130.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 399.0, + 1406.0, + 399.0, + 1406.0, + 434.0, + 1402.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 434.0, + 279.0, + 434.0, + 279.0, + 464.0, + 238.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 428.0, + 1408.0, + 428.0, + 1408.0, + 465.0, + 292.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 465.0, + 281.0, + 465.0, + 281.0, + 493.0, + 238.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 458.0, + 497.0, + 458.0, + 497.0, + 498.0, + 292.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 458.0, + 867.0, + 458.0, + 867.0, + 498.0, + 658.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1006.0, + 458.0, + 1408.0, + 458.0, + 1408.0, + 498.0, + 1006.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 496.0, + 281.0, + 496.0, + 281.0, + 524.0, + 238.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 490.0, + 431.0, + 490.0, + 431.0, + 526.0, + 294.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 490.0, + 913.0, + 490.0, + 913.0, + 526.0, + 566.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 209.0, + 278.0, + 209.0, + 278.0, + 234.0, + 241.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 202.0, + 296.0, + 202.0, + 296.0, + 241.0, + 292.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 202.0, + 569.0, + 202.0, + 569.0, + 241.0, + 404.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 599.0, + 202.0, + 882.0, + 202.0, + 882.0, + 241.0, + 599.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 202.0, + 1406.0, + 202.0, + 1406.0, + 241.0, + 994.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 239.0, + 278.0, + 239.0, + 278.0, + 265.0, + 240.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 233.0, + 1405.0, + 233.0, + 1405.0, + 268.0, + 294.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 268.0, + 278.0, + 268.0, + 278.0, + 295.0, + 241.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 261.0, + 443.0, + 261.0, + 443.0, + 301.0, + 292.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 261.0, + 1406.0, + 261.0, + 1406.0, + 301.0, + 549.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 299.0, + 278.0, + 299.0, + 278.0, + 325.0, + 241.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 292.0, + 296.0, + 292.0, + 296.0, + 333.0, + 290.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 292.0, + 661.0, + 292.0, + 661.0, + 333.0, + 408.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 292.0, + 699.0, + 292.0, + 699.0, + 333.0, + 687.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1625.0, + 280.0, + 1625.0, + 280.0, + 1655.0, + 240.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1613.0, + 739.0, + 1613.0, + 739.0, + 1663.0, + 289.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 1613.0, + 1409.0, + 1613.0, + 1409.0, + 1663.0, + 849.0, + 1663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1662.0, + 278.0, + 1662.0, + 278.0, + 1691.0, + 240.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1644.0, + 296.0, + 1644.0, + 296.0, + 1707.0, + 285.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 375.0, + 1644.0, + 417.0, + 1644.0, + 417.0, + 1707.0, + 375.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 1644.0, + 775.0, + 1644.0, + 775.0, + 1707.0, + 557.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 1644.0, + 999.0, + 1644.0, + 999.0, + 1707.0, + 807.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1644.0, + 1175.0, + 1644.0, + 1175.0, + 1707.0, + 1110.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1644.0, + 1413.0, + 1644.0, + 1413.0, + 1707.0, + 1354.0, + 1707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1701.0, + 278.0, + 1701.0, + 278.0, + 1730.0, + 240.0, + 1730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 280.0, + 1675.0, + 624.0, + 1675.0, + 624.0, + 1748.0, + 280.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1212.0, + 1675.0, + 1233.0, + 1675.0, + 1233.0, + 1748.0, + 1212.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1740.0, + 727.0, + 1740.0, + 727.0, + 1789.0, + 292.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1740.0, + 1262.0, + 1740.0, + 1262.0, + 1789.0, + 859.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 1740.0, + 1409.0, + 1740.0, + 1409.0, + 1789.0, + 1305.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1778.0, + 837.0, + 1778.0, + 837.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1778.0, + 1276.0, + 1778.0, + 1276.0, + 1824.0, + 945.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1778.0, + 1408.0, + 1778.0, + 1408.0, + 1824.0, + 1354.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 1818.0, + 469.0, + 1818.0, + 469.0, + 1859.0, + 373.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 1818.0, + 1278.0, + 1818.0, + 1278.0, + 1859.0, + 658.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1421.0, + 278.0, + 1421.0, + 278.0, + 1444.0, + 242.0, + 1444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1413.0, + 483.0, + 1413.0, + 483.0, + 1451.0, + 291.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 1413.0, + 1098.0, + 1413.0, + 1098.0, + 1451.0, + 514.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 1413.0, + 1316.0, + 1413.0, + 1316.0, + 1451.0, + 1201.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 1413.0, + 1408.0, + 1413.0, + 1408.0, + 1451.0, + 1350.0, + 1451.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 1452.0, + 278.0, + 1452.0, + 278.0, + 1475.0, + 242.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1442.0, + 1407.0, + 1442.0, + 1407.0, + 1481.0, + 292.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1481.0, + 279.0, + 1481.0, + 279.0, + 1508.0, + 241.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1476.0, + 536.0, + 1476.0, + 536.0, + 1508.0, + 294.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 243.0, + 1951.0, + 280.0, + 1951.0, + 280.0, + 1975.0, + 243.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1944.0, + 1406.0, + 1944.0, + 1406.0, + 1980.0, + 289.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1974.0, + 1308.0, + 1974.0, + 1308.0, + 2013.0, + 236.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1974.0, + 1409.0, + 1974.0, + 1409.0, + 2013.0, + 1399.0, + 2013.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 266, + 1793, + 1402, + 1793, + 1402, + 2008, + 266, + 2008 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 240, + 1262, + 1407, + 1262, + 1407, + 1683, + 240, + 1683 + ], + "score": 0.959 + }, + { + "category_id": 1, + "poly": [ + 241, + 989, + 1404, + 989, + 1404, + 1144, + 241, + 1144 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 242, + 1157, + 1406, + 1157, + 1406, + 1250, + 242, + 1250 + ], + "score": 0.915 + }, + { + "category_id": 0, + "poly": [ + 248, + 1724, + 540, + 1724, + 540, + 1761, + 248, + 1761 + ], + "score": 0.885 + }, + { + "category_id": 1, + "poly": [ + 295, + 239, + 1339, + 239, + 1339, + 930, + 295, + 930 + ], + "score": 0.746 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.698 + }, + { + "category_id": 0, + "poly": [ + 301, + 203, + 869, + 203, + 869, + 235, + 301, + 235 + ], + "score": 0.66 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 859, + 2061, + 859, + 2085, + 841, + 2085 + ], + "score": 0.137 + }, + { + "category_id": 5, + "poly": [ + 295, + 239, + 1339, + 239, + 1339, + 930, + 295, + 930 + ], + "score": 0.135, + "html": "
Input:00,(Zi0)=1,(xi)=1 Output: (0t)t=1 for t ∈ (1,...,T) or until convergence do
form the set I = (ij)=1 by sampling (without replacement) B indices i~ (1,...,N) fori∈Ido
set zi as the last element of Zi,t-1
for j ∈(1,...,M) do
sample zi~q(zilzi) sample u~ Uniform(0,1)
compute α(zi, zi) in (7)
ifu<α(zi,zi) then
set 2,t = zi and zi = zi else
=2i
end if
end for set Zi,t = M
end for
compute (8)
compute (9) for k ∈ unique(zi,t)
compute πk,t := softmax(Vt)k for k ∈ Z end for
" + }, + { + "category_id": 2, + "poly": [ + 301, + 203, + 869, + 203, + 869, + 235, + 301, + 235 + ], + "score": 0.108 + }, + { + "category_id": 13, + "poly": [ + 615, + 1889, + 702, + 1889, + 702, + 1918, + 615, + 1918 + ], + "score": 0.95, + "latex": "p _ { \\theta } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 845, + 1322, + 943, + 1322, + 943, + 1359, + 845, + 1359 + ], + "score": 0.94, + "latex": "( z _ { i , t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 588, + 1051, + 698, + 1051, + 698, + 1085, + 588, + 1085 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z _ { i } , x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 505, + 337, + 642, + 337, + 642, + 376, + 505, + 376 + ], + "score": 0.93, + "latex": "\\dot { I } = ( i _ { j } ) _ { j = 1 } ^ { B }" + }, + { + "category_id": 13, + "poly": [ + 964, + 1052, + 1070, + 1052, + 1070, + 1085, + 964, + 1085 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1129, + 1976, + 1222, + 1976, + 1222, + 2009, + 1129, + 2009 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 1258, + 1324, + 1347, + 1324, + 1347, + 1358, + 1258, + 1358 + ], + "score": 0.92, + "latex": "p ( z _ { i } | \\bar { z } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 1061, + 1417, + 1330, + 1417, + 1330, + 1461, + 1061, + 1461 + ], + "score": 0.92, + "latex": "\\mathcal { C } ( \\pmb { \\alpha } _ { i } ) \\propto \\Pi _ { k = 1 } ^ { K } \\alpha _ { k , i } ^ { \\bar { 1 ( } z _ { i } = k ) }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1525, + 489, + 1525, + 489, + 1563, + 298, + 1563 + ], + "score": 0.92, + "latex": "n _ { i , t } = \\Sigma _ { \\tau = 1 } ^ { t } \\mathbf { e } _ { z _ { i , t } }" + }, + { + "category_id": 13, + "poly": [ + 641, + 1423, + 972, + 1423, + 972, + 1459, + 641, + 1459 + ], + "score": 0.92, + "latex": "q ( z _ { i } | \\bar { z } _ { i } ) : = q _ { \\alpha _ { i } } ( z _ { i } ) : = \\mathcal { C } ( \\alpha _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 833, + 1021, + 992, + 1021, + 992, + 1054, + 833, + 1054 + ], + "score": 0.92, + "latex": "\\alpha ( \\bar { z } _ { i } , z _ { i } ) = 1" + }, + { + "category_id": 13, + "poly": [ + 981, + 989, + 1329, + 989, + 1329, + 1024, + 981, + 1024 + ], + "score": 0.91, + "latex": "q ( z _ { i } | \\bar { z } _ { i } ) : = q ( z _ { i } ) : = p _ { \\theta } ( z _ { i } | x _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 552, + 521, + 650, + 521, + 650, + 553, + 552, + 553 + ], + "score": 0.91, + "latex": "\\alpha ( \\bar { z } _ { i } , z _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 529, + 583, + 628, + 583, + 628, + 623, + 529, + 623 + ], + "score": 0.91, + "latex": "z _ { i , t } ^ { j } = z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1129, + 1560, + 1365, + 1560, + 1365, + 1592, + 1129, + 1592 + ], + "score": 0.91, + "latex": "n _ { i , t } = n _ { i , t - 1 } + \\mathbf { e } _ { z _ { i , t } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1188, + 583, + 1188, + 583, + 1220, + 297, + 1220 + ], + "score": 0.91, + "latex": "q ( z _ { i } ) : = \\mathrm { U n i f o r m } ( 1 , K )" + }, + { + "category_id": 13, + "poly": [ + 563, + 1651, + 650, + 1651, + 650, + 1679, + 563, + 1679 + ], + "score": 0.91, + "latex": "N \\times K" + }, + { + "category_id": 13, + "poly": [ + 367, + 311, + 530, + 311, + 530, + 341, + 367, + 341 + ], + "score": 0.91, + "latex": "t \\in ( 1 , \\ldots , T )" + }, + { + "category_id": 13, + "poly": [ + 1277, + 1156, + 1405, + 1156, + 1405, + 1191, + 1277, + 1191 + ], + "score": 0.91, + "latex": "q ( z _ { i } | \\bar { z } _ { i } ) : =" + }, + { + "category_id": 13, + "poly": [ + 1156, + 338, + 1327, + 338, + 1327, + 372, + 1156, + 372 + ], + "score": 0.9, + "latex": "i \\sim ( 1 , \\dots , N )" + }, + { + "category_id": 13, + "poly": [ + 1229, + 1359, + 1396, + 1359, + 1396, + 1390, + 1229, + 1390 + ], + "score": 0.9, + "latex": "i \\in ( 1 , \\ldots , N )" + }, + { + "category_id": 13, + "poly": [ + 759, + 1463, + 1014, + 1463, + 1014, + 1496, + 759, + 1496 + ], + "score": 0.9, + "latex": "\\pmb { \\alpha } _ { i } : = ( \\alpha _ { 1 , i } , \\dots , \\alpha _ { K , i } )" + }, + { + "category_id": 13, + "poly": [ + 450, + 429, + 626, + 429, + 626, + 462, + 450, + 462 + ], + "score": 0.9, + "latex": "j \\in ( 1 , \\ldots , M )" + }, + { + "category_id": 13, + "poly": [ + 693, + 1590, + 1129, + 1590, + 1129, + 1626, + 693, + 1626 + ], + "score": 0.9, + "latex": "n _ { i , t } = ( { \\bf 1 } - { \\bf e } _ { z _ { i , t } } \\gamma _ { t } ) \\odot n _ { i , t - 1 } + \\gamma _ { t } { \\bf e } _ { z _ { i , t } }" + }, + { + "category_id": 13, + "poly": [ + 1010, + 1356, + 1051, + 1356, + 1051, + 1385, + 1010, + 1385 + ], + "score": 0.89, + "latex": "K ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 535, + 461, + 683, + 461, + 683, + 492, + 535, + 492 + ], + "score": 0.89, + "latex": "z _ { i } \\sim q ( z _ { i } | \\bar { z } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 474, + 552, + 624, + 552, + 624, + 583, + 474, + 583 + ], + "score": 0.89, + "latex": "u < \\alpha \\big ( \\bar { z } _ { i } , z _ { i } \\big )" + }, + { + "category_id": 13, + "poly": [ + 938, + 1496, + 1331, + 1496, + 1331, + 1528, + 938, + 1528 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { \\alpha _ { i , t } : = \\mathrm { \\ a r g m a x } _ { \\alpha _ { i } } \\mathcal L ( \\alpha _ { i } ) \\ = \\ \\frac { n _ { i , t } } { t } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 575, + 1530, + 608, + 1530, + 608, + 1557, + 575, + 1557 + ], + "score": 0.87, + "latex": "\\mathbf { e } _ { k }" + }, + { + "category_id": 13, + "poly": [ + 715, + 404, + 784, + 404, + 784, + 433, + 715, + 433 + ], + "score": 0.87, + "latex": "\\mathbf { z } _ { i , t - 1 }" + }, + { + "category_id": 13, + "poly": [ + 445, + 402, + 471, + 402, + 471, + 429, + 445, + 429 + ], + "score": 0.86, + "latex": "\\bar { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 598, + 1497, + 631, + 1497, + 631, + 1523, + 598, + 1523 + ], + "score": 0.86, + "latex": "\\alpha _ { i }" + }, + { + "category_id": 13, + "poly": [ + 678, + 588, + 763, + 588, + 763, + 618, + 678, + 618 + ], + "score": 0.86, + "latex": "\\bar { z } _ { i } = z _ { i }" + }, + { + "category_id": 13, + "poly": [ + 893, + 1981, + 921, + 1981, + 921, + 2003, + 893, + 2003 + ], + "score": 0.86, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 929, + 1655, + 957, + 1655, + 957, + 1683, + 929, + 1683 + ], + "score": 0.86, + "latex": "\\gamma _ { t }" + }, + { + "category_id": 13, + "poly": [ + 445, + 741, + 683, + 741, + 683, + 782, + 445, + 782 + ], + "score": 0.86, + "latex": "\\mathbf { z } _ { i , t } = ( z _ { i , t } ^ { 1 } , \\dots , z _ { i , t } ^ { M } )" + }, + { + "category_id": 13, + "poly": [ + 408, + 370, + 469, + 370, + 469, + 397, + 408, + 397 + ], + "score": 0.85, + "latex": "i \\in I" + }, + { + "category_id": 13, + "poly": [ + 1076, + 1463, + 1397, + 1463, + 1397, + 1495, + 1076, + 1495 + ], + "score": 0.85, + "latex": "\\mathcal { L } ( \\pmb { \\alpha } _ { i } ) : = \\Sigma _ { \\tau = 1 } ^ { t } \\log q _ { \\pmb { \\alpha } _ { i } } ( z _ { i , \\tau } )" + }, + { + "category_id": 13, + "poly": [ + 411, + 1623, + 437, + 1623, + 437, + 1649, + 411, + 1649 + ], + "score": 0.83, + "latex": "\\odot" + }, + { + "category_id": 13, + "poly": [ + 814, + 1389, + 844, + 1389, + 844, + 1416, + 814, + 1416 + ], + "score": 0.83, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1370, + 1219, + 1398, + 1219, + 1398, + 1245, + 1370, + 1245 + ], + "score": 0.82, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 468, + 868, + 713, + 868, + 713, + 899, + 468, + 899 + ], + "score": 0.81, + "latex": "\\pi _ { k , t } : = \\mathrm { s o f t m a x } ( \\pmb { \\nu } _ { t } ) _ { k }" + }, + { + "category_id": 13, + "poly": [ + 1041, + 340, + 1067, + 340, + 1067, + 366, + 1041, + 366 + ], + "score": 0.81, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 899, + 1389, + 927, + 1389, + 927, + 1416, + 899, + 1416 + ], + "score": 0.8, + "latex": "N" + }, + { + "category_id": 13, + "poly": [ + 363, + 1825, + 391, + 1825, + 391, + 1851, + 363, + 1851 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1372, + 1022, + 1402, + 1022, + 1402, + 1049, + 1372, + 1049 + ], + "score": 0.78, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 1196, + 1158, + 1224, + 1158, + 1224, + 1186, + 1196, + 1186 + ], + "score": 0.78, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 408, + 277, + 492, + 277, + 492, + 311, + 408, + 311 + ], + "score": 0.78, + "latex": "( \\theta _ { t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 774, + 1497, + 788, + 1497, + 788, + 1520, + 774, + 1520 + ], + "score": 0.74, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 528, + 643, + 628, + 643, + 628, + 688, + 528, + 688 + ], + "score": 0.71, + "latex": "z _ { i , t } ^ { j } = \\bar { z } _ { i }" + }, + { + "category_id": 13, + "poly": [ + 540, + 240, + 627, + 240, + 627, + 278, + 540, + 278 + ], + "score": 0.68, + "latex": "( \\mathbf { x } _ { i } ) _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 672, + 1265, + 724, + 1265, + 724, + 1295, + 672, + 1295 + ], + "score": 0.66, + "latex": "( T F )" + }, + { + "category_id": 13, + "poly": [ + 675, + 835, + 734, + 835, + 734, + 867, + 675, + 867 + ], + "score": 0.65, + "latex": "\\left( { { \\bf { z } } _ { i , t } } \\right)" + }, + { + "category_id": 13, + "poly": [ + 386, + 244, + 414, + 244, + 414, + 275, + 386, + 275 + ], + "score": 0.64, + "latex": "\\theta _ { 0 }" + }, + { + "category_id": 13, + "poly": [ + 758, + 865, + 829, + 865, + 829, + 895, + 758, + 895 + ], + "score": 0.63, + "latex": "k \\in { \\mathord { \\mathbb { Z } } }" + }, + { + "category_id": 13, + "poly": [ + 500, + 1159, + 540, + 1159, + 540, + 1188, + 500, + 1188 + ], + "score": 0.61, + "latex": "( U )" + }, + { + "category_id": 13, + "poly": [ + 506, + 992, + 548, + 992, + 548, + 1022, + 506, + 1022 + ], + "score": 0.6, + "latex": "( O )" + }, + { + "category_id": 13, + "poly": [ + 536, + 492, + 746, + 492, + 746, + 521, + 536, + 521 + ], + "score": 0.59, + "latex": "u \\sim \\mathrm { U n i f o r m } ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 427, + 240, + 528, + 240, + 528, + 277, + 427, + 277 + ], + "score": 0.49, + "latex": "( \\mathbf { z } _ { i , 0 } ) _ { i = 1 } ^ { N }" + }, + { + "category_id": 13, + "poly": [ + 535, + 494, + 585, + 494, + 585, + 518, + 535, + 518 + ], + "score": 0.48, + "latex": "u \\sim" + }, + { + "category_id": 13, + "poly": [ + 1263, + 1529, + 1278, + 1529, + 1278, + 1554, + 1263, + 1554 + ], + "score": 0.44, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 548, + 835, + 734, + 835, + 734, + 867, + 548, + 867 + ], + "score": 0.42, + "latex": "k \\in { \\mathrm { u n i q u e } } ( \\mathbf { z } _ { i , t } )" + }, + { + "category_id": 13, + "poly": [ + 1051, + 1295, + 1076, + 1295, + 1076, + 1322, + 1051, + 1322 + ], + "score": 0.41, + "latex": "\\mathrm { U }" + }, + { + "category_id": 13, + "poly": [ + 1124, + 1295, + 1149, + 1295, + 1149, + 1322, + 1124, + 1322 + ], + "score": 0.38, + "latex": "\\mathrm { o }" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1721.0, + 546.0, + 1721.0, + 546.0, + 1765.0, + 235.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2092.0, + 838.0, + 2092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 199.0, + 874.0, + 199.0, + 874.0, + 242.0, + 297.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2092.0, + 838.0, + 2092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 199.0, + 874.0, + 199.0, + 874.0, + 242.0, + 297.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1793.0, + 1404.0, + 1793.0, + 1404.0, + 1828.0, + 284.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 264.0, + 1837.0, + 275.0, + 1837.0, + 275.0, + 1849.0, + 264.0, + 1849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1825.0, + 362.0, + 1825.0, + 362.0, + 1856.0, + 292.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1825.0, + 1404.0, + 1825.0, + 1404.0, + 1856.0, + 392.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1865.0, + 277.0, + 1865.0, + 277.0, + 1883.0, + 261.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1855.0, + 1404.0, + 1855.0, + 1404.0, + 1889.0, + 292.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1894.0, + 277.0, + 1894.0, + 277.0, + 1912.0, + 261.0, + 1912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1885.0, + 614.0, + 1885.0, + 614.0, + 1919.0, + 293.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1885.0, + 1406.0, + 1885.0, + 1406.0, + 1919.0, + 703.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1924.0, + 277.0, + 1924.0, + 277.0, + 1941.0, + 261.0, + 1941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1912.0, + 1406.0, + 1912.0, + 1406.0, + 1951.0, + 289.0, + 1951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1956.0, + 277.0, + 1956.0, + 277.0, + 1972.0, + 261.0, + 1972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1981.0, + 291.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1984.0, + 277.0, + 1984.0, + 277.0, + 2003.0, + 261.0, + 2003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1973.0, + 892.0, + 1973.0, + 892.0, + 2011.0, + 291.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1973.0, + 1128.0, + 1973.0, + 1128.0, + 2011.0, + 922.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2011.0, + 1223.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1269.0, + 278.0, + 1269.0, + 278.0, + 1295.0, + 241.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1262.0, + 671.0, + 1262.0, + 671.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 1262.0, + 1407.0, + 1262.0, + 1407.0, + 1300.0, + 725.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1297.0, + 280.0, + 1297.0, + 280.0, + 1327.0, + 239.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1291.0, + 1050.0, + 1291.0, + 1050.0, + 1330.0, + 290.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 1291.0, + 1123.0, + 1291.0, + 1123.0, + 1330.0, + 1077.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 1291.0, + 1407.0, + 1291.0, + 1407.0, + 1330.0, + 1150.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1329.0, + 280.0, + 1329.0, + 280.0, + 1359.0, + 240.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1322.0, + 844.0, + 1322.0, + 844.0, + 1364.0, + 292.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 1322.0, + 1257.0, + 1322.0, + 1257.0, + 1364.0, + 944.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 1322.0, + 1411.0, + 1322.0, + 1411.0, + 1364.0, + 1348.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1361.0, + 280.0, + 1361.0, + 280.0, + 1391.0, + 239.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1354.0, + 1009.0, + 1354.0, + 1009.0, + 1394.0, + 290.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1354.0, + 1228.0, + 1354.0, + 1228.0, + 1394.0, + 1052.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1354.0, + 1409.0, + 1354.0, + 1409.0, + 1394.0, + 1397.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1391.0, + 280.0, + 1391.0, + 280.0, + 1459.0, + 239.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 1384.0, + 640.0, + 1384.0, + 640.0, + 1482.0, + 282.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1384.0, + 1060.0, + 1384.0, + 1060.0, + 1482.0, + 973.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1331.0, + 1384.0, + 1408.0, + 1384.0, + 1408.0, + 1482.0, + 1331.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1468.0, + 278.0, + 1468.0, + 278.0, + 1494.0, + 240.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1452.0, + 758.0, + 1452.0, + 758.0, + 1508.0, + 288.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1452.0, + 1075.0, + 1452.0, + 1075.0, + 1508.0, + 1015.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1452.0, + 1415.0, + 1452.0, + 1415.0, + 1508.0, + 1398.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1497.0, + 280.0, + 1497.0, + 280.0, + 1527.0, + 239.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1485.0, + 597.0, + 1485.0, + 597.0, + 1535.0, + 289.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1485.0, + 773.0, + 1485.0, + 773.0, + 1535.0, + 632.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 1485.0, + 937.0, + 1485.0, + 937.0, + 1535.0, + 789.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1529.0, + 280.0, + 1529.0, + 280.0, + 1559.0, + 239.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 1517.0, + 297.0, + 1517.0, + 297.0, + 1572.0, + 286.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1517.0, + 574.0, + 1517.0, + 574.0, + 1572.0, + 490.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 1517.0, + 1262.0, + 1517.0, + 1262.0, + 1572.0, + 609.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1279.0, + 1517.0, + 1411.0, + 1517.0, + 1411.0, + 1572.0, + 1279.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1561.0, + 280.0, + 1561.0, + 280.0, + 1591.0, + 239.0, + 1591.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1553.0, + 1128.0, + 1553.0, + 1128.0, + 1596.0, + 292.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1553.0, + 1410.0, + 1553.0, + 1410.0, + 1596.0, + 1366.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1596.0, + 278.0, + 1596.0, + 278.0, + 1622.0, + 240.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1588.0, + 692.0, + 1588.0, + 692.0, + 1630.0, + 292.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 1588.0, + 1409.0, + 1588.0, + 1409.0, + 1630.0, + 1130.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1624.0, + 280.0, + 1624.0, + 280.0, + 1654.0, + 239.0, + 1654.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1618.0, + 410.0, + 1618.0, + 410.0, + 1657.0, + 292.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1618.0, + 1408.0, + 1618.0, + 1408.0, + 1657.0, + 438.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1656.0, + 278.0, + 1656.0, + 278.0, + 1681.0, + 240.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1648.0, + 562.0, + 1648.0, + 562.0, + 1687.0, + 290.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 1648.0, + 928.0, + 1648.0, + 928.0, + 1687.0, + 651.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 1648.0, + 1198.0, + 1648.0, + 1198.0, + 1687.0, + 958.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1318.0, + 1492.5, + 1406.0, + 1492.5, + 1406.0, + 1525.5, + 1318.0, + 1525.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 996.0, + 278.0, + 996.0, + 278.0, + 1021.0, + 241.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 988.0, + 505.0, + 988.0, + 505.0, + 1024.0, + 292.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 988.0, + 980.0, + 988.0, + 980.0, + 1024.0, + 549.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 988.0, + 1405.0, + 988.0, + 1405.0, + 1024.0, + 1330.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1027.0, + 277.0, + 1027.0, + 277.0, + 1052.0, + 240.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1019.0, + 832.0, + 1019.0, + 832.0, + 1055.0, + 294.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1019.0, + 1371.0, + 1019.0, + 1371.0, + 1055.0, + 993.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1057.0, + 278.0, + 1057.0, + 278.0, + 1082.0, + 241.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1051.0, + 587.0, + 1051.0, + 587.0, + 1088.0, + 294.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1051.0, + 963.0, + 1051.0, + 963.0, + 1088.0, + 699.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 1051.0, + 1407.0, + 1051.0, + 1407.0, + 1088.0, + 1071.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1085.0, + 278.0, + 1085.0, + 278.0, + 1114.0, + 238.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1081.0, + 1405.0, + 1081.0, + 1405.0, + 1114.0, + 295.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1116.0, + 279.0, + 1116.0, + 279.0, + 1145.0, + 240.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1110.0, + 1188.0, + 1110.0, + 1188.0, + 1148.0, + 294.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1161.0, + 280.0, + 1161.0, + 280.0, + 1189.0, + 241.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1155.0, + 499.0, + 1155.0, + 499.0, + 1193.0, + 292.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 1155.0, + 1195.0, + 1155.0, + 1195.0, + 1193.0, + 541.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 1155.0, + 1276.0, + 1155.0, + 1276.0, + 1193.0, + 1225.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1193.0, + 280.0, + 1193.0, + 280.0, + 1219.0, + 241.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1187.0, + 296.0, + 1187.0, + 296.0, + 1223.0, + 292.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1187.0, + 1406.0, + 1187.0, + 1406.0, + 1223.0, + 584.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1223.0, + 280.0, + 1223.0, + 280.0, + 1249.0, + 241.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1217.0, + 1369.0, + 1217.0, + 1369.0, + 1254.0, + 292.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1217.0, + 1410.0, + 1217.0, + 1410.0, + 1254.0, + 1399.0, + 1254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 236.0, + 385.0, + 236.0, + 385.0, + 284.0, + 293.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 236.0, + 426.0, + 236.0, + 426.0, + 284.0, + 415.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 236.0, + 539.0, + 236.0, + 539.0, + 284.0, + 529.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 270.0, + 407.0, + 270.0, + 407.0, + 318.0, + 292.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 306.0, + 366.0, + 306.0, + 366.0, + 343.0, + 321.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 306.0, + 802.0, + 306.0, + 802.0, + 343.0, + 531.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 334.0, + 504.0, + 334.0, + 504.0, + 377.0, + 361.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 334.0, + 1040.0, + 334.0, + 1040.0, + 377.0, + 643.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 334.0, + 1155.0, + 334.0, + 1155.0, + 377.0, + 1068.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1328.0, + 334.0, + 1332.0, + 334.0, + 1332.0, + 377.0, + 1328.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 367.0, + 407.0, + 367.0, + 407.0, + 401.0, + 364.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 367.0, + 511.0, + 367.0, + 511.0, + 401.0, + 470.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 389.0, + 444.0, + 389.0, + 444.0, + 440.0, + 400.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 389.0, + 714.0, + 389.0, + 714.0, + 440.0, + 472.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 389.0, + 791.0, + 389.0, + 791.0, + 440.0, + 785.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 427.0, + 449.0, + 427.0, + 449.0, + 464.0, + 405.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 427.0, + 670.0, + 427.0, + 670.0, + 464.0, + 627.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 457.0, + 534.0, + 457.0, + 534.0, + 495.0, + 445.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 457.0, + 688.0, + 457.0, + 688.0, + 495.0, + 684.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 487.0, + 534.0, + 487.0, + 534.0, + 522.0, + 445.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 487.0, + 751.0, + 487.0, + 751.0, + 522.0, + 747.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 517.0, + 551.0, + 517.0, + 551.0, + 555.0, + 446.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 651.0, + 517.0, + 723.0, + 517.0, + 723.0, + 555.0, + 651.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 548.0, + 473.0, + 548.0, + 473.0, + 586.0, + 445.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 548.0, + 692.0, + 548.0, + 692.0, + 586.0, + 625.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 582.0, + 528.0, + 582.0, + 528.0, + 626.0, + 484.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 582.0, + 677.0, + 582.0, + 677.0, + 626.0, + 629.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 582.0, + 769.0, + 582.0, + 769.0, + 626.0, + 764.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 615.0, + 503.0, + 615.0, + 503.0, + 653.0, + 447.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 630.0, + 527.0, + 630.0, + 527.0, + 702.0, + 476.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 646.0, + 635.0, + 646.0, + 635.0, + 687.0, + 629.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 680.0, + 529.0, + 680.0, + 529.0, + 715.0, + 445.0, + 715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 710.0, + 501.0, + 710.0, + 501.0, + 746.0, + 403.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 730.0, + 444.0, + 730.0, + 444.0, + 792.0, + 403.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 730.0, + 691.0, + 730.0, + 691.0, + 792.0, + 684.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 773.0, + 461.0, + 773.0, + 461.0, + 808.0, + 364.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 364.0, + 802.0, + 511.0, + 802.0, + 511.0, + 840.0, + 364.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 828.0, + 547.0, + 828.0, + 547.0, + 872.0, + 362.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 828.0, + 740.0, + 828.0, + 740.0, + 872.0, + 735.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 863.0, + 467.0, + 863.0, + 467.0, + 900.0, + 359.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 863.0, + 757.0, + 863.0, + 757.0, + 900.0, + 714.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 863.0, + 834.0, + 863.0, + 834.0, + 900.0, + 830.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 892.0, + 418.0, + 892.0, + 418.0, + 927.0, + 321.0, + 927.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 240, + 1091, + 1406, + 1091, + 1406, + 1486, + 240, + 1486 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 296, + 1854, + 1402, + 1854, + 1402, + 2007, + 296, + 2007 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 487, + 204, + 1190, + 204, + 1190, + 521, + 487, + 521 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 298, + 1641, + 1404, + 1641, + 1404, + 1763, + 298, + 1763 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 294, + 550, + 1405, + 550, + 1405, + 735, + 294, + 735 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 243, + 953, + 1405, + 953, + 1405, + 1077, + 243, + 1077 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 243, + 786, + 1404, + 786, + 1404, + 940, + 243, + 940 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 260, + 1499, + 1241, + 1499, + 1241, + 1531, + 260, + 1531 + ], + "score": 0.906 + }, + { + "category_id": 0, + "poly": [ + 294, + 1798, + 663, + 1798, + 663, + 1830, + 294, + 1830 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 286, + 1573, + 532, + 1573, + 532, + 1610, + 286, + 1610 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 859, + 2062, + 859, + 2085, + 840, + 2085 + ], + "score": 0.786 + }, + { + "category_id": 4, + "poly": [ + 295, + 549, + 1408, + 549, + 1408, + 734, + 295, + 734 + ], + "score": 0.185 + }, + { + "category_id": 13, + "poly": [ + 739, + 848, + 833, + 848, + 833, + 881, + 739, + 881 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 1311, + 1015, + 1403, + 1015, + 1403, + 1048, + 1311, + 1048 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 694, + 611, + 779, + 611, + 779, + 645, + 694, + 645 + ], + "score": 0.93, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 878, + 1454, + 971, + 1454, + 971, + 1488, + 878, + 1488 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 982, + 1303, + 1075, + 1303, + 1075, + 1336, + 982, + 1336 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 453, + 1303, + 541, + 1303, + 541, + 1336, + 453, + 1336 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 710, + 551, + 776, + 551, + 776, + 585, + 710, + 585 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 486, + 787, + 574, + 787, + 574, + 821, + 486, + 821 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 755, + 954, + 847, + 954, + 847, + 987, + 755, + 987 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z , x )" + }, + { + "category_id": 13, + "poly": [ + 1333, + 611, + 1397, + 611, + 1397, + 645, + 1333, + 645 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 840, + 1151, + 928, + 1151, + 928, + 1185, + 840, + 1185 + ], + "score": 0.92, + "latex": "p _ { \\theta } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1182, + 373, + 1182, + 373, + 1215, + 297, + 1215 + ], + "score": 0.92, + "latex": "q ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 937, + 642, + 1022, + 642, + 1022, + 675, + 937, + 675 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 438, + 848, + 513, + 848, + 513, + 881, + 438, + 881 + ], + "score": 0.91, + "latex": "q ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 734, + 1362, + 834, + 1362, + 834, + 1392, + 734, + 1392 + ], + "score": 0.91, + "latex": "\\bar { M } < K" + }, + { + "category_id": 13, + "poly": [ + 1031, + 818, + 1127, + 818, + 1127, + 846, + 1031, + 846 + ], + "score": 0.91, + "latex": "M < K" + }, + { + "category_id": 13, + "poly": [ + 862, + 1887, + 1148, + 1887, + 1148, + 1918, + 862, + 1918 + ], + "score": 0.91, + "latex": "p _ { \\eta _ { z } } ( x | z ) = \\mathcal { N } ( x ; \\mu _ { z } , \\Sigma _ { z } )" + }, + { + "category_id": 13, + "poly": [ + 1016, + 1243, + 1118, + 1243, + 1118, + 1271, + 1016, + 1271 + ], + "score": 0.9, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 382, + 1364, + 481, + 1364, + 481, + 1392, + 382, + 1392 + ], + "score": 0.9, + "latex": "M < K" + }, + { + "category_id": 13, + "poly": [ + 1296, + 1182, + 1397, + 1182, + 1397, + 1210, + 1296, + 1210 + ], + "score": 0.9, + "latex": "M \\ll K" + }, + { + "category_id": 13, + "poly": [ + 414, + 1916, + 450, + 1916, + 450, + 1946, + 414, + 1946 + ], + "score": 0.89, + "latex": "\\Sigma _ { z }" + }, + { + "category_id": 13, + "poly": [ + 531, + 1243, + 616, + 1243, + 616, + 1271, + 531, + 1271 + ], + "score": 0.89, + "latex": "M = 1" + }, + { + "category_id": 13, + "poly": [ + 793, + 1423, + 833, + 1423, + 833, + 1451, + 793, + 1451 + ], + "score": 0.89, + "latex": "K ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 862, + 614, + 899, + 614, + 899, + 643, + 862, + 643 + ], + "score": 0.88, + "latex": "t _ { 9 5 }" + }, + { + "category_id": 13, + "poly": [ + 1190, + 612, + 1245, + 612, + 1245, + 642, + 1190, + 642 + ], + "score": 0.87, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1234, + 1889, + 1267, + 1889, + 1267, + 1916, + 1234, + 1916 + ], + "score": 0.86, + "latex": "\\mu _ { z }" + }, + { + "category_id": 13, + "poly": [ + 617, + 672, + 1258, + 672, + 1258, + 706, + 617, + 706 + ], + "score": 0.85, + "latex": "( D , \\bar { K } , N , \\omega , B , M , T ) = ( 1 0 , 1 0 0 , 1 0 k , 0 . 1 , \\bar { 2 } 0 0 , 2 , 2 0 k )" + }, + { + "category_id": 13, + "poly": [ + 785, + 1304, + 814, + 1304, + 814, + 1330, + 785, + 1330 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 406, + 1047, + 433, + 1047, + 433, + 1076, + 406, + 1076 + ], + "score": 0.76, + "latex": "\\mathcal { Q }" + }, + { + "category_id": 13, + "poly": [ + 870, + 585, + 884, + 585, + 884, + 610, + 870, + 610 + ], + "score": 0.72, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 298, + 789, + 330, + 789, + 330, + 816, + 298, + 816 + ], + "score": 0.69, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 596, + 647, + 614, + 647, + 614, + 670, + 596, + 670 + ], + "score": 0.67, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 296, + 587, + 314, + 587, + 314, + 609, + 296, + 609 + ], + "score": 0.43, + "latex": "\\mathbf { X }" + }, + { + "category_id": 13, + "poly": [ + 499, + 646, + 518, + 646, + 518, + 669, + 499, + 669 + ], + "score": 0.35, + "latex": "^ { \\circ }" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 205.0, + 1119.0, + 205.0, + 1119.0, + 229.0, + 1058.0, + 229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 219.0, + 562.0, + 219.0, + 562.0, + 251.0, + 507.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 228.0, + 620.0, + 228.0, + 620.0, + 244.0, + 602.0, + 244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 227.0, + 1109.0, + 227.0, + 1109.0, + 256.0, + 1062.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 255.0, + 1133.0, + 255.0, + 1133.0, + 282.0, + 1064.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 270.0, + 562.0, + 270.0, + 562.0, + 304.0, + 517.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 282.0, + 1143.0, + 282.0, + 1143.0, + 309.0, + 1064.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 295.0, + 522.0, + 295.0, + 522.0, + 390.0, + 484.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 309.0, + 1144.0, + 309.0, + 1144.0, + 336.0, + 1063.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 323.0, + 561.0, + 323.0, + 561.0, + 353.0, + 518.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 336.0, + 1163.0, + 336.0, + 1163.0, + 366.0, + 1063.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 373.0, + 562.0, + 373.0, + 562.0, + 407.0, + 517.0, + 407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 365.0, + 1183.0, + 365.0, + 1183.0, + 391.0, + 1064.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 392.0, + 1192.0, + 392.0, + 1192.0, + 418.0, + 1064.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 426.0, + 561.0, + 426.0, + 561.0, + 456.0, + 518.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 481.0, + 575.0, + 481.0, + 575.0, + 504.0, + 553.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 477.0, + 731.0, + 477.0, + 731.0, + 506.0, + 684.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 478.0, + 879.0, + 478.0, + 879.0, + 506.0, + 821.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 478.0, + 1021.0, + 478.0, + 1021.0, + 506.0, + 965.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 494.0, + 879.0, + 494.0, + 879.0, + 523.0, + 674.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 551.0, + 709.0, + 551.0, + 709.0, + 587.0, + 294.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 551.0, + 1405.0, + 551.0, + 1405.0, + 587.0, + 777.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 581.0, + 295.0, + 581.0, + 295.0, + 616.0, + 291.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 581.0, + 869.0, + 581.0, + 869.0, + 616.0, + 315.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 581.0, + 1406.0, + 581.0, + 1406.0, + 616.0, + 885.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 609.0, + 693.0, + 609.0, + 693.0, + 649.0, + 292.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 609.0, + 861.0, + 609.0, + 861.0, + 649.0, + 780.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 609.0, + 1189.0, + 609.0, + 1189.0, + 649.0, + 900.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 609.0, + 1332.0, + 609.0, + 1332.0, + 649.0, + 1246.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 609.0, + 1408.0, + 609.0, + 1408.0, + 649.0, + 1398.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 642.0, + 498.0, + 642.0, + 498.0, + 678.0, + 294.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 642.0, + 595.0, + 642.0, + 595.0, + 678.0, + 519.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 642.0, + 936.0, + 642.0, + 936.0, + 678.0, + 615.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 642.0, + 1406.0, + 642.0, + 1406.0, + 678.0, + 1023.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 672.0, + 616.0, + 672.0, + 616.0, + 707.0, + 293.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 672.0, + 1406.0, + 672.0, + 1406.0, + 707.0, + 1259.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 700.0, + 974.0, + 700.0, + 974.0, + 738.0, + 292.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1796.0, + 665.0, + 1796.0, + 665.0, + 1833.0, + 296.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1566.0, + 538.0, + 1566.0, + 538.0, + 1623.0, + 289.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2060.0, + 862.0, + 2060.0, + 862.0, + 2091.0, + 840.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 549.0, + 709.0, + 549.0, + 709.0, + 587.0, + 294.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 549.0, + 1406.0, + 549.0, + 1406.0, + 587.0, + 777.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 582.0, + 295.0, + 582.0, + 295.0, + 616.0, + 292.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 582.0, + 869.0, + 582.0, + 869.0, + 616.0, + 315.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 582.0, + 1406.0, + 582.0, + 1406.0, + 616.0, + 885.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 611.0, + 693.0, + 611.0, + 693.0, + 647.0, + 292.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 611.0, + 861.0, + 611.0, + 861.0, + 647.0, + 780.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 611.0, + 1189.0, + 611.0, + 1189.0, + 647.0, + 900.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 611.0, + 1332.0, + 611.0, + 1332.0, + 647.0, + 1246.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 611.0, + 1407.0, + 611.0, + 1407.0, + 647.0, + 1398.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 639.0, + 498.0, + 639.0, + 498.0, + 681.0, + 292.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 639.0, + 595.0, + 639.0, + 595.0, + 681.0, + 519.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 639.0, + 936.0, + 639.0, + 936.0, + 681.0, + 615.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 639.0, + 1407.0, + 639.0, + 1407.0, + 681.0, + 1023.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 672.0, + 616.0, + 672.0, + 616.0, + 708.0, + 294.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 672.0, + 1405.0, + 672.0, + 1405.0, + 708.0, + 1259.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 700.0, + 975.0, + 700.0, + 975.0, + 738.0, + 293.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1096.0, + 278.0, + 1096.0, + 278.0, + 1121.0, + 241.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1091.0, + 1405.0, + 1091.0, + 1405.0, + 1124.0, + 293.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1125.0, + 278.0, + 1125.0, + 278.0, + 1153.0, + 239.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1120.0, + 1406.0, + 1120.0, + 1406.0, + 1156.0, + 292.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1158.0, + 277.0, + 1158.0, + 277.0, + 1183.0, + 241.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1149.0, + 839.0, + 1149.0, + 839.0, + 1188.0, + 292.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 1149.0, + 1407.0, + 1149.0, + 1407.0, + 1188.0, + 929.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1187.0, + 278.0, + 1187.0, + 278.0, + 1215.0, + 240.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1180.0, + 296.0, + 1180.0, + 296.0, + 1218.0, + 293.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 374.0, + 1180.0, + 1295.0, + 1180.0, + 1295.0, + 1218.0, + 374.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1180.0, + 1408.0, + 1180.0, + 1408.0, + 1218.0, + 1398.0, + 1218.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1219.0, + 278.0, + 1219.0, + 278.0, + 1243.0, + 240.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1211.0, + 1406.0, + 1211.0, + 1406.0, + 1247.0, + 293.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1247.0, + 277.0, + 1247.0, + 277.0, + 1276.0, + 239.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1238.0, + 530.0, + 1238.0, + 530.0, + 1281.0, + 292.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 617.0, + 1238.0, + 1015.0, + 1238.0, + 1015.0, + 1281.0, + 617.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 1238.0, + 1407.0, + 1238.0, + 1407.0, + 1281.0, + 1119.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1277.0, + 280.0, + 1277.0, + 280.0, + 1305.0, + 239.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1272.0, + 1406.0, + 1272.0, + 1406.0, + 1308.0, + 294.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1308.0, + 280.0, + 1308.0, + 280.0, + 1336.0, + 239.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1300.0, + 452.0, + 1300.0, + 452.0, + 1340.0, + 293.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 542.0, + 1300.0, + 784.0, + 1300.0, + 784.0, + 1340.0, + 542.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 1300.0, + 981.0, + 1300.0, + 981.0, + 1340.0, + 815.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 1300.0, + 1406.0, + 1300.0, + 1406.0, + 1340.0, + 1076.0, + 1340.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1340.0, + 278.0, + 1340.0, + 278.0, + 1365.0, + 240.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1330.0, + 1407.0, + 1330.0, + 1407.0, + 1371.0, + 290.0, + 1371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1368.0, + 280.0, + 1368.0, + 280.0, + 1397.0, + 239.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1361.0, + 381.0, + 1361.0, + 381.0, + 1399.0, + 292.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 482.0, + 1361.0, + 733.0, + 1361.0, + 733.0, + 1399.0, + 482.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1361.0, + 1407.0, + 1361.0, + 1407.0, + 1399.0, + 835.0, + 1399.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1401.0, + 278.0, + 1401.0, + 278.0, + 1425.0, + 241.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1393.0, + 1406.0, + 1393.0, + 1406.0, + 1428.0, + 292.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1430.0, + 277.0, + 1430.0, + 277.0, + 1455.0, + 240.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1420.0, + 792.0, + 1420.0, + 792.0, + 1463.0, + 290.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 1420.0, + 1407.0, + 1420.0, + 1407.0, + 1463.0, + 834.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1461.0, + 278.0, + 1461.0, + 278.0, + 1486.0, + 241.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1455.0, + 877.0, + 1455.0, + 877.0, + 1491.0, + 293.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 972.0, + 1455.0, + 1374.0, + 1455.0, + 1374.0, + 1491.0, + 972.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1406.0, + 1851.0, + 1406.0, + 1891.0, + 294.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1880.0, + 861.0, + 1880.0, + 861.0, + 1923.0, + 293.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 1880.0, + 1233.0, + 1880.0, + 1233.0, + 1923.0, + 1149.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1880.0, + 1407.0, + 1880.0, + 1407.0, + 1923.0, + 1268.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 413.0, + 1913.0, + 413.0, + 1950.0, + 294.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1950.0, + 451.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1945.0, + 1406.0, + 1945.0, + 1406.0, + 1982.0, + 295.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1975.0, + 1404.0, + 1975.0, + 1404.0, + 2012.0, + 295.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1638.0, + 1405.0, + 1638.0, + 1405.0, + 1677.0, + 292.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1671.0, + 1406.0, + 1671.0, + 1406.0, + 1705.0, + 292.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1703.0, + 1404.0, + 1703.0, + 1404.0, + 1736.0, + 294.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1732.0, + 1395.0, + 1732.0, + 1395.0, + 1764.0, + 292.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 960.0, + 277.0, + 960.0, + 277.0, + 986.0, + 240.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 953.0, + 754.0, + 953.0, + 754.0, + 993.0, + 292.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 848.0, + 953.0, + 1406.0, + 953.0, + 1406.0, + 993.0, + 848.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 990.0, + 278.0, + 990.0, + 278.0, + 1016.0, + 240.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 984.0, + 1408.0, + 984.0, + 1408.0, + 1019.0, + 293.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1019.0, + 278.0, + 1019.0, + 278.0, + 1046.0, + 240.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1011.0, + 1310.0, + 1011.0, + 1310.0, + 1053.0, + 293.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1011.0, + 1408.0, + 1011.0, + 1408.0, + 1053.0, + 1404.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1050.0, + 277.0, + 1050.0, + 277.0, + 1077.0, + 240.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1046.0, + 405.0, + 1046.0, + 405.0, + 1081.0, + 294.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1046.0, + 1132.0, + 1046.0, + 1132.0, + 1081.0, + 434.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 790.0, + 278.0, + 790.0, + 278.0, + 819.0, + 240.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 786.0, + 297.0, + 786.0, + 297.0, + 823.0, + 294.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 786.0, + 485.0, + 786.0, + 485.0, + 823.0, + 331.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 786.0, + 1405.0, + 786.0, + 1405.0, + 823.0, + 575.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 823.0, + 277.0, + 823.0, + 277.0, + 848.0, + 240.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 818.0, + 1030.0, + 818.0, + 1030.0, + 851.0, + 295.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 818.0, + 1404.0, + 818.0, + 1404.0, + 851.0, + 1128.0, + 851.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 242.0, + 854.0, + 277.0, + 854.0, + 277.0, + 879.0, + 242.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 847.0, + 437.0, + 847.0, + 437.0, + 884.0, + 294.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 847.0, + 738.0, + 847.0, + 738.0, + 884.0, + 514.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 847.0, + 1405.0, + 847.0, + 1405.0, + 884.0, + 834.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 883.0, + 278.0, + 883.0, + 278.0, + 912.0, + 239.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 879.0, + 1404.0, + 879.0, + 1404.0, + 912.0, + 294.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 913.0, + 277.0, + 913.0, + 277.0, + 942.0, + 239.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 908.0, + 1358.0, + 908.0, + 1358.0, + 945.0, + 293.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 1497.0, + 1247.0, + 1497.0, + 1247.0, + 1534.0, + 249.0, + 1534.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 335, + 198, + 1371, + 198, + 1371, + 552, + 335, + 552 + ], + "score": 0.97 + }, + { + "category_id": 4, + "poly": [ + 295, + 578, + 1407, + 578, + 1407, + 765, + 295, + 765 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 241, + 1354, + 1406, + 1354, + 1406, + 1809, + 241, + 1809 + ], + "score": 0.965 + }, + { + "category_id": 1, + "poly": [ + 240, + 1823, + 1403, + 1823, + 1403, + 2009, + 240, + 2009 + ], + "score": 0.953 + }, + { + "category_id": 1, + "poly": [ + 240, + 853, + 1404, + 853, + 1404, + 1037, + 240, + 1037 + ], + "score": 0.914 + }, + { + "category_id": 1, + "poly": [ + 267, + 1248, + 1406, + 1248, + 1406, + 1341, + 267, + 1341 + ], + "score": 0.912 + }, + { + "category_id": 1, + "poly": [ + 239, + 1051, + 1404, + 1051, + 1404, + 1238, + 239, + 1238 + ], + "score": 0.876 + }, + { + "category_id": 2, + "poly": [ + 841, + 2061, + 858, + 2061, + 858, + 2084, + 841, + 2084 + ], + "score": 0.712 + }, + { + "category_id": 13, + "poly": [ + 565, + 1686, + 651, + 1686, + 651, + 1721, + 565, + 1721 + ], + "score": 0.93, + "latex": "( \\beta _ { t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 576, + 1142, + 741, + 1142, + 741, + 1175, + 576, + 1175 + ], + "score": 0.93, + "latex": "t = ( 1 , \\ldots , T )" + }, + { + "category_id": 13, + "poly": [ + 482, + 1082, + 631, + 1082, + 631, + 1115, + 482, + 1115 + ], + "score": 0.92, + "latex": "( D , K , N , \\omega )" + }, + { + "category_id": 13, + "poly": [ + 415, + 1413, + 500, + 1413, + 500, + 1448, + 415, + 1448 + ], + "score": 0.92, + "latex": "( \\gamma _ { t } ) _ { t = 1 } ^ { T }" + }, + { + "category_id": 13, + "poly": [ + 1081, + 1111, + 1147, + 1111, + 1147, + 1144, + 1081, + 1144 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t } )" + }, + { + "category_id": 13, + "poly": [ + 1023, + 1689, + 1165, + 1689, + 1165, + 1723, + 1023, + 1723 + ], + "score": 0.92, + "latex": "\\beta _ { 2 / 3 T } = 1 . 2" + }, + { + "category_id": 13, + "poly": [ + 615, + 580, + 874, + 580, + 874, + 613, + 615, + 613 + ], + "score": 0.92, + "latex": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |" + }, + { + "category_id": 13, + "poly": [ + 879, + 703, + 964, + 703, + 964, + 735, + 879, + 735 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 606, + 1885, + 691, + 1885, + 691, + 1918, + 606, + 1918 + ], + "score": 0.91, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 509, + 1202, + 773, + 1202, + 773, + 1237, + 509, + 1237 + ], + "score": 0.91, + "latex": "\\mathrm { A E } = | \\mathcal { L } ( \\theta _ { t _ { 9 5 } } ) - \\mathcal { L } ( \\theta ) |" + }, + { + "category_id": 13, + "poly": [ + 808, + 1689, + 910, + 1689, + 910, + 1719, + 808, + 1719 + ], + "score": 0.91, + "latex": "\\beta _ { 1 } = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 637, + 1595, + 739, + 1595, + 739, + 1624, + 637, + 1624 + ], + "score": 0.91, + "latex": "M = \\bar { M }" + }, + { + "category_id": 13, + "poly": [ + 624, + 1977, + 710, + 1977, + 710, + 2009, + 624, + 2009 + ], + "score": 0.91, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 773, + 1628, + 858, + 1628, + 858, + 1659, + 773, + 1659 + ], + "score": 0.91, + "latex": "\\gamma _ { t } = 1" + }, + { + "category_id": 13, + "poly": [ + 468, + 1141, + 524, + 1141, + 524, + 1175, + 468, + 1175 + ], + "score": 0.91, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } ) \\dot { }" + }, + { + "category_id": 13, + "poly": [ + 965, + 1886, + 1021, + 1886, + 1021, + 1918, + 965, + 1918 + ], + "score": 0.91, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } )" + }, + { + "category_id": 13, + "poly": [ + 326, + 1718, + 434, + 1718, + 434, + 1750, + 326, + 1750 + ], + "score": 0.91, + "latex": "\\beta _ { T } = 1 . 0" + }, + { + "category_id": 13, + "poly": [ + 906, + 1628, + 1065, + 1628, + 1065, + 1658, + 906, + 1658 + ], + "score": 0.9, + "latex": "t = 1 , \\ldots , 5 0" + }, + { + "category_id": 13, + "poly": [ + 1118, + 1627, + 1239, + 1627, + 1239, + 1658, + 1118, + 1658 + ], + "score": 0.9, + "latex": "\\gamma _ { t } = 0 . 0 5" + }, + { + "category_id": 13, + "poly": [ + 476, + 1750, + 512, + 1750, + 512, + 1779, + 476, + 1779 + ], + "score": 0.89, + "latex": "\\Sigma _ { k }" + }, + { + "category_id": 13, + "poly": [ + 751, + 610, + 1397, + 610, + 1397, + 643, + 751, + 643 + ], + "score": 0.87, + "latex": "( D , K , \\dot { N } , \\omega , B , M , T ) = \\bar { ( } 1 0 , 1 0 0 , 1 0 k , 0 . 1 , 2 0 0 , 2 , 2 0 k )" + }, + { + "category_id": 13, + "poly": [ + 1149, + 1249, + 1204, + 1249, + 1204, + 1278, + 1149, + 1278 + ], + "score": 0.87, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1196, + 1175, + 1234, + 1175, + 1234, + 1204, + 1196, + 1204 + ], + "score": 0.87, + "latex": "t _ { 9 5 }" + }, + { + "category_id": 13, + "poly": [ + 982, + 1754, + 1014, + 1754, + 1014, + 1779, + 982, + 1779 + ], + "score": 0.87, + "latex": "\\pi _ { k }" + }, + { + "category_id": 13, + "poly": [ + 931, + 1251, + 968, + 1251, + 968, + 1280, + 931, + 1280 + ], + "score": 0.87, + "latex": "t _ { 9 5 }" + }, + { + "category_id": 13, + "poly": [ + 871, + 1173, + 927, + 1173, + 927, + 1202, + 871, + 1202 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 868, + 674, + 977, + 674, + 977, + 702, + 868, + 702 + ], + "score": 0.86, + "latex": "( + , \\sqsupset , \\circ , \\pmb { \\triangle } )" + }, + { + "category_id": 13, + "poly": [ + 490, + 734, + 527, + 734, + 527, + 764, + 490, + 764 + ], + "score": 0.85, + "latex": "t _ { 9 5 }" + }, + { + "category_id": 13, + "poly": [ + 977, + 1723, + 1010, + 1723, + 1010, + 1749, + 977, + 1749 + ], + "score": 0.85, + "latex": "\\mu _ { k }" + }, + { + "category_id": 13, + "poly": [ + 684, + 643, + 713, + 643, + 713, + 670, + 684, + 670 + ], + "score": 0.79, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 953, + 644, + 978, + 644, + 978, + 670, + 953, + 670 + ], + "score": 0.76, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 376, + 1538, + 402, + 1538, + 402, + 1564, + 376, + 1564 + ], + "score": 0.71, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 867, + 1012, + 888, + 1012, + 888, + 1033, + 867, + 1033 + ], + "score": 0.7, + "latex": "\\omega" + }, + { + "category_id": 13, + "poly": [ + 1271, + 1567, + 1305, + 1567, + 1305, + 1595, + 1271, + 1595 + ], + "score": 0.69, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 298, + 672, + 330, + 672, + 330, + 700, + 298, + 700 + ], + "score": 0.68, + "latex": "M" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 200.0, + 435.0, + 200.0, + 435.0, + 227.0, + 389.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 199.0, + 548.0, + 199.0, + 548.0, + 227.0, + 478.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 199.0, + 672.0, + 199.0, + 672.0, + 226.0, + 593.0, + 226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 199.0, + 799.0, + 199.0, + 799.0, + 226.0, + 717.0, + 226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 842.0, + 201.0, + 939.0, + 201.0, + 939.0, + 225.0, + 842.0, + 225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 198.0, + 1156.0, + 198.0, + 1156.0, + 227.0, + 986.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 196.0, + 1377.0, + 196.0, + 1377.0, + 227.0, + 1201.0, + 227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 230.0, + 377.0, + 230.0, + 377.0, + 257.0, + 354.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 250.0, + 406.0, + 250.0, + 406.0, + 265.0, + 393.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 243.0, + 637.0, + 243.0, + 637.0, + 271.0, + 558.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 230.0, + 723.0, + 230.0, + 723.0, + 256.0, + 700.0, + 256.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 240.0, + 983.0, + 240.0, + 983.0, + 271.0, + 897.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 231.0, + 1070.0, + 231.0, + 1070.0, + 263.0, + 1033.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 243.0, + 1325.0, + 243.0, + 1325.0, + 271.0, + 1255.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 738.0, + 259.0, + 752.0, + 259.0, + 752.0, + 275.0, + 738.0, + 275.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 269.0, + 638.0, + 269.0, + 638.0, + 301.0, + 558.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 270.0, + 984.0, + 270.0, + 984.0, + 299.0, + 896.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 276.0, + 1068.0, + 276.0, + 1068.0, + 304.0, + 1034.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 270.0, + 1325.0, + 270.0, + 1325.0, + 299.0, + 1253.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 293.0, + 376.0, + 293.0, + 376.0, + 319.0, + 354.0, + 319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 297.0, + 637.0, + 297.0, + 637.0, + 325.0, + 558.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 292.0, + 723.0, + 292.0, + 723.0, + 321.0, + 699.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 297.0, + 985.0, + 297.0, + 985.0, + 325.0, + 896.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 293.0, + 1183.0, + 293.0, + 1183.0, + 312.0, + 1159.0, + 312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 299.0, + 1247.0, + 299.0, + 1247.0, + 317.0, + 1233.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 298.0, + 1325.0, + 298.0, + 1325.0, + 327.0, + 1255.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 330.0, + 383.0, + 330.0, + 383.0, + 410.0, + 328.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 322.0, + 410.0, + 322.0, + 410.0, + 334.0, + 402.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 314.0, + 452.0, + 314.0, + 452.0, + 373.0, + 416.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 511.0, + 317.0, + 525.0, + 317.0, + 525.0, + 332.0, + 511.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 561.0, + 325.0, + 645.0, + 325.0, + 645.0, + 353.0, + 561.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 332.0, + 728.0, + 332.0, + 728.0, + 409.0, + 675.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 325.0, + 983.0, + 325.0, + 983.0, + 353.0, + 899.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 321.0, + 1066.0, + 321.0, + 1066.0, + 403.0, + 1020.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 344.0, + 1199.0, + 344.0, + 1199.0, + 355.0, + 1187.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1257.0, + 324.0, + 1326.0, + 324.0, + 1326.0, + 353.0, + 1257.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 358.0, + 474.0, + 358.0, + 474.0, + 380.0, + 455.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 374.0, + 490.0, + 374.0, + 490.0, + 388.0, + 476.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 375.0, + 575.0, + 375.0, + 575.0, + 400.0, + 551.0, + 400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 366.0, + 1066.0, + 366.0, + 1066.0, + 387.0, + 1047.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 353.0, + 1096.0, + 353.0, + 1096.0, + 367.0, + 1078.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 392.0, + 476.0, + 392.0, + 476.0, + 410.0, + 461.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 400.0, + 520.0, + 400.0, + 520.0, + 416.0, + 506.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 410.0, + 538.0, + 410.0, + 538.0, + 427.0, + 523.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 407.0, + 936.0, + 407.0, + 936.0, + 431.0, + 867.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 408.0, + 1066.0, + 408.0, + 1066.0, + 427.0, + 1047.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 402.0, + 1154.0, + 402.0, + 1154.0, + 418.0, + 1138.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 409.0, + 1196.0, + 409.0, + 1196.0, + 426.0, + 1181.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 422.0, + 376.0, + 422.0, + 376.0, + 449.0, + 354.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 436.0, + 500.0, + 436.0, + 500.0, + 453.0, + 485.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 423.0, + 720.0, + 423.0, + 720.0, + 448.0, + 702.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 438.0, + 1236.0, + 438.0, + 1236.0, + 454.0, + 1222.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 462.0, + 471.0, + 462.0, + 471.0, + 483.0, + 453.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 459.0, + 515.0, + 459.0, + 515.0, + 474.0, + 500.0, + 474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 448.0, + 1066.0, + 448.0, + 1066.0, + 472.0, + 1047.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1225.0, + 471.0, + 1246.0, + 471.0, + 1246.0, + 491.0, + 1225.0, + 491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 490.0, + 375.0, + 490.0, + 375.0, + 512.0, + 356.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 490.0, + 720.0, + 490.0, + 720.0, + 512.0, + 702.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 492.0, + 1067.0, + 492.0, + 1067.0, + 513.0, + 1047.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 790.0, + 507.0, + 839.0, + 507.0, + 839.0, + 532.0, + 790.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 507.0, + 1360.0, + 507.0, + 1360.0, + 536.0, + 1312.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 524.0, + 615.0, + 524.0, + 615.0, + 552.0, + 407.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 524.0, + 960.0, + 524.0, + 960.0, + 552.0, + 755.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1100.0, + 524.0, + 1306.0, + 524.0, + 1306.0, + 552.0, + 1100.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 292.5, + 431.0, + 292.5, + 431.0, + 304.5, + 427.0, + 304.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.25, + 316.0, + 778.25, + 316.0, + 778.25, + 337.5, + 757.25, + 337.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 343.5, + 820.0, + 343.5, + 820.0, + 365.0, + 795.0, + 365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 354.5, + 862.0, + 354.5, + 862.0, + 379.5, + 825.0, + 379.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 586.0, + 405.5, + 609.0, + 405.5, + 609.0, + 421.5, + 586.0, + 421.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 778.0, + 390.0, + 803.0, + 390.0, + 803.0, + 411.0, + 778.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 439.5, + 848.0, + 439.5, + 848.0, + 472.5, + 817.0, + 472.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 455.5, + 1177.0, + 455.5, + 1177.0, + 489.5, + 1154.0, + 489.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 434.0, + 1196.0, + 434.0, + 1196.0, + 446.0, + 1164.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 505.0, + 453.0, + 505.0, + 453.0, + 535.5, + 403.0, + 535.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 505.0, + 621.0, + 505.0, + 621.0, + 535.5, + 570.0, + 535.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.25, + 504.0, + 1020.25, + 504.0, + 1020.25, + 539.0, + 966.25, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1119.0, + 504.0, + 1170.0, + 504.0, + 1170.0, + 535.5, + 1119.0, + 535.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 577.0, + 614.0, + 577.0, + 614.0, + 620.0, + 292.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 577.0, + 1408.0, + 577.0, + 1408.0, + 620.0, + 875.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 609.0, + 750.0, + 609.0, + 750.0, + 647.0, + 293.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 609.0, + 1409.0, + 609.0, + 1409.0, + 647.0, + 1398.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 637.0, + 683.0, + 637.0, + 683.0, + 679.0, + 292.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 714.0, + 637.0, + 952.0, + 637.0, + 952.0, + 679.0, + 714.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 637.0, + 1410.0, + 637.0, + 1410.0, + 679.0, + 979.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 669.0, + 297.0, + 669.0, + 297.0, + 707.0, + 294.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 669.0, + 867.0, + 669.0, + 867.0, + 707.0, + 331.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 669.0, + 1407.0, + 669.0, + 1407.0, + 707.0, + 978.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 701.0, + 878.0, + 701.0, + 878.0, + 737.0, + 293.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 701.0, + 1406.0, + 701.0, + 1406.0, + 737.0, + 965.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 733.0, + 489.0, + 733.0, + 489.0, + 769.0, + 296.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 733.0, + 1049.0, + 733.0, + 1049.0, + 769.0, + 528.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2059.0, + 860.0, + 2059.0, + 860.0, + 2091.0, + 839.0, + 2091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1360.0, + 277.0, + 1360.0, + 277.0, + 1385.0, + 240.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1355.0, + 1406.0, + 1355.0, + 1406.0, + 1388.0, + 291.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1391.0, + 277.0, + 1391.0, + 277.0, + 1416.0, + 240.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1385.0, + 1405.0, + 1385.0, + 1405.0, + 1419.0, + 294.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1421.0, + 277.0, + 1421.0, + 277.0, + 1447.0, + 240.0, + 1447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1411.0, + 414.0, + 1411.0, + 414.0, + 1456.0, + 290.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1411.0, + 1410.0, + 1411.0, + 1410.0, + 1456.0, + 501.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1449.0, + 278.0, + 1449.0, + 278.0, + 1479.0, + 238.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1444.0, + 1407.0, + 1444.0, + 1407.0, + 1481.0, + 292.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1483.0, + 277.0, + 1483.0, + 277.0, + 1507.0, + 240.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1476.0, + 1407.0, + 1476.0, + 1407.0, + 1509.0, + 295.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1512.0, + 275.0, + 1512.0, + 275.0, + 1537.0, + 240.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1505.0, + 1405.0, + 1505.0, + 1405.0, + 1539.0, + 295.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1543.0, + 277.0, + 1543.0, + 277.0, + 1568.0, + 240.0, + 1568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1535.0, + 375.0, + 1535.0, + 375.0, + 1572.0, + 292.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 1535.0, + 1406.0, + 1535.0, + 1406.0, + 1572.0, + 403.0, + 1572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1571.0, + 279.0, + 1571.0, + 279.0, + 1599.0, + 237.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1567.0, + 1270.0, + 1567.0, + 1270.0, + 1600.0, + 294.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1306.0, + 1567.0, + 1406.0, + 1567.0, + 1406.0, + 1600.0, + 1306.0, + 1600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1600.0, + 279.0, + 1600.0, + 279.0, + 1630.0, + 238.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1595.0, + 636.0, + 1595.0, + 636.0, + 1632.0, + 292.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 1595.0, + 1406.0, + 1595.0, + 1406.0, + 1632.0, + 740.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1632.0, + 278.0, + 1632.0, + 278.0, + 1658.0, + 240.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1624.0, + 772.0, + 1624.0, + 772.0, + 1666.0, + 291.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1624.0, + 905.0, + 1624.0, + 905.0, + 1666.0, + 859.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1624.0, + 1117.0, + 1624.0, + 1117.0, + 1666.0, + 1066.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1624.0, + 1407.0, + 1624.0, + 1407.0, + 1666.0, + 1240.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1662.0, + 279.0, + 1662.0, + 279.0, + 1691.0, + 238.0, + 1691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1655.0, + 1407.0, + 1655.0, + 1407.0, + 1696.0, + 292.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1694.0, + 277.0, + 1694.0, + 277.0, + 1719.0, + 240.0, + 1719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1683.0, + 564.0, + 1683.0, + 564.0, + 1728.0, + 291.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1683.0, + 807.0, + 1683.0, + 807.0, + 1728.0, + 652.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1683.0, + 1022.0, + 1683.0, + 1022.0, + 1728.0, + 911.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 1683.0, + 1410.0, + 1683.0, + 1410.0, + 1728.0, + 1166.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1724.0, + 277.0, + 1724.0, + 277.0, + 1748.0, + 240.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1716.0, + 325.0, + 1716.0, + 325.0, + 1754.0, + 294.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 1716.0, + 976.0, + 1716.0, + 976.0, + 1754.0, + 435.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1716.0, + 1406.0, + 1716.0, + 1406.0, + 1754.0, + 1011.0, + 1754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1752.0, + 278.0, + 1752.0, + 278.0, + 1782.0, + 238.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1747.0, + 475.0, + 1747.0, + 475.0, + 1784.0, + 294.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 513.0, + 1747.0, + 981.0, + 1747.0, + 981.0, + 1784.0, + 513.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1747.0, + 1406.0, + 1747.0, + 1406.0, + 1784.0, + 1015.0, + 1784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1784.0, + 278.0, + 1784.0, + 278.0, + 1810.0, + 240.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1779.0, + 711.0, + 1779.0, + 711.0, + 1812.0, + 294.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1828.0, + 277.0, + 1828.0, + 277.0, + 1856.0, + 239.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1822.0, + 1407.0, + 1822.0, + 1407.0, + 1859.0, + 291.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1861.0, + 277.0, + 1861.0, + 277.0, + 1885.0, + 240.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1855.0, + 1404.0, + 1855.0, + 1404.0, + 1888.0, + 293.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1889.0, + 278.0, + 1889.0, + 278.0, + 1917.0, + 239.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1884.0, + 605.0, + 1884.0, + 605.0, + 1920.0, + 293.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1884.0, + 964.0, + 1884.0, + 964.0, + 1920.0, + 692.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 1884.0, + 1406.0, + 1884.0, + 1406.0, + 1920.0, + 1022.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1921.0, + 278.0, + 1921.0, + 278.0, + 1945.0, + 240.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1913.0, + 1406.0, + 1913.0, + 1406.0, + 1949.0, + 294.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1952.0, + 278.0, + 1952.0, + 278.0, + 1976.0, + 240.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1407.0, + 1943.0, + 1407.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1982.0, + 277.0, + 1982.0, + 277.0, + 2007.0, + 240.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1976.0, + 623.0, + 1976.0, + 623.0, + 2012.0, + 294.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 711.0, + 1976.0, + 1406.0, + 1976.0, + 1406.0, + 2012.0, + 711.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 859.0, + 277.0, + 859.0, + 277.0, + 887.0, + 237.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 852.0, + 1405.0, + 852.0, + 1405.0, + 889.0, + 291.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 889.0, + 280.0, + 889.0, + 280.0, + 917.0, + 237.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 884.0, + 1405.0, + 884.0, + 1405.0, + 918.0, + 294.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 920.0, + 280.0, + 920.0, + 280.0, + 948.0, + 237.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 915.0, + 1405.0, + 915.0, + 1405.0, + 948.0, + 291.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 950.0, + 280.0, + 950.0, + 280.0, + 977.0, + 237.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 945.0, + 1405.0, + 945.0, + 1405.0, + 981.0, + 294.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 981.0, + 280.0, + 981.0, + 280.0, + 1008.0, + 237.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 975.0, + 1407.0, + 975.0, + 1407.0, + 1011.0, + 294.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1011.0, + 280.0, + 1011.0, + 280.0, + 1038.0, + 237.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1006.0, + 866.0, + 1006.0, + 866.0, + 1040.0, + 294.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1006.0, + 898.0, + 1006.0, + 898.0, + 1040.0, + 889.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 1249.0, + 930.0, + 1249.0, + 930.0, + 1282.0, + 260.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 1249.0, + 1148.0, + 1249.0, + 1148.0, + 1282.0, + 969.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 1249.0, + 1404.0, + 1249.0, + 1404.0, + 1282.0, + 1205.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 258.0, + 1276.0, + 1410.0, + 1276.0, + 1410.0, + 1314.0, + 258.0, + 1314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 1308.0, + 1301.0, + 1308.0, + 1301.0, + 1344.0, + 257.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1056.0, + 279.0, + 1056.0, + 279.0, + 1084.0, + 239.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1051.0, + 1407.0, + 1051.0, + 1407.0, + 1087.0, + 293.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1088.0, + 277.0, + 1088.0, + 277.0, + 1112.0, + 239.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1079.0, + 481.0, + 1079.0, + 481.0, + 1118.0, + 293.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1079.0, + 1408.0, + 1079.0, + 1408.0, + 1118.0, + 632.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1116.0, + 279.0, + 1116.0, + 279.0, + 1145.0, + 238.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1112.0, + 1080.0, + 1112.0, + 1080.0, + 1145.0, + 296.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 1112.0, + 1405.0, + 1112.0, + 1405.0, + 1145.0, + 1148.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1146.0, + 279.0, + 1146.0, + 279.0, + 1174.0, + 239.0, + 1174.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1141.0, + 467.0, + 1141.0, + 467.0, + 1177.0, + 296.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1141.0, + 575.0, + 1141.0, + 575.0, + 1177.0, + 525.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 1141.0, + 1405.0, + 1141.0, + 1405.0, + 1177.0, + 742.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1179.0, + 276.0, + 1179.0, + 276.0, + 1203.0, + 239.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1171.0, + 870.0, + 1171.0, + 870.0, + 1207.0, + 294.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1171.0, + 1195.0, + 1171.0, + 1195.0, + 1207.0, + 928.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1235.0, + 1171.0, + 1407.0, + 1171.0, + 1407.0, + 1207.0, + 1235.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1207.0, + 277.0, + 1207.0, + 277.0, + 1235.0, + 239.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1201.0, + 508.0, + 1201.0, + 508.0, + 1241.0, + 293.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 774.0, + 1201.0, + 785.0, + 1201.0, + 785.0, + 1241.0, + 774.0, + 1241.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 585, + 1404, + 585, + 1404, + 768, + 297, + 768 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 292, + 1464, + 1405, + 1464, + 1405, + 1767, + 292, + 1767 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 295, + 278, + 1403, + 278, + 1403, + 493, + 295, + 493 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 300, + 1862, + 1404, + 1862, + 1404, + 1953, + 300, + 1953 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 276, + 918, + 1404, + 918, + 1404, + 1193, + 276, + 1193 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 244, + 1206, + 1405, + 1206, + 1405, + 1450, + 244, + 1450 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 294, + 782, + 1403, + 782, + 1403, + 905, + 294, + 905 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 261, + 202, + 1403, + 202, + 1403, + 264, + 261, + 264 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 297, + 1805, + 683, + 1805, + 683, + 1837, + 297, + 1837 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 327, + 1978, + 1269, + 1978, + 1269, + 2007, + 327, + 2007 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 286, + 529, + 760, + 529, + 760, + 561, + 286, + 561 + ], + "score": 0.897 + }, + { + "category_id": 2, + "poly": [ + 840, + 2062, + 858, + 2062, + 858, + 2085, + 840, + 2085 + ], + "score": 0.805 + }, + { + "category_id": 13, + "poly": [ + 850, + 430, + 938, + 430, + 938, + 464, + 850, + 464 + ], + "score": 0.93, + "latex": "p _ { \\theta } ( z | x )" + }, + { + "category_id": 13, + "poly": [ + 1102, + 1861, + 1202, + 1861, + 1202, + 1896, + 1102, + 1896 + ], + "score": 0.93, + "latex": "p _ { \\eta _ { z } } ( x | z )" + }, + { + "category_id": 13, + "poly": [ + 1046, + 369, + 1134, + 369, + 1134, + 403, + 1046, + 403 + ], + "score": 0.92, + "latex": "\\bar { p } _ { \\theta } \\bar { ( } z | x )" + }, + { + "category_id": 13, + "poly": [ + 1236, + 873, + 1321, + 873, + 1321, + 907, + 1236, + 907 + ], + "score": 0.92, + "latex": "\\mathcal { L } ( \\boldsymbol { \\theta } _ { t _ { 9 5 } } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1130, + 387, + 1130, + 387, + 1163, + 297, + 1163 + ], + "score": 0.91, + "latex": "\\mathcal { N } ( 0 , \\bf { I } )" + }, + { + "category_id": 13, + "poly": [ + 1147, + 1038, + 1236, + 1038, + 1236, + 1067, + 1147, + 1067 + ], + "score": 0.9, + "latex": "K = s ^ { l }" + }, + { + "category_id": 13, + "poly": [ + 354, + 1329, + 437, + 1329, + 437, + 1356, + 354, + 1356 + ], + "score": 0.9, + "latex": "M = 1" + }, + { + "category_id": 13, + "poly": [ + 930, + 280, + 1017, + 280, + 1017, + 308, + 930, + 308 + ], + "score": 0.9, + "latex": "M > 2" + }, + { + "category_id": 13, + "poly": [ + 869, + 1419, + 999, + 1419, + 999, + 1447, + 869, + 1447 + ], + "score": 0.9, + "latex": "T = 2 0 0 0 0" + }, + { + "category_id": 13, + "poly": [ + 715, + 1419, + 820, + 1419, + 820, + 1447, + 715, + 1447 + ], + "score": 0.9, + "latex": "B = 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 1109, + 280, + 1206, + 280, + 1206, + 309, + 1109, + 309 + ], + "score": 0.89, + "latex": "K > 5 0" + }, + { + "category_id": 13, + "poly": [ + 1127, + 1646, + 1192, + 1646, + 1192, + 1675, + 1127, + 1675 + ], + "score": 0.89, + "latex": "1 0 2 \\times" + }, + { + "category_id": 13, + "poly": [ + 1240, + 1646, + 1294, + 1646, + 1294, + 1675, + 1240, + 1675 + ], + "score": 0.88, + "latex": "7 5 \\times" + }, + { + "category_id": 13, + "poly": [ + 1349, + 813, + 1403, + 813, + 1403, + 842, + 1349, + 842 + ], + "score": 0.87, + "latex": "20 \\%" + }, + { + "category_id": 13, + "poly": [ + 739, + 874, + 794, + 874, + 794, + 903, + 739, + 903 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 1183, + 814, + 1235, + 814, + 1235, + 842, + 1183, + 842 + ], + "score": 0.85, + "latex": "64 \\%" + }, + { + "category_id": 13, + "poly": [ + 1247, + 814, + 1300, + 814, + 1300, + 842, + 1247, + 842 + ], + "score": 0.82, + "latex": "16 \\%" + }, + { + "category_id": 13, + "poly": [ + 646, + 204, + 679, + 204, + 679, + 231, + 646, + 231 + ], + "score": 0.81, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 734, + 311, + 767, + 311, + 767, + 337, + 734, + 337 + ], + "score": 0.8, + "latex": "M" + }, + { + "category_id": 13, + "poly": [ + 529, + 205, + 558, + 205, + 558, + 231, + 529, + 231 + ], + "score": 0.76, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 568, + 205, + 594, + 205, + 594, + 231, + 568, + 231 + ], + "score": 0.75, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 901, + 948, + 1077, + 948, + 1077, + 981, + 901, + 981 + ], + "score": 0.75, + "latex": "s \\in ( 8 , 3 2 , 1 2 8 )" + }, + { + "category_id": 13, + "poly": [ + 372, + 985, + 389, + 985, + 389, + 1007, + 372, + 1007 + ], + "score": 0.64, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 1091, + 949, + 1251, + 949, + 1251, + 981, + 1091, + 981 + ], + "score": 0.63, + "latex": "b \\in ( 2 , 4 , 6 , 8 )" + }, + { + "category_id": 13, + "poly": [ + 897, + 981, + 913, + 981, + 913, + 1007, + 897, + 1007 + ], + "score": 0.62, + "latex": "b" + }, + { + "category_id": 13, + "poly": [ + 1263, + 948, + 1396, + 948, + 1396, + 982, + 1263, + 982 + ], + "score": 0.59, + "latex": "l \\in ( 2 , 3 , 4 )" + }, + { + "category_id": 13, + "poly": [ + 417, + 1011, + 430, + 1011, + 430, + 1037, + 417, + 1037 + ], + "score": 0.55, + "latex": "l" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1800.0, + 688.0, + 1800.0, + 688.0, + 1842.0, + 293.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1972.0, + 1273.0, + 1972.0, + 1273.0, + 2011.0, + 332.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 529.0, + 764.0, + 529.0, + 764.0, + 565.0, + 296.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2058.0, + 862.0, + 2058.0, + 862.0, + 2090.0, + 838.0, + 2090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 583.0, + 1404.0, + 583.0, + 1404.0, + 621.0, + 294.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 613.0, + 1408.0, + 613.0, + 1408.0, + 651.0, + 292.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 645.0, + 1406.0, + 645.0, + 1406.0, + 680.0, + 294.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 675.0, + 1404.0, + 675.0, + 1404.0, + 711.0, + 295.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 708.0, + 1405.0, + 708.0, + 1405.0, + 740.0, + 296.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 737.0, + 754.0, + 737.0, + 754.0, + 773.0, + 294.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1462.0, + 1404.0, + 1462.0, + 1404.0, + 1498.0, + 294.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1496.0, + 1403.0, + 1496.0, + 1403.0, + 1527.0, + 296.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1524.0, + 1404.0, + 1524.0, + 1404.0, + 1559.0, + 293.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1555.0, + 1406.0, + 1555.0, + 1406.0, + 1590.0, + 294.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1584.0, + 1407.0, + 1584.0, + 1407.0, + 1621.0, + 294.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1616.0, + 1406.0, + 1616.0, + 1406.0, + 1649.0, + 294.0, + 1649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1643.0, + 1126.0, + 1643.0, + 1126.0, + 1684.0, + 293.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1643.0, + 1239.0, + 1643.0, + 1239.0, + 1684.0, + 1193.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 1643.0, + 1410.0, + 1643.0, + 1410.0, + 1684.0, + 1295.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1676.0, + 1406.0, + 1676.0, + 1406.0, + 1711.0, + 293.0, + 1711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1706.0, + 1406.0, + 1706.0, + 1406.0, + 1741.0, + 295.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1738.0, + 630.0, + 1738.0, + 630.0, + 1769.0, + 295.0, + 1769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 277.0, + 929.0, + 277.0, + 929.0, + 315.0, + 294.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 277.0, + 1108.0, + 277.0, + 1108.0, + 315.0, + 1018.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 277.0, + 1406.0, + 277.0, + 1406.0, + 315.0, + 1207.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 308.0, + 733.0, + 308.0, + 733.0, + 346.0, + 293.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 308.0, + 1406.0, + 308.0, + 1406.0, + 346.0, + 768.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 337.0, + 1405.0, + 337.0, + 1405.0, + 374.0, + 293.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 368.0, + 1045.0, + 368.0, + 1045.0, + 406.0, + 294.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 368.0, + 1406.0, + 368.0, + 1406.0, + 406.0, + 1135.0, + 406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 399.0, + 1406.0, + 399.0, + 1406.0, + 437.0, + 294.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 430.0, + 849.0, + 430.0, + 849.0, + 468.0, + 293.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 430.0, + 1408.0, + 430.0, + 1408.0, + 468.0, + 939.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 459.0, + 581.0, + 459.0, + 581.0, + 498.0, + 296.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1857.0, + 1101.0, + 1857.0, + 1101.0, + 1898.0, + 294.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 1857.0, + 1405.0, + 1857.0, + 1405.0, + 1898.0, + 1203.0, + 1898.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1890.0, + 1408.0, + 1890.0, + 1408.0, + 1927.0, + 294.0, + 1927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1921.0, + 1148.0, + 1921.0, + 1148.0, + 1956.0, + 295.0, + 1956.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 919.0, + 1404.0, + 919.0, + 1404.0, + 951.0, + 296.0, + 951.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 947.0, + 900.0, + 947.0, + 900.0, + 984.0, + 294.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 947.0, + 1090.0, + 947.0, + 1090.0, + 984.0, + 1078.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 947.0, + 1262.0, + 947.0, + 1262.0, + 984.0, + 1252.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 947.0, + 1407.0, + 947.0, + 1407.0, + 984.0, + 1397.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 980.0, + 371.0, + 980.0, + 371.0, + 1013.0, + 295.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 980.0, + 896.0, + 980.0, + 896.0, + 1013.0, + 390.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 980.0, + 1405.0, + 980.0, + 1405.0, + 1013.0, + 914.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1009.0, + 416.0, + 1009.0, + 416.0, + 1045.0, + 294.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1009.0, + 1407.0, + 1009.0, + 1407.0, + 1045.0, + 431.0, + 1045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1039.0, + 1146.0, + 1039.0, + 1146.0, + 1074.0, + 292.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1237.0, + 1039.0, + 1407.0, + 1039.0, + 1407.0, + 1074.0, + 1237.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": [ + 293.0, + 1098.0, + 1404.0, + 1098.0, + 1404.0, + 1138.0, + 293.0, + 1138.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1126.0, + 296.0, + 1126.0, + 296.0, + 1169.0, + 291.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1126.0, + 1407.0, + 1126.0, + 1407.0, + 1169.0, + 388.0, + 1169.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1161.0, + 1326.0, + 1161.0, + 1326.0, + 1196.0, + 291.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1212.0, + 277.0, + 1212.0, + 277.0, + 1238.0, + 240.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1207.0, + 1404.0, + 1207.0, + 1404.0, + 1241.0, + 291.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1241.0, + 278.0, + 1241.0, + 278.0, + 1270.0, + 239.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1235.0, + 1406.0, + 1235.0, + 1406.0, + 1273.0, + 293.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1268.0, + 279.0, + 1268.0, + 279.0, + 1302.0, + 238.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1268.0, + 1405.0, + 1268.0, + 1405.0, + 1301.0, + 294.0, + 1301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1302.0, + 278.0, + 1302.0, + 278.0, + 1332.0, + 237.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1296.0, + 1406.0, + 1296.0, + 1406.0, + 1333.0, + 293.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1332.0, + 278.0, + 1332.0, + 278.0, + 1362.0, + 237.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1327.0, + 353.0, + 1327.0, + 353.0, + 1364.0, + 294.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1327.0, + 1408.0, + 1327.0, + 1408.0, + 1364.0, + 438.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1363.0, + 277.0, + 1363.0, + 277.0, + 1392.0, + 237.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1358.0, + 1406.0, + 1358.0, + 1406.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1395.0, + 277.0, + 1395.0, + 277.0, + 1421.0, + 240.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1386.0, + 1408.0, + 1386.0, + 1408.0, + 1425.0, + 291.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 1425.0, + 278.0, + 1425.0, + 278.0, + 1450.0, + 240.0, + 1450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1417.0, + 714.0, + 1417.0, + 714.0, + 1453.0, + 291.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1417.0, + 868.0, + 1417.0, + 868.0, + 1453.0, + 821.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1000.0, + 1417.0, + 1010.0, + 1417.0, + 1010.0, + 1453.0, + 1000.0, + 1453.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": [ + 293.0, + 812.0, + 1182.0, + 812.0, + 1182.0, + 848.0, + 293.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 812.0, + 1246.0, + 812.0, + 1246.0, + 848.0, + 1236.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 812.0, + 1348.0, + 812.0, + 1348.0, + 848.0, + 1301.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 812.0, + 1408.0, + 812.0, + 1408.0, + 848.0, + 1404.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 842.0, + 1406.0, + 842.0, + 1406.0, + 878.0, + 294.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 870.0, + 738.0, + 870.0, + 738.0, + 912.0, + 291.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 870.0, + 1235.0, + 870.0, + 1235.0, + 912.0, + 795.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1322.0, + 870.0, + 1333.0, + 870.0, + 1333.0, + 912.0, + 1322.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 198.0, + 528.0, + 198.0, + 528.0, + 242.0, + 257.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 198.0, + 567.0, + 198.0, + 567.0, + 242.0, + 559.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 595.0, + 198.0, + 645.0, + 198.0, + 645.0, + 242.0, + 595.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 680.0, + 198.0, + 1410.0, + 198.0, + 1410.0, + 242.0, + 680.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 260.0, + 244.0, + 276.0, + 244.0, + 276.0, + 262.0, + 260.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 277.0, + 233.0, + 1179.0, + 233.0, + 1179.0, + 267.0, + 277.0, + 267.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 318, + 430, + 1384, + 430, + 1384, + 933, + 318, + 933 + ], + "score": 0.985, + "html": "
Sum-product transformnetworksMixtures of real NVP flows SGD
SGDMHSAEM-UMHSAEM-U
speed-upLtestKLtestKspeed-upLtestK 32LtestK
breast-cancer-wisconsin4.66-4.66641.4310240.63-99.85-39.31128
cardiotocography10.5559.5251231.0410249.8554.343256.08128
magic-telescope102.53-3.65512-5.0310243.74-3.978-4.228
pendigits4.890.881024-4.86163844.171.4680.488
pima-indians0.37-8.5464-7.62641.35-20.09128-16.33128
wall-following-robot3.431.841024-11.31638422.21-14.26128-17.56128
waveform-14.35-26.1464-23.9110243.72-34.128-33.428
waveform-24.82-26.2164-23.9110244.12-34.158-33.648
yeast20.5710.265125.18102414.496.611289.59128
ecoli1.86-5.564-0.2210242.15-11.37128-10.64128
ionosphere1.88-20.2764-5.935122.74-87.01128-42.75128
iris0.23-10.6564-1.49163843.28-16.34128-9.2132
page-blocks12.1812.215126.84102444.9517.1312817.9432
parkinsons1.46-21.85640.55123.09-566.58128-33.3132
sonar2.96-95.39512-69.29642.52-622.2128-88.81128
statlog-segment1.4447.3551226.531638438.4935.8412842.0432
statlog-vehicle2.97-4.2564-5.4510246.78-31.3432-26.43128
wine rank75.42-25.991024-13.2710242.05-171.58128-25.57128
1.561.441.831.17
" + }, + { + "category_id": 1, + "poly": [ + 239, + 1596, + 1405, + 1596, + 1405, + 1871, + 239, + 1871 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 241, + 1278, + 1403, + 1278, + 1403, + 1463, + 241, + 1463 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 242, + 1884, + 1404, + 1884, + 1404, + 2007, + 242, + 2007 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 252, + 1005, + 1404, + 1005, + 1404, + 1218, + 252, + 1218 + ], + "score": 0.963 + }, + { + "category_id": 0, + "poly": [ + 244, + 1518, + 509, + 1518, + 509, + 1556, + 244, + 1556 + ], + "score": 0.89 + }, + { + "category_id": 1, + "poly": [ + 276, + 1233, + 1211, + 1233, + 1211, + 1265, + 276, + 1265 + ], + "score": 0.881 + }, + { + "category_id": 2, + "poly": [ + 840, + 2061, + 858, + 2061, + 858, + 2084, + 840, + 2084 + ], + "score": 0.791 + }, + { + "category_id": 6, + "poly": [ + 296, + 195, + 1405, + 195, + 1405, + 410, + 296, + 410 + ], + "score": 0.699 + }, + { + "category_id": 1, + "poly": [ + 296, + 195, + 1405, + 195, + 1405, + 410, + 296, + 410 + ], + "score": 0.507 + }, + { + "category_id": 13, + "poly": [ + 820, + 288, + 876, + 288, + 876, + 317, + 820, + 317 + ], + "score": 0.88, + "latex": "9 5 \\%" + }, + { + "category_id": 13, + "poly": [ + 813, + 197, + 863, + 197, + 863, + 226, + 813, + 226 + ], + "score": 0.87, + "latex": "\\mathcal { L } ^ { \\mathrm { t e s t } }" + }, + { + "category_id": 13, + "poly": [ + 804, + 1809, + 858, + 1809, + 858, + 1838, + 804, + 1838 + ], + "score": 0.87, + "latex": "50 \\%" + }, + { + "category_id": 13, + "poly": [ + 1369, + 228, + 1397, + 228, + 1397, + 254, + 1369, + 254 + ], + "score": 0.78, + "latex": "K" + }, + { + "category_id": 13, + "poly": [ + 298, + 1067, + 494, + 1067, + 494, + 1099, + 298, + 1099 + ], + "score": 0.78, + "latex": "K \\in ( 8 , 3 2 , 1 2 8 )" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1514.0, + 515.0, + 1514.0, + 515.0, + 1563.0, + 233.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2060.0, + 860.0, + 2060.0, + 860.0, + 2090.0, + 839.0, + 2090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 192.0, + 812.0, + 192.0, + 812.0, + 234.0, + 291.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 192.0, + 1407.0, + 192.0, + 1407.0, + 234.0, + 864.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 1368.0, + 226.0, + 1368.0, + 261.0, + 294.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 226.0, + 1406.0, + 226.0, + 1406.0, + 261.0, + 1398.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 256.0, + 1406.0, + 256.0, + 1406.0, + 291.0, + 293.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 288.0, + 819.0, + 288.0, + 819.0, + 322.0, + 294.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 288.0, + 1406.0, + 288.0, + 1406.0, + 322.0, + 877.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 316.0, + 1406.0, + 316.0, + 1406.0, + 354.0, + 293.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 348.0, + 1406.0, + 348.0, + 1406.0, + 386.0, + 293.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 379.0, + 913.0, + 379.0, + 913.0, + 413.0, + 295.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1603.0, + 277.0, + 1603.0, + 277.0, + 1628.0, + 239.0, + 1628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1598.0, + 1406.0, + 1598.0, + 1406.0, + 1631.0, + 295.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1633.0, + 277.0, + 1633.0, + 277.0, + 1658.0, + 239.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1628.0, + 1405.0, + 1628.0, + 1405.0, + 1661.0, + 296.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1664.0, + 277.0, + 1664.0, + 277.0, + 1689.0, + 239.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1655.0, + 1408.0, + 1655.0, + 1408.0, + 1694.0, + 292.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1692.0, + 279.0, + 1692.0, + 279.0, + 1720.0, + 238.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1685.0, + 1406.0, + 1685.0, + 1406.0, + 1723.0, + 295.0, + 1723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1724.0, + 277.0, + 1724.0, + 277.0, + 1749.0, + 239.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1718.0, + 1406.0, + 1718.0, + 1406.0, + 1750.0, + 293.0, + 1750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1753.0, + 279.0, + 1753.0, + 279.0, + 1782.0, + 238.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1745.0, + 1408.0, + 1745.0, + 1408.0, + 1787.0, + 292.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1783.0, + 279.0, + 1783.0, + 279.0, + 1812.0, + 238.0, + 1812.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1778.0, + 1405.0, + 1778.0, + 1405.0, + 1813.0, + 293.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1814.0, + 279.0, + 1814.0, + 279.0, + 1843.0, + 238.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1805.0, + 803.0, + 1805.0, + 803.0, + 1847.0, + 292.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1805.0, + 1409.0, + 1805.0, + 1409.0, + 1847.0, + 859.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1844.0, + 277.0, + 1844.0, + 277.0, + 1873.0, + 239.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1838.0, + 822.0, + 1838.0, + 822.0, + 1877.0, + 293.0, + 1877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1283.0, + 279.0, + 1283.0, + 279.0, + 1311.0, + 238.0, + 1311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1278.0, + 1406.0, + 1278.0, + 1406.0, + 1313.0, + 291.0, + 1313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1313.0, + 278.0, + 1313.0, + 278.0, + 1341.0, + 238.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1309.0, + 1404.0, + 1309.0, + 1404.0, + 1341.0, + 295.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1344.0, + 279.0, + 1344.0, + 279.0, + 1372.0, + 238.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1339.0, + 1406.0, + 1339.0, + 1406.0, + 1373.0, + 292.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1374.0, + 279.0, + 1374.0, + 279.0, + 1402.0, + 238.0, + 1402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1367.0, + 1406.0, + 1367.0, + 1406.0, + 1405.0, + 292.0, + 1405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1404.0, + 279.0, + 1404.0, + 279.0, + 1432.0, + 238.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1398.0, + 1404.0, + 1398.0, + 1404.0, + 1433.0, + 294.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1435.0, + 278.0, + 1435.0, + 278.0, + 1463.0, + 238.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1432.0, + 838.0, + 1432.0, + 838.0, + 1463.0, + 295.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 241.0, + 1890.0, + 277.0, + 1890.0, + 277.0, + 1916.0, + 241.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1884.0, + 1408.0, + 1884.0, + 1408.0, + 1919.0, + 295.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1920.0, + 277.0, + 1920.0, + 277.0, + 1947.0, + 239.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1912.0, + 1409.0, + 1912.0, + 1409.0, + 1950.0, + 293.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1950.0, + 280.0, + 1950.0, + 280.0, + 1979.0, + 238.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1980.0, + 293.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1980.0, + 277.0, + 1980.0, + 277.0, + 2007.0, + 239.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1976.0, + 694.0, + 1976.0, + 694.0, + 2007.0, + 296.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1011.0, + 278.0, + 1011.0, + 278.0, + 1037.0, + 248.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1006.0, + 1406.0, + 1006.0, + 1406.0, + 1041.0, + 295.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1043.0, + 278.0, + 1043.0, + 278.0, + 1067.0, + 246.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1033.0, + 1410.0, + 1033.0, + 1410.0, + 1072.0, + 292.0, + 1072.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1074.0, + 278.0, + 1074.0, + 278.0, + 1098.0, + 246.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 1066.0, + 1406.0, + 1066.0, + 1406.0, + 1100.0, + 495.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1104.0, + 276.0, + 1104.0, + 276.0, + 1127.0, + 246.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1094.0, + 1406.0, + 1094.0, + 1406.0, + 1134.0, + 292.0, + 1134.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 246.0, + 1134.0, + 279.0, + 1134.0, + 279.0, + 1158.0, + 246.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1125.0, + 1406.0, + 1125.0, + 1406.0, + 1160.0, + 293.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 245.0, + 1163.0, + 280.0, + 1163.0, + 280.0, + 1191.0, + 245.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1158.0, + 1406.0, + 1158.0, + 1406.0, + 1192.0, + 293.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 248.0, + 1195.0, + 279.0, + 1195.0, + 279.0, + 1219.0, + 248.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1187.0, + 1407.0, + 1187.0, + 1407.0, + 1223.0, + 292.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1229.0, + 1216.0, + 1229.0, + 1216.0, + 1270.0, + 291.0, + 1270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 192.0, + 812.0, + 192.0, + 812.0, + 234.0, + 291.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 192.0, + 1407.0, + 192.0, + 1407.0, + 234.0, + 864.0, + 234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 226.0, + 1368.0, + 226.0, + 1368.0, + 261.0, + 294.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 226.0, + 1406.0, + 226.0, + 1406.0, + 261.0, + 1398.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 256.0, + 1406.0, + 256.0, + 1406.0, + 291.0, + 293.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 288.0, + 819.0, + 288.0, + 819.0, + 322.0, + 294.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 288.0, + 1406.0, + 288.0, + 1406.0, + 322.0, + 877.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 316.0, + 1406.0, + 316.0, + 1406.0, + 354.0, + 293.0, + 354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 348.0, + 1406.0, + 348.0, + 1406.0, + 386.0, + 293.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 379.0, + 913.0, + 379.0, + 913.0, + 413.0, + 295.0, + 413.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 268, + 1406, + 268, + 1406, + 483, + 296, + 483 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 304, + 573, + 1410, + 573, + 1410, + 2022, + 304, + 2022 + ], + "score": 0.956 + }, + { + "category_id": 0, + "poly": [ + 289, + 528, + 454, + 528, + 454, + 563, + 289, + 563 + ], + "score": 0.849 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 866, + 2061, + 866, + 2086, + 836, + 2086 + ], + "score": 0.706 + }, + { + "category_id": 0, + "poly": [ + 249, + 200, + 722, + 200, + 722, + 237, + 249, + 237 + ], + "score": 0.551 + }, + { + "category_id": 2, + "poly": [ + 249, + 200, + 722, + 200, + 722, + 237, + 249, + 237 + ], + "score": 0.424 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 866, + 2061, + 866, + 2086, + 836, + 2086 + ], + "score": 0.343 + }, + { + "category_id": 2, + "poly": [ + 240, + 506, + 287, + 506, + 287, + 2042, + 240, + 2042 + ], + "score": 0.199 + }, + { + "category_id": 2, + "poly": [ + 239, + 522, + 287, + 522, + 287, + 2041, + 239, + 2041 + ], + "score": 0.095 + }, + { + "category_id": 15, + "poly": [ + 296.0, + 524.0, + 460.0, + 524.0, + 460.0, + 569.0, + 296.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2096.0, + 832.0, + 2096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 196.0, + 725.0, + 196.0, + 725.0, + 243.0, + 237.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 196.0, + 725.0, + 196.0, + 725.0, + 243.0, + 237.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2096.0, + 832.0, + 2096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 536.0, + 279.0, + 536.0, + 279.0, + 568.0, + 237.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 586.0, + 279.0, + 586.0, + 279.0, + 618.0, + 239.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 616.0, + 279.0, + 616.0, + 279.0, + 649.0, + 237.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 645.0, + 279.0, + 645.0, + 279.0, + 684.0, + 237.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 701.0, + 280.0, + 701.0, + 280.0, + 739.0, + 236.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 734.0, + 279.0, + 734.0, + 279.0, + 773.0, + 237.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 790.0, + 277.0, + 790.0, + 277.0, + 824.0, + 239.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 821.0, + 277.0, + 821.0, + 277.0, + 862.0, + 237.0, + 862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 877.0, + 277.0, + 877.0, + 277.0, + 911.0, + 239.0, + 911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 908.0, + 280.0, + 908.0, + 280.0, + 945.0, + 236.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 960.0, + 280.0, + 960.0, + 280.0, + 998.0, + 236.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 993.0, + 280.0, + 993.0, + 280.0, + 1032.0, + 236.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1047.0, + 280.0, + 1047.0, + 280.0, + 1087.0, + 236.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1080.0, + 279.0, + 1080.0, + 279.0, + 1121.0, + 236.0, + 1121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1134.0, + 280.0, + 1134.0, + 280.0, + 1173.0, + 236.0, + 1173.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1165.0, + 280.0, + 1165.0, + 280.0, + 1202.0, + 236.0, + 1202.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1197.0, + 279.0, + 1197.0, + 279.0, + 1237.0, + 237.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1254.0, + 277.0, + 1254.0, + 277.0, + 1288.0, + 239.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1284.0, + 279.0, + 1284.0, + 279.0, + 1325.0, + 237.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1340.0, + 277.0, + 1340.0, + 277.0, + 1375.0, + 239.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1371.0, + 280.0, + 1371.0, + 280.0, + 1409.0, + 236.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1426.0, + 280.0, + 1426.0, + 280.0, + 1463.0, + 236.0, + 1463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1456.0, + 280.0, + 1456.0, + 280.0, + 1496.0, + 236.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1513.0, + 279.0, + 1513.0, + 279.0, + 1552.0, + 236.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1545.0, + 279.0, + 1545.0, + 279.0, + 1584.0, + 237.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1598.0, + 280.0, + 1598.0, + 280.0, + 1637.0, + 236.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1632.0, + 279.0, + 1632.0, + 279.0, + 1673.0, + 236.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1688.0, + 277.0, + 1688.0, + 277.0, + 1722.0, + 239.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1717.0, + 280.0, + 1717.0, + 280.0, + 1755.0, + 236.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1749.0, + 279.0, + 1749.0, + 279.0, + 1789.0, + 237.0, + 1789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1800.0, + 281.0, + 1800.0, + 281.0, + 1843.0, + 237.0, + 1843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1835.0, + 280.0, + 1835.0, + 280.0, + 1874.0, + 236.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1893.0, + 279.0, + 1893.0, + 279.0, + 1925.0, + 237.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1920.0, + 279.0, + 1920.0, + 279.0, + 1959.0, + 236.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1980.0, + 279.0, + 1980.0, + 279.0, + 2012.0, + 237.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 536.0, + 278.0, + 536.0, + 278.0, + 568.0, + 240.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 583.0, + 280.0, + 583.0, + 280.0, + 620.0, + 237.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 617.0, + 278.0, + 617.0, + 278.0, + 649.0, + 238.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 644.0, + 278.0, + 644.0, + 278.0, + 684.0, + 237.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 701.0, + 280.0, + 701.0, + 280.0, + 738.0, + 235.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 732.0, + 280.0, + 732.0, + 280.0, + 772.0, + 237.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 787.0, + 280.0, + 787.0, + 280.0, + 826.0, + 235.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 819.0, + 278.0, + 819.0, + 278.0, + 860.0, + 237.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 873.0, + 280.0, + 873.0, + 280.0, + 914.0, + 237.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 907.0, + 280.0, + 907.0, + 280.0, + 948.0, + 237.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 961.0, + 278.0, + 961.0, + 278.0, + 1000.0, + 237.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 995.0, + 278.0, + 995.0, + 278.0, + 1035.0, + 238.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1049.0, + 280.0, + 1049.0, + 280.0, + 1086.0, + 237.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1081.0, + 280.0, + 1081.0, + 280.0, + 1118.0, + 237.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1135.0, + 280.0, + 1135.0, + 280.0, + 1172.0, + 235.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1165.0, + 280.0, + 1165.0, + 280.0, + 1204.0, + 235.0, + 1204.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1197.0, + 280.0, + 1197.0, + 280.0, + 1238.0, + 237.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1251.0, + 278.0, + 1251.0, + 278.0, + 1290.0, + 237.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1283.0, + 280.0, + 1283.0, + 280.0, + 1325.0, + 237.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1339.0, + 278.0, + 1339.0, + 278.0, + 1378.0, + 237.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1371.0, + 280.0, + 1371.0, + 280.0, + 1413.0, + 237.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1427.0, + 280.0, + 1427.0, + 280.0, + 1464.0, + 237.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1457.0, + 280.0, + 1457.0, + 280.0, + 1494.0, + 237.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1514.0, + 280.0, + 1514.0, + 280.0, + 1551.0, + 235.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1545.0, + 280.0, + 1545.0, + 280.0, + 1582.0, + 237.0, + 1582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1599.0, + 280.0, + 1599.0, + 280.0, + 1637.0, + 237.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1632.0, + 280.0, + 1632.0, + 280.0, + 1669.0, + 237.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1688.0, + 277.0, + 1688.0, + 277.0, + 1722.0, + 238.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1720.0, + 278.0, + 1720.0, + 278.0, + 1752.0, + 238.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1749.0, + 280.0, + 1749.0, + 280.0, + 1787.0, + 237.0, + 1787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1806.0, + 278.0, + 1806.0, + 278.0, + 1838.0, + 238.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1836.0, + 280.0, + 1836.0, + 280.0, + 1873.0, + 237.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1892.0, + 278.0, + 1892.0, + 278.0, + 1924.0, + 237.0, + 1924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1921.0, + 280.0, + 1921.0, + 280.0, + 1959.0, + 237.0, + 1959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1976.0, + 280.0, + 1976.0, + 280.0, + 2013.0, + 237.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 268.0, + 1404.0, + 268.0, + 1404.0, + 303.0, + 295.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 299.0, + 1404.0, + 299.0, + 1404.0, + 334.0, + 294.0, + 334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 330.0, + 1406.0, + 330.0, + 1406.0, + 363.0, + 293.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 358.0, + 1408.0, + 358.0, + 1408.0, + 396.0, + 293.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 387.0, + 1407.0, + 387.0, + 1407.0, + 425.0, + 294.0, + 425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 420.0, + 1409.0, + 420.0, + 1409.0, + 457.0, + 294.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 451.0, + 1138.0, + 451.0, + 1138.0, + 485.0, + 293.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 579.0, + 1408.0, + 579.0, + 1408.0, + 626.0, + 305.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 608.0, + 1411.0, + 608.0, + 1411.0, + 657.0, + 349.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 642.0, + 569.0, + 642.0, + 569.0, + 678.0, + 354.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 697.0, + 1408.0, + 697.0, + 1408.0, + 742.0, + 306.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 728.0, + 1312.0, + 728.0, + 1312.0, + 771.0, + 347.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 784.0, + 1411.0, + 784.0, + 1411.0, + 830.0, + 306.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 817.0, + 750.0, + 817.0, + 750.0, + 855.0, + 351.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 870.0, + 1409.0, + 870.0, + 1409.0, + 913.0, + 308.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 905.0, + 1177.0, + 905.0, + 1177.0, + 941.0, + 352.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 957.0, + 1408.0, + 957.0, + 1408.0, + 1004.0, + 305.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 989.0, + 1313.0, + 989.0, + 1313.0, + 1034.0, + 352.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 1046.0, + 1411.0, + 1046.0, + 1411.0, + 1091.0, + 306.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1076.0, + 808.0, + 1076.0, + 808.0, + 1117.0, + 352.0, + 1117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1135.0, + 1411.0, + 1135.0, + 1411.0, + 1175.0, + 308.0, + 1175.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 1160.0, + 1413.0, + 1160.0, + 1413.0, + 1207.0, + 347.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1194.0, + 429.0, + 1194.0, + 429.0, + 1235.0, + 352.0, + 1235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 303.0, + 1244.0, + 1409.0, + 1244.0, + 1409.0, + 1298.0, + 303.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1281.0, + 1272.0, + 1281.0, + 1272.0, + 1322.0, + 352.0, + 1322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1338.0, + 1409.0, + 1338.0, + 1409.0, + 1378.0, + 308.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1368.0, + 429.0, + 1368.0, + 429.0, + 1407.0, + 352.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1425.0, + 1406.0, + 1425.0, + 1406.0, + 1465.0, + 298.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1454.0, + 1077.0, + 1454.0, + 1077.0, + 1494.0, + 349.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1510.0, + 1411.0, + 1510.0, + 1411.0, + 1556.0, + 297.0, + 1556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1541.0, + 1152.0, + 1541.0, + 1152.0, + 1581.0, + 352.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1596.0, + 1404.0, + 1596.0, + 1404.0, + 1636.0, + 297.0, + 1636.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1627.0, + 1106.0, + 1627.0, + 1106.0, + 1667.0, + 354.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1685.0, + 1406.0, + 1685.0, + 1406.0, + 1725.0, + 297.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1717.0, + 1408.0, + 1717.0, + 1408.0, + 1757.0, + 354.0, + 1757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1746.0, + 565.0, + 1746.0, + 565.0, + 1786.0, + 352.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1798.0, + 1406.0, + 1798.0, + 1406.0, + 1845.0, + 293.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1833.0, + 741.0, + 1833.0, + 741.0, + 1874.0, + 352.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1888.0, + 1409.0, + 1888.0, + 1409.0, + 1930.0, + 295.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1917.0, + 1106.0, + 1917.0, + 1106.0, + 1961.0, + 351.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1974.0, + 1047.0, + 1974.0, + 1047.0, + 2019.0, + 295.0, + 2019.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 248, + 207, + 1411, + 207, + 1411, + 2026, + 248, + 2026 + ], + "score": 0.902 + }, + { + "category_id": 2, + "poly": [ + 835, + 2060, + 864, + 2060, + 864, + 2087, + 835, + 2087 + ], + "score": 0.828 + }, + { + "category_id": 2, + "poly": [ + 239, + 204, + 286, + 204, + 286, + 2029, + 239, + 2029 + ], + "score": 0.125 + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2058.0, + 869.0, + 2058.0, + 869.0, + 2097.0, + 831.0, + 2097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 208.0, + 281.0, + 208.0, + 281.0, + 240.0, + 235.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 236.0, + 283.0, + 236.0, + 283.0, + 274.0, + 233.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 268.0, + 281.0, + 268.0, + 281.0, + 306.0, + 237.0, + 306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 316.0, + 283.0, + 316.0, + 283.0, + 355.0, + 233.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 351.0, + 281.0, + 351.0, + 281.0, + 383.0, + 235.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 379.0, + 283.0, + 379.0, + 283.0, + 421.0, + 235.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 431.0, + 283.0, + 431.0, + 283.0, + 469.0, + 233.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 465.0, + 281.0, + 465.0, + 281.0, + 497.0, + 237.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 515.0, + 281.0, + 515.0, + 281.0, + 547.0, + 237.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 543.0, + 283.0, + 543.0, + 283.0, + 589.0, + 235.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 593.0, + 283.0, + 593.0, + 283.0, + 631.0, + 233.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 627.0, + 281.0, + 627.0, + 281.0, + 659.0, + 237.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 657.0, + 279.0, + 657.0, + 279.0, + 691.0, + 237.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 707.0, + 281.0, + 707.0, + 281.0, + 742.0, + 237.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 738.0, + 283.0, + 738.0, + 283.0, + 782.0, + 235.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 788.0, + 283.0, + 788.0, + 283.0, + 826.0, + 233.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 820.0, + 283.0, + 820.0, + 283.0, + 860.0, + 235.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 872.0, + 281.0, + 872.0, + 281.0, + 906.0, + 237.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 898.0, + 285.0, + 898.0, + 285.0, + 952.0, + 236.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 956.0, + 281.0, + 956.0, + 281.0, + 988.0, + 237.0, + 988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 984.0, + 283.0, + 984.0, + 283.0, + 1026.0, + 235.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1036.0, + 281.0, + 1036.0, + 281.0, + 1070.0, + 237.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1068.0, + 279.0, + 1068.0, + 279.0, + 1100.0, + 237.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1096.0, + 283.0, + 1096.0, + 283.0, + 1143.0, + 235.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1149.0, + 281.0, + 1149.0, + 281.0, + 1183.0, + 237.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1179.0, + 283.0, + 1179.0, + 283.0, + 1223.0, + 235.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1229.0, + 283.0, + 1229.0, + 283.0, + 1267.0, + 233.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1261.0, + 283.0, + 1261.0, + 283.0, + 1303.0, + 235.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1313.0, + 281.0, + 1313.0, + 281.0, + 1347.0, + 237.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1343.0, + 283.0, + 1343.0, + 283.0, + 1389.0, + 235.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1395.0, + 281.0, + 1395.0, + 281.0, + 1429.0, + 237.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1425.0, + 283.0, + 1425.0, + 283.0, + 1469.0, + 235.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1477.0, + 279.0, + 1477.0, + 279.0, + 1512.0, + 237.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1508.0, + 283.0, + 1508.0, + 283.0, + 1552.0, + 235.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1558.0, + 283.0, + 1558.0, + 283.0, + 1596.0, + 233.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1590.0, + 283.0, + 1590.0, + 283.0, + 1630.0, + 235.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1638.0, + 283.0, + 1638.0, + 283.0, + 1678.0, + 235.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1672.0, + 281.0, + 1672.0, + 281.0, + 1706.0, + 237.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1702.0, + 281.0, + 1702.0, + 281.0, + 1744.0, + 235.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1754.0, + 281.0, + 1754.0, + 281.0, + 1786.0, + 237.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1784.0, + 283.0, + 1784.0, + 283.0, + 1824.0, + 235.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1832.0, + 283.0, + 1832.0, + 283.0, + 1870.0, + 233.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1866.0, + 281.0, + 1866.0, + 281.0, + 1913.0, + 235.0, + 1913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1915.0, + 283.0, + 1915.0, + 283.0, + 1955.0, + 233.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1951.0, + 281.0, + 1951.0, + 281.0, + 1983.0, + 235.0, + 1983.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1977.0, + 283.0, + 1977.0, + 283.0, + 2015.0, + 233.0, + 2015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 205.0, + 285.0, + 205.0, + 285.0, + 241.0, + 237.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 203.0, + 1406.0, + 203.0, + 1406.0, + 241.0, + 293.0, + 241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 237.0, + 281.0, + 237.0, + 281.0, + 269.0, + 239.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 231.0, + 1408.0, + 231.0, + 1408.0, + 273.0, + 350.0, + 273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 265.0, + 281.0, + 265.0, + 281.0, + 303.0, + 237.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 261.0, + 640.0, + 261.0, + 640.0, + 301.0, + 350.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 315.0, + 1406.0, + 315.0, + 1406.0, + 353.0, + 237.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 347.0, + 283.0, + 347.0, + 283.0, + 383.0, + 235.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 345.0, + 1406.0, + 345.0, + 1406.0, + 383.0, + 352.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 379.0, + 283.0, + 379.0, + 283.0, + 417.0, + 237.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 377.0, + 812.0, + 377.0, + 812.0, + 415.0, + 352.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 433.0, + 283.0, + 433.0, + 283.0, + 463.0, + 239.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 425.0, + 1408.0, + 425.0, + 1408.0, + 467.0, + 287.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 461.0, + 283.0, + 461.0, + 283.0, + 499.0, + 237.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 459.0, + 1183.0, + 459.0, + 1183.0, + 495.0, + 350.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 515.0, + 287.0, + 515.0, + 287.0, + 545.0, + 239.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 511.0, + 1408.0, + 511.0, + 1408.0, + 549.0, + 289.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 545.0, + 281.0, + 545.0, + 281.0, + 577.0, + 239.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 539.0, + 429.0, + 539.0, + 429.0, + 581.0, + 352.0, + 581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 595.0, + 285.0, + 595.0, + 285.0, + 631.0, + 237.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 589.0, + 1410.0, + 589.0, + 1410.0, + 631.0, + 287.0, + 631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 625.0, + 283.0, + 625.0, + 283.0, + 661.0, + 235.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 619.0, + 1408.0, + 619.0, + 1408.0, + 665.0, + 350.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 657.0, + 277.0, + 657.0, + 277.0, + 689.0, + 239.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 356.0, + 655.0, + 567.0, + 655.0, + 567.0, + 687.0, + 356.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 709.0, + 281.0, + 709.0, + 281.0, + 741.0, + 239.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 699.0, + 1408.0, + 699.0, + 1408.0, + 747.0, + 289.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 737.0, + 281.0, + 737.0, + 281.0, + 775.0, + 237.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 735.0, + 1339.0, + 735.0, + 1339.0, + 773.0, + 354.0, + 773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 791.0, + 283.0, + 791.0, + 283.0, + 821.0, + 239.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 783.0, + 1408.0, + 783.0, + 1408.0, + 825.0, + 289.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 819.0, + 283.0, + 819.0, + 283.0, + 857.0, + 237.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 815.0, + 859.0, + 815.0, + 859.0, + 857.0, + 352.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 869.0, + 285.0, + 869.0, + 285.0, + 905.0, + 237.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 865.0, + 1412.0, + 865.0, + 1412.0, + 909.0, + 291.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 903.0, + 281.0, + 903.0, + 281.0, + 941.0, + 237.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 899.0, + 808.0, + 899.0, + 808.0, + 937.0, + 352.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 955.0, + 281.0, + 955.0, + 281.0, + 987.0, + 239.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 947.0, + 1410.0, + 947.0, + 1410.0, + 993.0, + 291.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 983.0, + 283.0, + 983.0, + 283.0, + 1021.0, + 237.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 981.0, + 865.0, + 981.0, + 865.0, + 1019.0, + 354.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1035.0, + 289.0, + 1035.0, + 289.0, + 1071.0, + 237.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1033.0, + 1406.0, + 1033.0, + 1406.0, + 1071.0, + 293.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1069.0, + 279.0, + 1069.0, + 279.0, + 1101.0, + 239.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1058.0, + 1410.0, + 1058.0, + 1410.0, + 1107.0, + 350.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1095.0, + 283.0, + 1095.0, + 283.0, + 1132.0, + 237.0, + 1132.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1093.0, + 632.0, + 1093.0, + 632.0, + 1130.0, + 354.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1146.0, + 285.0, + 1146.0, + 285.0, + 1182.0, + 237.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1140.0, + 1408.0, + 1140.0, + 1408.0, + 1186.0, + 289.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1180.0, + 281.0, + 1180.0, + 281.0, + 1212.0, + 239.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1172.0, + 697.0, + 1172.0, + 697.0, + 1210.0, + 350.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1232.0, + 283.0, + 1232.0, + 283.0, + 1262.0, + 239.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1224.0, + 1410.0, + 1224.0, + 1410.0, + 1268.0, + 293.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1260.0, + 283.0, + 1260.0, + 283.0, + 1298.0, + 237.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1258.0, + 1339.0, + 1258.0, + 1339.0, + 1296.0, + 354.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1310.0, + 289.0, + 1310.0, + 289.0, + 1346.0, + 237.0, + 1346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1306.0, + 1406.0, + 1306.0, + 1406.0, + 1348.0, + 291.0, + 1348.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1342.0, + 283.0, + 1342.0, + 283.0, + 1380.0, + 237.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1340.0, + 632.0, + 1340.0, + 632.0, + 1376.0, + 352.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1396.0, + 281.0, + 1396.0, + 281.0, + 1428.0, + 239.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1388.0, + 1410.0, + 1388.0, + 1410.0, + 1430.0, + 289.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1424.0, + 281.0, + 1424.0, + 281.0, + 1462.0, + 237.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1422.0, + 1347.0, + 1422.0, + 1347.0, + 1460.0, + 354.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1478.0, + 281.0, + 1478.0, + 281.0, + 1508.0, + 239.0, + 1508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1474.0, + 1406.0, + 1474.0, + 1406.0, + 1512.0, + 291.0, + 1512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1506.0, + 283.0, + 1506.0, + 283.0, + 1546.0, + 237.0, + 1546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1502.0, + 1080.0, + 1502.0, + 1080.0, + 1544.0, + 350.0, + 1544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1560.0, + 283.0, + 1560.0, + 283.0, + 1590.0, + 239.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1556.0, + 1406.0, + 1556.0, + 1406.0, + 1594.0, + 295.0, + 1594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1588.0, + 283.0, + 1588.0, + 283.0, + 1626.0, + 237.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1586.0, + 1224.0, + 1586.0, + 1224.0, + 1624.0, + 352.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1640.0, + 281.0, + 1640.0, + 281.0, + 1672.0, + 239.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1638.0, + 1408.0, + 1638.0, + 1408.0, + 1676.0, + 293.0, + 1676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1672.0, + 281.0, + 1672.0, + 281.0, + 1704.0, + 239.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 1664.0, + 1408.0, + 1664.0, + 1408.0, + 1710.0, + 348.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1700.0, + 281.0, + 1700.0, + 281.0, + 1740.0, + 237.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1696.0, + 873.0, + 1696.0, + 873.0, + 1738.0, + 352.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1750.0, + 285.0, + 1750.0, + 285.0, + 1786.0, + 237.0, + 1786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1750.0, + 1406.0, + 1750.0, + 1406.0, + 1788.0, + 293.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1782.0, + 283.0, + 1782.0, + 283.0, + 1820.0, + 237.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1780.0, + 837.0, + 1780.0, + 837.0, + 1818.0, + 352.0, + 1818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1836.0, + 283.0, + 1836.0, + 283.0, + 1866.0, + 239.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1832.0, + 1406.0, + 1832.0, + 1406.0, + 1870.0, + 293.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1866.0, + 281.0, + 1866.0, + 281.0, + 1906.0, + 237.0, + 1906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1864.0, + 1410.0, + 1864.0, + 1410.0, + 1902.0, + 352.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1918.0, + 283.0, + 1918.0, + 283.0, + 1948.0, + 239.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1914.0, + 1406.0, + 1914.0, + 1406.0, + 1952.0, + 291.0, + 1952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1948.0, + 283.0, + 1948.0, + 283.0, + 1984.0, + 235.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1946.0, + 1410.0, + 1946.0, + 1410.0, + 1984.0, + 352.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 1980.0, + 281.0, + 1980.0, + 281.0, + 2012.0, + 239.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1967.0, + 432.0, + 1967.0, + 432.0, + 2015.0, + 352.0, + 2015.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 264, + 191, + 1412, + 191, + 1412, + 2027, + 264, + 2027 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 835, + 2060, + 866, + 2060, + 866, + 2087, + 835, + 2087 + ], + "score": 0.825 + }, + { + "category_id": 2, + "poly": [ + 239, + 203, + 288, + 203, + 288, + 2039, + 239, + 2039 + ], + "score": 0.094 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2058.0, + 870.0, + 2058.0, + 870.0, + 2097.0, + 832.0, + 2097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 207.0, + 282.0, + 207.0, + 282.0, + 240.0, + 236.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 238.0, + 282.0, + 238.0, + 282.0, + 270.0, + 236.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 290.0, + 280.0, + 290.0, + 280.0, + 322.0, + 236.0, + 322.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 320.0, + 284.0, + 320.0, + 284.0, + 359.0, + 233.0, + 359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 373.0, + 282.0, + 373.0, + 282.0, + 405.0, + 236.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 403.0, + 280.0, + 403.0, + 280.0, + 437.0, + 238.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 453.0, + 280.0, + 453.0, + 280.0, + 488.0, + 238.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 484.0, + 284.0, + 484.0, + 284.0, + 526.0, + 236.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 536.0, + 280.0, + 536.0, + 280.0, + 570.0, + 238.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 568.0, + 282.0, + 568.0, + 282.0, + 607.0, + 238.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 617.0, + 280.0, + 617.0, + 280.0, + 651.0, + 238.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 649.0, + 282.0, + 649.0, + 282.0, + 695.0, + 236.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 702.0, + 280.0, + 702.0, + 280.0, + 736.0, + 238.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 234.0, + 733.0, + 279.0, + 733.0, + 279.0, + 763.0, + 234.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 762.0, + 282.0, + 762.0, + 282.0, + 808.0, + 236.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 814.0, + 280.0, + 814.0, + 280.0, + 849.0, + 238.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 845.0, + 282.0, + 845.0, + 282.0, + 889.0, + 236.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 897.0, + 280.0, + 897.0, + 280.0, + 931.0, + 238.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 927.0, + 282.0, + 927.0, + 282.0, + 962.0, + 238.0, + 962.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 958.0, + 282.0, + 958.0, + 282.0, + 1002.0, + 236.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1010.0, + 280.0, + 1010.0, + 280.0, + 1044.0, + 236.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1040.0, + 282.0, + 1040.0, + 282.0, + 1083.0, + 236.0, + 1083.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1093.0, + 280.0, + 1093.0, + 280.0, + 1127.0, + 238.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1123.0, + 282.0, + 1123.0, + 282.0, + 1155.0, + 236.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1151.0, + 284.0, + 1151.0, + 284.0, + 1196.0, + 236.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1206.0, + 280.0, + 1206.0, + 280.0, + 1240.0, + 236.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1238.0, + 277.0, + 1238.0, + 277.0, + 1274.0, + 238.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1284.0, + 284.0, + 1284.0, + 284.0, + 1325.0, + 233.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1319.0, + 280.0, + 1319.0, + 280.0, + 1353.0, + 236.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1351.0, + 282.0, + 1351.0, + 282.0, + 1389.0, + 238.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1397.0, + 284.0, + 1397.0, + 284.0, + 1436.0, + 233.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1432.0, + 282.0, + 1432.0, + 282.0, + 1470.0, + 238.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1484.0, + 280.0, + 1484.0, + 280.0, + 1516.0, + 238.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1512.0, + 282.0, + 1512.0, + 282.0, + 1559.0, + 236.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1565.0, + 280.0, + 1565.0, + 280.0, + 1599.0, + 236.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1595.0, + 282.0, + 1595.0, + 282.0, + 1637.0, + 236.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1647.0, + 280.0, + 1647.0, + 280.0, + 1682.0, + 238.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1678.0, + 284.0, + 1678.0, + 284.0, + 1720.0, + 236.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1732.0, + 282.0, + 1732.0, + 282.0, + 1770.0, + 238.0, + 1770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 233.0, + 1780.0, + 284.0, + 1780.0, + 284.0, + 1819.0, + 233.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 236.0, + 1813.0, + 282.0, + 1813.0, + 282.0, + 1857.0, + 236.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1867.0, + 282.0, + 1867.0, + 282.0, + 1899.0, + 238.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1897.0, + 282.0, + 1897.0, + 282.0, + 1936.0, + 238.0, + 1936.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1950.0, + 282.0, + 1950.0, + 282.0, + 1982.0, + 238.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1980.0, + 282.0, + 1980.0, + 282.0, + 2014.0, + 238.0, + 2014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 201.0, + 1407.0, + 201.0, + 1407.0, + 240.0, + 253.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 240.0, + 280.0, + 240.0, + 280.0, + 266.0, + 257.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 234.0, + 1283.0, + 234.0, + 1283.0, + 268.0, + 349.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 288.0, + 1405.0, + 288.0, + 1405.0, + 320.0, + 257.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 327.0, + 276.0, + 327.0, + 276.0, + 347.0, + 259.0, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 318.0, + 990.0, + 318.0, + 990.0, + 351.0, + 354.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 363.0, + 1407.0, + 363.0, + 1407.0, + 409.0, + 251.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 411.0, + 276.0, + 411.0, + 276.0, + 427.0, + 259.0, + 427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 401.0, + 1226.0, + 401.0, + 1226.0, + 433.0, + 354.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 450.0, + 1409.0, + 450.0, + 1409.0, + 488.0, + 286.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 492.0, + 276.0, + 492.0, + 276.0, + 510.0, + 259.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 482.0, + 885.0, + 482.0, + 885.0, + 520.0, + 352.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 249.0, + 528.0, + 1407.0, + 528.0, + 1407.0, + 575.0, + 249.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 565.0, + 1314.0, + 565.0, + 1314.0, + 601.0, + 351.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 615.0, + 1405.0, + 615.0, + 1405.0, + 653.0, + 257.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 655.0, + 278.0, + 655.0, + 278.0, + 675.0, + 259.0, + 675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 649.0, + 1095.0, + 649.0, + 1095.0, + 681.0, + 352.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 263.0, + 708.0, + 284.0, + 708.0, + 284.0, + 722.0, + 263.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 698.0, + 1407.0, + 698.0, + 1407.0, + 736.0, + 290.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 738.0, + 278.0, + 738.0, + 278.0, + 758.0, + 259.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 728.0, + 1407.0, + 728.0, + 1407.0, + 766.0, + 354.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 770.0, + 276.0, + 770.0, + 276.0, + 790.0, + 259.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 756.0, + 1025.0, + 756.0, + 1025.0, + 798.0, + 349.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 811.0, + 1407.0, + 811.0, + 1407.0, + 849.0, + 290.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 347.0, + 839.0, + 1049.0, + 839.0, + 1049.0, + 881.0, + 347.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 893.0, + 1407.0, + 893.0, + 1407.0, + 932.0, + 290.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 936.0, + 276.0, + 936.0, + 276.0, + 952.0, + 259.0, + 952.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 925.0, + 1405.0, + 925.0, + 1405.0, + 964.0, + 354.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 956.0, + 1251.0, + 956.0, + 1251.0, + 994.0, + 354.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1006.0, + 1409.0, + 1006.0, + 1409.0, + 1044.0, + 290.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1049.0, + 276.0, + 1049.0, + 276.0, + 1067.0, + 259.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1034.0, + 432.0, + 1034.0, + 432.0, + 1075.0, + 349.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1089.0, + 1409.0, + 1089.0, + 1409.0, + 1127.0, + 294.0, + 1127.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1117.0, + 1411.0, + 1117.0, + 1411.0, + 1161.0, + 352.0, + 1161.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1161.0, + 276.0, + 1161.0, + 276.0, + 1178.0, + 259.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1147.0, + 430.0, + 1147.0, + 430.0, + 1188.0, + 352.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1214.0, + 284.0, + 1214.0, + 284.0, + 1230.0, + 261.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1202.0, + 1407.0, + 1202.0, + 1407.0, + 1240.0, + 288.0, + 1240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1232.0, + 645.0, + 1232.0, + 645.0, + 1268.0, + 349.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 255.0, + 1284.0, + 1405.0, + 1284.0, + 1405.0, + 1323.0, + 255.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1325.0, + 278.0, + 1325.0, + 278.0, + 1345.0, + 259.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1315.0, + 1409.0, + 1315.0, + 1409.0, + 1355.0, + 354.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1343.0, + 635.0, + 1343.0, + 635.0, + 1381.0, + 352.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 1395.0, + 1409.0, + 1395.0, + 1409.0, + 1434.0, + 253.0, + 1434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1438.0, + 276.0, + 1438.0, + 276.0, + 1456.0, + 259.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1426.0, + 762.0, + 1426.0, + 762.0, + 1462.0, + 349.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 261.0, + 1480.0, + 1407.0, + 1480.0, + 1407.0, + 1518.0, + 261.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1520.0, + 276.0, + 1520.0, + 276.0, + 1539.0, + 259.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 349.0, + 1510.0, + 721.0, + 1510.0, + 721.0, + 1547.0, + 349.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1561.0, + 1409.0, + 1561.0, + 1409.0, + 1601.0, + 251.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1605.0, + 276.0, + 1605.0, + 276.0, + 1623.0, + 259.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1591.0, + 430.0, + 1591.0, + 430.0, + 1631.0, + 352.0, + 1631.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 263.0, + 1658.0, + 284.0, + 1658.0, + 284.0, + 1672.0, + 263.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1645.0, + 1407.0, + 1645.0, + 1407.0, + 1684.0, + 288.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1686.0, + 276.0, + 1686.0, + 276.0, + 1704.0, + 259.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1676.0, + 1230.0, + 1676.0, + 1230.0, + 1714.0, + 354.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 1726.0, + 1095.0, + 1726.0, + 1095.0, + 1764.0, + 253.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 282.0, + 1776.0, + 1411.0, + 1776.0, + 1411.0, + 1823.0, + 282.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 259.0, + 1821.0, + 278.0, + 1821.0, + 278.0, + 1839.0, + 259.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1809.0, + 577.0, + 1809.0, + 577.0, + 1847.0, + 354.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 1857.0, + 1407.0, + 1857.0, + 1407.0, + 1904.0, + 257.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 1891.0, + 528.0, + 1891.0, + 528.0, + 1930.0, + 354.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1982.0, + 251.0, + 1982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 257.0, + 1982.0, + 280.0, + 1982.0, + 280.0, + 2008.0, + 257.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 1974.0, + 1117.0, + 1974.0, + 1117.0, + 2012.0, + 351.0, + 2012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 256.0, + 967.0, + 276.0, + 967.0, + 276.0, + 981.0, + 256.0, + 981.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 836, + 2061, + 865, + 2061, + 865, + 2085, + 836, + 2085 + ], + "score": 0.83 + }, + { + "category_id": 1, + "poly": [ + 257, + 202, + 1408, + 202, + 1408, + 523, + 257, + 523 + ], + "score": 0.752 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2057.0, + 870.0, + 2057.0, + 870.0, + 2096.0, + 832.0, + 2096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 253.0, + 211.0, + 277.0, + 211.0, + 277.0, + 236.0, + 253.0, + 236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 203.0, + 1407.0, + 203.0, + 1407.0, + 240.0, + 292.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 239.0, + 277.0, + 239.0, + 277.0, + 266.0, + 250.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 234.0, + 1407.0, + 234.0, + 1407.0, + 270.0, + 354.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 269.0, + 279.0, + 269.0, + 279.0, + 298.0, + 250.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 265.0, + 819.0, + 265.0, + 819.0, + 298.0, + 354.0, + 298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 322.0, + 277.0, + 322.0, + 277.0, + 349.0, + 250.0, + 349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 316.0, + 1406.0, + 316.0, + 1406.0, + 353.0, + 296.0, + 353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 352.0, + 279.0, + 352.0, + 279.0, + 380.0, + 250.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 345.0, + 1405.0, + 345.0, + 1405.0, + 384.0, + 353.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 382.0, + 279.0, + 382.0, + 279.0, + 411.0, + 250.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 353.0, + 374.0, + 1081.0, + 374.0, + 1081.0, + 414.0, + 353.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 251.0, + 435.0, + 280.0, + 435.0, + 280.0, + 461.0, + 251.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 430.0, + 1407.0, + 430.0, + 1407.0, + 466.0, + 292.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 465.0, + 279.0, + 465.0, + 279.0, + 494.0, + 250.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 459.0, + 1406.0, + 459.0, + 1406.0, + 499.0, + 354.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 250.0, + 495.0, + 279.0, + 495.0, + 279.0, + 523.0, + 250.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 354.0, + 490.0, + 836.0, + 490.0, + 836.0, + 527.0, + 354.0, + 527.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 407, + 760, + 1405, + 760, + 1405, + 1080, + 407, + 1080 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 407, + 299, + 1405, + 299, + 1405, + 591, + 407, + 591 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 407, + 1132, + 1403, + 1132, + 1403, + 1459, + 407, + 1459 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 406, + 1509, + 1405, + 1509, + 1405, + 1705, + 406, + 1705 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 406, + 640, + 1255, + 640, + 1255, + 709, + 406, + 709 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 367, + 600, + 841, + 600, + 841, + 632, + 367, + 632 + ], + "score": 0.917 + }, + { + "category_id": 1, + "poly": [ + 363, + 719, + 670, + 719, + 670, + 751, + 363, + 751 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 365, + 258, + 580, + 258, + 580, + 289, + 365, + 289 + ], + "score": 0.897 + }, + { + "category_id": 1, + "poly": [ + 368, + 1091, + 1400, + 1091, + 1400, + 1123, + 368, + 1123 + ], + "score": 0.851 + }, + { + "category_id": 2, + "poly": [ + 836, + 2061, + 865, + 2061, + 865, + 2085, + 836, + 2085 + ], + "score": 0.846 + }, + { + "category_id": 1, + "poly": [ + 367, + 1467, + 1203, + 1467, + 1203, + 1500, + 367, + 1500 + ], + "score": 0.837 + }, + { + "category_id": 0, + "poly": [ + 242, + 199, + 435, + 199, + 435, + 235, + 242, + 235 + ], + "score": 0.567 + }, + { + "category_id": 2, + "poly": [ + 242, + 199, + 435, + 199, + 435, + 235, + 242, + 235 + ], + "score": 0.35 + }, + { + "category_id": 2, + "poly": [ + 237, + 198, + 286, + 198, + 286, + 1729, + 237, + 1729 + ], + "score": 0.139 + }, + { + "category_id": 2, + "poly": [ + 237, + 202, + 286, + 202, + 286, + 1726, + 237, + 1726 + ], + "score": 0.125 + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2057.0, + 871.0, + 2057.0, + 871.0, + 2095.0, + 832.0, + 2095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 207.0, + 278.0, + 207.0, + 278.0, + 235.0, + 240.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 196.0, + 440.0, + 196.0, + 440.0, + 240.0, + 292.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 240.0, + 207.0, + 278.0, + 207.0, + 278.0, + 235.0, + 240.0, + 235.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 196.0, + 440.0, + 196.0, + 440.0, + 240.0, + 292.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 205.0, + 280.0, + 205.0, + 280.0, + 242.0, + 239.0, + 242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 260.0, + 280.0, + 260.0, + 280.0, + 301.0, + 237.0, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 303.0, + 277.0, + 303.0, + 277.0, + 335.0, + 238.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 331.0, + 280.0, + 331.0, + 280.0, + 369.0, + 237.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 367.0, + 280.0, + 367.0, + 280.0, + 405.0, + 237.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 399.0, + 279.0, + 399.0, + 279.0, + 432.0, + 238.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 428.0, + 280.0, + 428.0, + 280.0, + 466.0, + 237.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 464.0, + 280.0, + 464.0, + 280.0, + 501.0, + 237.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 496.0, + 277.0, + 496.0, + 277.0, + 530.0, + 238.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 532.0, + 279.0, + 532.0, + 279.0, + 564.0, + 238.0, + 564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 563.0, + 280.0, + 563.0, + 280.0, + 600.0, + 237.0, + 600.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 603.0, + 280.0, + 603.0, + 280.0, + 641.0, + 237.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 646.0, + 277.0, + 646.0, + 277.0, + 680.0, + 238.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 680.0, + 280.0, + 680.0, + 280.0, + 717.0, + 237.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 722.0, + 280.0, + 722.0, + 280.0, + 763.0, + 237.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 761.0, + 280.0, + 761.0, + 280.0, + 799.0, + 237.0, + 799.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 239.0, + 791.0, + 280.0, + 791.0, + 280.0, + 829.0, + 239.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 826.0, + 279.0, + 826.0, + 279.0, + 858.0, + 238.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 860.0, + 279.0, + 860.0, + 279.0, + 892.0, + 238.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 889.0, + 280.0, + 889.0, + 280.0, + 926.0, + 237.0, + 926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 926.0, + 279.0, + 926.0, + 279.0, + 958.0, + 238.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 958.0, + 279.0, + 958.0, + 279.0, + 989.0, + 238.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 987.0, + 277.0, + 987.0, + 277.0, + 1020.0, + 238.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1021.0, + 280.0, + 1021.0, + 280.0, + 1059.0, + 237.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1052.0, + 280.0, + 1052.0, + 280.0, + 1089.0, + 237.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1093.0, + 280.0, + 1093.0, + 280.0, + 1130.0, + 237.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1133.0, + 280.0, + 1133.0, + 280.0, + 1171.0, + 237.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1164.0, + 280.0, + 1164.0, + 280.0, + 1201.0, + 237.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1198.0, + 279.0, + 1198.0, + 279.0, + 1230.0, + 238.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1232.0, + 279.0, + 1232.0, + 279.0, + 1264.0, + 238.0, + 1264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1263.0, + 280.0, + 1263.0, + 280.0, + 1300.0, + 237.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1296.0, + 280.0, + 1296.0, + 280.0, + 1336.0, + 237.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1334.0, + 277.0, + 1334.0, + 277.0, + 1366.0, + 237.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1363.0, + 280.0, + 1363.0, + 280.0, + 1400.0, + 237.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1398.0, + 280.0, + 1398.0, + 280.0, + 1436.0, + 235.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1429.0, + 280.0, + 1429.0, + 280.0, + 1470.0, + 237.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1470.0, + 280.0, + 1470.0, + 280.0, + 1509.0, + 237.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1511.0, + 280.0, + 1511.0, + 280.0, + 1548.0, + 237.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1541.0, + 280.0, + 1541.0, + 280.0, + 1580.0, + 235.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1580.0, + 279.0, + 1580.0, + 279.0, + 1613.0, + 237.0, + 1613.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1607.0, + 280.0, + 1607.0, + 280.0, + 1646.0, + 237.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1643.0, + 282.0, + 1643.0, + 282.0, + 1680.0, + 235.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1674.0, + 280.0, + 1674.0, + 280.0, + 1713.0, + 237.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 208.0, + 279.0, + 208.0, + 279.0, + 240.0, + 238.0, + 240.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 260.0, + 280.0, + 260.0, + 280.0, + 297.0, + 237.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 303.0, + 277.0, + 303.0, + 277.0, + 336.0, + 238.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 335.0, + 279.0, + 335.0, + 279.0, + 367.0, + 238.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 367.0, + 280.0, + 367.0, + 280.0, + 404.0, + 237.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 401.0, + 279.0, + 401.0, + 279.0, + 433.0, + 238.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 429.0, + 280.0, + 429.0, + 280.0, + 467.0, + 237.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 467.0, + 279.0, + 467.0, + 279.0, + 499.0, + 238.0, + 499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 497.0, + 279.0, + 497.0, + 279.0, + 529.0, + 238.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 531.0, + 280.0, + 531.0, + 280.0, + 568.0, + 237.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 561.0, + 280.0, + 561.0, + 280.0, + 602.0, + 237.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 602.0, + 280.0, + 602.0, + 280.0, + 643.0, + 237.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 643.0, + 279.0, + 643.0, + 279.0, + 681.0, + 237.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 680.0, + 280.0, + 680.0, + 280.0, + 717.0, + 237.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 722.0, + 280.0, + 722.0, + 280.0, + 761.0, + 237.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 761.0, + 280.0, + 761.0, + 280.0, + 798.0, + 237.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 795.0, + 279.0, + 795.0, + 279.0, + 827.0, + 238.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 825.0, + 279.0, + 825.0, + 279.0, + 857.0, + 238.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 857.0, + 280.0, + 857.0, + 280.0, + 895.0, + 237.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 890.0, + 280.0, + 890.0, + 280.0, + 927.0, + 237.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 927.0, + 279.0, + 927.0, + 279.0, + 959.0, + 238.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 957.0, + 279.0, + 957.0, + 279.0, + 989.0, + 238.0, + 989.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 988.0, + 277.0, + 988.0, + 277.0, + 1020.0, + 238.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1023.0, + 279.0, + 1023.0, + 279.0, + 1055.0, + 238.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1052.0, + 280.0, + 1052.0, + 280.0, + 1089.0, + 237.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1093.0, + 280.0, + 1093.0, + 280.0, + 1130.0, + 237.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1133.0, + 280.0, + 1133.0, + 280.0, + 1170.0, + 237.0, + 1170.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1164.0, + 280.0, + 1164.0, + 280.0, + 1201.0, + 237.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1197.0, + 279.0, + 1197.0, + 279.0, + 1230.0, + 238.0, + 1230.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1230.0, + 280.0, + 1230.0, + 280.0, + 1267.0, + 237.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1262.0, + 280.0, + 1262.0, + 280.0, + 1299.0, + 237.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1297.0, + 280.0, + 1297.0, + 280.0, + 1334.0, + 237.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1334.0, + 277.0, + 1334.0, + 277.0, + 1367.0, + 237.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1363.0, + 280.0, + 1363.0, + 280.0, + 1400.0, + 237.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1400.0, + 279.0, + 1400.0, + 279.0, + 1433.0, + 237.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1431.0, + 280.0, + 1431.0, + 280.0, + 1468.0, + 237.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1470.0, + 280.0, + 1470.0, + 280.0, + 1509.0, + 237.0, + 1509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 235.0, + 1512.0, + 280.0, + 1512.0, + 280.0, + 1549.0, + 235.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1543.0, + 280.0, + 1543.0, + 280.0, + 1581.0, + 237.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1580.0, + 279.0, + 1580.0, + 279.0, + 1612.0, + 238.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1607.0, + 280.0, + 1607.0, + 280.0, + 1646.0, + 237.0, + 1646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 237.0, + 1644.0, + 280.0, + 1644.0, + 280.0, + 1681.0, + 237.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 238.0, + 1676.0, + 277.0, + 1676.0, + 277.0, + 1710.0, + 238.0, + 1710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 760.0, + 1407.0, + 760.0, + 1407.0, + 794.0, + 408.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 790.0, + 1405.0, + 790.0, + 1405.0, + 823.0, + 451.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 821.0, + 1315.0, + 821.0, + 1315.0, + 854.0, + 451.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 854.0, + 1404.0, + 854.0, + 1404.0, + 891.0, + 407.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 887.0, + 848.0, + 887.0, + 848.0, + 919.0, + 450.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 924.0, + 1407.0, + 924.0, + 1407.0, + 957.0, + 407.0, + 957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 953.0, + 1404.0, + 953.0, + 1404.0, + 987.0, + 451.0, + 987.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 983.0, + 1396.0, + 983.0, + 1396.0, + 1017.0, + 450.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1015.0, + 1405.0, + 1015.0, + 1405.0, + 1056.0, + 407.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 1049.0, + 1027.0, + 1049.0, + 1027.0, + 1082.0, + 451.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 298.0, + 1405.0, + 298.0, + 1405.0, + 335.0, + 404.0, + 335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 329.0, + 802.0, + 329.0, + 802.0, + 364.0, + 450.0, + 364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 363.0, + 1408.0, + 363.0, + 1408.0, + 404.0, + 400.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 395.0, + 1404.0, + 395.0, + 1404.0, + 429.0, + 450.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 424.0, + 545.0, + 424.0, + 545.0, + 460.0, + 448.0, + 460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 461.0, + 1406.0, + 461.0, + 1406.0, + 498.0, + 408.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 492.0, + 876.0, + 492.0, + 876.0, + 525.0, + 450.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 525.0, + 1405.0, + 525.0, + 1405.0, + 565.0, + 402.0, + 565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 557.0, + 596.0, + 557.0, + 596.0, + 594.0, + 449.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1131.0, + 1405.0, + 1131.0, + 1405.0, + 1165.0, + 405.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 1160.0, + 1405.0, + 1160.0, + 1405.0, + 1197.0, + 448.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1192.0, + 767.0, + 1192.0, + 767.0, + 1226.0, + 450.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1228.0, + 1404.0, + 1228.0, + 1404.0, + 1262.0, + 405.0, + 1262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 1260.0, + 1165.0, + 1260.0, + 1165.0, + 1294.0, + 451.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1294.0, + 1398.0, + 1294.0, + 1398.0, + 1330.0, + 406.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 406.0, + 1332.0, + 446.0, + 1332.0, + 446.0, + 1362.0, + 406.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1328.0, + 1404.0, + 1328.0, + 1404.0, + 1364.0, + 447.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 1362.0, + 704.0, + 1362.0, + 704.0, + 1394.0, + 452.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 1397.0, + 1403.0, + 1397.0, + 1403.0, + 1431.0, + 410.0, + 1431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1427.0, + 905.0, + 1427.0, + 905.0, + 1461.0, + 449.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 1506.0, + 1407.0, + 1506.0, + 1407.0, + 1545.0, + 404.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1539.0, + 661.0, + 1539.0, + 661.0, + 1573.0, + 449.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1575.0, + 1403.0, + 1575.0, + 1403.0, + 1610.0, + 405.0, + 1610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 1605.0, + 951.0, + 1605.0, + 951.0, + 1641.0, + 449.0, + 1641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 1639.0, + 1403.0, + 1639.0, + 1403.0, + 1675.0, + 409.0, + 1675.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1672.0, + 926.0, + 1672.0, + 926.0, + 1708.0, + 450.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 640.0, + 1259.0, + 640.0, + 1259.0, + 676.0, + 404.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 402.0, + 675.0, + 1180.0, + 675.0, + 1180.0, + 712.0, + 402.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 597.0, + 846.0, + 597.0, + 846.0, + 637.0, + 360.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 713.0, + 675.0, + 713.0, + 675.0, + 758.0, + 358.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 253.0, + 586.0, + 253.0, + 586.0, + 293.0, + 361.0, + 293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 360.0, + 1086.0, + 1406.0, + 1086.0, + 1406.0, + 1129.0, + 360.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 357.0, + 1463.0, + 1205.0, + 1463.0, + 1205.0, + 1506.0, + 357.0, + 1506.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/hb1sDDSLbV/hb1sDDSLbV.md b/parse/train/hb1sDDSLbV/hb1sDDSLbV.md new file mode 100644 index 0000000000000000000000000000000000000000..a4c234348ad93a0f4dc1496a1ee1e17a440ebfb6 --- /dev/null +++ b/parse/train/hb1sDDSLbV/hb1sDDSLbV.md @@ -0,0 +1,615 @@ +# LEARNING EXPLANATIONS THAT ARE HARD TO VARY + +Giambattista Parascandolo1, 2, \* Alexander Neitz1, \* +Antonio Orvieto2 Luigi Gresele1, 3 Bernhard Schölkopf1, 2 +${ } ^ { 1 } \mathbf { M P I }$ for Intelligent Systems, Tübingen, 2ETH, Zürich, $^ { 3 } \mathbf { M P I }$ for Biological Cybernetics, Tübingen +˚equal contribution + +# ABSTRACT + +In this paper, we investigate the principle that good explanations are hard to vary in the context of deep learning. We show that averaging gradients across examples – akin to a logical OR $( \vee )$ of patterns – can favor memorization and ‘patchwork’ solutions that sew together different strategies, instead of identifying invariances. To inspect this, we first formalize a notion of consistency for minima of the loss surface, which measures to what extent a minimum appears only when examples are pooled. We then propose and experimentally validate a simple alternative algorithm based on a logical AND $( \wedge )$ , that focuses on invariances and prevents memorization in a set of real-world tasks. Finally, using a synthetic dataset with a clear distinction between invariant and spurious mechanisms, we dissect learning signals and compare this approach to well-established regularizers. + +# 1 INTRODUCTION + +Consider the top of Figure 1, which shows a view from above of the loss surface obtained as we vary a two dimensional parameter vector $\theta = \left( \theta _ { 1 } , \theta _ { 2 } \right)$ , for a fictional dataset containing two observations $x _ { A }$ and $x _ { B }$ . Note the two global minima on the top-right and bottom-left. Depending on the initial values of $\theta$ — marked as white circles — gradient descent converges to one of the two minima. Judging solely by the value of the loss function, which is zero in both cases, the two minima look equally good. + +However, looking at the loss surfaces for $x _ { A }$ and $x _ { B }$ separately, as shown below, a crucial difference between those two minima appears: Starting from the same initial parameter configurations and following the gradient of the loss, $\nabla _ { \boldsymbol { \theta } } \mathcal { L } ( \boldsymbol { \theta } , \boldsymbol { x } _ { i } )$ , the probability of finding the same minimum on the top-right in either case is zero. In contrast, the minimum in the lower-left corner has a significant overlap across the two loss surfaces, so gradient descent can converge to it even if training on $x _ { A }$ (or $x _ { B }$ ) only. Note that after averaging there is no way to tell what the two loss surfaces looked like: Are we destroying information that is potentially important? + +![](images/38033836d6c1b78bc80896191f206749b79f36ee8e69d1dff08f5e95a1853e34.jpg) +Figure 1: Loss landscapes of a two-parameter model. Averaging gradients forgoes information that can identify patterns shared across different environments. + +In this paper, we argue that the answer is yes. In particular, we hypothesize that if the goal is to find invariant mechanisms in the data, these can be identified by finding explanations (e.g. model parameters) that are hard to vary across examples. A notion of invariance implies something that stays the same, as something else changes. We assume that data comes from different environments: An invariant mechanism is shared across all, generalizes out of distribution (o.o.d.), but might be hard to model; each environment also has spurious explanations that are easy to spot (‘shortcuts’), but do not generalize o.o.d. From the point of view of causal modeling, such invariant mechanisms can be interpreted as conditional distributions of the targets given causal features of the inputs; invariance of such conditionals is expected if they represent causal mechanisms, that is — stable properties of the physical world (see e.g. Hoover (1990)). Generalizing o.o.d. means therefore that the predictor should perform equally well on data coming from different settings, as long as they share the causal mechanisms. + +We formalize a notion of consistency, which characterizes to what extent a minimum of the loss surface appears only when data from different environments are pooled. Minima with low consistency are ‘patchwork’ solutions, which (we hypothesize) sew together different strategies and should not be expected to generalize to new environments. An intuitive description of this principle was proposed by physicist David Deutsch: “good explanations are hard to vary” (Deutsch, 2011). + +Using the notion of consistency, we define Invariant Learning Consistency (ILC), a measure of the expected consistency of the solution found by a learning algorithm on a given hypothesis class. The ILC can be improved by changing the hypothesis class or the learning algorithm, and in the last part of the paper we focus on the latter. We then analyse why current practices in deep learning provide little incentive for networks to learn invariances, and show that standard training is instead set up with the explicit objective of greedily maximizing speed of learning, i.e., progress on the training loss. When learning “as fast as possible” is not the main objective, we show we can trade-off some “learning speed” for prioritizing learning the invariances. A practical instantiation of ILC leads to o.o.d. generalization on a challenging synthetic task where several established regularizers fail to generalize; moreover, following the memorization task from Zhang et al. (2017), ILC prevents convergence on CIFAR-10 with random labels, as no shared mechanism is present, and similarly when a portion of training labels is incorrect. Lastly, we set up a behavioural cloning task based on the game CoinRun (Cobbe et al., 2019b), and observe better generalization on new unseen levels. + +An example. Take these two second-hand books of chess puzzles. We can learn the two independent shortcuts (blue arrows for the left book OR handwritten solutions on the right), or actually learn to play chess (the invariant mechanism). While both strategies solve other problems from the same books (i.i.d.), only the latter generalises to new chess puzzle books (o.o.d.). How to distinguish the two? We would not have learned about the red arrows had we trained on the book on the right, and vice versa with the hand-written notes. + +![](images/4e958bc770fbe8a283a4b825875d313db41b01e0fd8c86aa895fd80d473209b2.jpg) + +# 2 EXPLANATIONS THAT ARE HARD TO VARY + +We consider datasets $\{ \mathcal { D } ^ { e } \} _ { e \in \mathcal { E } }$ , with $| \mathcal { E } | = d$ , and $\mathcal { D } ^ { e } = ( x _ { i } ^ { e } , y _ { i } ^ { e } )$ , $i _ { e } = 1 , \dots , n ^ { e }$ . Here $x _ { i } ^ { e } \in \mathcal { X } \subseteq \mathbb { R } ^ { m }$ is the vector containing the observed inputs, and $y _ { i } ^ { e } \in \mathcal { V } \subseteq \mathbb { R } ^ { p }$ the targets. The superscript $e \in { \mathcal { E } }$ indexes some aspect of the data collection process, and can be interpreted as an environment label. Our objective is to infer a function $f : \mathcal { X } \mathcal { Y }$ — which we call mechanism — assigning a target $y _ { i } ^ { e }$ to each input $\boldsymbol { x } _ { i } ^ { e }$ ; as explained in the introduction, we assume that such function is shared across all environments. For estimation purposes, $f$ may be parametrized by a neural network with continuous activations; for weights $\theta \in \Theta \subseteq \mathbb { R } ^ { n }$ , we denote the neural network output at $x \in \mathcal { X }$ as $f _ { \boldsymbol { \theta } } ( \boldsymbol { x } )$ . + +Gradient-based optimization. To find an appropriate model $f _ { \theta }$ , standard optimizers rely on gradients from a pooled loss function $\mathcal { L } : \mathbb { R } ^ { n } \mathbb { R }$ . This function measures the average performance ofř the neural network when predicting data labels, across all environments: ř $\begin{array} { r } { \mathcal { L } ( \boldsymbol { \theta } ) : = \dot { \frac { 1 } { | \mathcal { E } | } } \sum _ { e \in \mathcal { E } } \mathcal { L } _ { e } ( \boldsymbol { \theta } ) } \end{array}$ , with $\begin{array} { r } { \begin{array} { r } { \mathcal { L } _ { e } ( \theta ) : = \frac { 1 } { | \mathcal { D } ^ { e } | } \sum _ { ( x _ { i } ^ { e } , y _ { i } ^ { e } ) \in \mathcal { D } ^ { e } } \ell ( f ( x _ { i } ^ { e } ; \theta ) , y _ { i } ^ { e } ) } \end{array} } \end{array}$ ; where $\ell : \mathbb { R } ^ { p } \times \mathbb { R } ^ { p } \to [ 0 , + \infty )$ is usually chosen to be the $L 2$ loss or the cross-entropy loss. The parameter updates according to gradient descent (GD) are given by $\theta _ { \mathrm { G D } } ^ { k + 1 } = \theta _ { \mathrm { G D } } ^ { k } - \eta \bar { \nabla } \bar { \mathcal { L } } ( \theta _ { \mathrm { G D } } ^ { k } )$ , where $\eta > 0$ is the learning rate. Under some standard assumptions (Lee et al., 2016), $( \theta _ { \mathrm { G D } } ^ { k } ) _ { k \geqslant 0 }$ converges to a local minimizer of , with probability one. + +When do we not learn invariances? We start by describing what might prevent learning invariances in standard gradient-based optimization. + +(i) Training stops once the loss is low enough. If optimization learned spurious patterns by the time it converged, invariances will not be learned anymore. This depends on the rate at which different patterns are learned. The rates at which invariant patterns emerge (and vice-versa, the spurious patterns do not) can be improved by e.g.: (a) careful architecture design, e.g. as done by hardcoding spatial equivariance in convolutional networks; (b) fine-tuning models pre-trained on large amounts of data, where strong features already emerged and can be readily selected. + +(ii) Learning signals: everything looks relevant for a dataset of size 1. Due to the summation in the definition of the pooled loss $\mathcal { L }$ , gradients for each example are computed independently. Informally, each signal is identical to the one for an equivalent dataset of size 1, where every pattern appears relevant to the task. To find invariant patterns across examples, if we compute our training signals on each of them independently, we have to rely on the way these are aggregated.1 + +(iii) Aggregating gradients: averaging maximizes learning speed. The default method to pool gradients is the arithmetic mean. GD applied to $\mathcal { L }$ is designed to minimize the pooled loss by prioritizing descent speed.2 Indeed, a step of GD is equivalent to finding a tight3 quadratic upper bound $\hat { \mathcal { L } }$ to $\mathcal { L }$ , and then jumping to the minimizer of this approximation (Nocedal and Wright, 2006). While speed is often desirable, by construction GD ignores one potentially crucial piece of information: The gradient $\nabla \mathcal { L }$ is the result of averaging signals $\nabla { \mathcal { L } } _ { e }$ , which correspond to the patterns visible from each environment at this stage of optimization. In other words, GD with average gradients greedily maximizes for learning speed, but in some situations we would like to trade some convergence speed for invariance. + +For instance, instead of performing an arithmetic mean between gradients (logical OR), we might want to look towards a logical AND, which can be characterized as a geometric mean. Fig. 1 shows how a sum can be seen as a logical OR: the two orthogonal gradients from data $A$ and data $B$ at (0.5,0.5) point to different directions, yet both are kept in the combined gradient.4 In Sec. 2.3 we elaborate on this idea and on implementing a logical AND between gradients. Before presenting this discussion, we take some time to better motivate the need for invariant learning consistency and to construct a precise mathematical definition of consistency. + +![](images/835eb492d9c071bc01f3a6e37b6c8100e1cc95943f631aa6c9fbfe0b09d88e7c.jpg) +Figure 2: Inconsistency in gradient directions. + +# 2.1 FORMAL DEFINITION OF ILC + +Let $\Theta _ { \mathcal { A } } ^ { * }$ be the set of convergence points of algorithm $\mathcal { A }$ when trained using all environments (pooled data): that is, $\Theta _ { \mathcal { A } } ^ { \ast } = \{ \theta ^ { \ast } \in \Theta \mid \exists \theta ^ { 0 } \in \mathbb { R } ^ { n }$ s.t. $A _ { \infty } ( \theta ^ { 0 } , { \mathcal { E } } ) = \theta ^ { * } \}$ . For instance, if $\mathcal { A }$ is gradient A descent, the result of Lee et al. (2016) implies that $\Theta _ { \mathcal { A } } ^ { * }$ is the set of local minimizers of the pooled loss $\mathcal { L }$ . To each $\theta ^ { \ast } \in \Theta _ { A } ^ { \ast }$ A , we want to associate a consistency score, quantifying the concept “good $\theta ^ { * }$ Aare hard to vary”. In other words, we would like the score to capture the consistency of the loss landscape around $\theta ^ { * }$ across the different environments. For example, in Fig. 1 the loss landscape near the bottom-left minimizer is consistent across environments, while the top-right minimizer is not. + +![](images/eb9ca484544d5d5cf5c2980ba2b3999fd126d44ac36d9c5259ef498ccebf057c.jpg) + +Let us characterize the landscape around $\theta ^ { * }$ from the perspective of a fixed environment $e \in { \mathcal { E } }$ . We define the set $N _ { e , \theta ^ { * } } ^ { \epsilon }$ to be the largest path-connected region of space containing both $\theta ^ { * }$ and the set $\{ \theta \in \Theta \mathrm { s . t . } | \mathcal { L } _ { e } ( \theta ) - \mathcal { L } _ { e } ( \theta ^ { * } ) | \leqslant$ $\epsilon \}$ , with $\epsilon > 0$ . In other words, if $\theta \in N _ { e , \theta ^ { * } } ^ { \epsilon }$ then there exist a path-connected region in parameter space including $\theta ^ { * }$ and $\theta$ where each parameter also is in N e,θ˚ and its loss on environment $e$ is comparable. From the perspective of environment $e$ , all these points are equivalent to $\theta ^ { * }$ . We would like to evaluate the elements of this set with respect to a different environment ˇ $e ^ { \prime } \neq e$ . We will say that $e ^ { \prime }$ is consistent with $e$ in $\theta ^ { * }$ if $\operatorname* { m a x } _ { \theta \in N _ { e , \theta ^ { * } } ^ { \epsilon } } \mathbf { \bar { | } } \mathcal L _ { e ^ { \prime } } ( \theta ) - \mathcal L _ { e } ( \theta ) \vert$ is small. Repeating this reasoning for all environment pairs, we arrive at the following inconsistency score: + +![](images/33d19950daa9e64b7d688eda9692ea92abc78d7ced3f1ad6fae22b8df1765b16.jpg) +Loss surface for data B + +$$ +\mathcal { T } ^ { \epsilon } ( \theta ^ { * } ) : = \operatorname* { m a x } _ { ( e , e ^ { \prime } ) \in \mathcal { E } ^ { 2 } } \operatorname* { m a x } _ { \theta \in N _ { e , \theta ^ { * } } ^ { \epsilon } } | \mathcal { L } _ { e ^ { \prime } } ( \theta ) - \mathcal { L } _ { e } ( \theta ^ { * } ) | . +$$ + +This consistency is our formalization of the principle “good explanations are hard to vary”. Finally, we can write down an invariant learning consistency score for $\mathcal { A }$ : + +$$ +\operatorname { I L C } ( \mathcal { A } , p _ { \theta ^ { 0 } } ) : = - \mathbb { E } _ { \theta ^ { 0 } \sim p ( \theta ^ { 0 } ) } \left[ \mathcal { T } ^ { \epsilon } ( \mathcal { A } _ { \infty } ( \theta ^ { 0 } , \mathcal { E } ) \right] . +$$ + +That is, the learning consistency of an algorithm measures the expected consistency across environments of the minimizer it converges to on the pooled data. + +Example: low consistency of a classic patchwork solution. One-hidden-layer networks with sigmoid activations and enough neurons can approximate any function $f ^ { * } : [ 0 , \dot { 1 } ] \to \mathbb { R }$ (Cybenko, 1989). In appendix A.1 we show how the construction used to obtain the weights leads to a maximally inconsistent solution according to $\mathcal { T } ^ { \epsilon } ( \theta ^ { * } )$ , which would not be expected to generalize o.o.d. + +# 2.2 ILC AS A LOGICAL AND BETWEEN LANDSCAPES + +Here we draw a connection between our definition of inconsistency and the local geometric properties of the loss landscapes. For the sake of clarity, we consider two environments $A$ and $B$ ) and assume $\theta ^ { * }$ to be a local minimizer (with zero loss) for both environments. Using a Taylor approximation5, we get $\begin{array} { r } { \mathcal { L } ( \theta ) \approx \frac { 1 } { 2 } ( \theta - \theta ^ { * } ) ^ { \top } H _ { A + B } ( \theta - \theta ^ { * } ) } \end{array}$ for $\lVert \dot { \theta } - \theta ^ { * } \rVert \approx 0$ , where $H _ { A + B } = \left( H _ { A } + \mathbf { \bar { \mathit { H } } } _ { B } \right) / 2$ is the arithmetic mean of the Hessians $H _ { A } : = \nabla ^ { 2 } \mathcal { L } _ { A } ( \theta ^ { * } )$ and $\Dot { H _ { B } } : = \nabla ^ { 2 } \mathcal { L } _ { A } ( \theta ^ { * } )$ . $H _ { A + B }$ does not capture the possibly conflicting geometries of landscape $A$ or $B$ : It performs a “logical OR” on the dominant eigendirections. In contrast, the geometric mean, or Karcher mean, $H _ { A \land B }$ (Ando et al., 2004) is affected by the inconsistencies between landscapes: It performs a “logical AND”. In appendix A.2, we give a formal definition of $H _ { A \land B }$ and show that for diagonal Hessians, Ipθ˚q ď 2p detpHA\`BqdetpHA^Bq q + +![](images/638768a396b51f0d355670863efe7197718799d15f49a554a924db13e7580926.jpg) +.5 -1 -0.5 0 0.5 1 1.5Figure 3: Plotted are contour lines $\theta ^ { \top } H ^ { - 1 } \theta \quad = \quad 1$ for $H _ { A } \ = \ \mathrm { d i a g } ( 0 . 0 5 , 1 )$ and $H _ { B } = \mathrm { d i a g } ( 1 , 0 . 0 5 )$ . $H _ { A \land B }$ retains the original volumes, while for $H _ { A + B }$ it is $5 \times$ bigger. This magnification shows inconsistency of $A$ and $B$ . + +for the geometric mean of positive numbers, $0 \leqslant \operatorname* { d e t } ( H _ { A \wedge B } ) \leqslant \operatorname* { d e t } ( H _ { A + B } )$ ; thus, inconsistency is lowest when shapes of $A$ and $B$ are similar – exactly as in the bottom-left minimizer of Fig. 1. + +From Hessians to gradients. We just saw that the consistency of $\theta ^ { * }$ is linked to the geometric mean of the Hessians $\{ \bar { H _ { e } } ( \theta ^ { * } ) \} _ { e \in \mathcal { E } }$ . Under the simplifying assumption that each ś $H _ { e }$ is diagonal6 and allś eigenvalues $\lambda _ { i } ^ { e }$ are positive, their geometric mean is $\begin{array} { r } { H ^ { \wedge } : = \mathrm { d i a g } ( ( \prod _ { e \in \mathcal { E } } \lambda _ { 1 } ^ { e } ) ^ { 1 / | \varepsilon | } , \dots , ( \prod _ { e \in \mathcal { E } } \lambda _ { n } ^ { e } ) ^ { 1 / | \varepsilon | } ) } \end{array}$ . The curvature of the corresponding loss in the $i$ -th eigendirection depends on how consistent the curvatures of each environment are in that direction. Consider now optimizing from a point ř ř $\theta ^ { k }$ ; gradient descent reads $\theta ^ { k + 1 } = \theta ^ { k } - \eta H ^ { + } ( \theta ^ { k } - \theta ^ { * } )$ , where $\begin{array} { r } { H ^ { + } : = \mathrm { d i a g } \big ( \frac { 1 } { | \mathcal { E } | } \sum _ { e \in \mathcal { E } } \breve { \lambda _ { 1 } ^ { e } } , \dots , \frac { 1 } { | \mathcal { E } | } \sum _ { e \in \mathcal { E } } \lambda _ { n } ^ { e } \big ) } \end{array}$ . For $\eta$ small enough7, we have $\begin{array} { r } { \vert \theta _ { i } ^ { k + 1 } - \theta _ { i } ^ { * } \vert = ( 1 - \eta \frac { 1 } { \vert \mathcal { E } \vert } \sum _ { e \in \mathcal { E } } \lambda _ { i } ^ { e } ) \vert \theta _ { i } ^ { k } - \theta _ { i } ^ { * } \vert } \end{array}$ . As noted, this choice maximises the speed of convergence to $\theta ^ { * }$ , but does not take into account whether this minimizer is consistent. We can reduce the speed of convergence on directions where landscapes have different curvatures – which would lead to a high inconsistency – by following the gradients from the geometric mean of the landscapes, as opposed to the arithmetic mean. I.e, we substitute the full gradient $\nabla { \mathcal { L } } ( \theta ) = H ^ { + } ( \theta ^ { k } - \theta ^ { * } )$ with $\nabla \mathcal { L } ^ { \wedge } ( \theta ) = H ^ { \wedge } ( \theta ^ { k } - \theta ^ { * } )$ . Also, we have that8 $\begin{array} { r } { \nabla \mathcal { L } ^ { \wedge } ( \theta ) = \big ( \prod _ { e \in \mathcal { E } } \nabla \mathcal { L } _ { e } ( \theta ) \big ) ^ { 1 / | \varepsilon | } } \end{array}$ : to reduce the speed of convergence in directions with inconsistency, we can take the element-wise geometric mean of gradients from different environments (see also Fig. 11 in the appendix). + +# 2.3 MASKING GRADIENTS WITH A LOGICAL AND + +The element-wise geometric mean of gradients, instead of the arithmetic mean, increases consistency in the convex quadratic case. However, there are a few practical limitations: + +(i) The geometric mean is only defined when all the signs are consistent. It is still to be defined how sign inconsistencies, which can occur in non-convex settings, should be dealt with. + +(ii) It provides little flexibility for ‘partial’ agreement: Even a single zero gradient component in one environment stops optimization in that direction. + +(iii) For numerical stability, it needs to be computed in log domain (more computationally expensive). + +(iv) Adaptive step-size schemes (e.g. Adam (Kingma and Ba, 2015)) rescale the signal componentwise for local curvature adaptation. The exact magnitude of the geometric mean would be ignored and most of the difference from arithmetic averaging will come from the zero-ed components. + +(i) can be overcome by treating different signs as zeros, resulting in a geometric mean of 0 if there is any sign disagreement across environments for a gradient component. For (ii) we can allow for some disagreement (with a hyperparameter), by not masking out if there is a large percentage of environments with gradients in that direction. (iii) and (iv) can be addressed together: Since the final magnitude will be rescaled except for masked components, i.e. where the geometric mean is 0, we can use the average gradients (fast to compute) and mask out the components based on the sign agreement (computable avoiding the log domain). + +The AND-mask. We translate the reasoning we just presented to a practical algorithm that we will refer to as the AND-mask. In its most simple implementation, we zero out those gradient components with respect to weights that have inconsistent signs across environments. Formally, the masked gradients at iteration $k$ are $m _ { t } ( \theta ^ { k } ) \odot \nabla { \mathcal { L } } ( \theta ^ { k } )$ , where $m _ { t } ( \theta ^ { k } )$ vanishes for any component where there are less than $t \in \{ d / 2 , d / 2 + 1 , \ldots , d \}$ agreeing gradient signs across environments $d$ is the number of environments in the batch), and is equal to one otherwise. For convenience, our implementation of the AND-mask uses a threshold $\tau \in [ 0 , 1 ]$ as hyper-parameter instead of ř $t$ , such that $\begin{array} { r } { t = \frac { d } { 2 } ( \tau + 1 ) } \end{array}$ Mathematically, for every component $[ m _ { \tau } ] _ { j }$ of $m _ { \tau }$ , $\begin{array} { r } { [ m _ { \tau } ] _ { j } = \pmb { 1 } \left[ \tau d \leqslant | \sum _ { e } \mathrm { s i g n } ( [ \nabla \mathcal { L } _ { e } ] _ { j } ) | \right] } \end{array}$ . + +Computing the AND-mask has the same time and space complexity of standard gradient descent, i.e., linear in the number of examples that we average. Due to its simplicity and computational efficiency, this is the algorithm that we will use in the experiment section. As a first result, we show that following the AND-masked gradient leads to convergence in the directions made visible by the AND-mask. The proof is presented in appendix A.3. + +Proposition 1. Let $\mathcal { L }$ have $L$ -Lipschitz gradients and consider a learning rate $\eta \leqslant 1 / L$ . After $k$ iterations, AND-masked GD visits at least once a point $\theta$ where $\| m _ { t } ( \theta ) \odot \nabla \mathcal { L } ( \theta ) \| ^ { 2 } \leqslant \mathcal { O } ( 1 / k )$ . + +Behaviour in the face of randomness. Here we put the AND mask through a theoretical test: For gradients coming from different environments that are inconsistent (or even random), how fast does the AND mask reduce the magnitude of the step taken in parameter space, compared to standard GD? In case of inconsistency, the AND mask should quickly make the gradient steps more conservative. + +To assess this property, we consider a fixed set of $n$ parameters $\theta$ and gradients $\nabla { \mathcal { L } } _ { e }$ drawn independently from a multivariate Gaussian with zero mean and unit covariance. + +![](images/ad04a04ecd51008a3704226762cc27ef505decdf650968cedaac64cbe9c1e43f.jpg) +Figure 4: Magnitude of gradient (average or masked) on random data $( \left| \theta \right| =$ 3000, $t = 0 . 8 d$ ). + +Proposition 2. Consider the setting we just outlined, with $\begin{array} { r } { \mathcal { L } = ( 1 / d ) \sum _ { e = 1 } ^ { d } \mathcal { L } _ { e } } \end{array}$ . While $\mathbb { E } \| \nabla \mathcal { L } ( \theta ) \| ^ { 2 } =$ $\mathcal { O } ( n / d )$ , we have that $\forall t \in \{ d / 2 + 1 , \ldots , d \} , \exists c \in ( 1 , 2 ]$ such that $\mathbb { E } \| m _ { t } ( \theta ) \odot \nabla \mathcal { L } ( \theta ) \| ^ { 2 } \leqslant \mathcal { O } ( n / c ^ { d } )$ + +The proof is presented in Appendix A.4, and an illustration with numerical verification in Fig. 4 (the magnitudes of masked gradients (•) for more than 100 examples were always zero in the numerical verification). Intuitively, in the presence of purely random patterns, the AND-mask has a desirable property: it decreases the strength of these signals exponentially fast, as opposed to linearly. + +# 3 EXPERIMENTS + +Real-world datasets are generated by (causal) generative processes which share mechanisms (Pearl, 2009). However, mechanisms and spurious signals are often entangled, making it hard to assess what part of the learning signal is due to either. As the goal of this paper is to dissect these two components to understand how they ultimately contribute to the learning process, we create a simple synthetic dataset that allows us to control the complexity, intensity, and number of shortcuts in the data. After that, we evaluate whether spurious signals can be detected even in high-dimensional networks and datasets by testing the AND-mask on a memorization task similar to the one proposed in Zhang et al. (2017), and on a behavioral cloning task using the game CoinRun (Cobbe et al., 2019a). + +![](images/2c6666a00d98e65f93e0f8cfc43ecdc82f29522ed1a9935aadd3b95f63205d2e.jpg) +Figure 5: A 4-dimensional instantiation of the synthetic memorization dataset for visualization. Every example is a dot in both circles, and it can be classified by finding either of the “oracle” decision boundaries shown. + +# 3.1 THE SYNTHETIC MEMORIZATION DATASET + +We introduce a binary classification task. The input dimensionality is $d = d _ { M } + d _ { S }$ . While $p ( y | x _ { d _ { M } } )$ is the same across all environments (i.e. the mechanism), $p ( y | x _ { d _ { S } } , e )$ is not the same across all environments (the shortcuts). While the mechanism is shared, it needs a highly non-linear decision boundary to classify the data. The shortcuts are not shared across environments, but provide a simple way to classify the data, even when pooling all the environments together. See Figure 5 for a concrete example with $d _ { M }$ and $d _ { S }$ equal to 2, and two environments ( $A$ and $B$ ). The spirals (on $d _ { M }$ ) are invariant but hard to model. The shortcuts (on $d _ { S }$ ) are simple blobs but different in every environment: in $A$ , linearly separable through a vertical decision boundary, in $B$ with a horizontal one. If the two environments are pooled, a new diagonal decision boundary emerges on the shortcut dimensions as the most ‘natural’ one. While this perfectly classifies data in both environments $A$ and $B$ , critically it would have not been found by training on either partition $A$ or $B$ alone. The out-of-distribution (o.o.d.) test data has the same mechanism but random shortcuts. Therefore, any method relying exclusively on the shortcuts will have chance-level o.o.d. performance. Details about the dataset, baselines, and training curves are reported in appendix B. + +Despite the apparent simplicity of this dataset, note that it is challenging to find the invariant mechanism. In high dimensions, even with tens of pooled environments, the shortcuts allow for a simple classification rule under almost every classical definition of ‘simple’: the boundary is linear, it has a large margin, it can be expressed with small weights, it is fast to learn, robust to input noise, and has perfect accuracy and no i.i.d. generalization gap. Finding the complex decision boundary of the spirals, instead, is a fiddly process and arguably a much slower path towards small loss. + +Baselines. We evaluate several domain-agnostic baselines (all multilayer perceptrons) with some of the most common regularizers used in deep learning — Dropout, L1, L2, Batch normalization. We also consider methods that explicitly make use of the environment labels, namely: (i) Domain Adversarial Neural Networks (DANN) (Ganin et al., 2016), a method specifically designed to address domain adaptation by obfuscating domain information with an adversarial classifier; (ii) Invariant Risk Minimization (IRM) (Arjovsky et al., 2019), discussed in detail in appendix B. The AND-mask is trained with the same configurations in Table 1. + +Results. Fig. 6 shows training and test accuracy. DANN fails because it can align the representationlayer distributions from different environments using only shortcuts, such that they become indistinguishable to the domain-discriminating classifier. The AND-mask was the only method to achieve perfect test accuracy, by fitting the spirals instead of the shortcuts. In particular, the combination of the AND-mask with L1 or L2 regularization gave the most robust results overall, as they help suppress neurons that at initialization are tuned towards the shortcuts. + +![](images/1e0e4467ccc660e2ea7f279aa37ed5069560e29245353b3bd2c3a0696908dec2.jpg) +Figure 6: Results on the synthetic dataset. + +Correlations between average, memorization and generalization gradients. Due to the synthetic nature of the dataset, we can intervene on its data-generating process in order to examine the learning signals coming from the mechanisms and from the shortcuts. We isolate the two and measure their contribution to the average gradients, as we vary the agreement threshold of the mask. More precisely, we look at the gradients computed with respect to the weights of a randomly initialized network for different sets of data: (i) The original data, with mechanisms and shortcuts. (ii) Randomly permuting the dataset over the mechanisms dimensions, thus leaving the “memorization” signal of the shortcuts. (iii) Randomly permuting over the shortcuts dimensions, isolating the “generalization” signal of the mechanisms alone. Figure 7 shows the correlation between the components of the original average gradient (i) and the shortcut gradients ((ii), dashed line), and between the original average gradients and the mechanism gradients ((iii), solid line). + +While the signal from the mechanisms is present in the original average gradients (i.e. $\rho \approx 0 . 4$ for $\tau = 0$ ), its magnitude is smaller and it is ‘drowned’ by the memorization signal. Instead, increasing the threshold of the AND-mask (right side) suppresses memorization gradients due to the shortcuts, and for $\tau \approx 1$ most of the gradient components remaining contain signal from the mechanism. On the left side, we test the other side of our hypothesis: An XORmask zeroes out consistent gradients, preserves those with different signs, and results in a sharper decrease of the correlation with the mechanism gradients. + +![](images/f6c918dad9067762cd130aed6eaf781a1015531ba0a3e0f3f71834d439bdadd8.jpg) +Figure 7: Gradient correlations. + +# 3.2 EXPERIMENTS ON CIFAR-10 + +Memorization in a vision task. Zhang et al. (2017) showed that neural networks trained with standard regularizers — like L2 and Dropout — can still memorize large training datasets with shuffled labels, i.e. reaching $\approx 1 0 0 \%$ training accuracy. Their experiments raised significant questions about the generalization properties of neural networks and the role of regularizers in constraining the hypothesis class. Our hypothesis is that ILC — for example implemented as the AND-mask — should prevent memorization on a similar task with the shuffled labels, as gradients will tend to largely ‘disagree’ in the absence of a shared mechanism. However, when the labels are not shuffled, ILC should have a much weaker effect, as real shared mechanisms are still present in the data. + +To test our hypothesis, we ran an experiment that closely resembles the one in (Zhang et al., 2017) on CIFAR-10. We trained a ResNet on CIFAR-10 with random labels, with and without the AND-mask. In all experiments we used batch size 80, and treated each example as its own “environment”. Recall that standard gradient averaging is equivalent to an AND-mask with threshold 0. As shown in Figure 8, the ResNet with standard average gradients memorized the data, while slightly increasing the threshold for the AND-mask quickly prevented memorization (dark blue line). In contrast, training the same networks on the dataset with the original labels resulted in both of them converging and generalizing to the test set, confirming that the mask did not significantly affect the generalization error with a general underlying mechanism in the data. + +Note that there is no standard notion of environments in CIFAR10, which is why we treated every example as coming from its own environment. This assumption is not unreasonable, as every image in the dataset was literally collected in a different physical environment. If anything, it is the standard i.i.d. assumption that hides this variety behind a notion of a single distribution encompassing all environments. The results of this experiment further support this interpretation, and can serve as evidence that — in some cases — we might be able to identify invariances even without an explicit partition into environments, as this can be already identified at the level of individual examples. + +![](images/f6190599675b973b7ae2e4d3afc55b69d7b084c707dcc9dcb178991769022b01.jpg) +Figure 8: As the AND-mask threshold increases, memorization on CIFAR-10 with random labels is quickly hindered. + +Label noise. Following up on this experiment, we test how the AND-mask performs in the presence of label noise, i.e. when a portion of the labels in the training set are randomly shuffled $2 5 \%$ here). According to our hypothesis, gradients computed on examples with random labels should disagree and get masked out by the AND-mask, while signal from correctly labeled data should contribute to update the model. As shown in Figure 9, the performance on the incorrectly labeled portion of the dataset is well below chance for the AND-mask (as it predicts correctly despite the wrong labels), while the baseline again memorizes the incorrect labels. On the test set (with untouched labels), the baseline peaks early then decreases as the model overfits, while the AND-mask slowly but steadily improves. + +![](images/cd69c7bf4b0dcb56f492eb009b3fe37088a338122999723f978315d05295eae2.jpg) +Figure 9: The AND-mask prevents overfitting to the incorrectly labeled portion of the training set (left) without hurting the test accuracy (right). + +# 3.3 BEHAVIORAL CLONING ON COINRUN + +CoinRun (Cobbe et al., 2019b) is a game introduced to test how RL agents generalize to novel situations. The agent needs to collect coins, jumping on top of walls and boxes and avoiding enemies.9 Each level is procedurally generated — i.e. it has a different combination of sprites, background, and layout — but the physics and goals are invariant. Cobbe et al. (2019b) showed that state-of-the-art RL algorithms fail to model these invariant mechanisms, performing poorly on new levels unless trained on thousands of them. To test our hypothesis, we set up a behavioral cloning task using CoinRun.10 We start by pre-training a strong policy $\pi ^ { * }$ using standard PPO (Schulman et al., 2017) for 400M steps on the full distribution of levels. We then generate a dataset of pairs $( s , \pi ^ { * } ( a | s ) )$ from the on-policy distribution. The training data consists of 1000 states from each of 64 levels, while test data comes from 2000 levels. A ResNet- $1 8 ~ \hat { \pi } _ { \boldsymbol { \theta } }$ is then trained to minimize the loss $D _ { \mathrm { K L } } ( \pi ^ { * } | | \hat { \pi } _ { \boldsymbol { \theta } } )$ on the training set. We compare the generalization performance of regular Adam to a version that uses the AND-mask. For each method we ran an automatic hyperparameter optimization study using Tree-structured Parzen Estimation (Bergstra et al., 2013) of 1024 trials. + +Despite the theoretical computational efficiency of computing the ANDmask as presented in Section 2.3 (i.e., linear time and memory in the size of the mini-batch, just like classic SGD), current deep learning frameworks like PyTorch (Paszke et al., 2017) have optimized routines that sum gradients across examples in a mini-batch before it is possible to efficiently compute the AND-mask. We therefore test the AND-mask in a slightly different way. In training, in each iteration we sample a batch of data from a randomly chosen level out of the 64 available (and cycle through them all once per epoch). We then apply the AND-mask ‘temporally’, only allowing gradients that are consistent across time (and therefore across levels). See Algorithm 1 in appendix B.6 for a detailed description of this alternative formulation of the AND-mask. The figure shows the minimum test loss for the 10 best runs, supporting the hypothesis that the AND-mask helps identify invariant mechanisms across different levels. + +![](images/f98c901e8f6899d5e94e32da3effe7ac6f1e48a2f2b95afa4d08c00b4e8b8a48.jpg) + +# 4 RELATED WORK + +Generalization and covariate shift. The classic formulation of statistical learning theory (Vapnik) concerns learning from independent and identically distributed samples. The case where the distribution of the covariates at test time differs from the one observed during training is termed covariate shift (Sugiyama et al., 2007; Quionero-Candela et al., 2009; Sugiyama and Kawanabe, 2012). Standard solutions involve re-weighting of the training examples, but require the additional assumption of overlapping supports for train and test distributions. + +Causal models and invariances. As we mentioned in the Introduction, causality provides a strong motivation for our work, based on the notion that statistical dependencies are epiphenomena of an underlying causal model (Pearl, 2009; Peters et al., 2017). The causal description identifies stable elements – e.g. physical mechanisms – connecting causes and effects, which are expected to remain invariant under interventions or changing external conditions (Haavelmo, 1943; Schölkopf et al., 2012)). This motivates our notion of invariant mechanisms, and inspired related notions which have been proposed for robust regression (Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; Arjovsky et al., 2019; Hermann and Lampinen, 2020; Ahuja et al., 2020; Krueger et al., 2020). We discuss this in more detail in appendix C.1. + +Domain generalization. ILC can be used in a setting of domain generalization (Muandet et al., 2013), but it is not limited to it: as demonstrated in the experiments in Section 3.2, the AND-mask can be applied even if domain labels are not available. In contrast, by treating every example as a single domain, methods relying on domain classifiers (like DANN Ganin et al. (2016) or Balaji et al. (2018)) would require as many output units as there are training examples (i.e. $5 0 \mathrm { ^ { \circ } 0 0 0 }$ for CIFAR-10). + +Gradient agreement. Looking at gradient agreement to learn meaningful representations in neural networks has been explored in (Du et al., 2018; Eshratifar et al., 2018; Fort et al., 2019; Zhang et al., 2019b). These approaches mainly rely on a measure of cosine similarity between gradients, which we did not consider here for two main reasons: $( i )$ It is a ‘global’ property of the gradients, and it would not allow us to extract precise information about different patterns in the network; $( i i )$ It is unclear how to extend it beyond pairs of vectors, and for pairwise interactions its computational cost scales quadratic in the number of examples used. + +# 5 CONCLUSIONS + +Generalizing out of distribution is one of the most significant open challenges in machine learning, and relying on invariances across environments or examples may be key in certain contexts. In this paper we analyzed how neural networks trained by averaging gradients across examples might converge to solutions that ignore the invariances, especially if these are harder to learn than spurious patterns. We argued that if learning signals are collected on one example at the time — as it is the case for gradients, e.g., computed with backpropagation — the way these signals are aggregated can play a significant role in the patterns that will ultimately be expressed: Averaging gradients in particular can be too permissive, acting as a logical $O R$ of a collection of distinct patterns, and lead to a ‘patchwork’ solution. We introduced and formalized the concept of Invariant Learning Consistency, and showed how to learn invariances even in the face of alternative explanations that — although spurious — fulfill most characteristics of a good solution. The AND-mask is but one of multiple possible ways to improve consistency, and it is unlikely to be a practical algorithm for all applications. However, we believe this should not distract from the general idea which we are trying to put forward — namely, that it is worthwhile to study learning of explanations that are hard to vary, with the longer term goal of advancing our understanding of learning, memorization and generalization. + +# ACKNOWLEDGMENTS + +We wish to thank Sebastian Gomez, Luca Biggio, Julius von Kügelgen, Paolo Penna, Ioannis Anagno, Ricards Marcinkevics, Sidak Pal Singh, Damien Teney for feedback on the manuscript, and thank Nando de Freitas for fruitful discussions in the early stage of this project. We also thank the Max Planck ETH Center for Learning Systems for supporting Giambattista Parascandolo, and the International Max Planck Research School for Intelligent Systems for supporting Alexander Neitz. + +# REFERENCES + +L. Adolphs, J. Kohler, and A. Lucchi. Ellipsoidal trust region methods and the marginal value of hessian information for neural network training. arXiv preprint arXiv:1905.09201 (version 1), 2019. +K. Ahuja, K. Shanmugam, K. R. Varshney, and A. Dhurandhar. Invariant risk minimization games. In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 145–155. PMLR, 2020. URL http://proceedings.mlr.press/v119/ahuja20a.html. +T. Ando, C.-K. Li, and R. Mathias. Geometric means. Linear algebra and its applications, 385: 305–334, 2004. +M. Arjovsky, L. Bottou, I. Gulrajani, and D. Lopez-Paz. Invariant risk minimization. arXiv preprint arXiv:1907.02893, 2019. +Y. Balaji, S. Sankaranarayanan, and R. Chellappa. Metareg: Towards domain generalization using meta-regularization. In S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett, editors, Advances in Neural Information Processing Systems 31: Annual Conference on Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal, Canada, pages 1006–1016, 2018. URL https://proceedings.neurips.cc/paper/ 2018/hash/647bba344396e7c8170902bcf2e15551-Abstract.html. +S. Becker, Y. Le Cun, et al. Improving the convergence of back-propagation learning with second order methods. In Proceedings of the 1988 connectionist models summer school, pages 29–37, 1988. + +J. Bergstra, D. Yamins, and D. D. Cox. Making a science of model search: Hyperparameter optimization in hundreds of dimensions for vision architectures. In Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Proceedings, pages 115–123. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/bergstra13.html. + +L. Bottou, F. E. Curtis, and J. Nocedal. Optimization methods for large-scale machine learning. Siam Review, 60(2):223–311, 2018. + +K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019a. URL http://proceedings.mlr.press/v97/cobbe19a.html. + +K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019b. URL http://proceedings.mlr.press/v97/cobbe19a.html. + +K. Cobbe, C. Hesse, J. Hilton, and J. Schulman. Leveraging procedural generation to benchmark reinforcement learning. In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 2048–2056. PMLR, 2020. URL http://proceedings.mlr.press/v119/ cobbe20a.html. + +G. Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of control, signals and systems, 2(4):303–314, 1989. + +D. Deutsch. The beginning of infinity: Explanations that transform the world. Penguin UK, 2011. + +Y. Du, W. M. Czarnecki, S. M. Jayakumar, R. Pascanu, and B. Lakshminarayanan. Adapting auxiliary losses using gradient similarity. arXiv preprint arXiv:1812.02224, 2018. + +A. E. Eshratifar, D. Eigen, and M. Pedram. Gradient agreement as an optimization objective for meta-learning. arXiv preprint arXiv:1810.08178, 2018. + +S. Fort, P. K. Nowak, and S. Narayanan. Stiffness: A new perspective on generalization in neural networks. arXiv preprint arXiv:1901.09491, 2019. + +Y. Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. Marchand, and V. Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning Research, 17(1):2096–2030, 2016. + +T. Haavelmo. The statistical implications of a system of simultaneous equations. Econometrica, 11 (1), 1943. + +C. Heinze-Deml and N. Meinshausen. Conditional variance penalties and domain shift robustness. arXiv preprint arXiv:1710.11469, 2017. + +C. Heinze-Deml, J. Peters, and N. Meinshausen. Invariant causal prediction for nonlinear models. Journal of Causal Inference, 6(2), 2018. + +K. L. Hermann and A. K. Lampinen. What shapes feature representations? exploring datasets, architectures, and training. In H. Larochelle, M. Ranzato, R. Hadsell, M. Balcan, and H. Lin, editors, Advances in Neural Information Processing Systems 33: Annual Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6-12, 2020, virtual, 2020. URL https://proceedings.neurips.cc/paper/2020/hash/ 71e9c6620d381d60196ebe694840aaaa-Abstract.html. + +K. D. Hoover. The logic of causal inference: Econometrics and the conditional analysis of causation. Economics & Philosophy, 6(2):207–234, 1990. + +L. Hurwicz. On the structural form of interdependent systems. In E. Nagel, P. Suppes, and A. Tarski, editors, Logic, Methodology and Philosophy of Science, Proceedings of the 1960 International Congress, pages 232–239. Stanford University Press, Stanford, CA, 1962. + +D. Janzing. Causal regularization. In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages 12683–12693, 2019. URL https://proceedings.neurips.cc/paper/2019/hash/ 2172fde49301047270b2897085e4319d-Abstract.html. + +S. Jastrz˛ebski, Z. Kenton, D. Arpit, N. Ballas, A. Fischer, Y. Bengio, and A. Storkey. Three factors influencing minima in sgd. arXiv preprint arXiv:1711.04623, 2017. + +D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In Y. Bengio and Y. LeCun, editors, 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings, 2015. URL http://arxiv.org/abs/ 1412.6980. + +D. Krueger, E. Caballero, J.-H. Jacobsen, A. Zhang, J. Binas, R. L. Priol, and A. Courville. Out-ofdistribution generalization via risk extrapolation (rex). arXiv preprint arXiv:2003.00688, 2020. + +J. D. Lee, M. Simchowitz, M. I. Jordan, and B. Recht. Gradient descent converges to minimizers. arXiv preprint arXiv:1602.04915, 2016. + +S. Mandt, M. D. Hoffman, and D. M. Blei. Stochastic gradient descent as approximate bayesian inference. The Journal of Machine Learning Research, 18(1):4873–4907, 2017. + +J. M. Mooij, D. Janzing, J. Peters, and B. Schölkopf. Regression by dependence minimization and its application to causal inference in additive noise models. In A. P. Danyluk, L. Bottou, and M. L. Littman, editors, Proceedings of the 26th Annual International Conference on Machine Learning, ICML 2009, Montreal, Quebec, Canada, June 14-18, 2009, volume 382 of ACM International Conference Proceeding Series, pages 745–752. ACM, 2009. doi: 10.1145/1553374.1553470. URL https://doi.org/10.1145/1553374.1553470. + +K. Muandet, D. Balduzzi, and B. Schölkopf. Domain generalization via invariant feature representation. In Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Proceedings, pages 10–18. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/ muandet13.html. + +J. Nocedal and S. Wright. Numerical optimization. Springer Science & Business Media, 2006. + +G. Parascandolo, N. Kilbertus, M. Rojas-Carulla, and B. Schölkopf. Learning independent causal mechanisms. In J. G. Dy and A. Krause, editors, Proceedings of the 35th International Conference on Machine Learning, ICML 2018, Stockholmsmässan, Stockholm, Sweden, July 10-15, 2018, volume 80 of Proceedings of Machine Learning Research, pages 4033–4041. PMLR, 2018. URL http://proceedings.mlr.press/v80/parascandolo18a.html. + +A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga, and A. Lerer. Automatic differentiation in pytorch, 2017. + +J. Pearl. Causality: Models, Reasoning, and Inference. Cambridge University Press, 2nd edition, 2009. + +J. Peters, P. Bühlmann, and N. Meinshausen. Causal inference by using invariant prediction: identification and confidence intervals. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 78(5):947–1012, 2016. + +J. Peters, D. Janzing, and B. Schölkopf. Elements of Causal Inference - Foundations and Learning Algorithms. MIT Press, Cambridge, MA, USA, 2017. + +J. Quionero-Candela, M. Sugiyama, A. Schwaighofer, and N. D. Lawrence. Dataset shift in machine learning. The MIT Press, 2009. + +C. E. Rasmussen. Gaussian processes in machine learning. In Summer School on Machine Learning, pages 63–71. Springer, 2003. + +M. Rojas-Carulla, B. Schölkopf, R. Turner, and J. Peters. Invariant models for causal transfer learning. The Journal of Machine Learning Research, 19(1):1309–1342, 2018. + +B. Schölkopf. Causality for machine learning, 2019. arXiv:1911.10500. + +B. Schölkopf, D. Janzing, J. Peters, E. Sgouritsa, K. Zhang, and J. M. Mooij. On causal and anticausal learning. In Proceedings of the 29th International Conference on Machine Learning, ICML 2012, Edinburgh, Scotland, UK, June 26 - July 1, 2012. icml.cc / Omnipress, 2012. URL http://icml.cc/2012/papers/625.pdf. + +J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347, 2017. + +H. A. Simon. Causal ordering and identifiability. In W. C. Hood and T. C. Koopmans, editors, Studies in Econometric Methods, pages 49–74. John Wiley & Sons, New York, NY, 1953. Cowles Commission for Research in Economics, Monograph No. 14. + +S. P. Singh and D. Alistarh. Woodfisher: Efficient second-order approximations for model compression. arXiv preprint arXiv:2004.14340, 2020. + +A. Subbaswamy, P. Schulam, and S. Saria. Preventing failures due to dataset shift: Learning predictive models that transport. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha, Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 3118–3127. PMLR, 2019. URL http://proceedings.mlr.press/v89/subbaswamy19a.html. + +M. Sugiyama and M. Kawanabe. Machine learning in non-stationary environments: Introduction to covariate shift adaptation. MIT press, 2012. + +M. Sugiyama, M. Krauledat, and K.-R. Müller. Covariate shift adaptation by importance weighted cross validation. Journal of Machine Learning Research, 8(May):985–1005, 2007. + +V. N. Vapnik. The nature of statistical learning theory. Springer-Verlag New York, Inc. ISBN 0-387-94559-8. + +J. von Kügelgen, A. Mey, and M. Loog. Semi-generative modelling: Covariate-shift adaptation with cause and effect features. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha, Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 1361–1369. PMLR, 2019. URL http://proceedings.mlr.press/v89/kugelgen19a.html. + +C. Zhang, S. Bengio, M. Hardt, B. Recht, and O. Vinyals. Understanding deep learning requires rethinking generalization. In 5th International Conference on Learning Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings. OpenReview.net, 2017. URL https://openreview.net/forum?id $=$ Sy8gdB9xx. + +G. Zhang, L. Li, Z. Nado, J. Martens, S. Sachdeva, G. E. Dahl, C. J. Shallue, and R. B. Grosse. Which algorithmic choices matter at which batch sizes? insights from a noisy quadratic model. In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages 8194–8205, 2019a. URL https://proceedings.neurips.cc/paper/2019/hash/ e0eacd983971634327ae1819ea8b6214-Abstract.html. + +Y. Zhang, W. Yu, and G. Turk. Learning novel policies for tasks. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 7483–7492. PMLR, 2019b. URL http://proceedings.mlr.press/ v97/zhang19q.html. + +# A APPENDIX TO SECTION 2 + +A.1 A CLASSIC EXAMPLE OF A PATCHWORK SOLUTION + +Consider a neural network with one hidden layer consisting of two neurons and sigmoidal activations: + +$$ +f _ { \theta } ( x ) = \theta _ { 5 } \sigma ( \theta _ { 1 } x + \theta _ { 2 } ) + \theta _ { 6 } \sigma ( \theta _ { 3 } x + \theta _ { 4 } ) , \quad \sigma ( z ) : = 1 / ( 1 + e ^ { - z } ) . +$$ + +We want to learn the continuous function $f ^ { * } : [ 0 , 1 ] \to [ 0 , 2 ]$ defined as + +$$ +f ^ { * } ( x ) = \left\{ \begin{array} { l l } { 0 } & { x \in [ 0 , 0 . 4 ) ; } \\ { 1 0 ( x - 0 . 4 ) } & { x \in [ 0 . 4 , 0 . 5 ) ; } \\ { 1 } & { x \in [ 0 . 5 , 0 . 7 ) ; } \\ { 1 0 ( x - 0 . 7 ) + 1 } & { x \in [ 0 . 7 , 0 . 8 ) ; } \\ { 2 } & { x \in [ 0 . 8 , 1 ] . } \end{array} \right. +$$ + +To perform this task, we have access to (noiseless) data from two environments: + +$$ +A : \{ ( x , f ( x ) ) \mid x \in [ 0 , 0 . 5 ) \} , \quad B : \{ ( x , f ( x ) ) \mid x \in [ 0 . 5 , 1 ] \} . +$$ + +There is a simple constructive way, provided by the universal function approximation theorem Cybenko (1989) to fit this function11 using $f _ { \theta }$ up to an arbitrarily small mean squared error $\mathcal { L } _ { A + B } ( \theta ^ { * } )$ . Leaving out the details of such a construction (Cybenko (1989) for details), the reader can check on the left panel of Figure 10 that $\theta ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , 1 )$ provides a good fit for both environments A and B — both ${ \mathcal { L } } _ { A } ( \theta ^ { * } )$ and ${ \mathcal { L } } _ { B } ( \theta ^ { * } )$ are small. + +![](images/eb35dbc64d91d70df2fc12fa12cfa328de9a0881fab9199faceabaf62636ab02.jpg) +Figure 10: Performance of the neural network in Equation 3 for two different parameters. Any reasonable modification on $\theta _ { 6 }$ (say $\pm 1$ ) leaves the performance on environment A unchanged, while the performance on environment B quickly degrades. + +However, it is easy to realize that $\theta ^ { * }$ — while being a solution which can be returned by gradient descent using the pooled data $\mathbf { A } { + } \mathbf { B }$ — is not consistent (formal definition given in the main paper in Section 2). Indeed, it is possible to modify $\tilde { \theta } ^ { * }$ such that the loss in environment A remains almost unchanged, while the loss in environment B gets larger. In particular, on the right panel of Figure 10, we show that $\tilde { \theta } ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )$ is such that $\mathcal { L } _ { A } ( \theta ^ { * } ) \leqslant \bar { \mathcal { L } _ { A } ( \tilde { \theta } ^ { * } ) } + \epsilon$ (with $\epsilon$ very small) but $\mathcal { L } _ { B } ( \theta ^ { * } ) \ll \mathcal { L } _ { B } ( \tilde { \theta } ^ { * } )$ . According to our definition in Equation 1 (see main paper), we have ${ \cal T } ^ { \epsilon } ( \theta ^ { * } ) \leq | { \mathcal L } _ { B } ( \theta ^ { * } ) - { \mathcal L } _ { B } ( \tilde { \theta } ^ { * } ) |$ — that is a large number (low consistency). + +Remark 1 (Connection to out of distribution generalization). The main point of this analysis was to show an example of where our measure of consistency behaves according to expectations: A typical implementation of the universal approximation theorem — which one would not expect to generalize out of distribution, due to its ‘patchwork’ behavior — leads indeed to a very low consistency score. + +Geometric mean of matrices. Given an $n$ -tuple of $d \times d$ positive definite matrices $( A _ { j } ) _ { j = 1 } ^ { n }$ , the ean Ando et al. (2004) is the unique positive definite solution, where log is the matrix logarithm. This matrix average he it relevant to signal processing and medical imaging. T $X$ to the equationmany desirable Karcher mean +${ \ k { \stackrel { \smile } { \sum } } _ { i = 1 } ^ { m } } \log ( \dot { A } _ { i } ^ { - 1 } X ) = 0$ +can also be written as $\begin{array} { r } { \operatorname * { a r g m i n } _ { X \in S ^ { + + } ( d ) } \bar { f } ( X ) = \frac { 1 } { 2 m } \bar { \sum _ { i = 1 } ^ { m } } d ( A _ { i } , X ) ^ { 2 } } \end{array}$ , where $d$ is the Riemannian +distance in the manifold of SPD matrices $S ^ { + + } ( d )$ . + +![](images/ad592e94eca81ce1c9da75f174ffeb9e7cd7d2510f2e4b3249bdbae3b184dfa4.jpg) +Figure 11: While the arithmetic mean of the two loss surfaces on the left is identical in all three cases (third column), the geometric mean has weaker and weaker gradients (black arrow) the more inconsistent the two loss surfaces become. + +Link between consistency and geometric means. Here we show how the consistency score introduced in Equation 1 can be linked (in a simplified setting) to a comparison between the arithmetic and geometric means of the Hessians approximating the landscapes of two separate environments $A$ and $B$ . + +At the local minimizer $\theta ^ { * } = 0$ , we assume that $\mathcal { L } _ { A } = \mathcal { L } _ { B } = 0$ and consider the local quadratic approximations $\begin{array} { r } { \ \mathcal { L } _ { A } ( \theta ) \ = \ \frac { 1 } { 2 } \theta ^ { \top } H _ { A } \theta } \end{array}$ and $\begin{array} { r } { \ \mathcal { L } _ { B } ( \theta ) \ = \ \frac { 1 } { 2 } \theta ^ { \top } H _ { B } \theta } \end{array}$ . Here, we make the additional simplifying assumption that $H _ { A }$ and $H _ { B }$ are diagonal (or, more broadly, co-diagonalizable): $H _ { A } \mathbf { \bar { \Sigma } } = \mathrm { d i a g } ( \lambda _ { 1 } ^ { A } , \cdot \cdot \cdot , \lambda _ { n } ^ { A } )$ , $H _ { B } = \mathrm { d i a g } ( \lambda _ { 1 } ^ { B } , \cdot \cdot \cdot , \lambda _ { n } ^ { B } )$ , with $\lambda _ { i } ^ { A } \geqslant 0$ and $\lambda _ { i } ^ { B } \geqslant 0$ for all $i = 1 , \ldots , n$ The arithmetic and geometric means (noted as $H _ { A + B }$ and $H _ { A \land B }$ ) of these matrices are defined in this simplified setting as follows: + +$$ +H _ { A + B } = \mathrm { d i a g } \left( \frac { 1 } { 2 } ( \lambda _ { 1 } ^ { A } + \lambda _ { 1 } ^ { B } ) , \cdots , \frac { 1 } { 2 } ( \lambda _ { n } ^ { A } + \lambda _ { n } ^ { B } ) \right) , \quad H _ { A \wedge B } = \mathrm { d i a g } \left( \sqrt { \lambda _ { 1 } ^ { A } \lambda _ { 1 } ^ { B } } , \cdots , \sqrt { \lambda _ { n } ^ { A } \lambda _ { n } ^ { B } } \right) . +$$ + +As motivated in the main paper and in Figure 12, one can link the consistency of two landscapes to a comparison between the geometric and arithmetic means of the corresponding Hessians. + +Proposition 3. In the setting we just described, the consistency score in Equation 1 can be estimated as follows: + +$$ +{ \mathcal { T } } ^ { \epsilon } ( \theta ^ { * } ) \leqslant 2 \epsilon \left( { \frac { \operatorname* { d e t } \bigl ( H _ { A + B } \bigr ) } { \operatorname* { d e t } \bigl ( H _ { A \wedge B } \bigr ) } } \right) ^ { 2 } . +$$ + +![](images/18902103c5165a84f4ea044ec9a748571660c465a1a120f77d810e8def45c95e.jpg) +Figure 12: Plotted are contour lines $\theta ^ { \top } H ^ { - 1 } \theta = 1$ for $H _ { A } = \mathrm { d i a g } ( 0 . 0 1 , 1 )$ and $H _ { B } = \mathrm { d i a g } ( 1 , 0 . 0 1 )$ . It is convenient to provide this visualization because it is linked to the matrix determinant: a $\mathrm { V o l } ( \{ \theta ^ { \top } H ^ { - 1 } \theta = 1 \} ) =$ $\pi { \sqrt { \operatorname* { d e t } ( H ) } }$ . The geometric average retains the volume of the original ellipses, while the volume of $H _ { A + B }$ is 25 times bigger. This magnification indicates that landscape $A$ is not consistent with landscape $B$ . + +Before showing the proof, we note that the proposition gives a lower bound on the consistency. That is, it provides a pessimistic estimate. Yet, as we motivated, this estimate has a nice geometric interpretation. However, as we outline in a remark after the proof, this estimate is tight in two important limit cases. + +Proof. In this setting, Equation 1 gives + +$$ +\mathcal { T } ^ { \epsilon } ( \theta ^ { * } ) : = \operatorname* { m a x } \left\{ \operatorname* { m a x } _ { \mathcal { L } _ { A } ( \theta ) \leqslant \epsilon } \mathcal { L } _ { B } ( \theta ) , \operatorname* { m a x } _ { \mathcal { L } _ { B } ( \theta ) \leqslant \epsilon } \mathcal { L } _ { A } ( \theta ) \right\} . +$$ + +Recall that + +$$ +\mathcal { L } _ { A } ( \theta ) = \frac { 1 } { 2 } \theta ^ { \top } H _ { A } \theta = \frac { 1 } { 2 } \sum _ { i } \lambda _ { i } ^ { A } \theta _ { i } ^ { 2 } . +$$ + +Hence, this is a simple quadratic program with quadratic constraints, and + +$$ +\operatorname* { m a x } _ { \mathcal { L } _ { A } ( \theta ) \leqslant \epsilon } \mathcal { L } _ { B } ( \theta ) = \operatorname* { m a x } _ { \frac { 1 } { 2 } \sum _ { i } \lambda _ { i } ^ { A } \theta _ { i } ^ { 2 } \leqslant \epsilon } \frac { 1 } { 2 } \sum _ { i } \lambda _ { i } ^ { B } \theta _ { i } ^ { 2 } . +$$ + +Further, we can change variables and introduce $\tilde { \theta } _ { i } = \theta _ { i } \sqrt { \lambda _ { i } ^ { A } / 2 }$ . The problem gets even simpler: + +$$ +\operatorname* { m a x } _ { \mathcal { L } _ { A } ( \theta ) \leqslant \epsilon } \mathcal { L } _ { B } ( \theta ) = \operatorname* { m a x } _ { \| \tilde { \theta } \| ^ { 2 } \leqslant \epsilon } \sum _ { i } \frac { \lambda _ { i } ^ { B } } { \lambda _ { i } ^ { A } } \tilde { \theta } _ { i } ^ { 2 } = \epsilon \cdot \operatorname* { m a x } _ { i } \frac { \lambda _ { i } ^ { B } } { \lambda _ { i } ^ { A } } . +$$ + +All in all, we get + +$$ +\begin{array} { r l } { T ^ { \epsilon } ( \theta ^ { * } ) = \epsilon \operatorname* { m a x } \Bigg \{ \underset { i } { \operatorname* { m a x } } \frac { \lambda _ { i } ^ { B } } { \lambda _ { i } ^ { A } } , \underset { i } { \operatorname* { m a x } } \frac { \lambda _ { i } ^ { A } } { \lambda _ { i } ^ { B } } \Bigg \} } & { } \\ { = \epsilon \cdot \underset { i } { \operatorname* { m a x } } \operatorname* { m a x } \left\{ \frac { \lambda _ { i } ^ { B } } { \lambda _ { i } ^ { A } } , \frac { \lambda _ { i } ^ { A } } { \lambda _ { B } ^ { B } } \right\} } & { } \\ { \leqslant \epsilon \cdot \underset { i } { \operatorname* { m a x } } \left( \frac { \lambda _ { i } ^ { B } } { \lambda _ { A } ^ { A } } + \frac { \lambda _ { i } ^ { A } } { \lambda _ { B } ^ { B } } \right) } & { } \\ { = \epsilon \cdot \underset { i } { \operatorname* { m a x } } \left\{ \frac { ( \lambda _ { i } ^ { B } ) ^ { 2 } + ( \lambda _ { i } ^ { A } ) ^ { 2 } } { \lambda _ { B } ^ { B } \lambda _ { i } ^ { A } } \right\} } & { } \\ { \leqslant \epsilon \cdot \underset { i } { \operatorname* { m a x } } \left\{ \frac { ( \lambda _ { i } ^ { B } + \lambda _ { i } ^ { A } ) ^ { 2 } } { \lambda _ { B } ^ { B } \lambda _ { i } ^ { A } } \right\} . } \end{array} +$$ + +This means + +$$ +\sqrt { { \cal T } ^ { \epsilon } ( \theta ^ { * } ) } \leqslant \epsilon \operatorname* { m a x } _ { i } \frac { \lambda _ { i } ^ { B } + \lambda _ { i } ^ { A } } { \sqrt { \lambda _ { i } ^ { B } \lambda _ { i } ^ { A } } } = 2 \epsilon \operatorname* { m a x } _ { i } \frac { ( \lambda _ { i } ^ { B } + \lambda _ { i } ^ { A } ) / 2 } { \sqrt { \lambda _ { i } ^ { B } \lambda _ { i } ^ { A } } } \leqslant 2 \epsilon \frac { \prod _ { i } ( \lambda _ { i } ^ { B } + \lambda _ { i } ^ { A } ) / 2 } { \prod _ { i } \sqrt { \lambda _ { i } ^ { B } \lambda _ { i } ^ { A } } } = 2 \epsilon \frac { \operatorname* { d e t } ( H _ { A + B } ) } { \operatorname* { d e t } ( H _ { A \wedge B } ) } , +$$ + +where the first inequality comes from the monotonicity of the square root function, and the second inequality comes from the fact that (i) the geometric mean is always smaller or equal than theś arithmetic mean and (ii) for any sequence of numbers $\alpha _ { i } > 1$ , $\begin{array} { r } { \operatorname* { m a x } _ { i } \dot { \alpha _ { i } } \leqslant \prod _ { i } \alpha _ { i } } \end{array}$ . □ + +Remark 2 (Sanity check). There are two important cases where we can test the bound above. First, if $H _ { A } = H _ { B }$ , then $T ^ { \epsilon } ( \theta ^ { * } ) = \epsilon$ , and the bound returns $T ^ { \epsilon } ( \theta ^ { * } ) \leqslant 2 \epsilon$ , since the geometric and arithmetic mean are the same. Next, say $\lambda _ { i } ^ { A } = 0$ but $\lambda _ { i } ^ { B } > 0$ ; then, both the bound and the inconsistency score are $\infty$ (highest possible inconsistency). + +# A.3 PROOF OF PROPOSITION 1 + +In this appendix section we consider the AND-masked GD algorithm, introduced at the end of Section 2. We recall that the masked gradients at iteration $k$ are $\mathsf { \bar { \rho } } m _ { t } ( \theta ^ { k } ) \odot \nabla \mathcal { L } ( \theta ^ { k } )$ , where $m _ { t } ( \theta ^ { k } )$ vanishes for any component where there are less than $t \in \{ d / 2 + 1 , \ldots , d \}$ agreeing gradient signs across environments, and is equal to one otherwise. In a full-batch setting, the algorithm is + +$$ +\theta ^ { k + 1 } = \theta ^ { k } - \eta m _ { t } ( \theta ^ { k } ) \odot \nabla { \mathcal { L } } ( \theta ^ { k } ) , +$$ + +(AND-masked GD) + +where $\eta > 0$ is the learning rate. + +Proposition 1. Let $\mathcal { L }$ have $L$ -Lipschitz gradients and consider a learning rate $\eta \leqslant 1 / L$ . After $k$ iterations, AND-masked GD visits at least once a point $\theta$ where $\| m _ { t } ( \theta ) \odot \nabla \mathcal { L } ( \theta ) \| ^ { 2 } \leqslant \mathcal { O } ( 1 / k )$ . + +Proof. Thanks to the component-wise $L$ -smoothness and using a Taylor expansion around $\theta ^ { i }$ we have + +$$ +\begin{array} { l } { \displaystyle \mathcal { L } ( \theta ^ { i + 1 } ) \leqslant \mathcal { L } ( \theta ^ { i } ) - \eta \langle \nabla \mathcal { L } ( \theta ^ { i } ) , m _ { t } ( \theta ^ { i } ) \odot \nabla \mathcal { L } ( \theta ^ { i } ) \rangle + \displaystyle \frac { L \eta ^ { 2 } } { 2 } \| m _ { t } ( \theta ^ { i } ) \odot \nabla \mathcal { L } ( \theta ^ { i } ) \| ^ { 2 } } \\ { \displaystyle \qquad = \mathcal { L } ( \theta ^ { i } ) - \left( \eta - \frac { L \eta ^ { 2 } } { 2 } \right) \| m _ { t } ( \theta ^ { i } ) \odot \nabla \mathcal { L } ( \theta ^ { i } ) \| ^ { 2 } . } \end{array} +$$ + +If we seek $\eta - L \eta ^ { 2 } / 2 \geqslant \eta / 2$ , then $\begin{array} { r } { \eta \leqslant \frac { 1 } { L } } \end{array}$ , as we assumed in the proposition statement. Therefore, $\mathcal { L } ( \theta ^ { i + 1 } ) \leqslant \mathcal { L } ( \theta ^ { i } ) - ( \eta / 2 ) \| m _ { t } ( \theta ^ { i } ) \odot \nabla \mathcal { L } ( \theta ^ { i } ) \| ^ { 2 }$ , for all $i \geqslant 0$ . Summing over $i$ from 0 to a desired iteration $k$ , we get + +$$ +\sum _ { i = 0 } ^ { k - 1 } ( \eta / 2 ) \| m _ { t } ( \theta ^ { i } ) \odot \nabla \mathcal { L } ( \theta ^ { i } ) \| ^ { 2 } \leqslant \mathcal { L } ( \theta ^ { 0 } ) - \mathcal { L } ( \theta ^ { k } ) \leqslant \mathcal { L } ( \theta ^ { 0 } ) . +$$ + +Therefore, + +$$ +\operatorname* { m i n } _ { i = 0 , \dots , k } \| m _ { t } ( \theta ^ { i } ) \odot \nabla { \mathcal { L } } ( \theta ^ { i } ) \| ^ { 2 } \leqslant \frac { 1 } { k } \sum _ { i = 0 } ^ { k - 1 } ( \eta / 2 ) \| m _ { t } ( \theta ^ { i } ) \odot \nabla { \mathcal { L } } ( \theta ^ { i } ) \| ^ { 2 } \leqslant \frac { 2 { \mathcal { L } } ( \theta ^ { 0 } ) } { \eta k } . +$$ + +Hence, there exist an iteration $i ^ { * } \in \{ 0 , \ldots , k \}$ such that $\| m _ { t } ( { \theta ^ { i } } ^ { * } ) \odot \nabla { \mathcal { L } } ( { \theta ^ { i } } ^ { * } ) \| ^ { 2 } \leqslant { \mathcal { O } } ( 1 / k )$ + +# A.4 PROOF OF PROPOSITION 2 + +Here we fix parameters $\boldsymbol \theta \in \mathbb { R } ^ { n }$ and assume gradients $\nabla \mathcal { L } _ { e } ( \theta ) \in \mathbb { R } ^ { n }$ coming from environments $e \in \mathcal { E }$ are drawn independently from a multivariate Gaussian with zero mean and $\sigma ^ { 2 } I$ covariance. We want to show that, in this random setting, the AND-mask introduced in Section 2.3 decreases the magnitude of the gradient step. + +Proposition 2. Consider the setting we just outlined, with $\begin{array} { r } { \mathcal { L } = ( 1 / d ) \sum _ { e = 1 } ^ { d } \mathcal { L } _ { e } } \end{array}$ . While $\mathbb { E } \| \nabla \mathcal { L } ( \theta ) \| ^ { 2 } =$ $\mathcal { O } ( n / d )$ , we have that $\forall t \in \{ d / 2 + 1 , \ldots , d \} , \exists c \in ( 1 , 2 ]$ such that $\mathbb { E } \| m _ { t } ( \theta ) \odot \nabla \mathcal { L } ( \theta ) \| ^ { 2 } \leqslant \mathcal { O } ( n / c ^ { d } )$ + +Proof. Let us drop the argument $\theta$ for ease of notation. First, let us consider $\nabla \mathcal { L }$ (no gradient AND-mask): + +$$ +\mathbb { E } \left\| \frac { 1 } { d } \sum _ { i = 1 } ^ { d } \nabla { \mathcal { L } } _ { e _ { i } } \right\| ^ { 2 } = \frac { 1 } { d ^ { 2 } } \sum _ { i = 1 } ^ { d } \mathbb { E } \| \nabla { \mathcal { L } } _ { e _ { i } } \| ^ { 2 } = \frac { n \sigma ^ { 2 } } { d } , +$$ + +where in the first equality we used the fact that the $\nabla { \mathcal { L } } _ { e _ { i } }$ are uncorrelated and in the second the fact that $\mathbb { E } [ \| \nabla { \mathcal { L } } _ { e _ { i } } \| ^ { 2 } ]$ is the trace of the covariance of $\nabla { \mathcal { L } } _ { e _ { i } }$ . + +Next, assume we apply the element-wise AND-mask $m _ { t }$ to the gradients, which puts to zero the components (dimensions) where there are less than $t \in \{ d / 2 , \ldots , d \}$ equal signs. Since Gaussians are symmetric around zero, the probability of having exactly \` ˘ \` ˘ $u$ positive $j$ -th gradient component among $d$ environments is $\begin{array} { r } { P r ( p _ { j } = u ) = \left( \frac { 1 } { 2 } \right) ^ { d } { \binom { d } { u } } } \end{array}$ . Hence, the probability to keep the $j$ -th gradient direction (considering also negative consistency) is + +$$ +\begin{array} { l } { \displaystyle \operatorname* { P r } [ [ m _ { t } ] _ { j } = 1 ] = \sum _ { u = t } ^ { d } \operatorname* { P r } ( p _ { j } = u ) + \sum _ { u = 0 } ^ { d - t } \operatorname* { P r } ( p _ { j } = u ) } \\ { \displaystyle \quad = \bigg ( \frac { 1 } { 2 } \bigg ) ^ { d } \sum _ { k = t } ^ { d } \binom { d } { k } + \bigg ( \frac { 1 } { 2 } \bigg ) ^ { d } \sum _ { k = 0 } ^ { d - t } \binom { d } { k } } \\ { \displaystyle \quad = 2 \bigg ( \frac { 1 } { 2 } \bigg ) ^ { d } \sum _ { k = t } ^ { d } \binom { d } { k } . } \end{array} +$$ + +We would now like to compute $\begin{array} { r } { \mathbb { E } \left\| m _ { t } \odot \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } \nabla { \mathcal { L } } _ { e _ { i } } \right) \right\| ^ { 2 } } \end{array}$ . The difficulty lies in the fact that the event $m _ { t } = 1$ makes gradients conditionally dependent. Indeed, conditioning on both $m _ { t } = 1$ and $[ \nabla { \mathcal { L } } _ { e } ] _ { j } > 0$ changes the distribution of $[ \nabla { \mathcal { L } } _ { e ^ { \prime } } ] _ { j }$ : this gradient entry is going to be more likely to be positive or negative, depending on the value of $[ \nabla { \mathcal { L } } _ { e } ] _ { j }$ and on the details of the gradient mask. To solve the issue, we our strategy is to reduce the discussion (without loss in generality and with no additional assumption) to the case where gradient entries have all the same sign and hence conditional independence is restored. + +We consider the following writing for the quantity we are interested in: + +$$ +\begin{array} { r l } { \mathbb { E } \| m _ { t } \operatorname { \wp } ( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } \nabla { \mathcal { L } } _ { \epsilon _ { \epsilon } } ) \| ^ { 2 } = \displaystyle \sum _ { j = 1 } ^ { n } \mathbb { E } [ [ m _ { \epsilon } ] _ { j } ( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla { \mathcal { L } } _ { \epsilon _ { \epsilon } } ] _ { i } ) ^ { 2 } ] } & { } \\ { = \displaystyle \sum _ { j = 1 } ^ { n } \sum _ { \tilde { p } _ { \tilde { \imath } } = 0 } ^ { d } \mathbb { E } [ [ m _ { \epsilon } ] _ { j } ( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla { \mathcal { L } } _ { \epsilon _ { \epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \hat { p } _ { j } ] \mathbb { P } \mathrm { r } [ p _ { j } = \hat { p } _ { j } ] } \\ { = \displaystyle \sum _ { j = 1 } ^ { n } \sum _ { \tilde { p } _ { \tilde { \jmath } } = 0 } ^ { d - 1 } \sum _ { \tilde { p } = 0 } ^ { d } \mathbb { E } [ ( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla { \mathcal { L } } _ { \epsilon _ { \epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \hat { p } _ { j } ] \mathbb { P } \mathrm { r } [ p _ { j } = \hat { p } _ { j } ] } \\ { = \displaystyle 2 \sum _ { j = 1 } ^ { n } \sum _ { \tilde { p } _ { \tilde { \jmath } } = - 1 } ^ { d } \mathbb { E } [ ( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla { \mathcal { L } } _ { \epsilon _ { \epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \hat { p } _ { j } ] ( \displaystyle \frac { 1 } { 2 } ) ^ { d } ( \displaystyle \frac { d } { \hat { p } _ { j } } ) , } \end{array} +$$ + +where we used the definition of 2-norm, the law of total expectation, and the symmetry of the problem with respect to positive and negative numbers. Finally, since the gradient components within the same environment are conditionally independent, for any $j \in \{ 1 , \ldots , n \}$ we can write + +$$ +\mathbb { E } \left. m _ { t } \odot \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } \nabla \mathcal { L } _ { e _ { i } } \right) \right. ^ { 2 } = 2 n \sum _ { \hat { p } _ { j } = t } ^ { d } \mathbb { E } \left[ \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla \mathcal { L } _ { e _ { i } } ] _ { j } \right) ^ { 2 } \bigg | p _ { j } = \hat { p } _ { j } \right] \left( \frac { 1 } { 2 } \right) ^ { d } { \binom { d } { \hat { p } _ { j } } } . +$$ + +Finally, we note that the following bound holds: + +$$ +\mathbb { E } \left[ \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla \mathcal { L } _ { e _ { i } } ] _ { j } \right) ^ { 2 } \middle | p _ { j } = \hat { p } _ { j } \leqslant d \right] \leqslant \mathbb { E } \left[ \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla \mathcal { L } _ { e _ { i } } ] _ { j } \right) ^ { 2 } \middle | p _ { j } = d \right] . +$$ + +Indeed, if all environments lead to positive (or, symmetrically, negative) and non-interacting gradients in the $j$ -th direction, the average will be the biggest in norm. Moreover — crucially — conditioned on the event $p _ { j } \ = \ d$ , gradients coming from different environments are distributed as a positive half-normal distributions. Moreover, they are conditionally independent; this because, since they are all positive, the value of a gradient in one environment cannot influence the value of the gradient in another one. We remark that conditional independence on the right-hand side is therefore not an assumption, but is intrinsic to the upper bound. + +Putting it all together, we have + +$$ +\begin{array} { r l r } { \mathbb { E } \left\| m _ { t } \odot \left( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } \nabla \mathcal { L } _ { e _ { i } } \right) \right\| ^ { 2 } \leqslant 2 n \displaystyle \sum _ { \hat { p } _ { j } = t } ^ { d } \mathbb { E } \left[ \left( \displaystyle \frac { 1 } { d } \sum _ { i = 1 } ^ { d } [ \nabla \mathcal { L } _ { e _ { i } } ] _ { j } \right) ^ { 2 } \bigg | p _ { j } = d \right] \left( \displaystyle \frac { 1 } { 2 } \right) ^ { d } \left( \displaystyle \frac { d } { \hat { p } _ { j } } \right) } & \\ & { \leqslant 2 n \displaystyle \sum _ { \hat { p } _ { j } = t } ^ { d } \sigma ^ { 2 } \left( \displaystyle \frac { 1 } { 2 } \right) ^ { d } \left( \displaystyle \frac { d } { \hat { p } _ { j } } \right) } & \\ & { \leqslant \sigma ^ { 2 } n ( d - t ) \Big ( \displaystyle \frac { d } { t } \Big ) \left( \displaystyle \frac { 1 } { 2 } \right) ^ { d - 1 } , } & \end{array} +$$ + +where in the second line we bounded the squared average of a sum of half normal distributions: let $\{ X _ { i } \} _ { i = 1 } ^ { d }$ be a family of uncorrelated positive half-normal distributions derived from a Gaussians witha mean zero and variance $\sigma ^ { 2 }$ , we have12 that $\mathbb { E } [ X _ { i } ] = \sigma { \sqrt { 2 / \pi } }$ and $\mathbb { E } [ X _ { i } ^ { 2 } ] = \sigma ^ { 2 }$ . Also, $\mathbb { E } [ X _ { i } X _ { j } ] =$ $\mathbb { E } [ X _ { i } ] \mathbb { E } [ X _ { j } ] \leqslant \sigma ^ { 2 }$ . Therefore, + +$$ +{ \mathbb E } \left[ \left( \frac { 1 } { d } \sum _ { i = 1 } ^ { d } X _ { i } \right) ^ { 2 } \right] = \frac { 1 } { d ^ { 2 } } \sum _ { i , j = 1 } ^ { d } { \mathbb E } [ X _ { i } X _ { j } ] \leqslant \sigma ^ { 2 } . +$$ + +Finally, if we set $r = t / d \in ( 0 . 5 , 1 ]$ , we have13 + +$$ +{ \binom { d } { t } } \sim \left( { \frac { 1 } { r ^ { r } ( 1 - r ) ^ { 1 - r } } } \right) ^ { d } +$$ + +as $d \to \infty$ (discarding all polynomial terms). Hence $\binom { d } { t }$ is of the form $q ^ { d }$ , with $1 \leqslant q < 2$ . So, the quantity σ2npd ´ tq dt 12 d´1 w ill be exponentially decreasing at a rate $O ( n / ( 2 - q ) ^ { d } )$ . Notably, if $t = d / 2$ , then we lose the exponential rate and get back to $\mathcal { O } ( n / d )$ . □ + +# B APPENDIX TO SECTION 3 + +We used Pytorch Paszke et al. (2017) to implement all experiments in this paper. Our codebase is publicly available at https://github.com/gibipara92/ learning-explanations-hard-to-vary. + +# B.1 SECTION 3.1 + +Table 1: Hyperparameter ranges for synthetic data experiments. The regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective range afterwards. + +
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1 =0.9,β2=0.99, SGD + momentum0.9}
Learning rate{1e-3,1e-2,1e-1}
Batch-normalization{Yes,No}
Dropout{0.0, 0.5}
L2 regularization{1e-5,1e-4,1e-3}
L1 regularization{1e-6, 1e-5, 1e-4}
+ +# B.2 DATASET + +Here we report more technical details about the synthetic dataset described in Section 3. Each example is constructed as follows: we first choose the label randomly to be either $+ 1$ or $- 1$ , with equal probability. The example is a vector with $d _ { S } + d _ { M }$ entries, consisting of the shortcut and the mechanism. In our experiments, $d _ { M } = 2$ and $d _ { S } = 3 2$ . + +The Gaussian shortcuts are obtained by first sampling one random vector $\mathbf { x } _ { s } \in \mathbb { R } ^ { d _ { S } }$ per environment. Its components $x _ { s , i }$ are sampled independently from a Normal distribution: $x _ { s , i } \sim \mathcal { N } ( 0 , 0 . 1 )$ . We use $\mathbf { x } _ { s }$ for class 1, and $- \mathbf { x } _ { s }$ for class -1. In the test set, all shortcut components are sampled i.i.d. from the same Normal distribution. Effectively, each example of the test set belongs to a different domain. The mechanism is implemented as the two interconnected spirals shown in Figure 13 by sampling the radius $r \sim \mathrm { U n i f } ( 0 . 0 8 , 1 . 0 )$ and then computing the angle as $\alpha = 2 \pi n r$ where $n$ is the number of revolutions of the spiral. We add uniform noise in the range $\left[ - 0 . 0 2 , 0 . 0 2 \right]$ to the radii afterwards. + +![](images/2703df68fff546c00ca1b4b0275d73937f6cdf748f6bd7fabe5dde2e5d70d63d.jpg) +Figure 13: The spirals used as the mechanism in the synthetic memorization dataset. + +The training dataset consists of 1280 examples per environment and we use $D = 3 2$ environments unless otherwise mentioned. The training datasets consists of 2000 examples. + +# B.3 EXPERIMENT + +We train all networks for $\lfloor 3 0 0 0 / D \rfloor$ epochs, dropping the learning rate by a factor 10 halfway through, and again at three-quarters of training. For computational reason, we stop each trial before completion if the training accuracy exceeds $9 7 \%$ and the test accuracy is below $60 \%$ . All networks are MLPs with LeakyReLU activation functions and a cross-entropy loss on the output. We run a hyperparameter search over the ranges shown in Table 1. For IRM and the AND-mask, we select the best-performing run and re-run it 50 times with different random seeds. For DANN and the standard baselines nothing produced results significantly better than chance. + +# B.3.1 STANDARD REGULARIZERS AND AND-MASK + +The networks with the L1, L2, Dropout and Batch-normalization regularizers, have hyperparameters that were randomly selected from Table 1. For the AND-mask we used the very same ranges. The regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective range afterwards. The parameters found to work best from the grid search were: agreement threshold of 1, 256 hidden units, 3 hidden layers, batch size 128, Adam with learning rate 1e-2, no batch norm, no dropout, L2-regularization with a coefficient of 1e-4, no L1-regularization. In practice, we often found it helpful to rescale the gradients after masking to compensate for the decreasing overall magnitude. We add the option for gradient rescaling as an additional hyperparameter, as we found it to help in several experiments. It rescales gradient components layer-wise after masking, by multiplying the remaining gradient components by $c$ , where $c$ is the ratio of the number of components in that layer over the number of non-masked components in that layer (i.e. the sum of the binary elements in the mask).14. We speculate that for very large layers, a less extreme normalization scheme or the additional use of gradient clipping might be appropriate. + +# B.3.2 DOMAIN ADVERSARIAL NEURAL NETWORKS + +The experiments using DANN follow a similar pattern. The model consists of an embedding network, a classification network, and a “domain discrimination” network. All three modules are two-layer multi-layer perceptrons (MLP). The number of hidden units of all MLPs are sampled from the range specified in Table 1, and we trained 100 models. Both label classifier and domain discriminator are applied to the output of the embedding network. The label classifier is trained to minimize the cross-entropy-loss between the predicted and the true label. Similarly, the domain discriminator is trained to minimize the loss between predicted and true domain-label. The embedding network is trained to minimize the regular task classification loss and at the same time to maximize the the domain-loss achieved by the domain discriminator. + +# B.3.3 INVARIANT RISK MINIMIZATION + +For the experiments using IRM we used the authors’ PyTorch implementation from https: //github.com/facebookresearch/InvariantRiskMinimization. We perform a random hyperparameter search over with the ranges shown in Table 2 + +Table 2: Hyperparameter ranges for IRM. + +
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1=0.9,β2=0.999, SGD + momentum0.9}
Batch-normalization{Yes,No}
Penalty weight{10.0,100.0,1000.0}
Number of annealing iterations{0,1,2,4,8}
Learning rate{1e-3,1e-2, 1e-1, 1}
+ +# B.3.4 CURVES FOR ALL EXPERIMENTS + +In Figure 14 we show the learning curves of training and test accuracy for the different methods. + +# B.3.5 CORRELATION PLOTS + +For the correlation plots in Figure 7 we used a randomly initialized MLP with the following configuration: 3 hidden layers, 256 hidden units. The dataset was using 16 environments and batches of size 1024. The lines in Figure 7 are linear least-squares regressions to the gradient data shown as scatter plots. We repeat the experiment 10 times with different network weight seeds, resulting in the 10 regression lines. Zero gradients are excluded from the regression computation, as most gradients are masked out by the product mask in both cases. + +![](images/f1c54ea4ad51704480b75ad6c14459bd6db2dfafae7f409ff4810c75f7d4bc0c.jpg) +Figure 14: Learning curves for the evaluated methods. The top row shows the accuracy on the training set, the bottom row shows the accuracy on the test set. + +# B.4 FURTHER VISUALIZATIONS AND EXPERIMENTS + +In Figure 15 we show how many environments need to be present for the baseline without AND-mask to switch the decision boundary from the shortcuts to the mechanism. Under the same experimental condition as in the main paper, the baseline first succeeds at 1024 environments. + +![](images/4ec4fe862dad3a66e23c73556d1743d289326e46a0506be20524dc68015f4975.jpg) +Figure 15: Relationship between number of training environments and test accuracy for the AND-mask method compared to the baseline. We show the best performance out of five runs using the settings that were used for the experiment in the main text. + +# B.5 SECTION 3.2: CIFAR-10 MEMORIZATION AND LABEL NOISE EXPERIMENTS + +Memorization experiment In Figure 16, we report the test performance (dashed lines) corresponding to the curves presented in the main paper for the CIFAR-10 memorization experiment. The test performance with standard labels decreases slower than the training performance as the threshold increases, and they eventually reach the same value. This is consistent with the hypothesis that by training on the consistent directions, the AND-mask selects the invariant patterns and prunes out the signals that are not invariant. + +![](images/8ca71fe755e2a88b3312a7912c3fb6fe9a5bde54794c3813b8551085371d1d41.jpg) +Figure 16: Dashed lines show test acc, solid lines show training acc. + +# Network architecture and training details Each trial + +trains the ResNet “FastResNet” from the PyTorch-Ignite example15 for 80 epochs on the full CIFAR-10 training set. We use the Adam optimizer with a learning rate of 5e´4, and a 0.1 learning rate decay at epoch 40 and 60. We fix the batch size to 80. We set up 14 trials by evaluating each of the AND-mask-thresholds $\{ 0 , 0 . 0 5 , 0 . 1 , 0 . 2 , 0 . 4 , 0 . 6 , 0 . 8 \}$ for two datasets: (a) unchanged CIFAR-10, (b) CIFAR-10 with the training labels replaced by random labels. Note that a threshold of 0 corresponds to not using the AND-mask. Each trial is run twice with separate random seeds. + +Label noise experiment We trained the same ResNet as for the experiment above, once with and once without the AND-mask. We ran each experiment with three different starting learning rates $\{ 5 \mathrm { e } { - } 4 , 1 \mathrm { e } { - } 3 , 5 \mathrm { e } { - } 3 \}$ and a learning rate decay at epoch 60. The baseline worked best with a learning rate of $\mathrm { 1 e { - 3 } }$ , while the AND-mask with 5e´3, likely to compensate for the masked out gradients. The AND-mask threshold that worked best was 0.2, which is consistent with the results obtain in the experiment above. + +# B.6 SECTION 3.3: BEHAVIORAL CLONING ON COINRUN + +The target policy $\pi ^ { * }$ is obtained by training PPO (Schulman et al., 2017) for 400M time steps using the code16 for the paper Cobbe et al. (2020). This policy is trained on the full distribution of levels in order to maximize its generality. We use $\pi ^ { * }$ to generate a behavioral cloning (BC) dataset, consisting of pairs $( s , \pi ^ { * } ( a | s ) )$ , where $s$ are the input-images ( $6 4 \times 6 4$ RGB) and $\pi ^ { * } ( a | s )$ is the discrete probability distribution over actions output by $\pi ^ { * }$ . + +The states are sampled randomly from trajectories generated by $\pi ^ { * }$ . In order to test for generalization performance, the BC training dataset is restricted to 64 distinct levels. We generate 1000 examples per training level. The test set consists of 2000 examples, each from a different level which does not appear in the training set. + +![](images/31904abde0e46daf3cc3ab7cd2a873c086e55035d97a7d88b06b70d71bcc27ed.jpg) +Figure 17: Screenshots of 6 levels of CoinRun (from OpenAI). + +A ResNet- $1 8 ~ \hat { \pi } _ { \boldsymbol { \theta } }$ is trained to minimize the loss $D _ { \mathrm { K L } } ( \pi ^ { * } | | \hat { \pi } _ { \boldsymbol { \theta } } )$ . We ran two automatic hyperparameter optimization studies using Tree-structured Parzen Estimation (TPE) (Bergstra et al., 2013) of 1024 trials each, with and without the AND-mask. The learning rate was decayed by a factor of 10 half-way at at $3 / _ { 4 }$ of the training epochs. + +The “temporal” version of the AND-mask used for this experiment is reported in Algorithm 1. + +# Algorithm 1: Temporal AND-mask Adam + +1 $\mathbf { m } \gets \beta _ { 1 } \cdot \mathbf { m } + ( 1 - \beta _ { 1 } ) \cdot \mathbf { g }$ +2 $\mathbf { v } \beta _ { 2 } \cdot \mathbf { v } + ( 1 - \beta _ { 2 } ) \cdot ( \mathbf { g } \circ \mathbf { g } )$ +3 $\mathbf { a } \beta _ { 3 } \cdot \mathbf { a } + ( 1 - \beta _ { 3 } ) \cdot \mathsf { e l e m w i s e \_ s i g n } ( \mathbf { g } )$ +4 $\mathbf { b } \gets \mathbb { 1 } [ | \mathbf { a } | \geqslant \tau ]$ +5 $\theta \gets \theta - \alpha ( \mathbf { m } \circ \mathbf { b } ) \oslash \sqrt { \mathbf { v } + \epsilon }$ + +In blue we highlight the additional lines compared to traditional Adam. The threshold $\tau$ and $\beta _ { 3 }$ are hyperparameters that we included in the $1 ^ { \cdot } 0 2 4$ trials of the search using Tree-structured Parsen Estimators. For the top 10 runs, hyperparameter values that were selected via the TPE search for the AND-mask are the following. + +Table 3: Hyperparameters for the 5 best runs using the AND-mask, from the TPE search. + +
Test KL divlrβ1β3Tweight decay
1.652e-20.00780.210.790.360.057
1.656e-20.00720.260.860.400.041
1.662e-20.00800.230.840.410.045
1.665e-20.00680.330.720.470.077
1.672e-20.00630.670.650.470.080
+ +We found that applying weight decay as a second independent update after the AND-mask routine improved performance. To keep the comparison fair, we added this as a switch in the hyperparameter search for the Adam baseline as well, and it improved performance there as well. + +![](images/58e7efa834f50663cd23c9bf7b8b533a909ff815082f83abdc760db4f08069bd.jpg) +Figure 18: Learning curves for the behavioral cloning experiment on CoinRun. Training loss is shown on the left, test loss is shown on the right. We show the mean over the top-10 runs for each method. The shaded regions correspond to the $9 5 \%$ confidence interval of the mean based on bootstrapping. + +# C APPENDIX TO SECTION 4 + +# C.1 RELATED WORK IN CAUSAL INFERENCE + +Causal graphs and causal factorizations The formalization of causality through directed acyclic graphs (Pearl, 2009) is a key element informing our exposition. According to such formalization, a causal model gives rise to each observed distribution. It is thereby possible to exploit properties of the causal factorization of the joint probability distribution over the observed variables. Clearly, there are many ways to factorize a joint distribution into conditionals; a distinguishing feature of the causal factorization is that many of the conditionals, which we can think of as physical mechanisms underlying the statistical dependencies represented, are expected to remain invariant under interventions or changing external conditions. This postulate has appeared in various forms in the literature (Haavelmo, 1943; Simon, 1953; Hurwicz, 1962; Pearl, 2009; Schölkopf et al., 2012).17 + +Causal models and robust regression Based on this insight, it was proposed that regression based on causal features should presents desirable invariance and robustness properties (Mooij et al., 2009; Schölkopf et al., 2012; Peters et al., 2016; Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; von Kügelgen et al., 2019; Parascandolo et al., 2018). In this view, the mechanisms can be considered as features of the patterns such that they support stable conditional probabilities. Thus learning the mechanisms may help achieve a stable performance across a number of conditions. Other works connecting causality and learning through invariances are (Subbaswamy et al., 2019; Heinze-Deml and Meinshausen, 2017), and perhaps – most related to our work – (Arjovsky et al., 2019): we presented a comparison with this method in the following section. + +Causal regularization Recently (Janzing, 2019) showed that biasing learning towards models of lower complexity might in some cases be beneficial for a notion of generalization from observational to interventional regimes. Our proposed solution is however different, in that we only indirectly deal with penalizing model complexity, and rather focus on our proposed notion of consistency. + +# C.2 LEARNING INVARIANCES IN THE DATA + +Here we are going to compare ILC to other approaches for learning invariances in the data with neural networks, and in particular to Invariant Risk Minimization (IRM) Arjovsky et al. (2019). The authors of IRM analyze a set up where minimizing training error might lead to models which absorb all the correlations found within the training data, thus failing to recover the relevant causal explanation. They consider a multi-environment setting and focus on the objective of extracting data representations that lead to invariant prediction across environments. + +While the high level objective is close to the one we focused on, the differences become clear when considering the definition of invariant predictors presented in Arjovsky et al. (2019): + +Definition 1. A data representation $\Phi : \mathcal { X } \to \mathcal { H }$ elicits an invariant predictor $w \circ \Phi$ across environments $\mathcal { E }$ if there is a classifier $w : \mathcal { H } \to \mathcal { V }$ simultaneously optimal for all environments, i.e., $w \in \arg \operatorname* { m i n } _ { \bar { w } : \mathcal { H } y } R ^ { e } ( \bar { w } \circ \Phi ) \forall e \in \mathcal { E }$ . + +In particular, the objective minimized by IRM is: + +$$ +\operatorname* { m i n } _ { \Phi : \mathcal { X } \to \mathcal { V } } \sum _ { e \in \mathcal { E } _ { \mathrm { t r } } } R ^ { e } ( \Phi ) + \lambda \cdot \left\| \nabla _ { w | w = 1 . 0 } R ^ { e } ( w \cdot \Phi ) \right\| ^ { 2 } +$$ + +where $\Phi$ are the logits predicted by the neural network and $w$ is a dummy scaling variable (see› Arjovsky et al. (2019)). The relevant part is the penalty term $\lambda \cdot \left\| \nabla _ { w | w = 1 . 0 } R ^ { e } ( w \cdot \Phi ) \right\| ^ { 2 }$ : One way to interpret it, is that the penalty is large on every environment where the distribution outputted by $\Phi$ could be made ‘closer’ to the distribution of the labels by either sharpening $\mathit { w } > 1 $ ) or softening it (i.e., closer to uniform $w < 1$ ). + +Let us consider the example from IRM, where the authors describe two datasets of images that each contain either a cow or a camel: In one of the datasets, there is grass on $80 \%$ of the images with cows, while in the other dataset there is grass on $90 \%$ of them. IRM then makes the point that we can learn to ignore grass as a feature, because its correlation with the label cow is inconsistent ( $80 \%$ vs $90 \%$ ). The setting we consider in this paper is slightly different: take our example from the CIFAR-10 experiments. Under our concept of invariance, we expect that (depending on the data generating process) even a single dataset where we treat every image as coming from its own ‘environment’ should be sufficient to discover invariances. Drawing a connection to the setting from IRM, we would argue that the second dataset should not be necessary to learn that ‘grass’ is not ‘cow’. If one treats every example as coming from its own environment, there is already sufficient information in the first dataset to realize that cows are not grass: Grass is predictive of cows only in $80 \%$ of the data, so grass cannot be ‘cow’. The actual cow on the other hand, should be present in $100 \%$ of the images, and as such it is the invariance we are looking for. Note that this is of course a much more strict definition of invariance: If our dataset contains images labeled as ’cows’ but that have no cows within them, we might start to discard the features of cows as well. \ No newline at end of file diff --git a/parse/train/hb1sDDSLbV/hb1sDDSLbV_content_list.json b/parse/train/hb1sDDSLbV/hb1sDDSLbV_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..24b20ddaa196bf5382ddde1a02751b4f68dd336c --- /dev/null +++ b/parse/train/hb1sDDSLbV/hb1sDDSLbV_content_list.json @@ -0,0 +1,3167 @@ +[ + { + "type": "text", + "text": "LEARNING EXPLANATIONS THAT ARE HARD TO VARY ", + "text_level": 1, + "bbox": [ + 174, + 101, + 808, + 121 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Giambattista Parascandolo1, 2, \\* Alexander Neitz1, \\* \nAntonio Orvieto2 Luigi Gresele1, 3 Bernhard Schölkopf1, 2 \n${ } ^ { 1 } \\mathbf { M P I }$ for Intelligent Systems, Tübingen, 2ETH, Zürich, $^ { 3 } \\mathbf { M P I }$ for Biological Cybernetics, Tübingen \n˚equal contribution ", + "bbox": [ + 181, + 142, + 792, + 202 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 452, + 220, + 544, + 236 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we investigate the principle that good explanations are hard to vary in the context of deep learning. We show that averaging gradients across examples – akin to a logical OR $( \\vee )$ of patterns – can favor memorization and ‘patchwork’ solutions that sew together different strategies, instead of identifying invariances. To inspect this, we first formalize a notion of consistency for minima of the loss surface, which measures to what extent a minimum appears only when examples are pooled. We then propose and experimentally validate a simple alternative algorithm based on a logical AND $( \\wedge )$ , that focuses on invariances and prevents memorization in a set of real-world tasks. Finally, using a synthetic dataset with a clear distinction between invariant and spurious mechanisms, we dissect learning signals and compare this approach to well-established regularizers. ", + "bbox": [ + 232, + 248, + 766, + 401 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 424, + 336, + 439 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Consider the top of Figure 1, which shows a view from above of the loss surface obtained as we vary a two dimensional parameter vector $\\theta = \\left( \\theta _ { 1 } , \\theta _ { 2 } \\right)$ , for a fictional dataset containing two observations $x _ { A }$ and $x _ { B }$ . Note the two global minima on the top-right and bottom-left. Depending on the initial values of $\\theta$ — marked as white circles — gradient descent converges to one of the two minima. Judging solely by the value of the loss function, which is zero in both cases, the two minima look equally good. ", + "bbox": [ + 174, + 450, + 537, + 590 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "However, looking at the loss surfaces for $x _ { A }$ and $x _ { B }$ separately, as shown below, a crucial difference between those two minima appears: Starting from the same initial parameter configurations and following the gradient of the loss, $\\nabla _ { \\boldsymbol { \\theta } } \\mathcal { L } ( \\boldsymbol { \\theta } , \\boldsymbol { x } _ { i } )$ , the probability of finding the same minimum on the top-right in either case is zero. In contrast, the minimum in the lower-left corner has a significant overlap across the two loss surfaces, so gradient descent can converge to it even if training on $x _ { A }$ (or $x _ { B }$ ) only. Note that after averaging there is no way to tell what the two loss surfaces looked like: Are we destroying information that is potentially important? ", + "bbox": [ + 174, + 597, + 535, + 736 + ], + "page_idx": 0 + }, + { + "type": "image", + "img_path": "images/38033836d6c1b78bc80896191f206749b79f36ee8e69d1dff08f5e95a1853e34.jpg", + "image_caption": [ + "Figure 1: Loss landscapes of a two-parameter model. Averaging gradients forgoes information that can identify patterns shared across different environments. " + ], + "image_footnote": [], + "bbox": [ + 560, + 445, + 820, + 665 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 178, + 736, + 820, + 750 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "In this paper, we argue that the answer is yes. In particular, we hypothesize that if the goal is to find invariant mechanisms in the data, these can be identified by finding explanations (e.g. model parameters) that are hard to vary across examples. A notion of invariance implies something that stays the same, as something else changes. We assume that data comes from different environments: An invariant mechanism is shared across all, generalizes out of distribution (o.o.d.), but might be hard to model; each environment also has spurious explanations that are easy to spot (‘shortcuts’), but do not generalize o.o.d. From the point of view of causal modeling, such invariant mechanisms can be interpreted as conditional distributions of the targets given causal features of the inputs; invariance of such conditionals is expected if they represent causal mechanisms, that is — stable properties of the physical world (see e.g. Hoover (1990)). Generalizing o.o.d. means therefore that the predictor should perform equally well on data coming from different settings, as long as they share the causal mechanisms. ", + "bbox": [ + 174, + 757, + 825, + 922 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "We formalize a notion of consistency, which characterizes to what extent a minimum of the loss surface appears only when data from different environments are pooled. Minima with low consistency are ‘patchwork’ solutions, which (we hypothesize) sew together different strategies and should not be expected to generalize to new environments. An intuitive description of this principle was proposed by physicist David Deutsch: “good explanations are hard to vary” (Deutsch, 2011). ", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Using the notion of consistency, we define Invariant Learning Consistency (ILC), a measure of the expected consistency of the solution found by a learning algorithm on a given hypothesis class. The ILC can be improved by changing the hypothesis class or the learning algorithm, and in the last part of the paper we focus on the latter. We then analyse why current practices in deep learning provide little incentive for networks to learn invariances, and show that standard training is instead set up with the explicit objective of greedily maximizing speed of learning, i.e., progress on the training loss. When learning “as fast as possible” is not the main objective, we show we can trade-off some “learning speed” for prioritizing learning the invariances. A practical instantiation of ILC leads to o.o.d. generalization on a challenging synthetic task where several established regularizers fail to generalize; moreover, following the memorization task from Zhang et al. (2017), ILC prevents convergence on CIFAR-10 with random labels, as no shared mechanism is present, and similarly when a portion of training labels is incorrect. Lastly, we set up a behavioural cloning task based on the game CoinRun (Cobbe et al., 2019b), and observe better generalization on new unseen levels. ", + "bbox": [ + 174, + 180, + 825, + 361 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "An example. Take these two second-hand books of chess puzzles. We can learn the two independent shortcuts (blue arrows for the left book OR handwritten solutions on the right), or actually learn to play chess (the invariant mechanism). While both strategies solve other problems from the same books (i.i.d.), only the latter generalises to new chess puzzle books (o.o.d.). How to distinguish the two? We would not have learned about the red arrows had we trained on the book on the right, and vice versa with the hand-written notes. ", + "bbox": [ + 181, + 372, + 509, + 501 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/4e958bc770fbe8a283a4b825875d313db41b01e0fd8c86aa895fd80d473209b2.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 521, + 372, + 818, + 492 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "", + "bbox": [ + 179, + 497, + 774, + 512 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 EXPLANATIONS THAT ARE HARD TO VARY ", + "text_level": 1, + "bbox": [ + 174, + 542, + 555, + 558 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "We consider datasets $\\{ \\mathcal { D } ^ { e } \\} _ { e \\in \\mathcal { E } }$ , with $| \\mathcal { E } | = d$ , and $\\mathcal { D } ^ { e } = ( x _ { i } ^ { e } , y _ { i } ^ { e } )$ , $i _ { e } = 1 , \\dots , n ^ { e }$ . Here $x _ { i } ^ { e } \\in \\mathcal { X } \\subseteq \\mathbb { R } ^ { m }$ is the vector containing the observed inputs, and $y _ { i } ^ { e } \\in \\mathcal { V } \\subseteq \\mathbb { R } ^ { p }$ the targets. The superscript $e \\in { \\mathcal { E } }$ indexes some aspect of the data collection process, and can be interpreted as an environment label. Our objective is to infer a function $f : \\mathcal { X } \\mathcal { Y }$ — which we call mechanism — assigning a target $y _ { i } ^ { e }$ to each input $\\boldsymbol { x } _ { i } ^ { e }$ ; as explained in the introduction, we assume that such function is shared across all environments. For estimation purposes, $f$ may be parametrized by a neural network with continuous activations; for weights $\\theta \\in \\Theta \\subseteq \\mathbb { R } ^ { n }$ , we denote the neural network output at $x \\in \\mathcal { X }$ as $f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } )$ . ", + "bbox": [ + 173, + 570, + 825, + 670 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Gradient-based optimization. To find an appropriate model $f _ { \\theta }$ , standard optimizers rely on gradients from a pooled loss function $\\mathcal { L } : \\mathbb { R } ^ { n } \\mathbb { R }$ . This function measures the average performance ofř the neural network when predicting data labels, across all environments: ř $\\begin{array} { r } { \\mathcal { L } ( \\boldsymbol { \\theta } ) : = \\dot { \\frac { 1 } { | \\mathcal { E } | } } \\sum _ { e \\in \\mathcal { E } } \\mathcal { L } _ { e } ( \\boldsymbol { \\theta } ) } \\end{array}$ , with $\\begin{array} { r } { \\begin{array} { r } { \\mathcal { L } _ { e } ( \\theta ) : = \\frac { 1 } { | \\mathcal { D } ^ { e } | } \\sum _ { ( x _ { i } ^ { e } , y _ { i } ^ { e } ) \\in \\mathcal { D } ^ { e } } \\ell ( f ( x _ { i } ^ { e } ; \\theta ) , y _ { i } ^ { e } ) } \\end{array} } \\end{array}$ ; where $\\ell : \\mathbb { R } ^ { p } \\times \\mathbb { R } ^ { p } \\to [ 0 , + \\infty )$ is usually chosen to be the $L 2$ loss or the cross-entropy loss. The parameter updates according to gradient descent (GD) are given by $\\theta _ { \\mathrm { G D } } ^ { k + 1 } = \\theta _ { \\mathrm { G D } } ^ { k } - \\eta \\bar { \\nabla } \\bar { \\mathcal { L } } ( \\theta _ { \\mathrm { G D } } ^ { k } )$ , where $\\eta > 0$ is the learning rate. Under some standard assumptions (Lee et al., 2016), $( \\theta _ { \\mathrm { G D } } ^ { k } ) _ { k \\geqslant 0 }$ converges to a local minimizer of , with probability one. ", + "bbox": [ + 173, + 681, + 825, + 791 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "When do we not learn invariances? We start by describing what might prevent learning invariances in standard gradient-based optimization. ", + "bbox": [ + 173, + 804, + 825, + 833 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "(i) Training stops once the loss is low enough. If optimization learned spurious patterns by the time it converged, invariances will not be learned anymore. This depends on the rate at which different patterns are learned. The rates at which invariant patterns emerge (and vice-versa, the spurious patterns do not) can be improved by e.g.: (a) careful architecture design, e.g. as done by hardcoding spatial equivariance in convolutional networks; (b) fine-tuning models pre-trained on large amounts of data, where strong features already emerged and can be readily selected. ", + "bbox": [ + 173, + 840, + 825, + 924 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "(ii) Learning signals: everything looks relevant for a dataset of size 1. Due to the summation in the definition of the pooled loss $\\mathcal { L }$ , gradients for each example are computed independently. Informally, each signal is identical to the one for an equivalent dataset of size 1, where every pattern appears relevant to the task. To find invariant patterns across examples, if we compute our training signals on each of them independently, we have to rely on the way these are aggregated.1 ", + "bbox": [ + 173, + 103, + 825, + 174 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "(iii) Aggregating gradients: averaging maximizes learning speed. The default method to pool gradients is the arithmetic mean. GD applied to $\\mathcal { L }$ is designed to minimize the pooled loss by prioritizing descent speed.2 Indeed, a step of GD is equivalent to finding a tight3 quadratic upper bound $\\hat { \\mathcal { L } }$ to $\\mathcal { L }$ , and then jumping to the minimizer of this approximation (Nocedal and Wright, 2006). While speed is often desirable, by construction GD ignores one potentially crucial piece of information: The gradient $\\nabla \\mathcal { L }$ is the result of averaging signals $\\nabla { \\mathcal { L } } _ { e }$ , which correspond to the patterns visible from each environment at this stage of optimization. In other words, GD with average gradients greedily maximizes for learning speed, but in some situations we would like to trade some convergence speed for invariance. ", + "bbox": [ + 173, + 180, + 826, + 294 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "For instance, instead of performing an arithmetic mean between gradients (logical OR), we might want to look towards a logical AND, which can be characterized as a geometric mean. Fig. 1 shows how a sum can be seen as a logical OR: the two orthogonal gradients from data $A$ and data $B$ at (0.5,0.5) point to different directions, yet both are kept in the combined gradient.4 In Sec. 2.3 we elaborate on this idea and on implementing a logical AND between gradients. Before presenting this discussion, we take some time to better motivate the need for invariant learning consistency and to construct a precise mathematical definition of consistency. ", + "bbox": [ + 174, + 294, + 653, + 417 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/835eb492d9c071bc01f3a6e37b6c8100e1cc95943f631aa6c9fbfe0b09d88e7c.jpg", + "image_caption": [ + "Figure 2: Inconsistency in gradient directions. " + ], + "image_footnote": [], + "bbox": [ + 671, + 303, + 818, + 383 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "2.1 FORMAL DEFINITION OF ILC ", + "text_level": 1, + "bbox": [ + 176, + 444, + 415, + 458 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let $\\Theta _ { \\mathcal { A } } ^ { * }$ be the set of convergence points of algorithm $\\mathcal { A }$ when trained using all environments (pooled data): that is, $\\Theta _ { \\mathcal { A } } ^ { \\ast } = \\{ \\theta ^ { \\ast } \\in \\Theta \\mid \\exists \\theta ^ { 0 } \\in \\mathbb { R } ^ { n }$ s.t. $A _ { \\infty } ( \\theta ^ { 0 } , { \\mathcal { E } } ) = \\theta ^ { * } \\}$ . For instance, if $\\mathcal { A }$ is gradient A descent, the result of Lee et al. (2016) implies that $\\Theta _ { \\mathcal { A } } ^ { * }$ is the set of local minimizers of the pooled loss $\\mathcal { L }$ . To each $\\theta ^ { \\ast } \\in \\Theta _ { A } ^ { \\ast }$ A , we want to associate a consistency score, quantifying the concept “good $\\theta ^ { * }$ Aare hard to vary”. In other words, we would like the score to capture the consistency of the loss landscape around $\\theta ^ { * }$ across the different environments. For example, in Fig. 1 the loss landscape near the bottom-left minimizer is consistent across environments, while the top-right minimizer is not. ", + "bbox": [ + 173, + 473, + 826, + 571 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/eb9ca484544d5d5cf5c2980ba2b3999fd126d44ac36d9c5259ef498ccebf057c.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 570, + 575, + 676, + 678 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "Let us characterize the landscape around $\\theta ^ { * }$ from the perspective of a fixed environment $e \\in { \\mathcal { E } }$ . We define the set $N _ { e , \\theta ^ { * } } ^ { \\epsilon }$ to be the largest path-connected region of space containing both $\\theta ^ { * }$ and the set $\\{ \\theta \\in \\Theta \\mathrm { s . t . } | \\mathcal { L } _ { e } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | \\leqslant$ $\\epsilon \\}$ , with $\\epsilon > 0$ . In other words, if $\\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon }$ then there exist a path-connected region in parameter space including $\\theta ^ { * }$ and $\\theta$ where each parameter also is in N \u000fe,θ˚ and its loss on environment $e$ is comparable. From the perspective of environment $e$ , all these points are equivalent to $\\theta ^ { * }$ . We would like to evaluate the elements of this set with respect to a different environment ˇ $e ^ { \\prime } \\neq e$ . We will say that $e ^ { \\prime }$ is consistent with $e$ in $\\theta ^ { * }$ if $\\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } \\mathbf { \\bar { | } } \\mathcal L _ { e ^ { \\prime } } ( \\theta ) - \\mathcal L _ { e } ( \\theta ) \\vert$ is small. Repeating this reasoning for all environment pairs, we arrive at the following inconsistency score: ", + "bbox": [ + 174, + 571, + 550, + 689 + ], + "page_idx": 2 + }, + { + "type": "image", + "img_path": "images/33d19950daa9e64b7d688eda9692ea92abc78d7ced3f1ad6fae22b8df1765b16.jpg", + "image_caption": [ + "Loss surface for data B " + ], + "image_footnote": [], + "bbox": [ + 699, + 588, + 805, + 666 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 689, + 825, + 748 + ], + "page_idx": 2 + }, + { + "type": "equation", + "img_path": "images/a69693a9a6f57a5b78c26af8fee718ab41a3bce63580312e3f479ef37f36a8d5.jpg", + "text": "$$\n\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } _ { ( e , e ^ { \\prime } ) \\in \\mathcal { E } ^ { 2 } } \\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } | \\mathcal { L } _ { e ^ { \\prime } } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | .\n$$", + "text_format": "latex", + "bbox": [ + 344, + 762, + 651, + 790 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "This consistency is our formalization of the principle “good explanations are hard to vary”. Finally, we can write down an invariant learning consistency score for $\\mathcal { A }$ : ", + "bbox": [ + 173, + 103, + 825, + 132 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/15d53d902ccedfade86b78eb659b805fa5c09679e4e9226207ff64ac2c9b60ad.jpg", + "text": "$$\n\\operatorname { I L C } ( \\mathcal { A } , p _ { \\theta ^ { 0 } } ) : = - \\mathbb { E } _ { \\theta ^ { 0 } \\sim p ( \\theta ^ { 0 } ) } \\left[ \\mathcal { T } ^ { \\epsilon } ( \\mathcal { A } _ { \\infty } ( \\theta ^ { 0 } , \\mathcal { E } ) \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 346, + 136, + 651, + 156 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "That is, the learning consistency of an algorithm measures the expected consistency across environments of the minimizer it converges to on the pooled data. ", + "bbox": [ + 173, + 161, + 826, + 189 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Example: low consistency of a classic patchwork solution. One-hidden-layer networks with sigmoid activations and enough neurons can approximate any function $f ^ { * } : [ 0 , \\dot { 1 } ] \\to \\mathbb { R }$ (Cybenko, 1989). In appendix A.1 we show how the construction used to obtain the weights leads to a maximally inconsistent solution according to $\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } )$ , which would not be expected to generalize o.o.d. ", + "bbox": [ + 173, + 193, + 825, + 250 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2.2 ILC AS A LOGICAL AND BETWEEN LANDSCAPES ", + "text_level": 1, + "bbox": [ + 173, + 265, + 558, + 280 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Here we draw a connection between our definition of inconsistency and the local geometric properties of the loss landscapes. For the sake of clarity, we consider two environments $A$ and $B$ ) and assume $\\theta ^ { * }$ to be a local minimizer (with zero loss) for both environments. Using a Taylor approximation5, we get $\\begin{array} { r } { \\mathcal { L } ( \\theta ) \\approx \\frac { 1 } { 2 } ( \\theta - \\theta ^ { * } ) ^ { \\top } H _ { A + B } ( \\theta - \\theta ^ { * } ) } \\end{array}$ for $\\lVert \\dot { \\theta } - \\theta ^ { * } \\rVert \\approx 0$ , where $H _ { A + B } = \\left( H _ { A } + \\mathbf { \\bar { \\mathit { H } } } _ { B } \\right) / 2$ is the arithmetic mean of the Hessians $H _ { A } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )$ and $\\Dot { H _ { B } } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )$ . $H _ { A + B }$ does not capture the possibly conflicting geometries of landscape $A$ or $B$ : It performs a “logical OR” on the dominant eigendirections. In contrast, the geometric mean, or Karcher mean, $H _ { A \\land B }$ (Ando et al., 2004) is affected by the inconsistencies between landscapes: It performs a “logical AND”. In appendix A.2, we give a formal definition of $H _ { A \\land B }$ and show that for diagonal Hessians, I\u000fpθ˚q ď 2\u000fp detpHA\\`BqdetpHA^Bq q ", + "bbox": [ + 173, + 285, + 633, + 470 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/638768a396b51f0d355670863efe7197718799d15f49a554a924db13e7580926.jpg", + "image_caption": [ + ".5 -1 -0.5 0 0.5 1 1.5Figure 3: Plotted are contour lines $\\theta ^ { \\top } H ^ { - 1 } \\theta \\quad = \\quad 1$ for $H _ { A } \\ = \\ \\mathrm { d i a g } ( 0 . 0 5 , 1 )$ and $H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 5 )$ . $H _ { A \\land B }$ retains the original volumes, while for $H _ { A + B }$ it is $5 \\times$ bigger. This magnification shows inconsistency of $A$ and $B$ . " + ], + "image_footnote": [], + "bbox": [ + 671, + 263, + 808, + 361 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "for the geometric mean of positive numbers, $0 \\leqslant \\operatorname* { d e t } ( H _ { A \\wedge B } ) \\leqslant \\operatorname* { d e t } ( H _ { A + B } )$ ; thus, inconsistency is lowest when shapes of $A$ and $B$ are similar – exactly as in the bottom-left minimizer of Fig. 1. ", + "bbox": [ + 174, + 472, + 825, + 500 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "From Hessians to gradients. We just saw that the consistency of $\\theta ^ { * }$ is linked to the geometric mean of the Hessians $\\{ \\bar { H _ { e } } ( \\theta ^ { * } ) \\} _ { e \\in \\mathcal { E } }$ . Under the simplifying assumption that each ś $H _ { e }$ is diagonal6 and allś eigenvalues $\\lambda _ { i } ^ { e }$ are positive, their geometric mean is $\\begin{array} { r } { H ^ { \\wedge } : = \\mathrm { d i a g } ( ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { 1 } ^ { e } ) ^ { 1 / | \\varepsilon | } , \\dots , ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } ) ^ { 1 / | \\varepsilon | } ) } \\end{array}$ . The curvature of the corresponding loss in the $i$ -th eigendirection depends on how consistent the curvatures of each environment are in that direction. Consider now optimizing from a point ř ř $\\theta ^ { k }$ ; gradient descent reads $\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )$ , where $\\begin{array} { r } { H ^ { + } : = \\mathrm { d i a g } \\big ( \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\breve { \\lambda _ { 1 } ^ { e } } , \\dots , \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } \\big ) } \\end{array}$ . For $\\eta$ small enough7, we have $\\begin{array} { r } { \\vert \\theta _ { i } ^ { k + 1 } - \\theta _ { i } ^ { * } \\vert = ( 1 - \\eta \\frac { 1 } { \\vert \\mathcal { E } \\vert } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { i } ^ { e } ) \\vert \\theta _ { i } ^ { k } - \\theta _ { i } ^ { * } \\vert } \\end{array}$ . As noted, this choice maximises the speed of convergence to $\\theta ^ { * }$ , but does not take into account whether this minimizer is consistent. We can reduce the speed of convergence on directions where landscapes have different curvatures – which would lead to a high inconsistency – by following the gradients from the geometric mean of the landscapes, as opposed to the arithmetic mean. I.e, we substitute the full gradient $\\nabla { \\mathcal { L } } ( \\theta ) = H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )$ with $\\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = H ^ { \\wedge } ( \\theta ^ { k } - \\theta ^ { * } )$ . Also, we have that8 $\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = \\big ( \\prod _ { e \\in \\mathcal { E } } \\nabla \\mathcal { L } _ { e } ( \\theta ) \\big ) ^ { 1 / | \\varepsilon | } } \\end{array}$ : to reduce the speed of convergence in directions with inconsistency, we can take the element-wise geometric mean of gradients from different environments (see also Fig. 11 in the appendix). ", + "bbox": [ + 173, + 507, + 826, + 715 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "2.3 MASKING GRADIENTS WITH A LOGICAL AND ", + "text_level": 1, + "bbox": [ + 173, + 726, + 534, + 739 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "The element-wise geometric mean of gradients, instead of the arithmetic mean, increases consistency in the convex quadratic case. However, there are a few practical limitations: ", + "bbox": [ + 174, + 744, + 823, + 772 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "(i) The geometric mean is only defined when all the signs are consistent. It is still to be defined how sign inconsistencies, which can occur in non-convex settings, should be dealt with. ", + "bbox": [ + 176, + 773, + 823, + 801 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "(ii) It provides little flexibility for ‘partial’ agreement: Even a single zero gradient component in one environment stops optimization in that direction. ", + "bbox": [ + 178, + 804, + 823, + 832 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "(iii) For numerical stability, it needs to be computed in log domain (more computationally expensive). ", + "bbox": [ + 171, + 103, + 825, + 118 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "(iv) Adaptive step-size schemes (e.g. Adam (Kingma and Ba, 2015)) rescale the signal componentwise for local curvature adaptation. The exact magnitude of the geometric mean would be ignored and most of the difference from arithmetic averaging will come from the zero-ed components. ", + "bbox": [ + 174, + 123, + 823, + 165 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "(i) can be overcome by treating different signs as zeros, resulting in a geometric mean of 0 if there is any sign disagreement across environments for a gradient component. For (ii) we can allow for some disagreement (with a hyperparameter), by not masking out if there is a large percentage of environments with gradients in that direction. (iii) and (iv) can be addressed together: Since the final magnitude will be rescaled except for masked components, i.e. where the geometric mean is 0, we can use the average gradients (fast to compute) and mask out the components based on the sign agreement (computable avoiding the log domain). ", + "bbox": [ + 173, + 169, + 825, + 267 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The AND-mask. We translate the reasoning we just presented to a practical algorithm that we will refer to as the AND-mask. In its most simple implementation, we zero out those gradient components with respect to weights that have inconsistent signs across environments. Formally, the masked gradients at iteration $k$ are $m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } )$ , where $m _ { t } ( \\theta ^ { k } )$ vanishes for any component where there are less than $t \\in \\{ d / 2 , d / 2 + 1 , \\ldots , d \\}$ agreeing gradient signs across environments $d$ is the number of environments in the batch), and is equal to one otherwise. For convenience, our implementation of the AND-mask uses a threshold $\\tau \\in [ 0 , 1 ]$ as hyper-parameter instead of ř $t$ , such that $\\begin{array} { r } { t = \\frac { d } { 2 } ( \\tau + 1 ) } \\end{array}$ Mathematically, for every component $[ m _ { \\tau } ] _ { j }$ of $m _ { \\tau }$ , $\\begin{array} { r } { [ m _ { \\tau } ] _ { j } = \\pmb { 1 } \\left[ \\tau d \\leqslant | \\sum _ { e } \\mathrm { s i g n } ( [ \\nabla \\mathcal { L } _ { e } ] _ { j } ) | \\right] } \\end{array}$ . ", + "bbox": [ + 173, + 280, + 825, + 393 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Computing the AND-mask has the same time and space complexity of standard gradient descent, i.e., linear in the number of examples that we average. Due to its simplicity and computational efficiency, this is the algorithm that we will use in the experiment section. As a first result, we show that following the AND-masked gradient leads to convergence in the directions made visible by the AND-mask. The proof is presented in appendix A.3. ", + "bbox": [ + 173, + 398, + 825, + 468 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Proposition 1. Let $\\mathcal { L }$ have $L$ -Lipschitz gradients and consider a learning rate $\\eta \\leqslant 1 / L$ . After $k$ iterations, AND-masked GD visits at least once a point $\\theta$ where $\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )$ . ", + "bbox": [ + 174, + 474, + 821, + 503 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Behaviour in the face of randomness. Here we put the AND mask through a theoretical test: For gradients coming from different environments that are inconsistent (or even random), how fast does the AND mask reduce the magnitude of the step taken in parameter space, compared to standard GD? In case of inconsistency, the AND mask should quickly make the gradient steps more conservative. ", + "bbox": [ + 174, + 520, + 583, + 618 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "To assess this property, we consider a fixed set of $n$ parameters $\\theta$ and gradients $\\nabla { \\mathcal { L } } _ { e }$ drawn independently from a multivariate Gaussian with zero mean and unit covariance. ", + "bbox": [ + 174, + 625, + 580, + 666 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/ad04a04ecd51008a3704226762cc27ef505decdf650968cedaac64cbe9c1e43f.jpg", + "image_caption": [ + "Figure 4: Magnitude of gradient (average or masked) on random data $( \\left| \\theta \\right| =$ 3000, $t = 0 . 8 d$ ). " + ], + "image_footnote": [], + "bbox": [ + 617, + 520, + 795, + 622 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Proposition 2. Consider the setting we just outlined, with $\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}$ . While $\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =$ $\\mathcal { O } ( n / d )$ , we have that $\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]$ such that $\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )$ ", + "bbox": [ + 174, + 672, + 821, + 705 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "The proof is presented in Appendix A.4, and an illustration with numerical verification in Fig. 4 (the magnitudes of masked gradients (•) for more than 100 examples were always zero in the numerical verification). Intuitively, in the presence of purely random patterns, the AND-mask has a desirable property: it decreases the strength of these signals exponentially fast, as opposed to linearly. ", + "bbox": [ + 174, + 710, + 825, + 767 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "3 EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 785, + 326, + 801 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Real-world datasets are generated by (causal) generative processes which share mechanisms (Pearl, 2009). However, mechanisms and spurious signals are often entangled, making it hard to assess what part of the learning signal is due to either. As the goal of this paper is to dissect these two components to understand how they ultimately contribute to the learning process, we create a simple synthetic dataset that allows us to control the complexity, intensity, and number of shortcuts in the data. After that, we evaluate whether spurious signals can be detected even in high-dimensional networks and datasets by testing the AND-mask on a memorization task similar to the one proposed in Zhang et al. (2017), and on a behavioral cloning task using the game CoinRun (Cobbe et al., 2019a). ", + "bbox": [ + 174, + 813, + 825, + 925 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/2c6666a00d98e65f93e0f8cfc43ecdc82f29522ed1a9935aadd3b95f63205d2e.jpg", + "image_caption": [ + "Figure 5: A 4-dimensional instantiation of the synthetic memorization dataset for visualization. Every example is a dot in both circles, and it can be classified by finding either of the “oracle” decision boundaries shown. " + ], + "image_footnote": [], + "bbox": [ + 215, + 102, + 782, + 161 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "3.1 THE SYNTHETIC MEMORIZATION DATASET ", + "text_level": 1, + "bbox": [ + 176, + 217, + 508, + 231 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We introduce a binary classification task. The input dimensionality is $d = d _ { M } + d _ { S }$ . While $p ( y | x _ { d _ { M } } )$ is the same across all environments (i.e. the mechanism), $p ( y | x _ { d _ { S } } , e )$ is not the same across all environments (the shortcuts). While the mechanism is shared, it needs a highly non-linear decision boundary to classify the data. The shortcuts are not shared across environments, but provide a simple way to classify the data, even when pooling all the environments together. See Figure 5 for a concrete example with $d _ { M }$ and $d _ { S }$ equal to 2, and two environments ( $A$ and $B$ ). The spirals (on $d _ { M }$ ) are invariant but hard to model. The shortcuts (on $d _ { S }$ ) are simple blobs but different in every environment: in $A$ , linearly separable through a vertical decision boundary, in $B$ with a horizontal one. If the two environments are pooled, a new diagonal decision boundary emerges on the shortcut dimensions as the most ‘natural’ one. While this perfectly classifies data in both environments $A$ and $B$ , critically it would have not been found by training on either partition $A$ or $B$ alone. The out-of-distribution (o.o.d.) test data has the same mechanism but random shortcuts. Therefore, any method relying exclusively on the shortcuts will have chance-level o.o.d. performance. Details about the dataset, baselines, and training curves are reported in appendix B. ", + "bbox": [ + 173, + 239, + 825, + 434 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Despite the apparent simplicity of this dataset, note that it is challenging to find the invariant mechanism. In high dimensions, even with tens of pooled environments, the shortcuts allow for a simple classification rule under almost every classical definition of ‘simple’: the boundary is linear, it has a large margin, it can be expressed with small weights, it is fast to learn, robust to input noise, and has perfect accuracy and no i.i.d. generalization gap. Finding the complex decision boundary of the spirals, instead, is a fiddly process and arguably a much slower path towards small loss. ", + "bbox": [ + 174, + 440, + 825, + 523 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Baselines. We evaluate several domain-agnostic baselines (all multilayer perceptrons) with some of the most common regularizers used in deep learning — Dropout, L1, L2, Batch normalization. We also consider methods that explicitly make use of the environment labels, namely: (i) Domain Adversarial Neural Networks (DANN) (Ganin et al., 2016), a method specifically designed to address domain adaptation by obfuscating domain information with an adversarial classifier; (ii) Invariant Risk Minimization (IRM) (Arjovsky et al., 2019), discussed in detail in appendix B. The AND-mask is trained with the same configurations in Table 1. ", + "bbox": [ + 173, + 532, + 825, + 628 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Results. Fig. 6 shows training and test accuracy. DANN fails because it can align the representationlayer distributions from different environments using only shortcuts, such that they become indistinguishable to the domain-discriminating classifier. The AND-mask was the only method to achieve perfect test accuracy, by fitting the spirals instead of the shortcuts. In particular, the combination of the AND-mask with L1 or L2 regularization gave the most robust results overall, as they help suppress neurons that at initialization are tuned towards the shortcuts. ", + "bbox": [ + 174, + 638, + 531, + 790 + ], + "page_idx": 5 + }, + { + "type": "image", + "img_path": "images/1e0e4467ccc660e2ea7f279aa37ed5069560e29245353b3bd2c3a0696908dec2.jpg", + "image_caption": [ + "Figure 6: Results on the synthetic dataset. " + ], + "image_footnote": [], + "bbox": [ + 555, + 638, + 805, + 767 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Correlations between average, memorization and generalization gradients. Due to the synthetic nature of the dataset, we can intervene on its data-generating process in order to examine the learning signals coming from the mechanisms and from the shortcuts. We isolate the two and measure their contribution to the average gradients, as we vary the agreement threshold of the mask. More precisely, we look at the gradients computed with respect to the weights of a randomly initialized network for different sets of data: (i) The original data, with mechanisms and shortcuts. (ii) Randomly permuting the dataset over the mechanisms dimensions, thus leaving the “memorization” signal of the shortcuts. (iii) Randomly permuting over the shortcuts dimensions, isolating the “generalization” signal of the mechanisms alone. Figure 7 shows the correlation between the components of the original average gradient (i) and the shortcut gradients ((ii), dashed line), and between the original average gradients and the mechanism gradients ((iii), solid line). ", + "bbox": [ + 173, + 799, + 826, + 924 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "While the signal from the mechanisms is present in the original average gradients (i.e. $\\rho \\approx 0 . 4$ for $\\tau = 0$ ), its magnitude is smaller and it is ‘drowned’ by the memorization signal. Instead, increasing the threshold of the AND-mask (right side) suppresses memorization gradients due to the shortcuts, and for $\\tau \\approx 1$ most of the gradient components remaining contain signal from the mechanism. On the left side, we test the other side of our hypothesis: An XORmask zeroes out consistent gradients, preserves those with different signs, and results in a sharper decrease of the correlation with the mechanism gradients. ", + "bbox": [ + 174, + 132, + 550, + 284 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/f6c918dad9067762cd130aed6eaf781a1015531ba0a3e0f3f71834d439bdadd8.jpg", + "image_caption": [ + "Figure 7: Gradient correlations. " + ], + "image_footnote": [], + "bbox": [ + 568, + 143, + 815, + 253 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3.2 EXPERIMENTS ON CIFAR-10 ", + "text_level": 1, + "bbox": [ + 176, + 295, + 419, + 309 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Memorization in a vision task. Zhang et al. (2017) showed that neural networks trained with standard regularizers — like L2 and Dropout — can still memorize large training datasets with shuffled labels, i.e. reaching $\\approx 1 0 0 \\%$ training accuracy. Their experiments raised significant questions about the generalization properties of neural networks and the role of regularizers in constraining the hypothesis class. Our hypothesis is that ILC — for example implemented as the AND-mask — should prevent memorization on a similar task with the shuffled labels, as gradients will tend to largely ‘disagree’ in the absence of a shared mechanism. However, when the labels are not shuffled, ILC should have a much weaker effect, as real shared mechanisms are still present in the data. ", + "bbox": [ + 173, + 316, + 825, + 429 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "To test our hypothesis, we ran an experiment that closely resembles the one in (Zhang et al., 2017) on CIFAR-10. We trained a ResNet on CIFAR-10 with random labels, with and without the AND-mask. In all experiments we used batch size 80, and treated each example as its own “environment”. Recall that standard gradient averaging is equivalent to an AND-mask with threshold 0. As shown in Figure 8, the ResNet with standard average gradients memorized the data, while slightly increasing the threshold for the AND-mask quickly prevented memorization (dark blue line). In contrast, training the same networks on the dataset with the original labels resulted in both of them converging and generalizing to the test set, confirming that the mask did not significantly affect the generalization error with a general underlying mechanism in the data. ", + "bbox": [ + 173, + 435, + 825, + 560 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Note that there is no standard notion of environments in CIFAR10, which is why we treated every example as coming from its own environment. This assumption is not unreasonable, as every image in the dataset was literally collected in a different physical environment. If anything, it is the standard i.i.d. assumption that hides this variety behind a notion of a single distribution encompassing all environments. The results of this experiment further support this interpretation, and can serve as evidence that — in some cases — we might be able to identify invariances even without an explicit partition into environments, as this can be already identified at the level of individual examples. ", + "bbox": [ + 174, + 568, + 583, + 734 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/f6190599675b973b7ae2e4d3afc55b69d7b084c707dcc9dcb178991769022b01.jpg", + "image_caption": [ + "Figure 8: As the AND-mask threshold increases, memorization on CIFAR-10 with random labels is quickly hindered. " + ], + "image_footnote": [], + "bbox": [ + 596, + 568, + 818, + 659 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Label noise. Following up on this experiment, we test how the AND-mask performs in the presence of label noise, i.e. when a portion of the labels in the training set are randomly shuffled $2 5 \\%$ here). According to our hypothesis, gradients computed on examples with random labels should disagree and get masked out by the AND-mask, while signal from correctly labeled data should contribute to update the model. As shown in Figure 9, the performance on the incorrectly labeled portion of the dataset is well below chance for the AND-mask (as it predicts correctly despite the wrong labels), while the baseline again memorizes the incorrect labels. On the test set (with untouched labels), the baseline peaks early then decreases as the model overfits, while the AND-mask slowly but steadily improves. ", + "bbox": [ + 174, + 743, + 584, + 922 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/cd69c7bf4b0dcb56f492eb009b3fe37088a338122999723f978315d05295eae2.jpg", + "image_caption": [ + "Figure 9: The AND-mask prevents overfitting to the incorrectly labeled portion of the training set (left) without hurting the test accuracy (right). " + ], + "image_footnote": [], + "bbox": [ + 602, + 742, + 820, + 837 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "3.3 BEHAVIORAL CLONING ON COINRUN ", + "text_level": 1, + "bbox": [ + 178, + 103, + 475, + 117 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "CoinRun (Cobbe et al., 2019b) is a game introduced to test how RL agents generalize to novel situations. The agent needs to collect coins, jumping on top of walls and boxes and avoiding enemies.9 Each level is procedurally generated — i.e. it has a different combination of sprites, background, and layout — but the physics and goals are invariant. Cobbe et al. (2019b) showed that state-of-the-art RL algorithms fail to model these invariant mechanisms, performing poorly on new levels unless trained on thousands of them. To test our hypothesis, we set up a behavioral cloning task using CoinRun.10 We start by pre-training a strong policy $\\pi ^ { * }$ using standard PPO (Schulman et al., 2017) for 400M steps on the full distribution of levels. We then generate a dataset of pairs $( s , \\pi ^ { * } ( a | s ) )$ from the on-policy distribution. The training data consists of 1000 states from each of 64 levels, while test data comes from 2000 levels. A ResNet- $1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }$ is then trained to minimize the loss $D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )$ on the training set. We compare the generalization performance of regular Adam to a version that uses the AND-mask. For each method we ran an automatic hyperparameter optimization study using Tree-structured Parzen Estimation (Bergstra et al., 2013) of 1024 trials. ", + "bbox": [ + 173, + 131, + 825, + 310 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Despite the theoretical computational efficiency of computing the ANDmask as presented in Section 2.3 (i.e., linear time and memory in the size of the mini-batch, just like classic SGD), current deep learning frameworks like PyTorch (Paszke et al., 2017) have optimized routines that sum gradients across examples in a mini-batch before it is possible to efficiently compute the AND-mask. We therefore test the AND-mask in a slightly different way. In training, in each iteration we sample a batch of data from a randomly chosen level out of the 64 available (and cycle through them all once per epoch). We then apply the AND-mask ‘temporally’, only allowing gradients that are consistent across time (and therefore across levels). See Algorithm 1 in appendix B.6 for a detailed description of this alternative formulation of the AND-mask. The figure shows the minimum test loss for the 10 best runs, supporting the hypothesis that the AND-mask helps identify invariant mechanisms across different levels. ", + "bbox": [ + 174, + 311, + 666, + 503 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/f98c901e8f6899d5e94e32da3effe7ac6f1e48a2f2b95afa4d08c00b4e8b8a48.jpg", + "image_caption": [], + "image_footnote": [], + "bbox": [ + 686, + 323, + 813, + 502 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4 RELATED WORK ", + "text_level": 1, + "bbox": [ + 176, + 523, + 344, + 540 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Generalization and covariate shift. The classic formulation of statistical learning theory (Vapnik) concerns learning from independent and identically distributed samples. The case where the distribution of the covariates at test time differs from the one observed during training is termed covariate shift (Sugiyama et al., 2007; Quionero-Candela et al., 2009; Sugiyama and Kawanabe, 2012). Standard solutions involve re-weighting of the training examples, but require the additional assumption of overlapping supports for train and test distributions. ", + "bbox": [ + 174, + 550, + 825, + 633 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Causal models and invariances. As we mentioned in the Introduction, causality provides a strong motivation for our work, based on the notion that statistical dependencies are epiphenomena of an underlying causal model (Pearl, 2009; Peters et al., 2017). The causal description identifies stable elements – e.g. physical mechanisms – connecting causes and effects, which are expected to remain invariant under interventions or changing external conditions (Haavelmo, 1943; Schölkopf et al., 2012)). This motivates our notion of invariant mechanisms, and inspired related notions which have been proposed for robust regression (Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; Arjovsky et al., 2019; Hermann and Lampinen, 2020; Ahuja et al., 2020; Krueger et al., 2020). We discuss this in more detail in appendix C.1. ", + "bbox": [ + 174, + 633, + 825, + 757 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Domain generalization. ILC can be used in a setting of domain generalization (Muandet et al., 2013), but it is not limited to it: as demonstrated in the experiments in Section 3.2, the AND-mask can be applied even if domain labels are not available. In contrast, by treating every example as a single domain, methods relying on domain classifiers (like DANN Ganin et al. (2016) or Balaji et al. (2018)) would require as many output units as there are training examples (i.e. $5 0 \\mathrm { ^ { \\circ } 0 0 0 }$ for CIFAR-10). ", + "bbox": [ + 174, + 758, + 825, + 827 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Gradient agreement. Looking at gradient agreement to learn meaningful representations in neural networks has been explored in (Du et al., 2018; Eshratifar et al., 2018; Fort et al., 2019; Zhang et al., 2019b). These approaches mainly rely on a measure of cosine similarity between gradients, which we did not consider here for two main reasons: $( i )$ It is a ‘global’ property of the gradients, and it would not allow us to extract precise information about different patterns in the network; $( i i )$ It is unclear how to extend it beyond pairs of vectors, and for pairwise interactions its computational cost scales quadratic in the number of examples used. ", + "bbox": [ + 176, + 828, + 823, + 869 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 159 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 CONCLUSIONS ", + "text_level": 1, + "bbox": [ + 176, + 174, + 328, + 190 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Generalizing out of distribution is one of the most significant open challenges in machine learning, and relying on invariances across environments or examples may be key in certain contexts. In this paper we analyzed how neural networks trained by averaging gradients across examples might converge to solutions that ignore the invariances, especially if these are harder to learn than spurious patterns. We argued that if learning signals are collected on one example at the time — as it is the case for gradients, e.g., computed with backpropagation — the way these signals are aggregated can play a significant role in the patterns that will ultimately be expressed: Averaging gradients in particular can be too permissive, acting as a logical $O R$ of a collection of distinct patterns, and lead to a ‘patchwork’ solution. We introduced and formalized the concept of Invariant Learning Consistency, and showed how to learn invariances even in the face of alternative explanations that — although spurious — fulfill most characteristics of a good solution. The AND-mask is but one of multiple possible ways to improve consistency, and it is unlikely to be a practical algorithm for all applications. However, we believe this should not distract from the general idea which we are trying to put forward — namely, that it is worthwhile to study learning of explanations that are hard to vary, with the longer term goal of advancing our understanding of learning, memorization and generalization. ", + "bbox": [ + 173, + 204, + 825, + 411 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 434, + 356, + 449 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We wish to thank Sebastian Gomez, Luca Biggio, Julius von Kügelgen, Paolo Penna, Ioannis Anagno, Ricards Marcinkevics, Sidak Pal Singh, Damien Teney for feedback on the manuscript, and thank Nando de Freitas for fruitful discussions in the early stage of this project. We also thank the Max Planck ETH Center for Learning Systems for supporting Giambattista Parascandolo, and the International Max Planck Research School for Intelligent Systems for supporting Alexander Neitz. ", + "bbox": [ + 174, + 465, + 825, + 535 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 558, + 285, + 573 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "L. Adolphs, J. Kohler, and A. Lucchi. Ellipsoidal trust region methods and the marginal value of hessian information for neural network training. arXiv preprint arXiv:1905.09201 (version 1), 2019. \nK. Ahuja, K. Shanmugam, K. R. Varshney, and A. Dhurandhar. Invariant risk minimization games. In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 145–155. PMLR, 2020. URL http://proceedings.mlr.press/v119/ahuja20a.html. \nT. Ando, C.-K. Li, and R. Mathias. Geometric means. Linear algebra and its applications, 385: 305–334, 2004. \nM. Arjovsky, L. Bottou, I. Gulrajani, and D. Lopez-Paz. Invariant risk minimization. arXiv preprint arXiv:1907.02893, 2019. \nY. Balaji, S. Sankaranarayanan, and R. Chellappa. Metareg: Towards domain generalization using meta-regularization. In S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi, and R. Garnett, editors, Advances in Neural Information Processing Systems 31: Annual Conference on Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal, Canada, pages 1006–1016, 2018. URL https://proceedings.neurips.cc/paper/ 2018/hash/647bba344396e7c8170902bcf2e15551-Abstract.html. \nS. Becker, Y. Le Cun, et al. Improving the convergence of back-propagation learning with second order methods. In Proceedings of the 1988 connectionist models summer school, pages 29–37, 1988. ", + "bbox": [ + 171, + 582, + 828, + 925 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "J. Bergstra, D. Yamins, and D. D. Cox. Making a science of model search: Hyperparameter optimization in hundreds of dimensions for vision architectures. In Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Proceedings, pages 115–123. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/bergstra13.html. ", + "bbox": [ + 173, + 103, + 826, + 174 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "L. Bottou, F. E. Curtis, and J. Nocedal. Optimization methods for large-scale machine learning. Siam Review, 60(2):223–311, 2018. ", + "bbox": [ + 176, + 183, + 821, + 212 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019a. URL http://proceedings.mlr.press/v97/cobbe19a.html. ", + "bbox": [ + 174, + 220, + 825, + 291 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019b. URL http://proceedings.mlr.press/v97/cobbe19a.html. ", + "bbox": [ + 173, + 300, + 826, + 371 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "K. Cobbe, C. Hesse, J. Hilton, and J. Schulman. Leveraging procedural generation to benchmark reinforcement learning. In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 2048–2056. PMLR, 2020. URL http://proceedings.mlr.press/v119/ cobbe20a.html. ", + "bbox": [ + 173, + 380, + 825, + 450 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "G. Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of control, signals and systems, 2(4):303–314, 1989. ", + "bbox": [ + 173, + 459, + 821, + 488 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "D. Deutsch. The beginning of infinity: Explanations that transform the world. Penguin UK, 2011. ", + "bbox": [ + 174, + 497, + 812, + 512 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Y. Du, W. M. Czarnecki, S. M. Jayakumar, R. Pascanu, and B. Lakshminarayanan. Adapting auxiliary losses using gradient similarity. arXiv preprint arXiv:1812.02224, 2018. ", + "bbox": [ + 173, + 521, + 823, + 551 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "A. E. Eshratifar, D. Eigen, and M. Pedram. Gradient agreement as an optimization objective for meta-learning. arXiv preprint arXiv:1810.08178, 2018. ", + "bbox": [ + 173, + 559, + 823, + 589 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "S. Fort, P. K. Nowak, and S. Narayanan. Stiffness: A new perspective on generalization in neural networks. arXiv preprint arXiv:1901.09491, 2019. ", + "bbox": [ + 173, + 598, + 825, + 627 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Y. Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. Marchand, and V. Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning Research, 17(1):2096–2030, 2016. ", + "bbox": [ + 173, + 636, + 826, + 678 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "T. Haavelmo. The statistical implications of a system of simultaneous equations. Econometrica, 11 (1), 1943. ", + "bbox": [ + 174, + 688, + 825, + 717 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "C. Heinze-Deml and N. Meinshausen. Conditional variance penalties and domain shift robustness. arXiv preprint arXiv:1710.11469, 2017. ", + "bbox": [ + 173, + 726, + 825, + 755 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "C. Heinze-Deml, J. Peters, and N. Meinshausen. Invariant causal prediction for nonlinear models. Journal of Causal Inference, 6(2), 2018. ", + "bbox": [ + 173, + 763, + 826, + 792 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "K. L. Hermann and A. K. Lampinen. What shapes feature representations? exploring datasets, architectures, and training. In H. Larochelle, M. Ranzato, R. Hadsell, M. Balcan, and H. Lin, editors, Advances in Neural Information Processing Systems 33: Annual Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6-12, 2020, virtual, 2020. URL https://proceedings.neurips.cc/paper/2020/hash/ 71e9c6620d381d60196ebe694840aaaa-Abstract.html. ", + "bbox": [ + 174, + 801, + 826, + 886 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "K. D. Hoover. The logic of causal inference: Econometrics and the conditional analysis of causation. Economics & Philosophy, 6(2):207–234, 1990. ", + "bbox": [ + 176, + 895, + 825, + 922 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "L. Hurwicz. On the structural form of interdependent systems. In E. Nagel, P. Suppes, and A. Tarski, editors, Logic, Methodology and Philosophy of Science, Proceedings of the 1960 International Congress, pages 232–239. Stanford University Press, Stanford, CA, 1962. ", + "bbox": [ + 174, + 103, + 823, + 146 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "D. Janzing. Causal regularization. In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages 12683–12693, 2019. URL https://proceedings.neurips.cc/paper/2019/hash/ 2172fde49301047270b2897085e4319d-Abstract.html. ", + "bbox": [ + 174, + 154, + 826, + 238 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "S. Jastrz˛ebski, Z. Kenton, D. Arpit, N. Ballas, A. Fischer, Y. Bengio, and A. Storkey. Three factors influencing minima in sgd. arXiv preprint arXiv:1711.04623, 2017. ", + "bbox": [ + 171, + 247, + 823, + 276 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In Y. Bengio and Y. LeCun, editors, 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA, USA, May 7-9, 2015, Conference Track Proceedings, 2015. URL http://arxiv.org/abs/ 1412.6980. ", + "bbox": [ + 173, + 284, + 826, + 339 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "D. Krueger, E. Caballero, J.-H. Jacobsen, A. Zhang, J. Binas, R. L. Priol, and A. Courville. Out-ofdistribution generalization via risk extrapolation (rex). arXiv preprint arXiv:2003.00688, 2020. ", + "bbox": [ + 174, + 348, + 825, + 378 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. D. Lee, M. Simchowitz, M. I. Jordan, and B. Recht. Gradient descent converges to minimizers. arXiv preprint arXiv:1602.04915, 2016. ", + "bbox": [ + 173, + 386, + 823, + 415 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "S. Mandt, M. D. Hoffman, and D. M. Blei. Stochastic gradient descent as approximate bayesian inference. The Journal of Machine Learning Research, 18(1):4873–4907, 2017. ", + "bbox": [ + 173, + 422, + 821, + 452 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. M. Mooij, D. Janzing, J. Peters, and B. Schölkopf. Regression by dependence minimization and its application to causal inference in additive noise models. In A. P. Danyluk, L. Bottou, and M. L. Littman, editors, Proceedings of the 26th Annual International Conference on Machine Learning, ICML 2009, Montreal, Quebec, Canada, June 14-18, 2009, volume 382 of ACM International Conference Proceeding Series, pages 745–752. ACM, 2009. doi: 10.1145/1553374.1553470. URL https://doi.org/10.1145/1553374.1553470. ", + "bbox": [ + 173, + 460, + 826, + 545 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "K. Muandet, D. Balduzzi, and B. Schölkopf. Domain generalization via invariant feature representation. In Proceedings of the 30th International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Proceedings, pages 10–18. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/ muandet13.html. ", + "bbox": [ + 173, + 551, + 826, + 622 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. Nocedal and S. Wright. Numerical optimization. Springer Science & Business Media, 2006. ", + "bbox": [ + 169, + 631, + 794, + 647 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "G. Parascandolo, N. Kilbertus, M. Rojas-Carulla, and B. Schölkopf. Learning independent causal mechanisms. In J. G. Dy and A. Krause, editors, Proceedings of the 35th International Conference on Machine Learning, ICML 2018, Stockholmsmässan, Stockholm, Sweden, July 10-15, 2018, volume 80 of Proceedings of Machine Learning Research, pages 4033–4041. PMLR, 2018. URL http://proceedings.mlr.press/v80/parascandolo18a.html. ", + "bbox": [ + 173, + 654, + 826, + 724 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga, and A. Lerer. Automatic differentiation in pytorch, 2017. ", + "bbox": [ + 173, + 733, + 821, + 762 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. Pearl. Causality: Models, Reasoning, and Inference. Cambridge University Press, 2nd edition, 2009. ", + "bbox": [ + 171, + 770, + 823, + 799 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. Peters, P. Bühlmann, and N. Meinshausen. Causal inference by using invariant prediction: identification and confidence intervals. Journal of the Royal Statistical Society: Series B (Statistical Methodology), 78(5):947–1012, 2016. ", + "bbox": [ + 173, + 806, + 823, + 849 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. Peters, D. Janzing, and B. Schölkopf. Elements of Causal Inference - Foundations and Learning Algorithms. MIT Press, Cambridge, MA, USA, 2017. ", + "bbox": [ + 174, + 858, + 823, + 887 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "J. Quionero-Candela, M. Sugiyama, A. Schwaighofer, and N. D. Lawrence. Dataset shift in machine learning. The MIT Press, 2009. ", + "bbox": [ + 174, + 895, + 823, + 924 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "C. E. Rasmussen. Gaussian processes in machine learning. In Summer School on Machine Learning, pages 63–71. Springer, 2003. ", + "bbox": [ + 171, + 103, + 825, + 132 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "M. Rojas-Carulla, B. Schölkopf, R. Turner, and J. Peters. Invariant models for causal transfer learning. The Journal of Machine Learning Research, 19(1):1309–1342, 2018. ", + "bbox": [ + 171, + 141, + 825, + 170 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B. Schölkopf. Causality for machine learning, 2019. arXiv:1911.10500. ", + "bbox": [ + 173, + 178, + 647, + 194 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B. Schölkopf, D. Janzing, J. Peters, E. Sgouritsa, K. Zhang, and J. M. Mooij. On causal and anticausal learning. In Proceedings of the 29th International Conference on Machine Learning, ICML 2012, Edinburgh, Scotland, UK, June 26 - July 1, 2012. icml.cc / Omnipress, 2012. URL http://icml.cc/2012/papers/625.pdf. ", + "bbox": [ + 178, + 203, + 825, + 260 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization algorithms. arXiv preprint arXiv:1707.06347, 2017. ", + "bbox": [ + 169, + 268, + 825, + 297 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "H. A. Simon. Causal ordering and identifiability. In W. C. Hood and T. C. Koopmans, editors, Studies in Econometric Methods, pages 49–74. John Wiley & Sons, New York, NY, 1953. Cowles Commission for Research in Economics, Monograph No. 14. ", + "bbox": [ + 176, + 305, + 823, + 349 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "S. P. Singh and D. Alistarh. Woodfisher: Efficient second-order approximations for model compression. arXiv preprint arXiv:2004.14340, 2020. ", + "bbox": [ + 171, + 357, + 821, + 387 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A. Subbaswamy, P. Schulam, and S. Saria. Preventing failures due to dataset shift: Learning predictive models that transport. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha, Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 3118–3127. PMLR, 2019. URL http://proceedings.mlr.press/v89/subbaswamy19a.html. ", + "bbox": [ + 173, + 395, + 826, + 467 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "M. Sugiyama and M. Kawanabe. Machine learning in non-stationary environments: Introduction to covariate shift adaptation. MIT press, 2012. ", + "bbox": [ + 173, + 474, + 823, + 503 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "M. Sugiyama, M. Krauledat, and K.-R. Müller. Covariate shift adaptation by importance weighted cross validation. Journal of Machine Learning Research, 8(May):985–1005, 2007. ", + "bbox": [ + 173, + 511, + 821, + 541 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "V. N. Vapnik. The nature of statistical learning theory. Springer-Verlag New York, Inc. ISBN 0-387-94559-8. ", + "bbox": [ + 173, + 549, + 823, + 579 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "J. von Kügelgen, A. Mey, and M. Loog. Semi-generative modelling: Covariate-shift adaptation with cause and effect features. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha, Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 1361–1369. PMLR, 2019. URL http://proceedings.mlr.press/v89/kugelgen19a.html. ", + "bbox": [ + 173, + 588, + 825, + 659 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "C. Zhang, S. Bengio, M. Hardt, B. Recht, and O. Vinyals. Understanding deep learning requires rethinking generalization. In 5th International Conference on Learning Representations, ICLR 2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings. OpenReview.net, 2017. URL https://openreview.net/forum?id $=$ Sy8gdB9xx. ", + "bbox": [ + 173, + 666, + 826, + 723 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "G. Zhang, L. Li, Z. Nado, J. Martens, S. Sachdeva, G. E. Dahl, C. J. Shallue, and R. B. Grosse. Which algorithmic choices matter at which batch sizes? insights from a noisy quadratic model. In H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages 8194–8205, 2019a. URL https://proceedings.neurips.cc/paper/2019/hash/ e0eacd983971634327ae1819ea8b6214-Abstract.html. ", + "bbox": [ + 174, + 732, + 826, + 830 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Y. Zhang, W. Yu, and G. Turk. Learning novel policies for tasks. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning Research, pages 7483–7492. PMLR, 2019b. URL http://proceedings.mlr.press/ v97/zhang19q.html. ", + "bbox": [ + 176, + 839, + 826, + 910 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A APPENDIX TO SECTION 2 ", + "text_level": 1, + "bbox": [ + 176, + 102, + 421, + 118 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "A.1 A CLASSIC EXAMPLE OF A PATCHWORK SOLUTION ", + "bbox": [ + 174, + 133, + 570, + 148 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Consider a neural network with one hidden layer consisting of two neurons and sigmoidal activations: ", + "bbox": [ + 163, + 160, + 826, + 176 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/1c3e1f1349f383088f95799608bda92f13aa62d011e38583a0fbed793bbfff9f.jpg", + "text": "$$\nf _ { \\theta } ( x ) = \\theta _ { 5 } \\sigma ( \\theta _ { 1 } x + \\theta _ { 2 } ) + \\theta _ { 6 } \\sigma ( \\theta _ { 3 } x + \\theta _ { 4 } ) , \\quad \\sigma ( z ) : = 1 / ( 1 + e ^ { - z } ) .\n$$", + "text_format": "latex", + "bbox": [ + 277, + 189, + 720, + 205 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "We want to learn the continuous function $f ^ { * } : [ 0 , 1 ] \\to [ 0 , 2 ]$ defined as ", + "bbox": [ + 174, + 209, + 647, + 226 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/6a13e80a45253052ef835a0015cb8ae32cb16dbbc7a7556dafc018015a29d766.jpg", + "text": "$$\nf ^ { * } ( x ) = \\left\\{ \\begin{array} { l l } { 0 } & { x \\in [ 0 , 0 . 4 ) ; } \\\\ { 1 0 ( x - 0 . 4 ) } & { x \\in [ 0 . 4 , 0 . 5 ) ; } \\\\ { 1 } & { x \\in [ 0 . 5 , 0 . 7 ) ; } \\\\ { 1 0 ( x - 0 . 7 ) + 1 } & { x \\in [ 0 . 7 , 0 . 8 ) ; } \\\\ { 2 } & { x \\in [ 0 . 8 , 1 ] . } \\end{array} \\right.\n$$", + "text_format": "latex", + "bbox": [ + 348, + 233, + 647, + 320 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "To perform this task, we have access to (noiseless) data from two environments: ", + "bbox": [ + 173, + 327, + 697, + 342 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/a6d9d3abf3d9676bfad743aa44245173df4e26b6f581bd28df47a570ac8d588e.jpg", + "text": "$$\nA : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 , 0 . 5 ) \\} , \\quad B : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 . 5 , 1 ] \\} .\n$$", + "text_format": "latex", + "bbox": [ + 294, + 349, + 704, + 367 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "There is a simple constructive way, provided by the universal function approximation theorem Cybenko (1989) to fit this function11 using $f _ { \\theta }$ up to an arbitrarily small mean squared error $\\mathcal { L } _ { A + B } ( \\theta ^ { * } )$ . Leaving out the details of such a construction (Cybenko (1989) for details), the reader can check on the left panel of Figure 10 that $\\theta ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , 1 )$ provides a good fit for both environments A and B — both ${ \\mathcal { L } } _ { A } ( \\theta ^ { * } )$ and ${ \\mathcal { L } } _ { B } ( \\theta ^ { * } )$ are small. ", + "bbox": [ + 173, + 375, + 828, + 445 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/eb35dbc64d91d70df2fc12fa12cfa328de9a0881fab9199faceabaf62636ab02.jpg", + "image_caption": [ + "Figure 10: Performance of the neural network in Equation 3 for two different parameters. Any reasonable modification on $\\theta _ { 6 }$ (say $\\pm 1$ ) leaves the performance on environment A unchanged, while the performance on environment B quickly degrades. " + ], + "image_footnote": [], + "bbox": [ + 212, + 470, + 789, + 660 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "However, it is easy to realize that $\\theta ^ { * }$ — while being a solution which can be returned by gradient descent using the pooled data $\\mathbf { A } { + } \\mathbf { B }$ — is not consistent (formal definition given in the main paper in Section 2). Indeed, it is possible to modify $\\tilde { \\theta } ^ { * }$ such that the loss in environment A remains almost unchanged, while the loss in environment B gets larger. In particular, on the right panel of Figure 10, we show that $\\tilde { \\theta } ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )$ is such that $\\mathcal { L } _ { A } ( \\theta ^ { * } ) \\leqslant \\bar { \\mathcal { L } _ { A } ( \\tilde { \\theta } ^ { * } ) } + \\epsilon$ (with $\\epsilon$ very small) but $\\mathcal { L } _ { B } ( \\theta ^ { * } ) \\ll \\mathcal { L } _ { B } ( \\tilde { \\theta } ^ { * } )$ . According to our definition in Equation 1 (see main paper), we have ${ \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) \\leq | { \\mathcal L } _ { B } ( \\theta ^ { * } ) - { \\mathcal L } _ { B } ( \\tilde { \\theta } ^ { * } ) |$ — that is a large number (low consistency). ", + "bbox": [ + 173, + 723, + 825, + 830 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Remark 1 (Connection to out of distribution generalization). The main point of this analysis was to show an example of where our measure of consistency behaves according to expectations: A typical implementation of the universal approximation theorem — which one would not expect to generalize out of distribution, due to its ‘patchwork’ behavior — leads indeed to a very low consistency score. ", + "bbox": [ + 174, + 832, + 825, + 888 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "Geometric mean of matrices. Given an $n$ -tuple of $d \\times d$ positive definite matrices $( A _ { j } ) _ { j = 1 } ^ { n }$ , the ean Ando et al. (2004) is the unique positive definite solution, where log is the matrix logarithm. This matrix average he it relevant to signal processing and medical imaging. T $X$ to the equationmany desirable Karcher mean \n${ \\ k { \\stackrel { \\smile } { \\sum } } _ { i = 1 } ^ { m } } \\log ( \\dot { A } _ { i } ^ { - 1 } X ) = 0$ \ncan also be written as $\\begin{array} { r } { \\operatorname * { a r g m i n } _ { X \\in S ^ { + + } ( d ) } \\bar { f } ( X ) = \\frac { 1 } { 2 m } \\bar { \\sum _ { i = 1 } ^ { m } } d ( A _ { i } , X ) ^ { 2 } } \\end{array}$ , where $d$ is the Riemannian \ndistance in the manifold of SPD matrices $S ^ { + + } ( d )$ . ", + "bbox": [ + 173, + 128, + 825, + 217 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/ad592e94eca81ce1c9da75f174ffeb9e7cd7d2510f2e4b3249bdbae3b184dfa4.jpg", + "image_caption": [ + "Figure 11: While the arithmetic mean of the two loss surfaces on the left is identical in all three cases (third column), the geometric mean has weaker and weaker gradients (black arrow) the more inconsistent the two loss surfaces become. " + ], + "image_footnote": [], + "bbox": [ + 238, + 229, + 761, + 565 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Link between consistency and geometric means. Here we show how the consistency score introduced in Equation 1 can be linked (in a simplified setting) to a comparison between the arithmetic and geometric means of the Hessians approximating the landscapes of two separate environments $A$ and $B$ . ", + "bbox": [ + 173, + 640, + 825, + 695 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "At the local minimizer $\\theta ^ { * } = 0$ , we assume that $\\mathcal { L } _ { A } = \\mathcal { L } _ { B } = 0$ and consider the local quadratic approximations $\\begin{array} { r } { \\ \\mathcal { L } _ { A } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta } \\end{array}$ and $\\begin{array} { r } { \\ \\mathcal { L } _ { B } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { B } \\theta } \\end{array}$ . Here, we make the additional simplifying assumption that $H _ { A }$ and $H _ { B }$ are diagonal (or, more broadly, co-diagonalizable): $H _ { A } \\mathbf { \\bar { \\Sigma } } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { A } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { A } )$ , $H _ { B } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { B } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { B } )$ , with $\\lambda _ { i } ^ { A } \\geqslant 0$ and $\\lambda _ { i } ^ { B } \\geqslant 0$ for all $i = 1 , \\ldots , n$ The arithmetic and geometric means (noted as $H _ { A + B }$ and $H _ { A \\land B }$ ) of these matrices are defined in this simplified setting as follows: ", + "bbox": [ + 173, + 702, + 825, + 786 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/564e77bac0632db3bd160c7ba220fd9c3c9e2dfcac42b211a3dc1ea1a5771f5f.jpg", + "text": "$$\nH _ { A + B } = \\mathrm { d i a g } \\left( \\frac { 1 } { 2 } ( \\lambda _ { 1 } ^ { A } + \\lambda _ { 1 } ^ { B } ) , \\cdots , \\frac { 1 } { 2 } ( \\lambda _ { n } ^ { A } + \\lambda _ { n } ^ { B } ) \\right) , \\quad H _ { A \\wedge B } = \\mathrm { d i a g } \\left( \\sqrt { \\lambda _ { 1 } ^ { A } \\lambda _ { 1 } ^ { B } } , \\cdots , \\sqrt { \\lambda _ { n } ^ { A } \\lambda _ { n } ^ { B } } \\right) .\n$$", + "text_format": "latex", + "bbox": [ + 181, + 792, + 820, + 828 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "As motivated in the main paper and in Figure 12, one can link the consistency of two landscapes to a comparison between the geometric and arithmetic means of the corresponding Hessians. ", + "bbox": [ + 174, + 833, + 821, + 863 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Proposition 3. In the setting we just described, the consistency score in Equation 1 can be estimated as follows: ", + "bbox": [ + 176, + 866, + 823, + 893 + ], + "page_idx": 13 + }, + { + "type": "equation", + "img_path": "images/b7adb9e04414281e3352f0794331547efa43be680e37fb2969ea051af4c4c98f.jpg", + "text": "$$\n{ \\mathcal { T } } ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon \\left( { \\frac { \\operatorname* { d e t } \\bigl ( H _ { A + B } \\bigr ) } { \\operatorname* { d e t } \\bigl ( H _ { A \\wedge B } \\bigr ) } } \\right) ^ { 2 } .\n$$", + "text_format": "latex", + "bbox": [ + 393, + 891, + 602, + 929 + ], + "page_idx": 13 + }, + { + "type": "image", + "img_path": "images/18902103c5165a84f4ea044ec9a748571660c465a1a120f77d810e8def45c95e.jpg", + "image_caption": [ + "Figure 12: Plotted are contour lines $\\theta ^ { \\top } H ^ { - 1 } \\theta = 1$ for $H _ { A } = \\mathrm { d i a g } ( 0 . 0 1 , 1 )$ and $H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 1 )$ . It is convenient to provide this visualization because it is linked to the matrix determinant: a $\\mathrm { V o l } ( \\{ \\theta ^ { \\top } H ^ { - 1 } \\theta = 1 \\} ) =$ $\\pi { \\sqrt { \\operatorname* { d e t } ( H ) } }$ . The geometric average retains the volume of the original ellipses, while the volume of $H _ { A + B }$ is 25 times bigger. This magnification indicates that landscape $A$ is not consistent with landscape $B$ . " + ], + "image_footnote": [], + "bbox": [ + 302, + 99, + 694, + 252 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Before showing the proof, we note that the proposition gives a lower bound on the consistency. That is, it provides a pessimistic estimate. Yet, as we motivated, this estimate has a nice geometric interpretation. However, as we outline in a remark after the proof, this estimate is tight in two important limit cases. ", + "bbox": [ + 173, + 342, + 825, + 398 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Proof. In this setting, Equation 1 gives ", + "bbox": [ + 176, + 412, + 431, + 428 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/596eea8a741ad942279debd2491d52a92aa05a586de7895e17c14840da2aca24.jpg", + "text": "$$\n\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } \\left\\{ \\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) , \\operatorname* { m a x } _ { \\mathcal { L } _ { B } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { A } ( \\theta ) \\right\\} .\n$$", + "text_format": "latex", + "bbox": [ + 328, + 429, + 668, + 464 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Recall that ", + "bbox": [ + 173, + 467, + 246, + 481 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/21a976a5e879ee9209ca5c9b59e1bfb2a24f04e35507e178a276fae55ffbed6c.jpg", + "text": "$$\n\\mathcal { L } _ { A } ( \\theta ) = \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta = \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } .\n$$", + "text_format": "latex", + "bbox": [ + 383, + 476, + 612, + 511 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Hence, this is a simple quadratic program with quadratic constraints, and ", + "bbox": [ + 174, + 512, + 651, + 526 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/9ce2abf2826fae4e7102aa015c3798909f10f9eaec54c02d6a0174b775da1797.jpg", + "text": "$$\n\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } \\leqslant \\epsilon } \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { B } \\theta _ { i } ^ { 2 } .\n$$", + "text_format": "latex", + "bbox": [ + 361, + 529, + 635, + 564 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Further, we can change variables and introduce $\\tilde { \\theta } _ { i } = \\theta _ { i } \\sqrt { \\lambda _ { i } ^ { A } / 2 }$ . The problem gets even simpler: ", + "bbox": [ + 178, + 568, + 799, + 585 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/5996b71bb797117f5f8891e620a6ae7ce636799ca473d5cbb01bc4494c39431f.jpg", + "text": "$$\n\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\| \\tilde { \\theta } \\| ^ { 2 } \\leqslant \\epsilon } \\sum _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } \\tilde { \\theta } _ { i } ^ { 2 } = \\epsilon \\cdot \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } .\n$$", + "text_format": "latex", + "bbox": [ + 334, + 588, + 661, + 626 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "All in all, we get ", + "bbox": [ + 174, + 627, + 285, + 642 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/b85f2cb6ec08708cf012c47c2835017a3b4f8aaf8af8794f0f384d01eb7476e9.jpg", + "text": "$$\n\\begin{array} { r l } { T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon \\operatorname* { m a x } \\Bigg \\{ \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { i } ^ { B } } \\Bigg \\} } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\operatorname* { m a x } \\left\\{ \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left( \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { A } ^ { A } } + \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right) } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } ) ^ { 2 } + ( \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 366, + 645, + 629, + 829 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "This means ", + "bbox": [ + 173, + 828, + 251, + 842 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/948472fd43398d65d233b985eedf5e69d21a6131c16dd6d8beffc2221761a3ef.jpg", + "text": "$$\n\\sqrt { { \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) } \\leqslant \\epsilon \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\operatorname* { m a x } _ { i } \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } \\leqslant 2 \\epsilon \\frac { \\prod _ { i } ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\prod _ { i } \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\frac { \\operatorname* { d e t } ( H _ { A + B } ) } { \\operatorname* { d e t } ( H _ { A \\wedge B } ) } ,\n$$", + "text_format": "latex", + "bbox": [ + 183, + 842, + 813, + 881 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "where the first inequality comes from the monotonicity of the square root function, and the second inequality comes from the fact that (i) the geometric mean is always smaller or equal than theś arithmetic mean and (ii) for any sequence of numbers $\\alpha _ { i } > 1$ , $\\begin{array} { r } { \\operatorname* { m a x } _ { i } \\dot { \\alpha _ { i } } \\leqslant \\prod _ { i } \\alpha _ { i } } \\end{array}$ . □ ", + "bbox": [ + 176, + 882, + 823, + 925 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Remark 2 (Sanity check). There are two important cases where we can test the bound above. First, if $H _ { A } = H _ { B }$ , then $T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon$ , and the bound returns $T ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon$ , since the geometric and arithmetic mean are the same. Next, say $\\lambda _ { i } ^ { A } = 0$ but $\\lambda _ { i } ^ { B } > 0$ ; then, both the bound and the inconsistency score are $\\infty$ (highest possible inconsistency). ", + "bbox": [ + 173, + 103, + 825, + 160 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "A.3 PROOF OF PROPOSITION 1 ", + "text_level": 1, + "bbox": [ + 176, + 176, + 400, + 190 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "In this appendix section we consider the AND-masked GD algorithm, introduced at the end of Section 2. We recall that the masked gradients at iteration $k$ are $\\mathsf { \\bar { \\rho } } m _ { t } ( \\theta ^ { k } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { k } )$ , where $m _ { t } ( \\theta ^ { k } )$ vanishes for any component where there are less than $t \\in \\{ d / 2 + 1 , \\ldots , d \\}$ agreeing gradient signs across environments, and is equal to one otherwise. In a full-batch setting, the algorithm is ", + "bbox": [ + 173, + 202, + 826, + 260 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/367147ae234bf3fb44c2105fa911c059b7d9359111400bf47e02ee1e36df1124.jpg", + "text": "$$\n\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 316, + 265, + 550, + 285 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "(AND-masked GD) ", + "bbox": [ + 691, + 268, + 823, + 284 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where $\\eta > 0$ is the learning rate. ", + "bbox": [ + 174, + 291, + 387, + 306 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Proposition 1. Let $\\mathcal { L }$ have $L$ -Lipschitz gradients and consider a learning rate $\\eta \\leqslant 1 / L$ . After $k$ iterations, AND-masked GD visits at least once a point $\\theta$ where $\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )$ . ", + "bbox": [ + 173, + 310, + 825, + 340 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Proof. Thanks to the component-wise $L$ -smoothness and using a Taylor expansion around $\\theta ^ { i }$ we have ", + "bbox": [ + 166, + 354, + 825, + 383 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/d29dd6557fac18231ce1c10b2d58e5259914511b22f4f71f2cb47d435fd3fc25.jpg", + "text": "$$\n\\begin{array} { l } { \\displaystyle \\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - \\eta \\langle \\nabla \\mathcal { L } ( \\theta ^ { i } ) , m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\rangle + \\displaystyle \\frac { L \\eta ^ { 2 } } { 2 } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } } \\\\ { \\displaystyle \\qquad = \\mathcal { L } ( \\theta ^ { i } ) - \\left( \\eta - \\frac { L \\eta ^ { 2 } } { 2 } \\right) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 235, + 387, + 761, + 457 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "If we seek $\\eta - L \\eta ^ { 2 } / 2 \\geqslant \\eta / 2$ , then $\\begin{array} { r } { \\eta \\leqslant \\frac { 1 } { L } } \\end{array}$ , as we assumed in the proposition statement. Therefore, $\\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 }$ , for all $i \\geqslant 0$ . Summing over $i$ from 0 to a desired iteration $k$ , we get ", + "bbox": [ + 174, + 481, + 825, + 526 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/e864e9db0e9c856ab8b1d90a30efaf655e30e059a297104548b83e9c853e1c21.jpg", + "text": "$$\n\\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) - \\mathcal { L } ( \\theta ^ { k } ) \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) .\n$$", + "text_format": "latex", + "bbox": [ + 303, + 534, + 694, + 575 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Therefore, ", + "bbox": [ + 173, + 582, + 243, + 597 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/4274fdbefe7f256ba4c3acb6c48a69ee80628b61dd3d9512b3330c93c263db3a.jpg", + "text": "$$\n\\operatorname* { m i n } _ { i = 0 , \\dots , k } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 1 } { k } \\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 2 { \\mathcal { L } } ( \\theta ^ { 0 } ) } { \\eta k } .\n$$", + "text_format": "latex", + "bbox": [ + 245, + 594, + 751, + 637 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Hence, there exist an iteration $i ^ { * } \\in \\{ 0 , \\ldots , k \\}$ such that $\\| m _ { t } ( { \\theta ^ { i } } ^ { * } ) \\odot \\nabla { \\mathcal { L } } ( { \\theta ^ { i } } ^ { * } ) \\| ^ { 2 } \\leqslant { \\mathcal { O } } ( 1 / k )$ ", + "bbox": [ + 171, + 645, + 771, + 662 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "A.4 PROOF OF PROPOSITION 2 ", + "text_level": 1, + "bbox": [ + 176, + 678, + 401, + 693 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Here we fix parameters $\\boldsymbol \\theta \\in \\mathbb { R } ^ { n }$ and assume gradients $\\nabla \\mathcal { L } _ { e } ( \\theta ) \\in \\mathbb { R } ^ { n }$ coming from environments $e \\in \\mathcal { E }$ are drawn independently from a multivariate Gaussian with zero mean and $\\sigma ^ { 2 } I$ covariance. We want to show that, in this random setting, the AND-mask introduced in Section 2.3 decreases the magnitude of the gradient step. ", + "bbox": [ + 173, + 704, + 825, + 761 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Proposition 2. Consider the setting we just outlined, with $\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}$ . While $\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =$ $\\mathcal { O } ( n / d )$ , we have that $\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]$ such that $\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )$ ", + "bbox": [ + 174, + 766, + 823, + 800 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Proof. Let us drop the argument $\\theta$ for ease of notation. First, let us consider $\\nabla \\mathcal { L }$ (no gradient AND-mask): ", + "bbox": [ + 174, + 814, + 823, + 842 + ], + "page_idx": 15 + }, + { + "type": "equation", + "img_path": "images/685b3ca0815f9640febde7c769a312b0f4cc724fbc78ed839cffff1164e632d1.jpg", + "text": "$$\n\\mathbb { E } \\left\\| \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right\\| ^ { 2 } = \\frac { 1 } { d ^ { 2 } } \\sum _ { i = 1 } ^ { d } \\mathbb { E } \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } = \\frac { n \\sigma ^ { 2 } } { d } ,\n$$", + "text_format": "latex", + "bbox": [ + 344, + 840, + 651, + 886 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "where in the first equality we used the fact that the $\\nabla { \\mathcal { L } } _ { e _ { i } }$ are uncorrelated and in the second the fact that $\\mathbb { E } [ \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } ]$ is the trace of the covariance of $\\nabla { \\mathcal { L } } _ { e _ { i } }$ . ", + "bbox": [ + 176, + 895, + 823, + 925 + ], + "page_idx": 15 + }, + { + "type": "text", + "text": "Next, assume we apply the element-wise AND-mask $m _ { t }$ to the gradients, which puts to zero the components (dimensions) where there are less than $t \\in \\{ d / 2 , \\ldots , d \\}$ equal signs. Since Gaussians are symmetric around zero, the probability of having exactly \\` ˘ \\` ˘ $u$ positive $j$ -th gradient component among $d$ environments is $\\begin{array} { r } { P r ( p _ { j } = u ) = \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { u } } } \\end{array}$ . Hence, the probability to keep the $j$ -th gradient direction (considering also negative consistency) is ", + "bbox": [ + 174, + 102, + 825, + 178 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/79e42b1d987670fc0a2948d73988378badeb21bbed17e3e6889792b660027157.jpg", + "text": "$$\n\\begin{array} { l } { \\displaystyle \\operatorname* { P r } [ [ m _ { t } ] _ { j } = 1 ] = \\sum _ { u = t } ^ { d } \\operatorname* { P r } ( p _ { j } = u ) + \\sum _ { u = 0 } ^ { d - t } \\operatorname* { P r } ( p _ { j } = u ) } \\\\ { \\displaystyle \\quad = \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } + \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = 0 } ^ { d - t } \\binom { d } { k } } \\\\ { \\displaystyle \\quad = 2 \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } . } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 321, + 184, + 674, + 314 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We would now like to compute $\\begin{array} { r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right) \\right\\| ^ { 2 } } \\end{array}$ . The difficulty lies in the fact that the event $m _ { t } = 1$ makes gradients conditionally dependent. Indeed, conditioning on both $m _ { t } = 1$ and $[ \\nabla { \\mathcal { L } } _ { e } ] _ { j } > 0$ changes the distribution of $[ \\nabla { \\mathcal { L } } _ { e ^ { \\prime } } ] _ { j }$ : this gradient entry is going to be more likely to be positive or negative, depending on the value of $[ \\nabla { \\mathcal { L } } _ { e } ] _ { j }$ and on the details of the gradient mask. To solve the issue, we our strategy is to reduce the discussion (without loss in generality and with no additional assumption) to the case where gradient entries have all the same sign and hence conditional independence is restored. ", + "bbox": [ + 173, + 319, + 826, + 428 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "We consider the following writing for the quantity we are interested in: ", + "bbox": [ + 174, + 434, + 640, + 450 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/9dea7cbe92ff8a2537b0350e26a9cfdaf3a05d8c7a457ed3db9de066bc42fc0c.jpg", + "text": "$$\n\\begin{array} { r l } { \\mathbb { E } \\| m _ { t } \\operatorname { \\wp } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ) \\| ^ { 2 } = \\displaystyle \\sum _ { j = 1 } ^ { n } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } ] } & { } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\imath } } = 0 } ^ { d } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = 0 } ^ { d - 1 } \\sum _ { \\tilde { p } = 0 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle 2 \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = - 1 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] ( \\displaystyle \\frac { 1 } { 2 } ) ^ { d } ( \\displaystyle \\frac { d } { \\hat { p } _ { j } } ) , } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 194, + 455, + 802, + 659 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "where we used the definition of 2-norm, the law of total expectation, and the symmetry of the problem with respect to positive and negative numbers. Finally, since the gradient components within the same environment are conditionally independent, for any $j \\in \\{ 1 , \\ldots , n \\}$ we can write ", + "bbox": [ + 174, + 680, + 825, + 723 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/a6737b8880753d8398d087807804dfa99ba376c0ada5082513235d64fd61aeb6.jpg", + "text": "$$\n\\mathbb { E } \\left. m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right. ^ { 2 } = 2 n \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = \\hat { p } _ { j } \\right] \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { \\hat { p } _ { j } } } .\n$$", + "text_format": "latex", + "bbox": [ + 214, + 728, + 782, + 780 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Finally, we note that the following bound holds: ", + "bbox": [ + 173, + 791, + 488, + 806 + ], + "page_idx": 16 + }, + { + "type": "equation", + "img_path": "images/2a0c3376533f95b021b180970ae8320bdde179fa117addf7c8df5d8ab5ec195c.jpg", + "text": "$$\n\\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = \\hat { p } _ { j } \\leqslant d \\right] \\leqslant \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = d \\right] .\n$$", + "text_format": "latex", + "bbox": [ + 250, + 811, + 748, + 863 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "Indeed, if all environments lead to positive (or, symmetrically, negative) and non-interacting gradients in the $j$ -th direction, the average will be the biggest in norm. Moreover — crucially — conditioned on the event $p _ { j } \\ = \\ d$ , gradients coming from different environments are distributed as a positive half-normal distributions. Moreover, they are conditionally independent; this because, since they are all positive, the value of a gradient in one environment cannot influence the value of the gradient in another one. We remark that conditional independence on the right-hand side is therefore not an assumption, but is intrinsic to the upper bound. ", + "bbox": [ + 173, + 867, + 825, + 924 + ], + "page_idx": 16 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 825, + 147 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Putting it all together, we have ", + "bbox": [ + 173, + 152, + 377, + 167 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/b0ea8f99191510776f1eb7f6b94844751c31f9516464951e5b50bcf3b7c4682e.jpg", + "text": "$$\n\\begin{array} { r l r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right\\| ^ { 2 } \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = d \\right] \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\sigma ^ { 2 } \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant \\sigma ^ { 2 } n ( d - t ) \\Big ( \\displaystyle \\frac { d } { t } \\Big ) \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d - 1 } , } & \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 220, + 174, + 777, + 310 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where in the second line we bounded the squared average of a sum of half normal distributions: let $\\{ X _ { i } \\} _ { i = 1 } ^ { d }$ be a family of uncorrelated positive half-normal distributions derived from a Gaussians witha mean zero and variance $\\sigma ^ { 2 }$ , we have12 that $\\mathbb { E } [ X _ { i } ] = \\sigma { \\sqrt { 2 / \\pi } }$ and $\\mathbb { E } [ X _ { i } ^ { 2 } ] = \\sigma ^ { 2 }$ . Also, $\\mathbb { E } [ X _ { i } X _ { j } ] =$ $\\mathbb { E } [ X _ { i } ] \\mathbb { E } [ X _ { j } ] \\leqslant \\sigma ^ { 2 }$ . Therefore, ", + "bbox": [ + 173, + 313, + 826, + 375 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/065e30c1ad78f5231b6e27920abb354e3f10351bec2bc65dc220df415ec86c1e.jpg", + "text": "$$\n{ \\mathbb E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } X _ { i } \\right) ^ { 2 } \\right] = \\frac { 1 } { d ^ { 2 } } \\sum _ { i , j = 1 } ^ { d } { \\mathbb E } [ X _ { i } X _ { j } ] \\leqslant \\sigma ^ { 2 } .\n$$", + "text_format": "latex", + "bbox": [ + 339, + 380, + 656, + 431 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Finally, if we set $r = t / d \\in ( 0 . 5 , 1 ]$ , we have13 ", + "bbox": [ + 173, + 445, + 478, + 462 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/2170d830a87b4de3cf6184af5db587f8b1c174420240916b8a01f4949d1c3472.jpg", + "text": "$$\n{ \\binom { d } { t } } \\sim \\left( { \\frac { 1 } { r ^ { r } ( 1 - r ) ^ { 1 - r } } } \\right) ^ { d }\n$$", + "text_format": "latex", + "bbox": [ + 408, + 467, + 588, + 506 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "as $d \\to \\infty$ (discarding all polynomial terms). Hence $\\binom { d } { t }$ is of the form $q ^ { d }$ , with $1 \\leqslant q < 2$ . So, the quantity σ2npd ´ tq dt 12 d´1 w ill be exponentially decreasing at a rate $O ( n / ( 2 - q ) ^ { d } )$ . Notably, if $t = d / 2$ , then we lose the exponential rate and get back to $\\mathcal { O } ( n / d )$ . □ ", + "bbox": [ + 173, + 512, + 826, + 563 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "B APPENDIX TO SECTION 3 ", + "text_level": 1, + "bbox": [ + 176, + 102, + 419, + 118 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "We used Pytorch Paszke et al. (2017) to implement all experiments in this paper. Our codebase is publicly available at https://github.com/gibipara92/ learning-explanations-hard-to-vary. ", + "bbox": [ + 174, + 133, + 826, + 175 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "B.1 SECTION 3.1 ", + "text_level": 1, + "bbox": [ + 174, + 191, + 305, + 207 + ], + "page_idx": 18 + }, + { + "type": "table", + "img_path": "images/6f0c7c5052a41e9e1ef008540e72190e924615cdadd95c8bd72c9f13df719068.jpg", + "table_caption": [ + "Table 1: Hyperparameter ranges for synthetic data experiments. The regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective range afterwards. " + ], + "table_footnote": [], + "table_body": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1 =0.9,β2=0.99, SGD + momentum0.9}
Learning rate{1e-3,1e-2,1e-1}
Batch-normalization{Yes,No}
Dropout{0.0, 0.5}
L2 regularization{1e-5,1e-4,1e-3}
L1 regularization{1e-6, 1e-5, 1e-4}
", + "bbox": [ + 254, + 271, + 738, + 426 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "B.2 DATASET ", + "text_level": 1, + "bbox": [ + 174, + 453, + 282, + 467 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Here we report more technical details about the synthetic dataset described in Section 3. Each example is constructed as follows: we first choose the label randomly to be either $+ 1$ or $- 1$ , with equal probability. The example is a vector with $d _ { S } + d _ { M }$ entries, consisting of the shortcut and the mechanism. In our experiments, $d _ { M } = 2$ and $d _ { S } = 3 2$ . ", + "bbox": [ + 174, + 478, + 678, + 549 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "The Gaussian shortcuts are obtained by first sampling one random vector $\\mathbf { x } _ { s } \\in \\mathbb { R } ^ { d _ { S } }$ per environment. Its components $x _ { s , i }$ are sampled independently from a Normal distribution: $x _ { s , i } \\sim \\mathcal { N } ( 0 , 0 . 1 )$ . We use $\\mathbf { x } _ { s }$ for class 1, and $- \\mathbf { x } _ { s }$ for class -1. In the test set, all shortcut components are sampled i.i.d. from the same Normal distribution. Effectively, each example of the test set belongs to a different domain. The mechanism is implemented as the two interconnected spirals shown in Figure 13 by sampling the radius $r \\sim \\mathrm { U n i f } ( 0 . 0 8 , 1 . 0 )$ and then computing the angle as $\\alpha = 2 \\pi n r$ where $n$ is the number of revolutions of the spiral. We add uniform noise in the range $\\left[ - 0 . 0 2 , 0 . 0 2 \\right]$ to the radii afterwards. ", + "bbox": [ + 174, + 555, + 678, + 654 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/2703df68fff546c00ca1b4b0275d73937f6cdf748f6bd7fabe5dde2e5d70d63d.jpg", + "image_caption": [ + "Figure 13: The spirals used as the mechanism in the synthetic memorization dataset. " + ], + "image_footnote": [], + "bbox": [ + 694, + 482, + 820, + 580 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "", + "bbox": [ + 171, + 654, + 821, + 681 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "The training dataset consists of 1280 examples per environment and we use $D = 3 2$ environments unless otherwise mentioned. The training datasets consists of 2000 examples. ", + "bbox": [ + 176, + 688, + 823, + 715 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "B.3 EXPERIMENT ", + "text_level": 1, + "bbox": [ + 176, + 732, + 310, + 747 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "We train all networks for $\\lfloor 3 0 0 0 / D \\rfloor$ epochs, dropping the learning rate by a factor 10 halfway through, and again at three-quarters of training. For computational reason, we stop each trial before completion if the training accuracy exceeds $9 7 \\%$ and the test accuracy is below $60 \\%$ . All networks are MLPs with LeakyReLU activation functions and a cross-entropy loss on the output. We run a hyperparameter search over the ranges shown in Table 1. For IRM and the AND-mask, we select the best-performing run and re-run it 50 times with different random seeds. For DANN and the standard baselines nothing produced results significantly better than chance. ", + "bbox": [ + 174, + 758, + 825, + 856 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "B.3.1 STANDARD REGULARIZERS AND AND-MASK ", + "text_level": 1, + "bbox": [ + 174, + 871, + 544, + 886 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "The networks with the L1, L2, Dropout and Batch-normalization regularizers, have hyperparameters that were randomly selected from Table 1. For the AND-mask we used the very same ranges. The regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective range afterwards. The parameters found to work best from the grid search were: agreement threshold of 1, 256 hidden units, 3 hidden layers, batch size 128, Adam with learning rate 1e-2, no batch norm, no dropout, L2-regularization with a coefficient of 1e-4, no L1-regularization. In practice, we often found it helpful to rescale the gradients after masking to compensate for the decreasing overall magnitude. We add the option for gradient rescaling as an additional hyperparameter, as we found it to help in several experiments. It rescales gradient components layer-wise after masking, by multiplying the remaining gradient components by $c$ , where $c$ is the ratio of the number of components in that layer over the number of non-masked components in that layer (i.e. the sum of the binary elements in the mask).14. We speculate that for very large layers, a less extreme normalization scheme or the additional use of gradient clipping might be appropriate. ", + "bbox": [ + 176, + 895, + 823, + 924 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 270 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "B.3.2 DOMAIN ADVERSARIAL NEURAL NETWORKS ", + "text_level": 1, + "bbox": [ + 174, + 286, + 547, + 300 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "The experiments using DANN follow a similar pattern. The model consists of an embedding network, a classification network, and a “domain discrimination” network. All three modules are two-layer multi-layer perceptrons (MLP). The number of hidden units of all MLPs are sampled from the range specified in Table 1, and we trained 100 models. Both label classifier and domain discriminator are applied to the output of the embedding network. The label classifier is trained to minimize the cross-entropy-loss between the predicted and the true label. Similarly, the domain discriminator is trained to minimize the loss between predicted and true domain-label. The embedding network is trained to minimize the regular task classification loss and at the same time to maximize the the domain-loss achieved by the domain discriminator. ", + "bbox": [ + 174, + 310, + 825, + 435 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "B.3.3 INVARIANT RISK MINIMIZATION ", + "text_level": 1, + "bbox": [ + 176, + 452, + 459, + 467 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "For the experiments using IRM we used the authors’ PyTorch implementation from https: //github.com/facebookresearch/InvariantRiskMinimization. We perform a random hyperparameter search over with the ranges shown in Table 2 ", + "bbox": [ + 176, + 477, + 823, + 518 + ], + "page_idx": 19 + }, + { + "type": "table", + "img_path": "images/cff0315a83239b01dd138e0c51da4a8cc4094cf8d5e2370e9466bb8d73216aa9.jpg", + "table_caption": [ + "Table 2: Hyperparameter ranges for IRM. " + ], + "table_footnote": [], + "table_body": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1=0.9,β2=0.999, SGD + momentum0.9}
Batch-normalization{Yes,No}
Penalty weight{10.0,100.0,1000.0}
Number of annealing iterations{0,1,2,4,8}
Learning rate{1e-3,1e-2, 1e-1, 1}
", + "bbox": [ + 222, + 556, + 772, + 699 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "B.3.4 CURVES FOR ALL EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 176, + 723, + 455, + 737 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "In Figure 14 we show the learning curves of training and test accuracy for the different methods. ", + "bbox": [ + 171, + 747, + 802, + 762 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "B.3.5 CORRELATION PLOTS ", + "text_level": 1, + "bbox": [ + 176, + 777, + 380, + 791 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "For the correlation plots in Figure 7 we used a randomly initialized MLP with the following configuration: 3 hidden layers, 256 hidden units. The dataset was using 16 environments and batches of size 1024. The lines in Figure 7 are linear least-squares regressions to the gradient data shown as scatter plots. We repeat the experiment 10 times with different network weight seeds, resulting in the 10 regression lines. Zero gradients are excluded from the regression computation, as most gradients are masked out by the product mask in both cases. ", + "bbox": [ + 174, + 801, + 825, + 886 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/f1c54ea4ad51704480b75ad6c14459bd6db2dfafae7f409ff4810c75f7d4bc0c.jpg", + "image_caption": [ + "Figure 14: Learning curves for the evaluated methods. The top row shows the accuracy on the training set, the bottom row shows the accuracy on the test set. " + ], + "image_footnote": [], + "bbox": [ + 243, + 104, + 753, + 277 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "B.4 FURTHER VISUALIZATIONS AND EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 348, + 542, + 361 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "In Figure 15 we show how many environments need to be present for the baseline without AND-mask to switch the decision boundary from the shortcuts to the mechanism. Under the same experimental condition as in the main paper, the baseline first succeeds at 1024 environments. ", + "bbox": [ + 173, + 372, + 825, + 415 + ], + "page_idx": 20 + }, + { + "type": "image", + "img_path": "images/4ec4fe862dad3a66e23c73556d1743d289326e46a0506be20524dc68015f4975.jpg", + "image_caption": [ + "Figure 15: Relationship between number of training environments and test accuracy for the AND-mask method compared to the baseline. We show the best performance out of five runs using the settings that were used for the experiment in the main text. " + ], + "image_footnote": [], + "bbox": [ + 174, + 428, + 825, + 502 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "B.5 SECTION 3.2: CIFAR-10 MEMORIZATION AND LABEL NOISE EXPERIMENTS ", + "text_level": 1, + "bbox": [ + 174, + 578, + 738, + 593 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Memorization experiment In Figure 16, we report the test performance (dashed lines) corresponding to the curves presented in the main paper for the CIFAR-10 memorization experiment. The test performance with standard labels decreases slower than the training performance as the threshold increases, and they eventually reach the same value. This is consistent with the hypothesis that by training on the consistent directions, the AND-mask selects the invariant patterns and prunes out the signals that are not invariant. ", + "bbox": [ + 174, + 604, + 570, + 729 + ], + "page_idx": 20 + }, + { + "type": "image", + "img_path": "images/8ca71fe755e2a88b3312a7912c3fb6fe9a5bde54794c3813b8551085371d1d41.jpg", + "image_caption": [ + "Figure 16: Dashed lines show test acc, solid lines show training acc. " + ], + "image_footnote": [], + "bbox": [ + 584, + 608, + 820, + 704 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Network architecture and training details Each trial ", + "text_level": 1, + "bbox": [ + 174, + 746, + 568, + 760 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "trains the ResNet “FastResNet” from the PyTorch-Ignite example15 for 80 epochs on the full CIFAR-10 training set. We use the Adam optimizer with a learning rate of 5e´4, and a 0.1 learning rate decay at epoch 40 and 60. We fix the batch size to 80. We set up 14 trials by evaluating each of the AND-mask-thresholds $\\{ 0 , 0 . 0 5 , 0 . 1 , 0 . 2 , 0 . 4 , 0 . 6 , 0 . 8 \\}$ for two datasets: (a) unchanged CIFAR-10, (b) CIFAR-10 with the training labels replaced by random labels. Note that a threshold of 0 corresponds to not using the AND-mask. Each trial is run twice with separate random seeds. ", + "bbox": [ + 173, + 760, + 825, + 843 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Label noise experiment We trained the same ResNet as for the experiment above, once with and once without the AND-mask. We ran each experiment with three different starting learning rates $\\{ 5 \\mathrm { e } { - } 4 , 1 \\mathrm { e } { - } 3 , 5 \\mathrm { e } { - } 3 \\}$ and a learning rate decay at epoch 60. The baseline worked best with a learning rate of $\\mathrm { 1 e { - 3 } }$ , while the AND-mask with 5e´3, likely to compensate for the masked out gradients. The AND-mask threshold that worked best was 0.2, which is consistent with the results obtain in the experiment above. ", + "bbox": [ + 174, + 858, + 823, + 887 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 160 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "B.6 SECTION 3.3: BEHAVIORAL CLONING ON COINRUN ", + "text_level": 1, + "bbox": [ + 174, + 175, + 578, + 190 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "The target policy $\\pi ^ { * }$ is obtained by training PPO (Schulman et al., 2017) for 400M time steps using the code16 for the paper Cobbe et al. (2020). This policy is trained on the full distribution of levels in order to maximize its generality. We use $\\pi ^ { * }$ to generate a behavioral cloning (BC) dataset, consisting of pairs $( s , \\pi ^ { * } ( a | s ) )$ , where $s$ are the input-images ( $6 4 \\times 6 4$ RGB) and $\\pi ^ { * } ( a | s )$ is the discrete probability distribution over actions output by $\\pi ^ { * }$ . ", + "bbox": [ + 173, + 200, + 825, + 272 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "The states are sampled randomly from trajectories generated by $\\pi ^ { * }$ . In order to test for generalization performance, the BC training dataset is restricted to 64 distinct levels. We generate 1000 examples per training level. The test set consists of 2000 examples, each from a different level which does not appear in the training set. ", + "bbox": [ + 176, + 279, + 823, + 335 + ], + "page_idx": 21 + }, + { + "type": "image", + "img_path": "images/31904abde0e46daf3cc3ab7cd2a873c086e55035d97a7d88b06b70d71bcc27ed.jpg", + "image_caption": [ + "Figure 17: Screenshots of 6 levels of CoinRun (from OpenAI). " + ], + "image_footnote": [], + "bbox": [ + 241, + 348, + 756, + 407 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "A ResNet- $1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }$ is trained to minimize the loss $D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )$ . We ran two automatic hyperparameter optimization studies using Tree-structured Parzen Estimation (TPE) (Bergstra et al., 2013) of 1024 trials each, with and without the AND-mask. The learning rate was decayed by a factor of 10 half-way at at $3 / _ { 4 }$ of the training epochs. ", + "bbox": [ + 173, + 446, + 826, + 503 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "The “temporal” version of the AND-mask used for this experiment is reported in Algorithm 1. ", + "bbox": [ + 168, + 510, + 789, + 525 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Algorithm 1: Temporal AND-mask Adam ", + "text_level": 1, + "bbox": [ + 176, + 542, + 454, + 558 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "1 $\\mathbf { m } \\gets \\beta _ { 1 } \\cdot \\mathbf { m } + ( 1 - \\beta _ { 1 } ) \\cdot \\mathbf { g }$ \n2 $\\mathbf { v } \\beta _ { 2 } \\cdot \\mathbf { v } + ( 1 - \\beta _ { 2 } ) \\cdot ( \\mathbf { g } \\circ \\mathbf { g } )$ \n3 $\\mathbf { a } \\beta _ { 3 } \\cdot \\mathbf { a } + ( 1 - \\beta _ { 3 } ) \\cdot \\mathsf { e l e m w i s e \\_ s i g n } ( \\mathbf { g } )$ \n4 $\\mathbf { b } \\gets \\mathbb { 1 } [ | \\mathbf { a } | \\geqslant \\tau ]$ \n5 $\\theta \\gets \\theta - \\alpha ( \\mathbf { m } \\circ \\mathbf { b } ) \\oslash \\sqrt { \\mathbf { v } + \\epsilon }$ ", + "bbox": [ + 160, + 560, + 486, + 636 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "In blue we highlight the additional lines compared to traditional Adam. The threshold $\\tau$ and $\\beta _ { 3 }$ are hyperparameters that we included in the $1 ^ { \\cdot } 0 2 4$ trials of the search using Tree-structured Parsen Estimators. For the top 10 runs, hyperparameter values that were selected via the TPE search for the AND-mask are the following. ", + "bbox": [ + 173, + 654, + 825, + 710 + ], + "page_idx": 21 + }, + { + "type": "table", + "img_path": "images/0df6cb3d3ccefcd63cf93d8f8b0fe917f2737c8485f30e8be43ecdf3b990e9fb.jpg", + "table_caption": [ + "Table 3: Hyperparameters for the 5 best runs using the AND-mask, from the TPE search. " + ], + "table_footnote": [], + "table_body": "
Test KL divlrβ1β3Tweight decay
1.652e-20.00780.210.790.360.057
1.656e-20.00720.260.860.400.041
1.662e-20.00800.230.840.410.045
1.665e-20.00680.330.720.470.077
1.672e-20.00630.670.650.470.080
", + "bbox": [ + 194, + 746, + 802, + 847 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "We found that applying weight decay as a second independent update after the AND-mask routine improved performance. To keep the comparison fair, we added this as a switch in the hyperparameter search for the Adam baseline as well, and it improved performance there as well. ", + "bbox": [ + 176, + 859, + 825, + 901 + ], + "page_idx": 21 + }, + { + "type": "image", + "img_path": "images/58e7efa834f50663cd23c9bf7b8b533a909ff815082f83abdc760db4f08069bd.jpg", + "image_caption": [ + "Figure 18: Learning curves for the behavioral cloning experiment on CoinRun. Training loss is shown on the left, test loss is shown on the right. We show the mean over the top-10 runs for each method. The shaded regions correspond to the $9 5 \\%$ confidence interval of the mean based on bootstrapping. " + ], + "image_footnote": [], + "bbox": [ + 184, + 109, + 813, + 251 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "C APPENDIX TO SECTION 4 ", + "text_level": 1, + "bbox": [ + 176, + 337, + 419, + 352 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "C.1 RELATED WORK IN CAUSAL INFERENCE ", + "text_level": 1, + "bbox": [ + 176, + 368, + 491, + 382 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Causal graphs and causal factorizations The formalization of causality through directed acyclic graphs (Pearl, 2009) is a key element informing our exposition. According to such formalization, a causal model gives rise to each observed distribution. It is thereby possible to exploit properties of the causal factorization of the joint probability distribution over the observed variables. Clearly, there are many ways to factorize a joint distribution into conditionals; a distinguishing feature of the causal factorization is that many of the conditionals, which we can think of as physical mechanisms underlying the statistical dependencies represented, are expected to remain invariant under interventions or changing external conditions. This postulate has appeared in various forms in the literature (Haavelmo, 1943; Simon, 1953; Hurwicz, 1962; Pearl, 2009; Schölkopf et al., 2012).17 ", + "bbox": [ + 174, + 395, + 825, + 520 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Causal models and robust regression Based on this insight, it was proposed that regression based on causal features should presents desirable invariance and robustness properties (Mooij et al., 2009; Schölkopf et al., 2012; Peters et al., 2016; Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; von Kügelgen et al., 2019; Parascandolo et al., 2018). In this view, the mechanisms can be considered as features of the patterns such that they support stable conditional probabilities. Thus learning the mechanisms may help achieve a stable performance across a number of conditions. Other works connecting causality and learning through invariances are (Subbaswamy et al., 2019; Heinze-Deml and Meinshausen, 2017), and perhaps – most related to our work – (Arjovsky et al., 2019): we presented a comparison with this method in the following section. ", + "bbox": [ + 174, + 536, + 825, + 661 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Causal regularization Recently (Janzing, 2019) showed that biasing learning towards models of lower complexity might in some cases be beneficial for a notion of generalization from observational to interventional regimes. Our proposed solution is however different, in that we only indirectly deal with penalizing model complexity, and rather focus on our proposed notion of consistency. ", + "bbox": [ + 174, + 679, + 825, + 734 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "C.2 LEARNING INVARIANCES IN THE DATA ", + "text_level": 1, + "bbox": [ + 178, + 753, + 482, + 766 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Here we are going to compare ILC to other approaches for learning invariances in the data with neural networks, and in particular to Invariant Risk Minimization (IRM) Arjovsky et al. (2019). The authors of IRM analyze a set up where minimizing training error might lead to models which absorb all the correlations found within the training data, thus failing to recover the relevant causal explanation. They consider a multi-environment setting and focus on the objective of extracting data representations that lead to invariant prediction across environments. ", + "bbox": [ + 174, + 779, + 825, + 863 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "While the high level objective is close to the one we focused on, the differences become clear when considering the definition of invariant predictors presented in Arjovsky et al. (2019): ", + "bbox": [ + 176, + 869, + 823, + 897 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Definition 1. A data representation $\\Phi : \\mathcal { X } \\to \\mathcal { H }$ elicits an invariant predictor $w \\circ \\Phi$ across environments $\\mathcal { E }$ if there is a classifier $w : \\mathcal { H } \\to \\mathcal { V }$ simultaneously optimal for all environments, i.e., $w \\in \\arg \\operatorname* { m i n } _ { \\bar { w } : \\mathcal { H } y } R ^ { e } ( \\bar { w } \\circ \\Phi ) \\forall e \\in \\mathcal { E }$ . ", + "bbox": [ + 173, + 103, + 826, + 147 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "In particular, the objective minimized by IRM is: ", + "bbox": [ + 173, + 156, + 496, + 172 + ], + "page_idx": 23 + }, + { + "type": "equation", + "img_path": "images/d421d612904c053e8e4322cd0bb5720e95ddfd648a9b1728a199ee63b1536984.jpg", + "text": "$$\n\\operatorname* { m i n } _ { \\Phi : \\mathcal { X } \\to \\mathcal { V } } \\sum _ { e \\in \\mathcal { E } _ { \\mathrm { t r } } } R ^ { e } ( \\Phi ) + \\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }\n$$", + "text_format": "latex", + "bbox": [ + 334, + 179, + 660, + 213 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "where $\\Phi$ are the logits predicted by the neural network and $w$ is a dummy scaling variable (see› Arjovsky et al. (2019)). The relevant part is the penalty term $\\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }$ : One way to interpret it, is that the penalty is large on every environment where the distribution outputted by $\\Phi$ could be made ‘closer’ to the distribution of the labels by either sharpening $\\mathit { w } > 1 $ ) or softening it (i.e., closer to uniform $w < 1$ ). ", + "bbox": [ + 173, + 218, + 825, + 292 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "Let us consider the example from IRM, where the authors describe two datasets of images that each contain either a cow or a camel: In one of the datasets, there is grass on $80 \\%$ of the images with cows, while in the other dataset there is grass on $90 \\%$ of them. IRM then makes the point that we can learn to ignore grass as a feature, because its correlation with the label cow is inconsistent ( $80 \\%$ vs $90 \\%$ ). The setting we consider in this paper is slightly different: take our example from the CIFAR-10 experiments. Under our concept of invariance, we expect that (depending on the data generating process) even a single dataset where we treat every image as coming from its own ‘environment’ should be sufficient to discover invariances. Drawing a connection to the setting from IRM, we would argue that the second dataset should not be necessary to learn that ‘grass’ is not ‘cow’. If one treats every example as coming from its own environment, there is already sufficient information in the first dataset to realize that cows are not grass: Grass is predictive of cows only in $80 \\%$ of the data, so grass cannot be ‘cow’. The actual cow on the other hand, should be present in $100 \\%$ of the images, and as such it is the invariance we are looking for. Note that this is of course a much more strict definition of invariance: If our dataset contains images labeled as ’cows’ but that have no cows within them, we might start to discard the features of cows as well. ", + "bbox": [ + 173, + 299, + 826, + 507 + ], + "page_idx": 23 + } +] \ No newline at end of file diff --git a/parse/train/hb1sDDSLbV/hb1sDDSLbV_middle.json b/parse/train/hb1sDDSLbV/hb1sDDSLbV_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..86bf274f29e556a92dcb2bd40982064ac36e0a5f --- /dev/null +++ b/parse/train/hb1sDDSLbV/hb1sDDSLbV_middle.json @@ -0,0 +1,72965 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 495, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 497, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 497, + 99 + ], + "score": 1.0, + "content": "LEARNING EXPLANATIONS THAT ARE HARD TO VARY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 111, + 113, + 485, + 160 + ], + "lines": [ + { + "bbox": [ + 111, + 114, + 341, + 126 + ], + "spans": [ + { + "bbox": [ + 111, + 114, + 249, + 126 + ], + "score": 1.0, + "content": "Giambattista Parascandolo1, 2, *", + "type": "text" + }, + { + "bbox": [ + 256, + 114, + 341, + 126 + ], + "score": 1.0, + "content": "Alexander Neitz1, *", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 112, + 125, + 382, + 138 + ], + "spans": [ + { + "bbox": [ + 112, + 127, + 190, + 137 + ], + "score": 1.0, + "content": "Antonio Orvieto2", + "type": "text" + }, + { + "bbox": [ + 197, + 126, + 273, + 137 + ], + "score": 1.0, + "content": "Luigi Gresele1, 3", + "type": "text" + }, + { + "bbox": [ + 279, + 125, + 382, + 138 + ], + "score": 1.0, + "content": "Bernhard Schölkopf1, 2", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 113, + 136, + 485, + 151 + ], + "spans": [ + { + "bbox": [ + 113, + 138, + 133, + 148 + ], + "score": 0.5, + "content": "{ } ^ { 1 } \\mathbf { M P I }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 136, + 326, + 151 + ], + "score": 1.0, + "content": "for Intelligent Systems, Tübingen, 2ETH, Zürich,", + "type": "text" + }, + { + "bbox": [ + 326, + 138, + 347, + 149 + ], + "score": 0.37, + "content": "^ { 3 } \\mathbf { M P I }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 136, + 485, + 151 + ], + "score": 1.0, + "content": "for Biological Cybernetics, Tübingen", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 110, + 146, + 187, + 164 + ], + "spans": [ + { + "bbox": [ + 110, + 146, + 187, + 164 + ], + "score": 1.0, + "content": "˚equal contribution", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 277, + 175, + 333, + 187 + ], + "lines": [ + { + "bbox": [ + 276, + 174, + 335, + 189 + ], + "spans": [ + { + "bbox": [ + 276, + 174, + 335, + 189 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 142, + 197, + 469, + 318 + ], + "lines": [ + { + "bbox": [ + 141, + 198, + 470, + 210 + ], + "spans": [ + { + "bbox": [ + 141, + 198, + 470, + 210 + ], + "score": 1.0, + "content": "In this paper, we investigate the principle that good explanations are hard to vary", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 208, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 208, + 470, + 222 + ], + "score": 1.0, + "content": "in the context of deep learning. We show that averaging gradients across examples", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 220, + 470, + 231 + ], + "spans": [ + { + "bbox": [ + 141, + 220, + 233, + 231 + ], + "score": 1.0, + "content": "– akin to a logical OR", + "type": "text" + }, + { + "bbox": [ + 233, + 220, + 248, + 230 + ], + "score": 0.41, + "content": "( \\vee )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 220, + 470, + 231 + ], + "score": 1.0, + "content": "of patterns – can favor memorization and ‘patchwork’", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 230, + 471, + 243 + ], + "spans": [ + { + "bbox": [ + 141, + 230, + 471, + 243 + ], + "score": 1.0, + "content": "solutions that sew together different strategies, instead of identifying invariances.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 241, + 470, + 253 + ], + "spans": [ + { + "bbox": [ + 141, + 241, + 470, + 253 + ], + "score": 1.0, + "content": "To inspect this, we first formalize a notion of consistency for minima of the loss", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 252, + 469, + 265 + ], + "spans": [ + { + "bbox": [ + 141, + 252, + 469, + 265 + ], + "score": 1.0, + "content": "surface, which measures to what extent a minimum appears only when examples", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 264, + 469, + 275 + ], + "spans": [ + { + "bbox": [ + 142, + 264, + 469, + 275 + ], + "score": 1.0, + "content": "are pooled. We then propose and experimentally validate a simple alternative", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 142, + 275, + 469, + 286 + ], + "spans": [ + { + "bbox": [ + 142, + 275, + 284, + 286 + ], + "score": 1.0, + "content": "algorithm based on a logical AND", + "type": "text" + }, + { + "bbox": [ + 285, + 275, + 300, + 285 + ], + "score": 0.6, + "content": "( \\wedge )", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 275, + 469, + 286 + ], + "score": 1.0, + "content": ", that focuses on invariances and prevents", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 286, + 469, + 297 + ], + "spans": [ + { + "bbox": [ + 142, + 286, + 469, + 297 + ], + "score": 1.0, + "content": "memorization in a set of real-world tasks. Finally, using a synthetic dataset with a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 295, + 470, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 295, + 470, + 309 + ], + "score": 1.0, + "content": "clear distinction between invariant and spurious mechanisms, we dissect learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 307, + 412, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 307, + 412, + 321 + ], + "score": 1.0, + "content": "signals and compare this approach to well-established regularizers.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11 + }, + { + "type": "title", + "bbox": [ + 108, + 336, + 206, + 348 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 208, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 208, + 351 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 357, + 329, + 468 + ], + "lines": [ + { + "bbox": [ + 106, + 357, + 329, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 329, + 369 + ], + "score": 1.0, + "content": "Consider the top of Figure 1, which shows a view from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 368, + 330, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 330, + 381 + ], + "score": 1.0, + "content": "above of the loss surface obtained as we vary a two di-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 380, + 329, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 219, + 392 + ], + "score": 1.0, + "content": "mensional parameter vector", + "type": "text" + }, + { + "bbox": [ + 219, + 380, + 268, + 392 + ], + "score": 0.92, + "content": "\\theta = \\left( \\theta _ { 1 } , \\theta _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 380, + 329, + 392 + ], + "score": 1.0, + "content": ", for a fictional", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 390, + 329, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 255, + 403 + ], + "score": 1.0, + "content": "dataset containing two observations", + "type": "text" + }, + { + "bbox": [ + 255, + 393, + 268, + 402 + ], + "score": 0.87, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 390, + 287, + 403 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 392, + 301, + 402 + ], + "score": 0.86, + "content": "x _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 390, + 329, + 403 + ], + "score": 1.0, + "content": ". Note", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 330, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 330, + 413 + ], + "score": 1.0, + "content": "the two global minima on the top-right and bottom-left.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 412, + 329, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 242, + 424 + ], + "score": 1.0, + "content": "Depending on the initial values of", + "type": "text" + }, + { + "bbox": [ + 242, + 413, + 249, + 423 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 412, + 329, + 424 + ], + "score": 1.0, + "content": "— marked as white", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 424, + 329, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 329, + 435 + ], + "score": 1.0, + "content": "circles — gradient descent converges to one of the two", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 434, + 330, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 330, + 446 + ], + "score": 1.0, + "content": "minima. Judging solely by the value of the loss function,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 444, + 329, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 329, + 458 + ], + "score": 1.0, + "content": "which is zero in both cases, the two minima look equally", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 456, + 132, + 469 + ], + "spans": [ + { + "bbox": [ + 104, + 456, + 132, + 469 + ], + "score": 1.0, + "content": "good.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 328, + 583 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 327, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 280, + 486 + ], + "score": 1.0, + "content": "However, looking at the loss surfaces for", + "type": "text" + }, + { + "bbox": [ + 280, + 475, + 294, + 484 + ], + "score": 0.86, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 472, + 313, + 486 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 314, + 475, + 327, + 484 + ], + "score": 0.82, + "content": "x _ { B }", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 485, + 329, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 329, + 496 + ], + "score": 1.0, + "content": "separately, as shown below, a crucial difference between", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 330, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 330, + 507 + ], + "score": 1.0, + "content": "those two minima appears: Starting from the same ini-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 506, + 329, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 329, + 518 + ], + "score": 1.0, + "content": "tial parameter configurations and following the gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 516, + 329, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 155, + 530 + ], + "score": 1.0, + "content": "of the loss,", + "type": "text" + }, + { + "bbox": [ + 155, + 517, + 202, + 529 + ], + "score": 0.93, + "content": "\\nabla _ { \\boldsymbol { \\theta } } \\mathcal { L } ( \\boldsymbol { \\theta } , \\boldsymbol { x } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 516, + 329, + 530 + ], + "score": 1.0, + "content": ", the probability of finding the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 528, + 329, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 329, + 539 + ], + "score": 1.0, + "content": "same minimum on the top-right in either case is zero. In", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 539, + 330, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 330, + 551 + ], + "score": 1.0, + "content": "contrast, the minimum in the lower-left corner has a sig-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 551, + 329, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 329, + 561 + ], + "score": 1.0, + "content": "nificant overlap across the two loss surfaces, so gradient", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 561, + 329, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 282, + 574 + ], + "score": 1.0, + "content": "descent can converge to it even if training on", + "type": "text" + }, + { + "bbox": [ + 283, + 563, + 296, + 573 + ], + "score": 0.85, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 561, + 311, + 574 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 311, + 563, + 325, + 573 + ], + "score": 0.75, + "content": "x _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 561, + 329, + 574 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 329, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 329, + 584 + ], + "score": 1.0, + "content": "only. Note that after averaging there is no way to tell", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 32.5 + }, + { + "type": "image", + "bbox": [ + 343, + 353, + 502, + 527 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 343, + 353, + 502, + 527 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 343, + 353, + 502, + 527 + ], + "spans": [ + { + "bbox": [ + 343, + 353, + 502, + 527 + ], + "score": 0.968, + "type": "image", + "image_path": "38033836d6c1b78bc80896191f206749b79f36ee8e69d1dff08f5e95a1853e34.jpg" + } + ] + } + ], + "index": 44.5, + "virtual_lines": [ + { + "bbox": [ + 343, + 353, + 502, + 365.42857142857144 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 343, + 365.42857142857144, + 502, + 377.8571428571429 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 343, + 377.8571428571429, + 502, + 390.28571428571433 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 343, + 390.28571428571433, + 502, + 402.7142857142858 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 343, + 402.7142857142858, + 502, + 415.1428571428572 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 343, + 415.1428571428572, + 502, + 427.57142857142867 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 343, + 427.57142857142867, + 502, + 440.0000000000001 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 343, + 440.0000000000001, + 502, + 452.42857142857156 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 343, + 452.42857142857156, + 502, + 464.857142857143 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 343, + 464.857142857143, + 502, + 477.28571428571445 + ], + "spans": [], + "index": 47 + }, + { + "bbox": [ + 343, + 477.28571428571445, + 502, + 489.7142857142859 + ], + "spans": [], + "index": 48 + }, + { + "bbox": [ + 343, + 489.7142857142859, + 502, + 502.14285714285734 + ], + "spans": [], + "index": 49 + }, + { + "bbox": [ + 343, + 502.14285714285734, + 502, + 514.5714285714288 + ], + "spans": [], + "index": 50 + }, + { + "bbox": [ + 343, + 514.5714285714288, + 502, + 527.0000000000002 + ], + "spans": [], + "index": 51 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 336, + 534, + 505, + 574 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 335, + 534, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 335, + 534, + 506, + 546 + ], + "score": 1.0, + "content": "Figure 1: Loss landscapes of a two-parameter", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 335, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 335, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "model. Averaging gradients forgoes informa-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 335, + 554, + 507, + 566 + ], + "spans": [ + { + "bbox": [ + 335, + 554, + 507, + 566 + ], + "score": 1.0, + "content": "tion that can identify patterns shared across dif-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 336, + 565, + 412, + 574 + ], + "spans": [ + { + "bbox": [ + 336, + 565, + 412, + 574 + ], + "score": 1.0, + "content": "ferent environments.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 53.5 + } + ], + "index": 49.0 + }, + { + "type": "text", + "bbox": [ + 109, + 583, + 502, + 594 + ], + "lines": [ + { + "bbox": [ + 107, + 581, + 504, + 596 + ], + "spans": [ + { + "bbox": [ + 107, + 581, + 504, + 596 + ], + "score": 1.0, + "content": "what the two loss surfaces looked like: Are we destroying information that is potentially important?", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 56 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "In this paper, we argue that the answer is yes. In particular, we hypothesize that if the goal is to", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "find invariant mechanisms in the data, these can be identified by finding explanations (e.g. model", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 623, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 506, + 634 + ], + "score": 1.0, + "content": "parameters) that are hard to vary across examples. A notion of invariance implies something that", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "stays the same, as something else changes. We assume that data comes from different environments:", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "An invariant mechanism is shared across all, generalizes out of distribution (o.o.d.), but might be hard", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "score": 1.0, + "content": "to model; each environment also has spurious explanations that are easy to spot (‘shortcuts’), but do", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "not generalize o.o.d. From the point of view of causal modeling, such invariant mechanisms can be", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "interpreted as conditional distributions of the targets given causal features of the inputs; invariance", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "of such conditionals is expected if they represent causal mechanisms, that is — stable properties of", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the physical world (see e.g. Hoover (1990)). Generalizing o.o.d. means therefore that the predictor", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "should perform equally well on data coming from different settings, as long as they share the causal", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 105, + 720, + 161, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 161, + 732 + ], + "score": 1.0, + "content": "mechanisms.", + "type": "text" + } + ], + "index": 68 + } + ], + "index": 62.5 + } + ], + "page_idx": 0, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 80, + 495, + 96 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 497, + 99 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 497, + 99 + ], + "score": 1.0, + "content": "LEARNING EXPLANATIONS THAT ARE HARD TO VARY", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "list", + "bbox": [ + 111, + 113, + 485, + 160 + ], + "lines": [ + { + "bbox": [ + 111, + 114, + 341, + 126 + ], + "spans": [ + { + "bbox": [ + 111, + 114, + 249, + 126 + ], + "score": 1.0, + "content": "Giambattista Parascandolo1, 2, *", + "type": "text" + }, + { + "bbox": [ + 256, + 114, + 341, + 126 + ], + "score": 1.0, + "content": "Alexander Neitz1, *", + "type": "text" + } + ], + "index": 1, + "is_list_start_line": true + }, + { + "bbox": [ + 112, + 125, + 382, + 138 + ], + "spans": [ + { + "bbox": [ + 112, + 127, + 190, + 137 + ], + "score": 1.0, + "content": "Antonio Orvieto2", + "type": "text" + }, + { + "bbox": [ + 197, + 126, + 273, + 137 + ], + "score": 1.0, + "content": "Luigi Gresele1, 3", + "type": "text" + }, + { + "bbox": [ + 279, + 125, + 382, + 138 + ], + "score": 1.0, + "content": "Bernhard Schölkopf1, 2", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 136, + 485, + 151 + ], + "spans": [ + { + "bbox": [ + 113, + 138, + 133, + 148 + ], + "score": 0.5, + "content": "{ } ^ { 1 } \\mathbf { M P I }", + "type": "inline_equation" + }, + { + "bbox": [ + 134, + 136, + 326, + 151 + ], + "score": 1.0, + "content": "for Intelligent Systems, Tübingen, 2ETH, Zürich,", + "type": "text" + }, + { + "bbox": [ + 326, + 138, + 347, + 149 + ], + "score": 0.37, + "content": "^ { 3 } \\mathbf { M P I }", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 136, + 485, + 151 + ], + "score": 1.0, + "content": "for Biological Cybernetics, Tübingen", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 110, + 146, + 187, + 164 + ], + "spans": [ + { + "bbox": [ + 110, + 146, + 187, + 164 + ], + "score": 1.0, + "content": "˚equal contribution", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + } + ], + "index": 2.5, + "bbox_fs": [ + 110, + 114, + 485, + 164 + ] + }, + { + "type": "title", + "bbox": [ + 277, + 175, + 333, + 187 + ], + "lines": [ + { + "bbox": [ + 276, + 174, + 335, + 189 + ], + "spans": [ + { + "bbox": [ + 276, + 174, + 335, + 189 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 142, + 197, + 469, + 318 + ], + "lines": [ + { + "bbox": [ + 141, + 198, + 470, + 210 + ], + "spans": [ + { + "bbox": [ + 141, + 198, + 470, + 210 + ], + "score": 1.0, + "content": "In this paper, we investigate the principle that good explanations are hard to vary", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 141, + 208, + 470, + 222 + ], + "spans": [ + { + "bbox": [ + 141, + 208, + 470, + 222 + ], + "score": 1.0, + "content": "in the context of deep learning. We show that averaging gradients across examples", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 141, + 220, + 470, + 231 + ], + "spans": [ + { + "bbox": [ + 141, + 220, + 233, + 231 + ], + "score": 1.0, + "content": "– akin to a logical OR", + "type": "text" + }, + { + "bbox": [ + 233, + 220, + 248, + 230 + ], + "score": 0.41, + "content": "( \\vee )", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 220, + 470, + 231 + ], + "score": 1.0, + "content": "of patterns – can favor memorization and ‘patchwork’", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 141, + 230, + 471, + 243 + ], + "spans": [ + { + "bbox": [ + 141, + 230, + 471, + 243 + ], + "score": 1.0, + "content": "solutions that sew together different strategies, instead of identifying invariances.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 141, + 241, + 470, + 253 + ], + "spans": [ + { + "bbox": [ + 141, + 241, + 470, + 253 + ], + "score": 1.0, + "content": "To inspect this, we first formalize a notion of consistency for minima of the loss", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 141, + 252, + 469, + 265 + ], + "spans": [ + { + "bbox": [ + 141, + 252, + 469, + 265 + ], + "score": 1.0, + "content": "surface, which measures to what extent a minimum appears only when examples", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 142, + 264, + 469, + 275 + ], + "spans": [ + { + "bbox": [ + 142, + 264, + 469, + 275 + ], + "score": 1.0, + "content": "are pooled. We then propose and experimentally validate a simple alternative", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 142, + 275, + 469, + 286 + ], + "spans": [ + { + "bbox": [ + 142, + 275, + 284, + 286 + ], + "score": 1.0, + "content": "algorithm based on a logical AND", + "type": "text" + }, + { + "bbox": [ + 285, + 275, + 300, + 285 + ], + "score": 0.6, + "content": "( \\wedge )", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 275, + 469, + 286 + ], + "score": 1.0, + "content": ", that focuses on invariances and prevents", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 142, + 286, + 469, + 297 + ], + "spans": [ + { + "bbox": [ + 142, + 286, + 469, + 297 + ], + "score": 1.0, + "content": "memorization in a set of real-world tasks. Finally, using a synthetic dataset with a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 295, + 470, + 309 + ], + "spans": [ + { + "bbox": [ + 141, + 295, + 470, + 309 + ], + "score": 1.0, + "content": "clear distinction between invariant and spurious mechanisms, we dissect learning", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 307, + 412, + 321 + ], + "spans": [ + { + "bbox": [ + 141, + 307, + 412, + 321 + ], + "score": 1.0, + "content": "signals and compare this approach to well-established regularizers.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 11, + "bbox_fs": [ + 141, + 198, + 471, + 321 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 336, + 206, + 348 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 208, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 208, + 351 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 357, + 329, + 468 + ], + "lines": [ + { + "bbox": [ + 106, + 357, + 329, + 369 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 329, + 369 + ], + "score": 1.0, + "content": "Consider the top of Figure 1, which shows a view from", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 368, + 330, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 330, + 381 + ], + "score": 1.0, + "content": "above of the loss surface obtained as we vary a two di-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 380, + 329, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 219, + 392 + ], + "score": 1.0, + "content": "mensional parameter vector", + "type": "text" + }, + { + "bbox": [ + 219, + 380, + 268, + 392 + ], + "score": 0.92, + "content": "\\theta = \\left( \\theta _ { 1 } , \\theta _ { 2 } \\right)", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 380, + 329, + 392 + ], + "score": 1.0, + "content": ", for a fictional", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 390, + 329, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 255, + 403 + ], + "score": 1.0, + "content": "dataset containing two observations", + "type": "text" + }, + { + "bbox": [ + 255, + 393, + 268, + 402 + ], + "score": 0.87, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 390, + 287, + 403 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 287, + 392, + 301, + 402 + ], + "score": 0.86, + "content": "x _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 390, + 329, + 403 + ], + "score": 1.0, + "content": ". Note", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 401, + 330, + 413 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 330, + 413 + ], + "score": 1.0, + "content": "the two global minima on the top-right and bottom-left.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 412, + 329, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 242, + 424 + ], + "score": 1.0, + "content": "Depending on the initial values of", + "type": "text" + }, + { + "bbox": [ + 242, + 413, + 249, + 423 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 412, + 329, + 424 + ], + "score": 1.0, + "content": "— marked as white", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 424, + 329, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 329, + 435 + ], + "score": 1.0, + "content": "circles — gradient descent converges to one of the two", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 434, + 330, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 330, + 446 + ], + "score": 1.0, + "content": "minima. Judging solely by the value of the loss function,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 444, + 329, + 458 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 329, + 458 + ], + "score": 1.0, + "content": "which is zero in both cases, the two minima look equally", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 104, + 456, + 132, + 469 + ], + "spans": [ + { + "bbox": [ + 104, + 456, + 132, + 469 + ], + "score": 1.0, + "content": "good.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 22.5, + "bbox_fs": [ + 104, + 357, + 330, + 469 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 473, + 328, + 583 + ], + "lines": [ + { + "bbox": [ + 105, + 472, + 327, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 472, + 280, + 486 + ], + "score": 1.0, + "content": "However, looking at the loss surfaces for", + "type": "text" + }, + { + "bbox": [ + 280, + 475, + 294, + 484 + ], + "score": 0.86, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 472, + 313, + 486 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 314, + 475, + 327, + 484 + ], + "score": 0.82, + "content": "x _ { B }", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 485, + 329, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 329, + 496 + ], + "score": 1.0, + "content": "separately, as shown below, a crucial difference between", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 495, + 330, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 330, + 507 + ], + "score": 1.0, + "content": "those two minima appears: Starting from the same ini-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 506, + 329, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 329, + 518 + ], + "score": 1.0, + "content": "tial parameter configurations and following the gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 516, + 329, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 155, + 530 + ], + "score": 1.0, + "content": "of the loss,", + "type": "text" + }, + { + "bbox": [ + 155, + 517, + 202, + 529 + ], + "score": 0.93, + "content": "\\nabla _ { \\boldsymbol { \\theta } } \\mathcal { L } ( \\boldsymbol { \\theta } , \\boldsymbol { x } _ { i } )", + "type": "inline_equation" + }, + { + "bbox": [ + 202, + 516, + 329, + 530 + ], + "score": 1.0, + "content": ", the probability of finding the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 528, + 329, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 329, + 539 + ], + "score": 1.0, + "content": "same minimum on the top-right in either case is zero. In", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 539, + 330, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 330, + 551 + ], + "score": 1.0, + "content": "contrast, the minimum in the lower-left corner has a sig-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 551, + 329, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 551, + 329, + 561 + ], + "score": 1.0, + "content": "nificant overlap across the two loss surfaces, so gradient", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 561, + 329, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 282, + 574 + ], + "score": 1.0, + "content": "descent can converge to it even if training on", + "type": "text" + }, + { + "bbox": [ + 283, + 563, + 296, + 573 + ], + "score": 0.85, + "content": "x _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 561, + 311, + 574 + ], + "score": 1.0, + "content": "(or", + "type": "text" + }, + { + "bbox": [ + 311, + 563, + 325, + 573 + ], + "score": 0.75, + "content": "x _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 561, + 329, + 574 + ], + "score": 1.0, + "content": ")", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 572, + 329, + 584 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 329, + 584 + ], + "score": 1.0, + "content": "only. Note that after averaging there is no way to tell", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 581, + 504, + 596 + ], + "spans": [ + { + "bbox": [ + 107, + 581, + 504, + 596 + ], + "score": 1.0, + "content": "what the two loss surfaces looked like: Are we destroying information that is potentially important?", + "type": "text" + } + ], + "index": 56 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 472, + 330, + 584 + ] + }, + { + "type": "image", + "bbox": [ + 343, + 353, + 502, + 527 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 343, + 353, + 502, + 527 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 343, + 353, + 502, + 527 + ], + "spans": [ + { + "bbox": [ + 343, + 353, + 502, + 527 + ], + "score": 0.968, + "type": "image", + "image_path": "38033836d6c1b78bc80896191f206749b79f36ee8e69d1dff08f5e95a1853e34.jpg" + } + ] + } + ], + "index": 44.5, + "virtual_lines": [ + { + "bbox": [ + 343, + 353, + 502, + 365.42857142857144 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 343, + 365.42857142857144, + 502, + 377.8571428571429 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 343, + 377.8571428571429, + 502, + 390.28571428571433 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 343, + 390.28571428571433, + 502, + 402.7142857142858 + ], + "spans": [], + "index": 41 + }, + { + "bbox": [ + 343, + 402.7142857142858, + 502, + 415.1428571428572 + ], + "spans": [], + "index": 42 + }, + { + "bbox": [ + 343, + 415.1428571428572, + 502, + 427.57142857142867 + ], + "spans": [], + "index": 43 + }, + { + "bbox": [ + 343, + 427.57142857142867, + 502, + 440.0000000000001 + ], + "spans": [], + "index": 44 + }, + { + "bbox": [ + 343, + 440.0000000000001, + 502, + 452.42857142857156 + ], + "spans": [], + "index": 45 + }, + { + "bbox": [ + 343, + 452.42857142857156, + 502, + 464.857142857143 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 343, + 464.857142857143, + 502, + 477.28571428571445 + ], + "spans": [], + "index": 47 + }, + { + "bbox": [ + 343, + 477.28571428571445, + 502, + 489.7142857142859 + ], + "spans": [], + "index": 48 + }, + { + "bbox": [ + 343, + 489.7142857142859, + 502, + 502.14285714285734 + ], + "spans": [], + "index": 49 + }, + { + "bbox": [ + 343, + 502.14285714285734, + 502, + 514.5714285714288 + ], + "spans": [], + "index": 50 + }, + { + "bbox": [ + 343, + 514.5714285714288, + 502, + 527.0000000000002 + ], + "spans": [], + "index": 51 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 336, + 534, + 505, + 574 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 335, + 534, + 506, + 546 + ], + "spans": [ + { + "bbox": [ + 335, + 534, + 506, + 546 + ], + "score": 1.0, + "content": "Figure 1: Loss landscapes of a two-parameter", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 335, + 544, + 506, + 556 + ], + "spans": [ + { + "bbox": [ + 335, + 544, + 506, + 556 + ], + "score": 1.0, + "content": "model. Averaging gradients forgoes informa-", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 335, + 554, + 507, + 566 + ], + "spans": [ + { + "bbox": [ + 335, + 554, + 507, + 566 + ], + "score": 1.0, + "content": "tion that can identify patterns shared across dif-", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 336, + 565, + 412, + 574 + ], + "spans": [ + { + "bbox": [ + 336, + 565, + 412, + 574 + ], + "score": 1.0, + "content": "ferent environments.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 53.5 + } + ], + "index": 49.0 + }, + { + "type": "text", + "bbox": [ + 109, + 583, + 502, + 594 + ], + "lines": [], + "index": 56, + "bbox_fs": [ + 107, + 581, + 504, + 596 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 505, + 613 + ], + "score": 1.0, + "content": "In this paper, we argue that the answer is yes. In particular, we hypothesize that if the goal is to", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "find invariant mechanisms in the data, these can be identified by finding explanations (e.g. model", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 623, + 506, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 506, + 634 + ], + "score": 1.0, + "content": "parameters) that are hard to vary across examples. A notion of invariance implies something that", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 645 + ], + "score": 1.0, + "content": "stays the same, as something else changes. We assume that data comes from different environments:", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "An invariant mechanism is shared across all, generalizes out of distribution (o.o.d.), but might be hard", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 506, + 667 + ], + "score": 1.0, + "content": "to model; each environment also has spurious explanations that are easy to spot (‘shortcuts’), but do", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "not generalize o.o.d. From the point of view of causal modeling, such invariant mechanisms can be", + "type": "text" + } + ], + "index": 63 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "interpreted as conditional distributions of the targets given causal features of the inputs; invariance", + "type": "text" + } + ], + "index": 64 + }, + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "of such conditionals is expected if they represent causal mechanisms, that is — stable properties of", + "type": "text" + } + ], + "index": 65 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the physical world (see e.g. Hoover (1990)). Generalizing o.o.d. means therefore that the predictor", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "should perform equally well on data coming from different settings, as long as they share the causal", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 105, + 720, + 161, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 161, + 732 + ], + "score": 1.0, + "content": "mechanisms.", + "type": "text" + } + ], + "index": 68 + } + ], + "index": 62.5, + "bbox_fs": [ + 105, + 600, + 506, + 732 + ] + } + ] + }, + { + "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": "We formalize a notion of consistency, which characterizes to what extent a minimum of the loss", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 108 + ], + "score": 1.0, + "content": "surface appears only when data from different environments are pooled. Minima with low consistency", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "are ‘patchwork’ solutions, which (we hypothesize) sew together different strategies and should not be", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "expected to generalize to new environments. An intuitive description of this principle was proposed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 444, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 444, + 140 + ], + "score": 1.0, + "content": "by physicist David Deutsch: “good explanations are hard to vary” (Deutsch, 2011).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 107, + 143, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "score": 1.0, + "content": "Using the notion of consistency, we define Invariant Learning Consistency (ILC), a measure of the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "expected consistency of the solution found by a learning algorithm on a given hypothesis class. The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "ILC can be improved by changing the hypothesis class or the learning algorithm, and in the last", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 174, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 104, + 174, + 506, + 191 + ], + "score": 1.0, + "content": "part of the paper we focus on the latter. We then analyse why current practices in deep learning", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "provide little incentive for networks to learn invariances, and show that standard training is instead", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "set up with the explicit objective of greedily maximizing speed of learning, i.e., progress on the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "training loss. When learning “as fast as possible” is not the main objective, we show we can trade-off", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "score": 1.0, + "content": "some “learning speed” for prioritizing learning the invariances. A practical instantiation of ILC leads", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "to o.o.d. generalization on a challenging synthetic task where several established regularizers fail", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "score": 1.0, + "content": "to generalize; moreover, following the memorization task from Zhang et al. (2017), ILC prevents", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "convergence on CIFAR-10 with random labels, as no shared mechanism is present, and similarly", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 276 + ], + "score": 1.0, + "content": "when a portion of training labels is incorrect. Lastly, we set up a behavioural cloning task based on", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 275, + 497, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 497, + 287 + ], + "score": 1.0, + "content": "the game CoinRun (Cobbe et al., 2019b), and observe better generalization on new unseen levels.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 111, + 295, + 312, + 397 + ], + "lines": [ + { + "bbox": [ + 110, + 295, + 313, + 307 + ], + "spans": [ + { + "bbox": [ + 110, + 295, + 313, + 307 + ], + "score": 1.0, + "content": "An example. Take these two second-hand books", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 111, + 307, + 313, + 319 + ], + "spans": [ + { + "bbox": [ + 111, + 307, + 313, + 319 + ], + "score": 1.0, + "content": "of chess puzzles. We can learn the two independent", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 110, + 317, + 313, + 330 + ], + "spans": [ + { + "bbox": [ + 110, + 317, + 313, + 330 + ], + "score": 1.0, + "content": "shortcuts (blue arrows for the left book OR hand-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 110, + 328, + 313, + 341 + ], + "spans": [ + { + "bbox": [ + 110, + 328, + 313, + 341 + ], + "score": 1.0, + "content": "written solutions on the right), or actually learn", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 109, + 339, + 313, + 353 + ], + "spans": [ + { + "bbox": [ + 109, + 339, + 313, + 353 + ], + "score": 1.0, + "content": "to play chess (the invariant mechanism). While", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 109, + 350, + 313, + 364 + ], + "spans": [ + { + "bbox": [ + 109, + 350, + 313, + 364 + ], + "score": 1.0, + "content": "both strategies solve other problems from the same", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 110, + 362, + 313, + 374 + ], + "spans": [ + { + "bbox": [ + 110, + 362, + 313, + 374 + ], + "score": 1.0, + "content": "books (i.i.d.), only the latter generalises to new", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 110, + 373, + 313, + 385 + ], + "spans": [ + { + "bbox": [ + 110, + 373, + 313, + 385 + ], + "score": 1.0, + "content": "chess puzzle books (o.o.d.). How to distinguish", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 110, + 383, + 313, + 396 + ], + "spans": [ + { + "bbox": [ + 110, + 383, + 313, + 396 + ], + "score": 1.0, + "content": "the two? We would not have learned about the red", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 25 + }, + { + "type": "image", + "bbox": [ + 319, + 295, + 501, + 390 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 319, + 295, + 501, + 390 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 319, + 295, + 501, + 390 + ], + "spans": [ + { + "bbox": [ + 319, + 295, + 501, + 390 + ], + "score": 0.969, + "type": "image", + "image_path": "4e958bc770fbe8a283a4b825875d313db41b01e0fd8c86aa895fd80d473209b2.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 319, + 295, + 501, + 308.57142857142856 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 319, + 308.57142857142856, + 501, + 322.1428571428571 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 319, + 322.1428571428571, + 501, + 335.71428571428567 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 319, + 335.71428571428567, + 501, + 349.2857142857142 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 319, + 349.2857142857142, + 501, + 362.8571428571428 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 319, + 362.8571428571428, + 501, + 376.42857142857133 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 319, + 376.42857142857133, + 501, + 389.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 110, + 394, + 474, + 406 + ], + "lines": [ + { + "bbox": [ + 109, + 394, + 476, + 407 + ], + "spans": [ + { + "bbox": [ + 109, + 394, + 476, + 407 + ], + "score": 1.0, + "content": "arrows had we trained on the book on the right, and vice versa with the hand-written notes.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "title", + "bbox": [ + 107, + 430, + 340, + 442 + ], + "lines": [ + { + "bbox": [ + 104, + 429, + 341, + 444 + ], + "spans": [ + { + "bbox": [ + 104, + 429, + 341, + 444 + ], + "score": 1.0, + "content": "2 EXPLANATIONS THAT ARE HARD TO VARY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 505, + 531 + ], + "lines": [ + { + "bbox": [ + 104, + 451, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 104, + 451, + 189, + 466 + ], + "score": 1.0, + "content": "We consider datasets", + "type": "text" + }, + { + "bbox": [ + 190, + 453, + 225, + 465 + ], + "score": 0.93, + "content": "\\{ \\mathcal { D } ^ { e } \\} _ { e \\in \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 451, + 248, + 466 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 248, + 453, + 279, + 465 + ], + "score": 0.92, + "content": "| \\mathcal { E } | = d", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 451, + 298, + 466 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 299, + 453, + 357, + 465 + ], + "score": 0.84, + "content": "\\mathcal { D } ^ { e } = ( x _ { i } ^ { e } , y _ { i } ^ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 451, + 360, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 361, + 453, + 420, + 465 + ], + "score": 0.86, + "content": "i _ { e } = 1 , \\dots , n ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 451, + 445, + 466 + ], + "score": 1.0, + "content": ". Here", + "type": "text" + }, + { + "bbox": [ + 446, + 453, + 504, + 465 + ], + "score": 0.89, + "content": "x _ { i } ^ { e } \\in \\mathcal { X } \\subseteq \\mathbb { R } ^ { m }", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 463, + 504, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 463, + 308, + 477 + ], + "score": 1.0, + "content": "is the vector containing the observed inputs, and", + "type": "text" + }, + { + "bbox": [ + 308, + 465, + 363, + 476 + ], + "score": 0.92, + "content": "y _ { i } ^ { e } \\in \\mathcal { V } \\subseteq \\mathbb { R } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 463, + 479, + 477 + ], + "score": 1.0, + "content": "the targets. The superscript", + "type": "text" + }, + { + "bbox": [ + 480, + 465, + 504, + 474 + ], + "score": 0.84, + "content": "e \\in { \\mathcal { E } }", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 474, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 506, + 488 + ], + "score": 1.0, + "content": "indexes some aspect of the data collection process, and can be interpreted as an environment label.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 484, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 245, + 500 + ], + "score": 1.0, + "content": "Our objective is to infer a function", + "type": "text" + }, + { + "bbox": [ + 245, + 486, + 293, + 497 + ], + "score": 0.91, + "content": "f : \\mathcal { X } \\mathcal { Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 484, + 493, + 500 + ], + "score": 1.0, + "content": "— which we call mechanism — assigning a target", + "type": "text" + }, + { + "bbox": [ + 493, + 487, + 504, + 498 + ], + "score": 0.87, + "content": "y _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 504, + 484, + 505, + 500 + ], + "score": 0.0, + "content": "", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 496, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 160, + 510 + ], + "score": 1.0, + "content": "to each input", + "type": "text" + }, + { + "bbox": [ + 161, + 497, + 172, + 509 + ], + "score": 0.88, + "content": "\\boldsymbol { x } _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 496, + 506, + 510 + ], + "score": 1.0, + "content": "; as explained in the introduction, we assume that such function is shared across all", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 508, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 264, + 521 + ], + "score": 1.0, + "content": "environments. For estimation purposes,", + "type": "text" + }, + { + "bbox": [ + 265, + 509, + 272, + 520 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 508, + 506, + 521 + ], + "score": 1.0, + "content": "may be parametrized by a neural network with continuous", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 518, + 480, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 202, + 532 + ], + "score": 1.0, + "content": "activations; for weights", + "type": "text" + }, + { + "bbox": [ + 202, + 519, + 252, + 529 + ], + "score": 0.91, + "content": "\\theta \\in \\Theta \\subseteq \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 518, + 414, + 532 + ], + "score": 1.0, + "content": ", we denote the neural network output at", + "type": "text" + }, + { + "bbox": [ + 414, + 519, + 441, + 529 + ], + "score": 0.9, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 518, + 453, + 532 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 453, + 519, + 477, + 531 + ], + "score": 0.92, + "content": "f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 518, + 480, + 532 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 106, + 540, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 106, + 539, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 357, + 553 + ], + "score": 1.0, + "content": "Gradient-based optimization. To find an appropriate model", + "type": "text" + }, + { + "bbox": [ + 357, + 541, + 367, + 552 + ], + "score": 0.87, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 539, + 506, + 553 + ], + "score": 1.0, + "content": ", standard optimizers rely on gradi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 239, + 564 + ], + "score": 1.0, + "content": "ents from a pooled loss function", + "type": "text" + }, + { + "bbox": [ + 239, + 552, + 290, + 562 + ], + "score": 0.91, + "content": "\\mathcal { L } : \\mathbb { R } ^ { n } \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 550, + 506, + 564 + ], + "score": 1.0, + "content": ". This function measures the average performance ofř", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 560, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 104, + 560, + 403, + 578 + ], + "score": 1.0, + "content": "the neural network when predicting data labels, across all environments: ř", + "type": "text" + }, + { + "bbox": [ + 403, + 561, + 501, + 577 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } ( \\boldsymbol { \\theta } ) : = \\dot { \\frac { 1 } { | \\mathcal { E } | } } \\sum _ { e \\in \\mathcal { E } } \\mathcal { L } _ { e } ( \\boldsymbol { \\theta } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 560, + 506, + 578 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 574, + 507, + 594 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 126, + 594 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 126, + 576, + 296, + 592 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\begin{array} { r } { \\mathcal { L } _ { e } ( \\theta ) : = \\frac { 1 } { | \\mathcal { D } ^ { e } | } \\sum _ { ( x _ { i } ^ { e } , y _ { i } ^ { e } ) \\in \\mathcal { D } ^ { e } } \\ell ( f ( x _ { i } ^ { e } ; \\theta ) , y _ { i } ^ { e } ) } \\end{array} } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 574, + 326, + 594 + ], + "score": 1.0, + "content": "; where", + "type": "text" + }, + { + "bbox": [ + 326, + 577, + 424, + 589 + ], + "score": 0.91, + "content": "\\ell : \\mathbb { R } ^ { p } \\times \\mathbb { R } ^ { p } \\to [ 0 , + \\infty )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 574, + 507, + 594 + ], + "score": 1.0, + "content": "is usually chosen to", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 588, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 133, + 603 + ], + "score": 1.0, + "content": "be the", + "type": "text" + }, + { + "bbox": [ + 133, + 591, + 146, + 600 + ], + "score": 0.7, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 588, + 506, + 603 + ], + "score": 1.0, + "content": "loss or the cross-entropy loss. The parameter updates according to gradient descent (GD)", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 101, + 595, + 509, + 622 + ], + "spans": [ + { + "bbox": [ + 101, + 595, + 160, + 622 + ], + "score": 1.0, + "content": "are given by", + "type": "text" + }, + { + "bbox": [ + 161, + 601, + 269, + 615 + ], + "score": 0.92, + "content": "\\theta _ { \\mathrm { G D } } ^ { k + 1 } = \\theta _ { \\mathrm { G D } } ^ { k } - \\eta \\bar { \\nabla } \\bar { \\mathcal { L } } ( \\theta _ { \\mathrm { G D } } ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 595, + 301, + 622 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 302, + 603, + 329, + 614 + ], + "score": 0.91, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 595, + 509, + 622 + ], + "score": 1.0, + "content": "is the learning rate. Under some standard", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 614, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 232, + 629 + ], + "score": 1.0, + "content": "assumptions (Lee et al., 2016),", + "type": "text" + }, + { + "bbox": [ + 232, + 615, + 271, + 627 + ], + "score": 0.89, + "content": "( \\theta _ { \\mathrm { G D } } ^ { k } ) _ { k \\geqslant 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 614, + 407, + 629 + ], + "score": 1.0, + "content": "converges to a local minimizer of", + "type": "text" + }, + { + "bbox": [ + 416, + 614, + 505, + 629 + ], + "score": 1.0, + "content": ", with probability one.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 46 + }, + { + "type": "text", + "bbox": [ + 106, + 637, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "When do we not learn invariances? We start by describing what might prevent learning invari-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 649, + 294, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 294, + 661 + ], + "score": 1.0, + "content": "ances in standard gradient-based optimization.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5 + }, + { + "type": "text", + "bbox": [ + 106, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "(i) Training stops once the loss is low enough. If optimization learned spurious patterns by the time", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "it converged, invariances will not be learned anymore. This depends on the rate at which different", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "patterns are learned. The rates at which invariant patterns emerge (and vice-versa, the spurious", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "patterns do not) can be improved by e.g.: (a) careful architecture design, e.g. as done by hardcoding", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "spatial equivariance in convolutional networks; (b) fine-tuning models pre-trained on large amounts", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 720, + 408, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 408, + 732 + ], + "score": 1.0, + "content": "of data, where strong features already emerged and can be readily selected.", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 54.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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, + 138 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "We formalize a notion of consistency, which characterizes to what extent a minimum of the loss", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 506, + 108 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 506, + 108 + ], + "score": 1.0, + "content": "surface appears only when data from different environments are pooled. Minima with low consistency", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "are ‘patchwork’ solutions, which (we hypothesize) sew together different strategies and should not be", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "expected to generalize to new environments. An intuitive description of this principle was proposed", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 444, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 444, + 140 + ], + "score": 1.0, + "content": "by physicist David Deutsch: “good explanations are hard to vary” (Deutsch, 2011).", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 83, + 506, + 140 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 143, + 505, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 144, + 505, + 155 + ], + "score": 1.0, + "content": "Using the notion of consistency, we define Invariant Learning Consistency (ILC), a measure of the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "spans": [ + { + "bbox": [ + 105, + 154, + 506, + 167 + ], + "score": 1.0, + "content": "expected consistency of the solution found by a learning algorithm on a given hypothesis class. The", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 506, + 178 + ], + "score": 1.0, + "content": "ILC can be improved by changing the hypothesis class or the learning algorithm, and in the last", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 174, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 104, + 174, + 506, + 191 + ], + "score": 1.0, + "content": "part of the paper we focus on the latter. We then analyse why current practices in deep learning", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "provide little incentive for networks to learn invariances, and show that standard training is instead", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 506, + 210 + ], + "score": 1.0, + "content": "set up with the explicit objective of greedily maximizing speed of learning, i.e., progress on the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 506, + 222 + ], + "score": 1.0, + "content": "training loss. When learning “as fast as possible” is not the main objective, we show we can trade-off", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 506, + 233 + ], + "score": 1.0, + "content": "some “learning speed” for prioritizing learning the invariances. A practical instantiation of ILC leads", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 506, + 244 + ], + "score": 1.0, + "content": "to o.o.d. generalization on a challenging synthetic task where several established regularizers fail", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 255 + ], + "score": 1.0, + "content": "to generalize; moreover, following the memorization task from Zhang et al. (2017), ILC prevents", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "convergence on CIFAR-10 with random labels, as no shared mechanism is present, and similarly", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 505, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 505, + 276 + ], + "score": 1.0, + "content": "when a portion of training labels is incorrect. Lastly, we set up a behavioural cloning task based on", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 275, + 497, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 497, + 287 + ], + "score": 1.0, + "content": "the game CoinRun (Cobbe et al., 2019b), and observe better generalization on new unseen levels.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 11, + "bbox_fs": [ + 104, + 144, + 506, + 287 + ] + }, + { + "type": "text", + "bbox": [ + 111, + 295, + 312, + 397 + ], + "lines": [ + { + "bbox": [ + 110, + 295, + 313, + 307 + ], + "spans": [ + { + "bbox": [ + 110, + 295, + 313, + 307 + ], + "score": 1.0, + "content": "An example. Take these two second-hand books", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 111, + 307, + 313, + 319 + ], + "spans": [ + { + "bbox": [ + 111, + 307, + 313, + 319 + ], + "score": 1.0, + "content": "of chess puzzles. We can learn the two independent", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 110, + 317, + 313, + 330 + ], + "spans": [ + { + "bbox": [ + 110, + 317, + 313, + 330 + ], + "score": 1.0, + "content": "shortcuts (blue arrows for the left book OR hand-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 110, + 328, + 313, + 341 + ], + "spans": [ + { + "bbox": [ + 110, + 328, + 313, + 341 + ], + "score": 1.0, + "content": "written solutions on the right), or actually learn", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 109, + 339, + 313, + 353 + ], + "spans": [ + { + "bbox": [ + 109, + 339, + 313, + 353 + ], + "score": 1.0, + "content": "to play chess (the invariant mechanism). While", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 109, + 350, + 313, + 364 + ], + "spans": [ + { + "bbox": [ + 109, + 350, + 313, + 364 + ], + "score": 1.0, + "content": "both strategies solve other problems from the same", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 110, + 362, + 313, + 374 + ], + "spans": [ + { + "bbox": [ + 110, + 362, + 313, + 374 + ], + "score": 1.0, + "content": "books (i.i.d.), only the latter generalises to new", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 110, + 373, + 313, + 385 + ], + "spans": [ + { + "bbox": [ + 110, + 373, + 313, + 385 + ], + "score": 1.0, + "content": "chess puzzle books (o.o.d.). How to distinguish", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 110, + 383, + 313, + 396 + ], + "spans": [ + { + "bbox": [ + 110, + 383, + 313, + 396 + ], + "score": 1.0, + "content": "the two? We would not have learned about the red", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 109, + 394, + 476, + 407 + ], + "spans": [ + { + "bbox": [ + 109, + 394, + 476, + 407 + ], + "score": 1.0, + "content": "arrows had we trained on the book on the right, and vice versa with the hand-written notes.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 25, + "bbox_fs": [ + 109, + 295, + 313, + 396 + ] + }, + { + "type": "image", + "bbox": [ + 319, + 295, + 501, + 390 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 319, + 295, + 501, + 390 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 319, + 295, + 501, + 390 + ], + "spans": [ + { + "bbox": [ + 319, + 295, + 501, + 390 + ], + "score": 0.969, + "type": "image", + "image_path": "4e958bc770fbe8a283a4b825875d313db41b01e0fd8c86aa895fd80d473209b2.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 319, + 295, + 501, + 308.57142857142856 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 319, + 308.57142857142856, + 501, + 322.1428571428571 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 319, + 322.1428571428571, + 501, + 335.71428571428567 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 319, + 335.71428571428567, + 501, + 349.2857142857142 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 319, + 349.2857142857142, + 501, + 362.8571428571428 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 319, + 362.8571428571428, + 501, + 376.42857142857133 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 319, + 376.42857142857133, + 501, + 389.9999999999999 + ], + "spans": [], + "index": 33 + } + ] + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 110, + 394, + 474, + 406 + ], + "lines": [], + "index": 34, + "bbox_fs": [ + 109, + 394, + 476, + 407 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 430, + 340, + 442 + ], + "lines": [ + { + "bbox": [ + 104, + 429, + 341, + 444 + ], + "spans": [ + { + "bbox": [ + 104, + 429, + 341, + 444 + ], + "score": 1.0, + "content": "2 EXPLANATIONS THAT ARE HARD TO VARY", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 452, + 505, + 531 + ], + "lines": [ + { + "bbox": [ + 104, + 451, + 504, + 466 + ], + "spans": [ + { + "bbox": [ + 104, + 451, + 189, + 466 + ], + "score": 1.0, + "content": "We consider datasets", + "type": "text" + }, + { + "bbox": [ + 190, + 453, + 225, + 465 + ], + "score": 0.93, + "content": "\\{ \\mathcal { D } ^ { e } \\} _ { e \\in \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 451, + 248, + 466 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 248, + 453, + 279, + 465 + ], + "score": 0.92, + "content": "| \\mathcal { E } | = d", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 451, + 298, + 466 + ], + "score": 1.0, + "content": ", and", + "type": "text" + }, + { + "bbox": [ + 299, + 453, + 357, + 465 + ], + "score": 0.84, + "content": "\\mathcal { D } ^ { e } = ( x _ { i } ^ { e } , y _ { i } ^ { e } )", + "type": "inline_equation" + }, + { + "bbox": [ + 357, + 451, + 360, + 466 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 361, + 453, + 420, + 465 + ], + "score": 0.86, + "content": "i _ { e } = 1 , \\dots , n ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 420, + 451, + 445, + 466 + ], + "score": 1.0, + "content": ". Here", + "type": "text" + }, + { + "bbox": [ + 446, + 453, + 504, + 465 + ], + "score": 0.89, + "content": "x _ { i } ^ { e } \\in \\mathcal { X } \\subseteq \\mathbb { R } ^ { m }", + "type": "inline_equation" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 463, + 504, + 477 + ], + "spans": [ + { + "bbox": [ + 104, + 463, + 308, + 477 + ], + "score": 1.0, + "content": "is the vector containing the observed inputs, and", + "type": "text" + }, + { + "bbox": [ + 308, + 465, + 363, + 476 + ], + "score": 0.92, + "content": "y _ { i } ^ { e } \\in \\mathcal { V } \\subseteq \\mathbb { R } ^ { p }", + "type": "inline_equation" + }, + { + "bbox": [ + 363, + 463, + 479, + 477 + ], + "score": 1.0, + "content": "the targets. The superscript", + "type": "text" + }, + { + "bbox": [ + 480, + 465, + 504, + 474 + ], + "score": 0.84, + "content": "e \\in { \\mathcal { E } }", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 474, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 506, + 488 + ], + "score": 1.0, + "content": "indexes some aspect of the data collection process, and can be interpreted as an environment label.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 484, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 484, + 245, + 500 + ], + "score": 1.0, + "content": "Our objective is to infer a function", + "type": "text" + }, + { + "bbox": [ + 245, + 486, + 293, + 497 + ], + "score": 0.91, + "content": "f : \\mathcal { X } \\mathcal { Y }", + "type": "inline_equation" + }, + { + "bbox": [ + 293, + 484, + 493, + 500 + ], + "score": 1.0, + "content": "— which we call mechanism — assigning a target", + "type": "text" + }, + { + "bbox": [ + 493, + 487, + 504, + 498 + ], + "score": 0.87, + "content": "y _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 504, + 484, + 505, + 500 + ], + "score": 0.0, + "content": "", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 496, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 160, + 510 + ], + "score": 1.0, + "content": "to each input", + "type": "text" + }, + { + "bbox": [ + 161, + 497, + 172, + 509 + ], + "score": 0.88, + "content": "\\boldsymbol { x } _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 496, + 506, + 510 + ], + "score": 1.0, + "content": "; as explained in the introduction, we assume that such function is shared across all", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 508, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 106, + 508, + 264, + 521 + ], + "score": 1.0, + "content": "environments. For estimation purposes,", + "type": "text" + }, + { + "bbox": [ + 265, + 509, + 272, + 520 + ], + "score": 0.85, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 508, + 506, + 521 + ], + "score": 1.0, + "content": "may be parametrized by a neural network with continuous", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 518, + 480, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 202, + 532 + ], + "score": 1.0, + "content": "activations; for weights", + "type": "text" + }, + { + "bbox": [ + 202, + 519, + 252, + 529 + ], + "score": 0.91, + "content": "\\theta \\in \\Theta \\subseteq \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 518, + 414, + 532 + ], + "score": 1.0, + "content": ", we denote the neural network output at", + "type": "text" + }, + { + "bbox": [ + 414, + 519, + 441, + 529 + ], + "score": 0.9, + "content": "x \\in \\mathcal { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 441, + 518, + 453, + 532 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 453, + 519, + 477, + 531 + ], + "score": 0.92, + "content": "f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } )", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 518, + 480, + 532 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39, + "bbox_fs": [ + 104, + 451, + 506, + 532 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 540, + 505, + 627 + ], + "lines": [ + { + "bbox": [ + 106, + 539, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 357, + 553 + ], + "score": 1.0, + "content": "Gradient-based optimization. To find an appropriate model", + "type": "text" + }, + { + "bbox": [ + 357, + 541, + 367, + 552 + ], + "score": 0.87, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 539, + 506, + 553 + ], + "score": 1.0, + "content": ", standard optimizers rely on gradi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 550, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 239, + 564 + ], + "score": 1.0, + "content": "ents from a pooled loss function", + "type": "text" + }, + { + "bbox": [ + 239, + 552, + 290, + 562 + ], + "score": 0.91, + "content": "\\mathcal { L } : \\mathbb { R } ^ { n } \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 550, + 506, + 564 + ], + "score": 1.0, + "content": ". This function measures the average performance ofř", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 560, + 506, + 578 + ], + "spans": [ + { + "bbox": [ + 104, + 560, + 403, + 578 + ], + "score": 1.0, + "content": "the neural network when predicting data labels, across all environments: ř", + "type": "text" + }, + { + "bbox": [ + 403, + 561, + 501, + 577 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } ( \\boldsymbol { \\theta } ) : = \\dot { \\frac { 1 } { | \\mathcal { E } | } } \\sum _ { e \\in \\mathcal { E } } \\mathcal { L } _ { e } ( \\boldsymbol { \\theta } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 560, + 506, + 578 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 104, + 574, + 507, + 594 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 126, + 594 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 126, + 576, + 296, + 592 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\begin{array} { r } { \\mathcal { L } _ { e } ( \\theta ) : = \\frac { 1 } { | \\mathcal { D } ^ { e } | } \\sum _ { ( x _ { i } ^ { e } , y _ { i } ^ { e } ) \\in \\mathcal { D } ^ { e } } \\ell ( f ( x _ { i } ^ { e } ; \\theta ) , y _ { i } ^ { e } ) } \\end{array} } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 574, + 326, + 594 + ], + "score": 1.0, + "content": "; where", + "type": "text" + }, + { + "bbox": [ + 326, + 577, + 424, + 589 + ], + "score": 0.91, + "content": "\\ell : \\mathbb { R } ^ { p } \\times \\mathbb { R } ^ { p } \\to [ 0 , + \\infty )", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 574, + 507, + 594 + ], + "score": 1.0, + "content": "is usually chosen to", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 588, + 506, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 133, + 603 + ], + "score": 1.0, + "content": "be the", + "type": "text" + }, + { + "bbox": [ + 133, + 591, + 146, + 600 + ], + "score": 0.7, + "content": "L 2", + "type": "inline_equation" + }, + { + "bbox": [ + 147, + 588, + 506, + 603 + ], + "score": 1.0, + "content": "loss or the cross-entropy loss. The parameter updates according to gradient descent (GD)", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 101, + 595, + 509, + 622 + ], + "spans": [ + { + "bbox": [ + 101, + 595, + 160, + 622 + ], + "score": 1.0, + "content": "are given by", + "type": "text" + }, + { + "bbox": [ + 161, + 601, + 269, + 615 + ], + "score": 0.92, + "content": "\\theta _ { \\mathrm { G D } } ^ { k + 1 } = \\theta _ { \\mathrm { G D } } ^ { k } - \\eta \\bar { \\nabla } \\bar { \\mathcal { L } } ( \\theta _ { \\mathrm { G D } } ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 269, + 595, + 301, + 622 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 302, + 603, + 329, + 614 + ], + "score": 0.91, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 595, + 509, + 622 + ], + "score": 1.0, + "content": "is the learning rate. Under some standard", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 614, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 614, + 232, + 629 + ], + "score": 1.0, + "content": "assumptions (Lee et al., 2016),", + "type": "text" + }, + { + "bbox": [ + 232, + 615, + 271, + 627 + ], + "score": 0.89, + "content": "( \\theta _ { \\mathrm { G D } } ^ { k } ) _ { k \\geqslant 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 614, + 407, + 629 + ], + "score": 1.0, + "content": "converges to a local minimizer of", + "type": "text" + }, + { + "bbox": [ + 416, + 614, + 505, + 629 + ], + "score": 1.0, + "content": ", with probability one.", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 46, + "bbox_fs": [ + 101, + 539, + 509, + 629 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 637, + 505, + 660 + ], + "lines": [ + { + "bbox": [ + 106, + 637, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 106, + 637, + 506, + 651 + ], + "score": 1.0, + "content": "When do we not learn invariances? We start by describing what might prevent learning invari-", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 649, + 294, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 294, + 661 + ], + "score": 1.0, + "content": "ances in standard gradient-based optimization.", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 637, + 506, + 661 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 666, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 665, + 505, + 678 + ], + "score": 1.0, + "content": "(i) Training stops once the loss is low enough. If optimization learned spurious patterns by the time", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "it converged, invariances will not be learned anymore. This depends on the rate at which different", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "patterns are learned. The rates at which invariant patterns emerge (and vice-versa, the spurious", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "patterns do not) can be improved by e.g.: (a) careful architecture design, e.g. as done by hardcoding", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 723 + ], + "score": 1.0, + "content": "spatial equivariance in convolutional networks; (b) fine-tuning models pre-trained on large amounts", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 105, + 720, + 408, + 732 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 408, + 732 + ], + "score": 1.0, + "content": "of data, where strong features already emerged and can be readily selected.", + "type": "text" + } + ], + "index": 57 + } + ], + "index": 54.5, + "bbox_fs": [ + 105, + 665, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "(ii) Learning signals: everything looks relevant for a dataset of size 1. Due to the summation in the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 220, + 106 + ], + "score": 1.0, + "content": "definition of the pooled loss", + "type": "text" + }, + { + "bbox": [ + 220, + 94, + 228, + 104 + ], + "score": 0.7, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 93, + 506, + 106 + ], + "score": 1.0, + "content": ", gradients for each example are computed independently. Informally,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "each signal is identical to the one for an equivalent dataset of size 1, where every pattern appears", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "relevant to the task. To find invariant patterns across examples, if we compute our training signals on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 420, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 420, + 140 + ], + "score": 1.0, + "content": "each of them independently, we have to rely on the way these are aggregated.1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 506, + 233 + ], + "lines": [ + { + "bbox": [ + 104, + 142, + 507, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 507, + 156 + ], + "score": 1.0, + "content": "(iii) Aggregating gradients: averaging maximizes learning speed. The default method to pool gradi-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 104, + 153, + 277, + 168 + ], + "score": 1.0, + "content": "ents is the arithmetic mean. GD applied to", + "type": "text" + }, + { + "bbox": [ + 277, + 155, + 286, + 164 + ], + "score": 0.8, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "is designed to minimize the pooled loss by prioritizing", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 474, + 180 + ], + "score": 1.0, + "content": "descent speed.2 Indeed, a step of GD is equivalent to finding a tight3 quadratic upper bound", + "type": "text" + }, + { + "bbox": [ + 475, + 165, + 483, + 177 + ], + "score": 0.83, + "content": "\\hat { \\mathcal { L } }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 166, + 494, + 180 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 495, + 167, + 502, + 177 + ], + "score": 0.76, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 166, + 506, + 180 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "and then jumping to the minimizer of this approximation (Nocedal and Wright, 2006). While speed is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "often desirable, by construction GD ignores one potentially crucial piece of information: The gradient", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 123, + 210 + ], + "score": 0.7, + "content": "\\nabla \\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 199, + 250, + 213 + ], + "score": 1.0, + "content": "is the result of averaging signals", + "type": "text" + }, + { + "bbox": [ + 250, + 200, + 270, + 211 + ], + "score": 0.92, + "content": "\\nabla { \\mathcal { L } } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 199, + 506, + 213 + ], + "score": 1.0, + "content": ", which correspond to the patterns visible from each environ-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 211, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 506, + 223 + ], + "score": 1.0, + "content": "ment at this stage of optimization. In other words, GD with average gradients greedily maximizes for", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "learning speed, but in some situations we would like to trade some convergence speed for invariance.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8.5 + }, + { + "type": "text", + "bbox": [ + 107, + 233, + 400, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 402, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 402, + 245 + ], + "score": 1.0, + "content": "For instance, instead of performing an arithmetic mean between gradi-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 243, + 400, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 400, + 255 + ], + "score": 1.0, + "content": "ents (logical OR), we might want to look towards a logical AND, which", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 254, + 400, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 400, + 266 + ], + "score": 1.0, + "content": "can be characterized as a geometric mean. Fig. 1 shows how a sum can be", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 266, + 399, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 344, + 276 + ], + "score": 1.0, + "content": "seen as a logical OR: the two orthogonal gradients from data", + "type": "text" + }, + { + "bbox": [ + 345, + 266, + 353, + 275 + ], + "score": 0.72, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 266, + 389, + 276 + ], + "score": 1.0, + "content": "and data", + "type": "text" + }, + { + "bbox": [ + 389, + 266, + 399, + 275 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 277, + 400, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 400, + 288 + ], + "score": 1.0, + "content": "at (0.5,0.5) point to different directions, yet both are kept in the combined", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 286, + 401, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 401, + 300 + ], + "score": 1.0, + "content": "gradient.4 In Sec. 2.3 we elaborate on this idea and on implementing a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 299, + 400, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 400, + 310 + ], + "score": 1.0, + "content": "logical AND between gradients. Before presenting this discussion, we take", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 308, + 401, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 401, + 322 + ], + "score": 1.0, + "content": "some time to better motivate the need for invariant learning consistency", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 319, + 369, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 369, + 333 + ], + "score": 1.0, + "content": "and to construct a precise mathematical definition of consistency.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 18 + }, + { + "type": "image", + "bbox": [ + 411, + 240, + 501, + 304 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 411, + 240, + 501, + 304 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 411, + 240, + 501, + 304 + ], + "spans": [ + { + "bbox": [ + 411, + 240, + 501, + 304 + ], + "score": 0.933, + "type": "image", + "image_path": "835eb492d9c071bc01f3a6e37b6c8100e1cc95943f631aa6c9fbfe0b09d88e7c.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 411, + 240, + 501, + 272.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 411, + 272.0, + 501, + 304.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 407, + 310, + 504, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 407, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 407, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "Figure 2: Inconsistency in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 406, + 320, + 479, + 331 + ], + "spans": [ + { + "bbox": [ + 406, + 320, + 479, + 331 + ], + "score": 1.0, + "content": "gradient directions.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.0 + } + ], + "index": 21.25 + }, + { + "type": "title", + "bbox": [ + 108, + 352, + 254, + 363 + ], + "lines": [ + { + "bbox": [ + 106, + 351, + 255, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 255, + 364 + ], + "score": 1.0, + "content": "2.1 FORMAL DEFINITION OF ILC", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 506, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 374, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 122, + 388 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 375, + 138, + 388 + ], + "score": 0.9, + "content": "\\Theta _ { \\mathcal { A } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 374, + 318, + 388 + ], + "score": 1.0, + "content": "be the set of convergence points of algorithm", + "type": "text" + }, + { + "bbox": [ + 318, + 375, + 327, + 385 + ], + "score": 0.77, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 374, + 506, + 388 + ], + "score": 1.0, + "content": "when trained using all environments (pooled", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 165, + 400 + ], + "score": 1.0, + "content": "data): that is,", + "type": "text" + }, + { + "bbox": [ + 165, + 387, + 285, + 400 + ], + "score": 0.92, + "content": "\\Theta _ { \\mathcal { A } } ^ { \\ast } = \\{ \\theta ^ { \\ast } \\in \\Theta \\mid \\exists \\theta ^ { 0 } \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 386, + 301, + 400 + ], + "score": 1.0, + "content": "s.t.", + "type": "text" + }, + { + "bbox": [ + 302, + 387, + 375, + 399 + ], + "score": 0.91, + "content": "A _ { \\infty } ( \\theta ^ { 0 } , { \\mathcal { E } } ) = \\theta ^ { * } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 386, + 448, + 400 + ], + "score": 1.0, + "content": ". For instance, if", + "type": "text" + }, + { + "bbox": [ + 448, + 388, + 458, + 398 + ], + "score": 0.73, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 386, + 506, + 400 + ], + "score": 1.0, + "content": "is gradient", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 312, + 411 + ], + "score": 1.0, + "content": "A descent, the result of Lee et al. (2016) implies that", + "type": "text" + }, + { + "bbox": [ + 313, + 399, + 328, + 411 + ], + "score": 0.89, + "content": "\\Theta _ { \\mathcal { A } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "is the set of local minimizers of the pooled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 407, + 507, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 407, + 124, + 424 + ], + "score": 1.0, + "content": "loss", + "type": "text" + }, + { + "bbox": [ + 125, + 410, + 133, + 419 + ], + "score": 0.72, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 407, + 171, + 424 + ], + "score": 1.0, + "content": ". To each", + "type": "text" + }, + { + "bbox": [ + 171, + 410, + 208, + 422 + ], + "score": 0.92, + "content": "\\theta ^ { \\ast } \\in \\Theta _ { A } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 407, + 507, + 424 + ], + "score": 1.0, + "content": "A , we want to associate a consistency score, quantifying the concept “good", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 118, + 430 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "Aare hard to vary”. In other words, we would like the score to capture the consistency of the loss", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 177, + 443 + ], + "score": 1.0, + "content": "landscape around", + "type": "text" + }, + { + "bbox": [ + 177, + 432, + 188, + 442 + ], + "score": 0.87, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 431, + 506, + 443 + ], + "score": 1.0, + "content": "across the different environments. For example, in Fig. 1 the loss landscape near", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 442, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 506, + 454 + ], + "score": 1.0, + "content": "the bottom-left minimizer is consistent across environments, while the top-right minimizer is not.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30 + }, + { + "type": "image", + "bbox": [ + 349, + 456, + 414, + 537 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 349, + 456, + 414, + 537 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 349, + 456, + 414, + 536 + ], + "spans": [ + { + "bbox": [ + 349, + 456, + 414, + 536 + ], + "score": 0.846, + "type": "image", + "image_path": "eb9ca484544d5d5cf5c2980ba2b3999fd126d44ac36d9c5259ef498ccebf057c.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 349, + 456, + 414, + 537 + ], + "spans": [], + "index": 38 + } + ] + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 337, + 546 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 338, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 270, + 465 + ], + "score": 1.0, + "content": "Let us characterize the landscape around", + "type": "text" + }, + { + "bbox": [ + 271, + 453, + 282, + 463 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 453, + 338, + 465 + ], + "score": 1.0, + "content": "from the per-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 463, + 338, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 236, + 477 + ], + "score": 1.0, + "content": "spective of a fixed environment", + "type": "text" + }, + { + "bbox": [ + 237, + 464, + 260, + 474 + ], + "score": 0.89, + "content": "e \\in { \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 463, + 338, + 477 + ], + "score": 1.0, + "content": ". We define the set", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 470, + 342, + 494 + ], + "spans": [ + { + "bbox": [ + 107, + 475, + 131, + 489 + ], + "score": 0.92, + "content": "N _ { e , \\theta ^ { * } } ^ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 470, + 342, + 494 + ], + "score": 1.0, + "content": "to be the largest path-connected region of space con-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 487, + 336, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 155, + 501 + ], + "score": 1.0, + "content": "taining both", + "type": "text" + }, + { + "bbox": [ + 156, + 488, + 167, + 498 + ], + "score": 0.87, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 487, + 212, + 501 + ], + "score": 1.0, + "content": "and the set", + "type": "text" + }, + { + "bbox": [ + 213, + 487, + 336, + 500 + ], + "score": 0.71, + "content": "\\{ \\theta \\in \\Theta \\mathrm { s . t . } | \\mathcal { L } _ { e } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | \\leqslant", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 495, + 340, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 119, + 511 + ], + "score": 0.82, + "content": "\\epsilon \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 495, + 144, + 517 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 144, + 500, + 169, + 510 + ], + "score": 0.88, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 495, + 249, + 517 + ], + "score": 1.0, + "content": ". In other words, if", + "type": "text" + }, + { + "bbox": [ + 250, + 500, + 291, + 513 + ], + "score": 0.92, + "content": "\\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 495, + 340, + 517 + ], + "score": 1.0, + "content": "then there", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 511, + 337, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 337, + 524 + ], + "score": 1.0, + "content": "exist a path-connected region in parameter space including", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 107, + 520, + 338, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 522, + 118, + 532 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 520, + 135, + 534 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 523, + 141, + 532 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 520, + 265, + 534 + ], + "score": 1.0, + "content": "where each parameter also is in", + "type": "text" + }, + { + "bbox": [ + 270, + 522, + 338, + 536 + ], + "score": 1.0, + "content": "N \u000fe,θ˚ and its loss", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 534, + 338, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 171, + 547 + ], + "score": 1.0, + "content": "on environment", + "type": "text" + }, + { + "bbox": [ + 171, + 537, + 177, + 545 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 534, + 338, + 547 + ], + "score": 1.0, + "content": "is comparable. From the perspective of", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 38.5 + }, + { + "type": "image", + "bbox": [ + 428, + 466, + 493, + 528 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 428, + 466, + 493, + 528 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 428, + 466, + 493, + 528 + ], + "spans": [ + { + "bbox": [ + 428, + 466, + 493, + 528 + ], + "score": 0.622, + "type": "image", + "image_path": "33d19950daa9e64b7d688eda9692ea92abc78d7ced3f1ad6fae22b8df1765b16.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 428, + 466, + 493, + 497.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 428, + 497.0, + 493, + 528.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 433, + 530, + 495, + 537 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 433, + 529, + 496, + 536 + ], + "spans": [ + { + "bbox": [ + 433, + 529, + 496, + 536 + ], + "score": 1.0, + "content": "Loss surface for data B", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "index": 42.25 + }, + { + "type": "text", + "bbox": [ + 107, + 546, + 505, + 593 + ], + "lines": [ + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 159, + 557 + ], + "score": 1.0, + "content": "environment", + "type": "text" + }, + { + "bbox": [ + 160, + 548, + 165, + 555 + ], + "score": 0.65, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 545, + 301, + 557 + ], + "score": 1.0, + "content": ", all these points are equivalent to", + "type": "text" + }, + { + "bbox": [ + 301, + 546, + 312, + 555 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 545, + 505, + 557 + ], + "score": 1.0, + "content": ". We would like to evaluate the elements of this", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 556, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 281, + 568 + ], + "score": 1.0, + "content": "set with respect to a different environment ˇ", + "type": "text" + }, + { + "bbox": [ + 281, + 556, + 308, + 567 + ], + "score": 0.91, + "content": "e ^ { \\prime } \\neq e", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 556, + 381, + 568 + ], + "score": 1.0, + "content": ". We will say that", + "type": "text" + }, + { + "bbox": [ + 382, + 556, + 390, + 566 + ], + "score": 0.85, + "content": "e ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 556, + 465, + 568 + ], + "score": 1.0, + "content": "is consistent with", + "type": "text" + }, + { + "bbox": [ + 465, + 558, + 471, + 566 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 556, + 483, + 568 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 483, + 556, + 495, + 566 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 556, + 506, + 568 + ], + "score": 1.0, + "content": "if", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 567, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 107, + 567, + 226, + 583 + ], + "score": 0.9, + "content": "\\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } \\mathbf { \\bar { | } } \\mathcal L _ { e ^ { \\prime } } ( \\theta ) - \\mathcal L _ { e } ( \\theta ) \\vert", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "is small. Repeating this reasoning for all environment pairs, we arrive", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 581, + 254, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 254, + 594 + ], + "score": 1.0, + "content": "at the following inconsistency score:", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47.5 + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 604, + 399, + 626 + ], + "lines": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "spans": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "score": 0.92, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } _ { ( e , e ^ { \\prime } ) \\in \\mathcal { E } ^ { 2 } } \\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } | \\mathcal { L } _ { e ^ { \\prime } } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | .", + "type": "interline_equation", + "image_path": "a69693a9a6f57a5b78c26af8fee718ab41a3bce63580312e3f479ef37f36a8d5.jpg" + } + ] + } + ], + "index": 50, + "virtual_lines": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "spans": [], + "index": 50 + } + ] + } + ], + "page_idx": 2, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 105, + 646, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 646, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 119, + 646, + 294, + 659 + ], + "score": 1.0, + "content": "1After computing the gradients for a dataset of", + "type": "text" + }, + { + "bbox": [ + 294, + 648, + 317, + 657 + ], + "score": 0.87, + "content": "n - 1", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 646, + 377, + 659 + ], + "score": 1.0, + "content": "examples, if an", + "type": "text" + }, + { + "bbox": [ + 377, + 649, + 384, + 656 + ], + "score": 0.76, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 646, + 505, + 659 + ], + "score": 1.0, + "content": "-th example appeared, we would", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 657, + 505, + 668 + ], + "score": 1.0, + "content": "just compute one more vector of gradients and add it to the sum. A Gaussian Process (Rasmussen, 2003) for", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 666, + 477, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 477, + 678 + ], + "score": 1.0, + "content": "example would require recomputing the entire solution from scratch, as all interactions are considered.ř", + "type": "text" + } + ] + }, + { + "bbox": [ + 117, + 673, + 505, + 691 + ], + "spans": [ + { + "bbox": [ + 117, + 673, + 380, + 691 + ], + "score": 1.0, + "content": "2The same reasoning holds for SGD in the finite-sum optimization case", + "type": "text" + }, + { + "bbox": [ + 380, + 677, + 442, + 689 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathcal { L } = \\frac { 1 } { m } \\sum _ { i = 1 } ^ { m } \\mathcal { L } _ { i } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 673, + 505, + 691 + ], + "score": 1.0, + "content": ", where gradients", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 687, + 488, + 699 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 488, + 699 + ], + "score": 1.0, + "content": "from a mini-batch are seen as unbiased estimators of gradients from the pooled loss. (Bottou et al., 2018).", + "type": "text" + } + ] + }, + { + "bbox": [ + 118, + 696, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 118, + 696, + 169, + 712 + ], + "score": 1.0, + "content": "3Assume that", + "type": "text" + }, + { + "bbox": [ + 170, + 699, + 177, + 708 + ], + "score": 0.75, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 696, + 192, + 712 + ], + "score": 1.0, + "content": "has", + "type": "text" + }, + { + "bbox": [ + 193, + 699, + 200, + 708 + ], + "score": 0.79, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 696, + 415, + 712 + ], + "score": 1.0, + "content": "-Lipschitz gradients (i.e. curvature bounded from above by", + "type": "text" + }, + { + "bbox": [ + 415, + 700, + 422, + 708 + ], + "score": 0.74, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 696, + 497, + 712 + ], + "score": 1.0, + "content": "). Then, at any point", + "type": "text" + }, + { + "bbox": [ + 497, + 698, + 502, + 708 + ], + "score": 0.79, + "content": "\\tilde { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 696, + 506, + 712 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 708, + 415, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 229, + 722 + ], + "score": 1.0, + "content": "we can construct the upper bound", + "type": "text" + }, + { + "bbox": [ + 230, + 709, + 412, + 722 + ], + "score": 0.93, + "content": "\\hat { \\mathcal { L } } _ { \\tilde { \\theta } } ( \\theta ) = \\mathcal { L } ( \\tilde { \\theta } ) + \\nabla \\mathcal { L } ( \\tilde { \\theta } ) ^ { \\top } ( \\theta - \\tilde { \\theta } ) + L \\| \\theta - \\tilde { \\theta } \\| ^ { 2 } / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 412, + 708, + 415, + 722 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ] + }, + { + "bbox": [ + 119, + 720, + 504, + 734 + ], + "spans": [ + { + "bbox": [ + 119, + 720, + 504, + 734 + ], + "score": 1.0, + "content": "4Loosely speaking, a sum is large if any of the summands is large, a product is large if all factors are large.", + "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": [ + 106, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "(ii) Learning signals: everything looks relevant for a dataset of size 1. Due to the summation in the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 220, + 106 + ], + "score": 1.0, + "content": "definition of the pooled loss", + "type": "text" + }, + { + "bbox": [ + 220, + 94, + 228, + 104 + ], + "score": 0.7, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 228, + 93, + 506, + 106 + ], + "score": 1.0, + "content": ", gradients for each example are computed independently. Informally,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 506, + 118 + ], + "score": 1.0, + "content": "each signal is identical to the one for an equivalent dataset of size 1, where every pattern appears", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "relevant to the task. To find invariant patterns across examples, if we compute our training signals on", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 420, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 420, + 140 + ], + "score": 1.0, + "content": "each of them independently, we have to rely on the way these are aggregated.1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 83, + 506, + 140 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 506, + 233 + ], + "lines": [ + { + "bbox": [ + 104, + 142, + 507, + 156 + ], + "spans": [ + { + "bbox": [ + 104, + 142, + 507, + 156 + ], + "score": 1.0, + "content": "(iii) Aggregating gradients: averaging maximizes learning speed. The default method to pool gradi-", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 104, + 153, + 277, + 168 + ], + "score": 1.0, + "content": "ents is the arithmetic mean. GD applied to", + "type": "text" + }, + { + "bbox": [ + 277, + 155, + 286, + 164 + ], + "score": 0.8, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "is designed to minimize the pooled loss by prioritizing", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 105, + 166, + 474, + 180 + ], + "score": 1.0, + "content": "descent speed.2 Indeed, a step of GD is equivalent to finding a tight3 quadratic upper bound", + "type": "text" + }, + { + "bbox": [ + 475, + 165, + 483, + 177 + ], + "score": 0.83, + "content": "\\hat { \\mathcal { L } }", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 166, + 494, + 180 + ], + "score": 1.0, + "content": "to", + "type": "text" + }, + { + "bbox": [ + 495, + 167, + 502, + 177 + ], + "score": 0.76, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 166, + 506, + 180 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "and then jumping to the minimizer of this approximation (Nocedal and Wright, 2006). While speed is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 506, + 202 + ], + "score": 1.0, + "content": "often desirable, by construction GD ignores one potentially crucial piece of information: The gradient", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 506, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 123, + 210 + ], + "score": 0.7, + "content": "\\nabla \\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 199, + 250, + 213 + ], + "score": 1.0, + "content": "is the result of averaging signals", + "type": "text" + }, + { + "bbox": [ + 250, + 200, + 270, + 211 + ], + "score": 0.92, + "content": "\\nabla { \\mathcal { L } } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 271, + 199, + 506, + 213 + ], + "score": 1.0, + "content": ", which correspond to the patterns visible from each environ-", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 211, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 506, + 223 + ], + "score": 1.0, + "content": "ment at this stage of optimization. In other words, GD with average gradients greedily maximizes for", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 507, + 236 + ], + "score": 1.0, + "content": "learning speed, but in some situations we would like to trade some convergence speed for invariance.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 142, + 507, + 236 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 233, + 400, + 331 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 402, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 402, + 245 + ], + "score": 1.0, + "content": "For instance, instead of performing an arithmetic mean between gradi-", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 243, + 400, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 400, + 255 + ], + "score": 1.0, + "content": "ents (logical OR), we might want to look towards a logical AND, which", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 254, + 400, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 400, + 266 + ], + "score": 1.0, + "content": "can be characterized as a geometric mean. Fig. 1 shows how a sum can be", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 266, + 399, + 276 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 344, + 276 + ], + "score": 1.0, + "content": "seen as a logical OR: the two orthogonal gradients from data", + "type": "text" + }, + { + "bbox": [ + 345, + 266, + 353, + 275 + ], + "score": 0.72, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 266, + 389, + 276 + ], + "score": 1.0, + "content": "and data", + "type": "text" + }, + { + "bbox": [ + 389, + 266, + 399, + 275 + ], + "score": 0.76, + "content": "B", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 277, + 400, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 400, + 288 + ], + "score": 1.0, + "content": "at (0.5,0.5) point to different directions, yet both are kept in the combined", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 286, + 401, + 300 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 401, + 300 + ], + "score": 1.0, + "content": "gradient.4 In Sec. 2.3 we elaborate on this idea and on implementing a", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 299, + 400, + 310 + ], + "spans": [ + { + "bbox": [ + 106, + 299, + 400, + 310 + ], + "score": 1.0, + "content": "logical AND between gradients. Before presenting this discussion, we take", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 308, + 401, + 322 + ], + "spans": [ + { + "bbox": [ + 105, + 308, + 401, + 322 + ], + "score": 1.0, + "content": "some time to better motivate the need for invariant learning consistency", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 319, + 369, + 333 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 369, + 333 + ], + "score": 1.0, + "content": "and to construct a precise mathematical definition of consistency.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 232, + 402, + 333 + ] + }, + { + "type": "image", + "bbox": [ + 411, + 240, + 501, + 304 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 411, + 240, + 501, + 304 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 411, + 240, + 501, + 304 + ], + "spans": [ + { + "bbox": [ + 411, + 240, + 501, + 304 + ], + "score": 0.933, + "type": "image", + "image_path": "835eb492d9c071bc01f3a6e37b6c8100e1cc95943f631aa6c9fbfe0b09d88e7c.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 411, + 240, + 501, + 272.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 411, + 272.0, + 501, + 304.0 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 407, + 310, + 504, + 330 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 407, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 407, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "Figure 2: Inconsistency in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 406, + 320, + 479, + 331 + ], + "spans": [ + { + "bbox": [ + 406, + 320, + 479, + 331 + ], + "score": 1.0, + "content": "gradient directions.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.0 + } + ], + "index": 21.25 + }, + { + "type": "title", + "bbox": [ + 108, + 352, + 254, + 363 + ], + "lines": [ + { + "bbox": [ + 106, + 351, + 255, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 255, + 364 + ], + "score": 1.0, + "content": "2.1 FORMAL DEFINITION OF ILC", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 375, + 506, + 453 + ], + "lines": [ + { + "bbox": [ + 105, + 374, + 506, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 122, + 388 + ], + "score": 1.0, + "content": "Let", + "type": "text" + }, + { + "bbox": [ + 122, + 375, + 138, + 388 + ], + "score": 0.9, + "content": "\\Theta _ { \\mathcal { A } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 374, + 318, + 388 + ], + "score": 1.0, + "content": "be the set of convergence points of algorithm", + "type": "text" + }, + { + "bbox": [ + 318, + 375, + 327, + 385 + ], + "score": 0.77, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 327, + 374, + 506, + 388 + ], + "score": 1.0, + "content": "when trained using all environments (pooled", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 386, + 506, + 400 + ], + "spans": [ + { + "bbox": [ + 105, + 386, + 165, + 400 + ], + "score": 1.0, + "content": "data): that is,", + "type": "text" + }, + { + "bbox": [ + 165, + 387, + 285, + 400 + ], + "score": 0.92, + "content": "\\Theta _ { \\mathcal { A } } ^ { \\ast } = \\{ \\theta ^ { \\ast } \\in \\Theta \\mid \\exists \\theta ^ { 0 } \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 386, + 301, + 400 + ], + "score": 1.0, + "content": "s.t.", + "type": "text" + }, + { + "bbox": [ + 302, + 387, + 375, + 399 + ], + "score": 0.91, + "content": "A _ { \\infty } ( \\theta ^ { 0 } , { \\mathcal { E } } ) = \\theta ^ { * } \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 386, + 448, + 400 + ], + "score": 1.0, + "content": ". For instance, if", + "type": "text" + }, + { + "bbox": [ + 448, + 388, + 458, + 398 + ], + "score": 0.73, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 386, + 506, + 400 + ], + "score": 1.0, + "content": "is gradient", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 397, + 506, + 411 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 312, + 411 + ], + "score": 1.0, + "content": "A descent, the result of Lee et al. (2016) implies that", + "type": "text" + }, + { + "bbox": [ + 313, + 399, + 328, + 411 + ], + "score": 0.89, + "content": "\\Theta _ { \\mathcal { A } } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 397, + 506, + 411 + ], + "score": 1.0, + "content": "is the set of local minimizers of the pooled", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 407, + 507, + 424 + ], + "spans": [ + { + "bbox": [ + 104, + 407, + 124, + 424 + ], + "score": 1.0, + "content": "loss", + "type": "text" + }, + { + "bbox": [ + 125, + 410, + 133, + 419 + ], + "score": 0.72, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 407, + 171, + 424 + ], + "score": 1.0, + "content": ". To each", + "type": "text" + }, + { + "bbox": [ + 171, + 410, + 208, + 422 + ], + "score": 0.92, + "content": "\\theta ^ { \\ast } \\in \\Theta _ { A } ^ { \\ast }", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 407, + 507, + 424 + ], + "score": 1.0, + "content": "A , we want to associate a consistency score, quantifying the concept “good", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 419, + 506, + 433 + ], + "spans": [ + { + "bbox": [ + 106, + 420, + 118, + 430 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 419, + 506, + 433 + ], + "score": 1.0, + "content": "Aare hard to vary”. In other words, we would like the score to capture the consistency of the loss", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 431, + 506, + 443 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 177, + 443 + ], + "score": 1.0, + "content": "landscape around", + "type": "text" + }, + { + "bbox": [ + 177, + 432, + 188, + 442 + ], + "score": 0.87, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 431, + 506, + 443 + ], + "score": 1.0, + "content": "across the different environments. For example, in Fig. 1 the loss landscape near", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 442, + 506, + 454 + ], + "spans": [ + { + "bbox": [ + 106, + 442, + 506, + 454 + ], + "score": 1.0, + "content": "the bottom-left minimizer is consistent across environments, while the top-right minimizer is not.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 30, + "bbox_fs": [ + 104, + 374, + 507, + 454 + ] + }, + { + "type": "image", + "bbox": [ + 349, + 456, + 414, + 537 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 349, + 456, + 414, + 537 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 349, + 456, + 414, + 536 + ], + "spans": [ + { + "bbox": [ + 349, + 456, + 414, + 536 + ], + "score": 0.846, + "type": "image", + "image_path": "eb9ca484544d5d5cf5c2980ba2b3999fd126d44ac36d9c5259ef498ccebf057c.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 349, + 456, + 414, + 537 + ], + "spans": [], + "index": 38 + } + ] + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 337, + 546 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 338, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 270, + 465 + ], + "score": 1.0, + "content": "Let us characterize the landscape around", + "type": "text" + }, + { + "bbox": [ + 271, + 453, + 282, + 463 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 453, + 338, + 465 + ], + "score": 1.0, + "content": "from the per-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 463, + 338, + 477 + ], + "spans": [ + { + "bbox": [ + 105, + 463, + 236, + 477 + ], + "score": 1.0, + "content": "spective of a fixed environment", + "type": "text" + }, + { + "bbox": [ + 237, + 464, + 260, + 474 + ], + "score": 0.89, + "content": "e \\in { \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 463, + 338, + 477 + ], + "score": 1.0, + "content": ". We define the set", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 470, + 342, + 494 + ], + "spans": [ + { + "bbox": [ + 107, + 475, + 131, + 489 + ], + "score": 0.92, + "content": "N _ { e , \\theta ^ { * } } ^ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 131, + 470, + 342, + 494 + ], + "score": 1.0, + "content": "to be the largest path-connected region of space con-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 487, + 336, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 155, + 501 + ], + "score": 1.0, + "content": "taining both", + "type": "text" + }, + { + "bbox": [ + 156, + 488, + 167, + 498 + ], + "score": 0.87, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 487, + 212, + 501 + ], + "score": 1.0, + "content": "and the set", + "type": "text" + }, + { + "bbox": [ + 213, + 487, + 336, + 500 + ], + "score": 0.71, + "content": "\\{ \\theta \\in \\Theta \\mathrm { s . t . } | \\mathcal { L } _ { e } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | \\leqslant", + "type": "inline_equation" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 495, + 340, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 119, + 511 + ], + "score": 0.82, + "content": "\\epsilon \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 119, + 495, + 144, + 517 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 144, + 500, + 169, + 510 + ], + "score": 0.88, + "content": "\\epsilon > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 495, + 249, + 517 + ], + "score": 1.0, + "content": ". In other words, if", + "type": "text" + }, + { + "bbox": [ + 250, + 500, + 291, + 513 + ], + "score": 0.92, + "content": "\\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon }", + "type": "inline_equation" + }, + { + "bbox": [ + 291, + 495, + 340, + 517 + ], + "score": 1.0, + "content": "then there", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 511, + 337, + 524 + ], + "spans": [ + { + "bbox": [ + 106, + 511, + 337, + 524 + ], + "score": 1.0, + "content": "exist a path-connected region in parameter space including", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 107, + 520, + 338, + 536 + ], + "spans": [ + { + "bbox": [ + 107, + 522, + 118, + 532 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 118, + 520, + 135, + 534 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 135, + 523, + 141, + 532 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 520, + 265, + 534 + ], + "score": 1.0, + "content": "where each parameter also is in", + "type": "text" + }, + { + "bbox": [ + 270, + 522, + 338, + 536 + ], + "score": 1.0, + "content": "N \u000fe,θ˚ and its loss", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 534, + 338, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 171, + 547 + ], + "score": 1.0, + "content": "on environment", + "type": "text" + }, + { + "bbox": [ + 171, + 537, + 177, + 545 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 178, + 534, + 338, + 547 + ], + "score": 1.0, + "content": "is comparable. From the perspective of", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 545, + 505, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 159, + 557 + ], + "score": 1.0, + "content": "environment", + "type": "text" + }, + { + "bbox": [ + 160, + 548, + 165, + 555 + ], + "score": 0.65, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 545, + 301, + 557 + ], + "score": 1.0, + "content": ", all these points are equivalent to", + "type": "text" + }, + { + "bbox": [ + 301, + 546, + 312, + 555 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 545, + 505, + 557 + ], + "score": 1.0, + "content": ". We would like to evaluate the elements of this", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 556, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 281, + 568 + ], + "score": 1.0, + "content": "set with respect to a different environment ˇ", + "type": "text" + }, + { + "bbox": [ + 281, + 556, + 308, + 567 + ], + "score": 0.91, + "content": "e ^ { \\prime } \\neq e", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 556, + 381, + 568 + ], + "score": 1.0, + "content": ". We will say that", + "type": "text" + }, + { + "bbox": [ + 382, + 556, + 390, + 566 + ], + "score": 0.85, + "content": "e ^ { \\prime }", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 556, + 465, + 568 + ], + "score": 1.0, + "content": "is consistent with", + "type": "text" + }, + { + "bbox": [ + 465, + 558, + 471, + 566 + ], + "score": 0.73, + "content": "e", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 556, + 483, + 568 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 483, + 556, + 495, + 566 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 556, + 506, + 568 + ], + "score": 1.0, + "content": "if", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 107, + 567, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 107, + 567, + 226, + 583 + ], + "score": 0.9, + "content": "\\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } \\mathbf { \\bar { | } } \\mathcal L _ { e ^ { \\prime } } ( \\theta ) - \\mathcal L _ { e } ( \\theta ) \\vert", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 567, + 506, + 582 + ], + "score": 1.0, + "content": "is small. Repeating this reasoning for all environment pairs, we arrive", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 581, + 254, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 254, + 594 + ], + "score": 1.0, + "content": "at the following inconsistency score:", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 453, + 342, + 547 + ] + }, + { + "type": "image", + "bbox": [ + 428, + 466, + 493, + 528 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 428, + 466, + 493, + 528 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 428, + 466, + 493, + 528 + ], + "spans": [ + { + "bbox": [ + 428, + 466, + 493, + 528 + ], + "score": 0.622, + "type": "image", + "image_path": "33d19950daa9e64b7d688eda9692ea92abc78d7ced3f1ad6fae22b8df1765b16.jpg" + } + ] + } + ], + "index": 40.5, + "virtual_lines": [ + { + "bbox": [ + 428, + 466, + 493, + 497.0 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 428, + 497.0, + 493, + 528.0 + ], + "spans": [], + "index": 42 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 433, + 530, + 495, + 537 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 433, + 529, + 496, + 536 + ], + "spans": [ + { + "bbox": [ + 433, + 529, + 496, + 536 + ], + "score": 1.0, + "content": "Loss surface for data B", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 44 + } + ], + "index": 42.25 + }, + { + "type": "text", + "bbox": [ + 107, + 546, + 505, + 593 + ], + "lines": [], + "index": 47.5, + "bbox_fs": [ + 105, + 545, + 506, + 594 + ], + "lines_deleted": true + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 604, + 399, + 626 + ], + "lines": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "spans": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "score": 0.92, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } _ { ( e , e ^ { \\prime } ) \\in \\mathcal { E } ^ { 2 } } \\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } | \\mathcal { L } _ { e ^ { \\prime } } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | .", + "type": "interline_equation", + "image_path": "a69693a9a6f57a5b78c26af8fee718ab41a3bce63580312e3f479ef37f36a8d5.jpg" + } + ] + } + ], + "index": 50, + "virtual_lines": [ + { + "bbox": [ + 211, + 604, + 399, + 626 + ], + "spans": [], + "index": 50 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "This consistency is our formalization of the principle “good explanations are hard to vary”. Finally,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 368, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 354, + 106 + ], + "score": 1.0, + "content": "we can write down an invariant learning consistency score for", + "type": "text" + }, + { + "bbox": [ + 355, + 94, + 364, + 104 + ], + "score": 0.82, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 93, + 368, + 106 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 108, + 399, + 124 + ], + "lines": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "spans": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "score": 0.92, + "content": "\\operatorname { I L C } ( \\mathcal { A } , p _ { \\theta ^ { 0 } } ) : = - \\mathbb { E } _ { \\theta ^ { 0 } \\sim p ( \\theta ^ { 0 } ) } \\left[ \\mathcal { T } ^ { \\epsilon } ( \\mathcal { A } _ { \\infty } ( \\theta ^ { 0 } , \\mathcal { E } ) \\right] .", + "type": "interline_equation", + "image_path": "15d53d902ccedfade86b78eb659b805fa5c09679e4e9226207ff64ac2c9b60ad.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 128, + 506, + 150 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "score": 1.0, + "content": "That is, the learning consistency of an algorithm measures the expected consistency across environ-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 340, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 340, + 150 + ], + "score": 1.0, + "content": "ments of the minimizer it converges to on the pooled data.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + }, + { + "type": "text", + "bbox": [ + 106, + 153, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "score": 1.0, + "content": "Example: low consistency of a classic patchwork solution. One-hidden-layer networks with", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 163, + 507, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 396, + 178 + ], + "score": 1.0, + "content": "sigmoid activations and enough neurons can approximate any function", + "type": "text" + }, + { + "bbox": [ + 396, + 164, + 460, + 176 + ], + "score": 0.92, + "content": "f ^ { * } : [ 0 , \\dot { 1 } ] \\to \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 163, + 507, + 178 + ], + "score": 1.0, + "content": "(Cybenko,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 174, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 505, + 188 + ], + "score": 1.0, + "content": "1989). In appendix A.1 we show how the construction used to obtain the weights leads to a maximally", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 186, + 474, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 243, + 199 + ], + "score": 1.0, + "content": "inconsistent solution according to", + "type": "text" + }, + { + "bbox": [ + 243, + 186, + 272, + 198 + ], + "score": 0.93, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 186, + 474, + 199 + ], + "score": 1.0, + "content": ", which would not be expected to generalize o.o.d.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "title", + "bbox": [ + 106, + 210, + 342, + 222 + ], + "lines": [ + { + "bbox": [ + 106, + 210, + 342, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 342, + 223 + ], + "score": 1.0, + "content": "2.2 ILC AS A LOGICAL AND BETWEEN LANDSCAPES", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 226, + 388, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 224, + 388, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 388, + 239 + ], + "score": 1.0, + "content": "Here we draw a connection between our definition of inconsistency", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 237, + 388, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 388, + 248 + ], + "score": 1.0, + "content": "and the local geometric properties of the loss landscapes. For the sake", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 247, + 388, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 275, + 259 + ], + "score": 1.0, + "content": "of clarity, we consider two environments", + "type": "text" + }, + { + "bbox": [ + 276, + 248, + 284, + 258 + ], + "score": 0.65, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 247, + 302, + 259 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 302, + 248, + 312, + 258 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 247, + 365, + 259 + ], + "score": 1.0, + "content": ") and assume", + "type": "text" + }, + { + "bbox": [ + 365, + 248, + 376, + 258 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 247, + 388, + 259 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 258, + 389, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 389, + 271 + ], + "score": 1.0, + "content": "be a local minimizer (with zero loss) for both environments. Using a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 269, + 389, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 228, + 282 + ], + "score": 1.0, + "content": "Taylor approximation5, we get", + "type": "text" + }, + { + "bbox": [ + 229, + 269, + 373, + 281 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } ( \\theta ) \\approx \\frac { 1 } { 2 } ( \\theta - \\theta ^ { * } ) ^ { \\top } H _ { A + B } ( \\theta - \\theta ^ { * } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 269, + 389, + 282 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 279, + 389, + 294 + ], + "spans": [ + { + "bbox": [ + 107, + 280, + 162, + 293 + ], + "score": 0.95, + "content": "\\lVert \\dot { \\theta } - \\theta ^ { * } \\rVert \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 279, + 192, + 294 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 193, + 281, + 295, + 292 + ], + "score": 0.9, + "content": "H _ { A + B } = \\left( H _ { A } + \\mathbf { \\bar { \\mathit { H } } } _ { B } \\right) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 279, + 389, + 294 + ], + "score": 1.0, + "content": "is the arithmetic mean", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 289, + 387, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 289, + 173, + 306 + ], + "score": 1.0, + "content": "of the Hessians", + "type": "text" + }, + { + "bbox": [ + 174, + 292, + 252, + 304 + ], + "score": 0.9, + "content": "H _ { A } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 289, + 272, + 306 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 291, + 352, + 303 + ], + "score": 0.87, + "content": "\\Dot { H _ { B } } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 289, + 358, + 306 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 358, + 291, + 387, + 303 + ], + "score": 0.86, + "content": "H _ { A + B }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 302, + 387, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 378, + 315 + ], + "score": 1.0, + "content": "does not capture the possibly conflicting geometries of landscape", + "type": "text" + }, + { + "bbox": [ + 378, + 303, + 387, + 312 + ], + "score": 0.69, + "content": "A", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 388, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 117, + 325 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 118, + 314, + 127, + 324 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 313, + 388, + 325 + ], + "score": 1.0, + "content": ": It performs a “logical OR” on the dominant eigendirections. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 325, + 389, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 305, + 337 + ], + "score": 1.0, + "content": "contrast, the geometric mean, or Karcher mean,", + "type": "text" + }, + { + "bbox": [ + 305, + 325, + 333, + 336 + ], + "score": 0.91, + "content": "H _ { A \\land B }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 325, + 389, + 337 + ], + "score": 1.0, + "content": "(Ando et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 334, + 388, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 388, + 349 + ], + "score": 1.0, + "content": "2004) is affected by the inconsistencies between landscapes: It performs", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 345, + 385, + 361 + ], + "spans": [ + { + "bbox": [ + 104, + 345, + 357, + 361 + ], + "score": 1.0, + "content": "a “logical AND”. In appendix A.2, we give a formal definition of", + "type": "text" + }, + { + "bbox": [ + 357, + 347, + 385, + 357 + ], + "score": 0.9, + "content": "H _ { A \\land B }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 355, + 366, + 377 + ], + "spans": [ + { + "bbox": [ + 104, + 355, + 366, + 377 + ], + "score": 1.0, + "content": "and show that for diagonal Hessians, I\u000fpθ˚q ď 2\u000fp detpHA`BqdetpHA^Bq q", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 17 + }, + { + "type": "image", + "bbox": [ + 411, + 209, + 495, + 286 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 411, + 209, + 495, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 411, + 209, + 495, + 286 + ], + "spans": [ + { + "bbox": [ + 411, + 209, + 495, + 286 + ], + "score": 0.952, + "type": "image", + "image_path": "638768a396b51f0d355670863efe7197718799d15f49a554a924db13e7580926.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 411, + 209, + 495, + 247.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 411, + 247.5, + 495, + 286.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 395, + 289, + 505, + 370 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 395, + 289, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 395, + 289, + 506, + 300 + ], + "score": 1.0, + "content": ".5 -1 -0.5 0 0.5 1 1.5Figure 3: Plotted are con-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 393, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 393, + 297, + 439, + 310 + ], + "score": 1.0, + "content": "tour lines", + "type": "text" + }, + { + "bbox": [ + 439, + 299, + 505, + 309 + ], + "score": 0.87, + "content": "\\theta ^ { \\top } H ^ { - 1 } \\theta \\quad = \\quad 1", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 395, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 395, + 309, + 409, + 321 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 410, + 310, + 488, + 320 + ], + "score": 0.86, + "content": "H _ { A } \\ = \\ \\mathrm { d i a g } ( 0 . 0 5 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 396, + 319, + 504, + 331 + ], + "spans": [ + { + "bbox": [ + 396, + 320, + 472, + 330 + ], + "score": 0.82, + "content": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 319, + 477, + 331 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 478, + 320, + 504, + 330 + ], + "score": 0.85, + "content": "H _ { A \\land B }", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 394, + 330, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 394, + 330, + 506, + 341 + ], + "score": 1.0, + "content": "retains the original volumes,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 394, + 339, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 394, + 339, + 431, + 351 + ], + "score": 1.0, + "content": "while for", + "type": "text" + }, + { + "bbox": [ + 432, + 340, + 457, + 350 + ], + "score": 0.92, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 339, + 474, + 351 + ], + "score": 1.0, + "content": "it is", + "type": "text" + }, + { + "bbox": [ + 475, + 340, + 488, + 349 + ], + "score": 0.87, + "content": "5 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 339, + 506, + 351 + ], + "score": 1.0, + "content": "big-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 394, + 349, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 394, + 349, + 505, + 360 + ], + "score": 1.0, + "content": "ger. This magnification shows", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 394, + 360, + 493, + 370 + ], + "spans": [ + { + "bbox": [ + 394, + 360, + 456, + 370 + ], + "score": 1.0, + "content": "inconsistency of", + "type": "text" + }, + { + "bbox": [ + 457, + 360, + 465, + 369 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 360, + 480, + 370 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 481, + 360, + 489, + 369 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 360, + 493, + 370 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28.5 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 284, + 387 + ], + "score": 1.0, + "content": "for the geometric mean of positive numbers,", + "type": "text" + }, + { + "bbox": [ + 285, + 374, + 415, + 385 + ], + "score": 0.91, + "content": "0 \\leqslant \\operatorname* { d e t } ( H _ { A \\wedge B } ) \\leqslant \\operatorname* { d e t } ( H _ { A + B } )", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 372, + 506, + 387 + ], + "score": 1.0, + "content": "; thus, inconsistency is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 384, + 485, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 199, + 396 + ], + "score": 1.0, + "content": "lowest when shapes of", + "type": "text" + }, + { + "bbox": [ + 200, + 385, + 208, + 394 + ], + "score": 0.77, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 384, + 226, + 396 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 226, + 385, + 235, + 394 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 384, + 485, + 396 + ], + "score": 1.0, + "content": "are similar – exactly as in the bottom-left minimizer of Fig. 1.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 506, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 370, + 415 + ], + "score": 1.0, + "content": "From Hessians to gradients. We just saw that the consistency of", + "type": "text" + }, + { + "bbox": [ + 370, + 402, + 381, + 412 + ], + "score": 0.88, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 401, + 506, + 415 + ], + "score": 1.0, + "content": "is linked to the geometric mean", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 172, + 426 + ], + "score": 1.0, + "content": "of the Hessians", + "type": "text" + }, + { + "bbox": [ + 172, + 413, + 225, + 425 + ], + "score": 0.93, + "content": "\\{ \\bar { H _ { e } } ( \\theta ^ { * } ) \\} _ { e \\in \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 412, + 409, + 426 + ], + "score": 1.0, + "content": ". Under the simplifying assumption that each ś", + "type": "text" + }, + { + "bbox": [ + 409, + 413, + 423, + 424 + ], + "score": 0.88, + "content": "H _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 412, + 506, + 426 + ], + "score": 1.0, + "content": "is diagonal6 and allś", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 423, + 508, + 441 + ], + "spans": [ + { + "bbox": [ + 104, + 423, + 154, + 441 + ], + "score": 1.0, + "content": "eigenvalues", + "type": "text" + }, + { + "bbox": [ + 154, + 426, + 165, + 438 + ], + "score": 0.89, + "content": "\\lambda _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 423, + 307, + 441 + ], + "score": 1.0, + "content": "are positive, their geometric mean is", + "type": "text" + }, + { + "bbox": [ + 308, + 424, + 502, + 438 + ], + "score": 0.88, + "content": "\\begin{array} { r } { H ^ { \\wedge } : = \\mathrm { d i a g } ( ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { 1 } ^ { e } ) ^ { 1 / | \\varepsilon | } , \\dots , ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } ) ^ { 1 / | \\varepsilon | } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 423, + 508, + 441 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 437, + 507, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 290, + 449 + ], + "score": 1.0, + "content": "The curvature of the corresponding loss in the", + "type": "text" + }, + { + "bbox": [ + 290, + 437, + 295, + 446 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 437, + 507, + 449 + ], + "score": 1.0, + "content": "-th eigendirection depends on how consistent the cur-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 455, + 460 + ], + "score": 1.0, + "content": "vatures of each environment are in that direction. Consider now optimizing from a point ř ř", + "type": "text" + }, + { + "bbox": [ + 456, + 447, + 466, + 457 + ], + "score": 0.85, + "content": "\\theta ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "; gradient", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 103, + 454, + 504, + 476 + ], + "spans": [ + { + "bbox": [ + 103, + 454, + 160, + 476 + ], + "score": 1.0, + "content": "descent reads", + "type": "text" + }, + { + "bbox": [ + 161, + 457, + 272, + 470 + ], + "score": 0.91, + "content": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 454, + 301, + 476 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 302, + 457, + 478, + 473 + ], + "score": 0.91, + "content": "\\begin{array} { r } { H ^ { + } : = \\mathrm { d i a g } \\big ( \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\breve { \\lambda _ { 1 } ^ { e } } , \\dots , \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } \\big ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 454, + 497, + 476 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 497, + 460, + 504, + 470 + ], + "score": 0.63, + "content": "\\eta", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 103, + 469, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 103, + 469, + 201, + 491 + ], + "score": 1.0, + "content": "small enough7, we have", + "type": "text" + }, + { + "bbox": [ + 202, + 473, + 373, + 488 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\vert \\theta _ { i } ^ { k + 1 } - \\theta _ { i } ^ { * } \\vert = ( 1 - \\eta \\frac { 1 } { \\vert \\mathcal { E } \\vert } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { i } ^ { e } ) \\vert \\theta _ { i } ^ { k } - \\theta _ { i } ^ { * } \\vert } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 469, + 507, + 491 + ], + "score": 1.0, + "content": ". As noted, this choice maximises", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 214, + 500 + ], + "score": 1.0, + "content": "the speed of convergence to", + "type": "text" + }, + { + "bbox": [ + 215, + 487, + 226, + 497 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 487, + 505, + 500 + ], + "score": 1.0, + "content": ", but does not take into account whether this minimizer is consistent. We", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 498, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 510 + ], + "score": 1.0, + "content": "can reduce the speed of convergence on directions where landscapes have different curvatures – which", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "score": 1.0, + "content": "would lead to a high inconsistency – by following the gradients from the geometric mean of the land-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 519, + 504, + 533 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 407, + 533 + ], + "score": 1.0, + "content": "scapes, as opposed to the arithmetic mean. I.e, we substitute the full gradient", + "type": "text" + }, + { + "bbox": [ + 407, + 519, + 504, + 532 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } ( \\theta ) = H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 103, + 531, + 507, + 549 + ], + "spans": [ + { + "bbox": [ + 103, + 531, + 127, + 549 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 533, + 231, + 546 + ], + "score": 0.93, + "content": "\\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = H ^ { \\wedge } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 531, + 317, + 549 + ], + "score": 1.0, + "content": ". Also, we have that8", + "type": "text" + }, + { + "bbox": [ + 318, + 532, + 446, + 546 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = \\big ( \\prod _ { e \\in \\mathcal { E } } \\nabla \\mathcal { L } _ { e } ( \\theta ) \\big ) ^ { 1 / | \\varepsilon | } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 531, + 507, + 549 + ], + "score": 1.0, + "content": ": to reduce the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "speed of convergence in directions with inconsistency, we can take the element-wise geometric mean", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 556, + 408, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 408, + 568 + ], + "score": 1.0, + "content": "of gradients from different environments (see also Fig. 11 in the appendix).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 41.5 + }, + { + "type": "title", + "bbox": [ + 106, + 575, + 327, + 586 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 327, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 327, + 587 + ], + "score": 1.0, + "content": "2.3 MASKING GRADIENTS WITH A LOGICAL AND", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 504, + 612 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 603 + ], + "score": 1.0, + "content": "The element-wise geometric mean of gradients, instead of the arithmetic mean, increases consistency", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 600, + 411, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 411, + 613 + ], + "score": 1.0, + "content": "in the convex quadratic case. However, there are a few practical limitations:", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5 + }, + { + "type": "text", + "bbox": [ + 108, + 613, + 504, + 635 + ], + "lines": [ + { + "bbox": [ + 108, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 108, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "(i) The geometric mean is only defined when all the signs are consistent. It is still to be defined how", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 123, + 624, + 455, + 636 + ], + "spans": [ + { + "bbox": [ + 123, + 624, + 455, + 636 + ], + "score": 1.0, + "content": "sign inconsistencies, which can occur in non-convex settings, should be dealt with.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52.5 + }, + { + "type": "text", + "bbox": [ + 109, + 637, + 504, + 659 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 650 + ], + "score": 1.0, + "content": "(ii) It provides little flexibility for ‘partial’ agreement: Even a single zero gradient component in one", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 122, + 648, + 320, + 660 + ], + "spans": [ + { + "bbox": [ + 122, + 648, + 320, + 660 + ], + "score": 1.0, + "content": "environment stops optimization in that direction.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 54.5 + } + ], + "page_idx": 3, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 106, + 667, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 117, + 664, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 117, + 664, + 506, + 681 + ], + "score": 1.0, + "content": "5This provides a useful simplified perspective. Indeed, this quadratic model is heavily used in the optimization", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 677, + 426, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 426, + 689 + ], + "score": 1.0, + "content": "community (see e.g. Jastrz˛ebski et al. (2017); Zhang et al. (2019a); Mandt et al. (2017).)", + "type": "text" + } + ] + }, + { + "bbox": [ + 119, + 686, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 119, + 687, + 130, + 698 + ], + "score": 0.32, + "content": "^ 6 \\mathrm { I t }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 686, + 506, + 700 + ], + "score": 1.0, + "content": "was shown in (Becker et al., 1988) and recently in (Adolphs et al., 2019; Singh and Alistarh, 2020) that", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 697, + 449, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 697, + 449, + 711 + ], + "score": 1.0, + "content": "neural networks have a strong diagonal dominance of the Hessian matrix at the end of training.", + "type": "text" + } + ] + }, + { + "bbox": [ + 119, + 707, + 468, + 721 + ], + "spans": [ + { + "bbox": [ + 119, + 707, + 170, + 721 + ], + "score": 1.0, + "content": "7Smaller than", + "type": "text" + }, + { + "bbox": [ + 171, + 708, + 196, + 720 + ], + "score": 0.85, + "content": "1 / \\lambda _ { \\operatorname* { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 707, + 199, + 721 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 200, + 709, + 217, + 719 + ], + "score": 0.82, + "content": "\\lambda _ { \\mathrm { m a x } }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 707, + 468, + 721 + ], + "score": 1.0, + "content": "is the maximum eigenvalue of Hessians from different environments,` ˘", + "type": "text" + } + ] + }, + { + "bbox": [ + 115, + 716, + 446, + 736 + ], + "spans": [ + { + "bbox": [ + 115, + 716, + 170, + 736 + ], + "score": 1.0, + "content": "8This holds if", + "type": "text" + }, + { + "bbox": [ + 171, + 721, + 197, + 731 + ], + "score": 0.9, + "content": "\\theta - \\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 197, + 716, + 307, + 736 + ], + "score": 1.0, + "content": "is positive, otherwise we have", + "type": "text" + }, + { + "bbox": [ + 308, + 719, + 441, + 733 + ], + "score": 0.91, + "content": "\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = - \\left( \\prod _ { e \\in \\mathcal { E } } \\left| \\nabla \\mathcal { L } _ { e } ( \\theta ) \\right| \\right) ^ { 1 / | \\mathcal { E } | } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 716, + 446, + 736 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 506, + 96 + ], + "score": 1.0, + "content": "This consistency is our formalization of the principle “good explanations are hard to vary”. Finally,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 368, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 354, + 106 + ], + "score": 1.0, + "content": "we can write down an invariant learning consistency score for", + "type": "text" + }, + { + "bbox": [ + 355, + 94, + 364, + 104 + ], + "score": 0.82, + "content": "\\mathcal { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 93, + 368, + 106 + ], + "score": 1.0, + "content": ":", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 81, + 506, + 106 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 212, + 108, + 399, + 124 + ], + "lines": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "spans": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "score": 0.92, + "content": "\\operatorname { I L C } ( \\mathcal { A } , p _ { \\theta ^ { 0 } } ) : = - \\mathbb { E } _ { \\theta ^ { 0 } \\sim p ( \\theta ^ { 0 } ) } \\left[ \\mathcal { T } ^ { \\epsilon } ( \\mathcal { A } _ { \\infty } ( \\theta ^ { 0 } , \\mathcal { E } ) \\right] .", + "type": "interline_equation", + "image_path": "15d53d902ccedfade86b78eb659b805fa5c09679e4e9226207ff64ac2c9b60ad.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 212, + 108, + 399, + 124 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 128, + 506, + 150 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 506, + 140 + ], + "score": 1.0, + "content": "That is, the learning consistency of an algorithm measures the expected consistency across environ-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 138, + 340, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 340, + 150 + ], + "score": 1.0, + "content": "ments of the minimizer it converges to on the pooled data.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5, + "bbox_fs": [ + 105, + 127, + 506, + 150 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 153, + 505, + 198 + ], + "lines": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 165 + ], + "score": 1.0, + "content": "Example: low consistency of a classic patchwork solution. One-hidden-layer networks with", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 163, + 507, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 163, + 396, + 178 + ], + "score": 1.0, + "content": "sigmoid activations and enough neurons can approximate any function", + "type": "text" + }, + { + "bbox": [ + 396, + 164, + 460, + 176 + ], + "score": 0.92, + "content": "f ^ { * } : [ 0 , \\dot { 1 } ] \\to \\mathbb { R }", + "type": "inline_equation" + }, + { + "bbox": [ + 460, + 163, + 507, + 178 + ], + "score": 1.0, + "content": "(Cybenko,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 174, + 505, + 188 + ], + "spans": [ + { + "bbox": [ + 105, + 174, + 505, + 188 + ], + "score": 1.0, + "content": "1989). In appendix A.1 we show how the construction used to obtain the weights leads to a maximally", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 186, + 474, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 186, + 243, + 199 + ], + "score": 1.0, + "content": "inconsistent solution according to", + "type": "text" + }, + { + "bbox": [ + 243, + 186, + 272, + 198 + ], + "score": 0.93, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 186, + 474, + 199 + ], + "score": 1.0, + "content": ", which would not be expected to generalize o.o.d.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 105, + 154, + 507, + 199 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 210, + 342, + 222 + ], + "lines": [ + { + "bbox": [ + 106, + 210, + 342, + 223 + ], + "spans": [ + { + "bbox": [ + 106, + 210, + 342, + 223 + ], + "score": 1.0, + "content": "2.2 ILC AS A LOGICAL AND BETWEEN LANDSCAPES", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 226, + 388, + 373 + ], + "lines": [ + { + "bbox": [ + 105, + 224, + 388, + 239 + ], + "spans": [ + { + "bbox": [ + 105, + 224, + 388, + 239 + ], + "score": 1.0, + "content": "Here we draw a connection between our definition of inconsistency", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 237, + 388, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 237, + 388, + 248 + ], + "score": 1.0, + "content": "and the local geometric properties of the loss landscapes. For the sake", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 247, + 388, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 275, + 259 + ], + "score": 1.0, + "content": "of clarity, we consider two environments", + "type": "text" + }, + { + "bbox": [ + 276, + 248, + 284, + 258 + ], + "score": 0.65, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 247, + 302, + 259 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 302, + 248, + 312, + 258 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 247, + 365, + 259 + ], + "score": 1.0, + "content": ") and assume", + "type": "text" + }, + { + "bbox": [ + 365, + 248, + 376, + 258 + ], + "score": 0.86, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 247, + 388, + 259 + ], + "score": 1.0, + "content": "to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 258, + 389, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 258, + 389, + 271 + ], + "score": 1.0, + "content": "be a local minimizer (with zero loss) for both environments. Using a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 269, + 389, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 269, + 228, + 282 + ], + "score": 1.0, + "content": "Taylor approximation5, we get", + "type": "text" + }, + { + "bbox": [ + 229, + 269, + 373, + 281 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } ( \\theta ) \\approx \\frac { 1 } { 2 } ( \\theta - \\theta ^ { * } ) ^ { \\top } H _ { A + B } ( \\theta - \\theta ^ { * } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 269, + 389, + 282 + ], + "score": 1.0, + "content": "for", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 107, + 279, + 389, + 294 + ], + "spans": [ + { + "bbox": [ + 107, + 280, + 162, + 293 + ], + "score": 0.95, + "content": "\\lVert \\dot { \\theta } - \\theta ^ { * } \\rVert \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 279, + 192, + 294 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 193, + 281, + 295, + 292 + ], + "score": 0.9, + "content": "H _ { A + B } = \\left( H _ { A } + \\mathbf { \\bar { \\mathit { H } } } _ { B } \\right) / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 279, + 389, + 294 + ], + "score": 1.0, + "content": "is the arithmetic mean", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 289, + 387, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 289, + 173, + 306 + ], + "score": 1.0, + "content": "of the Hessians", + "type": "text" + }, + { + "bbox": [ + 174, + 292, + 252, + 304 + ], + "score": 0.9, + "content": "H _ { A } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 289, + 272, + 306 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 273, + 291, + 352, + 303 + ], + "score": 0.87, + "content": "\\Dot { H _ { B } } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 289, + 358, + 306 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 358, + 291, + 387, + 303 + ], + "score": 0.86, + "content": "H _ { A + B }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 302, + 387, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 378, + 315 + ], + "score": 1.0, + "content": "does not capture the possibly conflicting geometries of landscape", + "type": "text" + }, + { + "bbox": [ + 378, + 303, + 387, + 312 + ], + "score": 0.69, + "content": "A", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 388, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 117, + 325 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 118, + 314, + 127, + 324 + ], + "score": 0.75, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 127, + 313, + 388, + 325 + ], + "score": 1.0, + "content": ": It performs a “logical OR” on the dominant eigendirections. In", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 325, + 389, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 305, + 337 + ], + "score": 1.0, + "content": "contrast, the geometric mean, or Karcher mean,", + "type": "text" + }, + { + "bbox": [ + 305, + 325, + 333, + 336 + ], + "score": 0.91, + "content": "H _ { A \\land B }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 325, + 389, + 337 + ], + "score": 1.0, + "content": "(Ando et al.,", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 334, + 388, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 388, + 349 + ], + "score": 1.0, + "content": "2004) is affected by the inconsistencies between landscapes: It performs", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 104, + 345, + 385, + 361 + ], + "spans": [ + { + "bbox": [ + 104, + 345, + 357, + 361 + ], + "score": 1.0, + "content": "a “logical AND”. In appendix A.2, we give a formal definition of", + "type": "text" + }, + { + "bbox": [ + 357, + 347, + 385, + 357 + ], + "score": 0.9, + "content": "H _ { A \\land B }", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 104, + 355, + 366, + 377 + ], + "spans": [ + { + "bbox": [ + 104, + 355, + 366, + 377 + ], + "score": 1.0, + "content": "and show that for diagonal Hessians, I\u000fpθ˚q ď 2\u000fp detpHA`BqdetpHA^Bq q", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 17, + "bbox_fs": [ + 104, + 224, + 389, + 377 + ] + }, + { + "type": "image", + "bbox": [ + 411, + 209, + 495, + 286 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 411, + 209, + 495, + 286 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 411, + 209, + 495, + 286 + ], + "spans": [ + { + "bbox": [ + 411, + 209, + 495, + 286 + ], + "score": 0.952, + "type": "image", + "image_path": "638768a396b51f0d355670863efe7197718799d15f49a554a924db13e7580926.jpg" + } + ] + } + ], + "index": 18.5, + "virtual_lines": [ + { + "bbox": [ + 411, + 209, + 495, + 247.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 411, + 247.5, + 495, + 286.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 395, + 289, + 505, + 370 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 395, + 289, + 506, + 300 + ], + "spans": [ + { + "bbox": [ + 395, + 289, + 506, + 300 + ], + "score": 1.0, + "content": ".5 -1 -0.5 0 0.5 1 1.5Figure 3: Plotted are con-", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 393, + 297, + 505, + 310 + ], + "spans": [ + { + "bbox": [ + 393, + 297, + 439, + 310 + ], + "score": 1.0, + "content": "tour lines", + "type": "text" + }, + { + "bbox": [ + 439, + 299, + 505, + 309 + ], + "score": 0.87, + "content": "\\theta ^ { \\top } H ^ { - 1 } \\theta \\quad = \\quad 1", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 395, + 309, + 505, + 321 + ], + "spans": [ + { + "bbox": [ + 395, + 309, + 409, + 321 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 410, + 310, + 488, + 320 + ], + "score": 0.86, + "content": "H _ { A } \\ = \\ \\mathrm { d i a g } ( 0 . 0 5 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 309, + 505, + 321 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 396, + 319, + 504, + 331 + ], + "spans": [ + { + "bbox": [ + 396, + 320, + 472, + 330 + ], + "score": 0.82, + "content": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 472, + 319, + 477, + 331 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 478, + 320, + 504, + 330 + ], + "score": 0.85, + "content": "H _ { A \\land B }", + "type": "inline_equation" + } + ], + "index": 28 + }, + { + "bbox": [ + 394, + 330, + 506, + 341 + ], + "spans": [ + { + "bbox": [ + 394, + 330, + 506, + 341 + ], + "score": 1.0, + "content": "retains the original volumes,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 394, + 339, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 394, + 339, + 431, + 351 + ], + "score": 1.0, + "content": "while for", + "type": "text" + }, + { + "bbox": [ + 432, + 340, + 457, + 350 + ], + "score": 0.92, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 458, + 339, + 474, + 351 + ], + "score": 1.0, + "content": "it is", + "type": "text" + }, + { + "bbox": [ + 475, + 340, + 488, + 349 + ], + "score": 0.87, + "content": "5 \\times", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 339, + 506, + 351 + ], + "score": 1.0, + "content": "big-", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 394, + 349, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 394, + 349, + 505, + 360 + ], + "score": 1.0, + "content": "ger. This magnification shows", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 394, + 360, + 493, + 370 + ], + "spans": [ + { + "bbox": [ + 394, + 360, + 456, + 370 + ], + "score": 1.0, + "content": "inconsistency of", + "type": "text" + }, + { + "bbox": [ + 457, + 360, + 465, + 369 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 360, + 480, + 370 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 481, + 360, + 489, + 369 + ], + "score": 0.8, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 360, + 493, + 370 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 28.5 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 107, + 374, + 505, + 396 + ], + "lines": [ + { + "bbox": [ + 105, + 372, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 372, + 284, + 387 + ], + "score": 1.0, + "content": "for the geometric mean of positive numbers,", + "type": "text" + }, + { + "bbox": [ + 285, + 374, + 415, + 385 + ], + "score": 0.91, + "content": "0 \\leqslant \\operatorname* { d e t } ( H _ { A \\wedge B } ) \\leqslant \\operatorname* { d e t } ( H _ { A + B } )", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 372, + 506, + 387 + ], + "score": 1.0, + "content": "; thus, inconsistency is", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 384, + 485, + 396 + ], + "spans": [ + { + "bbox": [ + 106, + 384, + 199, + 396 + ], + "score": 1.0, + "content": "lowest when shapes of", + "type": "text" + }, + { + "bbox": [ + 200, + 385, + 208, + 394 + ], + "score": 0.77, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 384, + 226, + 396 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 226, + 385, + 235, + 394 + ], + "score": 0.81, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 236, + 384, + 485, + 396 + ], + "score": 1.0, + "content": "are similar – exactly as in the bottom-left minimizer of Fig. 1.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 372, + 506, + 396 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 402, + 506, + 567 + ], + "lines": [ + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 370, + 415 + ], + "score": 1.0, + "content": "From Hessians to gradients. We just saw that the consistency of", + "type": "text" + }, + { + "bbox": [ + 370, + 402, + 381, + 412 + ], + "score": 0.88, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 401, + 506, + 415 + ], + "score": 1.0, + "content": "is linked to the geometric mean", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 412, + 506, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 172, + 426 + ], + "score": 1.0, + "content": "of the Hessians", + "type": "text" + }, + { + "bbox": [ + 172, + 413, + 225, + 425 + ], + "score": 0.93, + "content": "\\{ \\bar { H _ { e } } ( \\theta ^ { * } ) \\} _ { e \\in \\mathcal { E } }", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 412, + 409, + 426 + ], + "score": 1.0, + "content": ". Under the simplifying assumption that each ś", + "type": "text" + }, + { + "bbox": [ + 409, + 413, + 423, + 424 + ], + "score": 0.88, + "content": "H _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 423, + 412, + 506, + 426 + ], + "score": 1.0, + "content": "is diagonal6 and allś", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 423, + 508, + 441 + ], + "spans": [ + { + "bbox": [ + 104, + 423, + 154, + 441 + ], + "score": 1.0, + "content": "eigenvalues", + "type": "text" + }, + { + "bbox": [ + 154, + 426, + 165, + 438 + ], + "score": 0.89, + "content": "\\lambda _ { i } ^ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 423, + 307, + 441 + ], + "score": 1.0, + "content": "are positive, their geometric mean is", + "type": "text" + }, + { + "bbox": [ + 308, + 424, + 502, + 438 + ], + "score": 0.88, + "content": "\\begin{array} { r } { H ^ { \\wedge } : = \\mathrm { d i a g } ( ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { 1 } ^ { e } ) ^ { 1 / | \\varepsilon | } , \\dots , ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } ) ^ { 1 / | \\varepsilon | } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 423, + 508, + 441 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 437, + 507, + 449 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 290, + 449 + ], + "score": 1.0, + "content": "The curvature of the corresponding loss in the", + "type": "text" + }, + { + "bbox": [ + 290, + 437, + 295, + 446 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 295, + 437, + 507, + 449 + ], + "score": 1.0, + "content": "-th eigendirection depends on how consistent the cur-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 446, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 446, + 455, + 460 + ], + "score": 1.0, + "content": "vatures of each environment are in that direction. Consider now optimizing from a point ř ř", + "type": "text" + }, + { + "bbox": [ + 456, + 447, + 466, + 457 + ], + "score": 0.85, + "content": "\\theta ^ { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 446, + 506, + 460 + ], + "score": 1.0, + "content": "; gradient", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 103, + 454, + 504, + 476 + ], + "spans": [ + { + "bbox": [ + 103, + 454, + 160, + 476 + ], + "score": 1.0, + "content": "descent reads", + "type": "text" + }, + { + "bbox": [ + 161, + 457, + 272, + 470 + ], + "score": 0.91, + "content": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 454, + 301, + 476 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 302, + 457, + 478, + 473 + ], + "score": 0.91, + "content": "\\begin{array} { r } { H ^ { + } : = \\mathrm { d i a g } \\big ( \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\breve { \\lambda _ { 1 } ^ { e } } , \\dots , \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } \\big ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 478, + 454, + 497, + 476 + ], + "score": 1.0, + "content": ". For", + "type": "text" + }, + { + "bbox": [ + 497, + 460, + 504, + 470 + ], + "score": 0.63, + "content": "\\eta", + "type": "inline_equation" + } + ], + "index": 40 + }, + { + "bbox": [ + 103, + 469, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 103, + 469, + 201, + 491 + ], + "score": 1.0, + "content": "small enough7, we have", + "type": "text" + }, + { + "bbox": [ + 202, + 473, + 373, + 488 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\vert \\theta _ { i } ^ { k + 1 } - \\theta _ { i } ^ { * } \\vert = ( 1 - \\eta \\frac { 1 } { \\vert \\mathcal { E } \\vert } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { i } ^ { e } ) \\vert \\theta _ { i } ^ { k } - \\theta _ { i } ^ { * } \\vert } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 469, + 507, + 491 + ], + "score": 1.0, + "content": ". As noted, this choice maximises", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 106, + 487, + 214, + 500 + ], + "score": 1.0, + "content": "the speed of convergence to", + "type": "text" + }, + { + "bbox": [ + 215, + 487, + 226, + 497 + ], + "score": 0.85, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 487, + 505, + 500 + ], + "score": 1.0, + "content": ", but does not take into account whether this minimizer is consistent. We", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 498, + 506, + 510 + ], + "spans": [ + { + "bbox": [ + 105, + 498, + 506, + 510 + ], + "score": 1.0, + "content": "can reduce the speed of convergence on directions where landscapes have different curvatures – which", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "spans": [ + { + "bbox": [ + 105, + 509, + 506, + 521 + ], + "score": 1.0, + "content": "would lead to a high inconsistency – by following the gradients from the geometric mean of the land-", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 104, + 519, + 504, + 533 + ], + "spans": [ + { + "bbox": [ + 104, + 519, + 407, + 533 + ], + "score": 1.0, + "content": "scapes, as opposed to the arithmetic mean. I.e, we substitute the full gradient", + "type": "text" + }, + { + "bbox": [ + 407, + 519, + 504, + 532 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } ( \\theta ) = H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + } + ], + "index": 45 + }, + { + "bbox": [ + 103, + 531, + 507, + 549 + ], + "spans": [ + { + "bbox": [ + 103, + 531, + 127, + 549 + ], + "score": 1.0, + "content": "with", + "type": "text" + }, + { + "bbox": [ + 127, + 533, + 231, + 546 + ], + "score": 0.93, + "content": "\\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = H ^ { \\wedge } ( \\theta ^ { k } - \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 531, + 317, + 549 + ], + "score": 1.0, + "content": ". Also, we have that8", + "type": "text" + }, + { + "bbox": [ + 318, + 532, + 446, + 546 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = \\big ( \\prod _ { e \\in \\mathcal { E } } \\nabla \\mathcal { L } _ { e } ( \\theta ) \\big ) ^ { 1 / | \\varepsilon | } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 531, + 507, + 549 + ], + "score": 1.0, + "content": ": to reduce the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 506, + 558 + ], + "score": 1.0, + "content": "speed of convergence in directions with inconsistency, we can take the element-wise geometric mean", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 556, + 408, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 408, + 568 + ], + "score": 1.0, + "content": "of gradients from different environments (see also Fig. 11 in the appendix).", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 41.5, + "bbox_fs": [ + 103, + 401, + 508, + 568 + ] + }, + { + "type": "title", + "bbox": [ + 106, + 575, + 327, + 586 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 327, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 327, + 587 + ], + "score": 1.0, + "content": "2.3 MASKING GRADIENTS WITH A LOGICAL AND", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 49 + }, + { + "type": "text", + "bbox": [ + 107, + 590, + 504, + 612 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 505, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 505, + 603 + ], + "score": 1.0, + "content": "The element-wise geometric mean of gradients, instead of the arithmetic mean, increases consistency", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 600, + 411, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 411, + 613 + ], + "score": 1.0, + "content": "in the convex quadratic case. However, there are a few practical limitations:", + "type": "text" + } + ], + "index": 51 + } + ], + "index": 50.5, + "bbox_fs": [ + 105, + 588, + 505, + 613 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 613, + 504, + 635 + ], + "lines": [ + { + "bbox": [ + 108, + 612, + 505, + 625 + ], + "spans": [ + { + "bbox": [ + 108, + 612, + 505, + 625 + ], + "score": 1.0, + "content": "(i) The geometric mean is only defined when all the signs are consistent. It is still to be defined how", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 123, + 624, + 455, + 636 + ], + "spans": [ + { + "bbox": [ + 123, + 624, + 455, + 636 + ], + "score": 1.0, + "content": "sign inconsistencies, which can occur in non-convex settings, should be dealt with.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 52.5, + "bbox_fs": [ + 108, + 612, + 505, + 636 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 637, + 504, + 659 + ], + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 650 + ], + "score": 1.0, + "content": "(ii) It provides little flexibility for ‘partial’ agreement: Even a single zero gradient component in one", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 122, + 648, + 320, + 660 + ], + "spans": [ + { + "bbox": [ + 122, + 648, + 320, + 660 + ], + "score": 1.0, + "content": "environment stops optimization in that direction.", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 54.5, + "bbox_fs": [ + 106, + 636, + 505, + 660 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 94 + ], + "lines": [ + { + "bbox": [ + 102, + 81, + 507, + 97 + ], + "spans": [ + { + "bbox": [ + 102, + 81, + 507, + 97 + ], + "score": 1.0, + "content": "(iii) For numerical stability, it needs to be computed in log domain (more computationally expensive).", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 98, + 504, + 131 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 505, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 505, + 111 + ], + "score": 1.0, + "content": "(iv) Adaptive step-size schemes (e.g. Adam (Kingma and Ba, 2015)) rescale the signal component-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 122, + 108, + 505, + 122 + ], + "spans": [ + { + "bbox": [ + 122, + 108, + 505, + 122 + ], + "score": 1.0, + "content": "wise for local curvature adaptation. The exact magnitude of the geometric mean would be ignored", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 122, + 119, + 501, + 133 + ], + "spans": [ + { + "bbox": [ + 122, + 119, + 501, + 133 + ], + "score": 1.0, + "content": "and most of the difference from arithmetic averaging will come from the zero-ed components.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 134, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 105, + 133, + 506, + 147 + ], + "spans": [ + { + "bbox": [ + 105, + 133, + 506, + 147 + ], + "score": 1.0, + "content": "(i) can be overcome by treating different signs as zeros, resulting in a geometric mean of 0 if there", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 146, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 146, + 506, + 158 + ], + "score": 1.0, + "content": "is any sign disagreement across environments for a gradient component. For (ii) we can allow for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 156, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 156, + 506, + 169 + ], + "score": 1.0, + "content": "some disagreement (with a hyperparameter), by not masking out if there is a large percentage of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 168, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 179 + ], + "score": 1.0, + "content": "environments with gradients in that direction. (iii) and (iv) can be addressed together: Since the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 178, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 506, + 190 + ], + "score": 1.0, + "content": "final magnitude will be rescaled except for masked components, i.e. where the geometric mean is 0,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "we can use the average gradients (fast to compute) and mask out the components based on the sign", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 200, + 308, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 308, + 213 + ], + "score": 1.0, + "content": "agreement (computable avoiding the log domain).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 106, + 222, + 505, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "The AND-mask. We translate the reasoning we just presented to a practical algorithm that we will", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "score": 1.0, + "content": "refer to as the AND-mask. In its most simple implementation, we zero out those gradient components", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 245, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 505, + 256 + ], + "score": 1.0, + "content": "with respect to weights that have inconsistent signs across environments. Formally, the masked", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 254, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 104, + 254, + 188, + 268 + ], + "score": 1.0, + "content": "gradients at iteration", + "type": "text" + }, + { + "bbox": [ + 189, + 255, + 195, + 265 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 254, + 210, + 268 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 211, + 254, + 284, + 267 + ], + "score": 0.92, + "content": "m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 254, + 314, + 268 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 314, + 254, + 345, + 267 + ], + "score": 0.93, + "content": "m _ { t } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 254, + 506, + 268 + ], + "score": 1.0, + "content": "vanishes for any component where there", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 158, + 279 + ], + "score": 1.0, + "content": "are less than", + "type": "text" + }, + { + "bbox": [ + 158, + 266, + 259, + 277 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 , d / 2 + 1 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 265, + 441, + 279 + ], + "score": 1.0, + "content": "agreeing gradient signs across environments", + "type": "text" + }, + { + "bbox": [ + 442, + 266, + 448, + 276 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 265, + 506, + 279 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "of environments in the batch), and is equal to one otherwise. For convenience, our implementation of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 286, + 503, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 238, + 301 + ], + "score": 1.0, + "content": "the AND-mask uses a threshold", + "type": "text" + }, + { + "bbox": [ + 238, + 288, + 277, + 299 + ], + "score": 0.92, + "content": "\\tau \\in [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 286, + 400, + 301 + ], + "score": 1.0, + "content": "as hyper-parameter instead of ř", + "type": "text" + }, + { + "bbox": [ + 401, + 289, + 405, + 298 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 286, + 448, + 301 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 448, + 287, + 503, + 300 + ], + "score": 0.91, + "content": "\\begin{array} { r } { t = \\frac { d } { 2 } ( \\tau + 1 ) } \\end{array}", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 475, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 259, + 313 + ], + "score": 1.0, + "content": "Mathematically, for every component", + "type": "text" + }, + { + "bbox": [ + 259, + 299, + 284, + 311 + ], + "score": 0.92, + "content": "[ m _ { \\tau } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 298, + 296, + 313 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 297, + 300, + 311, + 310 + ], + "score": 0.81, + "content": "m _ { \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 298, + 315, + 313 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 298, + 470, + 312 + ], + "score": 0.89, + "content": "\\begin{array} { r } { [ m _ { \\tau } ] _ { j } = \\pmb { 1 } \\left[ \\tau d \\leqslant | \\sum _ { e } \\mathrm { s i g n } ( [ \\nabla \\mathcal { L } _ { e } ] _ { j } ) | \\right] } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 298, + 475, + 313 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 316, + 505, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "score": 1.0, + "content": "Computing the AND-mask has the same time and space complexity of standard gradient descent,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "score": 1.0, + "content": "i.e., linear in the number of examples that we average. Due to its simplicity and computational", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 337, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 351 + ], + "score": 1.0, + "content": "efficiency, this is the algorithm that we will use in the experiment section. As a first result, we show", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "score": 1.0, + "content": "that following the AND-masked gradient leads to convergence in the directions made visible by the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 359, + 318, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 318, + 373 + ], + "score": 1.0, + "content": "AND-mask. The proof is presented in appendix A.3.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 376, + 503, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 504, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 186, + 389 + ], + "score": 1.0, + "content": "Proposition 1. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 377, + 195, + 386 + ], + "score": 0.73, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 375, + 218, + 389 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 218, + 377, + 226, + 386 + ], + "score": 0.76, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 375, + 427, + 389 + ], + "score": 1.0, + "content": "-Lipschitz gradients and consider a learning rate", + "type": "text" + }, + { + "bbox": [ + 428, + 376, + 466, + 388 + ], + "score": 0.89, + "content": "\\eta \\leqslant 1 / L", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 375, + 497, + 389 + ], + "score": 1.0, + "content": ". After", + "type": "text" + }, + { + "bbox": [ + 497, + 376, + 504, + 386 + ], + "score": 0.77, + "content": "k", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 387, + 490, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 328, + 401 + ], + "score": 1.0, + "content": "iterations, AND-masked GD visits at least once a point", + "type": "text" + }, + { + "bbox": [ + 329, + 388, + 335, + 398 + ], + "score": 0.75, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 387, + 363, + 401 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 363, + 387, + 485, + 399 + ], + "score": 0.91, + "content": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 387, + 490, + 401 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 412, + 357, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 412, + 356, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 356, + 425 + ], + "score": 1.0, + "content": "Behaviour in the face of randomness. Here we put the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 422, + 357, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 357, + 437 + ], + "score": 1.0, + "content": "AND mask through a theoretical test: For gradients coming", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 434, + 357, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 357, + 447 + ], + "score": 1.0, + "content": "from different environments that are inconsistent (or even ran-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 445, + 357, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 357, + 457 + ], + "score": 1.0, + "content": "dom), how fast does the AND mask reduce the magnitude of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 456, + 358, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 358, + 469 + ], + "score": 1.0, + "content": "the step taken in parameter space, compared to standard GD?", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 467, + 356, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 356, + 480 + ], + "score": 1.0, + "content": "In case of inconsistency, the AND mask should quickly make", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 479, + 257, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 257, + 491 + ], + "score": 1.0, + "content": "the gradient steps more conservative.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 495, + 355, + 528 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 357, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 302, + 508 + ], + "score": 1.0, + "content": "To assess this property, we consider a fixed set of", + "type": "text" + }, + { + "bbox": [ + 302, + 498, + 310, + 505 + ], + "score": 0.7, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 495, + 357, + 508 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 506, + 357, + 518 + ], + "spans": [ + { + "bbox": [ + 107, + 507, + 113, + 516 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 113, + 506, + 169, + 518 + ], + "score": 1.0, + "content": "and gradients", + "type": "text" + }, + { + "bbox": [ + 170, + 506, + 190, + 517 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 506, + 357, + 518 + ], + "score": 1.0, + "content": "drawn independently from a multivariate", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 517, + 292, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 292, + 529 + ], + "score": 1.0, + "content": "Gaussian with zero mean and unit covariance.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36 + }, + { + "type": "image", + "bbox": [ + 378, + 412, + 487, + 493 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 378, + 412, + 487, + 493 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 378, + 412, + 487, + 493 + ], + "spans": [ + { + "bbox": [ + 378, + 412, + 487, + 493 + ], + "score": 0.962, + "type": "image", + "image_path": "ad04a04ecd51008a3704226762cc27ef505decdf650968cedaac64cbe9c1e43f.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 378, + 412, + 487, + 452.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 378, + 452.5, + 487, + 493.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 496, + 505, + 526 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 363, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "Figure 4: Magnitude of gradient (aver-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 363, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 363, + 505, + 484, + 518 + ], + "score": 1.0, + "content": "age or masked) on random data", + "type": "text" + }, + { + "bbox": [ + 484, + 506, + 505, + 517 + ], + "score": 0.89, + "content": "( \\left| \\theta \\right| =", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 363, + 515, + 426, + 527 + ], + "spans": [ + { + "bbox": [ + 363, + 515, + 385, + 527 + ], + "score": 1.0, + "content": "3000,", + "type": "text" + }, + { + "bbox": [ + 385, + 516, + 421, + 526 + ], + "score": 0.72, + "content": "t = 0 . 8 d", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 515, + 426, + 527 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + } + ], + "index": 36.25 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 503, + 559 + ], + "lines": [ + { + "bbox": [ + 102, + 526, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 102, + 526, + 333, + 554 + ], + "score": 1.0, + "content": "Proposition 2. Consider the setting we just outlined, with", + "type": "text" + }, + { + "bbox": [ + 333, + 532, + 414, + 546 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 526, + 444, + 554 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 445, + 533, + 506, + 546 + ], + "score": 0.89, + "content": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 107, + 544, + 503, + 561 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 139, + 559 + ], + "score": 0.91, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 544, + 194, + 561 + ], + "score": 1.0, + "content": ", we have that", + "type": "text" + }, + { + "bbox": [ + 194, + 546, + 330, + 559 + ], + "score": 0.86, + "content": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 544, + 369, + 561 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 369, + 546, + 503, + 559 + ], + "score": 0.92, + "content": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )", + "type": "inline_equation" + } + ], + "index": 42 + } + ], + "index": 41.5 + }, + { + "type": "text", + "bbox": [ + 107, + 563, + 505, + 608 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "The proof is presented in Appendix A.4, and an illustration with numerical verification in Fig. 4 (the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "magnitudes of masked gradients (•) for more than 100 examples were always zero in the numerical", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 586, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 597 + ], + "score": 1.0, + "content": "verification). Intuitively, in the presence of purely random patterns, the AND-mask has a desirable", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 597, + 475, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 475, + 609 + ], + "score": 1.0, + "content": "property: it decreases the strength of these signals exponentially fast, as opposed to linearly.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5 + }, + { + "type": "title", + "bbox": [ + 108, + 622, + 200, + 635 + ], + "lines": [ + { + "bbox": [ + 104, + 621, + 201, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 621, + 201, + 637 + ], + "score": 1.0, + "content": "3 EXPERIMENTS", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 107, + 644, + 505, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 645, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 506, + 657 + ], + "score": 1.0, + "content": "Real-world datasets are generated by (causal) generative processes which share mechanisms (Pearl,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "2009). However, mechanisms and spurious signals are often entangled, making it hard to assess what", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "part of the learning signal is due to either. As the goal of this paper is to dissect these two components", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "to understand how they ultimately contribute to the learning process, we create a simple synthetic", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "dataset that allows us to control the complexity, intensity, and number of shortcuts in the data. After", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "that, we evaluate whether spurious signals can be detected even in high-dimensional networks and", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 711, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 507, + 723 + ], + "score": 1.0, + "content": "datasets by testing the AND-mask on a memorization task similar to the one proposed in Zhang et al.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 721, + 459, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 459, + 734 + ], + "score": 1.0, + "content": "(2017), and on a behavioral cloning task using the game CoinRun (Cobbe et al., 2019a).", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 51.5 + } + ], + "page_idx": 4, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 105, + 82, + 505, + 94 + ], + "lines": [ + { + "bbox": [ + 102, + 81, + 507, + 97 + ], + "spans": [ + { + "bbox": [ + 102, + 81, + 507, + 97 + ], + "score": 1.0, + "content": "(iii) For numerical stability, it needs to be computed in log domain (more computationally expensive).", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 102, + 81, + 507, + 97 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 98, + 504, + 131 + ], + "lines": [ + { + "bbox": [ + 105, + 97, + 505, + 111 + ], + "spans": [ + { + "bbox": [ + 105, + 97, + 505, + 111 + ], + "score": 1.0, + "content": "(iv) Adaptive step-size schemes (e.g. Adam (Kingma and Ba, 2015)) rescale the signal component-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 122, + 108, + 505, + 122 + ], + "spans": [ + { + "bbox": [ + 122, + 108, + 505, + 122 + ], + "score": 1.0, + "content": "wise for local curvature adaptation. The exact magnitude of the geometric mean would be ignored", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 122, + 119, + 501, + 133 + ], + "spans": [ + { + "bbox": [ + 122, + 119, + 501, + 133 + ], + "score": 1.0, + "content": "and most of the difference from arithmetic averaging will come from the zero-ed components.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 97, + 505, + 133 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 134, + 505, + 212 + ], + "lines": [ + { + "bbox": [ + 105, + 133, + 506, + 147 + ], + "spans": [ + { + "bbox": [ + 105, + 133, + 506, + 147 + ], + "score": 1.0, + "content": "(i) can be overcome by treating different signs as zeros, resulting in a geometric mean of 0 if there", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 146, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 105, + 146, + 506, + 158 + ], + "score": 1.0, + "content": "is any sign disagreement across environments for a gradient component. For (ii) we can allow for", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 156, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 105, + 156, + 506, + 169 + ], + "score": 1.0, + "content": "some disagreement (with a hyperparameter), by not masking out if there is a large percentage of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 168, + 505, + 179 + ], + "spans": [ + { + "bbox": [ + 106, + 168, + 505, + 179 + ], + "score": 1.0, + "content": "environments with gradients in that direction. (iii) and (iv) can be addressed together: Since the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 178, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 178, + 506, + 190 + ], + "score": 1.0, + "content": "final magnitude will be rescaled except for masked components, i.e. where the geometric mean is 0,", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 189, + 505, + 201 + ], + "score": 1.0, + "content": "we can use the average gradients (fast to compute) and mask out the components based on the sign", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 200, + 308, + 213 + ], + "spans": [ + { + "bbox": [ + 106, + 200, + 308, + 213 + ], + "score": 1.0, + "content": "agreement (computable avoiding the log domain).", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 133, + 506, + 213 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 222, + 505, + 312 + ], + "lines": [ + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "spans": [ + { + "bbox": [ + 105, + 221, + 506, + 235 + ], + "score": 1.0, + "content": "The AND-mask. We translate the reasoning we just presented to a practical algorithm that we will", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 246 + ], + "score": 1.0, + "content": "refer to as the AND-mask. In its most simple implementation, we zero out those gradient components", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 245, + 505, + 256 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 505, + 256 + ], + "score": 1.0, + "content": "with respect to weights that have inconsistent signs across environments. Formally, the masked", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 254, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 104, + 254, + 188, + 268 + ], + "score": 1.0, + "content": "gradients at iteration", + "type": "text" + }, + { + "bbox": [ + 189, + 255, + 195, + 265 + ], + "score": 0.79, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 254, + 210, + 268 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 211, + 254, + 284, + 267 + ], + "score": 0.92, + "content": "m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 254, + 314, + 268 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 314, + 254, + 345, + 267 + ], + "score": 0.93, + "content": "m _ { t } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 254, + 506, + 268 + ], + "score": 1.0, + "content": "vanishes for any component where there", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 265, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 105, + 265, + 158, + 279 + ], + "score": 1.0, + "content": "are less than", + "type": "text" + }, + { + "bbox": [ + 158, + 266, + 259, + 277 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 , d / 2 + 1 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 260, + 265, + 441, + 279 + ], + "score": 1.0, + "content": "agreeing gradient signs across environments", + "type": "text" + }, + { + "bbox": [ + 442, + 266, + 448, + 276 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 265, + 506, + 279 + ], + "score": 1.0, + "content": "is the number", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "of environments in the batch), and is equal to one otherwise. For convenience, our implementation of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 286, + 503, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 286, + 238, + 301 + ], + "score": 1.0, + "content": "the AND-mask uses a threshold", + "type": "text" + }, + { + "bbox": [ + 238, + 288, + 277, + 299 + ], + "score": 0.92, + "content": "\\tau \\in [ 0 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 286, + 400, + 301 + ], + "score": 1.0, + "content": "as hyper-parameter instead of ř", + "type": "text" + }, + { + "bbox": [ + 401, + 289, + 405, + 298 + ], + "score": 0.7, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 286, + 448, + 301 + ], + "score": 1.0, + "content": ", such that", + "type": "text" + }, + { + "bbox": [ + 448, + 287, + 503, + 300 + ], + "score": 0.91, + "content": "\\begin{array} { r } { t = \\frac { d } { 2 } ( \\tau + 1 ) } \\end{array}", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 298, + 475, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 298, + 259, + 313 + ], + "score": 1.0, + "content": "Mathematically, for every component", + "type": "text" + }, + { + "bbox": [ + 259, + 299, + 284, + 311 + ], + "score": 0.92, + "content": "[ m _ { \\tau } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 298, + 296, + 313 + ], + "score": 1.0, + "content": "of", + "type": "text" + }, + { + "bbox": [ + 297, + 300, + 311, + 310 + ], + "score": 0.81, + "content": "m _ { \\tau }", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 298, + 315, + 313 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 316, + 298, + 470, + 312 + ], + "score": 0.89, + "content": "\\begin{array} { r } { [ m _ { \\tau } ] _ { j } = \\pmb { 1 } \\left[ \\tau d \\leqslant | \\sum _ { e } \\mathrm { s i g n } ( [ \\nabla \\mathcal { L } _ { e } ] _ { j } ) | \\right] } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 298, + 475, + 313 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 221, + 506, + 313 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 316, + 505, + 371 + ], + "lines": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 506, + 329 + ], + "score": 1.0, + "content": "Computing the AND-mask has the same time and space complexity of standard gradient descent,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 327, + 505, + 339 + ], + "score": 1.0, + "content": "i.e., linear in the number of examples that we average. Due to its simplicity and computational", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 337, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 337, + 506, + 351 + ], + "score": 1.0, + "content": "efficiency, this is the algorithm that we will use in the experiment section. As a first result, we show", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "score": 1.0, + "content": "that following the AND-masked gradient leads to convergence in the directions made visible by the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 359, + 318, + 373 + ], + "spans": [ + { + "bbox": [ + 105, + 359, + 318, + 373 + ], + "score": 1.0, + "content": "AND-mask. The proof is presented in appendix A.3.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 315, + 506, + 373 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 376, + 503, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 504, + 389 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 186, + 389 + ], + "score": 1.0, + "content": "Proposition 1. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 377, + 195, + 386 + ], + "score": 0.73, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 375, + 218, + 389 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 218, + 377, + 226, + 386 + ], + "score": 0.76, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 375, + 427, + 389 + ], + "score": 1.0, + "content": "-Lipschitz gradients and consider a learning rate", + "type": "text" + }, + { + "bbox": [ + 428, + 376, + 466, + 388 + ], + "score": 0.89, + "content": "\\eta \\leqslant 1 / L", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 375, + 497, + 389 + ], + "score": 1.0, + "content": ". After", + "type": "text" + }, + { + "bbox": [ + 497, + 376, + 504, + 386 + ], + "score": 0.77, + "content": "k", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 387, + 490, + 401 + ], + "spans": [ + { + "bbox": [ + 105, + 387, + 328, + 401 + ], + "score": 1.0, + "content": "iterations, AND-masked GD visits at least once a point", + "type": "text" + }, + { + "bbox": [ + 329, + 388, + 335, + 398 + ], + "score": 0.75, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 387, + 363, + 401 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 363, + 387, + 485, + 399 + ], + "score": 0.91, + "content": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 387, + 490, + 401 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 375, + 504, + 401 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 412, + 357, + 490 + ], + "lines": [ + { + "bbox": [ + 106, + 412, + 356, + 425 + ], + "spans": [ + { + "bbox": [ + 106, + 412, + 356, + 425 + ], + "score": 1.0, + "content": "Behaviour in the face of randomness. Here we put the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 422, + 357, + 437 + ], + "spans": [ + { + "bbox": [ + 105, + 422, + 357, + 437 + ], + "score": 1.0, + "content": "AND mask through a theoretical test: For gradients coming", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 434, + 357, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 357, + 447 + ], + "score": 1.0, + "content": "from different environments that are inconsistent (or even ran-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 445, + 357, + 457 + ], + "spans": [ + { + "bbox": [ + 106, + 445, + 357, + 457 + ], + "score": 1.0, + "content": "dom), how fast does the AND mask reduce the magnitude of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 456, + 358, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 358, + 469 + ], + "score": 1.0, + "content": "the step taken in parameter space, compared to standard GD?", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 467, + 356, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 356, + 480 + ], + "score": 1.0, + "content": "In case of inconsistency, the AND mask should quickly make", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 479, + 257, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 257, + 491 + ], + "score": 1.0, + "content": "the gradient steps more conservative.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 412, + 358, + 491 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 495, + 355, + 528 + ], + "lines": [ + { + "bbox": [ + 106, + 495, + 357, + 508 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 302, + 508 + ], + "score": 1.0, + "content": "To assess this property, we consider a fixed set of", + "type": "text" + }, + { + "bbox": [ + 302, + 498, + 310, + 505 + ], + "score": 0.7, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 495, + 357, + 508 + ], + "score": 1.0, + "content": "parameters", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 506, + 357, + 518 + ], + "spans": [ + { + "bbox": [ + 107, + 507, + 113, + 516 + ], + "score": 0.77, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 113, + 506, + 169, + 518 + ], + "score": 1.0, + "content": "and gradients", + "type": "text" + }, + { + "bbox": [ + 170, + 506, + 190, + 517 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } _ { e }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 506, + 357, + 518 + ], + "score": 1.0, + "content": "drawn independently from a multivariate", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 517, + 292, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 517, + 292, + 529 + ], + "score": 1.0, + "content": "Gaussian with zero mean and unit covariance.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36, + "bbox_fs": [ + 106, + 495, + 357, + 529 + ] + }, + { + "type": "image", + "bbox": [ + 378, + 412, + 487, + 493 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 378, + 412, + 487, + 493 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 378, + 412, + 487, + 493 + ], + "spans": [ + { + "bbox": [ + 378, + 412, + 487, + 493 + ], + "score": 0.962, + "type": "image", + "image_path": "ad04a04ecd51008a3704226762cc27ef505decdf650968cedaac64cbe9c1e43f.jpg" + } + ] + } + ], + "index": 33.5, + "virtual_lines": [ + { + "bbox": [ + 378, + 412, + 487, + 452.5 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 378, + 452.5, + 487, + 493.0 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 496, + 505, + 526 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 363, + 496, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 363, + 496, + 506, + 507 + ], + "score": 1.0, + "content": "Figure 4: Magnitude of gradient (aver-", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 363, + 505, + 505, + 518 + ], + "spans": [ + { + "bbox": [ + 363, + 505, + 484, + 518 + ], + "score": 1.0, + "content": "age or masked) on random data", + "type": "text" + }, + { + "bbox": [ + 484, + 506, + 505, + 517 + ], + "score": 0.89, + "content": "( \\left| \\theta \\right| =", + "type": "inline_equation" + } + ], + "index": 39 + }, + { + "bbox": [ + 363, + 515, + 426, + 527 + ], + "spans": [ + { + "bbox": [ + 363, + 515, + 385, + 527 + ], + "score": 1.0, + "content": "3000,", + "type": "text" + }, + { + "bbox": [ + 385, + 516, + 421, + 526 + ], + "score": 0.72, + "content": "t = 0 . 8 d", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 515, + 426, + 527 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 39 + } + ], + "index": 36.25 + }, + { + "type": "text", + "bbox": [ + 107, + 533, + 503, + 559 + ], + "lines": [ + { + "bbox": [ + 102, + 526, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 102, + 526, + 333, + 554 + ], + "score": 1.0, + "content": "Proposition 2. Consider the setting we just outlined, with", + "type": "text" + }, + { + "bbox": [ + 333, + 532, + 414, + 546 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 526, + 444, + 554 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 445, + 533, + 506, + 546 + ], + "score": 0.89, + "content": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =", + "type": "inline_equation" + } + ], + "index": 41 + }, + { + "bbox": [ + 107, + 544, + 503, + 561 + ], + "spans": [ + { + "bbox": [ + 107, + 546, + 139, + 559 + ], + "score": 0.91, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 544, + 194, + 561 + ], + "score": 1.0, + "content": ", we have that", + "type": "text" + }, + { + "bbox": [ + 194, + 546, + 330, + 559 + ], + "score": 0.86, + "content": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 544, + 369, + 561 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 369, + 546, + 503, + 559 + ], + "score": 0.92, + "content": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )", + "type": "inline_equation" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 102, + 526, + 506, + 561 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 563, + 505, + 608 + ], + "lines": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 505, + 576 + ], + "score": 1.0, + "content": "The proof is presented in Appendix A.4, and an illustration with numerical verification in Fig. 4 (the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 505, + 587 + ], + "score": 1.0, + "content": "magnitudes of masked gradients (•) for more than 100 examples were always zero in the numerical", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 586, + 505, + 597 + ], + "spans": [ + { + "bbox": [ + 105, + 586, + 505, + 597 + ], + "score": 1.0, + "content": "verification). Intuitively, in the presence of purely random patterns, the AND-mask has a desirable", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 597, + 475, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 597, + 475, + 609 + ], + "score": 1.0, + "content": "property: it decreases the strength of these signals exponentially fast, as opposed to linearly.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 563, + 505, + 609 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 622, + 200, + 635 + ], + "lines": [ + { + "bbox": [ + 104, + 621, + 201, + 637 + ], + "spans": [ + { + "bbox": [ + 104, + 621, + 201, + 637 + ], + "score": 1.0, + "content": "3 EXPERIMENTS", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 107, + 644, + 505, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 645, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 506, + 657 + ], + "score": 1.0, + "content": "Real-world datasets are generated by (causal) generative processes which share mechanisms (Pearl,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 656, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 506, + 668 + ], + "score": 1.0, + "content": "2009). However, mechanisms and spurious signals are often entangled, making it hard to assess what", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "part of the learning signal is due to either. As the goal of this paper is to dissect these two components", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "to understand how they ultimately contribute to the learning process, we create a simple synthetic", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 506, + 702 + ], + "score": 1.0, + "content": "dataset that allows us to control the complexity, intensity, and number of shortcuts in the data. After", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "that, we evaluate whether spurious signals can be detected even in high-dimensional networks and", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 711, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 507, + 723 + ], + "score": 1.0, + "content": "datasets by testing the AND-mask on a memorization task similar to the one proposed in Zhang et al.", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 721, + 459, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 459, + 734 + ], + "score": 1.0, + "content": "(2017), and on a behavioral cloning task using the game CoinRun (Cobbe et al., 2019a).", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 51.5, + "bbox_fs": [ + 105, + 645, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 132, + 81, + 479, + 128 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 132, + 81, + 479, + 128 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 132, + 81, + 479, + 128 + ], + "spans": [ + { + "bbox": [ + 132, + 81, + 479, + 128 + ], + "score": 0.958, + "type": "image", + "image_path": "2c6666a00d98e65f93e0f8cfc43ecdc82f29522ed1a9935aadd3b95f63205d2e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 132, + 81, + 479, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 132, + 96.66666666666667, + 479, + 112.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 132, + 112.33333333333334, + 479, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 136, + 504, + 157 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 136, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 147 + ], + "score": 1.0, + "content": "Figure 5: A 4-dimensional instantiation of the synthetic memorization dataset for visualization. Every example", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 145, + 492, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 145, + 492, + 158 + ], + "score": 1.0, + "content": "is a dot in both circles, and it can be classified by finding either of the “oracle” decision boundaries shown.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 172, + 311, + 183 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 313, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 313, + 184 + ], + "score": 1.0, + "content": "3.1 THE SYNTHETIC MEMORIZATION DATASET", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 190, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 504, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 378, + 204 + ], + "score": 1.0, + "content": "We introduce a binary classification task. The input dimensionality is", + "type": "text" + }, + { + "bbox": [ + 378, + 190, + 433, + 201 + ], + "score": 0.91, + "content": "d = d _ { M } + d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 187, + 464, + 204 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 464, + 190, + 504, + 202 + ], + "score": 0.91, + "content": "p ( y | x _ { d _ { M } } )", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 200, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 104, + 200, + 348, + 214 + ], + "score": 1.0, + "content": "is the same across all environments (i.e. the mechanism),", + "type": "text" + }, + { + "bbox": [ + 348, + 201, + 394, + 213 + ], + "score": 0.93, + "content": "p ( y | x _ { d _ { S } } , e )", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 200, + 506, + 214 + ], + "score": 1.0, + "content": "is not the same across all", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 212, + 504, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 504, + 224 + ], + "score": 1.0, + "content": "environments (the shortcuts). While the mechanism is shared, it needs a highly non-linear decision", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 223, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 505, + 235 + ], + "score": 1.0, + "content": "boundary to classify the data. The shortcuts are not shared across environments, but provide a simple", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 233, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 246 + ], + "score": 1.0, + "content": "way to classify the data, even when pooling all the environments together. See Figure 5 for a concrete", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 164, + 258 + ], + "score": 1.0, + "content": "example with", + "type": "text" + }, + { + "bbox": [ + 165, + 245, + 180, + 255 + ], + "score": 0.9, + "content": "d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 245, + 199, + 258 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 200, + 245, + 212, + 255 + ], + "score": 0.87, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 245, + 358, + 258 + ], + "score": 1.0, + "content": "equal to 2, and two environments (", + "type": "text" + }, + { + "bbox": [ + 358, + 245, + 367, + 254 + ], + "score": 0.63, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 245, + 386, + 258 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 386, + 245, + 396, + 255 + ], + "score": 0.77, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 245, + 469, + 258 + ], + "score": 1.0, + "content": "). The spirals (on", + "type": "text" + }, + { + "bbox": [ + 470, + 245, + 485, + 256 + ], + "score": 0.84, + "content": "d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 245, + 506, + 258 + ], + "score": 1.0, + "content": ") are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 255, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 286, + 268 + ], + "score": 1.0, + "content": "invariant but hard to model. The shortcuts (on", + "type": "text" + }, + { + "bbox": [ + 286, + 256, + 299, + 267 + ], + "score": 0.8, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 255, + 506, + 268 + ], + "score": 1.0, + "content": ") are simple blobs but different in every environment:", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 267, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 117, + 279 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 117, + 267, + 125, + 276 + ], + "score": 0.71, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 267, + 363, + 279 + ], + "score": 1.0, + "content": ", linearly separable through a vertical decision boundary, in", + "type": "text" + }, + { + "bbox": [ + 363, + 267, + 372, + 276 + ], + "score": 0.78, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 267, + 506, + 279 + ], + "score": 1.0, + "content": "with a horizontal one. If the two", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "score": 1.0, + "content": "environments are pooled, a new diagonal decision boundary emerges on the shortcut dimensions as", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 288, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 427, + 301 + ], + "score": 1.0, + "content": "the most ‘natural’ one. While this perfectly classifies data in both environments", + "type": "text" + }, + { + "bbox": [ + 428, + 289, + 436, + 298 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 288, + 454, + 301 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 455, + 289, + 464, + 299 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 288, + 505, + 301 + ], + "score": 1.0, + "content": ", critically", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 349, + 312 + ], + "score": 1.0, + "content": "it would have not been found by training on either partition", + "type": "text" + }, + { + "bbox": [ + 350, + 300, + 358, + 309 + ], + "score": 0.54, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 299, + 371, + 312 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 371, + 300, + 380, + 309 + ], + "score": 0.66, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "alone. The out-of-distribution", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 309, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 104, + 309, + 506, + 324 + ], + "score": 1.0, + "content": "(o.o.d.) test data has the same mechanism but random shortcuts. Therefore, any method relying", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 322, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 506, + 333 + ], + "score": 1.0, + "content": "exclusively on the shortcuts will have chance-level o.o.d. performance. Details about the dataset,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 333, + 338, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 338, + 345 + ], + "score": 1.0, + "content": "baselines, and training curves are reported in appendix B.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 350, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 361 + ], + "score": 1.0, + "content": "Despite the apparent simplicity of this dataset, note that it is challenging to find the invariant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 360, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 372 + ], + "score": 1.0, + "content": "mechanism. In high dimensions, even with tens of pooled environments, the shortcuts allow for a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "simple classification rule under almost every classical definition of ‘simple’: the boundary is linear, it", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 383, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 394 + ], + "score": 1.0, + "content": "has a large margin, it can be expressed with small weights, it is fast to learn, robust to input noise,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "and has perfect accuracy and no i.i.d. generalization gap. Finding the complex decision boundary of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 404, + 471, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 404, + 471, + 416 + ], + "score": 1.0, + "content": "the spirals, instead, is a fiddly process and arguably a much slower path towards small loss.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 106, + 422, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 505, + 435 + ], + "score": 1.0, + "content": "Baselines. We evaluate several domain-agnostic baselines (all multilayer perceptrons) with some", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 433, + 506, + 445 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 445 + ], + "score": 1.0, + "content": "of the most common regularizers used in deep learning — Dropout, L1, L2, Batch normalization.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "We also consider methods that explicitly make use of the environment labels, namely: (i) Domain", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 455, + 504, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 504, + 467 + ], + "score": 1.0, + "content": "Adversarial Neural Networks (DANN) (Ganin et al., 2016), a method specifically designed to address", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "domain adaptation by obfuscating domain information with an adversarial classifier; (ii) Invariant", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 477, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 490 + ], + "score": 1.0, + "content": "Risk Minimization (IRM) (Arjovsky et al., 2019), discussed in detail in appendix B. The AND-mask", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 488, + 308, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 308, + 499 + ], + "score": 1.0, + "content": "is trained with the same configurations in Table 1.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 506, + 325, + 626 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 327, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 327, + 519 + ], + "score": 1.0, + "content": "Results. Fig. 6 shows training and test accuracy.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 515, + 326, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 326, + 529 + ], + "score": 1.0, + "content": "DANN fails because it can align the representation-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 527, + 325, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 325, + 540 + ], + "score": 1.0, + "content": "layer distributions from different environments using", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 539, + 324, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 324, + 550 + ], + "score": 1.0, + "content": "only shortcuts, such that they become indistinguishable", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 549, + 325, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 325, + 561 + ], + "score": 1.0, + "content": "to the domain-discriminating classifier. The AND-mask", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 326, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 326, + 573 + ], + "score": 1.0, + "content": "was the only method to achieve perfect test accuracy,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 571, + 326, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 326, + 583 + ], + "score": 1.0, + "content": "by fitting the spirals instead of the shortcuts. In par-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 582, + 325, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 325, + 593 + ], + "score": 1.0, + "content": "ticular, the combination of the AND-mask with L1 or", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 593, + 326, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 326, + 605 + ], + "score": 1.0, + "content": "L2 regularization gave the most robust results overall,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 604, + 325, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 325, + 616 + ], + "score": 1.0, + "content": "as they help suppress neurons that at initialization are", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 615, + 220, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 220, + 626 + ], + "score": 1.0, + "content": "tuned towards the shortcuts.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 39 + }, + { + "type": "image", + "bbox": [ + 340, + 506, + 493, + 608 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 340, + 506, + 493, + 608 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 340, + 506, + 493, + 608 + ], + "spans": [ + { + "bbox": [ + 340, + 506, + 493, + 608 + ], + "score": 0.967, + "type": "image", + "image_path": "1e0e4467ccc660e2ea7f279aa37ed5069560e29245353b3bd2c3a0696908dec2.jpg" + } + ] + } + ], + "index": 40.0, + "virtual_lines": [ + { + "bbox": [ + 340, + 506, + 493, + 557.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 340, + 557.0, + 493, + 608.0 + ], + "spans": [], + "index": 44 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 343, + 612, + 493, + 622 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 341, + 609, + 496, + 624 + ], + "spans": [ + { + "bbox": [ + 341, + 609, + 496, + 624 + ], + "score": 1.0, + "content": "Figure 6: Results on the synthetic dataset.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + } + ], + "index": 43.0 + }, + { + "type": "text", + "bbox": [ + 106, + 633, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 507, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 507, + 646 + ], + "score": 1.0, + "content": "Correlations between average, memorization and generalization gradients. Due to the syn-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "thetic nature of the dataset, we can intervene on its data-generating process in order to examine", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "the learning signals coming from the mechanisms and from the shortcuts. We isolate the two and", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "measure their contribution to the average gradients, as we vary the agreement threshold of the", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "mask. More precisely, we look at the gradients computed with respect to the weights of a ran-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "domly initialized network for different sets of data: (i) The original data, with mechanisms and", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "shortcuts. (ii) Randomly permuting the dataset over the mechanisms dimensions, thus leaving the", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "“memorization” signal of the shortcuts. (iii) Randomly permuting over the shortcuts dimensions,", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "isolating the “generalization” signal of the mechanisms alone. Figure 7 shows the correlation be-", + "type": "text" + } + ], + "index": 55 + } + ], + "index": 51 + } + ], + "page_idx": 5, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 309, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 310, + 762 + ], + "score": 1.0, + "content": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 132, + 81, + 479, + 128 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 132, + 81, + 479, + 128 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 132, + 81, + 479, + 128 + ], + "spans": [ + { + "bbox": [ + 132, + 81, + 479, + 128 + ], + "score": 0.958, + "type": "image", + "image_path": "2c6666a00d98e65f93e0f8cfc43ecdc82f29522ed1a9935aadd3b95f63205d2e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 132, + 81, + 479, + 96.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 132, + 96.66666666666667, + 479, + 112.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 132, + 112.33333333333334, + 479, + 128.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 136, + 504, + 157 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 136, + 505, + 147 + ], + "spans": [ + { + "bbox": [ + 106, + 136, + 505, + 147 + ], + "score": 1.0, + "content": "Figure 5: A 4-dimensional instantiation of the synthetic memorization dataset for visualization. Every example", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 145, + 492, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 145, + 492, + 158 + ], + "score": 1.0, + "content": "is a dot in both circles, and it can be classified by finding either of the “oracle” decision boundaries shown.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 108, + 172, + 311, + 183 + ], + "lines": [ + { + "bbox": [ + 105, + 172, + 313, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 172, + 313, + 184 + ], + "score": 1.0, + "content": "3.1 THE SYNTHETIC MEMORIZATION DATASET", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 190, + 505, + 344 + ], + "lines": [ + { + "bbox": [ + 105, + 187, + 504, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 378, + 204 + ], + "score": 1.0, + "content": "We introduce a binary classification task. The input dimensionality is", + "type": "text" + }, + { + "bbox": [ + 378, + 190, + 433, + 201 + ], + "score": 0.91, + "content": "d = d _ { M } + d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 187, + 464, + 204 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 464, + 190, + 504, + 202 + ], + "score": 0.91, + "content": "p ( y | x _ { d _ { M } } )", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 200, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 104, + 200, + 348, + 214 + ], + "score": 1.0, + "content": "is the same across all environments (i.e. the mechanism),", + "type": "text" + }, + { + "bbox": [ + 348, + 201, + 394, + 213 + ], + "score": 0.93, + "content": "p ( y | x _ { d _ { S } } , e )", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 200, + 506, + 214 + ], + "score": 1.0, + "content": "is not the same across all", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 212, + 504, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 212, + 504, + 224 + ], + "score": 1.0, + "content": "environments (the shortcuts). While the mechanism is shared, it needs a highly non-linear decision", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 223, + 505, + 235 + ], + "spans": [ + { + "bbox": [ + 106, + 223, + 505, + 235 + ], + "score": 1.0, + "content": "boundary to classify the data. The shortcuts are not shared across environments, but provide a simple", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 233, + 505, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 233, + 505, + 246 + ], + "score": 1.0, + "content": "way to classify the data, even when pooling all the environments together. See Figure 5 for a concrete", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 245, + 506, + 258 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 164, + 258 + ], + "score": 1.0, + "content": "example with", + "type": "text" + }, + { + "bbox": [ + 165, + 245, + 180, + 255 + ], + "score": 0.9, + "content": "d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 245, + 199, + 258 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 200, + 245, + 212, + 255 + ], + "score": 0.87, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 212, + 245, + 358, + 258 + ], + "score": 1.0, + "content": "equal to 2, and two environments (", + "type": "text" + }, + { + "bbox": [ + 358, + 245, + 367, + 254 + ], + "score": 0.63, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 245, + 386, + 258 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 386, + 245, + 396, + 255 + ], + "score": 0.77, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 396, + 245, + 469, + 258 + ], + "score": 1.0, + "content": "). The spirals (on", + "type": "text" + }, + { + "bbox": [ + 470, + 245, + 485, + 256 + ], + "score": 0.84, + "content": "d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 245, + 506, + 258 + ], + "score": 1.0, + "content": ") are", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 255, + 506, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 286, + 268 + ], + "score": 1.0, + "content": "invariant but hard to model. The shortcuts (on", + "type": "text" + }, + { + "bbox": [ + 286, + 256, + 299, + 267 + ], + "score": 0.8, + "content": "d _ { S }", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 255, + 506, + 268 + ], + "score": 1.0, + "content": ") are simple blobs but different in every environment:", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 267, + 506, + 279 + ], + "spans": [ + { + "bbox": [ + 106, + 267, + 117, + 279 + ], + "score": 1.0, + "content": "in", + "type": "text" + }, + { + "bbox": [ + 117, + 267, + 125, + 276 + ], + "score": 0.71, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 267, + 363, + 279 + ], + "score": 1.0, + "content": ", linearly separable through a vertical decision boundary, in", + "type": "text" + }, + { + "bbox": [ + 363, + 267, + 372, + 276 + ], + "score": 0.78, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 373, + 267, + 506, + 279 + ], + "score": 1.0, + "content": "with a horizontal one. If the two", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 277, + 506, + 290 + ], + "score": 1.0, + "content": "environments are pooled, a new diagonal decision boundary emerges on the shortcut dimensions as", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 288, + 505, + 301 + ], + "spans": [ + { + "bbox": [ + 105, + 288, + 427, + 301 + ], + "score": 1.0, + "content": "the most ‘natural’ one. While this perfectly classifies data in both environments", + "type": "text" + }, + { + "bbox": [ + 428, + 289, + 436, + 298 + ], + "score": 0.76, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 288, + 454, + 301 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 455, + 289, + 464, + 299 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 288, + 505, + 301 + ], + "score": 1.0, + "content": ", critically", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 299, + 505, + 312 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 349, + 312 + ], + "score": 1.0, + "content": "it would have not been found by training on either partition", + "type": "text" + }, + { + "bbox": [ + 350, + 300, + 358, + 309 + ], + "score": 0.54, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 299, + 371, + 312 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 371, + 300, + 380, + 309 + ], + "score": 0.66, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 299, + 505, + 312 + ], + "score": 1.0, + "content": "alone. The out-of-distribution", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 104, + 309, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 104, + 309, + 506, + 324 + ], + "score": 1.0, + "content": "(o.o.d.) test data has the same mechanism but random shortcuts. Therefore, any method relying", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 322, + 506, + 333 + ], + "spans": [ + { + "bbox": [ + 106, + 322, + 506, + 333 + ], + "score": 1.0, + "content": "exclusively on the shortcuts will have chance-level o.o.d. performance. Details about the dataset,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 333, + 338, + 345 + ], + "spans": [ + { + "bbox": [ + 106, + 333, + 338, + 345 + ], + "score": 1.0, + "content": "baselines, and training curves are reported in appendix B.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12.5, + "bbox_fs": [ + 104, + 187, + 506, + 345 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 349, + 505, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 350, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 350, + 505, + 361 + ], + "score": 1.0, + "content": "Despite the apparent simplicity of this dataset, note that it is challenging to find the invariant", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 360, + 506, + 372 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 372 + ], + "score": 1.0, + "content": "mechanism. In high dimensions, even with tens of pooled environments, the shortcuts allow for a", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 384 + ], + "score": 1.0, + "content": "simple classification rule under almost every classical definition of ‘simple’: the boundary is linear, it", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 383, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 506, + 394 + ], + "score": 1.0, + "content": "has a large margin, it can be expressed with small weights, it is fast to learn, robust to input noise,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 393, + 506, + 406 + ], + "score": 1.0, + "content": "and has perfect accuracy and no i.i.d. generalization gap. Finding the complex decision boundary of", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 404, + 471, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 404, + 471, + 416 + ], + "score": 1.0, + "content": "the spirals, instead, is a fiddly process and arguably a much slower path towards small loss.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 350, + 506, + 416 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 422, + 505, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 421, + 505, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 505, + 435 + ], + "score": 1.0, + "content": "Baselines. We evaluate several domain-agnostic baselines (all multilayer perceptrons) with some", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 433, + 506, + 445 + ], + "spans": [ + { + "bbox": [ + 106, + 433, + 506, + 445 + ], + "score": 1.0, + "content": "of the most common regularizers used in deep learning — Dropout, L1, L2, Batch normalization.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 443, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 456 + ], + "score": 1.0, + "content": "We also consider methods that explicitly make use of the environment labels, namely: (i) Domain", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 455, + 504, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 504, + 467 + ], + "score": 1.0, + "content": "Adversarial Neural Networks (DANN) (Ganin et al., 2016), a method specifically designed to address", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "domain adaptation by obfuscating domain information with an adversarial classifier; (ii) Invariant", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 477, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 105, + 477, + 506, + 490 + ], + "score": 1.0, + "content": "Risk Minimization (IRM) (Arjovsky et al., 2019), discussed in detail in appendix B. The AND-mask", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 488, + 308, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 488, + 308, + 499 + ], + "score": 1.0, + "content": "is trained with the same configurations in Table 1.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 421, + 506, + 499 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 506, + 325, + 626 + ], + "lines": [ + { + "bbox": [ + 105, + 504, + 327, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 504, + 327, + 519 + ], + "score": 1.0, + "content": "Results. Fig. 6 shows training and test accuracy.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 515, + 326, + 529 + ], + "spans": [ + { + "bbox": [ + 105, + 515, + 326, + 529 + ], + "score": 1.0, + "content": "DANN fails because it can align the representation-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 527, + 325, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 325, + 540 + ], + "score": 1.0, + "content": "layer distributions from different environments using", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 539, + 324, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 539, + 324, + 550 + ], + "score": 1.0, + "content": "only shortcuts, such that they become indistinguishable", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 549, + 325, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 325, + 561 + ], + "score": 1.0, + "content": "to the domain-discriminating classifier. The AND-mask", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 326, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 326, + 573 + ], + "score": 1.0, + "content": "was the only method to achieve perfect test accuracy,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 571, + 326, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 571, + 326, + 583 + ], + "score": 1.0, + "content": "by fitting the spirals instead of the shortcuts. In par-", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 582, + 325, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 325, + 593 + ], + "score": 1.0, + "content": "ticular, the combination of the AND-mask with L1 or", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 593, + 326, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 593, + 326, + 605 + ], + "score": 1.0, + "content": "L2 regularization gave the most robust results overall,", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 604, + 325, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 325, + 616 + ], + "score": 1.0, + "content": "as they help suppress neurons that at initialization are", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 615, + 220, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 220, + 626 + ], + "score": 1.0, + "content": "tuned towards the shortcuts.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 504, + 327, + 626 + ] + }, + { + "type": "image", + "bbox": [ + 340, + 506, + 493, + 608 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 340, + 506, + 493, + 608 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 340, + 506, + 493, + 608 + ], + "spans": [ + { + "bbox": [ + 340, + 506, + 493, + 608 + ], + "score": 0.967, + "type": "image", + "image_path": "1e0e4467ccc660e2ea7f279aa37ed5069560e29245353b3bd2c3a0696908dec2.jpg" + } + ] + } + ], + "index": 40.0, + "virtual_lines": [ + { + "bbox": [ + 340, + 506, + 493, + 557.0 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 340, + 557.0, + 493, + 608.0 + ], + "spans": [], + "index": 44 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 343, + 612, + 493, + 622 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 341, + 609, + 496, + 624 + ], + "spans": [ + { + "bbox": [ + 341, + 609, + 496, + 624 + ], + "score": 1.0, + "content": "Figure 6: Results on the synthetic dataset.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 46 + } + ], + "index": 43.0 + }, + { + "type": "text", + "bbox": [ + 106, + 633, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 632, + 507, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 507, + 646 + ], + "score": 1.0, + "content": "Correlations between average, memorization and generalization gradients. Due to the syn-", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 505, + 656 + ], + "score": 1.0, + "content": "thetic nature of the dataset, we can intervene on its data-generating process in order to examine", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "the learning signals coming from the mechanisms and from the shortcuts. We isolate the two and", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "measure their contribution to the average gradients, as we vary the agreement threshold of the", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "mask. More precisely, we look at the gradients computed with respect to the weights of a ran-", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "domly initialized network for different sets of data: (i) The original data, with mechanisms and", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "shortcuts. (ii) Randomly permuting the dataset over the mechanisms dimensions, thus leaving the", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "“memorization” signal of the shortcuts. (iii) Randomly permuting over the shortcuts dimensions,", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 106, + 720, + 507, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 507, + 733 + ], + "score": 1.0, + "content": "isolating the “generalization” signal of the mechanisms alone. Figure 7 shows the correlation be-", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "tween the components of the original average gradient (i) and the shortcut gradients ((ii), dashed", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "line), and between the original average gradients and the mechanism gradients ((iii), solid line).", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 51, + "bbox_fs": [ + 104, + 632, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "tween the components of the original average gradient (i) and the shortcut gradients ((ii), dashed", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "line), and between the original average gradients and the mechanism gradients ((iii), solid line).", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 337, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 336, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 336, + 116 + ], + "score": 1.0, + "content": "While the signal from the mechanisms is present in the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 338, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 226, + 128 + ], + "score": 1.0, + "content": "original average gradients (i.e.", + "type": "text" + }, + { + "bbox": [ + 226, + 116, + 259, + 127 + ], + "score": 0.9, + "content": "\\rho \\approx 0 . 4", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 115, + 272, + 128 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 273, + 116, + 298, + 126 + ], + "score": 0.88, + "content": "\\tau = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 115, + 338, + 128 + ], + "score": 1.0, + "content": "), its mag-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 337, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 337, + 137 + ], + "score": 1.0, + "content": "nitude is smaller and it is ‘drowned’ by the memorization", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 337, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 337, + 148 + ], + "score": 1.0, + "content": "signal. Instead, increasing the threshold of the AND-mask", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 337, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 337, + 160 + ], + "score": 1.0, + "content": "(right side) suppresses memorization gradients due to the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 159, + 337, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 178, + 171 + ], + "score": 1.0, + "content": "shortcuts, and for", + "type": "text" + }, + { + "bbox": [ + 178, + 160, + 203, + 169 + ], + "score": 0.88, + "content": "\\tau \\approx 1", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 159, + 337, + 171 + ], + "score": 1.0, + "content": "most of the gradient components", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 337, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 337, + 181 + ], + "score": 1.0, + "content": "remaining contain signal from the mechanism. On the left", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 338, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 338, + 192 + ], + "score": 1.0, + "content": "side, we test the other side of our hypothesis: An XOR-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 337, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 337, + 204 + ], + "score": 1.0, + "content": "mask zeroes out consistent gradients, preserves those with", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 203, + 336, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 336, + 215 + ], + "score": 1.0, + "content": "different signs, and results in a sharper decrease of the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 213, + 276, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 276, + 226 + ], + "score": 1.0, + "content": "correlation with the mechanism gradients.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 7 + }, + { + "type": "image", + "bbox": [ + 348, + 114, + 499, + 201 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 348, + 114, + 499, + 201 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 348, + 114, + 499, + 201 + ], + "spans": [ + { + "bbox": [ + 348, + 114, + 499, + 201 + ], + "score": 0.965, + "type": "image", + "image_path": "f6c918dad9067762cd130aed6eaf781a1015531ba0a3e0f3f71834d439bdadd8.jpg" + } + ] + } + ], + "index": 13.5, + "virtual_lines": [ + { + "bbox": [ + 348, + 114, + 499, + 157.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 348, + 157.5, + 499, + 201.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 366, + 204, + 481, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 365, + 203, + 483, + 214 + ], + "spans": [ + { + "bbox": [ + 365, + 203, + 483, + 214 + ], + "score": 1.0, + "content": "Figure 7: Gradient correlations.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + } + ], + "index": 14.25 + }, + { + "type": "title", + "bbox": [ + 108, + 234, + 257, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 258, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 258, + 246 + ], + "score": 1.0, + "content": "3.2 EXPERIMENTS ON CIFAR-10", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 251, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 251, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 264 + ], + "score": 1.0, + "content": "Memorization in a vision task. Zhang et al. (2017) showed that neural networks trained with", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "score": 1.0, + "content": "standard regularizers — like L2 and Dropout — can still memorize large training datasets with", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 273, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 273, + 217, + 286 + ], + "score": 1.0, + "content": "shuffled labels, i.e. reaching", + "type": "text" + }, + { + "bbox": [ + 218, + 274, + 250, + 284 + ], + "score": 0.89, + "content": "\\approx 1 0 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 273, + 505, + 286 + ], + "score": 1.0, + "content": "training accuracy. Their experiments raised significant questions", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 283, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 505, + 298 + ], + "score": 1.0, + "content": "about the generalization properties of neural networks and the role of regularizers in constraining", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 295, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 505, + 308 + ], + "score": 1.0, + "content": "the hypothesis class. Our hypothesis is that ILC — for example implemented as the AND-mask", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "— should prevent memorization on a similar task with the shuffled labels, as gradients will tend to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "largely ‘disagree’ in the absence of a shared mechanism. However, when the labels are not shuffled,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 328, + 483, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 483, + 340 + ], + "score": 1.0, + "content": "ILC should have a much weaker effect, as real shared mechanisms are still present in the data.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5 + }, + { + "type": "text", + "bbox": [ + 106, + 345, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 345, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 505, + 357 + ], + "score": 1.0, + "content": "To test our hypothesis, we ran an experiment that closely resembles the one in (Zhang et al., 2017) on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "score": 1.0, + "content": "CIFAR-10. We trained a ResNet on CIFAR-10 with random labels, with and without the AND-mask.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "score": 1.0, + "content": "In all experiments we used batch size 80, and treated each example as its own “environment”. Recall", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "that standard gradient averaging is equivalent to an AND-mask with threshold 0. As shown in Figure", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 388, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 402 + ], + "score": 1.0, + "content": "8, the ResNet with standard average gradients memorized the data, while slightly increasing the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 399, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 414 + ], + "score": 1.0, + "content": "threshold for the AND-mask quickly prevented memorization (dark blue line). In contrast, training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "score": 1.0, + "content": "the same networks on the dataset with the original labels resulted in both of them converging and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "generalizing to the test set, confirming that the mask did not significantly affect the generalization", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 434, + 327, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 327, + 446 + ], + "score": 1.0, + "content": "error with a general underlying mechanism in the data.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 450, + 357, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 357, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 357, + 462 + ], + "score": 1.0, + "content": "Note that there is no standard notion of environments in CIFAR-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 460, + 357, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 357, + 473 + ], + "score": 1.0, + "content": "10, which is why we treated every example as coming from", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 473, + 357, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 357, + 483 + ], + "score": 1.0, + "content": "its own environment. This assumption is not unreasonable,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 483, + 358, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 358, + 494 + ], + "score": 1.0, + "content": "as every image in the dataset was literally collected in a dif-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 494, + 357, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 357, + 506 + ], + "score": 1.0, + "content": "ferent physical environment. If anything, it is the standard", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 505, + 357, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 357, + 516 + ], + "score": 1.0, + "content": "i.i.d. assumption that hides this variety behind a notion of a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 516, + 356, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 356, + 528 + ], + "score": 1.0, + "content": "single distribution encompassing all environments. The results", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 527, + 356, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 356, + 539 + ], + "score": 1.0, + "content": "of this experiment further support this interpretation, and can", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 537, + 356, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 356, + 550 + ], + "score": 1.0, + "content": "serve as evidence that — in some cases — we might be able", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 549, + 356, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 356, + 560 + ], + "score": 1.0, + "content": "to identify invariances even without an explicit partition into", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 560, + 357, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 357, + 570 + ], + "score": 1.0, + "content": "environments, as this can be already identified at the level of", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 570, + 192, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 192, + 583 + ], + "score": 1.0, + "content": "individual examples.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 39.5 + }, + { + "type": "image", + "bbox": [ + 365, + 450, + 501, + 522 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 365, + 450, + 501, + 522 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 365, + 450, + 501, + 522 + ], + "spans": [ + { + "bbox": [ + 365, + 450, + 501, + 522 + ], + "score": 0.959, + "type": "image", + "image_path": "f6190599675b973b7ae2e4d3afc55b69d7b084c707dcc9dcb178991769022b01.jpg" + } + ] + } + ], + "index": 46.5, + "virtual_lines": [ + { + "bbox": [ + 365, + 450, + 501, + 486.0 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 365, + 486.0, + 501, + 522.0 + ], + "spans": [], + "index": 47 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 539, + 505, + 570 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 539, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 363, + 539, + 505, + 550 + ], + "score": 1.0, + "content": "Figure 8: As the AND-mask threshold", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 363, + 550, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 363, + 550, + 505, + 559 + ], + "score": 1.0, + "content": "increases, memorization on CIFAR-10", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 363, + 559, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 363, + 559, + 505, + 570 + ], + "score": 1.0, + "content": "with random labels is quickly hindered.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49 + } + ], + "index": 47.75 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 358, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 358, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 358, + 602 + ], + "score": 1.0, + "content": "Label noise. Following up on this experiment, we test how", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 600, + 358, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 358, + 612 + ], + "score": 1.0, + "content": "the AND-mask performs in the presence of label noise, i.e. when", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 611, + 358, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 358, + 623 + ], + "score": 1.0, + "content": "a portion of the labels in the training set are randomly shuffled", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 622, + 359, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 109, + 634 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 110, + 622, + 129, + 633 + ], + "score": 0.87, + "content": "2 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 622, + 359, + 634 + ], + "score": 1.0, + "content": "here). According to our hypothesis, gradients computed", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 633, + 359, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 359, + 645 + ], + "score": 1.0, + "content": "on examples with random labels should disagree and get masked", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 644, + 359, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 359, + 655 + ], + "score": 1.0, + "content": "out by the AND-mask, while signal from correctly labeled data", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 655, + 360, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 360, + 667 + ], + "score": 1.0, + "content": "should contribute to update the model. As shown in Figure 9,", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 666, + 359, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 359, + 678 + ], + "score": 1.0, + "content": "the performance on the incorrectly labeled portion of the dataset", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 676, + 358, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 358, + 690 + ], + "score": 1.0, + "content": "is well below chance for the AND-mask (as it predicts correctly", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 688, + 358, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 358, + 700 + ], + "score": 1.0, + "content": "despite the wrong labels), while the baseline again memorizes", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 106, + 699, + 358, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 358, + 711 + ], + "score": 1.0, + "content": "the incorrect labels. On the test set (with untouched labels), the", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 106, + 710, + 358, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 358, + 722 + ], + "score": 1.0, + "content": "baseline peaks early then decreases as the model overfits, while", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 106, + 720, + 289, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 289, + 734 + ], + "score": 1.0, + "content": "the AND-mask slowly but steadily improves.", + "type": "text" + } + ], + "index": 63 + } + ], + "index": 57 + }, + { + "type": "image", + "bbox": [ + 369, + 588, + 502, + 663 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 369, + 588, + 502, + 663 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 369, + 588, + 502, + 663 + ], + "spans": [ + { + "bbox": [ + 369, + 588, + 502, + 663 + ], + "score": 0.962, + "type": "image", + "image_path": "cd69c7bf4b0dcb56f492eb009b3fe37088a338122999723f978315d05295eae2.jpg" + } + ] + } + ], + "index": 64.5, + "virtual_lines": [ + { + "bbox": [ + 369, + 588, + 502, + 625.5 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 369, + 625.5, + 502, + 663.0 + ], + "spans": [], + "index": 65 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 365, + 677, + 505, + 718 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 365, + 677, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 365, + 677, + 505, + 688 + ], + "score": 1.0, + "content": "Figure 9: The AND-mask prevents", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 365, + 687, + 505, + 698 + ], + "spans": [ + { + "bbox": [ + 365, + 687, + 505, + 698 + ], + "score": 1.0, + "content": "overfitting to the incorrectly labeled", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 365, + 698, + 505, + 708 + ], + "spans": [ + { + "bbox": [ + 365, + 698, + 505, + 708 + ], + "score": 1.0, + "content": "portion of the training set (left) without", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 366, + 707, + 483, + 718 + ], + "spans": [ + { + "bbox": [ + 366, + 707, + 483, + 718 + ], + "score": 1.0, + "content": "hurting the test accuracy (right).", + "type": "text" + } + ], + "index": 69 + } + ], + "index": 67.5 + } + ], + "index": 66.0 + } + ], + "page_idx": 6, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 506, + 106 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 105, + 337, + 225 + ], + "lines": [ + { + "bbox": [ + 106, + 104, + 336, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 336, + 116 + ], + "score": 1.0, + "content": "While the signal from the mechanisms is present in the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 338, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 226, + 128 + ], + "score": 1.0, + "content": "original average gradients (i.e.", + "type": "text" + }, + { + "bbox": [ + 226, + 116, + 259, + 127 + ], + "score": 0.9, + "content": "\\rho \\approx 0 . 4", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 115, + 272, + 128 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 273, + 116, + 298, + 126 + ], + "score": 0.88, + "content": "\\tau = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 299, + 115, + 338, + 128 + ], + "score": 1.0, + "content": "), its mag-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 337, + 137 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 337, + 137 + ], + "score": 1.0, + "content": "nitude is smaller and it is ‘drowned’ by the memorization", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 137, + 337, + 148 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 337, + 148 + ], + "score": 1.0, + "content": "signal. Instead, increasing the threshold of the AND-mask", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 337, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 148, + 337, + 160 + ], + "score": 1.0, + "content": "(right side) suppresses memorization gradients due to the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 159, + 337, + 171 + ], + "spans": [ + { + "bbox": [ + 106, + 159, + 178, + 171 + ], + "score": 1.0, + "content": "shortcuts, and for", + "type": "text" + }, + { + "bbox": [ + 178, + 160, + 203, + 169 + ], + "score": 0.88, + "content": "\\tau \\approx 1", + "type": "inline_equation" + }, + { + "bbox": [ + 203, + 159, + 337, + 171 + ], + "score": 1.0, + "content": "most of the gradient components", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 337, + 181 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 337, + 181 + ], + "score": 1.0, + "content": "remaining contain signal from the mechanism. On the left", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 338, + 192 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 338, + 192 + ], + "score": 1.0, + "content": "side, we test the other side of our hypothesis: An XOR-", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 192, + 337, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 192, + 337, + 204 + ], + "score": 1.0, + "content": "mask zeroes out consistent gradients, preserves those with", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 203, + 336, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 336, + 215 + ], + "score": 1.0, + "content": "different signs, and results in a sharper decrease of the", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 213, + 276, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 276, + 226 + ], + "score": 1.0, + "content": "correlation with the mechanism gradients.", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 104, + 338, + 226 + ] + }, + { + "type": "image", + "bbox": [ + 348, + 114, + 499, + 201 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 348, + 114, + 499, + 201 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 348, + 114, + 499, + 201 + ], + "spans": [ + { + "bbox": [ + 348, + 114, + 499, + 201 + ], + "score": 0.965, + "type": "image", + "image_path": "f6c918dad9067762cd130aed6eaf781a1015531ba0a3e0f3f71834d439bdadd8.jpg" + } + ] + } + ], + "index": 13.5, + "virtual_lines": [ + { + "bbox": [ + 348, + 114, + 499, + 157.5 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 348, + 157.5, + 499, + 201.0 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 366, + 204, + 481, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 365, + 203, + 483, + 214 + ], + "spans": [ + { + "bbox": [ + 365, + 203, + 483, + 214 + ], + "score": 1.0, + "content": "Figure 7: Gradient correlations.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + } + ], + "index": 14.25 + }, + { + "type": "title", + "bbox": [ + 108, + 234, + 257, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 232, + 258, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 258, + 246 + ], + "score": 1.0, + "content": "3.2 EXPERIMENTS ON CIFAR-10", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 106, + 251, + 505, + 340 + ], + "lines": [ + { + "bbox": [ + 105, + 251, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 105, + 251, + 505, + 264 + ], + "score": 1.0, + "content": "Memorization in a vision task. Zhang et al. (2017) showed that neural networks trained with", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 106, + 263, + 505, + 275 + ], + "score": 1.0, + "content": "standard regularizers — like L2 and Dropout — can still memorize large training datasets with", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 273, + 505, + 286 + ], + "spans": [ + { + "bbox": [ + 106, + 273, + 217, + 286 + ], + "score": 1.0, + "content": "shuffled labels, i.e. reaching", + "type": "text" + }, + { + "bbox": [ + 218, + 274, + 250, + 284 + ], + "score": 0.89, + "content": "\\approx 1 0 0 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 250, + 273, + 505, + 286 + ], + "score": 1.0, + "content": "training accuracy. Their experiments raised significant questions", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 283, + 505, + 298 + ], + "spans": [ + { + "bbox": [ + 105, + 283, + 505, + 298 + ], + "score": 1.0, + "content": "about the generalization properties of neural networks and the role of regularizers in constraining", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 295, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 106, + 295, + 505, + 308 + ], + "score": 1.0, + "content": "the hypothesis class. Our hypothesis is that ILC — for example implemented as the AND-mask", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "— should prevent memorization on a similar task with the shuffled labels, as gradients will tend to", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 317, + 506, + 330 + ], + "score": 1.0, + "content": "largely ‘disagree’ in the absence of a shared mechanism. However, when the labels are not shuffled,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 328, + 483, + 340 + ], + "spans": [ + { + "bbox": [ + 105, + 328, + 483, + 340 + ], + "score": 1.0, + "content": "ILC should have a much weaker effect, as real shared mechanisms are still present in the data.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 251, + 506, + 340 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 345, + 505, + 444 + ], + "lines": [ + { + "bbox": [ + 106, + 345, + 505, + 357 + ], + "spans": [ + { + "bbox": [ + 106, + 345, + 505, + 357 + ], + "score": 1.0, + "content": "To test our hypothesis, we ran an experiment that closely resembles the one in (Zhang et al., 2017) on", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 506, + 368 + ], + "score": 1.0, + "content": "CIFAR-10. We trained a ResNet on CIFAR-10 with random labels, with and without the AND-mask.", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "spans": [ + { + "bbox": [ + 106, + 368, + 505, + 380 + ], + "score": 1.0, + "content": "In all experiments we used batch size 80, and treated each example as its own “environment”. Recall", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 505, + 391 + ], + "score": 1.0, + "content": "that standard gradient averaging is equivalent to an AND-mask with threshold 0. As shown in Figure", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 388, + 506, + 402 + ], + "spans": [ + { + "bbox": [ + 105, + 388, + 506, + 402 + ], + "score": 1.0, + "content": "8, the ResNet with standard average gradients memorized the data, while slightly increasing the", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 399, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 399, + 505, + 414 + ], + "score": 1.0, + "content": "threshold for the AND-mask quickly prevented memorization (dark blue line). In contrast, training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 505, + 424 + ], + "score": 1.0, + "content": "the same networks on the dataset with the original labels resulted in both of them converging and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 506, + 435 + ], + "score": 1.0, + "content": "generalizing to the test set, confirming that the mask did not significantly affect the generalization", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 434, + 327, + 446 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 327, + 446 + ], + "score": 1.0, + "content": "error with a general underlying mechanism in the data.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 29, + "bbox_fs": [ + 105, + 345, + 506, + 446 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 450, + 357, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 450, + 357, + 462 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 357, + 462 + ], + "score": 1.0, + "content": "Note that there is no standard notion of environments in CIFAR-", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 460, + 357, + 473 + ], + "spans": [ + { + "bbox": [ + 106, + 460, + 357, + 473 + ], + "score": 1.0, + "content": "10, which is why we treated every example as coming from", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 473, + 357, + 483 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 357, + 483 + ], + "score": 1.0, + "content": "its own environment. This assumption is not unreasonable,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 483, + 358, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 358, + 494 + ], + "score": 1.0, + "content": "as every image in the dataset was literally collected in a dif-", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 494, + 357, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 357, + 506 + ], + "score": 1.0, + "content": "ferent physical environment. If anything, it is the standard", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 505, + 357, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 357, + 516 + ], + "score": 1.0, + "content": "i.i.d. assumption that hides this variety behind a notion of a", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 516, + 356, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 356, + 528 + ], + "score": 1.0, + "content": "single distribution encompassing all environments. The results", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 527, + 356, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 356, + 539 + ], + "score": 1.0, + "content": "of this experiment further support this interpretation, and can", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 537, + 356, + 550 + ], + "spans": [ + { + "bbox": [ + 105, + 537, + 356, + 550 + ], + "score": 1.0, + "content": "serve as evidence that — in some cases — we might be able", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 549, + 356, + 560 + ], + "spans": [ + { + "bbox": [ + 106, + 549, + 356, + 560 + ], + "score": 1.0, + "content": "to identify invariances even without an explicit partition into", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 560, + 357, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 357, + 570 + ], + "score": 1.0, + "content": "environments, as this can be already identified at the level of", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 570, + 192, + 583 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 192, + 583 + ], + "score": 1.0, + "content": "individual examples.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 39.5, + "bbox_fs": [ + 105, + 450, + 358, + 583 + ] + }, + { + "type": "image", + "bbox": [ + 365, + 450, + 501, + 522 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 365, + 450, + 501, + 522 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 365, + 450, + 501, + 522 + ], + "spans": [ + { + "bbox": [ + 365, + 450, + 501, + 522 + ], + "score": 0.959, + "type": "image", + "image_path": "f6190599675b973b7ae2e4d3afc55b69d7b084c707dcc9dcb178991769022b01.jpg" + } + ] + } + ], + "index": 46.5, + "virtual_lines": [ + { + "bbox": [ + 365, + 450, + 501, + 486.0 + ], + "spans": [], + "index": 46 + }, + { + "bbox": [ + 365, + 486.0, + 501, + 522.0 + ], + "spans": [], + "index": 47 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 363, + 539, + 505, + 570 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 363, + 539, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 363, + 539, + 505, + 550 + ], + "score": 1.0, + "content": "Figure 8: As the AND-mask threshold", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 363, + 550, + 505, + 559 + ], + "spans": [ + { + "bbox": [ + 363, + 550, + 505, + 559 + ], + "score": 1.0, + "content": "increases, memorization on CIFAR-10", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 363, + 559, + 505, + 570 + ], + "spans": [ + { + "bbox": [ + 363, + 559, + 505, + 570 + ], + "score": 1.0, + "content": "with random labels is quickly hindered.", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 49 + } + ], + "index": 47.75 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 358, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 588, + 358, + 602 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 358, + 602 + ], + "score": 1.0, + "content": "Label noise. Following up on this experiment, we test how", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 600, + 358, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 358, + 612 + ], + "score": 1.0, + "content": "the AND-mask performs in the presence of label noise, i.e. when", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 611, + 358, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 358, + 623 + ], + "score": 1.0, + "content": "a portion of the labels in the training set are randomly shuffled", + "type": "text" + } + ], + "index": 53 + }, + { + "bbox": [ + 106, + 622, + 359, + 634 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 109, + 634 + ], + "score": 0.0, + "content": "", + "type": "text" + }, + { + "bbox": [ + 110, + 622, + 129, + 633 + ], + "score": 0.87, + "content": "2 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 622, + 359, + 634 + ], + "score": 1.0, + "content": "here). According to our hypothesis, gradients computed", + "type": "text" + } + ], + "index": 54 + }, + { + "bbox": [ + 105, + 633, + 359, + 645 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 359, + 645 + ], + "score": 1.0, + "content": "on examples with random labels should disagree and get masked", + "type": "text" + } + ], + "index": 55 + }, + { + "bbox": [ + 106, + 644, + 359, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 359, + 655 + ], + "score": 1.0, + "content": "out by the AND-mask, while signal from correctly labeled data", + "type": "text" + } + ], + "index": 56 + }, + { + "bbox": [ + 106, + 655, + 360, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 360, + 667 + ], + "score": 1.0, + "content": "should contribute to update the model. As shown in Figure 9,", + "type": "text" + } + ], + "index": 57 + }, + { + "bbox": [ + 106, + 666, + 359, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 359, + 678 + ], + "score": 1.0, + "content": "the performance on the incorrectly labeled portion of the dataset", + "type": "text" + } + ], + "index": 58 + }, + { + "bbox": [ + 105, + 676, + 358, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 358, + 690 + ], + "score": 1.0, + "content": "is well below chance for the AND-mask (as it predicts correctly", + "type": "text" + } + ], + "index": 59 + }, + { + "bbox": [ + 106, + 688, + 358, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 358, + 700 + ], + "score": 1.0, + "content": "despite the wrong labels), while the baseline again memorizes", + "type": "text" + } + ], + "index": 60 + }, + { + "bbox": [ + 106, + 699, + 358, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 358, + 711 + ], + "score": 1.0, + "content": "the incorrect labels. On the test set (with untouched labels), the", + "type": "text" + } + ], + "index": 61 + }, + { + "bbox": [ + 106, + 710, + 358, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 358, + 722 + ], + "score": 1.0, + "content": "baseline peaks early then decreases as the model overfits, while", + "type": "text" + } + ], + "index": 62 + }, + { + "bbox": [ + 106, + 720, + 289, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 289, + 734 + ], + "score": 1.0, + "content": "the AND-mask slowly but steadily improves.", + "type": "text" + } + ], + "index": 63 + } + ], + "index": 57, + "bbox_fs": [ + 105, + 588, + 360, + 734 + ] + }, + { + "type": "image", + "bbox": [ + 369, + 588, + 502, + 663 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 369, + 588, + 502, + 663 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 369, + 588, + 502, + 663 + ], + "spans": [ + { + "bbox": [ + 369, + 588, + 502, + 663 + ], + "score": 0.962, + "type": "image", + "image_path": "cd69c7bf4b0dcb56f492eb009b3fe37088a338122999723f978315d05295eae2.jpg" + } + ] + } + ], + "index": 64.5, + "virtual_lines": [ + { + "bbox": [ + 369, + 588, + 502, + 625.5 + ], + "spans": [], + "index": 64 + }, + { + "bbox": [ + 369, + 625.5, + 502, + 663.0 + ], + "spans": [], + "index": 65 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 365, + 677, + 505, + 718 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 365, + 677, + 505, + 688 + ], + "spans": [ + { + "bbox": [ + 365, + 677, + 505, + 688 + ], + "score": 1.0, + "content": "Figure 9: The AND-mask prevents", + "type": "text" + } + ], + "index": 66 + }, + { + "bbox": [ + 365, + 687, + 505, + 698 + ], + "spans": [ + { + "bbox": [ + 365, + 687, + 505, + 698 + ], + "score": 1.0, + "content": "overfitting to the incorrectly labeled", + "type": "text" + } + ], + "index": 67 + }, + { + "bbox": [ + 365, + 698, + 505, + 708 + ], + "spans": [ + { + "bbox": [ + 365, + 698, + 505, + 708 + ], + "score": 1.0, + "content": "portion of the training set (left) without", + "type": "text" + } + ], + "index": 68 + }, + { + "bbox": [ + 366, + 707, + 483, + 718 + ], + "spans": [ + { + "bbox": [ + 366, + 707, + 483, + 718 + ], + "score": 1.0, + "content": "hurting the test accuracy (right).", + "type": "text" + } + ], + "index": 69 + } + ], + "index": 67.5 + } + ], + "index": 66.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 109, + 82, + 291, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 292, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 292, + 95 + ], + "score": 1.0, + "content": "3.3 BEHAVIORAL CLONING ON COINRUN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 104, + 505, + 246 + ], + "lines": [ + { + "bbox": [ + 106, + 103, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 103, + 506, + 116 + ], + "score": 1.0, + "content": "CoinRun (Cobbe et al., 2019b) is a game introduced to test how RL agents generalize to novel", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "situations. The agent needs to collect coins, jumping on top of walls and boxes and avoiding", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 124, + 507, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 124, + 507, + 140 + ], + "score": 1.0, + "content": "enemies.9 Each level is procedurally generated — i.e. it has a different combination of sprites,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "background, and layout — but the physics and goals are invariant. Cobbe et al. (2019b) showed that", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "state-of-the-art RL algorithms fail to model these invariant mechanisms, performing poorly on new", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 156, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 104, + 156, + 505, + 173 + ], + "score": 1.0, + "content": "levels unless trained on thousands of them. To test our hypothesis, we set up a behavioral cloning", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 168, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 361, + 183 + ], + "score": 1.0, + "content": "task using CoinRun.10 We start by pre-training a strong policy", + "type": "text" + }, + { + "bbox": [ + 362, + 170, + 374, + 180 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 168, + 506, + 183 + ], + "score": 1.0, + "content": "using standard PPO (Schulman", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 180, + 506, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 506, + 193 + ], + "score": 1.0, + "content": "et al., 2017) for 400M steps on the full distribution of levels. We then generate a dataset of pairs", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 107, + 191, + 156, + 203 + ], + "score": 0.9, + "content": "( s , \\pi ^ { * } ( a | s ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "from the on-policy distribution. The training data consists of 1000 states from each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 201, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 368, + 215 + ], + "score": 1.0, + "content": "of 64 levels, while test data comes from 2000 levels. A ResNet-", + "type": "text" + }, + { + "bbox": [ + 368, + 203, + 392, + 213 + ], + "score": 0.54, + "content": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 201, + 506, + 215 + ], + "score": 1.0, + "content": "is then trained to minimize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 140, + 226 + ], + "score": 1.0, + "content": "the loss", + "type": "text" + }, + { + "bbox": [ + 141, + 213, + 196, + 226 + ], + "score": 0.93, + "content": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "on the training set. We compare the generalization performance of regular", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "score": 1.0, + "content": "Adam to a version that uses the AND-mask. For each method we ran an automatic hyperparameter", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 236, + 507, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 507, + 248 + ], + "score": 1.0, + "content": "optimization study using Tree-structured Parzen Estimation (Bergstra et al., 2013) of 1024 trials.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 247, + 408, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 246, + 409, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 409, + 259 + ], + "score": 1.0, + "content": "Despite the theoretical computational efficiency of computing the AND-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 258, + 409, + 270 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 409, + 270 + ], + "score": 1.0, + "content": "mask as presented in Section 2.3 (i.e., linear time and memory in the size of", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 268, + 408, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 408, + 281 + ], + "score": 1.0, + "content": "the mini-batch, just like classic SGD), current deep learning frameworks like", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 279, + 408, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 408, + 291 + ], + "score": 1.0, + "content": "PyTorch (Paszke et al., 2017) have optimized routines that sum gradients", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 290, + 408, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 408, + 303 + ], + "score": 1.0, + "content": "across examples in a mini-batch before it is possible to efficiently compute", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 300, + 410, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 410, + 314 + ], + "score": 1.0, + "content": "the AND-mask. We therefore test the AND-mask in a slightly different way.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 312, + 408, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 408, + 324 + ], + "score": 1.0, + "content": "In training, in each iteration we sample a batch of data from a randomly", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 323, + 408, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 408, + 335 + ], + "score": 1.0, + "content": "chosen level out of the 64 available (and cycle through them all once per", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 334, + 408, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 408, + 347 + ], + "score": 1.0, + "content": "epoch). We then apply the AND-mask ‘temporally’, only allowing gradients", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 408, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 408, + 357 + ], + "score": 1.0, + "content": "that are consistent across time (and therefore across levels). See Algorithm", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 356, + 408, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 408, + 367 + ], + "score": 1.0, + "content": "1 in appendix B.6 for a detailed description of this alternative formulation", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 367, + 408, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 408, + 379 + ], + "score": 1.0, + "content": "of the AND-mask. The figure shows the minimum test loss for the 10 best", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 378, + 409, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 409, + 391 + ], + "score": 1.0, + "content": "runs, supporting the hypothesis that the AND-mask helps identify invariant", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 390, + 249, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 249, + 400 + ], + "score": 1.0, + "content": "mechanisms across different levels.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 20.5 + }, + { + "type": "image", + "bbox": [ + 420, + 256, + 498, + 398 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 420, + 256, + 498, + 398 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "spans": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "score": 0.932, + "type": "image", + "image_path": "f98c901e8f6899d5e94e32da3effe7ac6f1e48a2f2b95afa4d08c00b4e8b8a48.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 108, + 415, + 211, + 428 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 213, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 213, + 430 + ], + "score": 1.0, + "content": "4 RELATED WORK", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 505, + 502 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "Generalization and covariate shift. The classic formulation of statistical learning theory (Vapnik)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 447, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 459 + ], + "score": 1.0, + "content": "concerns learning from independent and identically distributed samples. The case where the distribu-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 506, + 471 + ], + "score": 1.0, + "content": "tion of the covariates at test time differs from the one observed during training is termed covariate", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "shift (Sugiyama et al., 2007; Quionero-Candela et al., 2009; Sugiyama and Kawanabe, 2012). Stan-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 479, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 493 + ], + "score": 1.0, + "content": "dard solutions involve re-weighting of the training examples, but require the additional assumption of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 492, + 315, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 315, + 503 + ], + "score": 1.0, + "content": "overlapping supports for train and test distributions.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 502, + 505, + 600 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 506, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 516 + ], + "score": 1.0, + "content": "Causal models and invariances. As we mentioned in the Introduction, causality provides a strong", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "motivation for our work, based on the notion that statistical dependencies are epiphenomena of an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 524, + 504, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 504, + 535 + ], + "score": 1.0, + "content": "underlying causal model (Pearl, 2009; Peters et al., 2017). The causal description identifies stable", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "elements – e.g. physical mechanisms – connecting causes and effects, which are expected to remain", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 546, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 506, + 559 + ], + "score": 1.0, + "content": "invariant under interventions or changing external conditions (Haavelmo, 1943; Schölkopf et al.,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 555, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 569 + ], + "score": 1.0, + "content": "2012)). This motivates our notion of invariant mechanisms, and inspired related notions which have", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 567, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 505, + 581 + ], + "score": 1.0, + "content": "been proposed for robust regression (Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; Arjovsky", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "et al., 2019; Hermann and Lampinen, 2020; Ahuja et al., 2020; Krueger et al., 2020). We discuss this", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 590, + 233, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 233, + 601 + ], + "score": 1.0, + "content": "in more detail in appendix C.1.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 655 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Domain generalization. ILC can be used in a setting of domain generalization (Muandet et al., 2013),", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "but it is not limited to it: as demonstrated in the experiments in Section 3.2, the AND-mask can be", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "applied even if domain labels are not available. In contrast, by treating every example as a single", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "domain, methods relying on domain classifiers (like DANN Ganin et al. (2016) or Balaji et al. (2018))", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 645, + 484, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 389, + 657 + ], + "score": 1.0, + "content": "would require as many output units as there are training examples (i.e.", + "type": "text" + }, + { + "bbox": [ + 389, + 645, + 419, + 655 + ], + "score": 0.86, + "content": "5 0 \\mathrm { ^ { \\circ } 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 645, + 484, + 657 + ], + "score": 1.0, + "content": "for CIFAR-10).", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47 + }, + { + "type": "text", + "bbox": [ + 108, + 656, + 504, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "Gradient agreement. Looking at gradient agreement to learn meaningful representations in neural", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "networks has been explored in (Du et al., 2018; Eshratifar et al., 2018; Fort et al., 2019; Zhang et al.,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "2019b). These approaches mainly rely on a measure of cosine similarity between gradients, which", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 51 + } + ], + "page_idx": 7, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 700, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 118, + 698, + 348, + 714 + ], + "spans": [ + { + "bbox": [ + 118, + 698, + 348, + 714 + ], + "score": 1.0, + "content": "9See Figure 17 in appendix B.6 for a visualization of the game.", + "type": "text" + } + ] + }, + { + "bbox": [ + 115, + 708, + 506, + 725 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 506, + 725 + ], + "score": 1.0, + "content": "10To obtain a robust evaluation, we preferred to approach behavioral cloning instead of the full RL problem, as", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 721, + 504, + 733 + ], + "score": 1.0, + "content": "it is a standard supervised learning task and has substantially fewer moving parts than most deep RL algorithms.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "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": "title", + "bbox": [ + 109, + 82, + 291, + 93 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 292, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 292, + 95 + ], + "score": 1.0, + "content": "3.3 BEHAVIORAL CLONING ON COINRUN", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 104, + 505, + 246 + ], + "lines": [ + { + "bbox": [ + 106, + 103, + 506, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 103, + 506, + 116 + ], + "score": 1.0, + "content": "CoinRun (Cobbe et al., 2019b) is a game introduced to test how RL agents generalize to novel", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "situations. The agent needs to collect coins, jumping on top of walls and boxes and avoiding", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 124, + 507, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 124, + 507, + 140 + ], + "score": 1.0, + "content": "enemies.9 Each level is procedurally generated — i.e. it has a different combination of sprites,", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 106, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "background, and layout — but the physics and goals are invariant. Cobbe et al. (2019b) showed that", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 161 + ], + "score": 1.0, + "content": "state-of-the-art RL algorithms fail to model these invariant mechanisms, performing poorly on new", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 156, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 104, + 156, + 505, + 173 + ], + "score": 1.0, + "content": "levels unless trained on thousands of them. To test our hypothesis, we set up a behavioral cloning", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 168, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 168, + 361, + 183 + ], + "score": 1.0, + "content": "task using CoinRun.10 We start by pre-training a strong policy", + "type": "text" + }, + { + "bbox": [ + 362, + 170, + 374, + 180 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 168, + 506, + 183 + ], + "score": 1.0, + "content": "using standard PPO (Schulman", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 180, + 506, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 506, + 193 + ], + "score": 1.0, + "content": "et al., 2017) for 400M steps on the full distribution of levels. We then generate a dataset of pairs", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 107, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 107, + 191, + 156, + 203 + ], + "score": 0.9, + "content": "( s , \\pi ^ { * } ( a | s ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 156, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "from the on-policy distribution. The training data consists of 1000 states from each", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 201, + 506, + 215 + ], + "spans": [ + { + "bbox": [ + 105, + 201, + 368, + 215 + ], + "score": 1.0, + "content": "of 64 levels, while test data comes from 2000 levels. A ResNet-", + "type": "text" + }, + { + "bbox": [ + 368, + 203, + 392, + 213 + ], + "score": 0.54, + "content": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }", + "type": "inline_equation" + }, + { + "bbox": [ + 392, + 201, + 506, + 215 + ], + "score": 1.0, + "content": "is then trained to minimize", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 213, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 140, + 226 + ], + "score": 1.0, + "content": "the loss", + "type": "text" + }, + { + "bbox": [ + 141, + 213, + 196, + 226 + ], + "score": 0.93, + "content": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 196, + 213, + 506, + 226 + ], + "score": 1.0, + "content": "on the training set. We compare the generalization performance of regular", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 223, + 506, + 237 + ], + "score": 1.0, + "content": "Adam to a version that uses the AND-mask. For each method we ran an automatic hyperparameter", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 236, + 507, + 248 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 507, + 248 + ], + "score": 1.0, + "content": "optimization study using Tree-structured Parzen Estimation (Bergstra et al., 2013) of 1024 trials.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 7, + "bbox_fs": [ + 104, + 103, + 507, + 248 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 247, + 408, + 399 + ], + "lines": [ + { + "bbox": [ + 106, + 246, + 409, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 246, + 409, + 259 + ], + "score": 1.0, + "content": "Despite the theoretical computational efficiency of computing the AND-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 258, + 409, + 270 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 409, + 270 + ], + "score": 1.0, + "content": "mask as presented in Section 2.3 (i.e., linear time and memory in the size of", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 268, + 408, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 268, + 408, + 281 + ], + "score": 1.0, + "content": "the mini-batch, just like classic SGD), current deep learning frameworks like", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 279, + 408, + 291 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 408, + 291 + ], + "score": 1.0, + "content": "PyTorch (Paszke et al., 2017) have optimized routines that sum gradients", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 290, + 408, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 290, + 408, + 303 + ], + "score": 1.0, + "content": "across examples in a mini-batch before it is possible to efficiently compute", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 300, + 410, + 314 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 410, + 314 + ], + "score": 1.0, + "content": "the AND-mask. We therefore test the AND-mask in a slightly different way.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 312, + 408, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 408, + 324 + ], + "score": 1.0, + "content": "In training, in each iteration we sample a batch of data from a randomly", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 323, + 408, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 323, + 408, + 335 + ], + "score": 1.0, + "content": "chosen level out of the 64 available (and cycle through them all once per", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 334, + 408, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 408, + 347 + ], + "score": 1.0, + "content": "epoch). We then apply the AND-mask ‘temporally’, only allowing gradients", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 345, + 408, + 357 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 408, + 357 + ], + "score": 1.0, + "content": "that are consistent across time (and therefore across levels). See Algorithm", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 356, + 408, + 367 + ], + "spans": [ + { + "bbox": [ + 106, + 356, + 408, + 367 + ], + "score": 1.0, + "content": "1 in appendix B.6 for a detailed description of this alternative formulation", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 367, + 408, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 408, + 379 + ], + "score": 1.0, + "content": "of the AND-mask. The figure shows the minimum test loss for the 10 best", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 378, + 409, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 378, + 409, + 391 + ], + "score": 1.0, + "content": "runs, supporting the hypothesis that the AND-mask helps identify invariant", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 390, + 249, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 249, + 400 + ], + "score": 1.0, + "content": "mechanisms across different levels.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 246, + 410, + 400 + ] + }, + { + "type": "image", + "bbox": [ + 420, + 256, + 498, + 398 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 420, + 256, + 498, + 398 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "spans": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "score": 0.932, + "type": "image", + "image_path": "f98c901e8f6899d5e94e32da3effe7ac6f1e48a2f2b95afa4d08c00b4e8b8a48.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 420, + 256, + 498, + 398 + ], + "spans": [], + "index": 28 + } + ] + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 108, + 415, + 211, + 428 + ], + "lines": [ + { + "bbox": [ + 105, + 414, + 213, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 414, + 213, + 430 + ], + "score": 1.0, + "content": "4 RELATED WORK", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 107, + 436, + 505, + 502 + ], + "lines": [ + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 435, + 506, + 448 + ], + "score": 1.0, + "content": "Generalization and covariate shift. The classic formulation of statistical learning theory (Vapnik)", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 447, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 459 + ], + "score": 1.0, + "content": "concerns learning from independent and identically distributed samples. The case where the distribu-", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 457, + 506, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 506, + 471 + ], + "score": 1.0, + "content": "tion of the covariates at test time differs from the one observed during training is termed covariate", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 106, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "shift (Sugiyama et al., 2007; Quionero-Candela et al., 2009; Sugiyama and Kawanabe, 2012). Stan-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 479, + 506, + 493 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 506, + 493 + ], + "score": 1.0, + "content": "dard solutions involve re-weighting of the training examples, but require the additional assumption of", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 492, + 315, + 503 + ], + "spans": [ + { + "bbox": [ + 106, + 492, + 315, + 503 + ], + "score": 1.0, + "content": "overlapping supports for train and test distributions.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 435, + 506, + 503 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 502, + 505, + 600 + ], + "lines": [ + { + "bbox": [ + 105, + 500, + 506, + 516 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 516 + ], + "score": 1.0, + "content": "Causal models and invariances. As we mentioned in the Introduction, causality provides a strong", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 505, + 525 + ], + "score": 1.0, + "content": "motivation for our work, based on the notion that statistical dependencies are epiphenomena of an", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 524, + 504, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 504, + 535 + ], + "score": 1.0, + "content": "underlying causal model (Pearl, 2009; Peters et al., 2017). The causal description identifies stable", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 505, + 547 + ], + "score": 1.0, + "content": "elements – e.g. physical mechanisms – connecting causes and effects, which are expected to remain", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 546, + 506, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 546, + 506, + 559 + ], + "score": 1.0, + "content": "invariant under interventions or changing external conditions (Haavelmo, 1943; Schölkopf et al.,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 555, + 506, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 506, + 569 + ], + "score": 1.0, + "content": "2012)). This motivates our notion of invariant mechanisms, and inspired related notions which have", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 567, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 567, + 505, + 581 + ], + "score": 1.0, + "content": "been proposed for robust regression (Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; Arjovsky", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 505, + 591 + ], + "score": 1.0, + "content": "et al., 2019; Hermann and Lampinen, 2020; Ahuja et al., 2020; Krueger et al., 2020). We discuss this", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 590, + 233, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 590, + 233, + 601 + ], + "score": 1.0, + "content": "in more detail in appendix C.1.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 40, + "bbox_fs": [ + 105, + 500, + 506, + 601 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 655 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 506, + 612 + ], + "score": 1.0, + "content": "Domain generalization. ILC can be used in a setting of domain generalization (Muandet et al., 2013),", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 505, + 623 + ], + "score": 1.0, + "content": "but it is not limited to it: as demonstrated in the experiments in Section 3.2, the AND-mask can be", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "applied even if domain labels are not available. In contrast, by treating every example as a single", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 632, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 646 + ], + "score": 1.0, + "content": "domain, methods relying on domain classifiers (like DANN Ganin et al. (2016) or Balaji et al. (2018))", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 645, + 484, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 645, + 389, + 657 + ], + "score": 1.0, + "content": "would require as many output units as there are training examples (i.e.", + "type": "text" + }, + { + "bbox": [ + 389, + 645, + 419, + 655 + ], + "score": 0.86, + "content": "5 0 \\mathrm { ^ { \\circ } 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 645, + 484, + 657 + ], + "score": 1.0, + "content": "for CIFAR-10).", + "type": "text" + } + ], + "index": 49 + } + ], + "index": 47, + "bbox_fs": [ + 105, + 600, + 506, + 657 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 656, + 504, + 689 + ], + "lines": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "Gradient agreement. Looking at gradient agreement to learn meaningful representations in neural", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "networks has been explored in (Du et al., 2018; Eshratifar et al., 2018; Fort et al., 2019; Zhang et al.,", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 677, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 506, + 690 + ], + "score": 1.0, + "content": "2019b). These approaches mainly rely on a measure of cosine similarity between gradients, which", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "score": 1.0, + "content": "we did not consider here for two main reasons:", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 301, + 83, + 312, + 94 + ], + "score": 0.35, + "content": "( i )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 313, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "It is a ‘global’ property of the gradients, and it", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 471, + 105 + ], + "score": 1.0, + "content": "would not allow us to extract precise information about different patterns in the network;", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 472, + 94, + 486, + 105 + ], + "score": 0.3, + "content": "( i i )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 486, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "It is", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "unclear how to extend it beyond pairs of vectors, and for pairwise interactions its computational cost", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 304, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 304, + 127 + ], + "score": 1.0, + "content": "scales quadratic in the number of examples used.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 51, + "bbox_fs": [ + 106, + 655, + 506, + 690 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 126 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 301, + 95 + ], + "score": 1.0, + "content": "we did not consider here for two main reasons:", + "type": "text" + }, + { + "bbox": [ + 301, + 83, + 312, + 94 + ], + "score": 0.35, + "content": "( i )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "It is a ‘global’ property of the gradients, and it", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 471, + 105 + ], + "score": 1.0, + "content": "would not allow us to extract precise information about different patterns in the network;", + "type": "text" + }, + { + "bbox": [ + 472, + 94, + 486, + 105 + ], + "score": 0.3, + "content": "( i i )", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 94, + 505, + 105 + ], + "score": 1.0, + "content": "It is", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "unclear how to extend it beyond pairs of vectors, and for pairwise interactions its computational cost", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 115, + 304, + 127 + ], + "spans": [ + { + "bbox": [ + 106, + 115, + 304, + 127 + ], + "score": 1.0, + "content": "scales quadratic in the number of examples used.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 108, + 138, + 201, + 151 + ], + "lines": [ + { + "bbox": [ + 104, + 136, + 203, + 154 + ], + "spans": [ + { + "bbox": [ + 104, + 136, + 203, + 154 + ], + "score": 1.0, + "content": "5 CONCLUSIONS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 162, + 505, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 507, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 507, + 175 + ], + "score": 1.0, + "content": "Generalizing out of distribution is one of the most significant open challenges in machine learning,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 172, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 506, + 185 + ], + "score": 1.0, + "content": "and relying on invariances across environments or examples may be key in certain contexts. In", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "this paper we analyzed how neural networks trained by averaging gradients across examples might", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "score": 1.0, + "content": "converge to solutions that ignore the invariances, especially if these are harder to learn than spurious", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 218 + ], + "score": 1.0, + "content": "patterns. We argued that if learning signals are collected on one example at the time — as it is the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "case for gradients, e.g., computed with backpropagation — the way these signals are aggregated", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 227, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 505, + 240 + ], + "score": 1.0, + "content": "can play a significant role in the patterns that will ultimately be expressed: Averaging gradients in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 308, + 250 + ], + "score": 1.0, + "content": "particular can be too permissive, acting as a logical", + "type": "text" + }, + { + "bbox": [ + 309, + 239, + 323, + 248 + ], + "score": 0.39, + "content": "O R", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "of a collection of distinct patterns, and lead to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 248, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 104, + 248, + 506, + 263 + ], + "score": 1.0, + "content": "a ‘patchwork’ solution. We introduced and formalized the concept of Invariant Learning Consistency,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "score": 1.0, + "content": "and showed how to learn invariances even in the face of alternative explanations that — although", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "spurious — fulfill most characteristics of a good solution. The AND-mask is but one of multiple", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 282, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 506, + 295 + ], + "score": 1.0, + "content": "possible ways to improve consistency, and it is unlikely to be a practical algorithm for all applications.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "However, we believe this should not distract from the general idea which we are trying to put forward", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "— namely, that it is worthwhile to study learning of explanations that are hard to vary, with the longer", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 460, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 460, + 327 + ], + "score": 1.0, + "content": "term goal of advancing our understanding of learning, memorization and generalization.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12 + }, + { + "type": "title", + "bbox": [ + 108, + 344, + 218, + 356 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 220, + 359 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 220, + 359 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 369, + 505, + 424 + ], + "lines": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "We wish to thank Sebastian Gomez, Luca Biggio, Julius von Kügelgen, Paolo Penna, Ioannis", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "Anagno, Ricards Marcinkevics, Sidak Pal Singh, Damien Teney for feedback on the manuscript, and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "score": 1.0, + "content": "thank Nando de Freitas for fruitful discussions in the early stage of this project. We also thank the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "score": 1.0, + "content": "Max Planck ETH Center for Learning Systems for supporting Giambattista Parascandolo, and the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 412, + 502, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 502, + 426 + ], + "score": 1.0, + "content": "International Max Planck Research School for Intelligent Systems for supporting Alexander Neitz.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23 + }, + { + "type": "title", + "bbox": [ + 108, + 442, + 175, + 454 + ], + "lines": [ + { + "bbox": [ + 106, + 443, + 176, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 176, + 455 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 105, + 461, + 507, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "score": 1.0, + "content": "L. Adolphs, J. Kohler, and A. Lucchi. Ellipsoidal trust region methods and the marginal value of", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "hessian information for neural network training. arXiv preprint arXiv:1905.09201 (version 1),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 482, + 142, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 142, + 496 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 505, + 507, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 507, + 518 + ], + "score": 1.0, + "content": "K. Ahuja, K. Shanmugam, K. R. Varshney, and A. Dhurandhar. Invariant risk minimization games.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 526, + 507, + 541 + ], + "spans": [ + { + "bbox": [ + 115, + 526, + 507, + 541 + ], + "score": 1.0, + "content": "2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 145–155.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 536, + 484, + 551 + ], + "spans": [ + { + "bbox": [ + 115, + 536, + 484, + 551 + ], + "score": 1.0, + "content": "PMLR, 2020. URL http://proceedings.mlr.press/v119/ahuja20a.html.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 558, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 572 + ], + "score": 1.0, + "content": "T. Ando, C.-K. Li, and R. Mathias. Geometric means. Linear algebra and its applications, 385:", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 569, + 181, + 581 + ], + "spans": [ + { + "bbox": [ + 115, + 569, + 181, + 581 + ], + "score": 1.0, + "content": "305–334, 2004.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "score": 1.0, + "content": "M. Arjovsky, L. Bottou, I. Gulrajani, and D. Lopez-Paz. Invariant risk minimization. arXiv preprint", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 601, + 219, + 614 + ], + "spans": [ + { + "bbox": [ + 116, + 601, + 219, + 614 + ], + "score": 1.0, + "content": "arXiv:1907.02893, 2019.", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 622, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 637 + ], + "score": 1.0, + "content": "Y. Balaji, S. Sankaranarayanan, and R. Chellappa. Metareg: Towards domain generalization using", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 115, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "meta-regularization. In S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 644, + 506, + 659 + ], + "spans": [ + { + "bbox": [ + 114, + 644, + 506, + 659 + ], + "score": 1.0, + "content": "and R. Garnett, editors, Advances in Neural Information Processing Systems 31: Annual Conference", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 115, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "on Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "Canada, pages 1006–1016, 2018. URL https://proceedings.neurips.cc/paper/", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 678, + 457, + 689 + ], + "spans": [ + { + "bbox": [ + 116, + 678, + 457, + 689 + ], + "score": 1.0, + "content": "2018/hash/647bba344396e7c8170902bcf2e15551-Abstract.html.", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "S. Becker, Y. Le Cun, et al. Improving the convergence of back-propagation learning with second", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "order methods. In Proceedings of the 1988 connectionist models summer school, pages 29–37,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 719, + 142, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 719, + 142, + 733 + ], + "score": 1.0, + "content": "1988.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 36.5 + } + ], + "page_idx": 8, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published 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": [ + 107, + 82, + 505, + 126 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 127 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 138, + 201, + 151 + ], + "lines": [ + { + "bbox": [ + 104, + 136, + 203, + 154 + ], + "spans": [ + { + "bbox": [ + 104, + 136, + 203, + 154 + ], + "score": 1.0, + "content": "5 CONCLUSIONS", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 162, + 505, + 326 + ], + "lines": [ + { + "bbox": [ + 105, + 159, + 507, + 175 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 507, + 175 + ], + "score": 1.0, + "content": "Generalizing out of distribution is one of the most significant open challenges in machine learning,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 172, + 506, + 185 + ], + "spans": [ + { + "bbox": [ + 106, + 172, + 506, + 185 + ], + "score": 1.0, + "content": "and relying on invariances across environments or examples may be key in certain contexts. In", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 183, + 505, + 196 + ], + "score": 1.0, + "content": "this paper we analyzed how neural networks trained by averaging gradients across examples might", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "spans": [ + { + "bbox": [ + 106, + 194, + 505, + 207 + ], + "score": 1.0, + "content": "converge to solutions that ignore the invariances, especially if these are harder to learn than spurious", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 205, + 506, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 506, + 218 + ], + "score": 1.0, + "content": "patterns. We argued that if learning signals are collected on one example at the time — as it is the", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "spans": [ + { + "bbox": [ + 106, + 217, + 505, + 229 + ], + "score": 1.0, + "content": "case for gradients, e.g., computed with backpropagation — the way these signals are aggregated", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 227, + 505, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 505, + 240 + ], + "score": 1.0, + "content": "can play a significant role in the patterns that will ultimately be expressed: Averaging gradients in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 238, + 506, + 250 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 308, + 250 + ], + "score": 1.0, + "content": "particular can be too permissive, acting as a logical", + "type": "text" + }, + { + "bbox": [ + 309, + 239, + 323, + 248 + ], + "score": 0.39, + "content": "O R", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 238, + 506, + 250 + ], + "score": 1.0, + "content": "of a collection of distinct patterns, and lead to", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 248, + 506, + 263 + ], + "spans": [ + { + "bbox": [ + 104, + 248, + 506, + 263 + ], + "score": 1.0, + "content": "a ‘patchwork’ solution. We introduced and formalized the concept of Invariant Learning Consistency,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 272 + ], + "score": 1.0, + "content": "and showed how to learn invariances even in the face of alternative explanations that — although", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 505, + 284 + ], + "score": 1.0, + "content": "spurious — fulfill most characteristics of a good solution. The AND-mask is but one of multiple", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 282, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 506, + 295 + ], + "score": 1.0, + "content": "possible ways to improve consistency, and it is unlikely to be a practical algorithm for all applications.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 506, + 306 + ], + "score": 1.0, + "content": "However, we believe this should not distract from the general idea which we are trying to put forward", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 303, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 506, + 317 + ], + "score": 1.0, + "content": "— namely, that it is worthwhile to study learning of explanations that are hard to vary, with the longer", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 315, + 460, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 315, + 460, + 327 + ], + "score": 1.0, + "content": "term goal of advancing our understanding of learning, memorization and generalization.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 12, + "bbox_fs": [ + 104, + 159, + 507, + 327 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 344, + 218, + 356 + ], + "lines": [ + { + "bbox": [ + 106, + 343, + 220, + 359 + ], + "spans": [ + { + "bbox": [ + 106, + 343, + 220, + 359 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "text", + "bbox": [ + 107, + 369, + 505, + 424 + ], + "lines": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 505, + 381 + ], + "score": 1.0, + "content": "We wish to thank Sebastian Gomez, Luca Biggio, Julius von Kügelgen, Paolo Penna, Ioannis", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 380, + 505, + 392 + ], + "score": 1.0, + "content": "Anagno, Ricards Marcinkevics, Sidak Pal Singh, Damien Teney for feedback on the manuscript, and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 390, + 505, + 404 + ], + "score": 1.0, + "content": "thank Nando de Freitas for fruitful discussions in the early stage of this project. We also thank the", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 415 + ], + "score": 1.0, + "content": "Max Planck ETH Center for Learning Systems for supporting Giambattista Parascandolo, and the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 412, + 502, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 502, + 426 + ], + "score": 1.0, + "content": "International Max Planck Research School for Intelligent Systems for supporting Alexander Neitz.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 369, + 505, + 426 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 442, + 175, + 454 + ], + "lines": [ + { + "bbox": [ + 106, + 443, + 176, + 455 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 176, + 455 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "list", + "bbox": [ + 105, + 461, + 507, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "score": 1.0, + "content": "L. Adolphs, J. Kohler, and A. Lucchi. Ellipsoidal trust region methods and the marginal value of", + "type": "text" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 473, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 115, + 473, + 506, + 486 + ], + "score": 1.0, + "content": "hessian information for neural network training. arXiv preprint arXiv:1905.09201 (version 1),", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 482, + 142, + 496 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 142, + 496 + ], + "score": 1.0, + "content": "2019.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 505, + 507, + 518 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 507, + 518 + ], + "score": 1.0, + "content": "K. Ahuja, K. Shanmugam, K. R. Varshney, and A. Dhurandhar. Invariant risk minimization games.", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 515, + 506, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 515, + 506, + 529 + ], + "score": 1.0, + "content": "In Proceedings of the 37th International Conference on Machine Learning, ICML 2020, 13-18 July", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 526, + 507, + 541 + ], + "spans": [ + { + "bbox": [ + 115, + 526, + 507, + 541 + ], + "score": 1.0, + "content": "2020, Virtual Event, volume 119 of Proceedings of Machine Learning Research, pages 145–155.", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 536, + 484, + 551 + ], + "spans": [ + { + "bbox": [ + 115, + 536, + 484, + 551 + ], + "score": 1.0, + "content": "PMLR, 2020. URL http://proceedings.mlr.press/v119/ahuja20a.html.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 558, + 506, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 572 + ], + "score": 1.0, + "content": "T. Ando, C.-K. Li, and R. Mathias. Geometric means. Linear algebra and its applications, 385:", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 569, + 181, + 581 + ], + "spans": [ + { + "bbox": [ + 115, + 569, + 181, + 581 + ], + "score": 1.0, + "content": "305–334, 2004.", + "type": "text" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 506, + 605 + ], + "score": 1.0, + "content": "M. Arjovsky, L. Bottou, I. Gulrajani, and D. Lopez-Paz. Invariant risk minimization. arXiv preprint", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 601, + 219, + 614 + ], + "spans": [ + { + "bbox": [ + 116, + 601, + 219, + 614 + ], + "score": 1.0, + "content": "arXiv:1907.02893, 2019.", + "type": "text" + } + ], + "index": 37, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 622, + 505, + 637 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 637 + ], + "score": 1.0, + "content": "Y. Balaji, S. Sankaranarayanan, and R. Chellappa. Metareg: Towards domain generalization using", + "type": "text" + } + ], + "index": 38, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 633, + 506, + 646 + ], + "spans": [ + { + "bbox": [ + 115, + 633, + 506, + 646 + ], + "score": 1.0, + "content": "meta-regularization. In S. Bengio, H. M. Wallach, H. Larochelle, K. Grauman, N. Cesa-Bianchi,", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 644, + 506, + 659 + ], + "spans": [ + { + "bbox": [ + 114, + 644, + 506, + 659 + ], + "score": 1.0, + "content": "and R. Garnett, editors, Advances in Neural Information Processing Systems 31: Annual Conference", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 115, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "on Neural Information Processing Systems 2018, NeurIPS 2018, December 3-8, 2018, Montréal,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 115, + 666, + 506, + 680 + ], + "score": 1.0, + "content": "Canada, pages 1006–1016, 2018. URL https://proceedings.neurips.cc/paper/", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 678, + 457, + 689 + ], + "spans": [ + { + "bbox": [ + 116, + 678, + 457, + 689 + ], + "score": 1.0, + "content": "2018/hash/647bba344396e7c8170902bcf2e15551-Abstract.html.", + "type": "text" + } + ], + "index": 43, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "S. Becker, Y. Le Cun, et al. Improving the convergence of back-propagation learning with second", + "type": "text" + } + ], + "index": 44, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 709, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 709, + 506, + 722 + ], + "score": 1.0, + "content": "order methods. In Proceedings of the 1988 connectionist models summer school, pages 29–37,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 719, + 142, + 733 + ], + "spans": [ + { + "bbox": [ + 115, + 719, + 142, + 733 + ], + "score": 1.0, + "content": "1988.", + "type": "text" + } + ], + "index": 46, + "is_list_end_line": true + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 461, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "J. Bergstra, D. Yamins, and D. D. Cox. Making a science of model search: Hyperparameter", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "optimization in hundreds of dimensions for vision architectures. In Proceedings of the 30th", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 115, + 507, + 128 + ], + "spans": [ + { + "bbox": [ + 116, + 115, + 507, + 128 + ], + "score": 1.0, + "content": "volume 28 of JMLR Workshop and Conference Proceedings, pages 115–123. JMLR.org, 2013.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 126, + 431, + 139 + ], + "spans": [ + { + "bbox": [ + 115, + 126, + 431, + 139 + ], + "score": 1.0, + "content": "URL http://proceedings.mlr.press/v28/bergstra13.html.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 108, + 145, + 503, + 168 + ], + "lines": [ + { + "bbox": [ + 105, + 144, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 505, + 159 + ], + "score": 1.0, + "content": "L. Bottou, F. E. Curtis, and J. Nocedal. Optimization methods for large-scale machine learning. Siam", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 156, + 238, + 168 + ], + "spans": [ + { + "bbox": [ + 115, + 156, + 238, + 168 + ], + "score": 1.0, + "content": "Review, 60(2):223–311, 2018.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 107, + 175, + 505, + 231 + ], + "lines": [ + { + "bbox": [ + 106, + 175, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 175, + 505, + 187 + ], + "score": 1.0, + "content": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 116, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 208, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 506, + 221 + ], + "score": 1.0, + "content": "volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019a. URL", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 220, + 396, + 232 + ], + "spans": [ + { + "bbox": [ + 116, + 220, + 396, + 232 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v97/cobbe19a.html.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 238, + 506, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "score": 1.0, + "content": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 116, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 260, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 116, + 260, + 506, + 273 + ], + "score": 1.0, + "content": "Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 116, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019b. URL", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 282, + 396, + 295 + ], + "spans": [ + { + "bbox": [ + 115, + 282, + 396, + 295 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v97/cobbe19a.html.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 106, + 301, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "K. Cobbe, C. Hesse, J. Hilton, and J. Schulman. Leveraging procedural generation to benchmark", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 311, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 506, + 326 + ], + "score": 1.0, + "content": "reinforcement learning. In Proceedings of the 37th International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 115, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Re-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 334, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 334, + 506, + 348 + ], + "score": 1.0, + "content": "search, pages 2048–2056. PMLR, 2020. URL http://proceedings.mlr.press/v119/", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 345, + 199, + 357 + ], + "spans": [ + { + "bbox": [ + 116, + 345, + 199, + 357 + ], + "score": 1.0, + "content": "cobbe20a.html.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 106, + 364, + 503, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 505, + 378 + ], + "score": 1.0, + "content": "G. Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of control,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 376, + 285, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 376, + 285, + 388 + ], + "score": 1.0, + "content": "signals and systems, 2(4):303–314, 1989.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 394, + 497, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 500, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 500, + 408 + ], + "score": 1.0, + "content": "D. Deutsch. The beginning of infinity: Explanations that transform the world. Penguin UK, 2011.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "Y. Du, W. M. Czarnecki, S. M. Jayakumar, R. Pascanu, and B. Lakshminarayanan. Adapting auxiliary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 424, + 408, + 437 + ], + "spans": [ + { + "bbox": [ + 115, + 424, + 408, + 437 + ], + "score": 1.0, + "content": "losses using gradient similarity. arXiv preprint arXiv:1812.02224, 2018.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 443, + 504, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "A. E. Eshratifar, D. Eigen, and M. Pedram. Gradient agreement as an optimization objective for", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 455, + 340, + 467 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 340, + 467 + ], + "score": 1.0, + "content": "meta-learning. arXiv preprint arXiv:1810.08178, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "S. Fort, P. K. Nowak, and S. Narayanan. Stiffness: A new perspective on generalization in neural", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 485, + 322, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 485, + 322, + 497 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1901.09491, 2019.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 106, + 504, + 506, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "Y. Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. Marchand, and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 514, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 505, + 529 + ], + "score": 1.0, + "content": "V. Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 117, + 527, + 256, + 537 + ], + "spans": [ + { + "bbox": [ + 117, + 527, + 256, + 537 + ], + "score": 1.0, + "content": "Research, 17(1):2096–2030, 2016.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 545, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 558 + ], + "score": 1.0, + "content": "T. Haavelmo. The statistical implications of a system of simultaneous equations. Econometrica, 11", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 114, + 556, + 159, + 568 + ], + "spans": [ + { + "bbox": [ + 114, + 556, + 159, + 568 + ], + "score": 1.0, + "content": "(1), 1943.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 106, + 575, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 506, + 588 + ], + "score": 1.0, + "content": "C. Heinze-Deml and N. Meinshausen. Conditional variance penalties and domain shift robustness.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 586, + 279, + 598 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 279, + 598 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.11469, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 106, + 605, + 506, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "C. Heinze-Deml, J. Peters, and N. Meinshausen. Invariant causal prediction for nonlinear models.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 617, + 279, + 628 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 279, + 628 + ], + "score": 1.0, + "content": "Journal of Causal Inference, 6(2), 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 107, + 635, + 506, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 634, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 506, + 649 + ], + "score": 1.0, + "content": "K. L. Hermann and A. K. Lampinen. What shapes feature representations? exploring", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 646, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 115, + 646, + 506, + 658 + ], + "score": 1.0, + "content": "datasets, architectures, and training. In H. Larochelle, M. Ranzato, R. Hadsell, M. Bal-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 657, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 115, + 657, + 506, + 670 + ], + "score": 1.0, + "content": "can, and H. Lin, editors, Advances in Neural Information Processing Systems 33: Annual", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6-12,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 678, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 506, + 692 + ], + "score": 1.0, + "content": "2020, virtual, 2020. URL https://proceedings.neurips.cc/paper/2020/hash/", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 691, + 397, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 397, + 702 + ], + "score": 1.0, + "content": "71e9c6620d381d60196ebe694840aaaa-Abstract.html.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42.5 + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "K. D. Hoover. The logic of causal inference: Econometrics and the conditional analysis of causation.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 115, + 720, + 307, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 307, + 732 + ], + "score": 1.0, + "content": "Economics & Philosophy, 6(2):207–234, 1990.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5 + } + ], + "page_idx": 9, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": "10", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "J. Bergstra, D. Yamins, and D. D. Cox. Making a science of model search: Hyperparameter", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "optimization in hundreds of dimensions for vision architectures. In Proceedings of the 30th", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 115, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 115, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, ICML 2013, Atlanta, GA, USA, 16-21 June 2013,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 116, + 115, + 507, + 128 + ], + "spans": [ + { + "bbox": [ + 116, + 115, + 507, + 128 + ], + "score": 1.0, + "content": "volume 28 of JMLR Workshop and Conference Proceedings, pages 115–123. JMLR.org, 2013.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 126, + 431, + 139 + ], + "spans": [ + { + "bbox": [ + 115, + 126, + 431, + 139 + ], + "score": 1.0, + "content": "URL http://proceedings.mlr.press/v28/bergstra13.html.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 82, + 507, + 139 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 145, + 503, + 168 + ], + "lines": [ + { + "bbox": [ + 105, + 144, + 505, + 159 + ], + "spans": [ + { + "bbox": [ + 105, + 144, + 505, + 159 + ], + "score": 1.0, + "content": "L. Bottou, F. E. Curtis, and J. Nocedal. Optimization methods for large-scale machine learning. Siam", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 156, + 238, + 168 + ], + "spans": [ + { + "bbox": [ + 115, + 156, + 238, + 168 + ], + "score": 1.0, + "content": "Review, 60(2):223–311, 2018.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 144, + 505, + 168 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 175, + 505, + 231 + ], + "lines": [ + { + "bbox": [ + 106, + 175, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 106, + 175, + 505, + 187 + ], + "score": 1.0, + "content": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 116, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 116, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 116, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 208, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 115, + 208, + 506, + 221 + ], + "score": 1.0, + "content": "volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019a. URL", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 116, + 220, + 396, + 232 + ], + "spans": [ + { + "bbox": [ + 116, + 220, + 396, + 232 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v97/cobbe19a.html.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9, + "bbox_fs": [ + 106, + 175, + 506, + 232 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 238, + 506, + 294 + ], + "lines": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "spans": [ + { + "bbox": [ + 105, + 238, + 506, + 252 + ], + "score": 1.0, + "content": "K. Cobbe, O. Klimov, C. Hesse, T. Kim, and J. Schulman. Quantifying generalization in reinforcement", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 116, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 116, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "learning. In K. Chaudhuri and R. Salakhutdinov, editors, Proceedings of the 36th International", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 116, + 260, + 506, + 273 + ], + "spans": [ + { + "bbox": [ + 116, + 260, + 506, + 273 + ], + "score": 1.0, + "content": "Conference on Machine Learning, ICML 2019, 9-15 June 2019, Long Beach, California, USA,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 116, + 271, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 116, + 271, + 506, + 285 + ], + "score": 1.0, + "content": "volume 97 of Proceedings of Machine Learning Research, pages 1282–1289. PMLR, 2019b. URL", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 282, + 396, + 295 + ], + "spans": [ + { + "bbox": [ + 115, + 282, + 396, + 295 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v97/cobbe19a.html.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 238, + 506, + 295 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 301, + 505, + 357 + ], + "lines": [ + { + "bbox": [ + 106, + 301, + 506, + 315 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 315 + ], + "score": 1.0, + "content": "K. Cobbe, C. Hesse, J. Hilton, and J. Schulman. Leveraging procedural generation to benchmark", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 311, + 506, + 326 + ], + "spans": [ + { + "bbox": [ + 115, + 311, + 506, + 326 + ], + "score": 1.0, + "content": "reinforcement learning. In Proceedings of the 37th International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 323, + 506, + 336 + ], + "spans": [ + { + "bbox": [ + 115, + 323, + 506, + 336 + ], + "score": 1.0, + "content": "ICML 2020, 13-18 July 2020, Virtual Event, volume 119 of Proceedings of Machine Learning Re-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 116, + 334, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 334, + 506, + 348 + ], + "score": 1.0, + "content": "search, pages 2048–2056. PMLR, 2020. URL http://proceedings.mlr.press/v119/", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 116, + 345, + 199, + 357 + ], + "spans": [ + { + "bbox": [ + 116, + 345, + 199, + 357 + ], + "score": 1.0, + "content": "cobbe20a.html.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19, + "bbox_fs": [ + 106, + 301, + 506, + 357 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 364, + 503, + 387 + ], + "lines": [ + { + "bbox": [ + 106, + 363, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 363, + 505, + 378 + ], + "score": 1.0, + "content": "G. Cybenko. Approximation by superpositions of a sigmoidal function. Mathematics of control,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 376, + 285, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 376, + 285, + 388 + ], + "score": 1.0, + "content": "signals and systems, 2(4):303–314, 1989.", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5, + "bbox_fs": [ + 106, + 363, + 505, + 388 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 394, + 497, + 406 + ], + "lines": [ + { + "bbox": [ + 105, + 392, + 500, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 392, + 500, + 408 + ], + "score": 1.0, + "content": "D. Deutsch. The beginning of infinity: Explanations that transform the world. Penguin UK, 2011.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 392, + 500, + 408 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 413, + 504, + 437 + ], + "lines": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 505, + 427 + ], + "score": 1.0, + "content": "Y. Du, W. M. Czarnecki, S. M. Jayakumar, R. Pascanu, and B. Lakshminarayanan. Adapting auxiliary", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 115, + 424, + 408, + 437 + ], + "spans": [ + { + "bbox": [ + 115, + 424, + 408, + 437 + ], + "score": 1.0, + "content": "losses using gradient similarity. arXiv preprint arXiv:1812.02224, 2018.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 106, + 413, + 505, + 437 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 443, + 504, + 467 + ], + "lines": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 506, + 457 + ], + "score": 1.0, + "content": "A. E. Eshratifar, D. Eigen, and M. Pedram. Gradient agreement as an optimization objective for", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 115, + 455, + 340, + 467 + ], + "spans": [ + { + "bbox": [ + 115, + 455, + 340, + 467 + ], + "score": 1.0, + "content": "meta-learning. arXiv preprint arXiv:1810.08178, 2018.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 443, + 506, + 467 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 474, + 505, + 497 + ], + "lines": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 487 + ], + "score": 1.0, + "content": "S. Fort, P. K. Nowak, and S. Narayanan. Stiffness: A new perspective on generalization in neural", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 485, + 322, + 497 + ], + "spans": [ + { + "bbox": [ + 115, + 485, + 322, + 497 + ], + "score": 1.0, + "content": "networks. arXiv preprint arXiv:1901.09491, 2019.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 473, + 505, + 497 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 504, + 506, + 537 + ], + "lines": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "spans": [ + { + "bbox": [ + 106, + 504, + 505, + 516 + ], + "score": 1.0, + "content": "Y. Ganin, E. Ustinova, H. Ajakan, P. Germain, H. Larochelle, F. Laviolette, M. Marchand, and", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 115, + 514, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 115, + 514, + 505, + 529 + ], + "score": 1.0, + "content": "V. Lempitsky. Domain-adversarial training of neural networks. The Journal of Machine Learning", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 117, + 527, + 256, + 537 + ], + "spans": [ + { + "bbox": [ + 117, + 527, + 256, + 537 + ], + "score": 1.0, + "content": "Research, 17(1):2096–2030, 2016.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32, + "bbox_fs": [ + 106, + 504, + 505, + 537 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 545, + 505, + 568 + ], + "lines": [ + { + "bbox": [ + 105, + 544, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 505, + 558 + ], + "score": 1.0, + "content": "T. Haavelmo. The statistical implications of a system of simultaneous equations. Econometrica, 11", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 114, + 556, + 159, + 568 + ], + "spans": [ + { + "bbox": [ + 114, + 556, + 159, + 568 + ], + "score": 1.0, + "content": "(1), 1943.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 544, + 505, + 568 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 575, + 505, + 598 + ], + "lines": [ + { + "bbox": [ + 106, + 575, + 506, + 588 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 506, + 588 + ], + "score": 1.0, + "content": "C. Heinze-Deml and N. Meinshausen. Conditional variance penalties and domain shift robustness.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 586, + 279, + 598 + ], + "spans": [ + { + "bbox": [ + 116, + 586, + 279, + 598 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.11469, 2017.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 106, + 575, + 506, + 598 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 605, + 506, + 628 + ], + "lines": [ + { + "bbox": [ + 106, + 605, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 106, + 605, + 506, + 618 + ], + "score": 1.0, + "content": "C. Heinze-Deml, J. Peters, and N. Meinshausen. Invariant causal prediction for nonlinear models.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 115, + 617, + 279, + 628 + ], + "spans": [ + { + "bbox": [ + 115, + 617, + 279, + 628 + ], + "score": 1.0, + "content": "Journal of Causal Inference, 6(2), 2018.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 106, + 605, + 506, + 628 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 635, + 506, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 634, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 506, + 649 + ], + "score": 1.0, + "content": "K. L. Hermann and A. K. Lampinen. What shapes feature representations? exploring", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 646, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 115, + 646, + 506, + 658 + ], + "score": 1.0, + "content": "datasets, architectures, and training. In H. Larochelle, M. Ranzato, R. Hadsell, M. Bal-", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 657, + 506, + 670 + ], + "spans": [ + { + "bbox": [ + 115, + 657, + 506, + 670 + ], + "score": 1.0, + "content": "can, and H. Lin, editors, Advances in Neural Information Processing Systems 33: Annual", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 115, + 668, + 506, + 681 + ], + "spans": [ + { + "bbox": [ + 115, + 668, + 506, + 681 + ], + "score": 1.0, + "content": "Conference on Neural Information Processing Systems 2020, NeurIPS 2020, December 6-12,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 115, + 678, + 506, + 692 + ], + "spans": [ + { + "bbox": [ + 115, + 678, + 506, + 692 + ], + "score": 1.0, + "content": "2020, virtual, 2020. URL https://proceedings.neurips.cc/paper/2020/hash/", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 116, + 691, + 397, + 702 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 397, + 702 + ], + "score": 1.0, + "content": "71e9c6620d381d60196ebe694840aaaa-Abstract.html.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 634, + 506, + 702 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "K. D. Hoover. The logic of causal inference: Econometrics and the conditional analysis of causation.", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 115, + 720, + 307, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 307, + 732 + ], + "score": 1.0, + "content": "Economics & Philosophy, 6(2):207–234, 1990.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 46.5, + "bbox_fs": [ + 105, + 708, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "L. Hurwicz. On the structural form of interdependent systems. In E. Nagel, P. Suppes, and A. Tarski,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "editors, Logic, Methodology and Philosophy of Science, Proceedings of the 1960 International", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 414, + 118 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 414, + 118 + ], + "score": 1.0, + "content": "Congress, pages 232–239. Stanford University Press, Stanford, CA, 1962.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 107, + 122, + 506, + 189 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 160, + 135 + ], + "score": 1.0, + "content": "D. Janzing.", + "type": "text" + }, + { + "bbox": [ + 174, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Causal regularization. In H. M. Wallach, H. Larochelle, A. Beygelz-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 506, + 146 + ], + "score": 1.0, + "content": "imer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Infor-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 144, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 114, + 144, + 506, + 158 + ], + "score": 1.0, + "content": "mation Processing Systems 32: Annual Conference on Neural Information Processing", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 154, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 506, + 169 + ], + "score": 1.0, + "content": "Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 114, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 114, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "12683–12693, 2019. URL https://proceedings.neurips.cc/paper/2019/hash/", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 178, + 397, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 178, + 397, + 189 + ], + "score": 1.0, + "content": "2172fde49301047270b2897085e4319d-Abstract.html.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + }, + { + "type": "text", + "bbox": [ + 105, + 196, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "score": 1.0, + "content": "S. Jastrz˛ebski, Z. Kenton, D. Arpit, N. Ballas, A. Fischer, Y. Bengio, and A. Storkey. Three factors", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 206, + 389, + 219 + ], + "spans": [ + { + "bbox": [ + 115, + 206, + 389, + 219 + ], + "score": 1.0, + "content": "influencing minima in sgd. arXiv preprint arXiv:1711.04623, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 225, + 506, + 269 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 507, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 507, + 238 + ], + "score": 1.0, + "content": "D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In Y. Bengio and Y. LeCun,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 236, + 507, + 249 + ], + "spans": [ + { + "bbox": [ + 116, + 236, + 507, + 249 + ], + "score": 1.0, + "content": "editors, 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 247, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 115, + 247, + 506, + 260 + ], + "score": 1.0, + "content": "USA, May 7-9, 2015, Conference Track Proceedings, 2015. URL http://arxiv.org/abs/", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 259, + 176, + 270 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 176, + 270 + ], + "score": 1.0, + "content": "1412.6980.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "D. Krueger, E. Caballero, J.-H. Jacobsen, A. Zhang, J. Binas, R. L. Priol, and A. Courville. Out-of-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 287, + 498, + 300 + ], + "spans": [ + { + "bbox": [ + 116, + 287, + 498, + 300 + ], + "score": 1.0, + "content": "distribution generalization via risk extrapolation (rex). arXiv preprint arXiv:2003.00688, 2020.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 504, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 318 + ], + "score": 1.0, + "content": "J. D. Lee, M. Simchowitz, M. I. Jordan, and B. Recht. Gradient descent converges to minimizers.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 317, + 278, + 328 + ], + "spans": [ + { + "bbox": [ + 116, + 317, + 278, + 328 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1602.04915, 2016.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5 + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 503, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 504, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 504, + 349 + ], + "score": 1.0, + "content": "S. Mandt, M. D. Hoffman, and D. M. Blei. Stochastic gradient descent as approximate bayesian", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 346, + 437, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 346, + 437, + 358 + ], + "score": 1.0, + "content": "inference. The Journal of Machine Learning Research, 18(1):4873–4907, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 365, + 506, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "J. M. Mooij, D. Janzing, J. Peters, and B. Schölkopf. Regression by dependence minimization and its", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 376, + 507, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 376, + 507, + 388 + ], + "score": 1.0, + "content": "application to causal inference in additive noise models. In A. P. Danyluk, L. Bottou, and M. L.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 114, + 384, + 507, + 401 + ], + "spans": [ + { + "bbox": [ + 114, + 384, + 507, + 401 + ], + "score": 1.0, + "content": "Littman, editors, Proceedings of the 26th Annual International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 398, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 505, + 411 + ], + "score": 1.0, + "content": "ICML 2009, Montreal, Quebec, Canada, June 14-18, 2009, volume 382 of ACM International", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 116, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "Conference Proceeding Series, pages 745–752. ACM, 2009. doi: 10.1145/1553374.1553470. URL", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 420, + 355, + 432 + ], + "spans": [ + { + "bbox": [ + 116, + 420, + 355, + 432 + ], + "score": 1.0, + "content": "https://doi.org/10.1145/1553374.1553470.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 437, + 506, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "score": 1.0, + "content": "K. Muandet, D. Balduzzi, and B. Schölkopf. Domain generalization via invariant feature repre-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 448, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 506, + 462 + ], + "score": 1.0, + "content": "sentation. In Proceedings of the 30th International Conference on Machine Learning, ICML", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 459, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 115, + 459, + 506, + 473 + ], + "score": 1.0, + "content": "2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Pro-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 470, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 116, + 470, + 506, + 484 + ], + "score": 1.0, + "content": "ceedings, pages 10–18. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 482, + 205, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 205, + 495 + ], + "score": 1.0, + "content": "muandet13.html.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 104, + 500, + 486, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 487, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 487, + 513 + ], + "score": 1.0, + "content": "J. Nocedal and S. Wright. Numerical optimization. Springer Science & Business Media, 2006.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 106, + 518, + 506, + 574 + ], + "lines": [ + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "score": 1.0, + "content": "G. Parascandolo, N. Kilbertus, M. Rojas-Carulla, and B. Schölkopf. Learning independent causal", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 529, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 116, + 529, + 505, + 543 + ], + "score": 1.0, + "content": "mechanisms. In J. G. Dy and A. Krause, editors, Proceedings of the 35th International Conference", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 540, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 554 + ], + "score": 1.0, + "content": "on Machine Learning, ICML 2018, Stockholmsmässan, Stockholm, Sweden, July 10-15, 2018,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 552, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 116, + 552, + 506, + 564 + ], + "score": 1.0, + "content": "volume 80 of Proceedings of Machine Learning Research, pages 4033–4041. PMLR, 2018. URL", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 563, + 438, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 563, + 438, + 575 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v80/parascandolo18a.html.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 503, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 579, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 595 + ], + "score": 1.0, + "content": "A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 591, + 348, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 348, + 604 + ], + "score": 1.0, + "content": "and A. Lerer. Automatic differentiation in pytorch, 2017.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 105, + 610, + 504, + 633 + ], + "lines": [ + { + "bbox": [ + 104, + 609, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 609, + 506, + 624 + ], + "score": 1.0, + "content": "J. Pearl. Causality: Models, Reasoning, and Inference. Cambridge University Press, 2nd edition,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 114, + 620, + 144, + 634 + ], + "spans": [ + { + "bbox": [ + 114, + 620, + 144, + 634 + ], + "score": 1.0, + "content": "2009.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + }, + { + "type": "text", + "bbox": [ + 106, + 639, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "J. Peters, P. Bühlmann, and N. Meinshausen. Causal inference by using invariant prediction: iden-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 651, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 116, + 651, + 506, + 663 + ], + "score": 1.0, + "content": "tification and confidence intervals. Journal of the Royal Statistical Society: Series B (Statistical", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 662, + 271, + 674 + ], + "spans": [ + { + "bbox": [ + 116, + 662, + 271, + 674 + ], + "score": 1.0, + "content": "Methodology), 78(5):947–1012, 2016.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 678, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 694 + ], + "score": 1.0, + "content": "J. Peters, D. Janzing, and B. Schölkopf. Elements of Causal Inference - Foundations and Learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 114, + 691, + 333, + 703 + ], + "spans": [ + { + "bbox": [ + 114, + 691, + 333, + 703 + ], + "score": 1.0, + "content": "Algorithms. MIT Press, Cambridge, MA, USA, 2017.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "J. Quionero-Candela, M. Sugiyama, A. Schwaighofer, and N. D. Lawrence. Dataset shift in machine", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 720, + 246, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 246, + 732 + ], + "score": 1.0, + "content": "learning. The MIT Press, 2009.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47.5 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "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": "text", + "bbox": [ + 107, + 82, + 504, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 506, + 95 + ], + "score": 1.0, + "content": "L. Hurwicz. On the structural form of interdependent systems. In E. Nagel, P. Suppes, and A. Tarski,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 116, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "editors, Logic, Methodology and Philosophy of Science, Proceedings of the 1960 International", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 116, + 104, + 414, + 118 + ], + "spans": [ + { + "bbox": [ + 116, + 104, + 414, + 118 + ], + "score": 1.0, + "content": "Congress, pages 232–239. Stanford University Press, Stanford, CA, 1962.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 118 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 122, + 506, + 189 + ], + "lines": [ + { + "bbox": [ + 105, + 122, + 506, + 136 + ], + "spans": [ + { + "bbox": [ + 105, + 122, + 160, + 135 + ], + "score": 1.0, + "content": "D. Janzing.", + "type": "text" + }, + { + "bbox": [ + 174, + 122, + 506, + 136 + ], + "score": 1.0, + "content": "Causal regularization. In H. M. Wallach, H. Larochelle, A. Beygelz-", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 133, + 506, + 146 + ], + "spans": [ + { + "bbox": [ + 115, + 133, + 506, + 146 + ], + "score": 1.0, + "content": "imer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors, Advances in Neural Infor-", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 144, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 114, + 144, + 506, + 158 + ], + "score": 1.0, + "content": "mation Processing Systems 32: Annual Conference on Neural Information Processing", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 114, + 154, + 506, + 169 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 506, + 169 + ], + "score": 1.0, + "content": "Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 114, + 165, + 506, + 180 + ], + "spans": [ + { + "bbox": [ + 114, + 165, + 506, + 180 + ], + "score": 1.0, + "content": "12683–12693, 2019. URL https://proceedings.neurips.cc/paper/2019/hash/", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 178, + 397, + 189 + ], + "spans": [ + { + "bbox": [ + 116, + 178, + 397, + 189 + ], + "score": 1.0, + "content": "2172fde49301047270b2897085e4319d-Abstract.html.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5, + "bbox_fs": [ + 105, + 122, + 506, + 189 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 196, + 504, + 219 + ], + "lines": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 505, + 209 + ], + "score": 1.0, + "content": "S. Jastrz˛ebski, Z. Kenton, D. Arpit, N. Ballas, A. Fischer, Y. Bengio, and A. Storkey. Three factors", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 206, + 389, + 219 + ], + "spans": [ + { + "bbox": [ + 115, + 206, + 389, + 219 + ], + "score": 1.0, + "content": "influencing minima in sgd. arXiv preprint arXiv:1711.04623, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 194, + 505, + 219 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 225, + 506, + 269 + ], + "lines": [ + { + "bbox": [ + 105, + 225, + 507, + 238 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 507, + 238 + ], + "score": 1.0, + "content": "D. P. Kingma and J. Ba. Adam: A method for stochastic optimization. In Y. Bengio and Y. LeCun,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 116, + 236, + 507, + 249 + ], + "spans": [ + { + "bbox": [ + 116, + 236, + 507, + 249 + ], + "score": 1.0, + "content": "editors, 3rd International Conference on Learning Representations, ICLR 2015, San Diego, CA,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 247, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 115, + 247, + 506, + 260 + ], + "score": 1.0, + "content": "USA, May 7-9, 2015, Conference Track Proceedings, 2015. URL http://arxiv.org/abs/", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 115, + 259, + 176, + 270 + ], + "spans": [ + { + "bbox": [ + 115, + 259, + 176, + 270 + ], + "score": 1.0, + "content": "1412.6980.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 225, + 507, + 270 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 276, + 505, + 300 + ], + "lines": [ + { + "bbox": [ + 106, + 276, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 106, + 276, + 506, + 289 + ], + "score": 1.0, + "content": "D. Krueger, E. Caballero, J.-H. Jacobsen, A. Zhang, J. Binas, R. L. Priol, and A. Courville. Out-of-", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 287, + 498, + 300 + ], + "spans": [ + { + "bbox": [ + 116, + 287, + 498, + 300 + ], + "score": 1.0, + "content": "distribution generalization via risk extrapolation (rex). arXiv preprint arXiv:2003.00688, 2020.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 106, + 276, + 506, + 300 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 306, + 504, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 306, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 506, + 318 + ], + "score": 1.0, + "content": "J. D. Lee, M. Simchowitz, M. I. Jordan, and B. Recht. Gradient descent converges to minimizers.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 317, + 278, + 328 + ], + "spans": [ + { + "bbox": [ + 116, + 317, + 278, + 328 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1602.04915, 2016.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17.5, + "bbox_fs": [ + 105, + 306, + 506, + 328 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 335, + 503, + 358 + ], + "lines": [ + { + "bbox": [ + 105, + 334, + 504, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 334, + 504, + 349 + ], + "score": 1.0, + "content": "S. Mandt, M. D. Hoffman, and D. M. Blei. Stochastic gradient descent as approximate bayesian", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 346, + 437, + 358 + ], + "spans": [ + { + "bbox": [ + 115, + 346, + 437, + 358 + ], + "score": 1.0, + "content": "inference. The Journal of Machine Learning Research, 18(1):4873–4907, 2017.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 334, + 504, + 358 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 365, + 506, + 432 + ], + "lines": [ + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 105, + 365, + 505, + 378 + ], + "score": 1.0, + "content": "J. M. Mooij, D. Janzing, J. Peters, and B. Schölkopf. Regression by dependence minimization and its", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 115, + 376, + 507, + 388 + ], + "spans": [ + { + "bbox": [ + 115, + 376, + 507, + 388 + ], + "score": 1.0, + "content": "application to causal inference in additive noise models. In A. P. Danyluk, L. Bottou, and M. L.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 114, + 384, + 507, + 401 + ], + "spans": [ + { + "bbox": [ + 114, + 384, + 507, + 401 + ], + "score": 1.0, + "content": "Littman, editors, Proceedings of the 26th Annual International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 398, + 505, + 411 + ], + "spans": [ + { + "bbox": [ + 115, + 398, + 505, + 411 + ], + "score": 1.0, + "content": "ICML 2009, Montreal, Quebec, Canada, June 14-18, 2009, volume 382 of ACM International", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 116, + 408, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 116, + 408, + 506, + 421 + ], + "score": 1.0, + "content": "Conference Proceeding Series, pages 745–752. ACM, 2009. doi: 10.1145/1553374.1553470. URL", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 420, + 355, + 432 + ], + "spans": [ + { + "bbox": [ + 116, + 420, + 355, + 432 + ], + "score": 1.0, + "content": "https://doi.org/10.1145/1553374.1553470.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 365, + 507, + 432 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 437, + 506, + 493 + ], + "lines": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 450 + ], + "score": 1.0, + "content": "K. Muandet, D. Balduzzi, and B. Schölkopf. Domain generalization via invariant feature repre-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 448, + 506, + 462 + ], + "spans": [ + { + "bbox": [ + 116, + 448, + 506, + 462 + ], + "score": 1.0, + "content": "sentation. In Proceedings of the 30th International Conference on Machine Learning, ICML", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 115, + 459, + 506, + 473 + ], + "spans": [ + { + "bbox": [ + 115, + 459, + 506, + 473 + ], + "score": 1.0, + "content": "2013, Atlanta, GA, USA, 16-21 June 2013, volume 28 of JMLR Workshop and Conference Pro-", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 116, + 470, + 506, + 484 + ], + "spans": [ + { + "bbox": [ + 116, + 470, + 506, + 484 + ], + "score": 1.0, + "content": "ceedings, pages 10–18. JMLR.org, 2013. URL http://proceedings.mlr.press/v28/", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 482, + 205, + 495 + ], + "spans": [ + { + "bbox": [ + 115, + 482, + 205, + 495 + ], + "score": 1.0, + "content": "muandet13.html.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 437, + 506, + 495 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 500, + 486, + 513 + ], + "lines": [ + { + "bbox": [ + 105, + 499, + 487, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 487, + 513 + ], + "score": 1.0, + "content": "J. Nocedal and S. Wright. Numerical optimization. Springer Science & Business Media, 2006.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32, + "bbox_fs": [ + 105, + 499, + 487, + 513 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 518, + 506, + 574 + ], + "lines": [ + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 106, + 519, + 505, + 531 + ], + "score": 1.0, + "content": "G. Parascandolo, N. Kilbertus, M. Rojas-Carulla, and B. Schölkopf. Learning independent causal", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 116, + 529, + 505, + 543 + ], + "spans": [ + { + "bbox": [ + 116, + 529, + 505, + 543 + ], + "score": 1.0, + "content": "mechanisms. In J. G. Dy and A. Krause, editors, Proceedings of the 35th International Conference", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 540, + 506, + 554 + ], + "spans": [ + { + "bbox": [ + 115, + 540, + 506, + 554 + ], + "score": 1.0, + "content": "on Machine Learning, ICML 2018, Stockholmsmässan, Stockholm, Sweden, July 10-15, 2018,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 116, + 552, + 506, + 564 + ], + "spans": [ + { + "bbox": [ + 116, + 552, + 506, + 564 + ], + "score": 1.0, + "content": "volume 80 of Proceedings of Machine Learning Research, pages 4033–4041. PMLR, 2018. URL", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 116, + 563, + 438, + 575 + ], + "spans": [ + { + "bbox": [ + 116, + 563, + 438, + 575 + ], + "score": 1.0, + "content": "http://proceedings.mlr.press/v80/parascandolo18a.html.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 35, + "bbox_fs": [ + 106, + 519, + 506, + 575 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 581, + 503, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 579, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 505, + 595 + ], + "score": 1.0, + "content": "A. Paszke, S. Gross, S. Chintala, G. Chanan, E. Yang, Z. DeVito, Z. Lin, A. Desmaison, L. Antiga,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 116, + 591, + 348, + 604 + ], + "spans": [ + { + "bbox": [ + 116, + 591, + 348, + 604 + ], + "score": 1.0, + "content": "and A. Lerer. Automatic differentiation in pytorch, 2017.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38.5, + "bbox_fs": [ + 106, + 579, + 505, + 604 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 610, + 504, + 633 + ], + "lines": [ + { + "bbox": [ + 104, + 609, + 506, + 624 + ], + "spans": [ + { + "bbox": [ + 104, + 609, + 506, + 624 + ], + "score": 1.0, + "content": "J. Pearl. Causality: Models, Reasoning, and Inference. Cambridge University Press, 2nd edition,", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 114, + 620, + 144, + 634 + ], + "spans": [ + { + "bbox": [ + 114, + 620, + 144, + 634 + ], + "score": 1.0, + "content": "2009.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 104, + 609, + 506, + 634 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 639, + 504, + 673 + ], + "lines": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 506, + 653 + ], + "score": 1.0, + "content": "J. Peters, P. Bühlmann, and N. Meinshausen. Causal inference by using invariant prediction: iden-", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 116, + 651, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 116, + 651, + 506, + 663 + ], + "score": 1.0, + "content": "tification and confidence intervals. Journal of the Royal Statistical Society: Series B (Statistical", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 662, + 271, + 674 + ], + "spans": [ + { + "bbox": [ + 116, + 662, + 271, + 674 + ], + "score": 1.0, + "content": "Methodology), 78(5):947–1012, 2016.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43, + "bbox_fs": [ + 105, + 639, + 506, + 674 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 678, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 694 + ], + "score": 1.0, + "content": "J. Peters, D. Janzing, and B. Schölkopf. Elements of Causal Inference - Foundations and Learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 114, + 691, + 333, + 703 + ], + "spans": [ + { + "bbox": [ + 114, + 691, + 333, + 703 + ], + "score": 1.0, + "content": "Algorithms. MIT Press, Cambridge, MA, USA, 2017.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 678, + 505, + 703 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 506, + 723 + ], + "score": 1.0, + "content": "J. Quionero-Candela, M. Sugiyama, A. Schwaighofer, and N. D. Lawrence. Dataset shift in machine", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 115, + 720, + 246, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 246, + 732 + ], + "score": 1.0, + "content": "learning. The MIT Press, 2009.", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 47.5, + "bbox_fs": [ + 105, + 708, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "score": 1.0, + "content": "C. E. Rasmussen. Gaussian processes in machine learning. In Summer School on Machine Learning,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 94, + 235, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 235, + 105 + ], + "score": 1.0, + "content": "pages 63–71. Springer, 2003.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 105, + 112, + 505, + 135 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 507, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 507, + 126 + ], + "score": 1.0, + "content": "M. Rojas-Carulla, B. Schölkopf, R. Turner, and J. Peters. Invariant models for causal transfer learning.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 394, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 394, + 136 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 19(1):1309–1342, 2018.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 106, + 141, + 396, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 141, + 396, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 396, + 155 + ], + "score": 1.0, + "content": "B. Schölkopf. Causality for machine learning, 2019. arXiv:1911.10500.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 109, + 161, + 505, + 206 + ], + "lines": [ + { + "bbox": [ + 106, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "B. Schölkopf, D. Janzing, J. Peters, E. Sgouritsa, K. Zhang, and J. M. Mooij. On causal and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 171, + 507, + 186 + ], + "spans": [ + { + "bbox": [ + 115, + 171, + 507, + 186 + ], + "score": 1.0, + "content": "anticausal learning. In Proceedings of the 29th International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 507, + 197 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 507, + 197 + ], + "score": 1.0, + "content": "ICML 2012, Edinburgh, Scotland, UK, June 26 - July 1, 2012. icml.cc / Omnipress, 2012. URL", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 195, + 325, + 207 + ], + "spans": [ + { + "bbox": [ + 116, + 195, + 325, + 207 + ], + "score": 1.0, + "content": "http://icml.cc/2012/papers/625.pdf.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 104, + 213, + 505, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "score": 1.0, + "content": "J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 224, + 328, + 236 + ], + "spans": [ + { + "bbox": [ + 115, + 224, + 328, + 236 + ], + "score": 1.0, + "content": "algorithms. arXiv preprint arXiv:1707.06347, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 108, + 242, + 504, + 277 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "H. A. Simon. Causal ordering and identifiability. In W. C. Hood and T. C. Koopmans, editors,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "Studies in Econometric Methods, pages 49–74. John Wiley & Sons, New York, NY, 1953. Cowles", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 264, + 363, + 277 + ], + "spans": [ + { + "bbox": [ + 115, + 264, + 363, + 277 + ], + "score": 1.0, + "content": "Commission for Research in Economics, Monograph No. 14.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 105, + 283, + 503, + 307 + ], + "lines": [ + { + "bbox": [ + 105, + 282, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 505, + 297 + ], + "score": 1.0, + "content": "S. P. Singh and D. Alistarh. Woodfisher: Efficient second-order approximations for model compres-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 295, + 302, + 307 + ], + "spans": [ + { + "bbox": [ + 115, + 295, + 302, + 307 + ], + "score": 1.0, + "content": "sion. arXiv preprint arXiv:2004.14340, 2020.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 106, + 313, + 506, + 370 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "A. Subbaswamy, P. Schulam, and S. Saria. Preventing failures due to dataset shift: Learning predictive", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 325, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 116, + 325, + 506, + 337 + ], + "score": 1.0, + "content": "models that transport. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 345, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 115, + 345, + 507, + 359 + ], + "score": 1.0, + "content": "Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 3118–3127.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "PMLR, 2019. URL http://proceedings.mlr.press/v89/subbaswamy19a.html.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18 + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 504, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "score": 1.0, + "content": "M. Sugiyama and M. Kawanabe. Machine learning in non-stationary environments: Introduction to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 388, + 295, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 388, + 295, + 399 + ], + "score": 1.0, + "content": "covariate shift adaptation. MIT press, 2012.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 106, + 405, + 503, + 429 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 419 + ], + "score": 1.0, + "content": "M. Sugiyama, M. Krauledat, and K.-R. Müller. Covariate shift adaptation by importance weighted", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 417, + 449, + 429 + ], + "spans": [ + { + "bbox": [ + 115, + 417, + 449, + 429 + ], + "score": 1.0, + "content": "cross validation. Journal of Machine Learning Research, 8(May):985–1005, 2007.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5 + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 504, + 459 + ], + "lines": [ + { + "bbox": [ + 105, + 435, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 449 + ], + "score": 1.0, + "content": "V. N. Vapnik. The nature of statistical learning theory. Springer-Verlag New York, Inc. ISBN", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 447, + 181, + 459 + ], + "spans": [ + { + "bbox": [ + 116, + 447, + 181, + 459 + ], + "score": 1.0, + "content": "0-387-94559-8.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5 + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "score": 1.0, + "content": "J. von Kügelgen, A. Mey, and M. Loog. Semi-generative modelling: Covariate-shift adaptation with", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 477, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 116, + 477, + 506, + 490 + ], + "score": 1.0, + "content": "cause and effect features. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 486, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 116, + 486, + 506, + 501 + ], + "score": 1.0, + "content": "Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 498, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 115, + 498, + 506, + 512 + ], + "score": 1.0, + "content": "Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 1361–1369.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 509, + 496, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 509, + 496, + 523 + ], + "score": 1.0, + "content": "PMLR, 2019. URL http://proceedings.mlr.press/v89/kugelgen19a.html.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 542 + ], + "score": 1.0, + "content": "C. Zhang, S. Bengio, M. Hardt, B. Recht, and O. Vinyals. Understanding deep learning requires", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 115, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "rethinking generalization. In 5th International Conference on Learning Representations, ICLR", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 551, + 507, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 507, + 564 + ], + "score": 1.0, + "content": "2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings. OpenReview.net, 2017.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 561, + 389, + 575 + ], + "spans": [ + { + "bbox": [ + 115, + 561, + 325, + 575 + ], + "score": 1.0, + "content": "URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 325, + 563, + 331, + 571 + ], + "score": 0.52, + "content": "=", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 561, + 389, + 575 + ], + "score": 1.0, + "content": "Sy8gdB9xx.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 506, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 507, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 507, + 594 + ], + "score": 1.0, + "content": "G. Zhang, L. Li, Z. Nado, J. Martens, S. Sachdeva, G. E. Dahl, C. J. Shallue, and R. B. Grosse.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 591, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 115, + 591, + 506, + 604 + ], + "score": 1.0, + "content": "Which algorithmic choices matter at which batch sizes? insights from a noisy quadratic model. In", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 114, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 624, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 114, + 624, + 505, + 638 + ], + "score": 1.0, + "content": "Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 635, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 115, + 635, + 505, + 649 + ], + "score": 1.0, + "content": "8194–8205, 2019a. URL https://proceedings.neurips.cc/paper/2019/hash/", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 116, + 647, + 397, + 658 + ], + "spans": [ + { + "bbox": [ + 116, + 647, + 397, + 658 + ], + "score": 1.0, + "content": "e0eacd983971634327ae1819ea8b6214-Abstract.html.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 108, + 665, + 506, + 721 + ], + "lines": [ + { + "bbox": [ + 106, + 664, + 507, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 507, + 677 + ], + "score": 1.0, + "content": "Y. Zhang, W. Yu, and G. Turk. Learning novel policies for tasks. In K. Chaudhuri and R. Salakhutdi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 116, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "nov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 685, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 685, + 506, + 702 + ], + "score": 1.0, + "content": "9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 697, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 115, + 697, + 505, + 711 + ], + "score": 1.0, + "content": "Research, pages 7483–7492. PMLR, 2019b. URL http://proceedings.mlr.press/", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 710, + 223, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 710, + 223, + 722 + ], + "score": 1.0, + "content": "v97/zhang19q.html.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45 + } + ], + "page_idx": 11, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 105, + 82, + 505, + 105 + ], + "lines": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 80, + 507, + 96 + ], + "score": 1.0, + "content": "C. E. Rasmussen. Gaussian processes in machine learning. In Summer School on Machine Learning,", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 94, + 235, + 105 + ], + "spans": [ + { + "bbox": [ + 115, + 94, + 235, + 105 + ], + "score": 1.0, + "content": "pages 63–71. Springer, 2003.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 105, + 80, + 507, + 105 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 112, + 505, + 135 + ], + "lines": [ + { + "bbox": [ + 105, + 110, + 507, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 110, + 507, + 126 + ], + "score": 1.0, + "content": "M. Rojas-Carulla, B. Schölkopf, R. Turner, and J. Peters. Invariant models for causal transfer learning.", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 123, + 394, + 136 + ], + "spans": [ + { + "bbox": [ + 115, + 123, + 394, + 136 + ], + "score": 1.0, + "content": "The Journal of Machine Learning Research, 19(1):1309–1342, 2018.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2.5, + "bbox_fs": [ + 105, + 110, + 507, + 136 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 141, + 396, + 154 + ], + "lines": [ + { + "bbox": [ + 105, + 141, + 396, + 155 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 396, + 155 + ], + "score": 1.0, + "content": "B. Schölkopf. Causality for machine learning, 2019. arXiv:1911.10500.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 105, + 141, + 396, + 155 + ] + }, + { + "type": "text", + "bbox": [ + 109, + 161, + 505, + 206 + ], + "lines": [ + { + "bbox": [ + 106, + 161, + 505, + 174 + ], + "spans": [ + { + "bbox": [ + 106, + 161, + 505, + 174 + ], + "score": 1.0, + "content": "B. Schölkopf, D. Janzing, J. Peters, E. Sgouritsa, K. Zhang, and J. M. Mooij. On causal and", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 115, + 171, + 507, + 186 + ], + "spans": [ + { + "bbox": [ + 115, + 171, + 507, + 186 + ], + "score": 1.0, + "content": "anticausal learning. In Proceedings of the 29th International Conference on Machine Learning,", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 183, + 507, + 197 + ], + "spans": [ + { + "bbox": [ + 115, + 183, + 507, + 197 + ], + "score": 1.0, + "content": "ICML 2012, Edinburgh, Scotland, UK, June 26 - July 1, 2012. icml.cc / Omnipress, 2012. URL", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 116, + 195, + 325, + 207 + ], + "spans": [ + { + "bbox": [ + 116, + 195, + 325, + 207 + ], + "score": 1.0, + "content": "http://icml.cc/2012/papers/625.pdf.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 161, + 507, + 207 + ] + }, + { + "type": "text", + "bbox": [ + 104, + 213, + 505, + 236 + ], + "lines": [ + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 211, + 505, + 226 + ], + "score": 1.0, + "content": "J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov. Proximal policy optimization", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 224, + 328, + 236 + ], + "spans": [ + { + "bbox": [ + 115, + 224, + 328, + 236 + ], + "score": 1.0, + "content": "algorithms. arXiv preprint arXiv:1707.06347, 2017.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 211, + 505, + 236 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 242, + 504, + 277 + ], + "lines": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 506, + 256 + ], + "score": 1.0, + "content": "H. A. Simon. Causal ordering and identifiability. In W. C. Hood and T. C. Koopmans, editors,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 253, + 505, + 266 + ], + "spans": [ + { + "bbox": [ + 115, + 253, + 505, + 266 + ], + "score": 1.0, + "content": "Studies in Econometric Methods, pages 49–74. John Wiley & Sons, New York, NY, 1953. Cowles", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 115, + 264, + 363, + 277 + ], + "spans": [ + { + "bbox": [ + 115, + 264, + 363, + 277 + ], + "score": 1.0, + "content": "Commission for Research in Economics, Monograph No. 14.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 242, + 506, + 277 + ] + }, + { + "type": "text", + "bbox": [ + 105, + 283, + 503, + 307 + ], + "lines": [ + { + "bbox": [ + 105, + 282, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 282, + 505, + 297 + ], + "score": 1.0, + "content": "S. P. Singh and D. Alistarh. Woodfisher: Efficient second-order approximations for model compres-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 295, + 302, + 307 + ], + "spans": [ + { + "bbox": [ + 115, + 295, + 302, + 307 + ], + "score": 1.0, + "content": "sion. arXiv preprint arXiv:2004.14340, 2020.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 282, + 505, + 307 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 313, + 506, + 370 + ], + "lines": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 506, + 327 + ], + "score": 1.0, + "content": "A. Subbaswamy, P. Schulam, and S. Saria. Preventing failures due to dataset shift: Learning predictive", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 116, + 325, + 506, + 337 + ], + "spans": [ + { + "bbox": [ + 116, + 325, + 506, + 337 + ], + "score": 1.0, + "content": "models that transport. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 116, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 116, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 115, + 345, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 115, + 345, + 507, + 359 + ], + "score": 1.0, + "content": "Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 3118–3127.", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 115, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 115, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "PMLR, 2019. URL http://proceedings.mlr.press/v89/subbaswamy19a.html.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 313, + 507, + 370 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 376, + 504, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 375, + 506, + 390 + ], + "score": 1.0, + "content": "M. Sugiyama and M. Kawanabe. Machine learning in non-stationary environments: Introduction to", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 116, + 388, + 295, + 399 + ], + "spans": [ + { + "bbox": [ + 116, + 388, + 295, + 399 + ], + "score": 1.0, + "content": "covariate shift adaptation. MIT press, 2012.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 375, + 506, + 399 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 405, + 503, + 429 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 505, + 419 + ], + "score": 1.0, + "content": "M. Sugiyama, M. Krauledat, and K.-R. Müller. Covariate shift adaptation by importance weighted", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 115, + 417, + 449, + 429 + ], + "spans": [ + { + "bbox": [ + 115, + 417, + 449, + 429 + ], + "score": 1.0, + "content": "cross validation. Journal of Machine Learning Research, 8(May):985–1005, 2007.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 23.5, + "bbox_fs": [ + 105, + 405, + 505, + 429 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 435, + 504, + 459 + ], + "lines": [ + { + "bbox": [ + 105, + 435, + 505, + 449 + ], + "spans": [ + { + "bbox": [ + 105, + 435, + 505, + 449 + ], + "score": 1.0, + "content": "V. N. Vapnik. The nature of statistical learning theory. Springer-Verlag New York, Inc. ISBN", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 116, + 447, + 181, + 459 + ], + "spans": [ + { + "bbox": [ + 116, + 447, + 181, + 459 + ], + "score": 1.0, + "content": "0-387-94559-8.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 435, + 505, + 459 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 466, + 505, + 522 + ], + "lines": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 466, + 505, + 478 + ], + "score": 1.0, + "content": "J. von Kügelgen, A. Mey, and M. Loog. Semi-generative modelling: Covariate-shift adaptation with", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 116, + 477, + 506, + 490 + ], + "spans": [ + { + "bbox": [ + 116, + 477, + 506, + 490 + ], + "score": 1.0, + "content": "cause and effect features. In K. Chaudhuri and M. Sugiyama, editors, The 22nd International", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 116, + 486, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 116, + 486, + 506, + 501 + ], + "score": 1.0, + "content": "Conference on Artificial Intelligence and Statistics, AISTATS 2019, 16-18 April 2019, Naha,", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 115, + 498, + 506, + 512 + ], + "spans": [ + { + "bbox": [ + 115, + 498, + 506, + 512 + ], + "score": 1.0, + "content": "Okinawa, Japan, volume 89 of Proceedings of Machine Learning Research, pages 1361–1369.", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 115, + 509, + 496, + 523 + ], + "spans": [ + { + "bbox": [ + 115, + 509, + 496, + 523 + ], + "score": 1.0, + "content": "PMLR, 2019. URL http://proceedings.mlr.press/v89/kugelgen19a.html.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 466, + 506, + 523 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 528, + 506, + 573 + ], + "lines": [ + { + "bbox": [ + 106, + 529, + 506, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 529, + 506, + 542 + ], + "score": 1.0, + "content": "C. Zhang, S. Bengio, M. Hardt, B. Recht, and O. Vinyals. Understanding deep learning requires", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 115, + 539, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 115, + 539, + 506, + 552 + ], + "score": 1.0, + "content": "rethinking generalization. In 5th International Conference on Learning Representations, ICLR", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 115, + 551, + 507, + 564 + ], + "spans": [ + { + "bbox": [ + 115, + 551, + 507, + 564 + ], + "score": 1.0, + "content": "2017, Toulon, France, April 24-26, 2017, Conference Track Proceedings. OpenReview.net, 2017.", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 115, + 561, + 389, + 575 + ], + "spans": [ + { + "bbox": [ + 115, + 561, + 325, + 575 + ], + "score": 1.0, + "content": "URL https://openreview.net/forum?id", + "type": "text" + }, + { + "bbox": [ + 325, + 563, + 331, + 571 + ], + "score": 0.52, + "content": "=", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 561, + 389, + 575 + ], + "score": 1.0, + "content": "Sy8gdB9xx.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 33.5, + "bbox_fs": [ + 106, + 529, + 507, + 575 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 580, + 506, + 658 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 507, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 507, + 594 + ], + "score": 1.0, + "content": "G. Zhang, L. Li, Z. Nado, J. Martens, S. Sachdeva, G. E. Dahl, C. J. Shallue, and R. B. Grosse.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 115, + 591, + 506, + 604 + ], + "spans": [ + { + "bbox": [ + 115, + 591, + 506, + 604 + ], + "score": 1.0, + "content": "Which algorithmic choices matter at which batch sizes? insights from a noisy quadratic model. In", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 115, + 603, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 115, + 603, + 506, + 615 + ], + "score": 1.0, + "content": "H. M. Wallach, H. Larochelle, A. Beygelzimer, F. d’Alché-Buc, E. B. Fox, and R. Garnett, editors,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 114, + 614, + 505, + 626 + ], + "spans": [ + { + "bbox": [ + 114, + 614, + 505, + 626 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems 32: Annual Conference on Neural Information", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 114, + 624, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 114, + 624, + 505, + 638 + ], + "score": 1.0, + "content": "Processing Systems 2019, NeurIPS 2019, December 8-14, 2019, Vancouver, BC, Canada, pages", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 115, + 635, + 505, + 649 + ], + "spans": [ + { + "bbox": [ + 115, + 635, + 505, + 649 + ], + "score": 1.0, + "content": "8194–8205, 2019a. URL https://proceedings.neurips.cc/paper/2019/hash/", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 116, + 647, + 397, + 658 + ], + "spans": [ + { + "bbox": [ + 116, + 647, + 397, + 658 + ], + "score": 1.0, + "content": "e0eacd983971634327ae1819ea8b6214-Abstract.html.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 39, + "bbox_fs": [ + 105, + 579, + 507, + 658 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 665, + 506, + 721 + ], + "lines": [ + { + "bbox": [ + 106, + 664, + 507, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 664, + 507, + 677 + ], + "score": 1.0, + "content": "Y. Zhang, W. Yu, and G. Turk. Learning novel policies for tasks. In K. Chaudhuri and R. Salakhutdi-", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 116, + 677, + 506, + 689 + ], + "spans": [ + { + "bbox": [ + 116, + 677, + 506, + 689 + ], + "score": 1.0, + "content": "nov, editors, Proceedings of the 36th International Conference on Machine Learning, ICML 2019,", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 115, + 685, + 506, + 702 + ], + "spans": [ + { + "bbox": [ + 115, + 685, + 506, + 702 + ], + "score": 1.0, + "content": "9-15 June 2019, Long Beach, California, USA, volume 97 of Proceedings of Machine Learning", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 115, + 697, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 115, + 697, + 505, + 711 + ], + "score": 1.0, + "content": "Research, pages 7483–7492. PMLR, 2019b. URL http://proceedings.mlr.press/", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 116, + 710, + 223, + 722 + ], + "spans": [ + { + "bbox": [ + 116, + 710, + 223, + 722 + ], + "score": 1.0, + "content": "v97/zhang19q.html.", + "type": "text" + } + ], + "index": 47 + } + ], + "index": 45, + "bbox_fs": [ + 106, + 664, + 507, + 722 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 258, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 259, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 259, + 95 + ], + "score": 1.0, + "content": "A APPENDIX TO SECTION 2", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 349, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 349, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 349, + 119 + ], + "score": 1.0, + "content": "A.1 A CLASSIC EXAMPLE OF A PATCHWORK SOLUTION", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 100, + 127, + 506, + 140 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 507, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 507, + 141 + ], + "score": 1.0, + "content": "Consider a neural network with one hidden layer consisting of two neurons and sigmoidal activations:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 150, + 441, + 163 + ], + "lines": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "spans": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "score": 0.86, + "content": "f _ { \\theta } ( x ) = \\theta _ { 5 } \\sigma ( \\theta _ { 1 } x + \\theta _ { 2 } ) + \\theta _ { 6 } \\sigma ( \\theta _ { 3 } x + \\theta _ { 4 } ) , \\quad \\sigma ( z ) : = 1 / ( 1 + e ^ { - z } ) .", + "type": "interline_equation", + "image_path": "1c3e1f1349f383088f95799608bda92f13aa62d011e38583a0fbed793bbfff9f.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 166, + 396, + 179 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 396, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 272, + 180 + ], + "score": 1.0, + "content": "We want to learn the continuous function", + "type": "text" + }, + { + "bbox": [ + 273, + 167, + 351, + 179 + ], + "score": 0.92, + "content": "f ^ { * } : [ 0 , 1 ] \\to [ 0 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 166, + 396, + 180 + ], + "score": 1.0, + "content": "defined as", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 185, + 396, + 254 + ], + "lines": [ + { + "bbox": [ + 213, + 185, + 396, + 254 + ], + "spans": [ + { + "bbox": [ + 213, + 185, + 396, + 254 + ], + "score": 0.93, + "content": "f ^ { * } ( x ) = \\left\\{ \\begin{array} { l l } { 0 } & { x \\in [ 0 , 0 . 4 ) ; } \\\\ { 1 0 ( x - 0 . 4 ) } & { x \\in [ 0 . 4 , 0 . 5 ) ; } \\\\ { 1 } & { x \\in [ 0 . 5 , 0 . 7 ) ; } \\\\ { 1 0 ( x - 0 . 7 ) + 1 } & { x \\in [ 0 . 7 , 0 . 8 ) ; } \\\\ { 2 } & { x \\in [ 0 . 8 , 1 ] . } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "6a13e80a45253052ef835a0015cb8ae32cb16dbbc7a7556dafc018015a29d766.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 213, + 185, + 396, + 198.8 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 213, + 198.8, + 396, + 212.60000000000002 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 213, + 212.60000000000002, + 396, + 226.40000000000003 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 213, + 226.40000000000003, + 396, + 240.20000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 213, + 240.20000000000005, + 396, + 254.00000000000006 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 427, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 427, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 427, + 272 + ], + "score": 1.0, + "content": "To perform this task, we have access to (noiseless) data from two environments:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 277, + 431, + 291 + ], + "lines": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "spans": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "score": 0.88, + "content": "A : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 , 0 . 5 ) \\} , \\quad B : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 . 5 , 1 ] \\} .", + "type": "interline_equation", + "image_path": "a6d9d3abf3d9676bfad743aa44245173df4e26b6f581bd28df47a570ac8d588e.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 507, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "There is a simple constructive way, provided by the universal function approximation theorem Cy-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 306, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 104, + 306, + 266, + 322 + ], + "score": 1.0, + "content": "benko (1989) to fit this function11 using", + "type": "text" + }, + { + "bbox": [ + 267, + 308, + 277, + 320 + ], + "score": 0.87, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 306, + 458, + 322 + ], + "score": 1.0, + "content": "up to an arbitrarily small mean squared error", + "type": "text" + }, + { + "bbox": [ + 458, + 308, + 503, + 320 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { A + B } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 306, + 506, + 322 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 319, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 331 + ], + "score": 1.0, + "content": "Leaving out the details of such a construction (Cybenko (1989) for details), the reader can check", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 252, + 343 + ], + "score": 1.0, + "content": "on the left panel of Figure 10 that", + "type": "text" + }, + { + "bbox": [ + 252, + 330, + 385, + 342 + ], + "score": 0.88, + "content": "\\theta ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 329, + 506, + 343 + ], + "score": 1.0, + "content": "provides a good fit for both", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 340, + 356, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 230, + 354 + ], + "score": 1.0, + "content": "environments A and B — both", + "type": "text" + }, + { + "bbox": [ + 230, + 341, + 263, + 353 + ], + "score": 0.93, + "content": "{ \\mathcal { L } } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 340, + 281, + 354 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 281, + 342, + 314, + 353 + ], + "score": 0.92, + "content": "{ \\mathcal { L } } _ { B } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 340, + 356, + 354 + ], + "score": 1.0, + "content": "are small.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "image", + "bbox": [ + 130, + 373, + 483, + 523 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 130, + 373, + 483, + 523 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 130, + 373, + 482, + 522 + ], + "spans": [ + { + "bbox": [ + 130, + 373, + 482, + 522 + ], + "score": 0.974, + "type": "image", + "image_path": "eb35dbc64d91d70df2fc12fa12cfa328de9a0881fab9199faceabaf62636ab02.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 130, + 373, + 483, + 423.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 130, + 423.0, + 483, + 473.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 130, + 473.0, + 483, + 523.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 530, + 504, + 561 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "score": 1.0, + "content": "Figure 10: Performance of the neural network in Equation 3 for two different parameters. Any reasonable", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 166, + 552 + ], + "score": 1.0, + "content": "modification on", + "type": "text" + }, + { + "bbox": [ + 166, + 540, + 176, + 550 + ], + "score": 0.85, + "content": "\\theta _ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 540, + 194, + 552 + ], + "score": 1.0, + "content": "(say", + "type": "text" + }, + { + "bbox": [ + 194, + 541, + 208, + 550 + ], + "score": 0.77, + "content": "\\pm 1", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 540, + 506, + 552 + ], + "score": 1.0, + "content": ") leaves the performance on environment A unchanged, while the performance on", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 550, + 227, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 227, + 561 + ], + "score": 1.0, + "content": "environment B quickly degrades.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 573, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 244, + 586 + ], + "score": 1.0, + "content": "However, it is easy to realize that", + "type": "text" + }, + { + "bbox": [ + 245, + 574, + 256, + 583 + ], + "score": 0.83, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "— while being a solution which can be returned by gradient", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 225, + 598 + ], + "score": 1.0, + "content": "descent using the pooled data", + "type": "text" + }, + { + "bbox": [ + 226, + 585, + 247, + 595 + ], + "score": 0.81, + "content": "\\mathbf { A } { + } \\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "— is not consistent (formal definition given in the main paper in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 282, + 609 + ], + "score": 1.0, + "content": "Section 2). Indeed, it is possible to modify", + "type": "text" + }, + { + "bbox": [ + 282, + 595, + 293, + 607 + ], + "score": 0.87, + "content": "\\tilde { \\theta } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "such that the loss in environment A remains almost", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 608, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 506, + 621 + ], + "score": 1.0, + "content": "unchanged, while the loss in environment B gets larger. In particular, on the right panel of Figure 10,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 618, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 163, + 635 + ], + "score": 1.0, + "content": "we show that", + "type": "text" + }, + { + "bbox": [ + 163, + 619, + 308, + 632 + ], + "score": 0.9, + "content": "\\tilde { \\theta } ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 618, + 358, + 635 + ], + "score": 1.0, + "content": "is such that", + "type": "text" + }, + { + "bbox": [ + 359, + 619, + 454, + 632 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { A } ( \\theta ^ { * } ) \\leqslant \\bar { \\mathcal { L } _ { A } ( \\tilde { \\theta } ^ { * } ) } + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 618, + 478, + 635 + ], + "score": 1.0, + "content": "(with", + "type": "text" + }, + { + "bbox": [ + 478, + 622, + 484, + 630 + ], + "score": 0.61, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 618, + 506, + 635 + ], + "score": 1.0, + "content": "very", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 149, + 646 + ], + "score": 1.0, + "content": "small) but", + "type": "text" + }, + { + "bbox": [ + 149, + 632, + 227, + 645 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { B } ( \\theta ^ { * } ) \\ll \\mathcal { L } _ { B } ( \\tilde { \\theta } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 633, + 505, + 646 + ], + "score": 1.0, + "content": ". According to our definition in Equation 1 (see main paper), we have", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 645, + 408, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 232, + 658 + ], + "score": 0.89, + "content": "{ \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) \\leq | { \\mathcal L } _ { B } ( \\theta ^ { * } ) - { \\mathcal L } _ { B } ( \\tilde { \\theta } ^ { * } ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 645, + 408, + 659 + ], + "score": 1.0, + "content": "— that is a large number (low consistency).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 107, + 659, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "Remark 1 (Connection to out of distribution generalization). The main point of this analysis was to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "score": 1.0, + "content": "show an example of where our measure of consistency behaves according to expectations: A typical", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "implementation of the universal approximation theorem — which one would not expect to generalize", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "score": 1.0, + "content": "out of distribution, due to its ‘patchwork’ behavior — leads indeed to a very low consistency score.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 712, + 506, + 732 + ], + "lines": [ + { + "bbox": [ + 115, + 708, + 508, + 724 + ], + "spans": [ + { + "bbox": [ + 115, + 708, + 508, + 724 + ], + "score": 1.0, + "content": "11For a graphical description, the reader can check http://neuralnetworksanddeeplearning.", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 183, + 732 + ], + "score": 1.0, + "content": "com/chap4.html", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "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": [ + 108, + 81, + 258, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 81, + 259, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 81, + 259, + 95 + ], + "score": 1.0, + "content": "A APPENDIX TO SECTION 2", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 349, + 118 + ], + "lines": [ + { + "bbox": [ + 106, + 106, + 349, + 119 + ], + "spans": [ + { + "bbox": [ + 106, + 106, + 349, + 119 + ], + "score": 1.0, + "content": "A.1 A CLASSIC EXAMPLE OF A PATCHWORK SOLUTION", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 1, + "bbox_fs": [ + 106, + 106, + 349, + 119 + ] + }, + { + "type": "text", + "bbox": [ + 100, + 127, + 506, + 140 + ], + "lines": [ + { + "bbox": [ + 106, + 127, + 507, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 507, + 141 + ], + "score": 1.0, + "content": "Consider a neural network with one hidden layer consisting of two neurons and sigmoidal activations:", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 2, + "bbox_fs": [ + 106, + 127, + 507, + 141 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 170, + 150, + 441, + 163 + ], + "lines": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "spans": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "score": 0.86, + "content": "f _ { \\theta } ( x ) = \\theta _ { 5 } \\sigma ( \\theta _ { 1 } x + \\theta _ { 2 } ) + \\theta _ { 6 } \\sigma ( \\theta _ { 3 } x + \\theta _ { 4 } ) , \\quad \\sigma ( z ) : = 1 / ( 1 + e ^ { - z } ) .", + "type": "interline_equation", + "image_path": "1c3e1f1349f383088f95799608bda92f13aa62d011e38583a0fbed793bbfff9f.jpg" + } + ] + } + ], + "index": 3, + "virtual_lines": [ + { + "bbox": [ + 170, + 150, + 441, + 163 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 166, + 396, + 179 + ], + "lines": [ + { + "bbox": [ + 106, + 166, + 396, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 166, + 272, + 180 + ], + "score": 1.0, + "content": "We want to learn the continuous function", + "type": "text" + }, + { + "bbox": [ + 273, + 167, + 351, + 179 + ], + "score": 0.92, + "content": "f ^ { * } : [ 0 , 1 ] \\to [ 0 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 166, + 396, + 180 + ], + "score": 1.0, + "content": "defined as", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4, + "bbox_fs": [ + 106, + 166, + 396, + 180 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 213, + 185, + 396, + 254 + ], + "lines": [ + { + "bbox": [ + 213, + 185, + 396, + 254 + ], + "spans": [ + { + "bbox": [ + 213, + 185, + 396, + 254 + ], + "score": 0.93, + "content": "f ^ { * } ( x ) = \\left\\{ \\begin{array} { l l } { 0 } & { x \\in [ 0 , 0 . 4 ) ; } \\\\ { 1 0 ( x - 0 . 4 ) } & { x \\in [ 0 . 4 , 0 . 5 ) ; } \\\\ { 1 } & { x \\in [ 0 . 5 , 0 . 7 ) ; } \\\\ { 1 0 ( x - 0 . 7 ) + 1 } & { x \\in [ 0 . 7 , 0 . 8 ) ; } \\\\ { 2 } & { x \\in [ 0 . 8 , 1 ] . } \\end{array} \\right.", + "type": "interline_equation", + "image_path": "6a13e80a45253052ef835a0015cb8ae32cb16dbbc7a7556dafc018015a29d766.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 213, + 185, + 396, + 198.8 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 213, + 198.8, + 396, + 212.60000000000002 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 213, + 212.60000000000002, + 396, + 226.40000000000003 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 213, + 226.40000000000003, + 396, + 240.20000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 213, + 240.20000000000005, + 396, + 254.00000000000006 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 259, + 427, + 271 + ], + "lines": [ + { + "bbox": [ + 106, + 259, + 427, + 272 + ], + "spans": [ + { + "bbox": [ + 106, + 259, + 427, + 272 + ], + "score": 1.0, + "content": "To perform this task, we have access to (noiseless) data from two environments:", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 106, + 259, + 427, + 272 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 180, + 277, + 431, + 291 + ], + "lines": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "spans": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "score": 0.88, + "content": "A : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 , 0 . 5 ) \\} , \\quad B : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 . 5 , 1 ] \\} .", + "type": "interline_equation", + "image_path": "a6d9d3abf3d9676bfad743aa44245173df4e26b6f581bd28df47a570ac8d588e.jpg" + } + ] + } + ], + "index": 11, + "virtual_lines": [ + { + "bbox": [ + 180, + 277, + 431, + 291 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 297, + 507, + 353 + ], + "lines": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "spans": [ + { + "bbox": [ + 105, + 297, + 506, + 310 + ], + "score": 1.0, + "content": "There is a simple constructive way, provided by the universal function approximation theorem Cy-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 306, + 506, + 322 + ], + "spans": [ + { + "bbox": [ + 104, + 306, + 266, + 322 + ], + "score": 1.0, + "content": "benko (1989) to fit this function11 using", + "type": "text" + }, + { + "bbox": [ + 267, + 308, + 277, + 320 + ], + "score": 0.87, + "content": "f _ { \\theta }", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 306, + 458, + 322 + ], + "score": 1.0, + "content": "up to an arbitrarily small mean squared error", + "type": "text" + }, + { + "bbox": [ + 458, + 308, + 503, + 320 + ], + "score": 0.93, + "content": "\\mathcal { L } _ { A + B } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 306, + 506, + 322 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 319, + 505, + 331 + ], + "spans": [ + { + "bbox": [ + 105, + 319, + 505, + 331 + ], + "score": 1.0, + "content": "Leaving out the details of such a construction (Cybenko (1989) for details), the reader can check", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 329, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 252, + 343 + ], + "score": 1.0, + "content": "on the left panel of Figure 10 that", + "type": "text" + }, + { + "bbox": [ + 252, + 330, + 385, + 342 + ], + "score": 0.88, + "content": "\\theta ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 385, + 329, + 506, + 343 + ], + "score": 1.0, + "content": "provides a good fit for both", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 340, + 356, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 230, + 354 + ], + "score": 1.0, + "content": "environments A and B — both", + "type": "text" + }, + { + "bbox": [ + 230, + 341, + 263, + 353 + ], + "score": 0.93, + "content": "{ \\mathcal { L } } _ { A } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 340, + 281, + 354 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 281, + 342, + 314, + 353 + ], + "score": 0.92, + "content": "{ \\mathcal { L } } _ { B } ( \\theta ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 314, + 340, + 356, + 354 + ], + "score": 1.0, + "content": "are small.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 104, + 297, + 506, + 354 + ] + }, + { + "type": "image", + "bbox": [ + 130, + 373, + 483, + 523 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 130, + 373, + 483, + 523 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 130, + 373, + 482, + 522 + ], + "spans": [ + { + "bbox": [ + 130, + 373, + 482, + 522 + ], + "score": 0.974, + "type": "image", + "image_path": "eb35dbc64d91d70df2fc12fa12cfa328de9a0881fab9199faceabaf62636ab02.jpg" + } + ] + } + ], + "index": 18, + "virtual_lines": [ + { + "bbox": [ + 130, + 373, + 483, + 423.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 130, + 423.0, + 483, + 473.0 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 130, + 473.0, + 483, + 523.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 530, + 504, + 561 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 106, + 530, + 505, + 542 + ], + "score": 1.0, + "content": "Figure 10: Performance of the neural network in Equation 3 for two different parameters. Any reasonable", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 540, + 506, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 166, + 552 + ], + "score": 1.0, + "content": "modification on", + "type": "text" + }, + { + "bbox": [ + 166, + 540, + 176, + 550 + ], + "score": 0.85, + "content": "\\theta _ { 6 }", + "type": "inline_equation" + }, + { + "bbox": [ + 176, + 540, + 194, + 552 + ], + "score": 1.0, + "content": "(say", + "type": "text" + }, + { + "bbox": [ + 194, + 541, + 208, + 550 + ], + "score": 0.77, + "content": "\\pm 1", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 540, + 506, + 552 + ], + "score": 1.0, + "content": ") leaves the performance on environment A unchanged, while the performance on", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 550, + 227, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 227, + 561 + ], + "score": 1.0, + "content": "environment B quickly degrades.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 106, + 573, + 505, + 658 + ], + "lines": [ + { + "bbox": [ + 106, + 573, + 505, + 586 + ], + "spans": [ + { + "bbox": [ + 106, + 573, + 244, + 586 + ], + "score": 1.0, + "content": "However, it is easy to realize that", + "type": "text" + }, + { + "bbox": [ + 245, + 574, + 256, + 583 + ], + "score": 0.83, + "content": "\\theta ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 256, + 573, + 505, + 586 + ], + "score": 1.0, + "content": "— while being a solution which can be returned by gradient", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 584, + 505, + 598 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 225, + 598 + ], + "score": 1.0, + "content": "descent using the pooled data", + "type": "text" + }, + { + "bbox": [ + 226, + 585, + 247, + 595 + ], + "score": 0.81, + "content": "\\mathbf { A } { + } \\mathbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 584, + 505, + 598 + ], + "score": 1.0, + "content": "— is not consistent (formal definition given in the main paper in", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 595, + 505, + 609 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 282, + 609 + ], + "score": 1.0, + "content": "Section 2). Indeed, it is possible to modify", + "type": "text" + }, + { + "bbox": [ + 282, + 595, + 293, + 607 + ], + "score": 0.87, + "content": "\\tilde { \\theta } ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 595, + 505, + 609 + ], + "score": 1.0, + "content": "such that the loss in environment A remains almost", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 608, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 106, + 608, + 506, + 621 + ], + "score": 1.0, + "content": "unchanged, while the loss in environment B gets larger. In particular, on the right panel of Figure 10,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 618, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 163, + 635 + ], + "score": 1.0, + "content": "we show that", + "type": "text" + }, + { + "bbox": [ + 163, + 619, + 308, + 632 + ], + "score": 0.9, + "content": "\\tilde { \\theta } ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 618, + 358, + 635 + ], + "score": 1.0, + "content": "is such that", + "type": "text" + }, + { + "bbox": [ + 359, + 619, + 454, + 632 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { A } ( \\theta ^ { * } ) \\leqslant \\bar { \\mathcal { L } _ { A } ( \\tilde { \\theta } ^ { * } ) } + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 618, + 478, + 635 + ], + "score": 1.0, + "content": "(with", + "type": "text" + }, + { + "bbox": [ + 478, + 622, + 484, + 630 + ], + "score": 0.61, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 484, + 618, + 506, + 635 + ], + "score": 1.0, + "content": "very", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 632, + 505, + 646 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 149, + 646 + ], + "score": 1.0, + "content": "small) but", + "type": "text" + }, + { + "bbox": [ + 149, + 632, + 227, + 645 + ], + "score": 0.94, + "content": "\\mathcal { L } _ { B } ( \\theta ^ { * } ) \\ll \\mathcal { L } _ { B } ( \\tilde { \\theta } ^ { * } )", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 633, + 505, + 646 + ], + "score": 1.0, + "content": ". According to our definition in Equation 1 (see main paper), we have", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 645, + 408, + 659 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 232, + 658 + ], + "score": 0.89, + "content": "{ \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) \\leq | { \\mathcal L } _ { B } ( \\theta ^ { * } ) - { \\mathcal L } _ { B } ( \\tilde { \\theta } ^ { * } ) |", + "type": "inline_equation" + }, + { + "bbox": [ + 232, + 645, + 408, + 659 + ], + "score": 1.0, + "content": "— that is a large number (low consistency).", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 26, + "bbox_fs": [ + 105, + 573, + 506, + 659 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 659, + 505, + 704 + ], + "lines": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 671 + ], + "score": 1.0, + "content": "Remark 1 (Connection to out of distribution generalization). The main point of this analysis was to", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 506, + 683 + ], + "score": 1.0, + "content": "show an example of where our measure of consistency behaves according to expectations: A typical", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 681, + 505, + 694 + ], + "score": 1.0, + "content": "implementation of the universal approximation theorem — which one would not expect to generalize", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "spans": [ + { + "bbox": [ + 105, + 691, + 505, + 705 + ], + "score": 1.0, + "content": "out of distribution, due to its ‘patchwork’ behavior — leads indeed to a very low consistency score.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 659, + 506, + 705 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 102, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 234, + 114 + ], + "score": 1.0, + "content": "Geometric mean of matrices.", + "type": "text" + }, + { + "bbox": [ + 239, + 99, + 281, + 118 + ], + "score": 1.0, + "content": "Given an", + "type": "text" + }, + { + "bbox": [ + 281, + 105, + 288, + 113 + ], + "score": 0.76, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 99, + 324, + 118 + ], + "score": 1.0, + "content": "-tuple of", + "type": "text" + }, + { + "bbox": [ + 324, + 103, + 348, + 114 + ], + "score": 0.9, + "content": "d \\times d", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 99, + 452, + 118 + ], + "score": 1.0, + "content": "positive definite matrices", + "type": "text" + }, + { + "bbox": [ + 452, + 103, + 486, + 117 + ], + "score": 0.93, + "content": "( A _ { j } ) _ { j = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 99, + 506, + 118 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 198, + 113, + 510, + 149 + ], + "spans": [ + { + "bbox": [ + 198, + 113, + 433, + 149 + ], + "score": 1.0, + "content": "ean Ando et al. (2004) is the unique positive definite solution, where log is the matrix logarithm. This matrix average he it relevant to signal processing and medical imaging. T", + "type": "text" + }, + { + "bbox": [ + 434, + 115, + 444, + 124 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 113, + 510, + 149 + ], + "score": 1.0, + "content": "to the equationmany desirable Karcher mean", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 124, + 198, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 198, + 138 + ], + "score": 0.92, + "content": "{ \\ k { \\stackrel { \\smile } { \\sum } } _ { i = 1 } ^ { m } } \\log ( \\dot { A } _ { i } ^ { - 1 } X ) = 0", + "type": "inline_equation" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 141, + 508, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 197, + 162 + ], + "score": 1.0, + "content": "can also be written as", + "type": "text" + }, + { + "bbox": [ + 197, + 146, + 389, + 160 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\operatorname * { a r g m i n } _ { X \\in S ^ { + + } ( d ) } \\bar { f } ( X ) = \\frac { 1 } { 2 m } \\bar { \\sum _ { i = 1 } ^ { m } } d ( A _ { i } , X ) ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 141, + 420, + 162 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 421, + 147, + 428, + 157 + ], + "score": 0.79, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 141, + 508, + 162 + ], + "score": 1.0, + "content": "is the Riemannian", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 157, + 311, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 272, + 173 + ], + "score": 1.0, + "content": "distance in the manifold of SPD matrices", + "type": "text" + }, + { + "bbox": [ + 273, + 160, + 306, + 172 + ], + "score": 0.92, + "content": "S ^ { + + } ( d )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 157, + 311, + 173 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "image", + "bbox": [ + 146, + 182, + 466, + 448 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 146, + 182, + 466, + 448 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 182, + 466, + 448 + ], + "spans": [ + { + "bbox": [ + 146, + 182, + 466, + 448 + ], + "score": 0.976, + "type": "image", + "image_path": "ad592e94eca81ce1c9da75f174ffeb9e7cd7d2510f2e4b3249bdbae3b184dfa4.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 146, + 182, + 466, + 270.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 146, + 270.6666666666667, + 466, + 359.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 146, + 359.33333333333337, + 466, + 448.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 457, + 504, + 487 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "score": 1.0, + "content": "Figure 11: While the arithmetic mean of the two loss surfaces on the left is identical in all three cases (third", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "score": 1.0, + "content": "column), the geometric mean has weaker and weaker gradients (black arrow) the more inconsistent the two loss", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 476, + 171, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 171, + 488 + ], + "score": 1.0, + "content": "surfaces become.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "Link between consistency and geometric means. Here we show how the consistency score", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "introduced in Equation 1 can be linked (in a simplified setting) to a comparison between the arithmetic", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 528, + 504, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 495, + 542 + ], + "score": 1.0, + "content": "and geometric means of the Hessians approximating the landscapes of two separate environments", + "type": "text" + }, + { + "bbox": [ + 495, + 529, + 504, + 539 + ], + "score": 0.74, + "content": "A", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 539, + 137, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 123, + 551 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 540, + 132, + 550 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 539, + 137, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 505, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 556, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 202, + 569 + ], + "score": 1.0, + "content": "At the local minimizer", + "type": "text" + }, + { + "bbox": [ + 203, + 557, + 234, + 567 + ], + "score": 0.89, + "content": "\\theta ^ { * } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 556, + 305, + 569 + ], + "score": 1.0, + "content": ", we assume that", + "type": "text" + }, + { + "bbox": [ + 306, + 557, + 370, + 568 + ], + "score": 0.91, + "content": "\\mathcal { L } _ { A } = \\mathcal { L } _ { B } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 556, + 505, + 569 + ], + "score": 1.0, + "content": "and consider the local quadratic", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 104, + 566, + 174, + 581 + ], + "score": 1.0, + "content": "approximations", + "type": "text" + }, + { + "bbox": [ + 174, + 567, + 258, + 580 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\ \\mathcal { L } _ { A } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 566, + 281, + 581 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 281, + 567, + 366, + 580 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\ \\mathcal { L } _ { B } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { B } \\theta } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 566, + 506, + 581 + ], + "score": 1.0, + "content": ". Here, we make the additional", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 578, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 228, + 591 + ], + "score": 1.0, + "content": "simplifying assumption that", + "type": "text" + }, + { + "bbox": [ + 228, + 579, + 244, + 590 + ], + "score": 0.84, + "content": "H _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 578, + 267, + 591 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 267, + 579, + 283, + 590 + ], + "score": 0.88, + "content": "H _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "are diagonal (or, more broadly, co-diagonalizable):", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 107, + 588, + 503, + 604 + ], + "spans": [ + { + "bbox": [ + 107, + 589, + 209, + 602 + ], + "score": 0.86, + "content": "H _ { A } \\mathbf { \\bar { \\Sigma } } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { A } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { A } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 588, + 213, + 604 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 213, + 590, + 316, + 602 + ], + "score": 0.84, + "content": "H _ { B } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { B } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { B } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 588, + 341, + 604 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 341, + 589, + 373, + 601 + ], + "score": 0.92, + "content": "\\lambda _ { i } ^ { A } \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 588, + 391, + 604 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 392, + 589, + 424, + 601 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { B } \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 588, + 452, + 604 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 452, + 590, + 503, + 601 + ], + "score": 0.9, + "content": "i = 1 , \\ldots , n", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 599, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 296, + 614 + ], + "score": 1.0, + "content": "The arithmetic and geometric means (noted as", + "type": "text" + }, + { + "bbox": [ + 297, + 602, + 325, + 612 + ], + "score": 0.91, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 599, + 343, + 614 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 343, + 602, + 371, + 612 + ], + "score": 0.89, + "content": "H _ { A \\land B }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 599, + 506, + 614 + ], + "score": 1.0, + "content": ") of these matrices are defined in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 611, + 241, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 241, + 624 + ], + "score": 1.0, + "content": "this simplified setting as follows:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5 + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 628, + 502, + 656 + ], + "lines": [ + { + "bbox": [ + 111, + 628, + 502, + 656 + ], + "spans": [ + { + "bbox": [ + 111, + 628, + 502, + 656 + ], + "score": 0.91, + "content": "H _ { A + B } = \\mathrm { d i a g } \\left( \\frac { 1 } { 2 } ( \\lambda _ { 1 } ^ { A } + \\lambda _ { 1 } ^ { B } ) , \\cdots , \\frac { 1 } { 2 } ( \\lambda _ { n } ^ { A } + \\lambda _ { n } ^ { B } ) \\right) , \\quad H _ { A \\wedge B } = \\mathrm { d i a g } \\left( \\sqrt { \\lambda _ { 1 } ^ { A } \\lambda _ { 1 } ^ { B } } , \\cdots , \\sqrt { \\lambda _ { n } ^ { A } \\lambda _ { n } ^ { B } } \\right) .", + "type": "interline_equation", + "image_path": "564e77bac0632db3bd160c7ba220fd9c3c9e2dfcac42b211a3dc1ea1a5771f5f.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 628, + 502, + 637.3333333333334 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 637.3333333333334, + 502, + 646.6666666666667 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 646.6666666666667, + 502, + 656.0000000000001 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 660, + 503, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 674 + ], + "score": 1.0, + "content": "As motivated in the main paper and in Figure 12, one can link the consistency of two landscapes to a", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 672, + 461, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 461, + 685 + ], + "score": 1.0, + "content": "comparison between the geometric and arithmetic means of the corresponding Hessians.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 108, + 686, + 504, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 685, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 505, + 700 + ], + "score": 1.0, + "content": "Proposition 3. In the setting we just described, the consistency score in Equation 1 can be estimated", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 698, + 153, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 153, + 711 + ], + "score": 1.0, + "content": "as follows:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + }, + { + "type": "interline_equation", + "bbox": [ + 241, + 706, + 369, + 736 + ], + "lines": [ + { + "bbox": [ + 241, + 706, + 369, + 736 + ], + "spans": [ + { + "bbox": [ + 241, + 706, + 369, + 736 + ], + "score": 0.94, + "content": "{ \\mathcal { T } } ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon \\left( { \\frac { \\operatorname* { d e t } \\bigl ( H _ { A + B } \\bigr ) } { \\operatorname* { d e t } \\bigl ( H _ { A \\wedge B } \\bigr ) } } \\right) ^ { 2 } .", + "type": "interline_equation", + "image_path": "b7adb9e04414281e3352f0794331547efa43be680e37fb2969ea051af4c4c98f.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 241, + 706, + 369, + 721.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 241, + 721.0, + 369, + 736.0 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "page_idx": 13, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": "14", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 105, + 82, + 483, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 482, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 482, + 95 + ], + "score": 1.0, + "content": "A.2 SECTION 2.2: CONSISTENCY AS ARITHMETIC/GEOMETRIC MEAN OF LANDSCAPES", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 106, + 102, + 505, + 172 + ], + "lines": [ + { + "bbox": [ + 106, + 99, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 234, + 114 + ], + "score": 1.0, + "content": "Geometric mean of matrices.", + "type": "text" + }, + { + "bbox": [ + 239, + 99, + 281, + 118 + ], + "score": 1.0, + "content": "Given an", + "type": "text" + }, + { + "bbox": [ + 281, + 105, + 288, + 113 + ], + "score": 0.76, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 99, + 324, + 118 + ], + "score": 1.0, + "content": "-tuple of", + "type": "text" + }, + { + "bbox": [ + 324, + 103, + 348, + 114 + ], + "score": 0.9, + "content": "d \\times d", + "type": "inline_equation" + }, + { + "bbox": [ + 348, + 99, + 452, + 118 + ], + "score": 1.0, + "content": "positive definite matrices", + "type": "text" + }, + { + "bbox": [ + 452, + 103, + 486, + 117 + ], + "score": 0.93, + "content": "( A _ { j } ) _ { j = 1 } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 99, + 506, + 118 + ], + "score": 1.0, + "content": ", the", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 198, + 113, + 510, + 149 + ], + "spans": [ + { + "bbox": [ + 198, + 113, + 433, + 149 + ], + "score": 1.0, + "content": "ean Ando et al. (2004) is the unique positive definite solution, where log is the matrix logarithm. This matrix average he it relevant to signal processing and medical imaging. T", + "type": "text" + }, + { + "bbox": [ + 434, + 115, + 444, + 124 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 113, + 510, + 149 + ], + "score": 1.0, + "content": "to the equationmany desirable Karcher mean", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 124, + 198, + 138 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 198, + 138 + ], + "score": 0.92, + "content": "{ \\ k { \\stackrel { \\smile } { \\sum } } _ { i = 1 } ^ { m } } \\log ( \\dot { A } _ { i } ^ { - 1 } X ) = 0", + "type": "inline_equation" + } + ], + "index": 1, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 141, + 508, + 162 + ], + "spans": [ + { + "bbox": [ + 105, + 141, + 197, + 162 + ], + "score": 1.0, + "content": "can also be written as", + "type": "text" + }, + { + "bbox": [ + 197, + 146, + 389, + 160 + ], + "score": 0.86, + "content": "\\begin{array} { r } { \\operatorname * { a r g m i n } _ { X \\in S ^ { + + } ( d ) } \\bar { f } ( X ) = \\frac { 1 } { 2 m } \\bar { \\sum _ { i = 1 } ^ { m } } d ( A _ { i } , X ) ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 141, + 420, + 162 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 421, + 147, + 428, + 157 + ], + "score": 0.79, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 141, + 508, + 162 + ], + "score": 1.0, + "content": "is the Riemannian", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 105, + 157, + 311, + 173 + ], + "spans": [ + { + "bbox": [ + 105, + 157, + 272, + 173 + ], + "score": 1.0, + "content": "distance in the manifold of SPD matrices", + "type": "text" + }, + { + "bbox": [ + 273, + 160, + 306, + 172 + ], + "score": 0.92, + "content": "S ^ { + + } ( d )", + "type": "inline_equation" + }, + { + "bbox": [ + 307, + 157, + 311, + 173 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true, + "is_list_end_line": true + } + ], + "index": 2, + "bbox_fs": [ + 105, + 99, + 510, + 173 + ] + }, + { + "type": "image", + "bbox": [ + 146, + 182, + 466, + 448 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 146, + 182, + 466, + 448 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 146, + 182, + 466, + 448 + ], + "spans": [ + { + "bbox": [ + 146, + 182, + 466, + 448 + ], + "score": 0.976, + "type": "image", + "image_path": "ad592e94eca81ce1c9da75f174ffeb9e7cd7d2510f2e4b3249bdbae3b184dfa4.jpg" + } + ] + } + ], + "index": 6, + "virtual_lines": [ + { + "bbox": [ + 146, + 182, + 466, + 270.6666666666667 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 146, + 270.6666666666667, + 466, + 359.33333333333337 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 146, + 359.33333333333337, + 466, + 448.00000000000006 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 457, + 504, + 487 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 506, + 468 + ], + "score": 1.0, + "content": "Figure 11: While the arithmetic mean of the two loss surfaces on the left is identical in all three cases (third", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 467, + 505, + 478 + ], + "score": 1.0, + "content": "column), the geometric mean has weaker and weaker gradients (black arrow) the more inconsistent the two loss", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 476, + 171, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 476, + 171, + 488 + ], + "score": 1.0, + "content": "surfaces become.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 505, + 551 + ], + "lines": [ + { + "bbox": [ + 105, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "Link between consistency and geometric means. Here we show how the consistency score", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 505, + 531 + ], + "score": 1.0, + "content": "introduced in Equation 1 can be linked (in a simplified setting) to a comparison between the arithmetic", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 528, + 504, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 495, + 542 + ], + "score": 1.0, + "content": "and geometric means of the Hessians approximating the landscapes of two separate environments", + "type": "text" + }, + { + "bbox": [ + 495, + 529, + 504, + 539 + ], + "score": 0.74, + "content": "A", + "type": "inline_equation" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 539, + 137, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 123, + 551 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 124, + 540, + 132, + 550 + ], + "score": 0.83, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 133, + 539, + 137, + 551 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 507, + 505, + 551 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 556, + 505, + 623 + ], + "lines": [ + { + "bbox": [ + 105, + 556, + 505, + 569 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 202, + 569 + ], + "score": 1.0, + "content": "At the local minimizer", + "type": "text" + }, + { + "bbox": [ + 203, + 557, + 234, + 567 + ], + "score": 0.89, + "content": "\\theta ^ { * } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 235, + 556, + 305, + 569 + ], + "score": 1.0, + "content": ", we assume that", + "type": "text" + }, + { + "bbox": [ + 306, + 557, + 370, + 568 + ], + "score": 0.91, + "content": "\\mathcal { L } _ { A } = \\mathcal { L } _ { B } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 556, + 505, + 569 + ], + "score": 1.0, + "content": "and consider the local quadratic", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 566, + 506, + 581 + ], + "spans": [ + { + "bbox": [ + 104, + 566, + 174, + 581 + ], + "score": 1.0, + "content": "approximations", + "type": "text" + }, + { + "bbox": [ + 174, + 567, + 258, + 580 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\ \\mathcal { L } _ { A } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 566, + 281, + 581 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 281, + 567, + 366, + 580 + ], + "score": 0.9, + "content": "\\begin{array} { r } { \\ \\mathcal { L } _ { B } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { B } \\theta } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 566, + 506, + 581 + ], + "score": 1.0, + "content": ". Here, we make the additional", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 578, + 506, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 578, + 228, + 591 + ], + "score": 1.0, + "content": "simplifying assumption that", + "type": "text" + }, + { + "bbox": [ + 228, + 579, + 244, + 590 + ], + "score": 0.84, + "content": "H _ { A }", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 578, + 267, + 591 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 267, + 579, + 283, + 590 + ], + "score": 0.88, + "content": "H _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 284, + 578, + 506, + 591 + ], + "score": 1.0, + "content": "are diagonal (or, more broadly, co-diagonalizable):", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 107, + 588, + 503, + 604 + ], + "spans": [ + { + "bbox": [ + 107, + 589, + 209, + 602 + ], + "score": 0.86, + "content": "H _ { A } \\mathbf { \\bar { \\Sigma } } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { A } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { A } )", + "type": "inline_equation" + }, + { + "bbox": [ + 209, + 588, + 213, + 604 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 213, + 590, + 316, + 602 + ], + "score": 0.84, + "content": "H _ { B } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { B } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { B } )", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 588, + 341, + 604 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 341, + 589, + 373, + 601 + ], + "score": 0.92, + "content": "\\lambda _ { i } ^ { A } \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 588, + 391, + 604 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 392, + 589, + 424, + 601 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { B } \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 588, + 452, + 604 + ], + "score": 1.0, + "content": "for all", + "type": "text" + }, + { + "bbox": [ + 452, + 590, + 503, + 601 + ], + "score": 0.9, + "content": "i = 1 , \\ldots , n", + "type": "inline_equation" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 599, + 506, + 614 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 296, + 614 + ], + "score": 1.0, + "content": "The arithmetic and geometric means (noted as", + "type": "text" + }, + { + "bbox": [ + 297, + 602, + 325, + 612 + ], + "score": 0.91, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 325, + 599, + 343, + 614 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 343, + 602, + 371, + 612 + ], + "score": 0.89, + "content": "H _ { A \\land B }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 599, + 506, + 614 + ], + "score": 1.0, + "content": ") of these matrices are defined in", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 611, + 241, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 611, + 241, + 624 + ], + "score": 1.0, + "content": "this simplified setting as follows:", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 17.5, + "bbox_fs": [ + 104, + 556, + 506, + 624 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 111, + 628, + 502, + 656 + ], + "lines": [ + { + "bbox": [ + 111, + 628, + 502, + 656 + ], + "spans": [ + { + "bbox": [ + 111, + 628, + 502, + 656 + ], + "score": 0.91, + "content": "H _ { A + B } = \\mathrm { d i a g } \\left( \\frac { 1 } { 2 } ( \\lambda _ { 1 } ^ { A } + \\lambda _ { 1 } ^ { B } ) , \\cdots , \\frac { 1 } { 2 } ( \\lambda _ { n } ^ { A } + \\lambda _ { n } ^ { B } ) \\right) , \\quad H _ { A \\wedge B } = \\mathrm { d i a g } \\left( \\sqrt { \\lambda _ { 1 } ^ { A } \\lambda _ { 1 } ^ { B } } , \\cdots , \\sqrt { \\lambda _ { n } ^ { A } \\lambda _ { n } ^ { B } } \\right) .", + "type": "interline_equation", + "image_path": "564e77bac0632db3bd160c7ba220fd9c3c9e2dfcac42b211a3dc1ea1a5771f5f.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 111, + 628, + 502, + 637.3333333333334 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 111, + 637.3333333333334, + 502, + 646.6666666666667 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 111, + 646.6666666666667, + 502, + 656.0000000000001 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 660, + 503, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 660, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 660, + 506, + 674 + ], + "score": 1.0, + "content": "As motivated in the main paper and in Figure 12, one can link the consistency of two landscapes to a", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 672, + 461, + 685 + ], + "spans": [ + { + "bbox": [ + 106, + 672, + 461, + 685 + ], + "score": 1.0, + "content": "comparison between the geometric and arithmetic means of the corresponding Hessians.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 660, + 506, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 686, + 504, + 708 + ], + "lines": [ + { + "bbox": [ + 105, + 685, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 685, + 505, + 700 + ], + "score": 1.0, + "content": "Proposition 3. In the setting we just described, the consistency score in Equation 1 can be estimated", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 698, + 153, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 153, + 711 + ], + "score": 1.0, + "content": "as follows:", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5, + "bbox_fs": [ + 105, + 685, + 505, + 711 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 241, + 706, + 369, + 736 + ], + "lines": [ + { + "bbox": [ + 241, + 706, + 369, + 736 + ], + "spans": [ + { + "bbox": [ + 241, + 706, + 369, + 736 + ], + "score": 0.94, + "content": "{ \\mathcal { T } } ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon \\left( { \\frac { \\operatorname* { d e t } \\bigl ( H _ { A + B } \\bigr ) } { \\operatorname* { d e t } \\bigl ( H _ { A \\wedge B } \\bigr ) } } \\right) ^ { 2 } .", + "type": "interline_equation", + "image_path": "b7adb9e04414281e3352f0794331547efa43be680e37fb2969ea051af4c4c98f.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 241, + 706, + 369, + 721.0 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 241, + 721.0, + 369, + 736.0 + ], + "spans": [], + "index": 29 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 185, + 79, + 425, + 200 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 185, + 79, + 425, + 200 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 185, + 79, + 425, + 200 + ], + "spans": [ + { + "bbox": [ + 185, + 79, + 425, + 200 + ], + "score": 0.969, + "type": "image", + "image_path": "18902103c5165a84f4ea044ec9a748571660c465a1a120f77d810e8def45c95e.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 185, + 79, + 425, + 94.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 185, + 94.125, + 425, + 109.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 185, + 109.25, + 425, + 124.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 185, + 124.375, + 425, + 139.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 185, + 139.5, + 425, + 154.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 185, + 154.625, + 425, + 169.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 185, + 169.75, + 425, + 184.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 185, + 184.875, + 425, + 200.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 505, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 242, + 222 + ], + "score": 1.0, + "content": "Figure 12: Plotted are contour lines", + "type": "text" + }, + { + "bbox": [ + 243, + 208, + 296, + 219 + ], + "score": 0.92, + "content": "\\theta ^ { \\top } H ^ { - 1 } \\theta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 208, + 311, + 222 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 311, + 209, + 388, + 221 + ], + "score": 0.91, + "content": "H _ { A } = \\mathrm { d i a g } ( 0 . 0 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 208, + 405, + 222 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 406, + 209, + 482, + 220 + ], + "score": 0.88, + "content": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 208, + 506, + 222 + ], + "score": 1.0, + "content": ". It is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 415, + 232 + ], + "score": 1.0, + "content": "convenient to provide this visualization because it is linked to the matrix determinant: a", + "type": "text" + }, + { + "bbox": [ + 415, + 220, + 505, + 231 + ], + "score": 0.88, + "content": "\\mathrm { V o l } ( \\{ \\theta ^ { \\top } H ^ { - 1 } \\theta = 1 \\} ) =", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 107, + 230, + 151, + 244 + ], + "score": 0.92, + "content": "\\pi { \\sqrt { \\operatorname* { d e t } ( H ) } }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 231, + 459, + 244 + ], + "score": 1.0, + "content": ". The geometric average retains the volume of the original ellipses, while the volume of", + "type": "text" + }, + { + "bbox": [ + 459, + 232, + 484, + 243 + ], + "score": 0.9, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "is 25", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 242, + 450, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 313, + 253 + ], + "score": 1.0, + "content": "times bigger. This magnification indicates that landscape", + "type": "text" + }, + { + "bbox": [ + 313, + 243, + 321, + 251 + ], + "score": 0.74, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 242, + 438, + 253 + ], + "score": 1.0, + "content": "is not consistent with landscape", + "type": "text" + }, + { + "bbox": [ + 438, + 243, + 446, + 251 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 242, + 450, + 253 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 507, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 507, + 284 + ], + "score": 1.0, + "content": "Before showing the proof, we note that the proposition gives a lower bound on the consistency.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "score": 1.0, + "content": "That is, it provides a pessimistic estimate. Yet, as we motivated, this estimate has a nice geometric", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 294, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 505, + 305 + ], + "score": 1.0, + "content": "interpretation. However, as we outline in a remark after the proof, this estimate is tight in two", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 305, + 195, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 195, + 317 + ], + "score": 1.0, + "content": "important limit cases.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 108, + 327, + 264, + 339 + ], + "lines": [ + { + "bbox": [ + 106, + 325, + 265, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 265, + 342 + ], + "score": 1.0, + "content": "Proof. In this setting, Equation 1 gives", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 340, + 409, + 368 + ], + "lines": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "spans": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "score": 0.91, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } \\left\\{ \\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) , \\operatorname* { m a x } _ { \\mathcal { L } _ { B } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { A } ( \\theta ) \\right\\} .", + "type": "interline_equation", + "image_path": "596eea8a741ad942279debd2491d52a92aa05a586de7895e17c14840da2aca24.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 370, + 151, + 381 + ], + "lines": [ + { + "bbox": [ + 106, + 369, + 153, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 153, + 381 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18 + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 377, + 375, + 405 + ], + "lines": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "spans": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "score": 0.92, + "content": "\\mathcal { L } _ { A } ( \\theta ) = \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta = \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } .", + "type": "interline_equation", + "image_path": "21a976a5e879ee9209ca5c9b59e1bfb2a24f04e35507e178a276fae55ffbed6c.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 399, + 417 + ], + "lines": [ + { + "bbox": [ + 106, + 405, + 400, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 400, + 419 + ], + "score": 1.0, + "content": "Hence, this is a simple quadratic program with quadratic constraints, and", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 419, + 389, + 447 + ], + "lines": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "spans": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "score": 0.94, + "content": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } \\leqslant \\epsilon } \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { B } \\theta _ { i } ^ { 2 } .", + "type": "interline_equation", + "image_path": "9ce2abf2826fae4e7102aa015c3798909f10f9eaec54c02d6a0174b775da1797.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 450, + 489, + 464 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 492, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 297, + 466 + ], + "score": 1.0, + "content": "Further, we can change variables and introduce", + "type": "text" + }, + { + "bbox": [ + 297, + 450, + 359, + 464 + ], + "score": 0.93, + "content": "\\tilde { \\theta } _ { i } = \\theta _ { i } \\sqrt { \\lambda _ { i } ^ { A } / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 448, + 492, + 466 + ], + "score": 1.0, + "content": ". The problem gets even simpler:", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 466, + 405, + 496 + ], + "lines": [ + { + "bbox": [ + 205, + 466, + 405, + 496 + ], + "spans": [ + { + "bbox": [ + 205, + 466, + 405, + 496 + ], + "score": 0.91, + "content": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\| \\tilde { \\theta } \\| ^ { 2 } \\leqslant \\epsilon } \\sum _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } \\tilde { \\theta } _ { i } ^ { 2 } = \\epsilon \\cdot \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } .", + "type": "interline_equation", + "image_path": "5996b71bb797117f5f8891e620a6ae7ce636799ca473d5cbb01bc4494c39431f.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 205, + 466, + 405, + 481.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 205, + 481.0, + 405, + 496.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 497, + 175, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 496, + 176, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 176, + 511 + ], + "score": 1.0, + "content": "All in all, we get", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25 + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 511, + 385, + 657 + ], + "lines": [ + { + "bbox": [ + 224, + 511, + 385, + 657 + ], + "spans": [ + { + "bbox": [ + 224, + 511, + 385, + 657 + ], + "score": 0.94, + "content": "\\begin{array} { r l } { T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon \\operatorname* { m a x } \\Bigg \\{ \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { i } ^ { B } } \\Bigg \\} } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\operatorname* { m a x } \\left\\{ \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left( \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { A } ^ { A } } + \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right) } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } ) ^ { 2 } + ( \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "b85f2cb6ec08708cf012c47c2835017a3b4f8aaf8af8794f0f384d01eb7476e9.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 224, + 511, + 385, + 525.6 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 224, + 525.6, + 385, + 540.2 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 224, + 540.2, + 385, + 554.8000000000001 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 224, + 554.8000000000001, + 385, + 569.4000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 224, + 569.4000000000001, + 385, + 584.0000000000001 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 224, + 584.0000000000001, + 385, + 598.6000000000001 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 224, + 598.6000000000001, + 385, + 613.2000000000002 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 224, + 613.2000000000002, + 385, + 627.8000000000002 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 224, + 627.8000000000002, + 385, + 642.4000000000002 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 224, + 642.4000000000002, + 385, + 657.0000000000002 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 154, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 155, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 155, + 668 + ], + "score": 1.0, + "content": "This means", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36 + }, + { + "type": "interline_equation", + "bbox": [ + 112, + 667, + 498, + 698 + ], + "lines": [ + { + "bbox": [ + 112, + 667, + 498, + 698 + ], + "spans": [ + { + "bbox": [ + 112, + 667, + 498, + 698 + ], + "score": 0.93, + "content": "\\sqrt { { \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) } \\leqslant \\epsilon \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\operatorname* { m a x } _ { i } \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } \\leqslant 2 \\epsilon \\frac { \\prod _ { i } ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\prod _ { i } \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\frac { \\operatorname* { d e t } ( H _ { A + B } ) } { \\operatorname* { d e t } ( H _ { A \\wedge B } ) } ,", + "type": "interline_equation", + "image_path": "948472fd43398d65d233b985eedf5e69d21a6131c16dd6d8beffc2221761a3ef.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 112, + 667, + 498, + 677.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 112, + 677.3333333333334, + 498, + 687.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 112, + 687.6666666666667, + 498, + 698.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "where the first inequality comes from the monotonicity of the square root function, and the second", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "inequality comes from the fact that (i) the geometric mean is always smaller or equal than theś", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 322, + 735 + ], + "score": 1.0, + "content": "arithmetic mean and (ii) for any sequence of numbers", + "type": "text" + }, + { + "bbox": [ + 322, + 721, + 351, + 732 + ], + "score": 0.86, + "content": "\\alpha _ { i } > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 719, + 356, + 735 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 356, + 720, + 428, + 733 + ], + "score": 0.73, + "content": "\\begin{array} { r } { \\operatorname* { m a x } _ { i } \\dot { \\alpha _ { i } } \\leqslant \\prod _ { i } \\alpha _ { i } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 719, + 432, + 735 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 493, + 720, + 506, + 732 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published 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": "15", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 185, + 79, + 425, + 200 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 185, + 79, + 425, + 200 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 185, + 79, + 425, + 200 + ], + "spans": [ + { + "bbox": [ + 185, + 79, + 425, + 200 + ], + "score": 0.969, + "type": "image", + "image_path": "18902103c5165a84f4ea044ec9a748571660c465a1a120f77d810e8def45c95e.jpg" + } + ] + } + ], + "index": 3.5, + "virtual_lines": [ + { + "bbox": [ + 185, + 79, + 425, + 94.125 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 185, + 94.125, + 425, + 109.25 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 185, + 109.25, + 425, + 124.375 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 185, + 124.375, + 425, + 139.5 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 185, + 139.5, + 425, + 154.625 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 185, + 154.625, + 425, + 169.75 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 185, + 169.75, + 425, + 184.875 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 185, + 184.875, + 425, + 200.0 + ], + "spans": [], + "index": 7 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 208, + 505, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 208, + 506, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 208, + 242, + 222 + ], + "score": 1.0, + "content": "Figure 12: Plotted are contour lines", + "type": "text" + }, + { + "bbox": [ + 243, + 208, + 296, + 219 + ], + "score": 0.92, + "content": "\\theta ^ { \\top } H ^ { - 1 } \\theta = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 208, + 311, + 222 + ], + "score": 1.0, + "content": "for", + "type": "text" + }, + { + "bbox": [ + 311, + 209, + 388, + 221 + ], + "score": 0.91, + "content": "H _ { A } = \\mathrm { d i a g } ( 0 . 0 1 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 208, + 405, + 222 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 406, + 209, + 482, + 220 + ], + "score": 0.88, + "content": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 208, + 506, + 222 + ], + "score": 1.0, + "content": ". It is", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 219, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 415, + 232 + ], + "score": 1.0, + "content": "convenient to provide this visualization because it is linked to the matrix determinant: a", + "type": "text" + }, + { + "bbox": [ + 415, + 220, + 505, + 231 + ], + "score": 0.88, + "content": "\\mathrm { V o l } ( \\{ \\theta ^ { \\top } H ^ { - 1 } \\theta = 1 \\} ) =", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 230, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 107, + 230, + 151, + 244 + ], + "score": 0.92, + "content": "\\pi { \\sqrt { \\operatorname* { d e t } ( H ) } }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 231, + 459, + 244 + ], + "score": 1.0, + "content": ". The geometric average retains the volume of the original ellipses, while the volume of", + "type": "text" + }, + { + "bbox": [ + 459, + 232, + 484, + 243 + ], + "score": 0.9, + "content": "H _ { A + B }", + "type": "inline_equation" + }, + { + "bbox": [ + 485, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "is 25", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 242, + 450, + 253 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 313, + 253 + ], + "score": 1.0, + "content": "times bigger. This magnification indicates that landscape", + "type": "text" + }, + { + "bbox": [ + 313, + 243, + 321, + 251 + ], + "score": 0.74, + "content": "A", + "type": "inline_equation" + }, + { + "bbox": [ + 321, + 242, + 438, + 253 + ], + "score": 1.0, + "content": "is not consistent with landscape", + "type": "text" + }, + { + "bbox": [ + 438, + 243, + 446, + 251 + ], + "score": 0.79, + "content": "B", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 242, + 450, + 253 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 9.5 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 271, + 505, + 316 + ], + "lines": [ + { + "bbox": [ + 105, + 270, + 507, + 284 + ], + "spans": [ + { + "bbox": [ + 105, + 270, + 507, + 284 + ], + "score": 1.0, + "content": "Before showing the proof, we note that the proposition gives a lower bound on the consistency.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 505, + 295 + ], + "score": 1.0, + "content": "That is, it provides a pessimistic estimate. Yet, as we motivated, this estimate has a nice geometric", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 294, + 505, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 294, + 505, + 305 + ], + "score": 1.0, + "content": "interpretation. However, as we outline in a remark after the proof, this estimate is tight in two", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 305, + 195, + 317 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 195, + 317 + ], + "score": 1.0, + "content": "important limit cases.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 13.5, + "bbox_fs": [ + 105, + 270, + 507, + 317 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 327, + 264, + 339 + ], + "lines": [ + { + "bbox": [ + 106, + 325, + 265, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 265, + 342 + ], + "score": 1.0, + "content": "Proof. In this setting, Equation 1 gives", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16, + "bbox_fs": [ + 106, + 325, + 265, + 342 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 201, + 340, + 409, + 368 + ], + "lines": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "spans": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "score": 0.91, + "content": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } \\left\\{ \\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) , \\operatorname* { m a x } _ { \\mathcal { L } _ { B } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { A } ( \\theta ) \\right\\} .", + "type": "interline_equation", + "image_path": "596eea8a741ad942279debd2491d52a92aa05a586de7895e17c14840da2aca24.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 201, + 340, + 409, + 368 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 370, + 151, + 381 + ], + "lines": [ + { + "bbox": [ + 106, + 369, + 153, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 153, + 381 + ], + "score": 1.0, + "content": "Recall that", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 18, + "bbox_fs": [ + 106, + 369, + 153, + 381 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 235, + 377, + 375, + 405 + ], + "lines": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "spans": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "score": 0.92, + "content": "\\mathcal { L } _ { A } ( \\theta ) = \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta = \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } .", + "type": "interline_equation", + "image_path": "21a976a5e879ee9209ca5c9b59e1bfb2a24f04e35507e178a276fae55ffbed6c.jpg" + } + ] + } + ], + "index": 19, + "virtual_lines": [ + { + "bbox": [ + 235, + 377, + 375, + 405 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 406, + 399, + 417 + ], + "lines": [ + { + "bbox": [ + 106, + 405, + 400, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 400, + 419 + ], + "score": 1.0, + "content": "Hence, this is a simple quadratic program with quadratic constraints, and", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 20, + "bbox_fs": [ + 106, + 405, + 400, + 419 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 221, + 419, + 389, + 447 + ], + "lines": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "spans": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "score": 0.94, + "content": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } \\leqslant \\epsilon } \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { B } \\theta _ { i } ^ { 2 } .", + "type": "interline_equation", + "image_path": "9ce2abf2826fae4e7102aa015c3798909f10f9eaec54c02d6a0174b775da1797.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 221, + 419, + 389, + 447 + ], + "spans": [], + "index": 21 + } + ] + }, + { + "type": "text", + "bbox": [ + 109, + 450, + 489, + 464 + ], + "lines": [ + { + "bbox": [ + 105, + 448, + 492, + 466 + ], + "spans": [ + { + "bbox": [ + 105, + 448, + 297, + 466 + ], + "score": 1.0, + "content": "Further, we can change variables and introduce", + "type": "text" + }, + { + "bbox": [ + 297, + 450, + 359, + 464 + ], + "score": 0.93, + "content": "\\tilde { \\theta } _ { i } = \\theta _ { i } \\sqrt { \\lambda _ { i } ^ { A } / 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 359, + 448, + 492, + 466 + ], + "score": 1.0, + "content": ". The problem gets even simpler:", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 448, + 492, + 466 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 466, + 405, + 496 + ], + "lines": [ + { + "bbox": [ + 205, + 466, + 405, + 496 + ], + "spans": [ + { + "bbox": [ + 205, + 466, + 405, + 496 + ], + "score": 0.91, + "content": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\| \\tilde { \\theta } \\| ^ { 2 } \\leqslant \\epsilon } \\sum _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } \\tilde { \\theta } _ { i } ^ { 2 } = \\epsilon \\cdot \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } .", + "type": "interline_equation", + "image_path": "5996b71bb797117f5f8891e620a6ae7ce636799ca473d5cbb01bc4494c39431f.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 205, + 466, + 405, + 481.0 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 205, + 481.0, + 405, + 496.0 + ], + "spans": [], + "index": 24 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 497, + 175, + 509 + ], + "lines": [ + { + "bbox": [ + 105, + 496, + 176, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 496, + 176, + 511 + ], + "score": 1.0, + "content": "All in all, we get", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 25, + "bbox_fs": [ + 105, + 496, + 176, + 511 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 224, + 511, + 385, + 657 + ], + "lines": [ + { + "bbox": [ + 224, + 511, + 385, + 657 + ], + "spans": [ + { + "bbox": [ + 224, + 511, + 385, + 657 + ], + "score": 0.94, + "content": "\\begin{array} { r l } { T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon \\operatorname* { m a x } \\Bigg \\{ \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { i } ^ { B } } \\Bigg \\} } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\operatorname* { m a x } \\left\\{ \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left( \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { A } ^ { A } } + \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right) } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } ) ^ { 2 } + ( \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} . } \\end{array}", + "type": "interline_equation", + "image_path": "b85f2cb6ec08708cf012c47c2835017a3b4f8aaf8af8794f0f384d01eb7476e9.jpg" + } + ] + } + ], + "index": 30.5, + "virtual_lines": [ + { + "bbox": [ + 224, + 511, + 385, + 525.6 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 224, + 525.6, + 385, + 540.2 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 224, + 540.2, + 385, + 554.8000000000001 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 224, + 554.8000000000001, + 385, + 569.4000000000001 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 224, + 569.4000000000001, + 385, + 584.0000000000001 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 224, + 584.0000000000001, + 385, + 598.6000000000001 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 224, + 598.6000000000001, + 385, + 613.2000000000002 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 224, + 613.2000000000002, + 385, + 627.8000000000002 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 224, + 627.8000000000002, + 385, + 642.4000000000002 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 224, + 642.4000000000002, + 385, + 657.0000000000002 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 656, + 154, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 655, + 155, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 155, + 668 + ], + "score": 1.0, + "content": "This means", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 36, + "bbox_fs": [ + 105, + 655, + 155, + 668 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 112, + 667, + 498, + 698 + ], + "lines": [ + { + "bbox": [ + 112, + 667, + 498, + 698 + ], + "spans": [ + { + "bbox": [ + 112, + 667, + 498, + 698 + ], + "score": 0.93, + "content": "\\sqrt { { \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) } \\leqslant \\epsilon \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\operatorname* { m a x } _ { i } \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } \\leqslant 2 \\epsilon \\frac { \\prod _ { i } ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\prod _ { i } \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\frac { \\operatorname* { d e t } ( H _ { A + B } ) } { \\operatorname* { d e t } ( H _ { A \\wedge B } ) } ,", + "type": "interline_equation", + "image_path": "948472fd43398d65d233b985eedf5e69d21a6131c16dd6d8beffc2221761a3ef.jpg" + } + ] + } + ], + "index": 38, + "virtual_lines": [ + { + "bbox": [ + 112, + 667, + 498, + 677.3333333333334 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 112, + 677.3333333333334, + 498, + 687.6666666666667 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 112, + 687.6666666666667, + 498, + 698.0000000000001 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 699, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "where the first inequality comes from the monotonicity of the square root function, and the second", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "inequality comes from the fact that (i) the geometric mean is always smaller or equal than theś", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 322, + 735 + ], + "score": 1.0, + "content": "arithmetic mean and (ii) for any sequence of numbers", + "type": "text" + }, + { + "bbox": [ + 322, + 721, + 351, + 732 + ], + "score": 0.86, + "content": "\\alpha _ { i } > 1", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 719, + 356, + 735 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 356, + 720, + 428, + 733 + ], + "score": 0.73, + "content": "\\begin{array} { r } { \\operatorname* { m a x } _ { i } \\dot { \\alpha _ { i } } \\leqslant \\prod _ { i } \\alpha _ { i } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 719, + 432, + 735 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 493, + 720, + 506, + 732 + ], + "score": 0.997, + "content": "□", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41, + "bbox_fs": [ + 105, + 698, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "score": 1.0, + "content": "Remark 2 (Sanity check). There are two important cases where we can test the bound above. First, if", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 107, + 93, + 151, + 105 + ], + "score": 0.92, + "content": "H _ { A } = H _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 93, + 173, + 105 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 174, + 93, + 221, + 105 + ], + "score": 0.92, + "content": "T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 93, + 312, + 105 + ], + "score": 1.0, + "content": ", and the bound returns", + "type": "text" + }, + { + "bbox": [ + 312, + 93, + 363, + 105 + ], + "score": 0.92, + "content": "T ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 93, + 505, + 105 + ], + "score": 1.0, + "content": ", since the geometric and arithmetic", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 225, + 117 + ], + "score": 1.0, + "content": "mean are the same. Next, say", + "type": "text" + }, + { + "bbox": [ + 226, + 104, + 257, + 117 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { A } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 103, + 273, + 117 + ], + "score": 1.0, + "content": "but", + "type": "text" + }, + { + "bbox": [ + 274, + 104, + 306, + 117 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { B } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 103, + 506, + 117 + ], + "score": 1.0, + "content": "; then, both the bound and the inconsistency score", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 264, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 121, + 128 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 122, + 117, + 131, + 125 + ], + "score": 0.78, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 115, + 264, + 128 + ], + "score": 1.0, + "content": "(highest possible inconsistency).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 108, + 140, + 245, + 151 + ], + "lines": [ + { + "bbox": [ + 106, + 140, + 246, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 246, + 153 + ], + "score": 1.0, + "content": "A.3 PROOF OF PROPOSITION 1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 506, + 206 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 506, + 172 + ], + "score": 1.0, + "content": "In this appendix section we consider the AND-masked GD algorithm, introduced at the end of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 504, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 343, + 184 + ], + "score": 1.0, + "content": "Section 2. We recall that the masked gradients at iteration", + "type": "text" + }, + { + "bbox": [ + 343, + 173, + 349, + 182 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 171, + 366, + 184 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 366, + 172, + 442, + 184 + ], + "score": 0.91, + "content": "\\mathsf { \\bar { \\rho } } m _ { t } ( \\theta ^ { k } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 171, + 473, + 184 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 473, + 172, + 504, + 184 + ], + "score": 0.92, + "content": "m _ { t } ( \\theta ^ { k } )", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 104, + 182, + 324, + 196 + ], + "score": 1.0, + "content": "vanishes for any component where there are less than", + "type": "text" + }, + { + "bbox": [ + 325, + 183, + 407, + 195 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 + 1 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "agreeing gradient signs", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 194, + 471, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 471, + 207 + ], + "score": 1.0, + "content": "across environments, and is equal to one otherwise. In a full-batch setting, the algorithm is", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 210, + 337, + 226 + ], + "lines": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "spans": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "score": 0.93, + "content": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } ) ,", + "type": "interline_equation", + "image_path": "367147ae234bf3fb44c2105fa911c059b7d9359111400bf47e02ee1e36df1124.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 423, + 213, + 504, + 225 + ], + "lines": [ + { + "bbox": [ + 423, + 212, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 423, + 212, + 505, + 227 + ], + "score": 1.0, + "content": "(AND-masked GD)", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 237, + 243 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 238, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 133, + 244 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 232, + 158, + 243 + ], + "score": 0.91, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 230, + 238, + 244 + ], + "score": 1.0, + "content": "is the learning rate.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 246, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 106, + 245, + 504, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 186, + 259 + ], + "score": 1.0, + "content": "Proposition 1. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 247, + 195, + 256 + ], + "score": 0.77, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 245, + 218, + 259 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 218, + 246, + 226, + 256 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 245, + 428, + 259 + ], + "score": 1.0, + "content": "-Lipschitz gradients and consider a learning rate", + "type": "text" + }, + { + "bbox": [ + 428, + 246, + 466, + 257 + ], + "score": 0.9, + "content": "\\eta \\leqslant 1 / L", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 245, + 497, + 259 + ], + "score": 1.0, + "content": ". After", + "type": "text" + }, + { + "bbox": [ + 497, + 247, + 504, + 256 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 255, + 489, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 328, + 271 + ], + "score": 1.0, + "content": "iterations, AND-masked GD visits at least once a point", + "type": "text" + }, + { + "bbox": [ + 329, + 258, + 335, + 267 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 255, + 363, + 271 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 363, + 257, + 485, + 270 + ], + "score": 0.91, + "content": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 255, + 489, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "text", + "bbox": [ + 102, + 281, + 505, + 304 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 265, + 295 + ], + "score": 1.0, + "content": "Proof. Thanks to the component-wise", + "type": "text" + }, + { + "bbox": [ + 265, + 282, + 273, + 291 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 280, + 479, + 295 + ], + "score": 1.0, + "content": "-smoothness and using a Taylor expansion around", + "type": "text" + }, + { + "bbox": [ + 480, + 281, + 489, + 291 + ], + "score": 0.87, + "content": "\\theta ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 280, + 506, + 295 + ], + "score": 1.0, + "content": "we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 291, + 129, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 129, + 306 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5 + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 307, + 466, + 362 + ], + "lines": [ + { + "bbox": [ + 144, + 307, + 466, + 362 + ], + "spans": [ + { + "bbox": [ + 144, + 307, + 466, + 362 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle \\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - \\eta \\langle \\nabla \\mathcal { L } ( \\theta ^ { i } ) , m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\rangle + \\displaystyle \\frac { L \\eta ^ { 2 } } { 2 } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } } \\\\ { \\displaystyle \\qquad = \\mathcal { L } ( \\theta ^ { i } ) - \\left( \\eta - \\frac { L \\eta ^ { 2 } } { 2 } \\right) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } . } \\end{array}", + "type": "interline_equation", + "image_path": "d29dd6557fac18231ce1c10b2d58e5259914511b22f4f71f2cb47d435fd3fc25.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 144, + 307, + 466, + 325.3333333333333 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 144, + 325.3333333333333, + 466, + 343.66666666666663 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 144, + 343.66666666666663, + 466, + 361.99999999999994 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 151, + 396 + ], + "score": 1.0, + "content": "If we seek", + "type": "text" + }, + { + "bbox": [ + 151, + 381, + 223, + 394 + ], + "score": 0.93, + "content": "\\eta - L \\eta ^ { 2 } / 2 \\geqslant \\eta / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 381, + 247, + 396 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 247, + 381, + 275, + 395 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\eta \\leqslant \\frac { 1 } { L } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 381, + 507, + 396 + ], + "score": 1.0, + "content": ", as we assumed in the proposition statement. Therefore,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 393, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 297, + 407 + ], + "score": 0.9, + "content": "\\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 393, + 328, + 408 + ], + "score": 1.0, + "content": ", for all", + "type": "text" + }, + { + "bbox": [ + 328, + 395, + 352, + 406 + ], + "score": 0.89, + "content": "i \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 393, + 419, + 408 + ], + "score": 1.0, + "content": ". Summing over", + "type": "text" + }, + { + "bbox": [ + 419, + 396, + 424, + 405 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 393, + 506, + 408 + ], + "score": 1.0, + "content": "from 0 to a desired", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 405, + 182, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 142, + 419 + ], + "score": 1.0, + "content": "iteration", + "type": "text" + }, + { + "bbox": [ + 142, + 407, + 149, + 416 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 405, + 182, + 419 + ], + "score": 1.0, + "content": ", we get", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20 + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 423, + 425, + 456 + ], + "lines": [ + { + "bbox": [ + 186, + 423, + 425, + 456 + ], + "spans": [ + { + "bbox": [ + 186, + 423, + 425, + 456 + ], + "score": 0.92, + "content": "\\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) - \\mathcal { L } ( \\theta ^ { k } ) \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) .", + "type": "interline_equation", + "image_path": "e864e9db0e9c856ab8b1d90a30efaf655e30e059a297104548b83e9c853e1c21.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 423, + 425, + 439.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 186, + 439.5, + 425, + 456.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 149, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 151, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 151, + 474 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 471, + 460, + 505 + ], + "lines": [ + { + "bbox": [ + 150, + 471, + 460, + 505 + ], + "spans": [ + { + "bbox": [ + 150, + 471, + 460, + 505 + ], + "score": 0.93, + "content": "\\operatorname* { m i n } _ { i = 0 , \\dots , k } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 1 } { k } \\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 2 { \\mathcal { L } } ( \\theta ^ { 0 } ) } { \\eta k } .", + "type": "interline_equation", + "image_path": "4274fdbefe7f256ba4c3acb6c48a69ee80628b61dd3d9512b3330c93c263db3a.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 150, + 471, + 460, + 482.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 150, + 482.3333333333333, + 460, + 493.66666666666663 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 150, + 493.66666666666663, + 460, + 504.99999999999994 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 511, + 472, + 525 + ], + "lines": [ + { + "bbox": [ + 104, + 509, + 470, + 528 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 228, + 528 + ], + "score": 1.0, + "content": "Hence, there exist an iteration", + "type": "text" + }, + { + "bbox": [ + 228, + 513, + 290, + 525 + ], + "score": 0.93, + "content": "i ^ { * } \\in \\{ 0 , \\ldots , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 509, + 330, + 528 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 330, + 511, + 470, + 525 + ], + "score": 0.93, + "content": "\\| m _ { t } ( { \\theta ^ { i } } ^ { * } ) \\odot \\nabla { \\mathcal { L } } ( { \\theta ^ { i } } ^ { * } ) \\| ^ { 2 } \\leqslant { \\mathcal { O } } ( 1 / k )", + "type": "inline_equation" + } + ], + "index": 28 + } + ], + "index": 28 + }, + { + "type": "title", + "bbox": [ + 108, + 537, + 246, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 246, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 246, + 550 + ], + "score": 1.0, + "content": "A.4 PROOF OF PROPOSITION 2", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 558, + 505, + 603 + ], + "lines": [ + { + "bbox": [ + 105, + 558, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 205, + 572 + ], + "score": 1.0, + "content": "Here we fix parameters", + "type": "text" + }, + { + "bbox": [ + 206, + 559, + 237, + 569 + ], + "score": 0.91, + "content": "\\boldsymbol \\theta \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 558, + 330, + 572 + ], + "score": 1.0, + "content": "and assume gradients", + "type": "text" + }, + { + "bbox": [ + 331, + 559, + 389, + 571 + ], + "score": 0.93, + "content": "\\nabla \\mathcal { L } _ { e } ( \\theta ) \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 558, + 505, + 572 + ], + "score": 1.0, + "content": "coming from environments", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 570, + 129, + 580 + ], + "score": 0.88, + "content": "e \\in \\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 570, + 424, + 581 + ], + "score": 1.0, + "content": "are drawn independently from a multivariate Gaussian with zero mean and", + "type": "text" + }, + { + "bbox": [ + 424, + 569, + 442, + 580 + ], + "score": 0.89, + "content": "\\sigma ^ { 2 } I", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 570, + 505, + 581 + ], + "score": 1.0, + "content": "covariance. We", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 581, + 504, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 504, + 593 + ], + "score": 1.0, + "content": "want to show that, in this random setting, the AND-mask introduced in Section 2.3 decreases the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 233, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 233, + 605 + ], + "score": 1.0, + "content": "magnitude of the gradient step.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 107, + 607, + 504, + 634 + ], + "lines": [ + { + "bbox": [ + 102, + 602, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 102, + 602, + 333, + 628 + ], + "score": 1.0, + "content": "Proposition 2. Consider the setting we just outlined, with", + "type": "text" + }, + { + "bbox": [ + 333, + 606, + 414, + 621 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 602, + 444, + 628 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 445, + 608, + 506, + 621 + ], + "score": 0.9, + "content": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 619, + 503, + 635 + ], + "spans": [ + { + "bbox": [ + 107, + 621, + 138, + 633 + ], + "score": 0.91, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 619, + 194, + 635 + ], + "score": 1.0, + "content": ", we have that", + "type": "text" + }, + { + "bbox": [ + 195, + 621, + 329, + 633 + ], + "score": 0.8, + "content": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 619, + 369, + 635 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 369, + 621, + 503, + 633 + ], + "score": 0.92, + "content": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )", + "type": "inline_equation" + } + ], + "index": 35 + } + ], + "index": 34.5 + }, + { + "type": "text", + "bbox": [ + 107, + 645, + 504, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 245, + 658 + ], + "score": 1.0, + "content": "Proof. Let us drop the argument", + "type": "text" + }, + { + "bbox": [ + 246, + 646, + 252, + 655 + ], + "score": 0.83, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 644, + 433, + 658 + ], + "score": 1.0, + "content": "for ease of notation. First, let us consider", + "type": "text" + }, + { + "bbox": [ + 433, + 646, + 450, + 656 + ], + "score": 0.83, + "content": "\\nabla \\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 644, + 506, + 658 + ], + "score": 1.0, + "content": "(no gradient", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 654, + 161, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 161, + 669 + ], + "score": 1.0, + "content": "AND-mask):", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 666, + 399, + 702 + ], + "lines": [ + { + "bbox": [ + 211, + 666, + 399, + 702 + ], + "spans": [ + { + "bbox": [ + 211, + 666, + 399, + 702 + ], + "score": 0.93, + "content": "\\mathbb { E } \\left\\| \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right\\| ^ { 2 } = \\frac { 1 } { d ^ { 2 } } \\sum _ { i = 1 } ^ { d } \\mathbb { E } \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } = \\frac { n \\sigma ^ { 2 } } { d } ,", + "type": "interline_equation", + "image_path": "685b3ca0815f9640febde7c769a312b0f4cc724fbc78ed839cffff1164e632d1.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 211, + 666, + 399, + 684.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 211, + 684.0, + 399, + 702.0 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 309, + 722 + ], + "score": 1.0, + "content": "where in the first equality we used the fact that the", + "type": "text" + }, + { + "bbox": [ + 309, + 710, + 333, + 721 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } _ { e _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "are uncorrelated and in the second the fact", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 718, + 330, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 124, + 735 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 124, + 720, + 174, + 732 + ], + "score": 0.93, + "content": "\\mathbb { E } [ \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 718, + 303, + 735 + ], + "score": 1.0, + "content": "is the trace of the covariance of", + "type": "text" + }, + { + "bbox": [ + 303, + 722, + 326, + 732 + ], + "score": 0.89, + "content": "\\nabla { \\mathcal { L } } _ { e _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 718, + 330, + 735 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5 + } + ], + "page_idx": 15, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": "16", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 494, + 513, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 495, + 514, + 505, + 524 + ], + "spans": [ + { + "bbox": [ + 495, + 514, + 505, + 524 + ], + "score": 0.999, + "content": "□", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 506, + 94 + ], + "score": 1.0, + "content": "Remark 2 (Sanity check). There are two important cases where we can test the bound above. First, if", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 107, + 93, + 505, + 105 + ], + "spans": [ + { + "bbox": [ + 107, + 93, + 151, + 105 + ], + "score": 0.92, + "content": "H _ { A } = H _ { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 93, + 173, + 105 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 174, + 93, + 221, + 105 + ], + "score": 0.92, + "content": "T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 221, + 93, + 312, + 105 + ], + "score": 1.0, + "content": ", and the bound returns", + "type": "text" + }, + { + "bbox": [ + 312, + 93, + 363, + 105 + ], + "score": 0.92, + "content": "T ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 364, + 93, + 505, + 105 + ], + "score": 1.0, + "content": ", since the geometric and arithmetic", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 225, + 117 + ], + "score": 1.0, + "content": "mean are the same. Next, say", + "type": "text" + }, + { + "bbox": [ + 226, + 104, + 257, + 117 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { A } = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 258, + 103, + 273, + 117 + ], + "score": 1.0, + "content": "but", + "type": "text" + }, + { + "bbox": [ + 274, + 104, + 306, + 117 + ], + "score": 0.93, + "content": "\\lambda _ { i } ^ { B } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 306, + 103, + 506, + 117 + ], + "score": 1.0, + "content": "; then, both the bound and the inconsistency score", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 264, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 121, + 128 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 122, + 117, + 131, + 125 + ], + "score": 0.78, + "content": "\\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 132, + 115, + 264, + 128 + ], + "score": 1.0, + "content": "(highest possible inconsistency).", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 128 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 140, + 245, + 151 + ], + "lines": [ + { + "bbox": [ + 106, + 140, + 246, + 153 + ], + "spans": [ + { + "bbox": [ + 106, + 140, + 246, + 153 + ], + "score": 1.0, + "content": "A.3 PROOF OF PROPOSITION 1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 160, + 506, + 206 + ], + "lines": [ + { + "bbox": [ + 105, + 160, + 506, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 160, + 506, + 172 + ], + "score": 1.0, + "content": "In this appendix section we consider the AND-masked GD algorithm, introduced at the end of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 171, + 504, + 184 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 343, + 184 + ], + "score": 1.0, + "content": "Section 2. We recall that the masked gradients at iteration", + "type": "text" + }, + { + "bbox": [ + 343, + 173, + 349, + 182 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 171, + 366, + 184 + ], + "score": 1.0, + "content": "are", + "type": "text" + }, + { + "bbox": [ + 366, + 172, + 442, + 184 + ], + "score": 0.91, + "content": "\\mathsf { \\bar { \\rho } } m _ { t } ( \\theta ^ { k } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { k } )", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 171, + 473, + 184 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 473, + 172, + 504, + 184 + ], + "score": 0.92, + "content": "m _ { t } ( \\theta ^ { k } )", + "type": "inline_equation" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 104, + 182, + 324, + 196 + ], + "score": 1.0, + "content": "vanishes for any component where there are less than", + "type": "text" + }, + { + "bbox": [ + 325, + 183, + 407, + 195 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 + 1 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 408, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "agreeing gradient signs", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 194, + 471, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 194, + 471, + 207 + ], + "score": 1.0, + "content": "across environments, and is equal to one otherwise. In a full-batch setting, the algorithm is", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 160, + 506, + 207 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 210, + 337, + 226 + ], + "lines": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "spans": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "score": 0.93, + "content": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } ) ,", + "type": "interline_equation", + "image_path": "367147ae234bf3fb44c2105fa911c059b7d9359111400bf47e02ee1e36df1124.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 194, + 210, + 337, + 226 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "text", + "bbox": [ + 423, + 213, + 504, + 225 + ], + "lines": [ + { + "bbox": [ + 423, + 212, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 423, + 212, + 505, + 227 + ], + "score": 1.0, + "content": "(AND-masked GD)", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10, + "bbox_fs": [ + 423, + 212, + 505, + 227 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 231, + 237, + 243 + ], + "lines": [ + { + "bbox": [ + 106, + 230, + 238, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 230, + 133, + 244 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 232, + 158, + 243 + ], + "score": 0.91, + "content": "\\eta > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 158, + 230, + 238, + 244 + ], + "score": 1.0, + "content": "is the learning rate.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11, + "bbox_fs": [ + 106, + 230, + 238, + 244 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 246, + 505, + 270 + ], + "lines": [ + { + "bbox": [ + 106, + 245, + 504, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 245, + 186, + 259 + ], + "score": 1.0, + "content": "Proposition 1. Let", + "type": "text" + }, + { + "bbox": [ + 186, + 247, + 195, + 256 + ], + "score": 0.77, + "content": "\\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 245, + 218, + 259 + ], + "score": 1.0, + "content": "have", + "type": "text" + }, + { + "bbox": [ + 218, + 246, + 226, + 256 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 227, + 245, + 428, + 259 + ], + "score": 1.0, + "content": "-Lipschitz gradients and consider a learning rate", + "type": "text" + }, + { + "bbox": [ + 428, + 246, + 466, + 257 + ], + "score": 0.9, + "content": "\\eta \\leqslant 1 / L", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 245, + 497, + 259 + ], + "score": 1.0, + "content": ". After", + "type": "text" + }, + { + "bbox": [ + 497, + 247, + 504, + 256 + ], + "score": 0.8, + "content": "k", + "type": "inline_equation" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 255, + 489, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 328, + 271 + ], + "score": 1.0, + "content": "iterations, AND-masked GD visits at least once a point", + "type": "text" + }, + { + "bbox": [ + 329, + 258, + 335, + 267 + ], + "score": 0.8, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 255, + 363, + 271 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 363, + 257, + 485, + 270 + ], + "score": 0.91, + "content": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )", + "type": "inline_equation" + }, + { + "bbox": [ + 486, + 255, + 489, + 271 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 245, + 504, + 271 + ] + }, + { + "type": "text", + "bbox": [ + 102, + 281, + 505, + 304 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 265, + 295 + ], + "score": 1.0, + "content": "Proof. Thanks to the component-wise", + "type": "text" + }, + { + "bbox": [ + 265, + 282, + 273, + 291 + ], + "score": 0.81, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 280, + 479, + 295 + ], + "score": 1.0, + "content": "-smoothness and using a Taylor expansion around", + "type": "text" + }, + { + "bbox": [ + 480, + 281, + 489, + 291 + ], + "score": 0.87, + "content": "\\theta ^ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 489, + 280, + 506, + 295 + ], + "score": 1.0, + "content": "we", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 104, + 291, + 129, + 306 + ], + "spans": [ + { + "bbox": [ + 104, + 291, + 129, + 306 + ], + "score": 1.0, + "content": "have", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 14.5, + "bbox_fs": [ + 104, + 280, + 506, + 306 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 144, + 307, + 466, + 362 + ], + "lines": [ + { + "bbox": [ + 144, + 307, + 466, + 362 + ], + "spans": [ + { + "bbox": [ + 144, + 307, + 466, + 362 + ], + "score": 0.93, + "content": "\\begin{array} { l } { \\displaystyle \\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - \\eta \\langle \\nabla \\mathcal { L } ( \\theta ^ { i } ) , m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\rangle + \\displaystyle \\frac { L \\eta ^ { 2 } } { 2 } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } } \\\\ { \\displaystyle \\qquad = \\mathcal { L } ( \\theta ^ { i } ) - \\left( \\eta - \\frac { L \\eta ^ { 2 } } { 2 } \\right) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } . } \\end{array}", + "type": "interline_equation", + "image_path": "d29dd6557fac18231ce1c10b2d58e5259914511b22f4f71f2cb47d435fd3fc25.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 144, + 307, + 466, + 325.3333333333333 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 144, + 325.3333333333333, + 466, + 343.66666666666663 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 144, + 343.66666666666663, + 466, + 361.99999999999994 + ], + "spans": [], + "index": 18 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 381, + 505, + 417 + ], + "lines": [ + { + "bbox": [ + 105, + 381, + 507, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 381, + 151, + 396 + ], + "score": 1.0, + "content": "If we seek", + "type": "text" + }, + { + "bbox": [ + 151, + 381, + 223, + 394 + ], + "score": 0.93, + "content": "\\eta - L \\eta ^ { 2 } / 2 \\geqslant \\eta / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 223, + 381, + 247, + 396 + ], + "score": 1.0, + "content": ", then", + "type": "text" + }, + { + "bbox": [ + 247, + 381, + 275, + 395 + ], + "score": 0.93, + "content": "\\begin{array} { r } { \\eta \\leqslant \\frac { 1 } { L } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 381, + 507, + 396 + ], + "score": 1.0, + "content": ", as we assumed in the proposition statement. Therefore,", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 393, + 506, + 408 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 297, + 407 + ], + "score": 0.9, + "content": "\\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 297, + 393, + 328, + 408 + ], + "score": 1.0, + "content": ", for all", + "type": "text" + }, + { + "bbox": [ + 328, + 395, + 352, + 406 + ], + "score": 0.89, + "content": "i \\geqslant 0", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 393, + 419, + 408 + ], + "score": 1.0, + "content": ". Summing over", + "type": "text" + }, + { + "bbox": [ + 419, + 396, + 424, + 405 + ], + "score": 0.72, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 393, + 506, + 408 + ], + "score": 1.0, + "content": "from 0 to a desired", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 405, + 182, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 405, + 142, + 419 + ], + "score": 1.0, + "content": "iteration", + "type": "text" + }, + { + "bbox": [ + 142, + 407, + 149, + 416 + ], + "score": 0.81, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 405, + 182, + 419 + ], + "score": 1.0, + "content": ", we get", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 381, + 507, + 419 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 186, + 423, + 425, + 456 + ], + "lines": [ + { + "bbox": [ + 186, + 423, + 425, + 456 + ], + "spans": [ + { + "bbox": [ + 186, + 423, + 425, + 456 + ], + "score": 0.92, + "content": "\\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) - \\mathcal { L } ( \\theta ^ { k } ) \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) .", + "type": "interline_equation", + "image_path": "e864e9db0e9c856ab8b1d90a30efaf655e30e059a297104548b83e9c853e1c21.jpg" + } + ] + } + ], + "index": 22.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 423, + 425, + 439.5 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 186, + 439.5, + 425, + 456.0 + ], + "spans": [], + "index": 23 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 461, + 149, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 460, + 151, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 151, + 474 + ], + "score": 1.0, + "content": "Therefore,", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 460, + 151, + 474 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 150, + 471, + 460, + 505 + ], + "lines": [ + { + "bbox": [ + 150, + 471, + 460, + 505 + ], + "spans": [ + { + "bbox": [ + 150, + 471, + 460, + 505 + ], + "score": 0.93, + "content": "\\operatorname* { m i n } _ { i = 0 , \\dots , k } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 1 } { k } \\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 2 { \\mathcal { L } } ( \\theta ^ { 0 } ) } { \\eta k } .", + "type": "interline_equation", + "image_path": "4274fdbefe7f256ba4c3acb6c48a69ee80628b61dd3d9512b3330c93c263db3a.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 150, + 471, + 460, + 482.3333333333333 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 150, + 482.3333333333333, + 460, + 493.66666666666663 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 150, + 493.66666666666663, + 460, + 504.99999999999994 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 511, + 472, + 525 + ], + "lines": [ + { + "bbox": [ + 104, + 509, + 470, + 528 + ], + "spans": [ + { + "bbox": [ + 104, + 509, + 228, + 528 + ], + "score": 1.0, + "content": "Hence, there exist an iteration", + "type": "text" + }, + { + "bbox": [ + 228, + 513, + 290, + 525 + ], + "score": 0.93, + "content": "i ^ { * } \\in \\{ 0 , \\ldots , k \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 509, + 330, + 528 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 330, + 511, + 470, + 525 + ], + "score": 0.93, + "content": "\\| m _ { t } ( { \\theta ^ { i } } ^ { * } ) \\odot \\nabla { \\mathcal { L } } ( { \\theta ^ { i } } ^ { * } ) \\| ^ { 2 } \\leqslant { \\mathcal { O } } ( 1 / k )", + "type": "inline_equation" + } + ], + "index": 28 + } + ], + "index": 28, + "bbox_fs": [ + 104, + 509, + 470, + 528 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 537, + 246, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 537, + 246, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 246, + 550 + ], + "score": 1.0, + "content": "A.4 PROOF OF PROPOSITION 2", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 558, + 505, + 603 + ], + "lines": [ + { + "bbox": [ + 105, + 558, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 205, + 572 + ], + "score": 1.0, + "content": "Here we fix parameters", + "type": "text" + }, + { + "bbox": [ + 206, + 559, + 237, + 569 + ], + "score": 0.91, + "content": "\\boldsymbol \\theta \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 558, + 330, + 572 + ], + "score": 1.0, + "content": "and assume gradients", + "type": "text" + }, + { + "bbox": [ + 331, + 559, + 389, + 571 + ], + "score": 0.93, + "content": "\\nabla \\mathcal { L } _ { e } ( \\theta ) \\in \\mathbb { R } ^ { n }", + "type": "inline_equation" + }, + { + "bbox": [ + 389, + 558, + 505, + 572 + ], + "score": 1.0, + "content": "coming from environments", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 569, + 505, + 581 + ], + "spans": [ + { + "bbox": [ + 107, + 570, + 129, + 580 + ], + "score": 0.88, + "content": "e \\in \\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 130, + 570, + 424, + 581 + ], + "score": 1.0, + "content": "are drawn independently from a multivariate Gaussian with zero mean and", + "type": "text" + }, + { + "bbox": [ + 424, + 569, + 442, + 580 + ], + "score": 0.89, + "content": "\\sigma ^ { 2 } I", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 570, + 505, + 581 + ], + "score": 1.0, + "content": "covariance. We", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 581, + 504, + 593 + ], + "spans": [ + { + "bbox": [ + 106, + 581, + 504, + 593 + ], + "score": 1.0, + "content": "want to show that, in this random setting, the AND-mask introduced in Section 2.3 decreases the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 591, + 233, + 605 + ], + "spans": [ + { + "bbox": [ + 105, + 591, + 233, + 605 + ], + "score": 1.0, + "content": "magnitude of the gradient step.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 558, + 505, + 605 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 607, + 504, + 634 + ], + "lines": [ + { + "bbox": [ + 102, + 602, + 506, + 628 + ], + "spans": [ + { + "bbox": [ + 102, + 602, + 333, + 628 + ], + "score": 1.0, + "content": "Proposition 2. Consider the setting we just outlined, with", + "type": "text" + }, + { + "bbox": [ + 333, + 606, + 414, + 621 + ], + "score": 0.92, + "content": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 415, + 602, + 444, + 628 + ], + "score": 1.0, + "content": ". While", + "type": "text" + }, + { + "bbox": [ + 445, + 608, + 506, + 621 + ], + "score": 0.9, + "content": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =", + "type": "inline_equation" + } + ], + "index": 34 + }, + { + "bbox": [ + 107, + 619, + 503, + 635 + ], + "spans": [ + { + "bbox": [ + 107, + 621, + 138, + 633 + ], + "score": 0.91, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 619, + 194, + 635 + ], + "score": 1.0, + "content": ", we have that", + "type": "text" + }, + { + "bbox": [ + 195, + 621, + 329, + 633 + ], + "score": 0.8, + "content": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 330, + 619, + 369, + 635 + ], + "score": 1.0, + "content": "such that", + "type": "text" + }, + { + "bbox": [ + 369, + 621, + 503, + 633 + ], + "score": 0.92, + "content": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )", + "type": "inline_equation" + } + ], + "index": 35 + } + ], + "index": 34.5, + "bbox_fs": [ + 102, + 602, + 506, + 635 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 645, + 504, + 667 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 245, + 658 + ], + "score": 1.0, + "content": "Proof. Let us drop the argument", + "type": "text" + }, + { + "bbox": [ + 246, + 646, + 252, + 655 + ], + "score": 0.83, + "content": "\\theta", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 644, + 433, + 658 + ], + "score": 1.0, + "content": "for ease of notation. First, let us consider", + "type": "text" + }, + { + "bbox": [ + 433, + 646, + 450, + 656 + ], + "score": 0.83, + "content": "\\nabla \\mathcal { L }", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 644, + 506, + 658 + ], + "score": 1.0, + "content": "(no gradient", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 654, + 161, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 161, + 669 + ], + "score": 1.0, + "content": "AND-mask):", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 644, + 506, + 669 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 211, + 666, + 399, + 702 + ], + "lines": [ + { + "bbox": [ + 211, + 666, + 399, + 702 + ], + "spans": [ + { + "bbox": [ + 211, + 666, + 399, + 702 + ], + "score": 0.93, + "content": "\\mathbb { E } \\left\\| \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right\\| ^ { 2 } = \\frac { 1 } { d ^ { 2 } } \\sum _ { i = 1 } ^ { d } \\mathbb { E } \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } = \\frac { n \\sigma ^ { 2 } } { d } ,", + "type": "interline_equation", + "image_path": "685b3ca0815f9640febde7c769a312b0f4cc724fbc78ed839cffff1164e632d1.jpg" + } + ] + } + ], + "index": 38.5, + "virtual_lines": [ + { + "bbox": [ + 211, + 666, + 399, + 684.0 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 211, + 684.0, + 399, + 702.0 + ], + "spans": [], + "index": 39 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 504, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 309, + 722 + ], + "score": 1.0, + "content": "where in the first equality we used the fact that the", + "type": "text" + }, + { + "bbox": [ + 309, + 710, + 333, + 721 + ], + "score": 0.91, + "content": "\\nabla { \\mathcal { L } } _ { e _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 708, + 506, + 722 + ], + "score": 1.0, + "content": "are uncorrelated and in the second the fact", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 718, + 330, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 718, + 124, + 735 + ], + "score": 1.0, + "content": "that", + "type": "text" + }, + { + "bbox": [ + 124, + 720, + 174, + 732 + ], + "score": 0.93, + "content": "\\mathbb { E } [ \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } ]", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 718, + 303, + 735 + ], + "score": 1.0, + "content": "is the trace of the covariance of", + "type": "text" + }, + { + "bbox": [ + 303, + 722, + 326, + 732 + ], + "score": 0.89, + "content": "\\nabla { \\mathcal { L } } _ { e _ { i } }", + "type": "inline_equation" + }, + { + "bbox": [ + 326, + 718, + 330, + 735 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 40.5, + "bbox_fs": [ + 105, + 708, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 81, + 505, + 141 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 327, + 95 + ], + "score": 1.0, + "content": "Next, assume we apply the element-wise AND-mask", + "type": "text" + }, + { + "bbox": [ + 327, + 84, + 340, + 93 + ], + "score": 0.84, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "to the gradients, which puts to zero the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 308, + 106 + ], + "score": 1.0, + "content": "components (dimensions) where there are less than", + "type": "text" + }, + { + "bbox": [ + 308, + 94, + 374, + 106 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "equal signs. Since Gaussians are", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 334, + 118 + ], + "score": 1.0, + "content": "symmetric around zero, the probability of having exactly ` ˘ ` ˘", + "type": "text" + }, + { + "bbox": [ + 334, + 108, + 341, + 114 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 104, + 375, + 118 + ], + "score": 1.0, + "content": "positive", + "type": "text" + }, + { + "bbox": [ + 376, + 106, + 381, + 116 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "-th gradient component among", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 115, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 107, + 119, + 113, + 128 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 115, + 178, + 133 + ], + "score": 1.0, + "content": "environments is", + "type": "text" + }, + { + "bbox": [ + 178, + 115, + 277, + 132 + ], + "score": 0.93, + "content": "\\begin{array} { r } { P r ( p _ { j } = u ) = \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { u } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 115, + 415, + 133 + ], + "score": 1.0, + "content": ". Hence, the probability to keep the", + "type": "text" + }, + { + "bbox": [ + 416, + 119, + 421, + 130 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 115, + 506, + 133 + ], + "score": 1.0, + "content": "-th gradient direction", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 129, + 275, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 275, + 142 + ], + "score": 1.0, + "content": "(considering also negative consistency) is", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 146, + 413, + 249 + ], + "lines": [ + { + "bbox": [ + 197, + 146, + 413, + 249 + ], + "spans": [ + { + "bbox": [ + 197, + 146, + 413, + 249 + ], + "score": 0.95, + "content": "\\begin{array} { l } { \\displaystyle \\operatorname* { P r } [ [ m _ { t } ] _ { j } = 1 ] = \\sum _ { u = t } ^ { d } \\operatorname* { P r } ( p _ { j } = u ) + \\sum _ { u = 0 } ^ { d - t } \\operatorname* { P r } ( p _ { j } = u ) } \\\\ { \\displaystyle \\quad = \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } + \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = 0 } ^ { d - t } \\binom { d } { k } } \\\\ { \\displaystyle \\quad = 2 \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } . } \\end{array}", + "type": "interline_equation", + "image_path": "79e42b1d987670fc0a2948d73988378badeb21bbed17e3e6889792b660027157.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 197, + 146, + 413, + 160.71428571428572 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 197, + 160.71428571428572, + 413, + 175.42857142857144 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 197, + 175.42857142857144, + 413, + 190.14285714285717 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 197, + 190.14285714285717, + 413, + 204.8571428571429 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 197, + 204.8571428571429, + 413, + 219.5714285714286 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 197, + 219.5714285714286, + 413, + 234.28571428571433 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 197, + 234.28571428571433, + 413, + 249.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 506, + 339 + ], + "lines": [ + { + "bbox": [ + 102, + 251, + 509, + 277 + ], + "spans": [ + { + "bbox": [ + 102, + 251, + 236, + 277 + ], + "score": 1.0, + "content": "We would now like to compute", + "type": "text" + }, + { + "bbox": [ + 236, + 253, + 348, + 275 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right) \\right\\| ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 251, + 509, + 277 + ], + "score": 1.0, + "content": ". The difficulty lies in the fact that the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 130, + 285 + ], + "score": 1.0, + "content": "event", + "type": "text" + }, + { + "bbox": [ + 131, + 273, + 162, + 284 + ], + "score": 0.9, + "content": "m _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 272, + 455, + 285 + ], + "score": 1.0, + "content": "makes gradients conditionally dependent. Indeed, conditioning on both", + "type": "text" + }, + { + "bbox": [ + 455, + 273, + 487, + 284 + ], + "score": 0.91, + "content": "m _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 284, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 107, + 284, + 156, + 297 + ], + "score": 0.92, + "content": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 284, + 266, + 297 + ], + "score": 1.0, + "content": "changes the distribution of", + "type": "text" + }, + { + "bbox": [ + 266, + 284, + 299, + 296 + ], + "score": 0.91, + "content": "[ \\nabla { \\mathcal { L } } _ { e ^ { \\prime } } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 284, + 506, + 297 + ], + "score": 1.0, + "content": ": this gradient entry is going to be more likely to be", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 298, + 308 + ], + "score": 1.0, + "content": "positive or negative, depending on the value of", + "type": "text" + }, + { + "bbox": [ + 298, + 295, + 329, + 307 + ], + "score": 0.92, + "content": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "and on the details of the gradient mask. To", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "solve the issue, we our strategy is to reduce the discussion (without loss in generality and with no", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "additional assumption) to the case where gradient entries have all the same sign and hence conditional", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 328, + 209, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 209, + 340 + ], + "score": 1.0, + "content": "independence is restored.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 392, + 357 + ], + "lines": [ + { + "bbox": [ + 105, + 343, + 391, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 391, + 358 + ], + "score": 1.0, + "content": "We consider the following writing for the quantity we are interested in:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "interline_equation", + "bbox": [ + 119, + 361, + 491, + 522 + ], + "lines": [ + { + "bbox": [ + 119, + 361, + 491, + 522 + ], + "spans": [ + { + "bbox": [ + 119, + 361, + 491, + 522 + ], + "score": 0.95, + "content": "\\begin{array} { r l } { \\mathbb { E } \\| m _ { t } \\operatorname { \\wp } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ) \\| ^ { 2 } = \\displaystyle \\sum _ { j = 1 } ^ { n } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } ] } & { } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\imath } } = 0 } ^ { d } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = 0 } ^ { d - 1 } \\sum _ { \\tilde { p } = 0 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle 2 \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = - 1 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] ( \\displaystyle \\frac { 1 } { 2 } ) ^ { d } ( \\displaystyle \\frac { d } { \\hat { p } _ { j } } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "9dea7cbe92ff8a2537b0350e26a9cfdaf3a05d8c7a457ed3db9de066bc42fc0c.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 119, + 361, + 491, + 414.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 119, + 414.6666666666667, + 491, + 468.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 119, + 468.33333333333337, + 491, + 522.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "where we used the definition of 2-norm, the law of total expectation, and the symmetry of the problem", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 550, + 504, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 504, + 562 + ], + "score": 1.0, + "content": "with respect to positive and negative numbers. Finally, since the gradient components within the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 561, + 450, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 336, + 574 + ], + "score": 1.0, + "content": "same environment are conditionally independent, for any", + "type": "text" + }, + { + "bbox": [ + 336, + 561, + 395, + 573 + ], + "score": 0.93, + "content": "j \\in \\{ 1 , \\ldots , n \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 561, + 450, + 574 + ], + "score": 1.0, + "content": "we can write", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 131, + 577, + 479, + 618 + ], + "lines": [ + { + "bbox": [ + 131, + 577, + 479, + 618 + ], + "spans": [ + { + "bbox": [ + 131, + 577, + 479, + 618 + ], + "score": 0.93, + "content": "\\mathbb { E } \\left. m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right. ^ { 2 } = 2 n \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = \\hat { p } _ { j } \\right] \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { \\hat { p } _ { j } } } .", + "type": "interline_equation", + "image_path": "a6737b8880753d8398d087807804dfa99ba376c0ada5082513235d64fd61aeb6.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 131, + 577, + 479, + 590.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 131, + 590.6666666666666, + 479, + 604.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 131, + 604.3333333333333, + 479, + 617.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 299, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 299, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 299, + 640 + ], + "score": 1.0, + "content": "Finally, we note that the following bound holds:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "interline_equation", + "bbox": [ + 153, + 643, + 458, + 684 + ], + "lines": [ + { + "bbox": [ + 153, + 643, + 458, + 684 + ], + "spans": [ + { + "bbox": [ + 153, + 643, + 458, + 684 + ], + "score": 0.94, + "content": "\\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = \\hat { p } _ { j } \\leqslant d \\right] \\leqslant \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = d \\right] .", + "type": "interline_equation", + "image_path": "2a0c3376533f95b021b180970ae8320bdde179fa117addf7c8df5d8ab5ec195c.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 153, + 643, + 458, + 656.6666666666666 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 153, + 656.6666666666666, + 458, + 670.3333333333333 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 153, + 670.3333333333333, + 458, + 683.9999999999999 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "Indeed, if all environments lead to positive (or, symmetrically, negative) and non-interacting gradients", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 131, + 712 + ], + "score": 1.0, + "content": "in the", + "type": "text" + }, + { + "bbox": [ + 132, + 699, + 137, + 711 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "-th direction, the average will be the biggest in norm. Moreover — crucially — conditioned", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 160, + 722 + ], + "score": 1.0, + "content": "on the event", + "type": "text" + }, + { + "bbox": [ + 160, + 710, + 192, + 722 + ], + "score": 0.91, + "content": "p _ { j } \\ = \\ d", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 711, + 505, + 722 + ], + "score": 1.0, + "content": ", gradients coming from different environments are distributed as a positive", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "half-normal distributions. Moreover, they are conditionally independent; this because, since they are", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 34.5 + } + ], + "page_idx": 16, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": [ + 107, + 81, + 505, + 141 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 327, + 95 + ], + "score": 1.0, + "content": "Next, assume we apply the element-wise AND-mask", + "type": "text" + }, + { + "bbox": [ + 327, + 84, + 340, + 93 + ], + "score": 0.84, + "content": "m _ { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 341, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "to the gradients, which puts to zero the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 308, + 106 + ], + "score": 1.0, + "content": "components (dimensions) where there are less than", + "type": "text" + }, + { + "bbox": [ + 308, + 94, + 374, + 106 + ], + "score": 0.92, + "content": "t \\in \\{ d / 2 , \\ldots , d \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "equal signs. Since Gaussians are", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 505, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 334, + 118 + ], + "score": 1.0, + "content": "symmetric around zero, the probability of having exactly ` ˘ ` ˘", + "type": "text" + }, + { + "bbox": [ + 334, + 108, + 341, + 114 + ], + "score": 0.74, + "content": "u", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 104, + 375, + 118 + ], + "score": 1.0, + "content": "positive", + "type": "text" + }, + { + "bbox": [ + 376, + 106, + 381, + 116 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 382, + 104, + 505, + 118 + ], + "score": 1.0, + "content": "-th gradient component among", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 115, + 506, + 133 + ], + "spans": [ + { + "bbox": [ + 107, + 119, + 113, + 128 + ], + "score": 0.78, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 115, + 178, + 133 + ], + "score": 1.0, + "content": "environments is", + "type": "text" + }, + { + "bbox": [ + 178, + 115, + 277, + 132 + ], + "score": 0.93, + "content": "\\begin{array} { r } { P r ( p _ { j } = u ) = \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { u } } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 277, + 115, + 415, + 133 + ], + "score": 1.0, + "content": ". Hence, the probability to keep the", + "type": "text" + }, + { + "bbox": [ + 416, + 119, + 421, + 130 + ], + "score": 0.83, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 421, + 115, + 506, + 133 + ], + "score": 1.0, + "content": "-th gradient direction", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 129, + 275, + 142 + ], + "spans": [ + { + "bbox": [ + 106, + 129, + 275, + 142 + ], + "score": 1.0, + "content": "(considering also negative consistency) is", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 83, + 506, + 142 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 197, + 146, + 413, + 249 + ], + "lines": [ + { + "bbox": [ + 197, + 146, + 413, + 249 + ], + "spans": [ + { + "bbox": [ + 197, + 146, + 413, + 249 + ], + "score": 0.95, + "content": "\\begin{array} { l } { \\displaystyle \\operatorname* { P r } [ [ m _ { t } ] _ { j } = 1 ] = \\sum _ { u = t } ^ { d } \\operatorname* { P r } ( p _ { j } = u ) + \\sum _ { u = 0 } ^ { d - t } \\operatorname* { P r } ( p _ { j } = u ) } \\\\ { \\displaystyle \\quad = \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } + \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = 0 } ^ { d - t } \\binom { d } { k } } \\\\ { \\displaystyle \\quad = 2 \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } . } \\end{array}", + "type": "interline_equation", + "image_path": "79e42b1d987670fc0a2948d73988378badeb21bbed17e3e6889792b660027157.jpg" + } + ] + } + ], + "index": 8, + "virtual_lines": [ + { + "bbox": [ + 197, + 146, + 413, + 160.71428571428572 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 197, + 160.71428571428572, + 413, + 175.42857142857144 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 197, + 175.42857142857144, + 413, + 190.14285714285717 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 197, + 190.14285714285717, + 413, + 204.8571428571429 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 197, + 204.8571428571429, + 413, + 219.5714285714286 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 197, + 219.5714285714286, + 413, + 234.28571428571433 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 197, + 234.28571428571433, + 413, + 249.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 253, + 506, + 339 + ], + "lines": [ + { + "bbox": [ + 102, + 251, + 509, + 277 + ], + "spans": [ + { + "bbox": [ + 102, + 251, + 236, + 277 + ], + "score": 1.0, + "content": "We would now like to compute", + "type": "text" + }, + { + "bbox": [ + 236, + 253, + 348, + 275 + ], + "score": 0.94, + "content": "\\begin{array} { r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right) \\right\\| ^ { 2 } } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 251, + 509, + 277 + ], + "score": 1.0, + "content": ". The difficulty lies in the fact that the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 130, + 285 + ], + "score": 1.0, + "content": "event", + "type": "text" + }, + { + "bbox": [ + 131, + 273, + 162, + 284 + ], + "score": 0.9, + "content": "m _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 163, + 272, + 455, + 285 + ], + "score": 1.0, + "content": "makes gradients conditionally dependent. Indeed, conditioning on both", + "type": "text" + }, + { + "bbox": [ + 455, + 273, + 487, + 284 + ], + "score": 0.91, + "content": "m _ { t } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 107, + 284, + 506, + 297 + ], + "spans": [ + { + "bbox": [ + 107, + 284, + 156, + 297 + ], + "score": 0.92, + "content": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j } > 0", + "type": "inline_equation" + }, + { + "bbox": [ + 157, + 284, + 266, + 297 + ], + "score": 1.0, + "content": "changes the distribution of", + "type": "text" + }, + { + "bbox": [ + 266, + 284, + 299, + 296 + ], + "score": 0.91, + "content": "[ \\nabla { \\mathcal { L } } _ { e ^ { \\prime } } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 284, + 506, + 297 + ], + "score": 1.0, + "content": ": this gradient entry is going to be more likely to be", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 294, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 298, + 308 + ], + "score": 1.0, + "content": "positive or negative, depending on the value of", + "type": "text" + }, + { + "bbox": [ + 298, + 295, + 329, + 307 + ], + "score": 0.92, + "content": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j }", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 294, + 505, + 308 + ], + "score": 1.0, + "content": "and on the details of the gradient mask. To", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "spans": [ + { + "bbox": [ + 105, + 306, + 505, + 318 + ], + "score": 1.0, + "content": "solve the issue, we our strategy is to reduce the discussion (without loss in generality and with no", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 330 + ], + "score": 1.0, + "content": "additional assumption) to the case where gradient entries have all the same sign and hence conditional", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 328, + 209, + 340 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 209, + 340 + ], + "score": 1.0, + "content": "independence is restored.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 15, + "bbox_fs": [ + 102, + 251, + 509, + 340 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 392, + 357 + ], + "lines": [ + { + "bbox": [ + 105, + 343, + 391, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 343, + 391, + 358 + ], + "score": 1.0, + "content": "We consider the following writing for the quantity we are interested in:", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19, + "bbox_fs": [ + 105, + 343, + 391, + 358 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 119, + 361, + 491, + 522 + ], + "lines": [ + { + "bbox": [ + 119, + 361, + 491, + 522 + ], + "spans": [ + { + "bbox": [ + 119, + 361, + 491, + 522 + ], + "score": 0.95, + "content": "\\begin{array} { r l } { \\mathbb { E } \\| m _ { t } \\operatorname { \\wp } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ) \\| ^ { 2 } = \\displaystyle \\sum _ { j = 1 } ^ { n } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } ] } & { } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\imath } } = 0 } ^ { d } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = 0 } ^ { d - 1 } \\sum _ { \\tilde { p } = 0 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle 2 \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = - 1 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] ( \\displaystyle \\frac { 1 } { 2 } ) ^ { d } ( \\displaystyle \\frac { d } { \\hat { p } _ { j } } ) , } \\end{array}", + "type": "interline_equation", + "image_path": "9dea7cbe92ff8a2537b0350e26a9cfdaf3a05d8c7a457ed3db9de066bc42fc0c.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 119, + 361, + 491, + 414.6666666666667 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 119, + 414.6666666666667, + 491, + 468.33333333333337 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 119, + 468.33333333333337, + 491, + 522.0 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 573 + ], + "lines": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 505, + 552 + ], + "score": 1.0, + "content": "where we used the definition of 2-norm, the law of total expectation, and the symmetry of the problem", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 550, + 504, + 562 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 504, + 562 + ], + "score": 1.0, + "content": "with respect to positive and negative numbers. Finally, since the gradient components within the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 561, + 450, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 336, + 574 + ], + "score": 1.0, + "content": "same environment are conditionally independent, for any", + "type": "text" + }, + { + "bbox": [ + 336, + 561, + 395, + 573 + ], + "score": 0.93, + "content": "j \\in \\{ 1 , \\ldots , n \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 561, + 450, + 574 + ], + "score": 1.0, + "content": "we can write", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 538, + 505, + 574 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 131, + 577, + 479, + 618 + ], + "lines": [ + { + "bbox": [ + 131, + 577, + 479, + 618 + ], + "spans": [ + { + "bbox": [ + 131, + 577, + 479, + 618 + ], + "score": 0.93, + "content": "\\mathbb { E } \\left. m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right. ^ { 2 } = 2 n \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = \\hat { p } _ { j } \\right] \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { \\hat { p } _ { j } } } .", + "type": "interline_equation", + "image_path": "a6737b8880753d8398d087807804dfa99ba376c0ada5082513235d64fd61aeb6.jpg" + } + ] + } + ], + "index": 27, + "virtual_lines": [ + { + "bbox": [ + 131, + 577, + 479, + 590.6666666666666 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 131, + 590.6666666666666, + 479, + 604.3333333333333 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 131, + 604.3333333333333, + 479, + 617.9999999999999 + ], + "spans": [], + "index": 28 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 627, + 299, + 639 + ], + "lines": [ + { + "bbox": [ + 106, + 627, + 299, + 640 + ], + "spans": [ + { + "bbox": [ + 106, + 627, + 299, + 640 + ], + "score": 1.0, + "content": "Finally, we note that the following bound holds:", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29, + "bbox_fs": [ + 106, + 627, + 299, + 640 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 153, + 643, + 458, + 684 + ], + "lines": [ + { + "bbox": [ + 153, + 643, + 458, + 684 + ], + "spans": [ + { + "bbox": [ + 153, + 643, + 458, + 684 + ], + "score": 0.94, + "content": "\\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = \\hat { p } _ { j } \\leqslant d \\right] \\leqslant \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = d \\right] .", + "type": "interline_equation", + "image_path": "2a0c3376533f95b021b180970ae8320bdde179fa117addf7c8df5d8ab5ec195c.jpg" + } + ] + } + ], + "index": 31, + "virtual_lines": [ + { + "bbox": [ + 153, + 643, + 458, + 656.6666666666666 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 153, + 656.6666666666666, + 458, + 670.3333333333333 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 153, + 670.3333333333333, + 458, + 683.9999999999999 + ], + "spans": [], + "index": 32 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 701 + ], + "score": 1.0, + "content": "Indeed, if all environments lead to positive (or, symmetrically, negative) and non-interacting gradients", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 699, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 131, + 712 + ], + "score": 1.0, + "content": "in the", + "type": "text" + }, + { + "bbox": [ + 132, + 699, + 137, + 711 + ], + "score": 0.82, + "content": "j", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 699, + 506, + 712 + ], + "score": 1.0, + "content": "-th direction, the average will be the biggest in norm. Moreover — crucially — conditioned", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 711, + 160, + 722 + ], + "score": 1.0, + "content": "on the event", + "type": "text" + }, + { + "bbox": [ + 160, + 710, + 192, + 722 + ], + "score": 0.91, + "content": "p _ { j } \\ = \\ d", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 711, + 505, + 722 + ], + "score": 1.0, + "content": ", gradients coming from different environments are distributed as a positive", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "half-normal distributions. Moreover, they are conditionally independent; this because, since they are", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "all positive, the value of a gradient in one environment cannot influence the value of the gradient", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "in another one. We remark that conditional independence on the right-hand side is therefore not an", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 296, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 296, + 116 + ], + "score": 1.0, + "content": "assumption, but is intrinsic to the upper bound.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 687, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 117 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "all positive, the value of a gradient in one environment cannot influence the value of the gradient", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "in another one. We remark that conditional independence on the right-hand side is therefore not an", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 105, + 296, + 116 + ], + "spans": [ + { + "bbox": [ + 105, + 105, + 296, + 116 + ], + "score": 1.0, + "content": "assumption, but is intrinsic to the upper bound.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 231, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 231, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 231, + 135 + ], + "score": 1.0, + "content": "Putting it all together, we have", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 135, + 138, + 476, + 246 + ], + "lines": [ + { + "bbox": [ + 135, + 138, + 476, + 246 + ], + "spans": [ + { + "bbox": [ + 135, + 138, + 476, + 246 + ], + "score": 0.94, + "content": "\\begin{array} { r l r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right\\| ^ { 2 } \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = d \\right] \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\sigma ^ { 2 } \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant \\sigma ^ { 2 } n ( d - t ) \\Big ( \\displaystyle \\frac { d } { t } \\Big ) \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d - 1 } , } & \\end{array}", + "type": "interline_equation", + "image_path": "b0ea8f99191510776f1eb7f6b94844751c31f9516464951e5b50bcf3b7c4682e.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 135, + 138, + 476, + 174.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 135, + 174.0, + 476, + 210.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 135, + 210.0, + 476, + 246.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 506, + 297 + ], + "lines": [ + { + "bbox": [ + 106, + 248, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 506, + 260 + ], + "score": 1.0, + "content": "where in the second line we bounded the squared average of a sum of half normal distributions: let", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 258, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 107, + 259, + 141, + 272 + ], + "score": 0.92, + "content": "\\{ X _ { i } \\} _ { i = 1 } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 258, + 506, + 274 + ], + "score": 1.0, + "content": "be a family of uncorrelated positive half-normal distributions derived from a Gaussians witha", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 271, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 271, + 205, + 285 + ], + "score": 1.0, + "content": "mean zero and variance", + "type": "text" + }, + { + "bbox": [ + 205, + 271, + 217, + 282 + ], + "score": 0.86, + "content": "\\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 271, + 282, + 285 + ], + "score": 1.0, + "content": ", we have12 that", + "type": "text" + }, + { + "bbox": [ + 283, + 271, + 354, + 285 + ], + "score": 0.93, + "content": "\\mathbb { E } [ X _ { i } ] = \\sigma { \\sqrt { 2 / \\pi } }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 271, + 372, + 285 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 372, + 271, + 425, + 284 + ], + "score": 0.92, + "content": "\\mathbb { E } [ X _ { i } ^ { 2 } ] = \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 271, + 454, + 285 + ], + "score": 1.0, + "content": ". Also,", + "type": "text" + }, + { + "bbox": [ + 454, + 271, + 505, + 285 + ], + "score": 0.91, + "content": "\\mathbb { E } [ X _ { i } X _ { j } ] =", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 284, + 231, + 297 + ], + "spans": [ + { + "bbox": [ + 107, + 284, + 182, + 297 + ], + "score": 0.93, + "content": "\\mathbb { E } [ X _ { i } ] \\mathbb { E } [ X _ { j } ] \\leqslant \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 284, + 231, + 297 + ], + "score": 1.0, + "content": ". Therefore,", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8.5 + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 301, + 402, + 342 + ], + "lines": [ + { + "bbox": [ + 208, + 301, + 402, + 342 + ], + "spans": [ + { + "bbox": [ + 208, + 301, + 402, + 342 + ], + "score": 0.94, + "content": "{ \\mathbb E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } X _ { i } \\right) ^ { 2 } \\right] = \\frac { 1 } { d ^ { 2 } } \\sum _ { i , j = 1 } ^ { d } { \\mathbb E } [ X _ { i } X _ { j } ] \\leqslant \\sigma ^ { 2 } .", + "type": "interline_equation", + "image_path": "065e30c1ad78f5231b6e27920abb354e3f10351bec2bc65dc220df415ec86c1e.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 301, + 402, + 321.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 208, + 321.5, + 402, + 342.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 293, + 366 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 294, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 175, + 367 + ], + "score": 1.0, + "content": "Finally, if we set", + "type": "text" + }, + { + "bbox": [ + 176, + 353, + 248, + 366 + ], + "score": 0.91, + "content": "r = t / d \\in ( 0 . 5 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 352, + 294, + 367 + ], + "score": 1.0, + "content": ", we have13", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 370, + 360, + 401 + ], + "lines": [ + { + "bbox": [ + 250, + 370, + 360, + 401 + ], + "spans": [ + { + "bbox": [ + 250, + 370, + 360, + 401 + ], + "score": 0.93, + "content": "{ \\binom { d } { t } } \\sim \\left( { \\frac { 1 } { r ^ { r } ( 1 - r ) ^ { 1 - r } } } \\right) ^ { d }", + "type": "interline_equation", + "image_path": "2170d830a87b4de3cf6184af5db587f8b1c174420240916b8a01f4949d1c3472.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 250, + 370, + 360, + 385.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 250, + 385.5, + 360, + 401.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 506, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 117, + 421 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 408, + 148, + 417 + ], + "score": 0.89, + "content": "d \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 405, + 320, + 421 + ], + "score": 1.0, + "content": "(discarding all polynomial terms). Hence", + "type": "text" + }, + { + "bbox": [ + 320, + 406, + 333, + 421 + ], + "score": 0.88, + "content": "\\binom { d } { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 405, + 392, + 421 + ], + "score": 1.0, + "content": "is of the form", + "type": "text" + }, + { + "bbox": [ + 392, + 407, + 403, + 419 + ], + "score": 0.89, + "content": "q ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 405, + 427, + 421 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 428, + 408, + 470, + 419 + ], + "score": 0.9, + "content": "1 \\leqslant q < 2", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 405, + 506, + 421 + ], + "score": 1.0, + "content": ". So, the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 103, + 417, + 507, + 440 + ], + "spans": [ + { + "bbox": [ + 103, + 417, + 239, + 440 + ], + "score": 1.0, + "content": "quantity σ2npd ´ tq dt 12 d´1 w", + "type": "text" + }, + { + "bbox": [ + 232, + 419, + 396, + 437 + ], + "score": 1.0, + "content": "ill be exponentially decreasing at a rate", + "type": "text" + }, + { + "bbox": [ + 396, + 421, + 456, + 435 + ], + "score": 0.92, + "content": "O ( n / ( 2 - q ) ^ { d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 419, + 507, + 437 + ], + "score": 1.0, + "content": ". Notably, if", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 433, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 139, + 446 + ], + "score": 0.91, + "content": "t = d / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 433, + 339, + 447 + ], + "score": 1.0, + "content": ", then we lose the exponential rate and get back to", + "type": "text" + }, + { + "bbox": [ + 339, + 434, + 371, + 446 + ], + "score": 0.93, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 433, + 376, + 447 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 495, + 434, + 505, + 445 + ], + "score": 0.996, + "content": "□", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + } + ], + "page_idx": 17, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 701, + 506, + 731 + ], + "lines": [ + { + "bbox": [ + 115, + 697, + 417, + 714 + ], + "spans": [ + { + "bbox": [ + 115, + 697, + 417, + 714 + ], + "score": 1.0, + "content": "12https://en.wikipedia.org/wiki/Half-normal_distribution", + "type": "text" + } + ] + }, + { + "bbox": [ + 114, + 707, + 508, + 725 + ], + "spans": [ + { + "bbox": [ + 114, + 707, + 508, + 725 + ], + "score": 1.0, + "content": "13Theorem 1 in Buric, Tomislav, and Neven Elezovi ´ c. “Asymptotic expansions of the binomial coefficients.” ´", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 721, + 366, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 366, + 733 + ], + "score": 1.0, + "content": "Journal of applied mathematics and computing 46.1-2 (2014): 135-145.", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 505, + 117 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 105, + 82, + 506, + 116 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 121, + 231, + 133 + ], + "lines": [ + { + "bbox": [ + 105, + 119, + 231, + 135 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 231, + 135 + ], + "score": 1.0, + "content": "Putting it all together, we have", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 105, + 119, + 231, + 135 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 135, + 138, + 476, + 246 + ], + "lines": [ + { + "bbox": [ + 135, + 138, + 476, + 246 + ], + "spans": [ + { + "bbox": [ + 135, + 138, + 476, + 246 + ], + "score": 0.94, + "content": "\\begin{array} { r l r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right\\| ^ { 2 } \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = d \\right] \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\sigma ^ { 2 } \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant \\sigma ^ { 2 } n ( d - t ) \\Big ( \\displaystyle \\frac { d } { t } \\Big ) \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d - 1 } , } & \\end{array}", + "type": "interline_equation", + "image_path": "b0ea8f99191510776f1eb7f6b94844751c31f9516464951e5b50bcf3b7c4682e.jpg" + } + ] + } + ], + "index": 5, + "virtual_lines": [ + { + "bbox": [ + 135, + 138, + 476, + 174.0 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 135, + 174.0, + 476, + 210.0 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 135, + 210.0, + 476, + 246.0 + ], + "spans": [], + "index": 6 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 248, + 506, + 297 + ], + "lines": [ + { + "bbox": [ + 106, + 248, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 106, + 248, + 506, + 260 + ], + "score": 1.0, + "content": "where in the second line we bounded the squared average of a sum of half normal distributions: let", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 258, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 107, + 259, + 141, + 272 + ], + "score": 0.92, + "content": "\\{ X _ { i } \\} _ { i = 1 } ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 258, + 506, + 274 + ], + "score": 1.0, + "content": "be a family of uncorrelated positive half-normal distributions derived from a Gaussians witha", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 104, + 271, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 104, + 271, + 205, + 285 + ], + "score": 1.0, + "content": "mean zero and variance", + "type": "text" + }, + { + "bbox": [ + 205, + 271, + 217, + 282 + ], + "score": 0.86, + "content": "\\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 271, + 282, + 285 + ], + "score": 1.0, + "content": ", we have12 that", + "type": "text" + }, + { + "bbox": [ + 283, + 271, + 354, + 285 + ], + "score": 0.93, + "content": "\\mathbb { E } [ X _ { i } ] = \\sigma { \\sqrt { 2 / \\pi } }", + "type": "inline_equation" + }, + { + "bbox": [ + 354, + 271, + 372, + 285 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 372, + 271, + 425, + 284 + ], + "score": 0.92, + "content": "\\mathbb { E } [ X _ { i } ^ { 2 } ] = \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 271, + 454, + 285 + ], + "score": 1.0, + "content": ". Also,", + "type": "text" + }, + { + "bbox": [ + 454, + 271, + 505, + 285 + ], + "score": 0.91, + "content": "\\mathbb { E } [ X _ { i } X _ { j } ] =", + "type": "inline_equation" + } + ], + "index": 9 + }, + { + "bbox": [ + 107, + 284, + 231, + 297 + ], + "spans": [ + { + "bbox": [ + 107, + 284, + 182, + 297 + ], + "score": 0.93, + "content": "\\mathbb { E } [ X _ { i } ] \\mathbb { E } [ X _ { j } ] \\leqslant \\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 183, + 284, + 231, + 297 + ], + "score": 1.0, + "content": ". Therefore,", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8.5, + "bbox_fs": [ + 104, + 248, + 506, + 297 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 208, + 301, + 402, + 342 + ], + "lines": [ + { + "bbox": [ + 208, + 301, + 402, + 342 + ], + "spans": [ + { + "bbox": [ + 208, + 301, + 402, + 342 + ], + "score": 0.94, + "content": "{ \\mathbb E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } X _ { i } \\right) ^ { 2 } \\right] = \\frac { 1 } { d ^ { 2 } } \\sum _ { i , j = 1 } ^ { d } { \\mathbb E } [ X _ { i } X _ { j } ] \\leqslant \\sigma ^ { 2 } .", + "type": "interline_equation", + "image_path": "065e30c1ad78f5231b6e27920abb354e3f10351bec2bc65dc220df415ec86c1e.jpg" + } + ] + } + ], + "index": 11.5, + "virtual_lines": [ + { + "bbox": [ + 208, + 301, + 402, + 321.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 208, + 321.5, + 402, + 342.0 + ], + "spans": [], + "index": 12 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 353, + 293, + 366 + ], + "lines": [ + { + "bbox": [ + 105, + 352, + 294, + 367 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 175, + 367 + ], + "score": 1.0, + "content": "Finally, if we set", + "type": "text" + }, + { + "bbox": [ + 176, + 353, + 248, + 366 + ], + "score": 0.91, + "content": "r = t / d \\in ( 0 . 5 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 352, + 294, + 367 + ], + "score": 1.0, + "content": ", we have13", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13, + "bbox_fs": [ + 105, + 352, + 294, + 367 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 250, + 370, + 360, + 401 + ], + "lines": [ + { + "bbox": [ + 250, + 370, + 360, + 401 + ], + "spans": [ + { + "bbox": [ + 250, + 370, + 360, + 401 + ], + "score": 0.93, + "content": "{ \\binom { d } { t } } \\sim \\left( { \\frac { 1 } { r ^ { r } ( 1 - r ) ^ { 1 - r } } } \\right) ^ { d }", + "type": "interline_equation", + "image_path": "2170d830a87b4de3cf6184af5db587f8b1c174420240916b8a01f4949d1c3472.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 250, + 370, + 360, + 385.5 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 250, + 385.5, + 360, + 401.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 406, + 506, + 446 + ], + "lines": [ + { + "bbox": [ + 105, + 405, + 506, + 421 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 117, + 421 + ], + "score": 1.0, + "content": "as", + "type": "text" + }, + { + "bbox": [ + 118, + 408, + 148, + 417 + ], + "score": 0.89, + "content": "d \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 149, + 405, + 320, + 421 + ], + "score": 1.0, + "content": "(discarding all polynomial terms). Hence", + "type": "text" + }, + { + "bbox": [ + 320, + 406, + 333, + 421 + ], + "score": 0.88, + "content": "\\binom { d } { t }", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 405, + 392, + 421 + ], + "score": 1.0, + "content": "is of the form", + "type": "text" + }, + { + "bbox": [ + 392, + 407, + 403, + 419 + ], + "score": 0.89, + "content": "q ^ { d }", + "type": "inline_equation" + }, + { + "bbox": [ + 403, + 405, + 427, + 421 + ], + "score": 1.0, + "content": ", with", + "type": "text" + }, + { + "bbox": [ + 428, + 408, + 470, + 419 + ], + "score": 0.9, + "content": "1 \\leqslant q < 2", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 405, + 506, + 421 + ], + "score": 1.0, + "content": ". So, the", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 103, + 417, + 507, + 440 + ], + "spans": [ + { + "bbox": [ + 103, + 417, + 239, + 440 + ], + "score": 1.0, + "content": "quantity σ2npd ´ tq dt 12 d´1 w", + "type": "text" + }, + { + "bbox": [ + 232, + 419, + 396, + 437 + ], + "score": 1.0, + "content": "ill be exponentially decreasing at a rate", + "type": "text" + }, + { + "bbox": [ + 396, + 421, + 456, + 435 + ], + "score": 0.92, + "content": "O ( n / ( 2 - q ) ^ { d } )", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 419, + 507, + 437 + ], + "score": 1.0, + "content": ". Notably, if", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 433, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 106, + 434, + 139, + 446 + ], + "score": 0.91, + "content": "t = d / 2", + "type": "inline_equation" + }, + { + "bbox": [ + 139, + 433, + 339, + 447 + ], + "score": 1.0, + "content": ", then we lose the exponential rate and get back to", + "type": "text" + }, + { + "bbox": [ + 339, + 434, + 371, + 446 + ], + "score": 0.93, + "content": "\\mathcal { O } ( n / d )", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 433, + 376, + 447 + ], + "score": 1.0, + "content": ".", + "type": "text" + }, + { + "bbox": [ + 495, + 434, + 505, + 445 + ], + "score": 0.996, + "content": "□", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 103, + 405, + 507, + 447 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 257, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 259, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 259, + 96 + ], + "score": 1.0, + "content": "B APPENDIX TO SECTION 3", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 506, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "score": 1.0, + "content": "We used Pytorch Paszke et al. (2017) to implement all experiments in this pa-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 125, + 128 + ], + "score": 1.0, + "content": "per.", + "type": "text" + }, + { + "bbox": [ + 138, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "Our codebase is publicly available at https://github.com/gibipara92/", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 127, + 317, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 317, + 141 + ], + "score": 1.0, + "content": "learning-explanations-hard-to-vary.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2 + }, + { + "type": "title", + "bbox": [ + 107, + 152, + 187, + 164 + ], + "lines": [ + { + "bbox": [ + 105, + 152, + 189, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 189, + 165 + ], + "score": 1.0, + "content": "B.1 SECTION 3.1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table", + "bbox": [ + 156, + 215, + 452, + 338 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 175, + 505, + 206 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 176, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 186 + ], + "score": 1.0, + "content": "Table 1: Hyperparameter ranges for synthetic data experiments. The regularizers L1 and L2 are never combined;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 186, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 505, + 196 + ], + "score": 1.0, + "content": "instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 196, + 171, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 171, + 207 + ], + "score": 1.0, + "content": "range afterwards.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 156, + 215, + 452, + 338 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 156, + 215, + 452, + 338 + ], + "spans": [ + { + "bbox": [ + 156, + 215, + 452, + 338 + ], + "score": 0.982, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1 =0.9,β2=0.99, SGD + momentum0.9}
Learning rate{1e-3,1e-2,1e-1}
Batch-normalization{Yes,No}
Dropout{0.0, 0.5}
L2 regularization{1e-5,1e-4,1e-3}
L1 regularization{1e-6, 1e-5, 1e-4}
", + "type": "table", + "image_path": "6f0c7c5052a41e9e1ef008540e72190e924615cdadd95c8bd72c9f13df719068.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 156, + 215, + 452, + 256.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 156, + 256.0, + 452, + 297.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 156, + 297.0, + 452, + 338.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "title", + "bbox": [ + 107, + 359, + 173, + 370 + ], + "lines": [ + { + "bbox": [ + 105, + 358, + 174, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 174, + 371 + ], + "score": 1.0, + "content": "B.2 DATASET", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 415, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 416, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 416, + 392 + ], + "score": 1.0, + "content": "Here we report more technical details about the synthetic dataset described in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 390, + 416, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 416, + 403 + ], + "score": 1.0, + "content": "Section 3. Each example is constructed as follows: we first choose the label", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 402, + 416, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 199, + 414 + ], + "score": 1.0, + "content": "randomly to be either", + "type": "text" + }, + { + "bbox": [ + 199, + 402, + 213, + 412 + ], + "score": 0.88, + "content": "+ 1", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 402, + 226, + 414 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 226, + 402, + 240, + 412 + ], + "score": 0.79, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 402, + 416, + 414 + ], + "score": 1.0, + "content": ", with equal probability. The example is a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 412, + 416, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 153, + 425 + ], + "score": 1.0, + "content": "vector with", + "type": "text" + }, + { + "bbox": [ + 153, + 412, + 191, + 424 + ], + "score": 0.93, + "content": "d _ { S } + d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 412, + 416, + 425 + ], + "score": 1.0, + "content": "entries, consisting of the shortcut and the mechanism. In", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 423, + 267, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 176, + 435 + ], + "score": 1.0, + "content": "our experiments,", + "type": "text" + }, + { + "bbox": [ + 176, + 424, + 209, + 434 + ], + "score": 0.91, + "content": "d _ { M } = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 423, + 227, + 435 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 227, + 424, + 263, + 434 + ], + "score": 0.91, + "content": "d _ { S } = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 423, + 267, + 435 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14 + }, + { + "type": "text", + "bbox": [ + 107, + 440, + 415, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 416, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 416, + 452 + ], + "score": 1.0, + "content": "The Gaussian shortcuts are obtained by first sampling one random vector", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 450, + 416, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 146, + 462 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { s } \\in \\mathbb { R } ^ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 450, + 286, + 464 + ], + "score": 1.0, + "content": "per environment. Its components", + "type": "text" + }, + { + "bbox": [ + 286, + 453, + 303, + 463 + ], + "score": 0.88, + "content": "x _ { s , i }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 450, + 416, + 464 + ], + "score": 1.0, + "content": "are sampled independently", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 462, + 414, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 217, + 475 + ], + "score": 1.0, + "content": "from a Normal distribution:", + "type": "text" + }, + { + "bbox": [ + 218, + 462, + 286, + 474 + ], + "score": 0.92, + "content": "x _ { s , i } \\sim \\mathcal { N } ( 0 , 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 462, + 321, + 475 + ], + "score": 1.0, + "content": ". We use", + "type": "text" + }, + { + "bbox": [ + 321, + 464, + 333, + 473 + ], + "score": 0.85, + "content": "\\mathbf { x } _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 462, + 395, + 475 + ], + "score": 1.0, + "content": "for class 1, and", + "type": "text" + }, + { + "bbox": [ + 396, + 464, + 414, + 474 + ], + "score": 0.86, + "content": "- \\mathbf { x } _ { s }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 473, + 416, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 416, + 484 + ], + "score": 1.0, + "content": "for class -1. In the test set, all shortcut components are sampled i.i.d. from the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 483, + 416, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 416, + 496 + ], + "score": 1.0, + "content": "same Normal distribution. Effectively, each example of the test set belongs to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 495, + 416, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 416, + 507 + ], + "score": 1.0, + "content": "a different domain. The mechanism is implemented as the two interconnected", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 506, + 416, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 314, + 519 + ], + "score": 1.0, + "content": "spirals shown in Figure 13 by sampling the radius", + "type": "text" + }, + { + "bbox": [ + 314, + 506, + 396, + 518 + ], + "score": 0.88, + "content": "r \\sim \\mathrm { U n i f } ( 0 . 0 8 , 1 . 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 506, + 416, + 519 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 22 + }, + { + "type": "image", + "bbox": [ + 425, + 382, + 502, + 460 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 425, + 382, + 502, + 460 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 425, + 382, + 502, + 460 + ], + "spans": [ + { + "bbox": [ + 425, + 382, + 502, + 460 + ], + "score": 0.949, + "type": "image", + "image_path": "2703df68fff546c00ca1b4b0275d73937f6cdf748f6bd7fabe5dde2e5d70d63d.jpg" + } + ] + } + ], + "index": 18.0, + "virtual_lines": [ + { + "bbox": [ + 425, + 382, + 502, + 421.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 425, + 421.0, + 502, + 460.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 423, + 470, + 505, + 510 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 423, + 469, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 423, + 469, + 505, + 480 + ], + "score": 1.0, + "content": "Figure 13: The spirals", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 423, + 479, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 423, + 479, + 505, + 489 + ], + "score": 1.0, + "content": "used as the mechanism", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 422, + 489, + 507, + 500 + ], + "spans": [ + { + "bbox": [ + 422, + 489, + 507, + 500 + ], + "score": 1.0, + "content": "in the synthetic memo-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 422, + 498, + 483, + 510 + ], + "spans": [ + { + "bbox": [ + 422, + 498, + 483, + 510 + ], + "score": 1.0, + "content": "rization dataset.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + } + ], + "index": 22.75 + }, + { + "type": "text", + "bbox": [ + 105, + 518, + 503, + 540 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 222, + 529 + ], + "score": 1.0, + "content": "then computing the angle as", + "type": "text" + }, + { + "bbox": [ + 223, + 518, + 265, + 527 + ], + "score": 0.89, + "content": "\\alpha = 2 \\pi n r", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 516, + 293, + 529 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 294, + 519, + 301, + 527 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "is the number of revolutions of the spiral. We add", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 527, + 363, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 214, + 540 + ], + "score": 1.0, + "content": "uniform noise in the range", + "type": "text" + }, + { + "bbox": [ + 215, + 528, + 270, + 540 + ], + "score": 0.63, + "content": "\\left[ - 0 . 0 2 , 0 . 0 2 \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 527, + 363, + 540 + ], + "score": 1.0, + "content": "to the radii afterwards.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 108, + 545, + 504, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 413, + 558 + ], + "score": 1.0, + "content": "The training dataset consists of 1280 examples per environment and we use", + "type": "text" + }, + { + "bbox": [ + 414, + 545, + 447, + 555 + ], + "score": 0.89, + "content": "D = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "environments", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 556, + 418, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 418, + 568 + ], + "score": 1.0, + "content": "unless otherwise mentioned. The training datasets consists of 2000 examples.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "title", + "bbox": [ + 108, + 580, + 190, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 192, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 192, + 593 + ], + "score": 1.0, + "content": "B.3 EXPERIMENT", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 205, + 615 + ], + "score": 1.0, + "content": "We train all networks for", + "type": "text" + }, + { + "bbox": [ + 205, + 601, + 246, + 613 + ], + "score": 0.9, + "content": "\\lfloor 3 0 0 0 / D \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 600, + 506, + 615 + ], + "score": 1.0, + "content": "epochs, dropping the learning rate by a factor 10 halfway through,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 612, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 624 + ], + "score": 1.0, + "content": "and again at three-quarters of training. For computational reason, we stop each trial before completion", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 231, + 635 + ], + "score": 1.0, + "content": "if the training accuracy exceeds", + "type": "text" + }, + { + "bbox": [ + 231, + 623, + 250, + 634 + ], + "score": 0.87, + "content": "9 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 623, + 369, + 635 + ], + "score": 1.0, + "content": "and the test accuracy is below", + "type": "text" + }, + { + "bbox": [ + 369, + 623, + 388, + 634 + ], + "score": 0.87, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 623, + 505, + 635 + ], + "score": 1.0, + "content": ". All networks are MLPs with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 633, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 647 + ], + "score": 1.0, + "content": "LeakyReLU activation functions and a cross-entropy loss on the output. We run a hyperparameter", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "score": 1.0, + "content": "search over the ranges shown in Table 1. For IRM and the AND-mask, we select the best-performing", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "run and re-run it 50 times with different random seeds. For DANN and the standard baselines nothing", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 667, + 304, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 304, + 680 + ], + "score": 1.0, + "content": "produced results significantly better than chance.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38 + }, + { + "type": "title", + "bbox": [ + 107, + 690, + 333, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 690, + 334, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 334, + 703 + ], + "score": 1.0, + "content": "B.3.1 STANDARD REGULARIZERS AND AND-MASK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "The networks with the L1, L2, Dropout and Batch-normalization regularizers, have hyperparameters", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "that were randomly selected from Table 1. For the AND-mask we used the very same ranges. The", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 18, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 108, + 81, + 257, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 79, + 259, + 96 + ], + "spans": [ + { + "bbox": [ + 105, + 79, + 259, + 96 + ], + "score": 1.0, + "content": "B APPENDIX TO SECTION 3", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 107, + 106, + 506, + 139 + ], + "lines": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 119 + ], + "score": 1.0, + "content": "We used Pytorch Paszke et al. (2017) to implement all experiments in this pa-", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 117, + 505, + 129 + ], + "spans": [ + { + "bbox": [ + 105, + 119, + 125, + 128 + ], + "score": 1.0, + "content": "per.", + "type": "text" + }, + { + "bbox": [ + 138, + 117, + 505, + 129 + ], + "score": 1.0, + "content": "Our codebase is publicly available at https://github.com/gibipara92/", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 127, + 317, + 141 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 317, + 141 + ], + "score": 1.0, + "content": "learning-explanations-hard-to-vary.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 2, + "bbox_fs": [ + 105, + 104, + 506, + 141 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 152, + 187, + 164 + ], + "lines": [ + { + "bbox": [ + 105, + 152, + 189, + 165 + ], + "spans": [ + { + "bbox": [ + 105, + 152, + 189, + 165 + ], + "score": 1.0, + "content": "B.1 SECTION 3.1", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "table", + "bbox": [ + 156, + 215, + 452, + 338 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 106, + 175, + 505, + 206 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 176, + 505, + 186 + ], + "spans": [ + { + "bbox": [ + 106, + 176, + 505, + 186 + ], + "score": 1.0, + "content": "Table 1: Hyperparameter ranges for synthetic data experiments. The regularizers L1 and L2 are never combined;", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 186, + 505, + 196 + ], + "spans": [ + { + "bbox": [ + 106, + 186, + 505, + 196 + ], + "score": 1.0, + "content": "instead, one weight regularization type out of L1, L2 and none is selected and we sample from the respective", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 196, + 171, + 207 + ], + "spans": [ + { + "bbox": [ + 105, + 196, + 171, + 207 + ], + "score": 1.0, + "content": "range afterwards.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6 + }, + { + "type": "table_body", + "bbox": [ + 156, + 215, + 452, + 338 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 156, + 215, + 452, + 338 + ], + "spans": [ + { + "bbox": [ + 156, + 215, + 452, + 338 + ], + "score": 0.982, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1 =0.9,β2=0.99, SGD + momentum0.9}
Learning rate{1e-3,1e-2,1e-1}
Batch-normalization{Yes,No}
Dropout{0.0, 0.5}
L2 regularization{1e-5,1e-4,1e-3}
L1 regularization{1e-6, 1e-5, 1e-4}
", + "type": "table", + "image_path": "6f0c7c5052a41e9e1ef008540e72190e924615cdadd95c8bd72c9f13df719068.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 156, + 215, + 452, + 256.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 156, + 256.0, + 452, + 297.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 156, + 297.0, + 452, + 338.0 + ], + "spans": [], + "index": 10 + } + ] + } + ], + "index": 7.5 + }, + { + "type": "title", + "bbox": [ + 107, + 359, + 173, + 370 + ], + "lines": [ + { + "bbox": [ + 105, + 358, + 174, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 174, + 371 + ], + "score": 1.0, + "content": "B.2 DATASET", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 107, + 379, + 415, + 435 + ], + "lines": [ + { + "bbox": [ + 106, + 379, + 416, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 416, + 392 + ], + "score": 1.0, + "content": "Here we report more technical details about the synthetic dataset described in", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 390, + 416, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 416, + 403 + ], + "score": 1.0, + "content": "Section 3. Each example is constructed as follows: we first choose the label", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 402, + 416, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 199, + 414 + ], + "score": 1.0, + "content": "randomly to be either", + "type": "text" + }, + { + "bbox": [ + 199, + 402, + 213, + 412 + ], + "score": 0.88, + "content": "+ 1", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 402, + 226, + 414 + ], + "score": 1.0, + "content": "or", + "type": "text" + }, + { + "bbox": [ + 226, + 402, + 240, + 412 + ], + "score": 0.79, + "content": "- 1", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 402, + 416, + 414 + ], + "score": 1.0, + "content": ", with equal probability. The example is a", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 412, + 416, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 153, + 425 + ], + "score": 1.0, + "content": "vector with", + "type": "text" + }, + { + "bbox": [ + 153, + 412, + 191, + 424 + ], + "score": 0.93, + "content": "d _ { S } + d _ { M }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 412, + 416, + 425 + ], + "score": 1.0, + "content": "entries, consisting of the shortcut and the mechanism. In", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 423, + 267, + 435 + ], + "spans": [ + { + "bbox": [ + 106, + 423, + 176, + 435 + ], + "score": 1.0, + "content": "our experiments,", + "type": "text" + }, + { + "bbox": [ + 176, + 424, + 209, + 434 + ], + "score": 0.91, + "content": "d _ { M } = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 210, + 423, + 227, + 435 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 227, + 424, + 263, + 434 + ], + "score": 0.91, + "content": "d _ { S } = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 263, + 423, + 267, + 435 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 14, + "bbox_fs": [ + 105, + 379, + 416, + 435 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 440, + 415, + 518 + ], + "lines": [ + { + "bbox": [ + 105, + 439, + 416, + 452 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 416, + 452 + ], + "score": 1.0, + "content": "The Gaussian shortcuts are obtained by first sampling one random vector", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 450, + 416, + 464 + ], + "spans": [ + { + "bbox": [ + 106, + 450, + 146, + 462 + ], + "score": 0.92, + "content": "\\mathbf { x } _ { s } \\in \\mathbb { R } ^ { d _ { S } }", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 450, + 286, + 464 + ], + "score": 1.0, + "content": "per environment. Its components", + "type": "text" + }, + { + "bbox": [ + 286, + 453, + 303, + 463 + ], + "score": 0.88, + "content": "x _ { s , i }", + "type": "inline_equation" + }, + { + "bbox": [ + 303, + 450, + 416, + 464 + ], + "score": 1.0, + "content": "are sampled independently", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 462, + 414, + 475 + ], + "spans": [ + { + "bbox": [ + 105, + 462, + 217, + 475 + ], + "score": 1.0, + "content": "from a Normal distribution:", + "type": "text" + }, + { + "bbox": [ + 218, + 462, + 286, + 474 + ], + "score": 0.92, + "content": "x _ { s , i } \\sim \\mathcal { N } ( 0 , 0 . 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 462, + 321, + 475 + ], + "score": 1.0, + "content": ". We use", + "type": "text" + }, + { + "bbox": [ + 321, + 464, + 333, + 473 + ], + "score": 0.85, + "content": "\\mathbf { x } _ { s }", + "type": "inline_equation" + }, + { + "bbox": [ + 333, + 462, + 395, + 475 + ], + "score": 1.0, + "content": "for class 1, and", + "type": "text" + }, + { + "bbox": [ + 396, + 464, + 414, + 474 + ], + "score": 0.86, + "content": "- \\mathbf { x } _ { s }", + "type": "inline_equation" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 473, + 416, + 484 + ], + "spans": [ + { + "bbox": [ + 106, + 473, + 416, + 484 + ], + "score": 1.0, + "content": "for class -1. In the test set, all shortcut components are sampled i.i.d. from the", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 483, + 416, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 483, + 416, + 496 + ], + "score": 1.0, + "content": "same Normal distribution. Effectively, each example of the test set belongs to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 495, + 416, + 507 + ], + "spans": [ + { + "bbox": [ + 106, + 495, + 416, + 507 + ], + "score": 1.0, + "content": "a different domain. The mechanism is implemented as the two interconnected", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 506, + 416, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 506, + 314, + 519 + ], + "score": 1.0, + "content": "spirals shown in Figure 13 by sampling the radius", + "type": "text" + }, + { + "bbox": [ + 314, + 506, + 396, + 518 + ], + "score": 0.88, + "content": "r \\sim \\mathrm { U n i f } ( 0 . 0 8 , 1 . 0 )", + "type": "inline_equation" + }, + { + "bbox": [ + 397, + 506, + 416, + 519 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 516, + 505, + 529 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 222, + 529 + ], + "score": 1.0, + "content": "then computing the angle as", + "type": "text" + }, + { + "bbox": [ + 223, + 518, + 265, + 527 + ], + "score": 0.89, + "content": "\\alpha = 2 \\pi n r", + "type": "inline_equation" + }, + { + "bbox": [ + 266, + 516, + 293, + 529 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 294, + 519, + 301, + 527 + ], + "score": 0.73, + "content": "n", + "type": "inline_equation" + }, + { + "bbox": [ + 302, + 516, + 505, + 529 + ], + "score": 1.0, + "content": "is the number of revolutions of the spiral. We add", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 527, + 363, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 214, + 540 + ], + "score": 1.0, + "content": "uniform noise in the range", + "type": "text" + }, + { + "bbox": [ + 215, + 528, + 270, + 540 + ], + "score": 0.63, + "content": "\\left[ - 0 . 0 2 , 0 . 0 2 \\right]", + "type": "inline_equation" + }, + { + "bbox": [ + 270, + 527, + 363, + 540 + ], + "score": 1.0, + "content": "to the radii afterwards.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 439, + 416, + 519 + ] + }, + { + "type": "image", + "bbox": [ + 425, + 382, + 502, + 460 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 425, + 382, + 502, + 460 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 425, + 382, + 502, + 460 + ], + "spans": [ + { + "bbox": [ + 425, + 382, + 502, + 460 + ], + "score": 0.949, + "type": "image", + "image_path": "2703df68fff546c00ca1b4b0275d73937f6cdf748f6bd7fabe5dde2e5d70d63d.jpg" + } + ] + } + ], + "index": 18.0, + "virtual_lines": [ + { + "bbox": [ + 425, + 382, + 502, + 421.0 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 425, + 421.0, + 502, + 460.0 + ], + "spans": [], + "index": 19 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 423, + 470, + 505, + 510 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 423, + 469, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 423, + 469, + 505, + 480 + ], + "score": 1.0, + "content": "Figure 13: The spirals", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 423, + 479, + 505, + 489 + ], + "spans": [ + { + "bbox": [ + 423, + 479, + 505, + 489 + ], + "score": 1.0, + "content": "used as the mechanism", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 422, + 489, + 507, + 500 + ], + "spans": [ + { + "bbox": [ + 422, + 489, + 507, + 500 + ], + "score": 1.0, + "content": "in the synthetic memo-", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 422, + 498, + 483, + 510 + ], + "spans": [ + { + "bbox": [ + 422, + 498, + 483, + 510 + ], + "score": 1.0, + "content": "rization dataset.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + } + ], + "index": 22.75 + }, + { + "type": "text", + "bbox": [ + 105, + 518, + 503, + 540 + ], + "lines": [], + "index": 30.5, + "bbox_fs": [ + 106, + 516, + 505, + 540 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 108, + 545, + 504, + 567 + ], + "lines": [ + { + "bbox": [ + 106, + 545, + 505, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 413, + 558 + ], + "score": 1.0, + "content": "The training dataset consists of 1280 examples per environment and we use", + "type": "text" + }, + { + "bbox": [ + 414, + 545, + 447, + 555 + ], + "score": 0.89, + "content": "D = 3 2", + "type": "inline_equation" + }, + { + "bbox": [ + 447, + 545, + 505, + 558 + ], + "score": 1.0, + "content": "environments", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 556, + 418, + 568 + ], + "spans": [ + { + "bbox": [ + 106, + 556, + 418, + 568 + ], + "score": 1.0, + "content": "unless otherwise mentioned. The training datasets consists of 2000 examples.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 545, + 505, + 568 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 580, + 190, + 592 + ], + "lines": [ + { + "bbox": [ + 105, + 579, + 192, + 593 + ], + "spans": [ + { + "bbox": [ + 105, + 579, + 192, + 593 + ], + "score": 1.0, + "content": "B.3 EXPERIMENT", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 107, + 601, + 505, + 678 + ], + "lines": [ + { + "bbox": [ + 105, + 600, + 506, + 615 + ], + "spans": [ + { + "bbox": [ + 105, + 600, + 205, + 615 + ], + "score": 1.0, + "content": "We train all networks for", + "type": "text" + }, + { + "bbox": [ + 205, + 601, + 246, + 613 + ], + "score": 0.9, + "content": "\\lfloor 3 0 0 0 / D \\rfloor", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 600, + 506, + 615 + ], + "score": 1.0, + "content": "epochs, dropping the learning rate by a factor 10 halfway through,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 612, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 106, + 612, + 505, + 624 + ], + "score": 1.0, + "content": "and again at three-quarters of training. For computational reason, we stop each trial before completion", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 623, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 623, + 231, + 635 + ], + "score": 1.0, + "content": "if the training accuracy exceeds", + "type": "text" + }, + { + "bbox": [ + 231, + 623, + 250, + 634 + ], + "score": 0.87, + "content": "9 7 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 251, + 623, + 369, + 635 + ], + "score": 1.0, + "content": "and the test accuracy is below", + "type": "text" + }, + { + "bbox": [ + 369, + 623, + 388, + 634 + ], + "score": 0.87, + "content": "60 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 623, + 505, + 635 + ], + "score": 1.0, + "content": ". All networks are MLPs with", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 633, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 633, + 506, + 647 + ], + "score": 1.0, + "content": "LeakyReLU activation functions and a cross-entropy loss on the output. We run a hyperparameter", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 658 + ], + "score": 1.0, + "content": "search over the ranges shown in Table 1. For IRM and the AND-mask, we select the best-performing", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 104, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "run and re-run it 50 times with different random seeds. For DANN and the standard baselines nothing", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 667, + 304, + 680 + ], + "spans": [ + { + "bbox": [ + 105, + 667, + 304, + 680 + ], + "score": 1.0, + "content": "produced results significantly better than chance.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38, + "bbox_fs": [ + 104, + 600, + 506, + 680 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 690, + 333, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 690, + 334, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 334, + 703 + ], + "score": 1.0, + "content": "B.3.1 STANDARD REGULARIZERS AND AND-MASK", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 108, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "The networks with the L1, L2, Dropout and Batch-normalization regularizers, have hyperparameters", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "that were randomly selected from Table 1. For the AND-mask we used the very same ranges. The", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "and none is selected and we sample from the respective range afterwards. The parameters found to", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 507, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 507, + 118 + ], + "score": 1.0, + "content": "work best from the grid search were: agreement threshold of 1, 256 hidden units, 3 hidden layers,", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "batch size 128, Adam with learning rate 1e-2, no batch norm, no dropout, L2-regularization with a", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "coefficient of 1e-4, no L1-regularization. In practice, we often found it helpful to rescale the gradients", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "after masking to compensate for the decreasing overall magnitude. We add the option for gradient", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 150, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 504, + 160 + ], + "score": 1.0, + "content": "rescaling as an additional hyperparameter, as we found it to help in several experiments. It rescales", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "gradient components layer-wise after masking, by multiplying the remaining gradient components", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 119, + 182 + ], + "score": 1.0, + "content": "by", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 119, + 173, + 124, + 180 + ], + "score": 0.63, + "content": "c", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 125, + 171, + 155, + 182 + ], + "score": 1.0, + "content": ", where", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 155, + 172, + 161, + 180 + ], + "score": 0.7, + "content": "c", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 161, + 171, + 505, + 182 + ], + "score": 1.0, + "content": "is the ratio of the number of components in that layer over the number of non-masked", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 180, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 506, + 194 + ], + "score": 1.0, + "content": "components in that layer (i.e. the sum of the binary elements in the mask).14. We speculate that for", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 191, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 505, + 206 + ], + "score": 1.0, + "content": "very large layers, a less extreme normalization scheme or the additional use of gradient clipping", + "type": "text", + "cross_page": true + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 204, + 195, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 195, + 216 + ], + "score": 1.0, + "content": "might be appropriate.", + "type": "text", + "cross_page": true + } + ], + "index": 11 + } + ], + "index": 43.5, + "bbox_fs": [ + 106, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 214 + ], + "lines": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "regularizers L1 and L2 are never combined; instead, one weight regularization type out of L1, L2", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 106 + ], + "score": 1.0, + "content": "and none is selected and we sample from the respective range afterwards. The parameters found to", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 103, + 507, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 103, + 507, + 118 + ], + "score": 1.0, + "content": "work best from the grid search were: agreement threshold of 1, 256 hidden units, 3 hidden layers,", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 506, + 128 + ], + "score": 1.0, + "content": "batch size 128, Adam with learning rate 1e-2, no batch norm, no dropout, L2-regularization with a", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 139 + ], + "score": 1.0, + "content": "coefficient of 1e-4, no L1-regularization. In practice, we often found it helpful to rescale the gradients", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "after masking to compensate for the decreasing overall magnitude. We add the option for gradient", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 150, + 504, + 160 + ], + "spans": [ + { + "bbox": [ + 106, + 150, + 504, + 160 + ], + "score": 1.0, + "content": "rescaling as an additional hyperparameter, as we found it to help in several experiments. It rescales", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 172 + ], + "score": 1.0, + "content": "gradient components layer-wise after masking, by multiplying the remaining gradient components", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 171, + 505, + 182 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 119, + 182 + ], + "score": 1.0, + "content": "by", + "type": "text" + }, + { + "bbox": [ + 119, + 173, + 124, + 180 + ], + "score": 0.63, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 125, + 171, + 155, + 182 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 155, + 172, + 161, + 180 + ], + "score": 0.7, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 161, + 171, + 505, + 182 + ], + "score": 1.0, + "content": "is the ratio of the number of components in that layer over the number of non-masked", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 180, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 105, + 180, + 506, + 194 + ], + "score": 1.0, + "content": "components in that layer (i.e. the sum of the binary elements in the mask).14. We speculate that for", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 191, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 505, + 206 + ], + "score": 1.0, + "content": "very large layers, a less extreme normalization scheme or the additional use of gradient clipping", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 204, + 195, + 216 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 195, + 216 + ], + "score": 1.0, + "content": "might be appropriate.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 5.5 + }, + { + "type": "title", + "bbox": [ + 107, + 227, + 335, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 226, + 336, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 336, + 240 + ], + "score": 1.0, + "content": "B.3.2 DOMAIN ADVERSARIAL NEURAL NETWORKS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 506, + 259 + ], + "score": 1.0, + "content": "The experiments using DANN follow a similar pattern. The model consists of an embedding network,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "a classification network, and a “domain discrimination” network. All three modules are two-layer", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 282 + ], + "score": 1.0, + "content": "multi-layer perceptrons (MLP). The number of hidden units of all MLPs are sampled from the range", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "specified in Table 1, and we trained 100 models. Both label classifier and domain discriminator", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 291, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 302 + ], + "score": 1.0, + "content": "are applied to the output of the embedding network. The label classifier is trained to minimize the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "score": 1.0, + "content": "cross-entropy-loss between the predicted and the true label. Similarly, the domain discriminator is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 325 + ], + "score": 1.0, + "content": "trained to minimize the loss between predicted and true domain-label. The embedding network is", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 335 + ], + "score": 1.0, + "content": "trained to minimize the regular task classification loss and at the same time to maximize the the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 334, + 312, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 312, + 347 + ], + "score": 1.0, + "content": "domain-loss achieved by the domain discriminator.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17 + }, + { + "type": "title", + "bbox": [ + 108, + 358, + 281, + 370 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 282, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 282, + 371 + ], + "score": 1.0, + "content": "B.3.3 INVARIANT RISK MINIMIZATION", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 108, + 378, + 504, + 411 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "score": 1.0, + "content": "For the experiments using IRM we used the authors’ PyTorch implementation from https:", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "//github.com/facebookresearch/InvariantRiskMinimization. We perform a", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 400, + 387, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 387, + 412 + ], + "score": 1.0, + "content": "random hyperparameter search over with the ranges shown in Table 2", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "table", + "bbox": [ + 136, + 441, + 473, + 554 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 230, + 422, + 381, + 433 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 230, + 422, + 381, + 434 + ], + "spans": [ + { + "bbox": [ + 230, + 422, + 381, + 434 + ], + "score": 1.0, + "content": "Table 2: Hyperparameter ranges for IRM.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "table_body", + "bbox": [ + 136, + 441, + 473, + 554 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 441, + 473, + 554 + ], + "spans": [ + { + "bbox": [ + 136, + 441, + 473, + 554 + ], + "score": 0.98, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1=0.9,β2=0.999, SGD + momentum0.9}
Batch-normalization{Yes,No}
Penalty weight{10.0,100.0,1000.0}
Number of annealing iterations{0,1,2,4,8}
Learning rate{1e-3,1e-2, 1e-1, 1}
", + "type": "table", + "image_path": "cff0315a83239b01dd138e0c51da4a8cc4094cf8d5e2370e9466bb8d73216aa9.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 136, + 441, + 473, + 478.6666666666667 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 136, + 478.6666666666667, + 473, + 516.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 136, + 516.3333333333334, + 473, + 554.0 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "index": 27.0 + }, + { + "type": "title", + "bbox": [ + 108, + 573, + 279, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 279, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 279, + 585 + ], + "score": 1.0, + "content": "B.3.4 CURVES FOR ALL EXPERIMENTS", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 105, + 592, + 491, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 493, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 493, + 605 + ], + "score": 1.0, + "content": "In Figure 14 we show the learning curves of training and test accuracy for the different methods.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "title", + "bbox": [ + 108, + 616, + 233, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 234, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 234, + 629 + ], + "score": 1.0, + "content": "B.3.5 CORRELATION PLOTS", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 635, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "For the correlation plots in Figure 7 we used a randomly initialized MLP with the following configu-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 646, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 659 + ], + "score": 1.0, + "content": "ration: 3 hidden layers, 256 hidden units. The dataset was using 16 environments and batches of size", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 656, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 104, + 656, + 506, + 672 + ], + "score": 1.0, + "content": "1024. The lines in Figure 7 are linear least-squares regressions to the gradient data shown as scatter", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "plots. We repeat the experiment 10 times with different network weight seeds, resulting in the 10", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 104, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "regression lines. Zero gradients are excluded from the regression computation, as most gradients are", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 690, + 295, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 295, + 703 + ], + "score": 1.0, + "content": "masked out by the product mask in both cases.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5 + } + ], + "page_idx": 19, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 711, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 114, + 707, + 506, + 726 + ], + "spans": [ + { + "bbox": [ + 114, + 707, + 163, + 726 + ], + "score": 1.0, + "content": "14Therefore,", + "type": "text" + }, + { + "bbox": [ + 163, + 714, + 169, + 721 + ], + "score": 0.65, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 707, + 506, + 726 + ], + "score": 1.0, + "content": "is 1 if the AND-mask has only 1s, and infinite if all components are masked out (which we", + "type": "text" + } + ] + }, + { + "bbox": [ + 105, + 720, + 165, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 165, + 733 + ], + "score": 1.0, + "content": "then keep as 0.)", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "spans": [ + { + "bbox": [ + 105, + 25, + 293, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 749, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 214 + ], + "lines": [], + "index": 5.5, + "bbox_fs": [ + 105, + 83, + 507, + 216 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 227, + 335, + 238 + ], + "lines": [ + { + "bbox": [ + 106, + 226, + 336, + 240 + ], + "spans": [ + { + "bbox": [ + 106, + 226, + 336, + 240 + ], + "score": 1.0, + "content": "B.3.2 DOMAIN ADVERSARIAL NEURAL NETWORKS", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 246, + 505, + 345 + ], + "lines": [ + { + "bbox": [ + 106, + 247, + 506, + 259 + ], + "spans": [ + { + "bbox": [ + 106, + 247, + 506, + 259 + ], + "score": 1.0, + "content": "The experiments using DANN follow a similar pattern. The model consists of an embedding network,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 258, + 505, + 270 + ], + "spans": [ + { + "bbox": [ + 106, + 258, + 505, + 270 + ], + "score": 1.0, + "content": "a classification network, and a “domain discrimination” network. All three modules are two-layer", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 267, + 505, + 282 + ], + "spans": [ + { + "bbox": [ + 105, + 267, + 505, + 282 + ], + "score": 1.0, + "content": "multi-layer perceptrons (MLP). The number of hidden units of all MLPs are sampled from the range", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 506, + 293 + ], + "score": 1.0, + "content": "specified in Table 1, and we trained 100 models. Both label classifier and domain discriminator", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 291, + 506, + 302 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 302 + ], + "score": 1.0, + "content": "are applied to the output of the embedding network. The label classifier is trained to minimize the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 301, + 506, + 314 + ], + "score": 1.0, + "content": "cross-entropy-loss between the predicted and the true label. Similarly, the domain discriminator is", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 313, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 325 + ], + "score": 1.0, + "content": "trained to minimize the loss between predicted and true domain-label. The embedding network is", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 324, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 505, + 335 + ], + "score": 1.0, + "content": "trained to minimize the regular task classification loss and at the same time to maximize the the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 334, + 312, + 347 + ], + "spans": [ + { + "bbox": [ + 106, + 334, + 312, + 347 + ], + "score": 1.0, + "content": "domain-loss achieved by the domain discriminator.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 247, + 506, + 347 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 358, + 281, + 370 + ], + "lines": [ + { + "bbox": [ + 105, + 357, + 282, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 282, + 371 + ], + "score": 1.0, + "content": "B.3.3 INVARIANT RISK MINIMIZATION", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 108, + 378, + 504, + 411 + ], + "lines": [ + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "spans": [ + { + "bbox": [ + 105, + 377, + 507, + 391 + ], + "score": 1.0, + "content": "For the experiments using IRM we used the authors’ PyTorch implementation from https:", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "//github.com/facebookresearch/InvariantRiskMinimization. We perform a", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 400, + 387, + 412 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 387, + 412 + ], + "score": 1.0, + "content": "random hyperparameter search over with the ranges shown in Table 2", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 377, + 507, + 412 + ] + }, + { + "type": "table", + "bbox": [ + 136, + 441, + 473, + 554 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 230, + 422, + 381, + 433 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 230, + 422, + 381, + 434 + ], + "spans": [ + { + "bbox": [ + 230, + 422, + 381, + 434 + ], + "score": 1.0, + "content": "Table 2: Hyperparameter ranges for IRM.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 26 + }, + { + "type": "table_body", + "bbox": [ + 136, + 441, + 473, + 554 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 136, + 441, + 473, + 554 + ], + "spans": [ + { + "bbox": [ + 136, + 441, + 473, + 554 + ], + "score": 0.98, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1=0.9,β2=0.999, SGD + momentum0.9}
Batch-normalization{Yes,No}
Penalty weight{10.0,100.0,1000.0}
Number of annealing iterations{0,1,2,4,8}
Learning rate{1e-3,1e-2, 1e-1, 1}
", + "type": "table", + "image_path": "cff0315a83239b01dd138e0c51da4a8cc4094cf8d5e2370e9466bb8d73216aa9.jpg" + } + ] + } + ], + "index": 28, + "virtual_lines": [ + { + "bbox": [ + 136, + 441, + 473, + 478.6666666666667 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 136, + 478.6666666666667, + 473, + 516.3333333333334 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 136, + 516.3333333333334, + 473, + 554.0 + ], + "spans": [], + "index": 29 + } + ] + } + ], + "index": 27.0 + }, + { + "type": "title", + "bbox": [ + 108, + 573, + 279, + 584 + ], + "lines": [ + { + "bbox": [ + 106, + 572, + 279, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 279, + 585 + ], + "score": 1.0, + "content": "B.3.4 CURVES FOR ALL EXPERIMENTS", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 105, + 592, + 491, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 591, + 493, + 605 + ], + "spans": [ + { + "bbox": [ + 106, + 591, + 493, + 605 + ], + "score": 1.0, + "content": "In Figure 14 we show the learning curves of training and test accuracy for the different methods.", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31, + "bbox_fs": [ + 106, + 591, + 493, + 605 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 616, + 233, + 627 + ], + "lines": [ + { + "bbox": [ + 105, + 615, + 234, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 615, + 234, + 629 + ], + "score": 1.0, + "content": "B.3.5 CORRELATION PLOTS", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 32 + }, + { + "type": "text", + "bbox": [ + 107, + 635, + 505, + 702 + ], + "lines": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "spans": [ + { + "bbox": [ + 105, + 635, + 506, + 649 + ], + "score": 1.0, + "content": "For the correlation plots in Figure 7 we used a randomly initialized MLP with the following configu-", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 646, + 505, + 659 + ], + "spans": [ + { + "bbox": [ + 105, + 646, + 505, + 659 + ], + "score": 1.0, + "content": "ration: 3 hidden layers, 256 hidden units. The dataset was using 16 environments and batches of size", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 104, + 656, + 506, + 672 + ], + "spans": [ + { + "bbox": [ + 104, + 656, + 506, + 672 + ], + "score": 1.0, + "content": "1024. The lines in Figure 7 are linear least-squares regressions to the gradient data shown as scatter", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "spans": [ + { + "bbox": [ + 105, + 669, + 505, + 681 + ], + "score": 1.0, + "content": "plots. We repeat the experiment 10 times with different network weight seeds, resulting in the 10", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 679, + 506, + 693 + ], + "spans": [ + { + "bbox": [ + 104, + 679, + 506, + 693 + ], + "score": 1.0, + "content": "regression lines. Zero gradients are excluded from the regression computation, as most gradients are", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 690, + 295, + 703 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 295, + 703 + ], + "score": 1.0, + "content": "masked out by the product mask in both cases.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5, + "bbox_fs": [ + 104, + 635, + 506, + 703 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 149, + 83, + 461, + 220 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 149, + 83, + 461, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 149, + 83, + 461, + 220 + ], + "spans": [ + { + "bbox": [ + 149, + 83, + 461, + 220 + ], + "score": 0.972, + "type": "image", + "image_path": "f1c54ea4ad51704480b75ad6c14459bd6db2dfafae7f409ff4810c75f7d4bc0c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 149, + 83, + 461, + 128.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 149, + 128.66666666666666, + 461, + 174.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 174.33333333333331, + 461, + 219.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 104, + 232, + 504, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 232, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 245 + ], + "score": 1.0, + "content": "Figure 14: Learning curves for the evaluated methods. The top row shows the accuracy on the training set, the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 242, + 276, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 276, + 254 + ], + "score": 1.0, + "content": "bottom row shows the accuracy on the test set.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 276, + 332, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 275, + 333, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 333, + 287 + ], + "score": 1.0, + "content": "B.4 FURTHER VISUALIZATIONS AND EXPERIMENTS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 295, + 505, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 295, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 506, + 308 + ], + "score": 1.0, + "content": "In Figure 15 we show how many environments need to be present for the baseline without AND-mask", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "to switch the decision boundary from the shortcuts to the mechanism. Under the same experimental", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 318, + 428, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 428, + 330 + ], + "score": 1.0, + "content": "condition as in the main paper, the baseline first succeeds at 1024 environments.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7 + }, + { + "type": "image", + "bbox": [ + 107, + 339, + 505, + 398 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 339, + 505, + 398 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 339, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 107, + 339, + 505, + 398 + ], + "score": 0.958, + "type": "image", + "image_path": "4ec4fe862dad3a66e23c73556d1743d289326e46a0506be20524dc68015f4975.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 107, + 339, + 505, + 358.6666666666667 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 358.6666666666667, + 505, + 378.33333333333337 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 107, + 378.33333333333337, + 505, + 398.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 407, + 505, + 438 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 407, + 504, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 504, + 418 + ], + "score": 1.0, + "content": "Figure 15: Relationship between number of training environments and test accuracy for the AND-mask method", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "compared to the baseline. We show the best performance out of five runs using the settings that were used for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 426, + 223, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 223, + 439 + ], + "score": 1.0, + "content": "the experiment in the main text.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 107, + 458, + 452, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 458, + 455, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 455, + 471 + ], + "score": 1.0, + "content": "B.5 SECTION 3.2: CIFAR-10 MEMORIZATION AND LABEL NOISE EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 479, + 349, + 578 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 349, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 349, + 492 + ], + "score": 1.0, + "content": "Memorization experiment In Figure 16, we report the test", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 490, + 350, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 350, + 502 + ], + "score": 1.0, + "content": "performance (dashed lines) corresponding to the curves pre-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 501, + 349, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 349, + 513 + ], + "score": 1.0, + "content": "sented in the main paper for the CIFAR-10 memorization", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 513, + 349, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 349, + 523 + ], + "score": 1.0, + "content": "experiment. The test performance with standard labels de-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 523, + 349, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 349, + 534 + ], + "score": 1.0, + "content": "creases slower than the training performance as the threshold", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 534, + 348, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 348, + 545 + ], + "score": 1.0, + "content": "increases, and they eventually reach the same value. This is", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 545, + 349, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 349, + 556 + ], + "score": 1.0, + "content": "consistent with the hypothesis that by training on the consis-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 555, + 349, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 349, + 568 + ], + "score": 1.0, + "content": "tent directions, the AND-mask selects the invariant patterns", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 567, + 299, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 299, + 578 + ], + "score": 1.0, + "content": "and prunes out the signals that are not invariant.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20 + }, + { + "type": "image", + "bbox": [ + 358, + 482, + 502, + 558 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 358, + 482, + 502, + 558 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 358, + 482, + 502, + 558 + ], + "spans": [ + { + "bbox": [ + 358, + 482, + 502, + 558 + ], + "score": 0.954, + "type": "image", + "image_path": "8ca71fe755e2a88b3312a7912c3fb6fe9a5bde54794c3813b8551085371d1d41.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 358, + 482, + 502, + 520.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 358, + 520.0, + 502, + 558.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 356, + 568, + 505, + 588 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 355, + 567, + 507, + 580 + ], + "spans": [ + { + "bbox": [ + 355, + 567, + 507, + 580 + ], + "score": 1.0, + "content": "Figure 16: Dashed lines show test acc,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 356, + 577, + 463, + 590 + ], + "spans": [ + { + "bbox": [ + 356, + 577, + 463, + 590 + ], + "score": 1.0, + "content": "solid lines show training acc.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 107, + 591, + 348, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 349, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 349, + 603 + ], + "score": 1.0, + "content": "Network architecture and training details Each trial", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 602, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 106, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "trains the ResNet “FastResNet” from the PyTorch-Ignite example15 for 80 epochs on the full", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 611, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 626 + ], + "score": 1.0, + "content": "CIFAR-10 training set. We use the Adam optimizer with a learning rate of 5e´4, and a 0.1 learning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 624, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 505, + 635 + ], + "score": 1.0, + "content": "rate decay at epoch 40 and 60. We fix the batch size to 80. We set up 14 trials by evaluating each of the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 634, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 197, + 647 + ], + "score": 1.0, + "content": "AND-mask-thresholds", + "type": "text" + }, + { + "bbox": [ + 198, + 635, + 320, + 646 + ], + "score": 0.89, + "content": "\\{ 0 , 0 . 0 5 , 0 . 1 , 0 . 2 , 0 . 4 , 0 . 6 , 0 . 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 634, + 506, + 647 + ], + "score": 1.0, + "content": "for two datasets: (a) unchanged CIFAR-10, (b)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 645, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 506, + 658 + ], + "score": 1.0, + "content": "CIFAR-10 with the training labels replaced by random labels. Note that a threshold of 0 corresponds", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 656, + 426, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 426, + 669 + ], + "score": 1.0, + "content": "to not using the AND-mask. Each trial is run twice with separate random seeds.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5 + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "Label noise experiment We trained the same ResNet as for the experiment above, once with and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "score": 1.0, + "content": "once without the AND-mask. We ran each experiment with three different starting learning rates", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + } + ], + "page_idx": 20, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 108, + 712, + 464, + 732 + ], + "lines": [ + { + "bbox": [ + 115, + 707, + 464, + 726 + ], + "spans": [ + { + "bbox": [ + 115, + 707, + 464, + 726 + ], + "score": 1.0, + "content": "15https://github.com/pytorch/ignite/blob/master/examples/contrib/", + "type": "text" + } + ] + }, + { + "bbox": [ + 106, + 719, + 222, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 719, + 222, + 734 + ], + "score": 1.0, + "content": "cifar10/fastresnet.py", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 149, + 83, + 461, + 220 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 149, + 83, + 461, + 220 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 149, + 83, + 461, + 220 + ], + "spans": [ + { + "bbox": [ + 149, + 83, + 461, + 220 + ], + "score": 0.972, + "type": "image", + "image_path": "f1c54ea4ad51704480b75ad6c14459bd6db2dfafae7f409ff4810c75f7d4bc0c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 149, + 83, + 461, + 128.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 149, + 128.66666666666666, + 461, + 174.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 174.33333333333331, + 461, + 219.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 104, + 232, + 504, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 232, + 505, + 245 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 505, + 245 + ], + "score": 1.0, + "content": "Figure 14: Learning curves for the evaluated methods. The top row shows the accuracy on the training set, the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 242, + 276, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 276, + 254 + ], + "score": 1.0, + "content": "bottom row shows the accuracy on the test set.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 107, + 276, + 332, + 286 + ], + "lines": [ + { + "bbox": [ + 106, + 275, + 333, + 287 + ], + "spans": [ + { + "bbox": [ + 106, + 275, + 333, + 287 + ], + "score": 1.0, + "content": "B.4 FURTHER VISUALIZATIONS AND EXPERIMENTS", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 295, + 505, + 329 + ], + "lines": [ + { + "bbox": [ + 105, + 295, + 506, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 506, + 308 + ], + "score": 1.0, + "content": "In Figure 15 we show how many environments need to be present for the baseline without AND-mask", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 307, + 505, + 319 + ], + "spans": [ + { + "bbox": [ + 106, + 307, + 505, + 319 + ], + "score": 1.0, + "content": "to switch the decision boundary from the shortcuts to the mechanism. Under the same experimental", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 318, + 428, + 330 + ], + "spans": [ + { + "bbox": [ + 105, + 318, + 428, + 330 + ], + "score": 1.0, + "content": "condition as in the main paper, the baseline first succeeds at 1024 environments.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 295, + 506, + 330 + ] + }, + { + "type": "image", + "bbox": [ + 107, + 339, + 505, + 398 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 107, + 339, + 505, + 398 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 107, + 339, + 505, + 398 + ], + "spans": [ + { + "bbox": [ + 107, + 339, + 505, + 398 + ], + "score": 0.958, + "type": "image", + "image_path": "4ec4fe862dad3a66e23c73556d1743d289326e46a0506be20524dc68015f4975.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 107, + 339, + 505, + 358.6666666666667 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 107, + 358.6666666666667, + 505, + 378.33333333333337 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 107, + 378.33333333333337, + 505, + 398.00000000000006 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 407, + 505, + 438 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 407, + 504, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 407, + 504, + 418 + ], + "score": 1.0, + "content": "Figure 15: Relationship between number of training environments and test accuracy for the AND-mask method", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 417, + 506, + 429 + ], + "spans": [ + { + "bbox": [ + 105, + 417, + 506, + 429 + ], + "score": 1.0, + "content": "compared to the baseline. We show the best performance out of five runs using the settings that were used for", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 426, + 223, + 439 + ], + "spans": [ + { + "bbox": [ + 105, + 426, + 223, + 439 + ], + "score": 1.0, + "content": "the experiment in the main text.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 107, + 458, + 452, + 470 + ], + "lines": [ + { + "bbox": [ + 105, + 458, + 455, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 455, + 471 + ], + "score": 1.0, + "content": "B.5 SECTION 3.2: CIFAR-10 MEMORIZATION AND LABEL NOISE EXPERIMENTS", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "text", + "bbox": [ + 107, + 479, + 349, + 578 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 349, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 349, + 492 + ], + "score": 1.0, + "content": "Memorization experiment In Figure 16, we report the test", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 490, + 350, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 350, + 502 + ], + "score": 1.0, + "content": "performance (dashed lines) corresponding to the curves pre-", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 501, + 349, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 349, + 513 + ], + "score": 1.0, + "content": "sented in the main paper for the CIFAR-10 memorization", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 513, + 349, + 523 + ], + "spans": [ + { + "bbox": [ + 106, + 513, + 349, + 523 + ], + "score": 1.0, + "content": "experiment. The test performance with standard labels de-", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 523, + 349, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 349, + 534 + ], + "score": 1.0, + "content": "creases slower than the training performance as the threshold", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 534, + 348, + 545 + ], + "spans": [ + { + "bbox": [ + 106, + 534, + 348, + 545 + ], + "score": 1.0, + "content": "increases, and they eventually reach the same value. This is", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 545, + 349, + 556 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 349, + 556 + ], + "score": 1.0, + "content": "consistent with the hypothesis that by training on the consis-", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 555, + 349, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 555, + 349, + 568 + ], + "score": 1.0, + "content": "tent directions, the AND-mask selects the invariant patterns", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 567, + 299, + 578 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 299, + 578 + ], + "score": 1.0, + "content": "and prunes out the signals that are not invariant.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 20, + "bbox_fs": [ + 105, + 478, + 350, + 578 + ] + }, + { + "type": "image", + "bbox": [ + 358, + 482, + 502, + 558 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 358, + 482, + 502, + 558 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 358, + 482, + 502, + 558 + ], + "spans": [ + { + "bbox": [ + 358, + 482, + 502, + 558 + ], + "score": 0.954, + "type": "image", + "image_path": "8ca71fe755e2a88b3312a7912c3fb6fe9a5bde54794c3813b8551085371d1d41.jpg" + } + ] + } + ], + "index": 25.5, + "virtual_lines": [ + { + "bbox": [ + 358, + 482, + 502, + 520.0 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 358, + 520.0, + 502, + 558.0 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 356, + 568, + 505, + 588 + ], + "group_id": 2, + "lines": [ + { + "bbox": [ + 355, + 567, + 507, + 580 + ], + "spans": [ + { + "bbox": [ + 355, + 567, + 507, + 580 + ], + "score": 1.0, + "content": "Figure 16: Dashed lines show test acc,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 356, + 577, + 463, + 590 + ], + "spans": [ + { + "bbox": [ + 356, + 577, + 463, + 590 + ], + "score": 1.0, + "content": "solid lines show training acc.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 27.5 + } + ], + "index": 26.5 + }, + { + "type": "title", + "bbox": [ + 107, + 591, + 348, + 602 + ], + "lines": [ + { + "bbox": [ + 105, + 590, + 349, + 603 + ], + "spans": [ + { + "bbox": [ + 105, + 590, + 349, + 603 + ], + "score": 1.0, + "content": "Network architecture and training details Each trial", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 602, + 505, + 668 + ], + "lines": [ + { + "bbox": [ + 106, + 601, + 505, + 614 + ], + "spans": [ + { + "bbox": [ + 106, + 601, + 505, + 614 + ], + "score": 1.0, + "content": "trains the ResNet “FastResNet” from the PyTorch-Ignite example15 for 80 epochs on the full", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 611, + 506, + 626 + ], + "spans": [ + { + "bbox": [ + 105, + 611, + 506, + 626 + ], + "score": 1.0, + "content": "CIFAR-10 training set. We use the Adam optimizer with a learning rate of 5e´4, and a 0.1 learning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 624, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 624, + 505, + 635 + ], + "score": 1.0, + "content": "rate decay at epoch 40 and 60. We fix the batch size to 80. We set up 14 trials by evaluating each of the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 634, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 634, + 197, + 647 + ], + "score": 1.0, + "content": "AND-mask-thresholds", + "type": "text" + }, + { + "bbox": [ + 198, + 635, + 320, + 646 + ], + "score": 0.89, + "content": "\\{ 0 , 0 . 0 5 , 0 . 1 , 0 . 2 , 0 . 4 , 0 . 6 , 0 . 8 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 634, + 506, + 647 + ], + "score": 1.0, + "content": "for two datasets: (a) unchanged CIFAR-10, (b)", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 645, + 506, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 506, + 658 + ], + "score": 1.0, + "content": "CIFAR-10 with the training labels replaced by random labels. Note that a threshold of 0 corresponds", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 656, + 426, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 656, + 426, + 669 + ], + "score": 1.0, + "content": "to not using the AND-mask. Each trial is run twice with separate random seeds.", + "type": "text" + } + ], + "index": 35 + } + ], + "index": 32.5, + "bbox_fs": [ + 105, + 601, + 506, + 669 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 680, + 504, + 703 + ], + "lines": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 693 + ], + "score": 1.0, + "content": "Label noise experiment We trained the same ResNet as for the experiment above, once with and", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "spans": [ + { + "bbox": [ + 105, + 690, + 506, + 704 + ], + "score": 1.0, + "content": "once without the AND-mask. We ran each experiment with three different starting learning rates", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 192, + 94 + ], + "score": 0.87, + "content": "\\{ 5 \\mathrm { e } { - } 4 , 1 \\mathrm { e } { - } 3 , 5 \\mathrm { e } { - } 3 \\}", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 192, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "and a learning rate decay at epoch 60. The baseline worked best with a learning", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 135, + 106 + ], + "score": 1.0, + "content": "rate of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 136, + 95, + 159, + 104 + ], + "score": 0.53, + "content": "\\mathrm { 1 e { - 3 } }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 159, + 93, + 506, + 106 + ], + "score": 1.0, + "content": ", while the AND-mask with 5e´3, likely to compensate for the masked out gradients.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 116 + ], + "score": 1.0, + "content": "The AND-mask threshold that worked best was 0.2, which is consistent with the results obtain in the", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 182, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 182, + 127 + ], + "score": 1.0, + "content": "experiment above.", + "type": "text", + "cross_page": true + } + ], + "index": 3 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 680, + 506, + 704 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [ + { + "bbox": [ + 107, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 107, + 82, + 192, + 94 + ], + "score": 0.87, + "content": "\\{ 5 \\mathrm { e } { - } 4 , 1 \\mathrm { e } { - } 3 , 5 \\mathrm { e } { - } 3 \\}", + "type": "inline_equation" + }, + { + "bbox": [ + 192, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "and a learning rate decay at epoch 60. The baseline worked best with a learning", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 135, + 106 + ], + "score": 1.0, + "content": "rate of", + "type": "text" + }, + { + "bbox": [ + 136, + 95, + 159, + 104 + ], + "score": 0.53, + "content": "\\mathrm { 1 e { - 3 } }", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 93, + 506, + 106 + ], + "score": 1.0, + "content": ", while the AND-mask with 5e´3, likely to compensate for the masked out gradients.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 116 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 116 + ], + "score": 1.0, + "content": "The AND-mask threshold that worked best was 0.2, which is consistent with the results obtain in the", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 116, + 182, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 116, + 182, + 127 + ], + "score": 1.0, + "content": "experiment above.", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 1.5 + }, + { + "type": "title", + "bbox": [ + 107, + 139, + 354, + 151 + ], + "lines": [ + { + "bbox": [ + 105, + 138, + 355, + 152 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 355, + 152 + ], + "score": 1.0, + "content": "B.6 SECTION 3.3: BEHAVIORAL CLONING ON COINRUN", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 159, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 181, + 173 + ], + "score": 1.0, + "content": "The target policy", + "type": "text" + }, + { + "bbox": [ + 181, + 160, + 193, + 171 + ], + "score": 0.87, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "is obtained by training PPO (Schulman et al., 2017) for 400M time steps", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "using the code16 for the paper Cobbe et al. (2020). This policy is trained on the full distribution of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 306, + 196 + ], + "score": 1.0, + "content": "levels in order to maximize its generality. We use", + "type": "text" + }, + { + "bbox": [ + 306, + 183, + 319, + 192 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "to generate a behavioral cloning (BC) dataset,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 193, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 185, + 206 + ], + "score": 1.0, + "content": "consisting of pairs", + "type": "text" + }, + { + "bbox": [ + 186, + 193, + 234, + 205 + ], + "score": 0.92, + "content": "( s , \\pi ^ { * } ( a | s ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 193, + 267, + 206 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 267, + 196, + 273, + 203 + ], + "score": 0.65, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 193, + 365, + 206 + ], + "score": 1.0, + "content": "are the input-images (", + "type": "text" + }, + { + "bbox": [ + 365, + 194, + 399, + 204 + ], + "score": 0.8, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 193, + 445, + 206 + ], + "score": 1.0, + "content": "RGB) and", + "type": "text" + }, + { + "bbox": [ + 446, + 193, + 478, + 205 + ], + "score": 0.93, + "content": "\\pi ^ { * } ( a | s )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 193, + 505, + 206 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 203, + 342, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 325, + 218 + ], + "score": 1.0, + "content": "discrete probability distribution over actions output by", + "type": "text" + }, + { + "bbox": [ + 325, + 204, + 338, + 214 + ], + "score": 0.87, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 203, + 342, + 218 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 108, + 221, + 504, + 266 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 357, + 234 + ], + "score": 1.0, + "content": "The states are sampled randomly from trajectories generated by", + "type": "text" + }, + { + "bbox": [ + 357, + 222, + 369, + 231 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 220, + 506, + 234 + ], + "score": 1.0, + "content": ". In order to test for generalization", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "score": 1.0, + "content": "performance, the BC training dataset is restricted to 64 distinct levels. We generate 1000 examples", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "score": 1.0, + "content": "per training level. The test set consists of 2000 examples, each from a different level which does not", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 254, + 210, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 210, + 267 + ], + "score": 1.0, + "content": "appear in the training set.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "image", + "bbox": [ + 148, + 276, + 463, + 323 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 148, + 276, + 463, + 323 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 148, + 276, + 463, + 323 + ], + "spans": [ + { + "bbox": [ + 148, + 276, + 463, + 323 + ], + "score": 0.967, + "type": "image", + "image_path": "31904abde0e46daf3cc3ab7cd2a873c086e55035d97a7d88b06b70d71bcc27ed.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 148, + 276, + 463, + 291.6666666666667 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 148, + 291.6666666666667, + 463, + 307.33333333333337 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 148, + 307.33333333333337, + 463, + 323.00000000000006 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 333, + 419, + 344 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 191, + 332, + 419, + 346 + ], + "spans": [ + { + "bbox": [ + 191, + 332, + 419, + 346 + ], + "score": 1.0, + "content": "Figure 17: Screenshots of 6 levels of CoinRun (from OpenAI).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + } + ], + "index": 16.0 + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 506, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 148, + 368 + ], + "score": 1.0, + "content": "A ResNet-", + "type": "text" + }, + { + "bbox": [ + 148, + 355, + 171, + 366 + ], + "score": 0.66, + "content": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 354, + 293, + 368 + ], + "score": 1.0, + "content": "is trained to minimize the loss", + "type": "text" + }, + { + "bbox": [ + 293, + 355, + 348, + 367 + ], + "score": 0.93, + "content": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 354, + 506, + 368 + ], + "score": 1.0, + "content": ". We ran two automatic hyperparameter", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 366, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 505, + 378 + ], + "score": 1.0, + "content": "optimization studies using Tree-structured Parzen Estimation (TPE) (Bergstra et al., 2013) of 1024", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "score": 1.0, + "content": "trials each, with and without the AND-mask. The learning rate was decayed by a factor of 10 half-way", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 388, + 230, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 125, + 400 + ], + "score": 1.0, + "content": "at at", + "type": "text" + }, + { + "bbox": [ + 126, + 388, + 138, + 400 + ], + "score": 0.86, + "content": "3 / _ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 388, + 230, + 400 + ], + "score": 1.0, + "content": "of the training epochs.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5 + }, + { + "type": "text", + "bbox": [ + 103, + 404, + 483, + 416 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 484, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 484, + 418 + ], + "score": 1.0, + "content": "The “temporal” version of the AND-mask used for this experiment is reported in Algorithm 1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "title", + "bbox": [ + 108, + 430, + 278, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 428, + 280, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 280, + 444 + ], + "score": 1.0, + "content": "Algorithm 1: Temporal AND-mask Adam", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 98, + 444, + 298, + 504 + ], + "lines": [ + { + "bbox": [ + 96, + 443, + 222, + 458 + ], + "spans": [ + { + "bbox": [ + 96, + 443, + 106, + 458 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 106, + 445, + 222, + 456 + ], + "score": 0.76, + "content": "\\mathbf { m } \\gets \\beta _ { 1 } \\cdot \\mathbf { m } + ( 1 - \\beta _ { 1 } ) \\cdot \\mathbf { g }", + "type": "inline_equation" + } + ], + "index": 24 + }, + { + "bbox": [ + 97, + 455, + 236, + 469 + ], + "spans": [ + { + "bbox": [ + 97, + 455, + 106, + 469 + ], + "score": 1.0, + "content": "2", + "type": "text" + }, + { + "bbox": [ + 106, + 457, + 236, + 467 + ], + "score": 0.76, + "content": "\\mathbf { v } \\beta _ { 2 } \\cdot \\mathbf { v } + ( 1 - \\beta _ { 2 } ) \\cdot ( \\mathbf { g } \\circ \\mathbf { g } )", + "type": "inline_equation" + } + ], + "index": 25 + }, + { + "bbox": [ + 96, + 465, + 299, + 480 + ], + "spans": [ + { + "bbox": [ + 96, + 465, + 106, + 480 + ], + "score": 1.0, + "content": "3", + "type": "text" + }, + { + "bbox": [ + 107, + 468, + 299, + 479 + ], + "score": 0.35, + "content": "\\mathbf { a } \\beta _ { 3 } \\cdot \\mathbf { a } + ( 1 - \\beta _ { 3 } ) \\cdot \\mathsf { e l e m w i s e \\_ s i g n } ( \\mathbf { g } )", + "type": "inline_equation" + } + ], + "index": 26 + }, + { + "bbox": [ + 97, + 476, + 172, + 490 + ], + "spans": [ + { + "bbox": [ + 97, + 476, + 106, + 490 + ], + "score": 1.0, + "content": "4", + "type": "text" + }, + { + "bbox": [ + 106, + 478, + 172, + 489 + ], + "score": 0.6, + "content": "\\mathbf { b } \\gets \\mathbb { 1 } [ | \\mathbf { a } | \\geqslant \\tau ]", + "type": "inline_equation" + } + ], + "index": 27 + }, + { + "bbox": [ + 97, + 489, + 229, + 503 + ], + "spans": [ + { + "bbox": [ + 97, + 489, + 106, + 503 + ], + "score": 1.0, + "content": "5", + "type": "text" + }, + { + "bbox": [ + 106, + 490, + 229, + 503 + ], + "score": 0.73, + "content": "\\theta \\gets \\theta - \\alpha ( \\mathbf { m } \\circ \\mathbf { b } ) \\oslash \\sqrt { \\mathbf { v } + \\epsilon }", + "type": "inline_equation" + } + ], + "index": 28 + } + ], + "index": 26 + }, + { + "type": "text", + "bbox": [ + 106, + 518, + 505, + 563 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 504, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 466, + 532 + ], + "score": 1.0, + "content": "In blue we highlight the additional lines compared to traditional Adam. The threshold", + "type": "text" + }, + { + "bbox": [ + 466, + 520, + 473, + 529 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 517, + 492, + 532 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 492, + 519, + 504, + 530 + ], + "score": 0.84, + "content": "\\beta _ { 3 }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 285, + 542 + ], + "score": 1.0, + "content": "are hyperparameters that we included in the", + "type": "text" + }, + { + "bbox": [ + 285, + 530, + 310, + 540 + ], + "score": 0.61, + "content": "1 ^ { \\cdot } 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "trials of the search using Tree-structured Parsen", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 541, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 552 + ], + "score": 1.0, + "content": "Estimators. For the top 10 runs, hyperparameter values that were selected via the TPE search for the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 550, + 227, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 227, + 565 + ], + "score": 1.0, + "content": "AND-mask are the following.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5 + }, + { + "type": "table", + "bbox": [ + 119, + 591, + 491, + 671 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 144, + 572, + 465, + 583 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 571, + 466, + 583 + ], + "spans": [ + { + "bbox": [ + 144, + 571, + 466, + 583 + ], + "score": 1.0, + "content": "Table 3: Hyperparameters for the 5 best runs using the AND-mask, from the TPE search.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "table_body", + "bbox": [ + 119, + 591, + 491, + 671 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 591, + 491, + 671 + ], + "spans": [ + { + "bbox": [ + 119, + 591, + 491, + 671 + ], + "score": 0.981, + "html": "
Test KL divlrβ1β3Tweight decay
1.652e-20.00780.210.790.360.057
1.656e-20.00720.260.860.400.041
1.662e-20.00800.230.840.410.045
1.665e-20.00680.330.720.470.077
1.672e-20.00630.670.650.470.080
", + "type": "table", + "image_path": "0df6cb3d3ccefcd63cf93d8f8b0fe917f2737c8485f30e8be43ecdf3b990e9fb.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 119, + 591, + 491, + 617.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 119, + 617.6666666666666, + 491, + 644.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 119, + 644.3333333333333, + 491, + 670.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + } + ], + "index": 34.0 + }, + { + "type": "text", + "bbox": [ + 108, + 681, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "score": 1.0, + "content": "We found that applying weight decay as a second independent update after the AND-mask routine", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "improved performance. To keep the comparison fair, we added this as a switch in the hyperparameter", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 703, + 431, + 715 + ], + "spans": [ + { + "bbox": [ + 106, + 703, + 431, + 715 + ], + "score": 1.0, + "content": "search for the Adam baseline as well, and it improved performance there as well.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38 + } + ], + "page_idx": 21, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 116, + 721, + 335, + 732 + ], + "lines": [ + { + "bbox": [ + 115, + 718, + 336, + 735 + ], + "spans": [ + { + "bbox": [ + 115, + 718, + 336, + 735 + ], + "score": 1.0, + "content": "16https://github.com/openai/train-procgen", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 108, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published 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": "22", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 127 + ], + "lines": [], + "index": 1.5, + "bbox_fs": [ + 105, + 82, + 506, + 127 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 139, + 354, + 151 + ], + "lines": [ + { + "bbox": [ + 105, + 138, + 355, + 152 + ], + "spans": [ + { + "bbox": [ + 105, + 138, + 355, + 152 + ], + "score": 1.0, + "content": "B.6 SECTION 3.3: BEHAVIORAL CLONING ON COINRUN", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 4 + }, + { + "type": "text", + "bbox": [ + 106, + 159, + 505, + 216 + ], + "lines": [ + { + "bbox": [ + 106, + 160, + 505, + 173 + ], + "spans": [ + { + "bbox": [ + 106, + 160, + 181, + 173 + ], + "score": 1.0, + "content": "The target policy", + "type": "text" + }, + { + "bbox": [ + 181, + 160, + 193, + 171 + ], + "score": 0.87, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 160, + 505, + 173 + ], + "score": 1.0, + "content": "is obtained by training PPO (Schulman et al., 2017) for 400M time steps", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "spans": [ + { + "bbox": [ + 106, + 171, + 506, + 184 + ], + "score": 1.0, + "content": "using the code16 for the paper Cobbe et al. (2020). This policy is trained on the full distribution of", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 181, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 306, + 196 + ], + "score": 1.0, + "content": "levels in order to maximize its generality. We use", + "type": "text" + }, + { + "bbox": [ + 306, + 183, + 319, + 192 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 181, + 506, + 196 + ], + "score": 1.0, + "content": "to generate a behavioral cloning (BC) dataset,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 193, + 505, + 206 + ], + "spans": [ + { + "bbox": [ + 105, + 193, + 185, + 206 + ], + "score": 1.0, + "content": "consisting of pairs", + "type": "text" + }, + { + "bbox": [ + 186, + 193, + 234, + 205 + ], + "score": 0.92, + "content": "( s , \\pi ^ { * } ( a | s ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 193, + 267, + 206 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 267, + 196, + 273, + 203 + ], + "score": 0.65, + "content": "s", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 193, + 365, + 206 + ], + "score": 1.0, + "content": "are the input-images (", + "type": "text" + }, + { + "bbox": [ + 365, + 194, + 399, + 204 + ], + "score": 0.8, + "content": "6 4 \\times 6 4", + "type": "inline_equation" + }, + { + "bbox": [ + 400, + 193, + 445, + 206 + ], + "score": 1.0, + "content": "RGB) and", + "type": "text" + }, + { + "bbox": [ + 446, + 193, + 478, + 205 + ], + "score": 0.93, + "content": "\\pi ^ { * } ( a | s )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 193, + 505, + 206 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 203, + 342, + 218 + ], + "spans": [ + { + "bbox": [ + 105, + 203, + 325, + 218 + ], + "score": 1.0, + "content": "discrete probability distribution over actions output by", + "type": "text" + }, + { + "bbox": [ + 325, + 204, + 338, + 214 + ], + "score": 0.87, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 203, + 342, + 218 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7, + "bbox_fs": [ + 105, + 160, + 506, + 218 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 221, + 504, + 266 + ], + "lines": [ + { + "bbox": [ + 106, + 220, + 506, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 357, + 234 + ], + "score": 1.0, + "content": "The states are sampled randomly from trajectories generated by", + "type": "text" + }, + { + "bbox": [ + 357, + 222, + 369, + 231 + ], + "score": 0.86, + "content": "\\pi ^ { * }", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 220, + 506, + 234 + ], + "score": 1.0, + "content": ". In order to test for generalization", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 244 + ], + "score": 1.0, + "content": "performance, the BC training dataset is restricted to 64 distinct levels. We generate 1000 examples", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "spans": [ + { + "bbox": [ + 105, + 243, + 506, + 255 + ], + "score": 1.0, + "content": "per training level. The test set consists of 2000 examples, each from a different level which does not", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 254, + 210, + 267 + ], + "spans": [ + { + "bbox": [ + 105, + 254, + 210, + 267 + ], + "score": 1.0, + "content": "appear in the training set.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 220, + 506, + 267 + ] + }, + { + "type": "image", + "bbox": [ + 148, + 276, + 463, + 323 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 148, + 276, + 463, + 323 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 148, + 276, + 463, + 323 + ], + "spans": [ + { + "bbox": [ + 148, + 276, + 463, + 323 + ], + "score": 0.967, + "type": "image", + "image_path": "31904abde0e46daf3cc3ab7cd2a873c086e55035d97a7d88b06b70d71bcc27ed.jpg" + } + ] + } + ], + "index": 15, + "virtual_lines": [ + { + "bbox": [ + 148, + 276, + 463, + 291.6666666666667 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 148, + 291.6666666666667, + 463, + 307.33333333333337 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 148, + 307.33333333333337, + 463, + 323.00000000000006 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 190, + 333, + 419, + 344 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 191, + 332, + 419, + 346 + ], + "spans": [ + { + "bbox": [ + 191, + 332, + 419, + 346 + ], + "score": 1.0, + "content": "Figure 17: Screenshots of 6 levels of CoinRun (from OpenAI).", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 17 + } + ], + "index": 16.0 + }, + { + "type": "text", + "bbox": [ + 106, + 354, + 506, + 399 + ], + "lines": [ + { + "bbox": [ + 105, + 354, + 506, + 368 + ], + "spans": [ + { + "bbox": [ + 105, + 354, + 148, + 368 + ], + "score": 1.0, + "content": "A ResNet-", + "type": "text" + }, + { + "bbox": [ + 148, + 355, + 171, + 366 + ], + "score": 0.66, + "content": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 354, + 293, + 368 + ], + "score": 1.0, + "content": "is trained to minimize the loss", + "type": "text" + }, + { + "bbox": [ + 293, + 355, + 348, + 367 + ], + "score": 0.93, + "content": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )", + "type": "inline_equation" + }, + { + "bbox": [ + 349, + 354, + 506, + 368 + ], + "score": 1.0, + "content": ". We ran two automatic hyperparameter", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 366, + 505, + 378 + ], + "spans": [ + { + "bbox": [ + 106, + 366, + 505, + 378 + ], + "score": 1.0, + "content": "optimization studies using Tree-structured Parzen Estimation (TPE) (Bergstra et al., 2013) of 1024", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 105, + 376, + 506, + 390 + ], + "score": 1.0, + "content": "trials each, with and without the AND-mask. The learning rate was decayed by a factor of 10 half-way", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 388, + 230, + 400 + ], + "spans": [ + { + "bbox": [ + 106, + 388, + 125, + 400 + ], + "score": 1.0, + "content": "at at", + "type": "text" + }, + { + "bbox": [ + 126, + 388, + 138, + 400 + ], + "score": 0.86, + "content": "3 / _ { 4 }", + "type": "inline_equation" + }, + { + "bbox": [ + 138, + 388, + 230, + 400 + ], + "score": 1.0, + "content": "of the training epochs.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19.5, + "bbox_fs": [ + 105, + 354, + 506, + 400 + ] + }, + { + "type": "text", + "bbox": [ + 103, + 404, + 483, + 416 + ], + "lines": [ + { + "bbox": [ + 105, + 403, + 484, + 418 + ], + "spans": [ + { + "bbox": [ + 105, + 403, + 484, + 418 + ], + "score": 1.0, + "content": "The “temporal” version of the AND-mask used for this experiment is reported in Algorithm 1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 105, + 403, + 484, + 418 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 430, + 278, + 442 + ], + "lines": [ + { + "bbox": [ + 106, + 428, + 280, + 444 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 280, + 444 + ], + "score": 1.0, + "content": "Algorithm 1: Temporal AND-mask Adam", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 23 + }, + { + "type": "index", + "bbox": [ + 98, + 444, + 298, + 504 + ], + "lines": [ + { + "bbox": [ + 96, + 443, + 222, + 458 + ], + "spans": [ + { + "bbox": [ + 96, + 443, + 106, + 458 + ], + "score": 1.0, + "content": "1", + "type": "text" + }, + { + "bbox": [ + 106, + 445, + 222, + 456 + ], + "score": 0.76, + "content": "\\mathbf { m } \\gets \\beta _ { 1 } \\cdot \\mathbf { m } + ( 1 - \\beta _ { 1 } ) \\cdot \\mathbf { g }", + "type": "inline_equation" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 97, + 455, + 236, + 469 + ], + "spans": [ + { + "bbox": [ + 97, + 455, + 106, + 469 + ], + "score": 1.0, + "content": "2", + "type": "text" + }, + { + "bbox": [ + 106, + 457, + 236, + 467 + ], + "score": 0.76, + "content": "\\mathbf { v } \\beta _ { 2 } \\cdot \\mathbf { v } + ( 1 - \\beta _ { 2 } ) \\cdot ( \\mathbf { g } \\circ \\mathbf { g } )", + "type": "inline_equation" + } + ], + "index": 25, + "is_list_start_line": true + }, + { + "bbox": [ + 96, + 465, + 299, + 480 + ], + "spans": [ + { + "bbox": [ + 96, + 465, + 106, + 480 + ], + "score": 1.0, + "content": "3", + "type": "text" + }, + { + "bbox": [ + 107, + 468, + 299, + 479 + ], + "score": 0.35, + "content": "\\mathbf { a } \\beta _ { 3 } \\cdot \\mathbf { a } + ( 1 - \\beta _ { 3 } ) \\cdot \\mathsf { e l e m w i s e \\_ s i g n } ( \\mathbf { g } )", + "type": "inline_equation" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 97, + 476, + 172, + 490 + ], + "spans": [ + { + "bbox": [ + 97, + 476, + 106, + 490 + ], + "score": 1.0, + "content": "4", + "type": "text" + }, + { + "bbox": [ + 106, + 478, + 172, + 489 + ], + "score": 0.6, + "content": "\\mathbf { b } \\gets \\mathbb { 1 } [ | \\mathbf { a } | \\geqslant \\tau ]", + "type": "inline_equation" + } + ], + "index": 27, + "is_list_start_line": true + }, + { + "bbox": [ + 97, + 489, + 229, + 503 + ], + "spans": [ + { + "bbox": [ + 97, + 489, + 106, + 503 + ], + "score": 1.0, + "content": "5", + "type": "text" + }, + { + "bbox": [ + 106, + 490, + 229, + 503 + ], + "score": 0.73, + "content": "\\theta \\gets \\theta - \\alpha ( \\mathbf { m } \\circ \\mathbf { b } ) \\oslash \\sqrt { \\mathbf { v } + \\epsilon }", + "type": "inline_equation" + } + ], + "index": 28, + "is_list_start_line": true + } + ], + "index": 26, + "bbox_fs": [ + 96, + 443, + 299, + 503 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 518, + 505, + 563 + ], + "lines": [ + { + "bbox": [ + 105, + 517, + 504, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 466, + 532 + ], + "score": 1.0, + "content": "In blue we highlight the additional lines compared to traditional Adam. The threshold", + "type": "text" + }, + { + "bbox": [ + 466, + 520, + 473, + 529 + ], + "score": 0.73, + "content": "\\tau", + "type": "inline_equation" + }, + { + "bbox": [ + 474, + 517, + 492, + 532 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 492, + 519, + 504, + 530 + ], + "score": 0.84, + "content": "\\beta _ { 3 }", + "type": "inline_equation" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 529, + 505, + 542 + ], + "spans": [ + { + "bbox": [ + 105, + 529, + 285, + 542 + ], + "score": 1.0, + "content": "are hyperparameters that we included in the", + "type": "text" + }, + { + "bbox": [ + 285, + 530, + 310, + 540 + ], + "score": 0.61, + "content": "1 ^ { \\cdot } 0 2 4", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 529, + 505, + 542 + ], + "score": 1.0, + "content": "trials of the search using Tree-structured Parsen", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 541, + 505, + 552 + ], + "spans": [ + { + "bbox": [ + 105, + 541, + 505, + 552 + ], + "score": 1.0, + "content": "Estimators. For the top 10 runs, hyperparameter values that were selected via the TPE search for the", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 550, + 227, + 565 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 227, + 565 + ], + "score": 1.0, + "content": "AND-mask are the following.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 517, + 505, + 565 + ] + }, + { + "type": "table", + "bbox": [ + 119, + 591, + 491, + 671 + ], + "blocks": [ + { + "type": "table_caption", + "bbox": [ + 144, + 572, + 465, + 583 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 144, + 571, + 466, + 583 + ], + "spans": [ + { + "bbox": [ + 144, + 571, + 466, + 583 + ], + "score": 1.0, + "content": "Table 3: Hyperparameters for the 5 best runs using the AND-mask, from the TPE search.", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 33 + }, + { + "type": "table_body", + "bbox": [ + 119, + 591, + 491, + 671 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 591, + 491, + 671 + ], + "spans": [ + { + "bbox": [ + 119, + 591, + 491, + 671 + ], + "score": 0.981, + "html": "
Test KL divlrβ1β3Tweight decay
1.652e-20.00780.210.790.360.057
1.656e-20.00720.260.860.400.041
1.662e-20.00800.230.840.410.045
1.665e-20.00680.330.720.470.077
1.672e-20.00630.670.650.470.080
", + "type": "table", + "image_path": "0df6cb3d3ccefcd63cf93d8f8b0fe917f2737c8485f30e8be43ecdf3b990e9fb.jpg" + } + ] + } + ], + "index": 35, + "virtual_lines": [ + { + "bbox": [ + 119, + 591, + 491, + 617.6666666666666 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 119, + 617.6666666666666, + 491, + 644.3333333333333 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 119, + 644.3333333333333, + 491, + 670.9999999999999 + ], + "spans": [], + "index": 36 + } + ] + } + ], + "index": 34.0 + }, + { + "type": "text", + "bbox": [ + 108, + 681, + 505, + 714 + ], + "lines": [ + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "spans": [ + { + "bbox": [ + 105, + 680, + 505, + 694 + ], + "score": 1.0, + "content": "We found that applying weight decay as a second independent update after the AND-mask routine", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 692, + 505, + 704 + ], + "spans": [ + { + "bbox": [ + 106, + 692, + 505, + 704 + ], + "score": 1.0, + "content": "improved performance. To keep the comparison fair, we added this as a switch in the hyperparameter", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 703, + 431, + 715 + ], + "spans": [ + { + "bbox": [ + 106, + 703, + 431, + 715 + ], + "score": 1.0, + "content": "search for the Adam baseline as well, and it improved performance there as well.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 680, + 505, + 715 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 113, + 87, + 498, + 199 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 87, + 498, + 199 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 87, + 498, + 199 + ], + "spans": [ + { + "bbox": [ + 113, + 87, + 498, + 199 + ], + "score": 0.967, + "type": "image", + "image_path": "58e7efa834f50663cd23c9bf7b8b533a909ff815082f83abdc760db4f08069bd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 113, + 87, + 498, + 124.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 113, + 124.33333333333334, + 498, + 161.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 161.66666666666669, + 498, + 199.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 215, + 505, + 246 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "Figure 18: Learning curves for the behavioral cloning experiment on CoinRun. Training loss is shown on the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "left, test loss is shown on the right. We show the mean over the top-10 runs for each method. The shaded regions", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 235, + 393, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 171, + 248 + ], + "score": 1.0, + "content": "correspond to the", + "type": "text" + }, + { + "bbox": [ + 171, + 236, + 189, + 245 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 235, + 393, + 248 + ], + "score": 1.0, + "content": "confidence interval of the mean based on bootstrapping.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 108, + 267, + 257, + 279 + ], + "lines": [ + { + "bbox": [ + 106, + 266, + 258, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 258, + 281 + ], + "score": 1.0, + "content": "C APPENDIX TO SECTION 4", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 108, + 292, + 301, + 303 + ], + "lines": [ + { + "bbox": [ + 106, + 292, + 303, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 303, + 305 + ], + "score": 1.0, + "content": "C.1 RELATED WORK IN CAUSAL INFERENCE", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "Causal graphs and causal factorizations The formalization of causality through directed acyclic", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "score": 1.0, + "content": "graphs (Pearl, 2009) is a key element informing our exposition. According to such formalization,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "a causal model gives rise to each observed distribution. It is thereby possible to exploit properties", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 344, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 360 + ], + "score": 1.0, + "content": "of the causal factorization of the joint probability distribution over the observed variables. Clearly,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "there are many ways to factorize a joint distribution into conditionals; a distinguishing feature", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "of the causal factorization is that many of the conditionals, which we can think of as physical", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "mechanisms underlying the statistical dependencies represented, are expected to remain invariant", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "under interventions or changing external conditions. This postulate has appeared in various forms in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "the literature (Haavelmo, 1943; Simon, 1953; Hurwicz, 1962; Pearl, 2009; Schölkopf et al., 2012).17", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12 + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "Causal models and robust regression Based on this insight, it was proposed that regression based", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 437, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 448 + ], + "score": 1.0, + "content": "on causal features should presents desirable invariance and robustness properties (Mooij et al., 2009;", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "Schölkopf et al., 2012; Peters et al., 2016; Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; von", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 458, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 505, + 470 + ], + "score": 1.0, + "content": "Kügelgen et al., 2019; Parascandolo et al., 2018). In this view, the mechanisms can be considered", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "as features of the patterns such that they support stable conditional probabilities. Thus learning the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 481, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 505, + 492 + ], + "score": 1.0, + "content": "mechanisms may help achieve a stable performance across a number of conditions. Other works", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 492, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 504 + ], + "score": 1.0, + "content": "connecting causality and learning through invariances are (Subbaswamy et al., 2019; Heinze-Deml", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "and Meinshausen, 2017), and perhaps – most related to our work – (Arjovsky et al., 2019): we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 513, + 371, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 371, + 526 + ], + "score": 1.0, + "content": "presented a comparison with this method in the following section.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 538, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 538, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 506, + 551 + ], + "score": 1.0, + "content": "Causal regularization Recently (Janzing, 2019) showed that biasing learning towards models of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "lower complexity might in some cases be beneficial for a notion of generalization from observational", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "to interventional regimes. Our proposed solution is however different, in that we only indirectly deal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 570, + 470, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 470, + 584 + ], + "score": 1.0, + "content": "with penalizing model complexity, and rather focus on our proposed notion of consistency.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5 + }, + { + "type": "title", + "bbox": [ + 109, + 597, + 295, + 607 + ], + "lines": [ + { + "bbox": [ + 107, + 596, + 297, + 609 + ], + "spans": [ + { + "bbox": [ + 107, + 596, + 297, + 609 + ], + "score": 1.0, + "content": "C.2 LEARNING INVARIANCES IN THE DATA", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 617, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 505, + 630 + ], + "score": 1.0, + "content": "Here we are going to compare ILC to other approaches for learning invariances in the data with", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "neural networks, and in particular to Invariant Risk Minimization (IRM) Arjovsky et al. (2019).", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "The authors of IRM analyze a set up where minimizing training error might lead to models which", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "absorb all the correlations found within the training data, thus failing to recover the relevant causal", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 661, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 505, + 673 + ], + "score": 1.0, + "content": "explanation. They consider a multi-environment setting and focus on the objective of extracting data", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 673, + 383, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 383, + 684 + ], + "score": 1.0, + "content": "representations that lead to invariant prediction across environments.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5 + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 504, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 504, + 701 + ], + "score": 1.0, + "content": "While the high level objective is close to the one we focused on, the differences become clear when", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 700, + 447, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 447, + 712 + ], + "score": 1.0, + "content": "considering the definition of invariant predictors presented in Arjovsky et al. (2019):", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5 + } + ], + "page_idx": 22, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 112, + 721, + 482, + 732 + ], + "lines": [ + { + "bbox": [ + 115, + 718, + 483, + 734 + ], + "spans": [ + { + "bbox": [ + 115, + 718, + 483, + 734 + ], + "score": 1.0, + "content": "17This would be different for a non-causal factorization of the joint distribution, see Schölkopf (2019)", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 107, + 27, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 26, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 113, + 87, + 498, + 199 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 113, + 87, + 498, + 199 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 113, + 87, + 498, + 199 + ], + "spans": [ + { + "bbox": [ + 113, + 87, + 498, + 199 + ], + "score": 0.967, + "type": "image", + "image_path": "58e7efa834f50663cd23c9bf7b8b533a909ff815082f83abdc760db4f08069bd.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 113, + 87, + 498, + 124.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 113, + 124.33333333333334, + 498, + 161.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 113, + 161.66666666666669, + 498, + 199.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 215, + 505, + 246 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "spans": [ + { + "bbox": [ + 106, + 215, + 505, + 227 + ], + "score": 1.0, + "content": "Figure 18: Learning curves for the behavioral cloning experiment on CoinRun. Training loss is shown on the", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "spans": [ + { + "bbox": [ + 105, + 225, + 505, + 237 + ], + "score": 1.0, + "content": "left, test loss is shown on the right. We show the mean over the top-10 runs for each method. The shaded regions", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 235, + 393, + 248 + ], + "spans": [ + { + "bbox": [ + 105, + 235, + 171, + 248 + ], + "score": 1.0, + "content": "correspond to the", + "type": "text" + }, + { + "bbox": [ + 171, + 236, + 189, + 245 + ], + "score": 0.86, + "content": "9 5 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 189, + 235, + 393, + 248 + ], + "score": 1.0, + "content": "confidence interval of the mean based on bootstrapping.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "title", + "bbox": [ + 108, + 267, + 257, + 279 + ], + "lines": [ + { + "bbox": [ + 106, + 266, + 258, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 266, + 258, + 281 + ], + "score": 1.0, + "content": "C APPENDIX TO SECTION 4", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 6 + }, + { + "type": "title", + "bbox": [ + 108, + 292, + 301, + 303 + ], + "lines": [ + { + "bbox": [ + 106, + 292, + 303, + 305 + ], + "spans": [ + { + "bbox": [ + 106, + 292, + 303, + 305 + ], + "score": 1.0, + "content": "C.1 RELATED WORK IN CAUSAL INFERENCE", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 7 + }, + { + "type": "text", + "bbox": [ + 107, + 313, + 505, + 412 + ], + "lines": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 106, + 312, + 505, + 325 + ], + "score": 1.0, + "content": "Causal graphs and causal factorizations The formalization of causality through directed acyclic", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 324, + 506, + 338 + ], + "score": 1.0, + "content": "graphs (Pearl, 2009) is a key element informing our exposition. According to such formalization,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 348 + ], + "score": 1.0, + "content": "a causal model gives rise to each observed distribution. It is thereby possible to exploit properties", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 344, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 360 + ], + "score": 1.0, + "content": "of the causal factorization of the joint probability distribution over the observed variables. Clearly,", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 506, + 370 + ], + "score": 1.0, + "content": "there are many ways to factorize a joint distribution into conditionals; a distinguishing feature", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 367, + 505, + 381 + ], + "score": 1.0, + "content": "of the causal factorization is that many of the conditionals, which we can think of as physical", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 379, + 505, + 391 + ], + "spans": [ + { + "bbox": [ + 106, + 379, + 505, + 391 + ], + "score": 1.0, + "content": "mechanisms underlying the statistical dependencies represented, are expected to remain invariant", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "spans": [ + { + "bbox": [ + 106, + 390, + 505, + 403 + ], + "score": 1.0, + "content": "under interventions or changing external conditions. This postulate has appeared in various forms in", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 400, + 505, + 414 + ], + "score": 1.0, + "content": "the literature (Haavelmo, 1943; Simon, 1953; Hurwicz, 1962; Pearl, 2009; Schölkopf et al., 2012).17", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 312, + 506, + 414 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 425, + 505, + 524 + ], + "lines": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "spans": [ + { + "bbox": [ + 106, + 425, + 506, + 438 + ], + "score": 1.0, + "content": "Causal models and robust regression Based on this insight, it was proposed that regression based", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 437, + 506, + 448 + ], + "spans": [ + { + "bbox": [ + 106, + 437, + 506, + 448 + ], + "score": 1.0, + "content": "on causal features should presents desirable invariance and robustness properties (Mooij et al., 2009;", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 447, + 506, + 460 + ], + "score": 1.0, + "content": "Schölkopf et al., 2012; Peters et al., 2016; Rojas-Carulla et al., 2018; Heinze-Deml et al., 2018; von", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 458, + 505, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 505, + 470 + ], + "score": 1.0, + "content": "Kügelgen et al., 2019; Parascandolo et al., 2018). In this view, the mechanisms can be considered", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "spans": [ + { + "bbox": [ + 105, + 470, + 506, + 483 + ], + "score": 1.0, + "content": "as features of the patterns such that they support stable conditional probabilities. Thus learning the", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 481, + 505, + 492 + ], + "spans": [ + { + "bbox": [ + 106, + 481, + 505, + 492 + ], + "score": 1.0, + "content": "mechanisms may help achieve a stable performance across a number of conditions. Other works", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 492, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 492, + 505, + 504 + ], + "score": 1.0, + "content": "connecting causality and learning through invariances are (Subbaswamy et al., 2019; Heinze-Deml", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "score": 1.0, + "content": "and Meinshausen, 2017), and perhaps – most related to our work – (Arjovsky et al., 2019): we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 513, + 371, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 371, + 526 + ], + "score": 1.0, + "content": "presented a comparison with this method in the following section.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 425, + 506, + 526 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 538, + 505, + 582 + ], + "lines": [ + { + "bbox": [ + 106, + 538, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 506, + 551 + ], + "score": 1.0, + "content": "Causal regularization Recently (Janzing, 2019) showed that biasing learning towards models of", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 506, + 561 + ], + "score": 1.0, + "content": "lower complexity might in some cases be beneficial for a notion of generalization from observational", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 572 + ], + "score": 1.0, + "content": "to interventional regimes. Our proposed solution is however different, in that we only indirectly deal", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 570, + 470, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 470, + 584 + ], + "score": 1.0, + "content": "with penalizing model complexity, and rather focus on our proposed notion of consistency.", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 27.5, + "bbox_fs": [ + 105, + 538, + 506, + 584 + ] + }, + { + "type": "title", + "bbox": [ + 109, + 597, + 295, + 607 + ], + "lines": [ + { + "bbox": [ + 107, + 596, + 297, + 609 + ], + "spans": [ + { + "bbox": [ + 107, + 596, + 297, + 609 + ], + "score": 1.0, + "content": "C.2 LEARNING INVARIANCES IN THE DATA", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 30 + }, + { + "type": "text", + "bbox": [ + 107, + 617, + 505, + 684 + ], + "lines": [ + { + "bbox": [ + 105, + 617, + 505, + 630 + ], + "spans": [ + { + "bbox": [ + 105, + 617, + 505, + 630 + ], + "score": 1.0, + "content": "Here we are going to compare ILC to other approaches for learning invariances in the data with", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 505, + 640 + ], + "score": 1.0, + "content": "neural networks, and in particular to Invariant Risk Minimization (IRM) Arjovsky et al. (2019).", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "spans": [ + { + "bbox": [ + 105, + 639, + 505, + 652 + ], + "score": 1.0, + "content": "The authors of IRM analyze a set up where minimizing training error might lead to models which", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 663 + ], + "score": 1.0, + "content": "absorb all the correlations found within the training data, thus failing to recover the relevant causal", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 661, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 661, + 505, + 673 + ], + "score": 1.0, + "content": "explanation. They consider a multi-environment setting and focus on the objective of extracting data", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 673, + 383, + 684 + ], + "spans": [ + { + "bbox": [ + 105, + 673, + 383, + 684 + ], + "score": 1.0, + "content": "representations that lead to invariant prediction across environments.", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 617, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 689, + 504, + 711 + ], + "lines": [ + { + "bbox": [ + 106, + 688, + 504, + 701 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 504, + 701 + ], + "score": 1.0, + "content": "While the high level objective is close to the one we focused on, the differences become clear when", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 700, + 447, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 447, + 712 + ], + "score": 1.0, + "content": "considering the definition of invariant predictors presented in Arjovsky et al. (2019):", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 37.5, + "bbox_fs": [ + 106, + 688, + 504, + 712 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 254, + 95 + ], + "score": 1.0, + "content": "Definition 1. A data representation", + "type": "text" + }, + { + "bbox": [ + 254, + 83, + 307, + 93 + ], + "score": 0.91, + "content": "\\Phi : \\mathcal { X } \\to \\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 81, + 427, + 95 + ], + "score": 1.0, + "content": "elicits an invariant predictor", + "type": "text" + }, + { + "bbox": [ + 427, + 83, + 453, + 93 + ], + "score": 0.9, + "content": "w \\circ \\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "across envi-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 507, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 147, + 106 + ], + "score": 1.0, + "content": "ronments", + "type": "text" + }, + { + "bbox": [ + 147, + 94, + 155, + 104 + ], + "score": 0.82, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 93, + 246, + 106 + ], + "score": 1.0, + "content": "if there is a classifier", + "type": "text" + }, + { + "bbox": [ + 246, + 94, + 299, + 105 + ], + "score": 0.89, + "content": "w : \\mathcal { H } \\to \\mathcal { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 93, + 507, + 106 + ], + "score": 1.0, + "content": "simultaneously optimal for all environments, i.e.,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 265, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 261, + 117 + ], + "score": 0.86, + "content": "w \\in \\arg \\operatorname* { m i n } _ { \\bar { w } : \\mathcal { H } y } R ^ { e } ( \\bar { w } \\circ \\Phi ) \\forall e \\in \\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 105, + 265, + 116 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 304, + 137 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 304, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 304, + 139 + ], + "score": 1.0, + "content": "In particular, the objective minimized by IRM is:", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 142, + 404, + 169 + ], + "lines": [ + { + "bbox": [ + 205, + 142, + 404, + 169 + ], + "spans": [ + { + "bbox": [ + 205, + 142, + 404, + 169 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } _ { \\Phi : \\mathcal { X } \\to \\mathcal { V } } \\sum _ { e \\in \\mathcal { E } _ { \\mathrm { t r } } } R ^ { e } ( \\Phi ) + \\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }", + "type": "interline_equation", + "image_path": "d421d612904c053e8e4322cd0bb5720e95ddfd648a9b1728a199ee63b1536984.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 205, + 142, + 404, + 155.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 205, + 155.5, + 404, + 169.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 232 + ], + "lines": [ + { + "bbox": [ + 105, + 173, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 134, + 187 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 175, + 143, + 184 + ], + "score": 0.82, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 173, + 355, + 187 + ], + "score": 1.0, + "content": "are the logits predicted by the neural network and", + "type": "text" + }, + { + "bbox": [ + 355, + 176, + 364, + 184 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 173, + 505, + 187 + ], + "score": 1.0, + "content": "is a dummy scaling variable (see›", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 103, + 185, + 507, + 202 + ], + "spans": [ + { + "bbox": [ + 103, + 186, + 345, + 202 + ], + "score": 1.0, + "content": "Arjovsky et al. (2019)). The relevant part is the penalty term", + "type": "text" + }, + { + "bbox": [ + 345, + 185, + 453, + 201 + ], + "score": 0.91, + "content": "\\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 186, + 507, + 202 + ], + "score": 1.0, + "content": ": One way to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 198, + 504, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 496, + 211 + ], + "score": 1.0, + "content": "interpret it, is that the penalty is large on every environment where the distribution outputted by", + "type": "text" + }, + { + "bbox": [ + 496, + 199, + 504, + 209 + ], + "score": 0.83, + "content": "\\Phi", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 209, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 414, + 223 + ], + "score": 1.0, + "content": "could be made ‘closer’ to the distribution of the labels by either sharpening", + "type": "text" + }, + { + "bbox": [ + 414, + 210, + 442, + 221 + ], + "score": 0.84, + "content": "\\mathit { w } > 1 ", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 209, + 506, + 223 + ], + "score": 1.0, + "content": ") or softening it", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 221, + 232, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 198, + 233 + ], + "score": 1.0, + "content": "(i.e., closer to uniform", + "type": "text" + }, + { + "bbox": [ + 198, + 221, + 225, + 231 + ], + "score": 0.87, + "content": "w < 1", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 221, + 232, + 233 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8 + }, + { + "type": "text", + "bbox": [ + 106, + 237, + 506, + 402 + ], + "lines": [ + { + "bbox": [ + 106, + 238, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 505, + 249 + ], + "score": 1.0, + "content": "Let us consider the example from IRM, where the authors describe two datasets of images that each", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 248, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 386, + 262 + ], + "score": 1.0, + "content": "contain either a cow or a camel: In one of the datasets, there is grass on", + "type": "text" + }, + { + "bbox": [ + 387, + 249, + 406, + 259 + ], + "score": 0.86, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 248, + 506, + 262 + ], + "score": 1.0, + "content": "of the images with cows,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 273, + 272 + ], + "score": 1.0, + "content": "while in the other dataset there is grass on", + "type": "text" + }, + { + "bbox": [ + 273, + 260, + 293, + 270 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "of them. IRM then makes the point that we can learn", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 271, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 448, + 283 + ], + "score": 1.0, + "content": "to ignore grass as a feature, because its correlation with the label cow is inconsistent (", + "type": "text" + }, + { + "bbox": [ + 448, + 271, + 468, + 281 + ], + "score": 0.86, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 271, + 480, + 283 + ], + "score": 1.0, + "content": "vs", + "type": "text" + }, + { + "bbox": [ + 480, + 271, + 500, + 281 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 271, + 506, + 283 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 281, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 295 + ], + "score": 1.0, + "content": "The setting we consider in this paper is slightly different: take our example from the CIFAR-10", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 292, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 506, + 306 + ], + "score": 1.0, + "content": "experiments. Under our concept of invariance, we expect that (depending on the data generating", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 304, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 506, + 316 + ], + "score": 1.0, + "content": "process) even a single dataset where we treat every image as coming from its own ‘environment’", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 314, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 506, + 327 + ], + "score": 1.0, + "content": "should be sufficient to discover invariances. Drawing a connection to the setting from IRM, we would", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "argue that the second dataset should not be necessary to learn that ‘grass’ is not ‘cow’. If one treats", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 348 + ], + "score": 1.0, + "content": "every example as coming from its own environment, there is already sufficient information in the first", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 405, + 360 + ], + "score": 1.0, + "content": "dataset to realize that cows are not grass: Grass is predictive of cows only in", + "type": "text" + }, + { + "bbox": [ + 405, + 347, + 424, + 357 + ], + "score": 0.87, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "of the data, so grass", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 394, + 371 + ], + "score": 1.0, + "content": "cannot be ‘cow’. The actual cow on the other hand, should be present in", + "type": "text" + }, + { + "bbox": [ + 394, + 358, + 418, + 369 + ], + "score": 0.86, + "content": "100 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 358, + 506, + 371 + ], + "score": 1.0, + "content": "of the images, and as", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 370, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 381 + ], + "score": 1.0, + "content": "such it is the invariance we are looking for. Note that this is of course a much more strict definition of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 381, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 392 + ], + "score": 1.0, + "content": "invariance: If our dataset contains images labeled as ’cows’ but that have no cows within them, we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 391, + 308, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 308, + 402 + ], + "score": 1.0, + "content": "might start to discard the features of cows as well.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 18 + } + ], + "page_idx": 23, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 292, + 37 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 293, + 38 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2021", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 752, + 311, + 760 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 506, + 117 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 506, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 254, + 95 + ], + "score": 1.0, + "content": "Definition 1. A data representation", + "type": "text" + }, + { + "bbox": [ + 254, + 83, + 307, + 93 + ], + "score": 0.91, + "content": "\\Phi : \\mathcal { X } \\to \\mathcal { H }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 81, + 427, + 95 + ], + "score": 1.0, + "content": "elicits an invariant predictor", + "type": "text" + }, + { + "bbox": [ + 427, + 83, + 453, + 93 + ], + "score": 0.9, + "content": "w \\circ \\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 81, + 506, + 95 + ], + "score": 1.0, + "content": "across envi-", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 507, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 147, + 106 + ], + "score": 1.0, + "content": "ronments", + "type": "text" + }, + { + "bbox": [ + 147, + 94, + 155, + 104 + ], + "score": 0.82, + "content": "\\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 93, + 246, + 106 + ], + "score": 1.0, + "content": "if there is a classifier", + "type": "text" + }, + { + "bbox": [ + 246, + 94, + 299, + 105 + ], + "score": 0.89, + "content": "w : \\mathcal { H } \\to \\mathcal { V }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 93, + 507, + 106 + ], + "score": 1.0, + "content": "simultaneously optimal for all environments, i.e.,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 265, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 261, + 117 + ], + "score": 0.86, + "content": "w \\in \\arg \\operatorname* { m i n } _ { \\bar { w } : \\mathcal { H } y } R ^ { e } ( \\bar { w } \\circ \\Phi ) \\forall e \\in \\mathcal { E }", + "type": "inline_equation" + }, + { + "bbox": [ + 262, + 105, + 265, + 116 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 81, + 507, + 117 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 124, + 304, + 137 + ], + "lines": [ + { + "bbox": [ + 106, + 124, + 304, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 124, + 304, + 139 + ], + "score": 1.0, + "content": "In particular, the objective minimized by IRM is:", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3, + "bbox_fs": [ + 106, + 124, + 304, + 139 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 205, + 142, + 404, + 169 + ], + "lines": [ + { + "bbox": [ + 205, + 142, + 404, + 169 + ], + "spans": [ + { + "bbox": [ + 205, + 142, + 404, + 169 + ], + "score": 0.91, + "content": "\\operatorname* { m i n } _ { \\Phi : \\mathcal { X } \\to \\mathcal { V } } \\sum _ { e \\in \\mathcal { E } _ { \\mathrm { t r } } } R ^ { e } ( \\Phi ) + \\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }", + "type": "interline_equation", + "image_path": "d421d612904c053e8e4322cd0bb5720e95ddfd648a9b1728a199ee63b1536984.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 205, + 142, + 404, + 155.5 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 205, + 155.5, + 404, + 169.0 + ], + "spans": [], + "index": 5 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 173, + 505, + 232 + ], + "lines": [ + { + "bbox": [ + 105, + 173, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 173, + 134, + 187 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 175, + 143, + 184 + ], + "score": 0.82, + "content": "\\Phi", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 173, + 355, + 187 + ], + "score": 1.0, + "content": "are the logits predicted by the neural network and", + "type": "text" + }, + { + "bbox": [ + 355, + 176, + 364, + 184 + ], + "score": 0.77, + "content": "w", + "type": "inline_equation" + }, + { + "bbox": [ + 365, + 173, + 505, + 187 + ], + "score": 1.0, + "content": "is a dummy scaling variable (see›", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 103, + 185, + 507, + 202 + ], + "spans": [ + { + "bbox": [ + 103, + 186, + 345, + 202 + ], + "score": 1.0, + "content": "Arjovsky et al. (2019)). The relevant part is the penalty term", + "type": "text" + }, + { + "bbox": [ + 345, + 185, + 453, + 201 + ], + "score": 0.91, + "content": "\\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 186, + 507, + 202 + ], + "score": 1.0, + "content": ": One way to", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 198, + 504, + 211 + ], + "spans": [ + { + "bbox": [ + 105, + 198, + 496, + 211 + ], + "score": 1.0, + "content": "interpret it, is that the penalty is large on every environment where the distribution outputted by", + "type": "text" + }, + { + "bbox": [ + 496, + 199, + 504, + 209 + ], + "score": 0.83, + "content": "\\Phi", + "type": "inline_equation" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 209, + 506, + 223 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 414, + 223 + ], + "score": 1.0, + "content": "could be made ‘closer’ to the distribution of the labels by either sharpening", + "type": "text" + }, + { + "bbox": [ + 414, + 210, + 442, + 221 + ], + "score": 0.84, + "content": "\\mathit { w } > 1 ", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 209, + 506, + 223 + ], + "score": 1.0, + "content": ") or softening it", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 221, + 232, + 233 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 198, + 233 + ], + "score": 1.0, + "content": "(i.e., closer to uniform", + "type": "text" + }, + { + "bbox": [ + 198, + 221, + 225, + 231 + ], + "score": 0.87, + "content": "w < 1", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 221, + 232, + 233 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 8, + "bbox_fs": [ + 103, + 173, + 507, + 233 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 237, + 506, + 402 + ], + "lines": [ + { + "bbox": [ + 106, + 238, + 505, + 249 + ], + "spans": [ + { + "bbox": [ + 106, + 238, + 505, + 249 + ], + "score": 1.0, + "content": "Let us consider the example from IRM, where the authors describe two datasets of images that each", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 248, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 105, + 248, + 386, + 262 + ], + "score": 1.0, + "content": "contain either a cow or a camel: In one of the datasets, there is grass on", + "type": "text" + }, + { + "bbox": [ + 387, + 249, + 406, + 259 + ], + "score": 0.86, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 406, + 248, + 506, + 262 + ], + "score": 1.0, + "content": "of the images with cows,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 259, + 506, + 272 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 273, + 272 + ], + "score": 1.0, + "content": "while in the other dataset there is grass on", + "type": "text" + }, + { + "bbox": [ + 273, + 260, + 293, + 270 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 294, + 259, + 506, + 272 + ], + "score": 1.0, + "content": "of them. IRM then makes the point that we can learn", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 271, + 506, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 448, + 283 + ], + "score": 1.0, + "content": "to ignore grass as a feature, because its correlation with the label cow is inconsistent (", + "type": "text" + }, + { + "bbox": [ + 448, + 271, + 468, + 281 + ], + "score": 0.86, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 468, + 271, + 480, + 283 + ], + "score": 1.0, + "content": "vs", + "type": "text" + }, + { + "bbox": [ + 480, + 271, + 500, + 281 + ], + "score": 0.86, + "content": "90 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 500, + 271, + 506, + 283 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 281, + 506, + 295 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 295 + ], + "score": 1.0, + "content": "The setting we consider in this paper is slightly different: take our example from the CIFAR-10", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 292, + 506, + 306 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 506, + 306 + ], + "score": 1.0, + "content": "experiments. Under our concept of invariance, we expect that (depending on the data generating", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 304, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 506, + 316 + ], + "score": 1.0, + "content": "process) even a single dataset where we treat every image as coming from its own ‘environment’", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 314, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 506, + 327 + ], + "score": 1.0, + "content": "should be sufficient to discover invariances. Drawing a connection to the setting from IRM, we would", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 338 + ], + "score": 1.0, + "content": "argue that the second dataset should not be necessary to learn that ‘grass’ is not ‘cow’. If one treats", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 336, + 506, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 348 + ], + "score": 1.0, + "content": "every example as coming from its own environment, there is already sufficient information in the first", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 405, + 360 + ], + "score": 1.0, + "content": "dataset to realize that cows are not grass: Grass is predictive of cows only in", + "type": "text" + }, + { + "bbox": [ + 405, + 347, + 424, + 357 + ], + "score": 0.87, + "content": "80 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 425, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "of the data, so grass", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 394, + 371 + ], + "score": 1.0, + "content": "cannot be ‘cow’. The actual cow on the other hand, should be present in", + "type": "text" + }, + { + "bbox": [ + 394, + 358, + 418, + 369 + ], + "score": 0.86, + "content": "100 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 419, + 358, + 506, + 371 + ], + "score": 1.0, + "content": "of the images, and as", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 370, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 381 + ], + "score": 1.0, + "content": "such it is the invariance we are looking for. Note that this is of course a much more strict definition of", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 381, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 106, + 381, + 505, + 392 + ], + "score": 1.0, + "content": "invariance: If our dataset contains images labeled as ’cows’ but that have no cows within them, we", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 391, + 308, + 402 + ], + "spans": [ + { + "bbox": [ + 106, + 391, + 308, + 402 + ], + "score": 1.0, + "content": "might start to discard the features of cows as well.", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 238, + 506, + 402 + ] + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/hb1sDDSLbV/hb1sDDSLbV_model.json b/parse/train/hb1sDDSLbV/hb1sDDSLbV_model.json new file mode 100644 index 0000000000000000000000000000000000000000..37616eba47fd49204a775fc6f5c936050ec3e713 --- /dev/null +++ b/parse/train/hb1sDDSLbV/hb1sDDSLbV_model.json @@ -0,0 +1,39543 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1668, + 1404, + 1668, + 1404, + 2033, + 298, + 2033 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 396, + 548, + 1304, + 548, + 1304, + 886, + 396, + 886 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1316, + 913, + 1316, + 913, + 1621, + 298, + 1621 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 994, + 914, + 994, + 914, + 1301, + 299, + 1301 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 954, + 982, + 1395, + 982, + 1395, + 1466, + 954, + 1466 + ], + "score": 0.968 + }, + { + "category_id": 4, + "poly": [ + 935, + 1486, + 1403, + 1486, + 1403, + 1597, + 935, + 1597 + ], + "score": 0.955 + }, + { + "category_id": 0, + "poly": [ + 298, + 224, + 1377, + 224, + 1377, + 268, + 298, + 268 + ], + "score": 0.907 + }, + { + "category_id": 0, + "poly": [ + 301, + 934, + 573, + 934, + 573, + 968, + 301, + 968 + ], + "score": 0.892 + }, + { + "category_id": 0, + "poly": [ + 772, + 488, + 927, + 488, + 927, + 522, + 772, + 522 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.882 + }, + { + "category_id": 1, + "poly": [ + 311, + 316, + 1348, + 316, + 1348, + 446, + 311, + 446 + ], + "score": 0.833 + }, + { + "category_id": 1, + "poly": [ + 305, + 1622, + 1397, + 1622, + 1397, + 1652, + 305, + 1652 + ], + "score": 0.829 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.728 + }, + { + "category_id": 13, + "poly": [ + 433, + 1438, + 562, + 1438, + 562, + 1472, + 433, + 1472 + ], + "score": 0.93, + "latex": "\\nabla _ { \\boldsymbol { \\theta } } \\mathcal { L } ( \\boldsymbol { \\theta } , \\boldsymbol { x } _ { i } )" + }, + { + "category_id": 13, + "poly": [ + 611, + 1056, + 747, + 1056, + 747, + 1090, + 611, + 1090 + ], + "score": 0.92, + "latex": "\\theta = \\left( \\theta _ { 1 } , \\theta _ { 2 } \\right)" + }, + { + "category_id": 13, + "poly": [ + 710, + 1093, + 747, + 1093, + 747, + 1118, + 710, + 1118 + ], + "score": 0.87, + "latex": "x _ { A }" + }, + { + "category_id": 13, + "poly": [ + 799, + 1090, + 838, + 1090, + 838, + 1118, + 799, + 1118 + ], + "score": 0.86, + "latex": "x _ { B }" + }, + { + "category_id": 13, + "poly": [ + 780, + 1322, + 817, + 1322, + 817, + 1347, + 780, + 1347 + ], + "score": 0.86, + "latex": "x _ { A }" + }, + { + "category_id": 13, + "poly": [ + 787, + 1564, + 824, + 1564, + 824, + 1592, + 787, + 1592 + ], + "score": 0.85, + "latex": "x _ { A }" + }, + { + "category_id": 13, + "poly": [ + 873, + 1322, + 910, + 1322, + 910, + 1347, + 873, + 1347 + ], + "score": 0.82, + "latex": "x _ { B }" + }, + { + "category_id": 13, + "poly": [ + 674, + 1149, + 693, + 1149, + 693, + 1176, + 674, + 1176 + ], + "score": 0.77, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 865, + 1565, + 903, + 1565, + 903, + 1592, + 865, + 1592 + ], + "score": 0.75, + "latex": "x _ { B }" + }, + { + "category_id": 13, + "poly": [ + 792, + 764, + 834, + 764, + 834, + 794, + 792, + 794 + ], + "score": 0.6, + "latex": "( \\wedge )" + }, + { + "category_id": 13, + "poly": [ + 314, + 384, + 372, + 384, + 372, + 413, + 314, + 413 + ], + "score": 0.5, + "latex": "{ } ^ { 1 } \\mathbf { M P I }" + }, + { + "category_id": 13, + "poly": [ + 649, + 613, + 691, + 613, + 691, + 641, + 649, + 641 + ], + "score": 0.41, + "latex": "( \\vee )" + }, + { + "category_id": 13, + "poly": [ + 1166, + 1236, + 1184, + 1236, + 1184, + 1253, + 1166, + 1253 + ], + "score": 0.4, + "latex": "\\theta _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 907, + 384, + 966, + 384, + 966, + 414, + 907, + 414 + ], + "score": 0.37, + "latex": "^ { 3 } \\mathbf { M P I }" + }, + { + "category_id": 15, + "poly": [ + 1089.0, + 984.0, + 1254.0, + 984.0, + 1254.0, + 1006.0, + 1089.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1108.0, + 1023.0, + 1127.0, + 1023.0, + 1127.0, + 1038.0, + 1108.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1271.0, + 1012.0, + 1271.0, + 1012.0, + 1281.0, + 996.0, + 1281.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1324.0, + 1319.0, + 1331.0, + 1319.0, + 1331.0, + 1327.0, + 1324.0, + 1327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 1347.0, + 1080.0, + 1347.0, + 1080.0, + 1355.0, + 1070.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 1385.0, + 1122.0, + 1385.0, + 1122.0, + 1398.0, + 1093.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 1442.0, + 1143.0, + 1442.0, + 1143.0, + 1464.0, + 949.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 1443.0, + 1399.0, + 1443.0, + 1399.0, + 1465.0, + 1197.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.75, + 1106.0, + 1059.75, + 1106.0, + 1059.75, + 1126.5, + 1041.75, + 1126.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.75, + 1236.0, + 1178.75, + 1236.0, + 1178.75, + 1252.0, + 1169.75, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1485.0, + 1406.0, + 1485.0, + 1406.0, + 1517.0, + 933.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1513.0, + 1408.0, + 1513.0, + 1408.0, + 1545.0, + 933.0, + 1545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 1541.0, + 1409.0, + 1541.0, + 1409.0, + 1573.0, + 933.0, + 1573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1570.0, + 1145.0, + 1570.0, + 1145.0, + 1597.0, + 935.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 225.0, + 1383.0, + 225.0, + 1383.0, + 276.0, + 292.0, + 276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 930.0, + 579.0, + 930.0, + 579.0, + 976.0, + 293.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 484.0, + 933.0, + 484.0, + 933.0, + 527.0, + 768.0, + 527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 857.0, + 2088.0, + 857.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1669.0, + 1404.0, + 1669.0, + 1404.0, + 1703.0, + 294.0, + 1703.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1699.0, + 1405.0, + 1699.0, + 1405.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1731.0, + 1406.0, + 1731.0, + 1406.0, + 1762.0, + 293.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1760.0, + 1408.0, + 1760.0, + 1408.0, + 1794.0, + 294.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1819.0, + 1407.0, + 1819.0, + 1407.0, + 1855.0, + 292.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1886.0, + 294.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1406.0, + 1912.0, + 1406.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 296.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 1406.0, + 1970.0, + 1406.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 448.0, + 2002.0, + 448.0, + 2036.0, + 294.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 550.0, + 1306.0, + 550.0, + 1306.0, + 585.0, + 393.0, + 585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 579.0, + 1306.0, + 579.0, + 1306.0, + 617.0, + 392.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 612.0, + 648.0, + 612.0, + 648.0, + 644.0, + 392.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 612.0, + 1306.0, + 612.0, + 1306.0, + 644.0, + 692.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 641.0, + 1309.0, + 641.0, + 1309.0, + 676.0, + 394.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 671.0, + 1306.0, + 671.0, + 1306.0, + 705.0, + 393.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 702.0, + 1305.0, + 702.0, + 1305.0, + 737.0, + 394.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 734.0, + 1305.0, + 734.0, + 1305.0, + 766.0, + 395.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 764.0, + 791.0, + 764.0, + 791.0, + 797.0, + 395.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 764.0, + 1305.0, + 764.0, + 1305.0, + 797.0, + 835.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 796.0, + 1305.0, + 796.0, + 1305.0, + 825.0, + 395.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 820.0, + 1306.0, + 820.0, + 1306.0, + 861.0, + 394.0, + 861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 854.0, + 1145.0, + 854.0, + 1145.0, + 892.0, + 394.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1313.0, + 779.0, + 1313.0, + 779.0, + 1352.0, + 294.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 1313.0, + 872.0, + 1313.0, + 872.0, + 1352.0, + 818.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1313.0, + 915.0, + 1313.0, + 915.0, + 1352.0, + 911.0, + 1352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1348.0, + 915.0, + 1348.0, + 915.0, + 1380.0, + 295.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1377.0, + 917.0, + 1377.0, + 917.0, + 1411.0, + 296.0, + 1411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1408.0, + 915.0, + 1408.0, + 915.0, + 1441.0, + 296.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1435.0, + 432.0, + 1435.0, + 432.0, + 1473.0, + 294.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 1435.0, + 915.0, + 1435.0, + 915.0, + 1473.0, + 563.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1469.0, + 915.0, + 1469.0, + 915.0, + 1499.0, + 295.0, + 1499.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1498.0, + 917.0, + 1498.0, + 917.0, + 1533.0, + 294.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1531.0, + 915.0, + 1531.0, + 915.0, + 1561.0, + 297.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1559.0, + 786.0, + 1559.0, + 786.0, + 1595.0, + 295.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 1559.0, + 864.0, + 1559.0, + 864.0, + 1595.0, + 825.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1559.0, + 916.0, + 1559.0, + 916.0, + 1595.0, + 904.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1591.0, + 915.0, + 1591.0, + 915.0, + 1624.0, + 297.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 994.0, + 915.0, + 994.0, + 915.0, + 1027.0, + 296.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1024.0, + 918.0, + 1024.0, + 918.0, + 1059.0, + 296.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1056.0, + 610.0, + 1056.0, + 610.0, + 1089.0, + 294.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 1056.0, + 916.0, + 1056.0, + 916.0, + 1089.0, + 748.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1086.0, + 709.0, + 1086.0, + 709.0, + 1120.0, + 296.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 1086.0, + 798.0, + 1086.0, + 798.0, + 1120.0, + 748.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1086.0, + 915.0, + 1086.0, + 915.0, + 1120.0, + 839.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1116.0, + 917.0, + 1116.0, + 917.0, + 1149.0, + 294.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1147.0, + 673.0, + 1147.0, + 673.0, + 1179.0, + 293.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1147.0, + 915.0, + 1147.0, + 915.0, + 1179.0, + 694.0, + 1179.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1178.0, + 915.0, + 1178.0, + 915.0, + 1211.0, + 295.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1208.0, + 918.0, + 1208.0, + 918.0, + 1241.0, + 295.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1236.0, + 915.0, + 1236.0, + 915.0, + 1274.0, + 294.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1269.0, + 368.0, + 1269.0, + 368.0, + 1303.0, + 291.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 319.0, + 694.0, + 319.0, + 694.0, + 351.0, + 311.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 318.0, + 949.0, + 318.0, + 949.0, + 352.0, + 713.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 313.0, + 354.0, + 530.0, + 354.0, + 530.0, + 382.0, + 313.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 548.0, + 351.0, + 761.0, + 351.0, + 761.0, + 383.0, + 548.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 775.0, + 348.0, + 1062.0, + 348.0, + 1062.0, + 386.0, + 775.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 380.0, + 313.0, + 380.0, + 313.0, + 422.0, + 308.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 373.0, + 380.0, + 906.0, + 380.0, + 906.0, + 422.0, + 373.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 967.0, + 380.0, + 1348.0, + 380.0, + 1348.0, + 422.0, + 967.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 407.0, + 521.0, + 407.0, + 521.0, + 458.0, + 307.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1615.0, + 1401.0, + 1615.0, + 1401.0, + 1657.0, + 299.0, + 1657.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 399, + 1405, + 399, + 1405, + 796, + 298, + 796 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 1501, + 1405, + 1501, + 1405, + 1744, + 297, + 1744 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1257, + 1405, + 1257, + 1405, + 1475, + 297, + 1475 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 1850, + 1404, + 1850, + 1404, + 2034, + 297, + 2034 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 229, + 1403, + 229, + 1403, + 384, + 298, + 384 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 310, + 822, + 868, + 822, + 868, + 1104, + 310, + 1104 + ], + "score": 0.971 + }, + { + "category_id": 3, + "poly": [ + 888, + 821, + 1394, + 821, + 1394, + 1085, + 888, + 1085 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 296, + 1772, + 1403, + 1772, + 1403, + 1835, + 296, + 1835 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 306, + 1097, + 1319, + 1097, + 1319, + 1129, + 306, + 1129 + ], + "score": 0.905 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.894 + }, + { + "category_id": 0, + "poly": [ + 298, + 1197, + 945, + 1197, + 945, + 1230, + 298, + 1230 + ], + "score": 0.885 + }, + { + "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.167 + }, + { + "category_id": 13, + "poly": [ + 528, + 1260, + 625, + 1260, + 625, + 1294, + 528, + 1294 + ], + "score": 0.93, + "latex": "\\{ \\mathcal { D } ^ { e } \\} _ { e \\in \\mathcal { E } }" + }, + { + "category_id": 13, + "poly": [ + 448, + 1670, + 748, + 1670, + 748, + 1709, + 448, + 1709 + ], + "score": 0.92, + "latex": "\\theta _ { \\mathrm { G D } } ^ { k + 1 } = \\theta _ { \\mathrm { G D } } ^ { k } - \\eta \\bar { \\nabla } \\bar { \\mathcal { L } } ( \\theta _ { \\mathrm { G D } } ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1121, + 1561, + 1394, + 1561, + 1394, + 1605, + 1121, + 1605 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { L } ( \\boldsymbol { \\theta } ) : = \\dot { \\frac { 1 } { | \\mathcal { E } | } } \\sum _ { e \\in \\mathcal { E } } \\mathcal { L } _ { e } ( \\boldsymbol { \\theta } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 690, + 1260, + 776, + 1260, + 776, + 1293, + 690, + 1293 + ], + "score": 0.92, + "latex": "| \\mathcal { E } | = d" + }, + { + "category_id": 13, + "poly": [ + 352, + 1600, + 823, + 1600, + 823, + 1646, + 352, + 1646 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\begin{array} { r } { \\mathcal { L } _ { e } ( \\theta ) : = \\frac { 1 } { | \\mathcal { D } ^ { e } | } \\sum _ { ( x _ { i } ^ { e } , y _ { i } ^ { e } ) \\in \\mathcal { D } ^ { e } } \\ell ( f ( x _ { i } ^ { e } ; \\theta ) , y _ { i } ^ { e } ) } \\end{array} } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1260, + 1443, + 1325, + 1443, + 1325, + 1476, + 1260, + 1476 + ], + "score": 0.92, + "latex": "f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } )" + }, + { + "category_id": 13, + "poly": [ + 857, + 1293, + 1010, + 1293, + 1010, + 1324, + 857, + 1324 + ], + "score": 0.92, + "latex": "y _ { i } ^ { e } \\in \\mathcal { V } \\subseteq \\mathbb { R } ^ { p }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1603, + 1179, + 1603, + 1179, + 1638, + 908, + 1638 + ], + "score": 0.91, + "latex": "\\ell : \\mathbb { R } ^ { p } \\times \\mathbb { R } ^ { p } \\to [ 0 , + \\infty )" + }, + { + "category_id": 13, + "poly": [ + 563, + 1443, + 702, + 1443, + 702, + 1471, + 563, + 1471 + ], + "score": 0.91, + "latex": "\\theta \\in \\Theta \\subseteq \\mathbb { R } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 839, + 1675, + 915, + 1675, + 915, + 1707, + 839, + 1707 + ], + "score": 0.91, + "latex": "\\eta > 0" + }, + { + "category_id": 13, + "poly": [ + 683, + 1352, + 814, + 1352, + 814, + 1383, + 683, + 1383 + ], + "score": 0.91, + "latex": "f : \\mathcal { X } \\mathcal { Y }" + }, + { + "category_id": 13, + "poly": [ + 665, + 1534, + 807, + 1534, + 807, + 1562, + 665, + 1562 + ], + "score": 0.91, + "latex": "\\mathcal { L } : \\mathbb { R } ^ { n } \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 1152, + 1444, + 1225, + 1444, + 1225, + 1471, + 1152, + 1471 + ], + "score": 0.9, + "latex": "x \\in \\mathcal { X }" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1261, + 1400, + 1261, + 1400, + 1293, + 1239, + 1293 + ], + "score": 0.89, + "latex": "x _ { i } ^ { e } \\in \\mathcal { X } \\subseteq \\mathbb { R } ^ { m }" + }, + { + "category_id": 13, + "poly": [ + 647, + 1709, + 754, + 1709, + 754, + 1743, + 647, + 1743 + ], + "score": 0.89, + "latex": "( \\theta _ { \\mathrm { G D } } ^ { k } ) _ { k \\geqslant 0 }" + }, + { + "category_id": 13, + "poly": [ + 448, + 1383, + 478, + 1383, + 478, + 1416, + 448, + 1416 + ], + "score": 0.88, + "latex": "\\boldsymbol { x } _ { i } ^ { e }" + }, + { + "category_id": 13, + "poly": [ + 994, + 1504, + 1022, + 1504, + 1022, + 1535, + 994, + 1535 + ], + "score": 0.87, + "latex": "f _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 1371, + 1353, + 1400, + 1353, + 1400, + 1385, + 1371, + 1385 + ], + "score": 0.87, + "latex": "y _ { i } ^ { e }" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1261, + 1167, + 1261, + 1167, + 1292, + 1003, + 1292 + ], + "score": 0.86, + "latex": "i _ { e } = 1 , \\dots , n ^ { e }" + }, + { + "category_id": 13, + "poly": [ + 737, + 1414, + 757, + 1414, + 757, + 1445, + 737, + 1445 + ], + "score": 0.85, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 1334, + 1293, + 1401, + 1293, + 1401, + 1319, + 1334, + 1319 + ], + "score": 0.84, + "latex": "e \\in { \\mathcal { E } }" + }, + { + "category_id": 13, + "poly": [ + 831, + 1261, + 992, + 1261, + 992, + 1293, + 831, + 1293 + ], + "score": 0.84, + "latex": "\\mathcal { D } ^ { e } = ( x _ { i } ^ { e } , y _ { i } ^ { e } )" + }, + { + "category_id": 13, + "poly": [ + 1134, + 1711, + 1155, + 1711, + 1155, + 1737, + 1134, + 1737 + ], + "score": 0.79, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 371, + 1642, + 408, + 1642, + 408, + 1669, + 371, + 1669 + ], + "score": 0.7, + "latex": "L 2" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 840.0, + 1176.0, + 840.0, + 1176.0, + 858.0, + 1161.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 842.0, + 1224.0, + 842.0, + 1224.0, + 858.0, + 1207.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 843.0, + 1200.0, + 843.0, + 1200.0, + 857.0, + 1186.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 861.0, + 1000.0, + 861.0, + 1000.0, + 871.0, + 991.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 853.0, + 1186.0, + 853.0, + 1186.0, + 881.0, + 1161.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 855.0, + 1210.0, + 855.0, + 1210.0, + 869.0, + 1197.0, + 869.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 858.0, + 1348.0, + 858.0, + 1348.0, + 890.0, + 1307.0, + 890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 871.0, + 1013.0, + 871.0, + 1013.0, + 884.0, + 1001.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 881.0, + 927.0, + 881.0, + 927.0, + 895.0, + 915.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1220.0, + 880.0, + 1232.0, + 880.0, + 1232.0, + 892.0, + 1220.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 880.0, + 1256.0, + 880.0, + 1256.0, + 893.0, + 1244.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 892.0, + 928.0, + 892.0, + 928.0, + 909.0, + 904.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 894.0, + 1015.0, + 894.0, + 1015.0, + 909.0, + 1002.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 893.0, + 1051.0, + 893.0, + 1051.0, + 906.0, + 1038.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 891.0, + 1086.0, + 891.0, + 1086.0, + 905.0, + 1074.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 902.0, + 906.0, + 902.0, + 906.0, + 921.0, + 891.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 903.0, + 1064.0, + 903.0, + 1064.0, + 931.0, + 1037.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 910.0, + 1387.0, + 910.0, + 1387.0, + 922.0, + 1373.0, + 922.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 891.0, + 915.0, + 928.0, + 915.0, + 928.0, + 933.0, + 891.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 921.0, + 1002.0, + 921.0, + 1002.0, + 931.0, + 993.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 915.0, + 1087.0, + 915.0, + 1087.0, + 931.0, + 1061.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 956.0, + 1078.0, + 956.0, + 1078.0, + 969.0, + 1063.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1158.0, + 958.0, + 1170.0, + 958.0, + 1170.0, + 972.0, + 1158.0, + 972.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 971.0, + 917.0, + 971.0, + 917.0, + 980.0, + 908.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 971.0, + 1018.0, + 971.0, + 1018.0, + 984.0, + 994.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 980.0, + 920.0, + 980.0, + 920.0, + 994.0, + 907.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 980.0, + 1030.0, + 980.0, + 1030.0, + 1006.0, + 996.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 992.0, + 1042.0, + 992.0, + 1042.0, + 1006.0, + 1031.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 995.0, + 1231.0, + 995.0, + 1231.0, + 1010.0, + 1218.0, + 1010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1256.0, + 982.0, + 1294.0, + 982.0, + 1294.0, + 1002.0, + 1256.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1004.0, + 910.0, + 1004.0, + 910.0, + 1020.0, + 894.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 1005.0, + 1006.0, + 1005.0, + 1006.0, + 1018.0, + 995.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1004.0, + 1019.0, + 1004.0, + 1019.0, + 1019.0, + 1007.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1004.0, + 1067.0, + 1004.0, + 1067.0, + 1017.0, + 1054.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1219.0, + 1010.0, + 1228.0, + 1010.0, + 1228.0, + 1019.0, + 1219.0, + 1019.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1008.0, + 1243.0, + 1008.0, + 1243.0, + 1022.0, + 1230.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1346.0, + 1009.0, + 1354.0, + 1009.0, + 1354.0, + 1021.0, + 1346.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 1011.0, + 1366.0, + 1011.0, + 1366.0, + 1020.0, + 1357.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1008.0, + 1392.0, + 1008.0, + 1392.0, + 1038.0, + 1375.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1017.0, + 916.0, + 1017.0, + 916.0, + 1027.0, + 907.0, + 1027.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 1015.0, + 1021.0, + 1015.0, + 1021.0, + 1032.0, + 1005.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 1022.0, + 1191.0, + 1022.0, + 1191.0, + 1031.0, + 1183.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1021.0, + 1216.0, + 1021.0, + 1216.0, + 1031.0, + 1207.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1367.0, + 1019.0, + 1379.0, + 1019.0, + 1379.0, + 1035.0, + 1367.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1026.0, + 1031.0, + 1026.0, + 1031.0, + 1040.0, + 1020.0, + 1040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1352.0, + 1032.0, + 1368.0, + 1032.0, + 1368.0, + 1048.0, + 1352.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1366.0, + 1033.0, + 1378.0, + 1033.0, + 1378.0, + 1046.0, + 1366.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1345.0, + 1035.0, + 1353.0, + 1035.0, + 1353.0, + 1042.0, + 1345.0, + 1042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1218.0, + 1047.0, + 1227.0, + 1047.0, + 1227.0, + 1056.0, + 1218.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 848.5, + 1295.0, + 848.5, + 1295.0, + 872.0, + 1264.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 882.0, + 1019.0, + 882.0, + 1019.0, + 891.0, + 1012.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.75, + 962.5, + 1351.75, + 962.5, + 1351.75, + 992.5, + 1313.75, + 992.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1192.0, + 948.0, + 1192.0, + 948.0, + 1236.0, + 291.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 839.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 2085.0, + 862.0, + 2085.0, + 862.0, + 2120.0, + 838.0, + 2120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 401.0, + 1403.0, + 401.0, + 1403.0, + 433.0, + 297.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 428.0, + 1406.0, + 428.0, + 1406.0, + 465.0, + 292.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 460.0, + 1407.0, + 460.0, + 1407.0, + 497.0, + 295.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 486.0, + 1407.0, + 486.0, + 1407.0, + 532.0, + 291.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 521.0, + 1406.0, + 521.0, + 1406.0, + 556.0, + 293.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 552.0, + 1406.0, + 552.0, + 1406.0, + 586.0, + 293.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 582.0, + 1407.0, + 582.0, + 1407.0, + 617.0, + 293.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 612.0, + 1406.0, + 612.0, + 1406.0, + 648.0, + 295.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 643.0, + 1406.0, + 643.0, + 1406.0, + 678.0, + 293.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 673.0, + 1405.0, + 673.0, + 1405.0, + 709.0, + 293.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 704.0, + 1405.0, + 704.0, + 1405.0, + 739.0, + 293.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 736.0, + 1403.0, + 736.0, + 1403.0, + 768.0, + 296.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 766.0, + 1381.0, + 766.0, + 1381.0, + 798.0, + 296.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1498.0, + 993.0, + 1498.0, + 993.0, + 1538.0, + 295.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 1498.0, + 1407.0, + 1498.0, + 1407.0, + 1538.0, + 1023.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1529.0, + 664.0, + 1529.0, + 664.0, + 1569.0, + 294.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1529.0, + 1407.0, + 1529.0, + 1407.0, + 1569.0, + 808.0, + 1569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1558.0, + 1120.0, + 1558.0, + 1120.0, + 1608.0, + 291.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1395.0, + 1558.0, + 1407.0, + 1558.0, + 1407.0, + 1608.0, + 1395.0, + 1608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1597.0, + 351.0, + 1597.0, + 351.0, + 1652.0, + 290.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 1597.0, + 907.0, + 1597.0, + 907.0, + 1652.0, + 824.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1597.0, + 1410.0, + 1597.0, + 1410.0, + 1652.0, + 1180.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1635.0, + 370.0, + 1635.0, + 370.0, + 1677.0, + 292.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 409.0, + 1635.0, + 1407.0, + 1635.0, + 1407.0, + 1677.0, + 409.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 1653.0, + 447.0, + 1653.0, + 447.0, + 1728.0, + 283.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 1653.0, + 838.0, + 1653.0, + 838.0, + 1728.0, + 749.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 1653.0, + 1416.0, + 1653.0, + 1416.0, + 1728.0, + 916.0, + 1728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1707.0, + 646.0, + 1707.0, + 646.0, + 1748.0, + 294.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 755.0, + 1707.0, + 1133.0, + 1707.0, + 1133.0, + 1748.0, + 755.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1707.0, + 1405.0, + 1707.0, + 1405.0, + 1748.0, + 1156.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1255.0, + 527.0, + 1255.0, + 527.0, + 1296.0, + 291.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 1255.0, + 689.0, + 1255.0, + 689.0, + 1296.0, + 626.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1255.0, + 830.0, + 1255.0, + 830.0, + 1296.0, + 777.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 1255.0, + 1002.0, + 1255.0, + 1002.0, + 1296.0, + 993.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 1255.0, + 1238.0, + 1255.0, + 1238.0, + 1296.0, + 1168.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1255.0, + 1407.0, + 1255.0, + 1407.0, + 1296.0, + 1401.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1288.0, + 856.0, + 1288.0, + 856.0, + 1325.0, + 291.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1288.0, + 1333.0, + 1288.0, + 1333.0, + 1325.0, + 1011.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1288.0, + 1407.0, + 1288.0, + 1407.0, + 1325.0, + 1402.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1319.0, + 1407.0, + 1319.0, + 1407.0, + 1356.0, + 294.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1347.0, + 682.0, + 1347.0, + 682.0, + 1390.0, + 292.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 1347.0, + 1370.0, + 1347.0, + 1370.0, + 1390.0, + 815.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1347.0, + 1405.0, + 1347.0, + 1405.0, + 1390.0, + 1401.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1380.0, + 447.0, + 1380.0, + 447.0, + 1418.0, + 292.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 1380.0, + 1406.0, + 1380.0, + 1406.0, + 1418.0, + 479.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1413.0, + 736.0, + 1413.0, + 736.0, + 1448.0, + 295.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 1413.0, + 1406.0, + 1413.0, + 1406.0, + 1448.0, + 758.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1441.0, + 562.0, + 1441.0, + 562.0, + 1478.0, + 294.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1441.0, + 1151.0, + 1441.0, + 1151.0, + 1478.0, + 703.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1226.0, + 1441.0, + 1259.0, + 1441.0, + 1259.0, + 1478.0, + 1226.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 1441.0, + 1335.0, + 1441.0, + 1335.0, + 1478.0, + 1326.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1849.0, + 1405.0, + 1849.0, + 1405.0, + 1885.0, + 292.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1914.0, + 294.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1980.0, + 292.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 2002.0, + 1135.0, + 2002.0, + 1135.0, + 2036.0, + 292.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 257.0, + 1407.0, + 257.0, + 1407.0, + 300.0, + 292.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 291.0, + 1405.0, + 291.0, + 1405.0, + 328.0, + 294.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 357.0, + 293.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 352.0, + 1236.0, + 352.0, + 1236.0, + 389.0, + 294.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 822.0, + 871.0, + 822.0, + 871.0, + 855.0, + 308.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 854.0, + 871.0, + 854.0, + 871.0, + 887.0, + 309.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 883.0, + 871.0, + 883.0, + 871.0, + 917.0, + 308.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 913.0, + 871.0, + 913.0, + 871.0, + 949.0, + 307.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 944.0, + 872.0, + 944.0, + 872.0, + 981.0, + 305.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 973.0, + 872.0, + 973.0, + 872.0, + 1013.0, + 305.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1006.0, + 872.0, + 1006.0, + 872.0, + 1041.0, + 308.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1037.0, + 871.0, + 1037.0, + 871.0, + 1070.0, + 308.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 308.0, + 1065.0, + 871.0, + 1065.0, + 871.0, + 1100.0, + 308.0, + 1100.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1770.0, + 1408.0, + 1770.0, + 1408.0, + 1809.0, + 295.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1804.0, + 817.0, + 1804.0, + 817.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 1095.0, + 1324.0, + 1095.0, + 1324.0, + 1131.0, + 305.0, + 1131.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 649, + 1113, + 649, + 1113, + 921, + 298, + 921 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 399, + 1406, + 399, + 1406, + 648, + 297, + 648 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1261, + 938, + 1261, + 938, + 1517, + 298, + 1517 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 296, + 1042, + 1406, + 1042, + 1406, + 1260, + 296, + 1260 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 297, + 229, + 1404, + 229, + 1404, + 384, + 297, + 384 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 1518, + 1405, + 1518, + 1405, + 1648, + 298, + 1648 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 588, + 1678, + 1106, + 1678, + 1106, + 1739, + 588, + 1739 + ], + "score": 0.938 + }, + { + "category_id": 3, + "poly": [ + 1142, + 667, + 1393, + 667, + 1393, + 847, + 1142, + 847 + ], + "score": 0.933 + }, + { + "category_id": 4, + "poly": [ + 1132, + 862, + 1402, + 862, + 1402, + 919, + 1132, + 919 + ], + "score": 0.928 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1684, + 1400, + 1684, + 1400, + 1713, + 1366, + 1713 + ], + "score": 0.861 + }, + { + "category_id": 3, + "poly": [ + 971, + 1267, + 1152, + 1267, + 1152, + 1490, + 971, + 1490 + ], + "score": 0.846 + }, + { + "category_id": 0, + "poly": [ + 300, + 978, + 708, + 978, + 708, + 1009, + 300, + 1009 + ], + "score": 0.843 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.651 + }, + { + "category_id": 3, + "poly": [ + 1190, + 1295, + 1371, + 1295, + 1371, + 1467, + 1190, + 1467 + ], + "score": 0.622 + }, + { + "category_id": 4, + "poly": [ + 1205, + 1473, + 1377, + 1473, + 1377, + 1493, + 1205, + 1493 + ], + "score": 0.52 + }, + { + "category_id": 2, + "poly": [ + 293, + 1796, + 1406, + 1796, + 1406, + 2036, + 293, + 2036 + ], + "score": 0.516 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.509 + }, + { + "category_id": 4, + "poly": [ + 972, + 1473, + 1148, + 1473, + 1148, + 1492, + 972, + 1492 + ], + "score": 0.189 + }, + { + "category_id": 13, + "poly": [ + 639, + 1971, + 1145, + 1971, + 1145, + 2006, + 639, + 2006 + ], + "score": 0.93, + "latex": "\\hat { \\mathcal { L } } _ { \\tilde { \\theta } } ( \\theta ) = \\mathcal { L } ( \\tilde { \\theta } ) + \\nabla \\mathcal { L } ( \\tilde { \\theta } ) ^ { \\top } ( \\theta - \\tilde { \\theta } ) + L \\| \\theta - \\tilde { \\theta } \\| ^ { 2 } / 2" + }, + { + "category_id": 13, + "poly": [ + 1058, + 1881, + 1228, + 1881, + 1228, + 1916, + 1058, + 1916 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathcal { L } = \\frac { 1 } { m } \\sum _ { i = 1 } ^ { m } \\mathcal { L } _ { i } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 695, + 1390, + 810, + 1390, + 810, + 1426, + 695, + 1426 + ], + "score": 0.92, + "latex": "\\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 739, + 1453, + 806, + 1453, + 806, + 1490, + 739, + 1490 + ], + "score": 0.92, + "latex": "N _ { e , \\theta ^ { * } } ^ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 696, + 557, + 752, + 557, + 752, + 587, + 696, + 587 + ], + "score": 0.92, + "latex": "\\nabla { \\mathcal { L } } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 477, + 1139, + 579, + 1139, + 579, + 1173, + 477, + 1173 + ], + "score": 0.92, + "latex": "\\theta ^ { \\ast } \\in \\Theta _ { A } ^ { \\ast }" + }, + { + "category_id": 14, + "poly": [ + 588, + 1678, + 1110, + 1678, + 1110, + 1741, + 588, + 1741 + ], + "score": 0.92, + "latex": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } _ { ( e , e ^ { \\prime } ) \\in \\mathcal { E } ^ { 2 } } \\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } | \\mathcal { L } _ { e ^ { \\prime } } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | ." + }, + { + "category_id": 13, + "poly": [ + 298, + 1321, + 365, + 1321, + 365, + 1359, + 298, + 1359 + ], + "score": 0.92, + "latex": "N _ { e , \\theta ^ { * } } ^ { \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 460, + 1076, + 794, + 1076, + 794, + 1112, + 460, + 1112 + ], + "score": 0.92, + "latex": "\\Theta _ { \\mathcal { A } } ^ { \\ast } = \\{ \\theta ^ { \\ast } \\in \\Theta \\mid \\exists \\theta ^ { 0 } \\in \\mathbb { R } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 839, + 1076, + 1044, + 1076, + 1044, + 1111, + 839, + 1111 + ], + "score": 0.91, + "latex": "A _ { \\infty } ( \\theta ^ { 0 } , { \\mathcal { E } } ) = \\theta ^ { * } \\}" + }, + { + "category_id": 13, + "poly": [ + 783, + 1547, + 858, + 1547, + 858, + 1576, + 783, + 1576 + ], + "score": 0.91, + "latex": "e ^ { \\prime } \\neq e" + }, + { + "category_id": 13, + "poly": [ + 340, + 1044, + 384, + 1044, + 384, + 1079, + 340, + 1079 + ], + "score": 0.9, + "latex": "\\Theta _ { \\mathcal { A } } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1576, + 628, + 1576, + 628, + 1620, + 298, + 1620 + ], + "score": 0.9, + "latex": "\\operatorname* { m a x } _ { \\theta \\in N _ { e , \\theta ^ { * } } ^ { \\epsilon } } \\mathbf { \\bar { | } } \\mathcal L _ { e ^ { \\prime } } ( \\theta ) - \\mathcal L _ { e } ( \\theta ) \\vert" + }, + { + "category_id": 13, + "poly": [ + 870, + 1109, + 913, + 1109, + 913, + 1142, + 870, + 1142 + ], + "score": 0.89, + "latex": "\\Theta _ { \\mathcal { A } } ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 659, + 1291, + 723, + 1291, + 723, + 1319, + 659, + 1319 + ], + "score": 0.89, + "latex": "e \\in { \\mathcal { E } }" + }, + { + "category_id": 13, + "poly": [ + 402, + 1389, + 471, + 1389, + 471, + 1417, + 402, + 1417 + ], + "score": 0.88, + "latex": "\\epsilon > 0" + }, + { + "category_id": 13, + "poly": [ + 818, + 1800, + 882, + 1800, + 882, + 1825, + 818, + 1825 + ], + "score": 0.87, + "latex": "n - 1" + }, + { + "category_id": 13, + "poly": [ + 434, + 1357, + 465, + 1357, + 465, + 1384, + 434, + 1384 + ], + "score": 0.87, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 493, + 1200, + 524, + 1200, + 524, + 1228, + 493, + 1228 + ], + "score": 0.87, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 838, + 1517, + 869, + 1517, + 869, + 1544, + 838, + 1544 + ], + "score": 0.86, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 753, + 1260, + 784, + 1260, + 784, + 1288, + 753, + 1288 + ], + "score": 0.86, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1344, + 1547, + 1375, + 1547, + 1375, + 1574, + 1344, + 1574 + ], + "score": 0.86, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1452, + 328, + 1452, + 328, + 1480, + 298, + 1480 + ], + "score": 0.85, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1169, + 328, + 1169, + 328, + 1197, + 297, + 1197 + ], + "score": 0.85, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1062, + 1547, + 1086, + 1547, + 1086, + 1574, + 1062, + 1574 + ], + "score": 0.85, + "latex": "e ^ { \\prime }" + }, + { + "category_id": 13, + "poly": [ + 1320, + 460, + 1343, + 460, + 1343, + 493, + 1320, + 493 + ], + "score": 0.83, + "latex": "\\hat { \\mathcal { L } }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1388, + 331, + 1388, + 331, + 1421, + 297, + 1421 + ], + "score": 0.82, + "latex": "\\epsilon \\}" + }, + { + "category_id": 13, + "poly": [ + 772, + 431, + 795, + 431, + 795, + 458, + 772, + 458 + ], + "score": 0.8, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 377, + 1453, + 394, + 1453, + 394, + 1479, + 377, + 1479 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 537, + 1944, + 557, + 1944, + 557, + 1969, + 537, + 1969 + ], + "score": 0.79, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1939, + 1397, + 1939, + 1397, + 1969, + 1382, + 1969 + ], + "score": 0.79, + "latex": "\\tilde { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 885, + 1044, + 910, + 1044, + 910, + 1072, + 885, + 1072 + ], + "score": 0.77, + "latex": "\\mathcal { A }" + }, + { + "category_id": 13, + "poly": [ + 1375, + 464, + 1397, + 464, + 1397, + 492, + 1375, + 492 + ], + "score": 0.76, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 1049, + 1803, + 1067, + 1803, + 1067, + 1824, + 1049, + 1824 + ], + "score": 0.76, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1083, + 739, + 1109, + 739, + 1109, + 766, + 1083, + 766 + ], + "score": 0.76, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 473, + 1944, + 494, + 1944, + 494, + 1969, + 473, + 1969 + ], + "score": 0.75, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 1154, + 1945, + 1174, + 1945, + 1174, + 1969, + 1154, + 1969 + ], + "score": 0.74, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 477, + 1492, + 494, + 1492, + 494, + 1514, + 477, + 1514 + ], + "score": 0.73, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 1294, + 1552, + 1311, + 1552, + 1311, + 1574, + 1294, + 1574 + ], + "score": 0.73, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 1247, + 1078, + 1273, + 1078, + 1273, + 1106, + 1247, + 1106 + ], + "score": 0.73, + "latex": "\\mathcal { A }" + }, + { + "category_id": 13, + "poly": [ + 348, + 1140, + 370, + 1140, + 370, + 1166, + 348, + 1166 + ], + "score": 0.72, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 959, + 740, + 983, + 740, + 983, + 766, + 959, + 766 + ], + "score": 0.72, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 592, + 1354, + 936, + 1354, + 936, + 1389, + 592, + 1389 + ], + "score": 0.71, + "latex": "\\{ \\theta \\in \\Theta \\mathrm { s . t . } | \\mathcal { L } _ { e } ( \\theta ) - \\mathcal { L } _ { e } ( \\theta ^ { * } ) | \\leqslant" + }, + { + "category_id": 13, + "poly": [ + 613, + 263, + 635, + 263, + 635, + 289, + 613, + 289 + ], + "score": 0.7, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 297, + 556, + 343, + 556, + 343, + 586, + 297, + 586 + ], + "score": 0.7, + "latex": "\\nabla \\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 445, + 1523, + 461, + 1523, + 461, + 1544, + 445, + 1544 + ], + "score": 0.65, + "latex": "e" + }, + { + "category_id": 13, + "poly": [ + 592, + 1355, + 672, + 1355, + 672, + 1389, + 592, + 1389 + ], + "score": 0.36, + "latex": "\\{ \\theta \\in \\Theta" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 685.0, + 1387.0, + 685.0, + 1387.0, + 708.0, + 1361.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 696.0, + 1312.0, + 696.0, + 1312.0, + 737.0, + 1141.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 760.0, + 1384.0, + 760.0, + 1384.0, + 792.0, + 1336.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1274.0, + 805.0, + 1311.0, + 805.0, + 1311.0, + 837.0, + 1274.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 689.5, + 1359.0, + 689.5, + 1359.0, + 711.5, + 1347.0, + 711.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.75, + 746.0, + 1236.75, + 746.0, + 1236.75, + 776.5, + 1208.75, + 776.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 859.0, + 1404.0, + 859.0, + 1404.0, + 893.0, + 1131.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 889.0, + 1333.0, + 889.0, + 1333.0, + 921.0, + 1130.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1260.0, + 1141.0, + 1260.0, + 1141.0, + 1302.0, + 1083.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1099.0, + 1324.0, + 1110.0, + 1324.0, + 1110.0, + 1332.0, + 1099.0, + 1332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1358.0, + 985.0, + 1358.0, + 985.0, + 1367.0, + 977.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 1459.0, + 995.0, + 1459.0, + 995.0, + 1466.0, + 985.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 1458.0, + 1029.0, + 1458.0, + 1029.0, + 1468.0, + 1012.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 1457.0, + 1060.0, + 1457.0, + 1060.0, + 1468.0, + 1046.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1458.0, + 1092.0, + 1458.0, + 1092.0, + 1469.0, + 1075.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 1458.0, + 1122.0, + 1458.0, + 1122.0, + 1469.0, + 1109.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 1472.0, + 1149.0, + 1472.0, + 1149.0, + 1492.0, + 976.0, + 1492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 977.0, + 711.0, + 977.0, + 711.0, + 1013.0, + 295.0, + 1013.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": [ + 1204.0, + 1472.0, + 1379.0, + 1472.0, + 1379.0, + 1491.0, + 1204.0, + 1491.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1795.0, + 817.0, + 1795.0, + 817.0, + 1831.0, + 331.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1795.0, + 1048.0, + 1795.0, + 1048.0, + 1831.0, + 883.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 1795.0, + 1404.0, + 1795.0, + 1404.0, + 1831.0, + 1068.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1826.0, + 1405.0, + 1826.0, + 1405.0, + 1858.0, + 292.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1852.0, + 1327.0, + 1852.0, + 1327.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1872.0, + 1057.0, + 1872.0, + 1057.0, + 1920.0, + 325.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 1872.0, + 1404.0, + 1872.0, + 1404.0, + 1920.0, + 1229.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 1357.0, + 1911.0, + 1357.0, + 1944.0, + 295.0, + 1944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1936.0, + 472.0, + 1936.0, + 472.0, + 1978.0, + 328.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 1936.0, + 536.0, + 1936.0, + 536.0, + 1978.0, + 495.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 1936.0, + 1153.0, + 1936.0, + 1153.0, + 1978.0, + 558.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 1936.0, + 1381.0, + 1936.0, + 1381.0, + 1978.0, + 1175.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1936.0, + 1408.0, + 1936.0, + 1408.0, + 1978.0, + 1398.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1969.0, + 638.0, + 1969.0, + 638.0, + 2006.0, + 292.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 1969.0, + 1154.0, + 1969.0, + 1154.0, + 2006.0, + 1146.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 2002.0, + 1400.0, + 2002.0, + 1400.0, + 2040.0, + 331.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 1895.5, + 1193.0, + 1895.5, + 1193.0, + 1917.5, + 1131.0, + 1917.5 + ], + "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": [ + 974.0, + 1470.0, + 1149.0, + 1470.0, + 1149.0, + 1494.0, + 974.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 646.0, + 1117.0, + 646.0, + 1117.0, + 682.0, + 294.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 677.0, + 1113.0, + 677.0, + 1113.0, + 709.0, + 294.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 708.0, + 1112.0, + 708.0, + 1112.0, + 741.0, + 294.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 740.0, + 958.0, + 740.0, + 958.0, + 769.0, + 293.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 740.0, + 1082.0, + 740.0, + 1082.0, + 769.0, + 984.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 740.0, + 1113.0, + 740.0, + 1113.0, + 769.0, + 1110.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 770.0, + 1113.0, + 770.0, + 1113.0, + 802.0, + 294.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 796.0, + 1116.0, + 796.0, + 1116.0, + 836.0, + 292.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 831.0, + 1113.0, + 831.0, + 1113.0, + 863.0, + 295.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 858.0, + 1114.0, + 858.0, + 1114.0, + 897.0, + 292.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 888.0, + 1026.0, + 888.0, + 1026.0, + 927.0, + 294.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 397.0, + 1409.0, + 397.0, + 1409.0, + 434.0, + 291.0, + 434.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 425.0, + 771.0, + 425.0, + 771.0, + 468.0, + 291.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 425.0, + 1406.0, + 425.0, + 1406.0, + 468.0, + 796.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 463.0, + 1319.0, + 463.0, + 1319.0, + 500.0, + 294.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 463.0, + 1374.0, + 463.0, + 1374.0, + 500.0, + 1344.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 463.0, + 1407.0, + 463.0, + 1407.0, + 500.0, + 1398.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 493.0, + 1407.0, + 493.0, + 1407.0, + 531.0, + 294.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 525.0, + 1407.0, + 525.0, + 1407.0, + 562.0, + 294.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 344.0, + 555.0, + 695.0, + 555.0, + 695.0, + 593.0, + 344.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 555.0, + 1407.0, + 555.0, + 1407.0, + 593.0, + 753.0, + 593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 588.0, + 1406.0, + 588.0, + 1406.0, + 622.0, + 294.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 614.0, + 1409.0, + 614.0, + 1409.0, + 656.0, + 292.0, + 656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1259.0, + 752.0, + 1259.0, + 752.0, + 1292.0, + 295.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1259.0, + 940.0, + 1259.0, + 940.0, + 1292.0, + 785.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1288.0, + 658.0, + 1288.0, + 658.0, + 1325.0, + 293.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1288.0, + 940.0, + 1288.0, + 940.0, + 1325.0, + 724.0, + 1325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1307.0, + 297.0, + 1307.0, + 297.0, + 1374.0, + 285.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1307.0, + 950.0, + 1307.0, + 950.0, + 1374.0, + 366.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 433.0, + 1353.0, + 433.0, + 1392.0, + 293.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 1353.0, + 591.0, + 1353.0, + 591.0, + 1392.0, + 466.0, + 1392.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1376.0, + 296.0, + 1376.0, + 296.0, + 1437.0, + 288.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1376.0, + 401.0, + 1376.0, + 401.0, + 1437.0, + 332.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1376.0, + 694.0, + 1376.0, + 694.0, + 1437.0, + 472.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1376.0, + 946.0, + 1376.0, + 946.0, + 1437.0, + 811.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1421.0, + 937.0, + 1421.0, + 937.0, + 1456.0, + 295.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1447.0, + 297.0, + 1447.0, + 297.0, + 1486.0, + 292.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1447.0, + 376.0, + 1447.0, + 376.0, + 1486.0, + 329.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1447.0, + 738.0, + 1447.0, + 738.0, + 1486.0, + 395.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1486.0, + 476.0, + 1486.0, + 476.0, + 1520.0, + 296.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 1486.0, + 939.0, + 1486.0, + 939.0, + 1520.0, + 495.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 752.0, + 1450.5, + 939.0, + 1450.5, + 939.0, + 1489.5, + 752.0, + 1489.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1040.0, + 339.0, + 1040.0, + 339.0, + 1079.0, + 294.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1040.0, + 884.0, + 1040.0, + 884.0, + 1079.0, + 385.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1040.0, + 1406.0, + 1040.0, + 1406.0, + 1079.0, + 911.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1074.0, + 459.0, + 1074.0, + 459.0, + 1112.0, + 294.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 1074.0, + 838.0, + 1074.0, + 838.0, + 1112.0, + 795.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1074.0, + 1246.0, + 1074.0, + 1246.0, + 1112.0, + 1045.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1274.0, + 1074.0, + 1407.0, + 1074.0, + 1407.0, + 1112.0, + 1274.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1105.0, + 869.0, + 1105.0, + 869.0, + 1144.0, + 294.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 1105.0, + 1407.0, + 1105.0, + 1407.0, + 1144.0, + 914.0, + 1144.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1132.0, + 347.0, + 1132.0, + 347.0, + 1178.0, + 290.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1132.0, + 476.0, + 1132.0, + 476.0, + 1178.0, + 371.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1132.0, + 1409.0, + 1132.0, + 1409.0, + 1178.0, + 580.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1166.0, + 296.0, + 1166.0, + 296.0, + 1203.0, + 293.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1166.0, + 1406.0, + 1166.0, + 1406.0, + 1203.0, + 329.0, + 1203.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1199.0, + 492.0, + 1199.0, + 492.0, + 1233.0, + 294.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 525.0, + 1199.0, + 1406.0, + 1199.0, + 1406.0, + 1233.0, + 525.0, + 1233.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1229.0, + 1408.0, + 1229.0, + 1408.0, + 1263.0, + 295.0, + 1263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 264.0, + 292.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 259.0, + 612.0, + 259.0, + 612.0, + 297.0, + 292.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 259.0, + 1407.0, + 259.0, + 1407.0, + 297.0, + 636.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 1406.0, + 288.0, + 1406.0, + 329.0, + 292.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 357.0, + 294.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 350.0, + 1167.0, + 350.0, + 1167.0, + 389.0, + 292.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1516.0, + 444.0, + 1516.0, + 444.0, + 1549.0, + 293.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1516.0, + 837.0, + 1516.0, + 837.0, + 1549.0, + 462.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1516.0, + 1405.0, + 1516.0, + 1405.0, + 1549.0, + 870.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1546.0, + 782.0, + 1546.0, + 782.0, + 1578.0, + 294.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 1546.0, + 1061.0, + 1546.0, + 1061.0, + 1578.0, + 859.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1546.0, + 1293.0, + 1546.0, + 1293.0, + 1578.0, + 1087.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 1546.0, + 1343.0, + 1546.0, + 1343.0, + 1578.0, + 1312.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1376.0, + 1546.0, + 1406.0, + 1546.0, + 1406.0, + 1578.0, + 1376.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1576.0, + 1407.0, + 1576.0, + 1407.0, + 1617.0, + 629.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1614.0, + 708.0, + 1614.0, + 708.0, + 1651.0, + 295.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1601.5, + 433.0, + 1601.5, + 433.0, + 1613.5, + 405.0, + 1613.5 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1118, + 1406, + 1118, + 1406, + 1577, + 296, + 1577 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 628, + 1079, + 628, + 1079, + 1037, + 297, + 1037 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 427, + 1405, + 427, + 1405, + 551, + 297, + 551 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 1099, + 805, + 1405, + 805, + 1405, + 1028, + 1099, + 1028 + ], + "score": 0.96 + }, + { + "category_id": 3, + "poly": [ + 1142, + 582, + 1376, + 582, + 1376, + 795, + 1142, + 795 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 295, + 229, + 1404, + 229, + 1404, + 293, + 295, + 293 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 295, + 356, + 1406, + 356, + 1406, + 417, + 295, + 417 + ], + "score": 0.94 + }, + { + "category_id": 1, + "poly": [ + 299, + 1039, + 1405, + 1039, + 1405, + 1100, + 299, + 1100 + ], + "score": 0.929 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.909 + }, + { + "category_id": 2, + "poly": [ + 296, + 1853, + 1407, + 1853, + 1407, + 2038, + 296, + 2038 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 297, + 1599, + 910, + 1599, + 910, + 1629, + 297, + 1629 + ], + "score": 0.906 + }, + { + "category_id": 1, + "poly": [ + 298, + 1639, + 1401, + 1639, + 1401, + 1700, + 298, + 1700 + ], + "score": 0.886 + }, + { + "category_id": 8, + "poly": [ + 592, + 304, + 1105, + 304, + 1105, + 346, + 592, + 346 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 296, + 586, + 951, + 586, + 951, + 618, + 296, + 618 + ], + "score": 0.871 + }, + { + "category_id": 9, + "poly": [ + 1366, + 310, + 1400, + 310, + 1400, + 339, + 1366, + 339 + ], + "score": 0.849 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2111, + 840, + 2111 + ], + "score": 0.781 + }, + { + "category_id": 1, + "poly": [ + 302, + 1703, + 1400, + 1703, + 1400, + 1765, + 302, + 1765 + ], + "score": 0.437 + }, + { + "category_id": 1, + "poly": [ + 304, + 1771, + 1401, + 1771, + 1401, + 1833, + 304, + 1833 + ], + "score": 0.309 + }, + { + "category_id": 2, + "poly": [ + 300, + 1854, + 1402, + 1854, + 1402, + 1911, + 300, + 1911 + ], + "score": 0.138 + }, + { + "category_id": 13, + "poly": [ + 298, + 780, + 450, + 780, + 450, + 814, + 298, + 814 + ], + "score": 0.95, + "latex": "\\lVert \\dot { \\theta } - \\theta ^ { * } \\rVert \\approx 0" + }, + { + "category_id": 13, + "poly": [ + 562, + 1314, + 1037, + 1314, + 1037, + 1358, + 562, + 1358 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\vert \\theta _ { i } ^ { k + 1 } - \\theta _ { i } ^ { * } \\vert = ( 1 - \\eta \\frac { 1 } { \\vert \\mathcal { E } \\vert } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { i } ^ { e } ) \\vert \\theta _ { i } ^ { k } - \\theta _ { i } ^ { * } \\vert } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 676, + 518, + 757, + 518, + 757, + 552, + 676, + 552 + ], + "score": 0.93, + "latex": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 354, + 1481, + 644, + 1481, + 644, + 1518, + 354, + 1518 + ], + "score": 0.93, + "latex": "\\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = H ^ { \\wedge } ( \\theta ^ { k } - \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 479, + 1148, + 626, + 1148, + 626, + 1182, + 479, + 1182 + ], + "score": 0.93, + "latex": "\\{ \\bar { H _ { e } } ( \\theta ^ { * } ) \\} _ { e \\in \\mathcal { E } }" + }, + { + "category_id": 14, + "poly": [ + 589, + 302, + 1109, + 302, + 1109, + 346, + 589, + 346 + ], + "score": 0.92, + "latex": "\\operatorname { I L C } ( \\mathcal { A } , p _ { \\theta ^ { 0 } } ) : = - \\mathbb { E } _ { \\theta ^ { 0 } \\sim p ( \\theta ^ { 0 } ) } \\left[ \\mathcal { T } ^ { \\epsilon } ( \\mathcal { A } _ { \\infty } ( \\theta ^ { 0 } , \\mathcal { E } ) \\right] ." + }, + { + "category_id": 13, + "poly": [ + 884, + 1479, + 1239, + 1479, + 1239, + 1519, + 884, + 1519 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = \\big ( \\prod _ { e \\in \\mathcal { E } } \\nabla \\mathcal { L } _ { e } ( \\theta ) \\big ) ^ { 1 / | \\varepsilon | } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1101, + 457, + 1279, + 457, + 1279, + 490, + 1101, + 490 + ], + "score": 0.92, + "latex": "f ^ { * } : [ 0 , \\dot { 1 } ] \\to \\mathbb { R }" + }, + { + "category_id": 13, + "poly": [ + 1200, + 945, + 1272, + 945, + 1272, + 973, + 1200, + 973 + ], + "score": 0.92, + "latex": "H _ { A + B }" + }, + { + "category_id": 13, + "poly": [ + 725, + 994, + 1023, + 994, + 1023, + 1039, + 725, + 1039 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon ( \\frac { \\operatorname* { d e t } ( H _ { A + B } ) } { \\operatorname* { d e t } ( H _ { A \\wedge B } ) } ) ^ { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 637, + 748, + 1037, + 748, + 1037, + 783, + 637, + 783 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { L } ( \\theta ) \\approx \\frac { 1 } { 2 } ( \\theta - \\theta ^ { * } ) ^ { \\top } H _ { A + B } ( \\theta - \\theta ^ { * } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1133, + 1444, + 1400, + 1444, + 1400, + 1478, + 1133, + 1478 + ], + "score": 0.91, + "latex": "\\nabla { \\mathcal { L } } ( \\theta ) = H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 448, + 1272, + 756, + 1272, + 756, + 1308, + 448, + 1308 + ], + "score": 0.91, + "latex": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta H ^ { + } ( \\theta ^ { k } - \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 849, + 903, + 927, + 903, + 927, + 934, + 849, + 934 + ], + "score": 0.91, + "latex": "H _ { A \\land B }" + }, + { + "category_id": 13, + "poly": [ + 792, + 1039, + 1153, + 1039, + 1153, + 1072, + 792, + 1072 + ], + "score": 0.91, + "latex": "0 \\leqslant \\operatorname* { d e t } ( H _ { A \\wedge B } ) \\leqslant \\operatorname* { d e t } ( H _ { A + B } )" + }, + { + "category_id": 13, + "poly": [ + 856, + 1998, + 1227, + 1998, + 1227, + 2038, + 856, + 2038 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { \\nabla \\mathcal { L } ^ { \\wedge } ( \\theta ) = - \\left( \\prod _ { e \\in \\mathcal { E } } \\left| \\nabla \\mathcal { L } _ { e } ( \\theta ) \\right| \\right) ^ { 1 / | \\mathcal { E } | } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 839, + 1272, + 1328, + 1272, + 1328, + 1316, + 839, + 1316 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { H ^ { + } : = \\mathrm { d i a g } \\big ( \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\breve { \\lambda _ { 1 } ^ { e } } , \\dots , \\frac { 1 } { | \\mathcal { E } | } \\sum _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } \\big ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 475, + 2003, + 548, + 2003, + 548, + 2031, + 475, + 2031 + ], + "score": 0.9, + "latex": "\\theta - \\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 537, + 782, + 820, + 782, + 820, + 812, + 537, + 812 + ], + "score": 0.9, + "latex": "H _ { A + B } = \\left( H _ { A } + \\mathbf { \\bar { \\mathit { H } } } _ { B } \\right) / 2" + }, + { + "category_id": 13, + "poly": [ + 994, + 964, + 1072, + 964, + 1072, + 994, + 994, + 994 + ], + "score": 0.9, + "latex": "H _ { A \\land B }" + }, + { + "category_id": 13, + "poly": [ + 484, + 812, + 702, + 812, + 702, + 845, + 484, + 845 + ], + "score": 0.9, + "latex": "H _ { A } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 430, + 1184, + 460, + 1184, + 460, + 1217, + 430, + 1217 + ], + "score": 0.89, + "latex": "\\lambda _ { i } ^ { e }" + }, + { + "category_id": 13, + "poly": [ + 1138, + 1149, + 1176, + 1149, + 1176, + 1180, + 1138, + 1180 + ], + "score": 0.88, + "latex": "H _ { e }" + }, + { + "category_id": 13, + "poly": [ + 1029, + 1119, + 1059, + 1119, + 1059, + 1146, + 1029, + 1146 + ], + "score": 0.88, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 856, + 1180, + 1397, + 1180, + 1397, + 1218, + 856, + 1218 + ], + "score": 0.88, + "latex": "\\begin{array} { r } { H ^ { \\wedge } : = \\mathrm { d i a g } ( ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { 1 } ^ { e } ) ^ { 1 / | \\varepsilon | } , \\dots , ( \\prod _ { e \\in \\mathcal { E } } \\lambda _ { n } ^ { e } ) ^ { 1 / | \\varepsilon | } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1222, + 831, + 1404, + 831, + 1404, + 860, + 1222, + 860 + ], + "score": 0.87, + "latex": "\\theta ^ { \\top } H ^ { - 1 } \\theta \\quad = \\quad 1" + }, + { + "category_id": 13, + "poly": [ + 759, + 810, + 978, + 810, + 978, + 844, + 759, + 844 + ], + "score": 0.87, + "latex": "\\Dot { H _ { B } } : = \\nabla ^ { 2 } \\mathcal { L } _ { A } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 1320, + 945, + 1357, + 945, + 1357, + 972, + 1320, + 972 + ], + "score": 0.87, + "latex": "5 \\times" + }, + { + "category_id": 13, + "poly": [ + 1015, + 690, + 1046, + 690, + 1046, + 718, + 1015, + 718 + ], + "score": 0.86, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1139, + 862, + 1356, + 862, + 1356, + 890, + 1139, + 890 + ], + "score": 0.86, + "latex": "H _ { A } \\ = \\ \\mathrm { d i a g } ( 0 . 0 5 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 996, + 811, + 1075, + 811, + 1075, + 844, + 996, + 844 + ], + "score": 0.86, + "latex": "H _ { A + B }" + }, + { + "category_id": 13, + "poly": [ + 1267, + 1242, + 1296, + 1242, + 1296, + 1271, + 1267, + 1271 + ], + "score": 0.85, + "latex": "\\theta ^ { k }" + }, + { + "category_id": 13, + "poly": [ + 1328, + 891, + 1400, + 891, + 1400, + 917, + 1328, + 917 + ], + "score": 0.85, + "latex": "H _ { A \\land B }" + }, + { + "category_id": 13, + "poly": [ + 598, + 1355, + 628, + 1355, + 628, + 1382, + 598, + 1382 + ], + "score": 0.85, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 475, + 1969, + 546, + 1969, + 546, + 2000, + 475, + 2000 + ], + "score": 0.85, + "latex": "1 / \\lambda _ { \\operatorname* { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 556, + 1970, + 604, + 1970, + 604, + 1998, + 556, + 1998 + ], + "score": 0.82, + "latex": "\\lambda _ { \\mathrm { m a x } }" + }, + { + "category_id": 13, + "poly": [ + 987, + 263, + 1012, + 263, + 1012, + 289, + 987, + 289 + ], + "score": 0.82, + "latex": "\\mathcal { A }" + }, + { + "category_id": 13, + "poly": [ + 1101, + 890, + 1312, + 890, + 1312, + 918, + 1101, + 918 + ], + "score": 0.82, + "latex": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 5 )" + }, + { + "category_id": 13, + "poly": [ + 630, + 1070, + 655, + 1070, + 655, + 1096, + 630, + 1096 + ], + "score": 0.81, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1337, + 1001, + 1360, + 1001, + 1360, + 1025, + 1337, + 1025 + ], + "score": 0.8, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 556, + 1070, + 579, + 1070, + 579, + 1096, + 556, + 1096 + ], + "score": 0.77, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1270, + 1001, + 1292, + 1001, + 1292, + 1025, + 1270, + 1025 + ], + "score": 0.76, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 841, + 691, + 867, + 691, + 867, + 718, + 841, + 718 + ], + "score": 0.75, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 328, + 873, + 354, + 873, + 354, + 901, + 328, + 901 + ], + "score": 0.75, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 807, + 1216, + 820, + 1216, + 820, + 1241, + 807, + 1241 + ], + "score": 0.7, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 1052, + 844, + 1076, + 844, + 1076, + 869, + 1052, + 869 + ], + "score": 0.69, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 767, + 691, + 790, + 691, + 790, + 717, + 767, + 717 + ], + "score": 0.65, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1383, + 1278, + 1402, + 1278, + 1402, + 1307, + 1383, + 1307 + ], + "score": 0.63, + "latex": "\\eta" + }, + { + "category_id": 13, + "poly": [ + 331, + 1910, + 362, + 1910, + 362, + 1939, + 331, + 1939 + ], + "score": 0.32, + "latex": "^ 6 \\mathrm { I t }" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 804.0, + 1408.0, + 804.0, + 1408.0, + 836.0, + 1098.0, + 836.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 827.0, + 1221.0, + 827.0, + 1221.0, + 863.0, + 1094.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1405.0, + 827.0, + 1410.0, + 827.0, + 1410.0, + 863.0, + 1405.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 860.0, + 1138.0, + 860.0, + 1138.0, + 892.0, + 1098.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 860.0, + 1405.0, + 860.0, + 1405.0, + 892.0, + 1357.0, + 892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 888.0, + 1327.0, + 888.0, + 1327.0, + 921.0, + 1313.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 888.0, + 1404.0, + 888.0, + 1404.0, + 921.0, + 1401.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 917.0, + 1408.0, + 917.0, + 1408.0, + 948.0, + 1097.0, + 948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 943.0, + 1199.0, + 943.0, + 1199.0, + 977.0, + 1097.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 943.0, + 1319.0, + 943.0, + 1319.0, + 977.0, + 1273.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 943.0, + 1406.0, + 943.0, + 1406.0, + 977.0, + 1358.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 971.0, + 1405.0, + 971.0, + 1405.0, + 1002.0, + 1096.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1097.0, + 1000.0, + 1269.0, + 1000.0, + 1269.0, + 1029.0, + 1097.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1000.0, + 1336.0, + 1000.0, + 1336.0, + 1029.0, + 1293.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 1000.0, + 1370.0, + 1000.0, + 1370.0, + 1029.0, + 1361.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 581.0, + 1380.0, + 581.0, + 1380.0, + 619.0, + 1296.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1305.0, + 639.0, + 1316.0, + 639.0, + 1316.0, + 651.0, + 1305.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 607.0, + 1364.0, + 607.0, + 1364.0, + 640.0, + 1299.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1310.0, + 633.0, + 1363.0, + 633.0, + 1363.0, + 665.0, + 1310.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1847.0, + 1407.0, + 1847.0, + 1407.0, + 1892.0, + 327.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1883.0, + 1185.0, + 1883.0, + 1185.0, + 1915.0, + 295.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 1907.0, + 1407.0, + 1907.0, + 1407.0, + 1947.0, + 363.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1937.0, + 1249.0, + 1937.0, + 1249.0, + 1976.0, + 292.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1966.0, + 474.0, + 1966.0, + 474.0, + 2005.0, + 332.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 1966.0, + 555.0, + 1966.0, + 555.0, + 2005.0, + 547.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 1966.0, + 1302.0, + 1966.0, + 1302.0, + 2005.0, + 605.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1991.0, + 474.0, + 1991.0, + 474.0, + 2046.0, + 320.0, + 2046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 1991.0, + 855.0, + 1991.0, + 855.0, + 2046.0, + 549.0, + 2046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1991.0, + 1240.0, + 1991.0, + 1240.0, + 2046.0, + 1228.0, + 2046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1598.0, + 911.0, + 1598.0, + 911.0, + 1633.0, + 295.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 586.0, + 951.0, + 586.0, + 951.0, + 622.0, + 296.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 2086.0, + 862.0, + 2086.0, + 862.0, + 2118.0, + 837.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1848.0, + 1406.0, + 1848.0, + 1406.0, + 1890.0, + 328.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1881.0, + 1185.0, + 1881.0, + 1185.0, + 1914.0, + 295.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1114.0, + 1028.0, + 1114.0, + 1028.0, + 1154.0, + 293.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1114.0, + 1406.0, + 1114.0, + 1406.0, + 1154.0, + 1060.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1147.0, + 478.0, + 1147.0, + 478.0, + 1185.0, + 294.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1147.0, + 1137.0, + 1147.0, + 1137.0, + 1185.0, + 627.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 1147.0, + 1406.0, + 1147.0, + 1406.0, + 1185.0, + 1177.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1177.0, + 429.0, + 1177.0, + 429.0, + 1226.0, + 289.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 1177.0, + 855.0, + 1177.0, + 855.0, + 1226.0, + 461.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1177.0, + 1413.0, + 1177.0, + 1413.0, + 1226.0, + 1398.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1214.0, + 806.0, + 1214.0, + 806.0, + 1249.0, + 296.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 1214.0, + 1409.0, + 1214.0, + 1409.0, + 1249.0, + 821.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1240.0, + 1266.0, + 1240.0, + 1266.0, + 1279.0, + 293.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1240.0, + 1406.0, + 1240.0, + 1406.0, + 1279.0, + 1297.0, + 1279.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1263.0, + 447.0, + 1263.0, + 447.0, + 1323.0, + 288.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 1263.0, + 838.0, + 1263.0, + 838.0, + 1323.0, + 757.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1329.0, + 1263.0, + 1382.0, + 1263.0, + 1382.0, + 1323.0, + 1329.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1263.0, + 1412.0, + 1263.0, + 1412.0, + 1323.0, + 1403.0, + 1323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1304.0, + 561.0, + 1304.0, + 561.0, + 1365.0, + 288.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 1304.0, + 1411.0, + 1304.0, + 1411.0, + 1365.0, + 1038.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1354.0, + 597.0, + 1354.0, + 597.0, + 1389.0, + 295.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 1354.0, + 1403.0, + 1354.0, + 1403.0, + 1389.0, + 629.0, + 1389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1385.0, + 1406.0, + 1385.0, + 1406.0, + 1417.0, + 293.0, + 1417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1414.0, + 1407.0, + 1414.0, + 1407.0, + 1449.0, + 294.0, + 1449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1444.0, + 1132.0, + 1444.0, + 1132.0, + 1481.0, + 291.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1401.0, + 1444.0, + 1404.0, + 1444.0, + 1404.0, + 1481.0, + 1401.0, + 1481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 1476.0, + 353.0, + 1476.0, + 353.0, + 1525.0, + 288.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 645.0, + 1476.0, + 883.0, + 1476.0, + 883.0, + 1525.0, + 645.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1476.0, + 1410.0, + 1476.0, + 1410.0, + 1525.0, + 1240.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1515.0, + 1406.0, + 1515.0, + 1406.0, + 1550.0, + 293.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1545.0, + 1135.0, + 1545.0, + 1135.0, + 1580.0, + 295.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 624.0, + 1080.0, + 624.0, + 1080.0, + 665.0, + 293.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 661.0, + 1078.0, + 661.0, + 1078.0, + 691.0, + 296.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 688.0, + 766.0, + 688.0, + 766.0, + 722.0, + 296.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 791.0, + 688.0, + 840.0, + 688.0, + 840.0, + 722.0, + 791.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 688.0, + 1014.0, + 688.0, + 1014.0, + 722.0, + 868.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 688.0, + 1080.0, + 688.0, + 1080.0, + 722.0, + 1047.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 717.0, + 1081.0, + 717.0, + 1081.0, + 754.0, + 293.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 748.0, + 636.0, + 748.0, + 636.0, + 786.0, + 292.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 748.0, + 1081.0, + 748.0, + 1081.0, + 786.0, + 1038.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 777.0, + 297.0, + 777.0, + 297.0, + 818.0, + 293.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 777.0, + 536.0, + 777.0, + 536.0, + 818.0, + 451.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 777.0, + 1082.0, + 777.0, + 1082.0, + 818.0, + 821.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 804.0, + 483.0, + 804.0, + 483.0, + 850.0, + 291.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 804.0, + 758.0, + 804.0, + 758.0, + 850.0, + 703.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 804.0, + 995.0, + 804.0, + 995.0, + 850.0, + 979.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 804.0, + 1082.0, + 804.0, + 1082.0, + 850.0, + 1076.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 840.0, + 1051.0, + 840.0, + 1051.0, + 877.0, + 295.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1077.0, + 840.0, + 1081.0, + 840.0, + 1081.0, + 877.0, + 1077.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 871.0, + 327.0, + 871.0, + 327.0, + 905.0, + 295.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 355.0, + 871.0, + 1080.0, + 871.0, + 1080.0, + 905.0, + 355.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 903.0, + 848.0, + 903.0, + 848.0, + 937.0, + 294.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 903.0, + 1083.0, + 903.0, + 1083.0, + 937.0, + 928.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 930.0, + 1080.0, + 930.0, + 1080.0, + 970.0, + 293.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 960.0, + 993.0, + 960.0, + 993.0, + 1003.0, + 291.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 960.0, + 1084.0, + 960.0, + 1084.0, + 1003.0, + 1073.0, + 1003.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 987.5, + 1017.0, + 987.5, + 1017.0, + 1047.5, + 289.0, + 1047.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 875.0, + 986.5, + 1082.0, + 986.5, + 1082.0, + 1038.0, + 875.0, + 1038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 428.0, + 1405.0, + 428.0, + 1405.0, + 461.0, + 295.0, + 461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 455.0, + 1100.0, + 455.0, + 1100.0, + 495.0, + 292.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1280.0, + 455.0, + 1410.0, + 455.0, + 1410.0, + 495.0, + 1280.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 485.0, + 1405.0, + 485.0, + 1405.0, + 523.0, + 292.0, + 523.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 517.0, + 675.0, + 517.0, + 675.0, + 554.0, + 292.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 517.0, + 1319.0, + 517.0, + 1319.0, + 554.0, + 758.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 1407.0, + 225.0, + 1407.0, + 267.0, + 293.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 986.0, + 261.0, + 986.0, + 297.0, + 294.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1013.0, + 261.0, + 1023.0, + 261.0, + 1023.0, + 297.0, + 1013.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 355.0, + 1408.0, + 355.0, + 1408.0, + 390.0, + 295.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 384.0, + 945.0, + 384.0, + 945.0, + 419.0, + 294.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1036.0, + 791.0, + 1036.0, + 791.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1036.0, + 1406.0, + 1036.0, + 1406.0, + 1075.0, + 1154.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1069.0, + 555.0, + 1069.0, + 555.0, + 1101.0, + 297.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1069.0, + 629.0, + 1069.0, + 629.0, + 1101.0, + 580.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 1069.0, + 1349.0, + 1069.0, + 1349.0, + 1101.0, + 656.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1636.0, + 1405.0, + 1636.0, + 1405.0, + 1677.0, + 294.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1669.0, + 1143.0, + 1669.0, + 1143.0, + 1705.0, + 294.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 1702.0, + 1405.0, + 1702.0, + 1405.0, + 1738.0, + 302.0, + 1738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 342.0, + 1734.0, + 1265.0, + 1734.0, + 1265.0, + 1767.0, + 342.0, + 1767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1767.0, + 1405.0, + 1767.0, + 1405.0, + 1808.0, + 296.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1801.0, + 890.0, + 1801.0, + 890.0, + 1836.0, + 340.0, + 1836.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 617, + 1405, + 617, + 1405, + 867, + 297, + 867 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 1147, + 992, + 1147, + 992, + 1362, + 299, + 1362 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 1790, + 1405, + 1790, + 1405, + 2037, + 298, + 2037 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 373, + 1405, + 373, + 1405, + 589, + 297, + 589 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 878, + 1405, + 878, + 1405, + 1033, + 297, + 1033 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 1052, + 1147, + 1353, + 1147, + 1353, + 1372, + 1052, + 1372 + ], + "score": 0.962 + }, + { + "category_id": 1, + "poly": [ + 299, + 1566, + 1403, + 1566, + 1403, + 1690, + 299, + 1690 + ], + "score": 0.961 + }, + { + "category_id": 1, + "poly": [ + 298, + 1377, + 988, + 1377, + 988, + 1469, + 298, + 1469 + ], + "score": 0.958 + }, + { + "category_id": 4, + "poly": [ + 1010, + 1380, + 1404, + 1380, + 1404, + 1463, + 1010, + 1463 + ], + "score": 0.957 + }, + { + "category_id": 1, + "poly": [ + 299, + 1046, + 1399, + 1046, + 1399, + 1109, + 299, + 1109 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 299, + 1481, + 1399, + 1481, + 1399, + 1553, + 299, + 1553 + ], + "score": 0.911 + }, + { + "category_id": 0, + "poly": [ + 300, + 1730, + 558, + 1730, + 558, + 1766, + 300, + 1766 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 813, + 76, + 813, + 104, + 299, + 104 + ], + "score": 0.891 + }, + { + "category_id": 1, + "poly": [ + 293, + 229, + 1404, + 229, + 1404, + 263, + 293, + 263 + ], + "score": 0.759 + }, + { + "category_id": 1, + "poly": [ + 299, + 273, + 1400, + 273, + 1400, + 365, + 299, + 365 + ], + "score": 0.737 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.72 + }, + { + "category_id": 13, + "poly": [ + 926, + 1478, + 1151, + 1478, + 1151, + 1519, + 926, + 1519 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 874, + 708, + 959, + 708, + 959, + 743, + 874, + 743 + ], + "score": 0.93, + "latex": "m _ { t } ( \\theta ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 1026, + 1519, + 1398, + 1519, + 1398, + 1553, + 1026, + 1553 + ], + "score": 0.92, + "latex": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )" + }, + { + "category_id": 13, + "poly": [ + 441, + 740, + 722, + 740, + 722, + 772, + 441, + 772 + ], + "score": 0.92, + "latex": "t \\in \\{ d / 2 , d / 2 + 1 , \\ldots , d \\}" + }, + { + "category_id": 13, + "poly": [ + 587, + 707, + 791, + 707, + 791, + 742, + 587, + 742 + ], + "score": 0.92, + "latex": "m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 663, + 801, + 770, + 801, + 770, + 833, + 663, + 833 + ], + "score": 0.92, + "latex": "\\tau \\in [ 0 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 721, + 833, + 791, + 833, + 791, + 866, + 721, + 866 + ], + "score": 0.92, + "latex": "[ m _ { \\tau } ] _ { j }" + }, + { + "category_id": 13, + "poly": [ + 1010, + 1077, + 1349, + 1077, + 1349, + 1111, + 1010, + 1111 + ], + "score": 0.91, + "latex": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1518, + 387, + 1518, + 387, + 1553, + 298, + 1553 + ], + "score": 0.91, + "latex": "\\mathcal { O } ( n / d )" + }, + { + "category_id": 13, + "poly": [ + 473, + 1408, + 530, + 1408, + 530, + 1438, + 473, + 1438 + ], + "score": 0.91, + "latex": "\\nabla { \\mathcal { L } } _ { e }" + }, + { + "category_id": 13, + "poly": [ + 1246, + 798, + 1398, + 798, + 1398, + 835, + 1246, + 835 + ], + "score": 0.91, + "latex": "\\begin{array} { r } { t = \\frac { d } { 2 } ( \\tau + 1 ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1189, + 1046, + 1296, + 1046, + 1296, + 1078, + 1189, + 1078 + ], + "score": 0.89, + "latex": "\\eta \\leqslant 1 / L" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1482, + 1406, + 1482, + 1406, + 1517, + 1237, + 1517 + ], + "score": 0.89, + "latex": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =" + }, + { + "category_id": 13, + "poly": [ + 878, + 830, + 1308, + 830, + 1308, + 867, + 878, + 867 + ], + "score": 0.89, + "latex": "\\begin{array} { r } { [ m _ { \\tau } ] _ { j } = \\pmb { 1 } \\left[ \\tau d \\leqslant | \\sum _ { e } \\mathrm { s i g n } ( [ \\nabla \\mathcal { L } _ { e } ] _ { j } ) | \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1346, + 1407, + 1405, + 1407, + 1405, + 1437, + 1346, + 1437 + ], + "score": 0.89, + "latex": "( \\left| \\theta \\right| =" + }, + { + "category_id": 13, + "poly": [ + 541, + 1518, + 917, + 1518, + 917, + 1553, + 541, + 1553 + ], + "score": 0.86, + "latex": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]" + }, + { + "category_id": 13, + "poly": [ + 825, + 834, + 866, + 834, + 866, + 863, + 825, + 863 + ], + "score": 0.81, + "latex": "m _ { \\tau }" + }, + { + "category_id": 13, + "poly": [ + 525, + 711, + 544, + 711, + 544, + 737, + 525, + 737 + ], + "score": 0.79, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1228, + 741, + 1246, + 741, + 1246, + 767, + 1228, + 767 + ], + "score": 0.78, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 298, + 1409, + 315, + 1409, + 315, + 1435, + 298, + 1435 + ], + "score": 0.77, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 1382, + 1047, + 1401, + 1047, + 1401, + 1074, + 1382, + 1074 + ], + "score": 0.77, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 608, + 1048, + 630, + 1048, + 630, + 1074, + 608, + 1074 + ], + "score": 0.76, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 914, + 1079, + 931, + 1079, + 931, + 1106, + 914, + 1106 + ], + "score": 0.75, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 519, + 1048, + 542, + 1048, + 542, + 1074, + 519, + 1074 + ], + "score": 0.73, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 1071, + 1435, + 1171, + 1435, + 1171, + 1463, + 1071, + 1463 + ], + "score": 0.72, + "latex": "t = 0 . 8 d" + }, + { + "category_id": 13, + "poly": [ + 1114, + 803, + 1127, + 803, + 1127, + 829, + 1114, + 829 + ], + "score": 0.7, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 841, + 1384, + 862, + 1384, + 862, + 1405, + 841, + 1405 + ], + "score": 0.7, + "latex": "n" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 1143.0, + 1080.0, + 1143.0, + 1080.0, + 1349.0, + 1052.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 1172.0, + 1112.0, + 1172.0, + 1112.0, + 1196.0, + 1087.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1125.0, + 1176.0, + 1139.0, + 1176.0, + 1139.0, + 1189.0, + 1125.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1149.0, + 1178.0, + 1163.0, + 1178.0, + 1163.0, + 1191.0, + 1149.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 1183.0, + 1194.0, + 1183.0, + 1194.0, + 1192.0, + 1185.0, + 1192.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 1191.0, + 1224.0, + 1191.0, + 1224.0, + 1200.0, + 1216.0, + 1200.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1271.0, + 1295.0, + 1271.0, + 1295.0, + 1292.0, + 1171.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1290.0, + 1326.0, + 1290.0, + 1326.0, + 1316.0, + 1174.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 1322.0, + 1279.0, + 1322.0, + 1279.0, + 1356.0, + 1244.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 1348.0, + 1307.0, + 1348.0, + 1307.0, + 1376.0, + 1163.0, + 1376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1074.0, + 1205.5, + 1123.0, + 1205.5, + 1123.0, + 1231.0, + 1074.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 1239.0, + 1124.0, + 1239.0, + 1124.0, + 1268.0, + 1065.0, + 1268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1066.0, + 1275.0, + 1123.0, + 1275.0, + 1123.0, + 1303.0, + 1066.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1327.5, + 1150.0, + 1327.5, + 1150.0, + 1353.5, + 1110.0, + 1353.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1380.0, + 1408.0, + 1380.0, + 1408.0, + 1409.0, + 1011.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1405.0, + 1345.0, + 1405.0, + 1345.0, + 1439.0, + 1009.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1009.0, + 1432.0, + 1070.0, + 1432.0, + 1070.0, + 1465.0, + 1009.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 1432.0, + 1186.0, + 1432.0, + 1186.0, + 1465.0, + 1172.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1726.0, + 561.0, + 1726.0, + 561.0, + 1771.0, + 291.0, + 1771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.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": [ + 292.0, + 614.0, + 1406.0, + 614.0, + 1406.0, + 655.0, + 292.0, + 655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 647.0, + 1405.0, + 647.0, + 1405.0, + 684.0, + 292.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 681.0, + 1405.0, + 681.0, + 1405.0, + 712.0, + 296.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 706.0, + 524.0, + 706.0, + 524.0, + 746.0, + 291.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 706.0, + 586.0, + 706.0, + 586.0, + 746.0, + 545.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 706.0, + 873.0, + 706.0, + 873.0, + 746.0, + 792.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 706.0, + 1407.0, + 706.0, + 1407.0, + 746.0, + 960.0, + 746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 738.0, + 440.0, + 738.0, + 440.0, + 776.0, + 294.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 738.0, + 1227.0, + 738.0, + 1227.0, + 776.0, + 723.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 738.0, + 1408.0, + 738.0, + 1408.0, + 776.0, + 1247.0, + 776.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 769.0, + 1408.0, + 769.0, + 1408.0, + 805.0, + 294.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 795.0, + 662.0, + 795.0, + 662.0, + 837.0, + 292.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 795.0, + 1113.0, + 795.0, + 1113.0, + 837.0, + 771.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 795.0, + 1245.0, + 795.0, + 1245.0, + 837.0, + 1128.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 795.0, + 1411.0, + 795.0, + 1411.0, + 837.0, + 1399.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 828.0, + 720.0, + 828.0, + 720.0, + 870.0, + 292.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 828.0, + 824.0, + 828.0, + 824.0, + 870.0, + 792.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 828.0, + 877.0, + 828.0, + 877.0, + 870.0, + 867.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 828.0, + 1320.0, + 828.0, + 1320.0, + 870.0, + 1309.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1145.0, + 991.0, + 1145.0, + 991.0, + 1182.0, + 295.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1173.0, + 993.0, + 1173.0, + 993.0, + 1215.0, + 293.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1207.0, + 994.0, + 1207.0, + 994.0, + 1242.0, + 295.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1238.0, + 994.0, + 1238.0, + 994.0, + 1271.0, + 295.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1267.0, + 995.0, + 1267.0, + 995.0, + 1304.0, + 293.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1298.0, + 991.0, + 1298.0, + 991.0, + 1334.0, + 294.0, + 1334.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1331.0, + 716.0, + 1331.0, + 716.0, + 1366.0, + 296.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1792.0, + 1407.0, + 1792.0, + 1407.0, + 1826.0, + 295.0, + 1826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1823.0, + 1406.0, + 1823.0, + 1406.0, + 1857.0, + 295.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1888.0, + 292.0, + 1888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1885.0, + 1405.0, + 1885.0, + 1405.0, + 1918.0, + 295.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1912.0, + 1406.0, + 1912.0, + 1406.0, + 1950.0, + 293.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1944.0, + 1405.0, + 1944.0, + 1405.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1975.0, + 1410.0, + 1975.0, + 1410.0, + 2009.0, + 295.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2005.0, + 1276.0, + 2005.0, + 1276.0, + 2039.0, + 295.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 372.0, + 1406.0, + 372.0, + 1406.0, + 411.0, + 294.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 406.0, + 1406.0, + 406.0, + 1406.0, + 440.0, + 294.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 435.0, + 1406.0, + 435.0, + 1406.0, + 470.0, + 294.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 467.0, + 1403.0, + 467.0, + 1403.0, + 498.0, + 296.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 495.0, + 1407.0, + 495.0, + 1407.0, + 529.0, + 295.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 525.0, + 1403.0, + 525.0, + 1403.0, + 560.0, + 294.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 558.0, + 856.0, + 558.0, + 856.0, + 592.0, + 295.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 876.0, + 1407.0, + 876.0, + 1407.0, + 914.0, + 294.0, + 914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 909.0, + 1403.0, + 909.0, + 1403.0, + 942.0, + 295.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 937.0, + 1406.0, + 937.0, + 1406.0, + 975.0, + 294.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 967.0, + 1405.0, + 967.0, + 1405.0, + 1005.0, + 295.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 999.0, + 885.0, + 999.0, + 885.0, + 1037.0, + 294.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1565.0, + 1404.0, + 1565.0, + 1404.0, + 1602.0, + 293.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1599.0, + 1404.0, + 1599.0, + 1404.0, + 1632.0, + 295.0, + 1632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1628.0, + 1403.0, + 1628.0, + 1403.0, + 1661.0, + 294.0, + 1661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1660.0, + 1321.0, + 1660.0, + 1321.0, + 1694.0, + 293.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1375.0, + 840.0, + 1375.0, + 840.0, + 1413.0, + 295.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1375.0, + 993.0, + 1375.0, + 993.0, + 1413.0, + 863.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 1406.0, + 472.0, + 1406.0, + 472.0, + 1441.0, + 316.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 1406.0, + 992.0, + 1406.0, + 992.0, + 1441.0, + 531.0, + 1441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1438.0, + 813.0, + 1438.0, + 813.0, + 1471.0, + 295.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1043.0, + 518.0, + 1043.0, + 518.0, + 1081.0, + 293.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 1043.0, + 607.0, + 1043.0, + 607.0, + 1081.0, + 543.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 1043.0, + 1188.0, + 1043.0, + 1188.0, + 1081.0, + 631.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 1043.0, + 1381.0, + 1043.0, + 1381.0, + 1081.0, + 1297.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1043.0, + 1408.0, + 1043.0, + 1408.0, + 1081.0, + 1402.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1075.0, + 913.0, + 1075.0, + 913.0, + 1114.0, + 294.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 1075.0, + 1009.0, + 1075.0, + 1009.0, + 1114.0, + 932.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 1075.0, + 1363.0, + 1075.0, + 1363.0, + 1114.0, + 1350.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 284.0, + 1463.0, + 925.0, + 1463.0, + 925.0, + 1539.0, + 284.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1463.0, + 1236.0, + 1463.0, + 1236.0, + 1539.0, + 1152.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1407.0, + 1463.0, + 1414.0, + 1463.0, + 1414.0, + 1539.0, + 1407.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1513.0, + 297.0, + 1513.0, + 297.0, + 1559.0, + 293.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1513.0, + 540.0, + 1513.0, + 540.0, + 1559.0, + 388.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 1513.0, + 1025.0, + 1513.0, + 1025.0, + 1559.0, + 918.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1513.0, + 1403.0, + 1513.0, + 1403.0, + 1559.0, + 1399.0, + 1559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 286.0, + 226.0, + 1409.0, + 226.0, + 1409.0, + 270.0, + 286.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 272.0, + 1405.0, + 272.0, + 1405.0, + 309.0, + 293.0, + 309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 302.0, + 1404.0, + 302.0, + 1404.0, + 339.0, + 340.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 332.0, + 1394.0, + 332.0, + 1394.0, + 372.0, + 340.0, + 372.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 528, + 1405, + 528, + 1405, + 956, + 297, + 956 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1173, + 1404, + 1173, + 1404, + 1386, + 297, + 1386 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1759, + 1406, + 1759, + 1406, + 2034, + 297, + 2034 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 971, + 1405, + 971, + 1405, + 1155, + 298, + 1155 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 1406, + 904, + 1406, + 904, + 1739, + 298, + 1739 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 946, + 1407, + 1370, + 1407, + 1370, + 1690, + 946, + 1690 + ], + "score": 0.967 + }, + { + "category_id": 3, + "poly": [ + 367, + 227, + 1333, + 227, + 1333, + 356, + 367, + 356 + ], + "score": 0.958 + }, + { + "category_id": 4, + "poly": [ + 297, + 380, + 1402, + 380, + 1402, + 437, + 297, + 437 + ], + "score": 0.927 + }, + { + "category_id": 4, + "poly": [ + 953, + 1700, + 1371, + 1700, + 1371, + 1729, + 953, + 1729 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.89 + }, + { + "category_id": 0, + "poly": [ + 302, + 479, + 865, + 479, + 865, + 509, + 302, + 509 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 859, + 2089, + 859, + 2112, + 840, + 2112 + ], + "score": 0.782 + }, + { + "category_id": 13, + "poly": [ + 969, + 559, + 1097, + 559, + 1097, + 592, + 969, + 592 + ], + "score": 0.93, + "latex": "p ( y | x _ { d _ { S } } , e )" + }, + { + "category_id": 13, + "poly": [ + 1290, + 528, + 1400, + 528, + 1400, + 562, + 1290, + 562 + ], + "score": 0.91, + "latex": "p ( y | x _ { d _ { M } } )" + }, + { + "category_id": 13, + "poly": [ + 1052, + 529, + 1205, + 529, + 1205, + 559, + 1052, + 559 + ], + "score": 0.91, + "latex": "d = d _ { M } + d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 459, + 682, + 502, + 682, + 502, + 711, + 459, + 711 + ], + "score": 0.9, + "latex": "d _ { M }" + }, + { + "category_id": 13, + "poly": [ + 556, + 681, + 590, + 681, + 590, + 711, + 556, + 711 + ], + "score": 0.87, + "latex": "d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1306, + 682, + 1349, + 682, + 1349, + 712, + 1306, + 712 + ], + "score": 0.84, + "latex": "d _ { M }" + }, + { + "category_id": 13, + "poly": [ + 797, + 712, + 832, + 712, + 832, + 742, + 797, + 742 + ], + "score": 0.8, + "latex": "d _ { S }" + }, + { + "category_id": 13, + "poly": [ + 1264, + 804, + 1289, + 804, + 1289, + 831, + 1264, + 831 + ], + "score": 0.79, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1010, + 743, + 1036, + 743, + 1036, + 769, + 1010, + 769 + ], + "score": 0.78, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1074, + 682, + 1100, + 682, + 1100, + 709, + 1074, + 709 + ], + "score": 0.77, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1189, + 804, + 1213, + 804, + 1213, + 830, + 1189, + 830 + ], + "score": 0.76, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 326, + 743, + 349, + 743, + 349, + 769, + 326, + 769 + ], + "score": 0.71, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 1033, + 834, + 1058, + 834, + 1058, + 860, + 1033, + 860 + ], + "score": 0.66, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 996, + 682, + 1020, + 682, + 1020, + 708, + 996, + 708 + ], + "score": 0.63, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 973, + 834, + 997, + 834, + 997, + 860, + 973, + 860 + ], + "score": 0.54, + "latex": "A" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1415.0, + 999.0, + 1415.0, + 999.0, + 1445.0, + 962.0, + 1445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1451.0, + 999.0, + 1451.0, + 999.0, + 1482.0, + 960.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1461.0, + 1036.0, + 1461.0, + 1036.0, + 1494.0, + 1015.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1489.0, + 972.0, + 1489.0, + 972.0, + 1568.0, + 945.0, + 1568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1489.0, + 996.0, + 1489.0, + 996.0, + 1516.0, + 960.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1490.0, + 1124.0, + 1490.0, + 1124.0, + 1505.0, + 1112.0, + 1505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1495.0, + 1035.0, + 1495.0, + 1035.0, + 1520.0, + 1017.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1503.0, + 1124.0, + 1503.0, + 1124.0, + 1516.0, + 1112.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 1520.0, + 1001.0, + 1520.0, + 1001.0, + 1555.0, + 964.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1522.0, + 1033.0, + 1522.0, + 1033.0, + 1535.0, + 1019.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 1512.0, + 1125.0, + 1512.0, + 1125.0, + 1537.0, + 1111.0, + 1537.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1515.0, + 1253.0, + 1515.0, + 1253.0, + 1529.0, + 1241.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1336.0, + 1526.0, + 1344.0, + 1526.0, + 1344.0, + 1535.0, + 1336.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1561.0, + 997.0, + 1561.0, + 997.0, + 1588.0, + 962.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1540.0, + 1034.0, + 1540.0, + 1034.0, + 1570.0, + 1018.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1562.0, + 1122.0, + 1562.0, + 1122.0, + 1570.0, + 1113.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1205.0, + 1562.0, + 1215.0, + 1562.0, + 1215.0, + 1578.0, + 1205.0, + 1578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1241.0, + 1538.0, + 1253.0, + 1538.0, + 1253.0, + 1550.0, + 1241.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1298.0, + 1535.0, + 1307.0, + 1535.0, + 1307.0, + 1561.0, + 1298.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1553.0, + 1344.0, + 1553.0, + 1344.0, + 1562.0, + 1335.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 1573.0, + 1124.0, + 1573.0, + 1124.0, + 1586.0, + 1112.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1577.0, + 1344.0, + 1577.0, + 1344.0, + 1586.0, + 1335.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 1595.0, + 999.0, + 1595.0, + 999.0, + 1626.0, + 960.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1589.0, + 1123.0, + 1589.0, + 1123.0, + 1607.0, + 1113.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1584.0, + 1360.0, + 1584.0, + 1360.0, + 1638.0, + 1308.0, + 1638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 962.0, + 1633.0, + 997.0, + 1633.0, + 997.0, + 1659.0, + 962.0, + 1659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1649.0, + 1165.0, + 1649.0, + 1165.0, + 1673.0, + 984.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1648.0, + 1251.0, + 1648.0, + 1251.0, + 1673.0, + 1207.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1275.0, + 1647.0, + 1365.0, + 1647.0, + 1365.0, + 1673.0, + 1275.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 1666.0, + 1349.0, + 1666.0, + 1349.0, + 1694.0, + 1293.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 232.0, + 568.0, + 232.0, + 568.0, + 263.0, + 417.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 234.0, + 790.0, + 234.0, + 790.0, + 265.0, + 637.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 232.0, + 1025.0, + 232.0, + 1025.0, + 263.0, + 886.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1175.0, + 231.0, + 1282.0, + 231.0, + 1282.0, + 265.0, + 1175.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 266.0, + 498.0, + 266.0, + 498.0, + 287.0, + 467.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 265.0, + 719.0, + 265.0, + 719.0, + 291.0, + 686.0, + 291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 933.0, + 266.0, + 965.0, + 266.0, + 965.0, + 289.0, + 933.0, + 289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 266.0, + 1232.0, + 266.0, + 1232.0, + 288.0, + 1200.0, + 288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 320.0, + 529.0, + 320.0, + 529.0, + 346.0, + 498.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 718.0, + 324.0, + 748.0, + 324.0, + 748.0, + 345.0, + 718.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 327.0, + 993.0, + 327.0, + 993.0, + 344.0, + 968.0, + 344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1233.0, + 324.0, + 1265.0, + 324.0, + 1265.0, + 346.0, + 1233.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 378.0, + 1403.0, + 378.0, + 1403.0, + 411.0, + 295.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 405.0, + 1367.0, + 405.0, + 1367.0, + 440.0, + 291.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1694.0, + 1378.0, + 1694.0, + 1378.0, + 1735.0, + 948.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 479.0, + 871.0, + 479.0, + 871.0, + 513.0, + 294.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2087.0, + 862.0, + 2087.0, + 862.0, + 2118.0, + 840.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 522.0, + 1051.0, + 522.0, + 1051.0, + 567.0, + 292.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 522.0, + 1289.0, + 522.0, + 1289.0, + 567.0, + 1206.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 557.0, + 968.0, + 557.0, + 968.0, + 595.0, + 291.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 557.0, + 1407.0, + 557.0, + 1407.0, + 595.0, + 1098.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 591.0, + 1402.0, + 591.0, + 1402.0, + 623.0, + 296.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 621.0, + 1403.0, + 621.0, + 1403.0, + 653.0, + 296.0, + 653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 649.0, + 1405.0, + 649.0, + 1405.0, + 685.0, + 294.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 681.0, + 458.0, + 681.0, + 458.0, + 717.0, + 295.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 681.0, + 555.0, + 681.0, + 555.0, + 717.0, + 503.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 681.0, + 995.0, + 681.0, + 995.0, + 717.0, + 591.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 681.0, + 1073.0, + 681.0, + 1073.0, + 717.0, + 1021.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 681.0, + 1305.0, + 681.0, + 1305.0, + 717.0, + 1101.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 681.0, + 1406.0, + 681.0, + 1406.0, + 717.0, + 1350.0, + 717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 710.0, + 796.0, + 710.0, + 796.0, + 747.0, + 294.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 710.0, + 1408.0, + 710.0, + 1408.0, + 747.0, + 833.0, + 747.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 743.0, + 325.0, + 743.0, + 325.0, + 775.0, + 295.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 743.0, + 1009.0, + 743.0, + 1009.0, + 775.0, + 350.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1037.0, + 743.0, + 1406.0, + 743.0, + 1406.0, + 775.0, + 1037.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 772.0, + 1407.0, + 772.0, + 1407.0, + 808.0, + 294.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 800.0, + 1188.0, + 800.0, + 1188.0, + 837.0, + 292.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 800.0, + 1263.0, + 800.0, + 1263.0, + 837.0, + 1214.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 800.0, + 1405.0, + 800.0, + 1405.0, + 837.0, + 1290.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 832.0, + 972.0, + 832.0, + 972.0, + 868.0, + 294.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 832.0, + 1032.0, + 832.0, + 1032.0, + 868.0, + 998.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 832.0, + 1405.0, + 832.0, + 1405.0, + 868.0, + 1059.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 860.0, + 1406.0, + 860.0, + 1406.0, + 902.0, + 291.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 896.0, + 1407.0, + 896.0, + 1407.0, + 927.0, + 296.0, + 927.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 925.0, + 940.0, + 925.0, + 940.0, + 960.0, + 295.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1172.0, + 1404.0, + 1172.0, + 1404.0, + 1209.0, + 294.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1204.0, + 1407.0, + 1204.0, + 1407.0, + 1238.0, + 295.0, + 1238.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1232.0, + 1404.0, + 1232.0, + 1404.0, + 1269.0, + 294.0, + 1269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1265.0, + 1402.0, + 1265.0, + 1402.0, + 1299.0, + 295.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1294.0, + 1404.0, + 1294.0, + 1404.0, + 1328.0, + 295.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1325.0, + 1407.0, + 1325.0, + 1407.0, + 1363.0, + 292.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1358.0, + 856.0, + 1358.0, + 856.0, + 1388.0, + 294.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1757.0, + 1409.0, + 1757.0, + 1409.0, + 1796.0, + 295.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1788.0, + 1404.0, + 1788.0, + 1404.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1821.0, + 1404.0, + 1821.0, + 1404.0, + 1854.0, + 295.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1852.0, + 1404.0, + 1852.0, + 1404.0, + 1885.0, + 295.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1880.0, + 1408.0, + 1880.0, + 1408.0, + 1917.0, + 292.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1912.0, + 1404.0, + 1912.0, + 1404.0, + 1945.0, + 296.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1941.0, + 1404.0, + 1941.0, + 1404.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1969.0, + 1408.0, + 1969.0, + 1408.0, + 2009.0, + 291.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1409.0, + 2002.0, + 1409.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 973.0, + 1405.0, + 973.0, + 1405.0, + 1005.0, + 296.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1001.0, + 1407.0, + 1001.0, + 1407.0, + 1035.0, + 293.0, + 1035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1031.0, + 1407.0, + 1031.0, + 1407.0, + 1067.0, + 293.0, + 1067.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1064.0, + 1407.0, + 1064.0, + 1407.0, + 1096.0, + 296.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1093.0, + 1406.0, + 1093.0, + 1406.0, + 1129.0, + 295.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1124.0, + 1309.0, + 1124.0, + 1309.0, + 1156.0, + 297.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1401.0, + 909.0, + 1401.0, + 909.0, + 1442.0, + 294.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1433.0, + 907.0, + 1433.0, + 907.0, + 1470.0, + 294.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1465.0, + 904.0, + 1465.0, + 904.0, + 1501.0, + 294.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1498.0, + 902.0, + 1498.0, + 902.0, + 1528.0, + 296.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1527.0, + 905.0, + 1527.0, + 905.0, + 1560.0, + 295.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1556.0, + 908.0, + 1556.0, + 908.0, + 1593.0, + 293.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1588.0, + 908.0, + 1588.0, + 908.0, + 1622.0, + 295.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1618.0, + 905.0, + 1618.0, + 905.0, + 1648.0, + 295.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1648.0, + 906.0, + 1648.0, + 906.0, + 1681.0, + 294.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1679.0, + 905.0, + 1679.0, + 905.0, + 1712.0, + 294.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1711.0, + 613.0, + 1711.0, + 613.0, + 1741.0, + 296.0, + 1741.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 299, + 1251, + 992, + 1251, + 992, + 1617, + 299, + 1617 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 299, + 1638, + 995, + 1638, + 995, + 2033, + 299, + 2033 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 297, + 959, + 1405, + 959, + 1405, + 1236, + 297, + 1236 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 299, + 294, + 937, + 294, + 937, + 626, + 299, + 626 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 296, + 699, + 1405, + 699, + 1405, + 945, + 296, + 945 + ], + "score": 0.98 + }, + { + "category_id": 3, + "poly": [ + 968, + 318, + 1387, + 318, + 1387, + 560, + 968, + 560 + ], + "score": 0.965 + }, + { + "category_id": 3, + "poly": [ + 1027, + 1636, + 1397, + 1636, + 1397, + 1844, + 1027, + 1844 + ], + "score": 0.962 + }, + { + "category_id": 3, + "poly": [ + 1015, + 1250, + 1393, + 1250, + 1393, + 1451, + 1015, + 1451 + ], + "score": 0.959 + }, + { + "category_id": 4, + "poly": [ + 1016, + 1882, + 1403, + 1882, + 1403, + 1996, + 1016, + 1996 + ], + "score": 0.957 + }, + { + "category_id": 4, + "poly": [ + 1010, + 1499, + 1403, + 1499, + 1403, + 1586, + 1010, + 1586 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 293, + 230, + 1403, + 230, + 1403, + 294, + 293, + 294 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 301, + 650, + 714, + 650, + 714, + 681, + 301, + 681 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.895 + }, + { + "category_id": 4, + "poly": [ + 1019, + 567, + 1337, + 567, + 1337, + 595, + 1019, + 595 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 841, + 2087, + 858, + 2087, + 858, + 2111, + 841, + 2111 + ], + "score": 0.766 + }, + { + "category_id": 13, + "poly": [ + 630, + 323, + 720, + 323, + 720, + 353, + 630, + 353 + ], + "score": 0.9, + "latex": "\\rho \\approx 0 . 4" + }, + { + "category_id": 13, + "poly": [ + 606, + 762, + 695, + 762, + 695, + 791, + 606, + 791 + ], + "score": 0.89, + "latex": "\\approx 1 0 0 \\%" + }, + { + "category_id": 13, + "poly": [ + 759, + 323, + 830, + 323, + 830, + 351, + 759, + 351 + ], + "score": 0.88, + "latex": "\\tau = 0" + }, + { + "category_id": 13, + "poly": [ + 496, + 445, + 565, + 445, + 565, + 472, + 496, + 472 + ], + "score": 0.88, + "latex": "\\tau \\approx 1" + }, + { + "category_id": 13, + "poly": [ + 306, + 1729, + 361, + 1729, + 361, + 1759, + 306, + 1759 + ], + "score": 0.87, + "latex": "2 5 \\%" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 318.0, + 1038.0, + 318.0, + 1038.0, + 341.0, + 993.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 319.0, + 994.0, + 319.0, + 994.0, + 509.0, + 966.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1159.0, + 329.0, + 1176.0, + 329.0, + 1176.0, + 339.0, + 1159.0, + 339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 370.0, + 1040.0, + 370.0, + 1040.0, + 397.0, + 991.0, + 397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 424.0, + 1040.0, + 424.0, + 1040.0, + 452.0, + 991.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.0, + 438.0, + 1207.0, + 438.0, + 1207.0, + 459.0, + 1051.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 479.0, + 1041.0, + 479.0, + 1041.0, + 506.0, + 991.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 486.0, + 1200.0, + 486.0, + 1200.0, + 508.0, + 1104.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 486.0, + 1334.0, + 486.0, + 1334.0, + 508.0, + 1222.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 512.0, + 1062.0, + 512.0, + 1062.0, + 538.0, + 1025.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1107.0, + 510.0, + 1146.0, + 510.0, + 1146.0, + 540.0, + 1107.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 511.0, + 1229.0, + 511.0, + 1229.0, + 539.0, + 1189.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1272.0, + 510.0, + 1311.0, + 510.0, + 1311.0, + 540.0, + 1272.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1357.0, + 513.0, + 1393.0, + 513.0, + 1393.0, + 538.0, + 1357.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1111.0, + 537.0, + 1310.0, + 537.0, + 1310.0, + 562.0, + 1111.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1051.75, + 324.0, + 1157.75, + 324.0, + 1157.75, + 344.5, + 1051.75, + 344.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1064.0, + 1637.0, + 1112.0, + 1637.0, + 1112.0, + 1660.0, + 1064.0, + 1660.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1646.0, + 1069.0, + 1646.0, + 1069.0, + 1805.0, + 1041.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 1670.0, + 1053.0, + 1670.0, + 1053.0, + 1782.0, + 1027.0, + 1782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1675.0, + 1104.0, + 1675.0, + 1104.0, + 1702.0, + 1061.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1675.0, + 1263.0, + 1675.0, + 1263.0, + 1779.0, + 1238.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 1713.0, + 1105.0, + 1713.0, + 1105.0, + 1741.0, + 1060.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 1729.0, + 1359.0, + 1729.0, + 1359.0, + 1749.0, + 1319.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1753.0, + 1104.0, + 1753.0, + 1104.0, + 1781.0, + 1061.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1319.0, + 1747.0, + 1384.0, + 1747.0, + 1384.0, + 1766.0, + 1319.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1772.0, + 1192.0, + 1772.0, + 1192.0, + 1794.0, + 1140.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1773.0, + 1357.0, + 1773.0, + 1357.0, + 1792.0, + 1308.0, + 1792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1132.0, + 1787.0, + 1141.0, + 1787.0, + 1141.0, + 1794.0, + 1132.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1170.0, + 1786.0, + 1226.0, + 1786.0, + 1226.0, + 1796.0, + 1170.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1378.0, + 1787.0, + 1389.0, + 1787.0, + 1389.0, + 1794.0, + 1378.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1795.0, + 1103.0, + 1795.0, + 1103.0, + 1819.0, + 1061.0, + 1819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1816.0, + 1119.0, + 1816.0, + 1119.0, + 1834.0, + 1103.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 1819.0, + 1192.0, + 1819.0, + 1192.0, + 1844.0, + 1138.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 1814.0, + 1235.0, + 1814.0, + 1235.0, + 1837.0, + 1207.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 1817.0, + 1286.0, + 1817.0, + 1286.0, + 1835.0, + 1270.0, + 1835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1304.0, + 1817.0, + 1361.0, + 1817.0, + 1361.0, + 1847.0, + 1304.0, + 1847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 1814.0, + 1400.0, + 1814.0, + 1400.0, + 1837.0, + 1373.0, + 1837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 1239.0, + 1095.0, + 1239.0, + 1095.0, + 1418.0, + 995.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 1249.0, + 1075.0, + 1249.0, + 1075.0, + 1274.0, + 1034.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1263.0, + 1379.0, + 1263.0, + 1379.0, + 1284.0, + 1317.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1032.0, + 1286.0, + 1073.0, + 1286.0, + 1073.0, + 1312.0, + 1032.0, + 1312.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1266.0, + 1306.0, + 1375.0, + 1306.0, + 1375.0, + 1330.0, + 1266.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1265.0, + 1325.0, + 1374.0, + 1325.0, + 1374.0, + 1353.0, + 1265.0, + 1353.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 1363.0, + 1072.0, + 1363.0, + 1072.0, + 1387.0, + 1033.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1406.0, + 1135.0, + 1406.0, + 1135.0, + 1433.0, + 1094.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 1405.0, + 1220.0, + 1405.0, + 1220.0, + 1433.0, + 1143.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.0, + 1406.0, + 1268.0, + 1406.0, + 1268.0, + 1432.0, + 1228.0, + 1432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1287.0, + 1402.0, + 1402.0, + 1402.0, + 1402.0, + 1435.0, + 1287.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1426.0, + 1305.0, + 1426.0, + 1305.0, + 1452.0, + 1153.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1881.0, + 1405.0, + 1881.0, + 1405.0, + 1912.0, + 1015.0, + 1912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1910.0, + 1404.0, + 1910.0, + 1404.0, + 1940.0, + 1016.0, + 1940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1015.0, + 1939.0, + 1405.0, + 1939.0, + 1405.0, + 1968.0, + 1015.0, + 1968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1017.0, + 1965.0, + 1342.0, + 1965.0, + 1342.0, + 1995.0, + 1017.0, + 1995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1499.0, + 1404.0, + 1499.0, + 1404.0, + 1528.0, + 1011.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1529.0, + 1404.0, + 1529.0, + 1404.0, + 1554.0, + 1010.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1555.0, + 1403.0, + 1555.0, + 1403.0, + 1585.0, + 1010.0, + 1585.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 647.0, + 718.0, + 647.0, + 718.0, + 684.0, + 292.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 564.0, + 1343.0, + 564.0, + 1343.0, + 597.0, + 1016.0, + 597.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": [ + 296.0, + 1251.0, + 994.0, + 1251.0, + 994.0, + 1284.0, + 296.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1280.0, + 992.0, + 1280.0, + 992.0, + 1315.0, + 295.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1314.0, + 992.0, + 1314.0, + 992.0, + 1344.0, + 297.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1344.0, + 995.0, + 1344.0, + 995.0, + 1374.0, + 294.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1373.0, + 992.0, + 1373.0, + 992.0, + 1406.0, + 294.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1403.0, + 992.0, + 1403.0, + 992.0, + 1436.0, + 294.0, + 1436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1434.0, + 991.0, + 1434.0, + 991.0, + 1468.0, + 295.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1465.0, + 991.0, + 1465.0, + 991.0, + 1498.0, + 296.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1493.0, + 991.0, + 1493.0, + 991.0, + 1528.0, + 294.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1527.0, + 991.0, + 1527.0, + 991.0, + 1557.0, + 296.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1556.0, + 993.0, + 1556.0, + 993.0, + 1586.0, + 294.0, + 1586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1584.0, + 534.0, + 1584.0, + 534.0, + 1621.0, + 295.0, + 1621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1636.0, + 996.0, + 1636.0, + 996.0, + 1673.0, + 294.0, + 1673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1669.0, + 996.0, + 1669.0, + 996.0, + 1701.0, + 297.0, + 1701.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1698.0, + 997.0, + 1698.0, + 997.0, + 1733.0, + 294.0, + 1733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1728.0, + 305.0, + 1728.0, + 305.0, + 1763.0, + 295.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1728.0, + 999.0, + 1728.0, + 999.0, + 1763.0, + 362.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1759.0, + 998.0, + 1759.0, + 998.0, + 1793.0, + 294.0, + 1793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1790.0, + 998.0, + 1790.0, + 998.0, + 1822.0, + 295.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1820.0, + 1001.0, + 1820.0, + 1001.0, + 1855.0, + 296.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1852.0, + 998.0, + 1852.0, + 998.0, + 1884.0, + 296.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 997.0, + 1879.0, + 997.0, + 1918.0, + 293.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1913.0, + 996.0, + 1913.0, + 996.0, + 1945.0, + 297.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 996.0, + 1942.0, + 996.0, + 1975.0, + 295.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1974.0, + 996.0, + 1974.0, + 996.0, + 2006.0, + 296.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2000.0, + 803.0, + 2000.0, + 803.0, + 2040.0, + 295.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 961.0, + 1405.0, + 961.0, + 1405.0, + 994.0, + 296.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 991.0, + 1407.0, + 991.0, + 1407.0, + 1024.0, + 296.0, + 1024.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1023.0, + 1405.0, + 1023.0, + 1405.0, + 1056.0, + 295.0, + 1056.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1052.0, + 1405.0, + 1052.0, + 1405.0, + 1088.0, + 294.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1080.0, + 1406.0, + 1080.0, + 1406.0, + 1118.0, + 292.0, + 1118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1109.0, + 1405.0, + 1109.0, + 1405.0, + 1151.0, + 294.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1141.0, + 1405.0, + 1141.0, + 1405.0, + 1180.0, + 294.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1172.0, + 1406.0, + 1172.0, + 1406.0, + 1211.0, + 292.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1206.0, + 909.0, + 1206.0, + 909.0, + 1239.0, + 296.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 289.0, + 936.0, + 289.0, + 936.0, + 324.0, + 296.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 321.0, + 629.0, + 321.0, + 629.0, + 356.0, + 295.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 321.0, + 758.0, + 321.0, + 758.0, + 356.0, + 721.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 321.0, + 940.0, + 321.0, + 940.0, + 356.0, + 831.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 353.0, + 937.0, + 353.0, + 937.0, + 383.0, + 296.0, + 383.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 383.0, + 937.0, + 383.0, + 937.0, + 413.0, + 295.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 413.0, + 937.0, + 413.0, + 937.0, + 446.0, + 294.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 444.0, + 495.0, + 444.0, + 495.0, + 475.0, + 295.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 444.0, + 937.0, + 444.0, + 937.0, + 475.0, + 566.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 476.0, + 937.0, + 476.0, + 937.0, + 503.0, + 294.0, + 503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 503.0, + 940.0, + 503.0, + 940.0, + 535.0, + 294.0, + 535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 534.0, + 937.0, + 534.0, + 937.0, + 567.0, + 293.0, + 567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 565.0, + 936.0, + 565.0, + 936.0, + 598.0, + 296.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 594.0, + 769.0, + 594.0, + 769.0, + 630.0, + 294.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 698.0, + 1403.0, + 698.0, + 1403.0, + 734.0, + 294.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 732.0, + 1405.0, + 732.0, + 1405.0, + 766.0, + 295.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 761.0, + 605.0, + 761.0, + 605.0, + 797.0, + 295.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 696.0, + 761.0, + 1403.0, + 761.0, + 1403.0, + 797.0, + 696.0, + 797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 788.0, + 1405.0, + 788.0, + 1405.0, + 829.0, + 293.0, + 829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 822.0, + 1405.0, + 822.0, + 1405.0, + 856.0, + 295.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 851.0, + 1403.0, + 851.0, + 1403.0, + 884.0, + 294.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 883.0, + 1407.0, + 883.0, + 1407.0, + 917.0, + 294.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 913.0, + 1342.0, + 913.0, + 1342.0, + 946.0, + 294.0, + 946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 259.0, + 1408.0, + 259.0, + 1408.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 289, + 1404, + 289, + 1404, + 686, + 297, + 686 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 298, + 688, + 1134, + 688, + 1134, + 1110, + 298, + 1110 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 1212, + 1405, + 1212, + 1405, + 1395, + 298, + 1395 + ], + "score": 0.957 + }, + { + "category_id": 2, + "poly": [ + 298, + 1947, + 1402, + 1947, + 1402, + 2034, + 298, + 2034 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 298, + 1396, + 1405, + 1396, + 1405, + 1669, + 298, + 1669 + ], + "score": 0.949 + }, + { + "category_id": 3, + "poly": [ + 1169, + 713, + 1384, + 713, + 1384, + 1108, + 1169, + 1108 + ], + "score": 0.932 + }, + { + "category_id": 0, + "poly": [ + 301, + 1155, + 587, + 1155, + 587, + 1190, + 301, + 1190 + ], + "score": 0.897 + }, + { + "category_id": 1, + "poly": [ + 302, + 1824, + 1402, + 1824, + 1402, + 1914, + 302, + 1914 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 812, + 76, + 812, + 104, + 300, + 104 + ], + "score": 0.87 + }, + { + "category_id": 0, + "poly": [ + 303, + 230, + 809, + 230, + 809, + 261, + 303, + 261 + ], + "score": 0.841 + }, + { + "category_id": 1, + "poly": [ + 298, + 1671, + 1404, + 1671, + 1404, + 1822, + 298, + 1822 + ], + "score": 0.835 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2112, + 840, + 2112 + ], + "score": 0.796 + }, + { + "category_id": 13, + "poly": [ + 392, + 594, + 546, + 594, + 546, + 628, + 392, + 628 + ], + "score": 0.93, + "latex": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )" + }, + { + "category_id": 13, + "poly": [ + 299, + 533, + 435, + 533, + 435, + 566, + 299, + 566 + ], + "score": 0.9, + "latex": "( s , \\pi ^ { * } ( a | s ) )" + }, + { + "category_id": 13, + "poly": [ + 1082, + 1792, + 1165, + 1792, + 1165, + 1821, + 1082, + 1821 + ], + "score": 0.86, + "latex": "5 0 \\mathrm { ^ { \\circ } 0 0 0 }" + }, + { + "category_id": 13, + "poly": [ + 1006, + 474, + 1041, + 474, + 1041, + 501, + 1006, + 501 + ], + "score": 0.86, + "latex": "\\pi ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 1024, + 564, + 1089, + 564, + 1089, + 594, + 1024, + 594 + ], + "score": 0.54, + "latex": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1940.0, + 968.0, + 1940.0, + 968.0, + 1984.0, + 329.0, + 1984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1968.0, + 1408.0, + 1968.0, + 1408.0, + 2015.0, + 320.0, + 2015.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2005.0, + 1402.0, + 2005.0, + 1402.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 705.0, + 1390.0, + 705.0, + 1390.0, + 740.0, + 1224.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 732.0, + 1358.0, + 732.0, + 1358.0, + 756.0, + 1255.0, + 756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 754.0, + 1280.0, + 754.0, + 1280.0, + 779.0, + 1234.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 789.0, + 1234.0, + 789.0, + 1234.0, + 815.0, + 1191.0, + 815.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1168.0, + 812.0, + 1200.0, + 812.0, + 1200.0, + 1001.0, + 1168.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 866.0, + 1232.0, + 866.0, + 1232.0, + 891.0, + 1191.0, + 891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 941.0, + 1233.0, + 941.0, + 1233.0, + 966.0, + 1191.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1018.0, + 1233.0, + 1018.0, + 1233.0, + 1044.0, + 1191.0, + 1044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 1043.0, + 1369.0, + 1043.0, + 1369.0, + 1074.0, + 1314.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 1064.0, + 1301.0, + 1064.0, + 1301.0, + 1092.0, + 1245.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 1069.0, + 1349.0, + 1069.0, + 1349.0, + 1087.0, + 1332.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 1085.0, + 1386.0, + 1085.0, + 1386.0, + 1108.0, + 1296.0, + 1108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1152.0, + 593.0, + 1152.0, + 593.0, + 1196.0, + 292.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 227.0, + 813.0, + 227.0, + 813.0, + 266.0, + 295.0, + 266.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, + 287.0, + 1406.0, + 287.0, + 1406.0, + 324.0, + 295.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 357.0, + 294.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 345.0, + 1410.0, + 345.0, + 1410.0, + 389.0, + 292.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 383.0, + 1405.0, + 383.0, + 1405.0, + 415.0, + 296.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 410.0, + 1406.0, + 410.0, + 1406.0, + 449.0, + 292.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 436.0, + 1405.0, + 436.0, + 1405.0, + 482.0, + 291.0, + 482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 467.0, + 1005.0, + 467.0, + 1005.0, + 511.0, + 292.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1042.0, + 467.0, + 1408.0, + 467.0, + 1408.0, + 511.0, + 1042.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 502.0, + 1406.0, + 502.0, + 1406.0, + 538.0, + 294.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 533.0, + 298.0, + 533.0, + 298.0, + 569.0, + 295.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 533.0, + 1405.0, + 533.0, + 1405.0, + 569.0, + 436.0, + 569.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 561.0, + 1023.0, + 561.0, + 1023.0, + 599.0, + 292.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1090.0, + 561.0, + 1406.0, + 561.0, + 1406.0, + 599.0, + 1090.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 594.0, + 391.0, + 594.0, + 391.0, + 630.0, + 294.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 594.0, + 1406.0, + 594.0, + 1406.0, + 630.0, + 547.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 622.0, + 1406.0, + 622.0, + 1406.0, + 661.0, + 292.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 656.0, + 1409.0, + 656.0, + 1409.0, + 689.0, + 295.0, + 689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 686.0, + 1138.0, + 686.0, + 1138.0, + 721.0, + 296.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 717.0, + 1137.0, + 717.0, + 1137.0, + 751.0, + 295.0, + 751.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 746.0, + 1136.0, + 746.0, + 1136.0, + 781.0, + 295.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 777.0, + 1136.0, + 777.0, + 1136.0, + 811.0, + 295.0, + 811.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 806.0, + 1136.0, + 806.0, + 1136.0, + 843.0, + 292.0, + 843.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 835.0, + 1140.0, + 835.0, + 1140.0, + 874.0, + 293.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 868.0, + 1135.0, + 868.0, + 1135.0, + 902.0, + 294.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 898.0, + 1136.0, + 898.0, + 1136.0, + 933.0, + 294.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 930.0, + 1136.0, + 930.0, + 1136.0, + 964.0, + 295.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 959.0, + 1134.0, + 959.0, + 1134.0, + 993.0, + 294.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 991.0, + 1135.0, + 991.0, + 1135.0, + 1022.0, + 295.0, + 1022.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1021.0, + 1135.0, + 1021.0, + 1135.0, + 1053.0, + 296.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1050.0, + 1137.0, + 1050.0, + 1137.0, + 1087.0, + 292.0, + 1087.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1084.0, + 694.0, + 1084.0, + 694.0, + 1112.0, + 295.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1211.0, + 1406.0, + 1211.0, + 1406.0, + 1247.0, + 295.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1244.0, + 1407.0, + 1244.0, + 1407.0, + 1277.0, + 292.0, + 1277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1272.0, + 1406.0, + 1272.0, + 1406.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1304.0, + 1408.0, + 1304.0, + 1408.0, + 1339.0, + 295.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1333.0, + 1408.0, + 1333.0, + 1408.0, + 1372.0, + 293.0, + 1372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1367.0, + 875.0, + 1367.0, + 875.0, + 1398.0, + 296.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1389.0, + 1406.0, + 1389.0, + 1406.0, + 1435.0, + 293.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1426.0, + 1403.0, + 1426.0, + 1403.0, + 1459.0, + 296.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1456.0, + 1402.0, + 1456.0, + 1402.0, + 1488.0, + 296.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1486.0, + 1405.0, + 1486.0, + 1405.0, + 1522.0, + 295.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1517.0, + 1408.0, + 1517.0, + 1408.0, + 1553.0, + 293.0, + 1553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1544.0, + 1406.0, + 1544.0, + 1406.0, + 1583.0, + 293.0, + 1583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1577.0, + 1405.0, + 1577.0, + 1405.0, + 1614.0, + 293.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1608.0, + 1405.0, + 1608.0, + 1405.0, + 1644.0, + 295.0, + 1644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1640.0, + 648.0, + 1640.0, + 648.0, + 1672.0, + 295.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1820.0, + 1406.0, + 1820.0, + 1406.0, + 1857.0, + 296.0, + 1857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1886.0, + 296.0, + 1886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1882.0, + 1406.0, + 1882.0, + 1406.0, + 1919.0, + 297.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1669.0, + 1406.0, + 1669.0, + 1406.0, + 1702.0, + 293.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1699.0, + 1405.0, + 1699.0, + 1405.0, + 1732.0, + 296.0, + 1732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1728.0, + 1405.0, + 1728.0, + 1405.0, + 1765.0, + 294.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1757.0, + 1408.0, + 1757.0, + 1408.0, + 1796.0, + 293.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1792.0, + 1081.0, + 1792.0, + 1081.0, + 1825.0, + 293.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 1792.0, + 1345.0, + 1792.0, + 1345.0, + 1825.0, + 1166.0, + 1825.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 451, + 1405, + 451, + 1405, + 906, + 297, + 906 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 299, + 230, + 1403, + 230, + 1403, + 352, + 299, + 352 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 298, + 1027, + 1404, + 1027, + 1404, + 1180, + 298, + 1180 + ], + "score": 0.969 + }, + { + "category_id": 1, + "poly": [ + 292, + 1283, + 1409, + 1283, + 1409, + 2038, + 292, + 2038 + ], + "score": 0.894 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.893 + }, + { + "category_id": 0, + "poly": [ + 300, + 385, + 561, + 385, + 561, + 420, + 300, + 420 + ], + "score": 0.883 + }, + { + "category_id": 0, + "poly": [ + 300, + 1230, + 487, + 1230, + 487, + 1263, + 300, + 1263 + ], + "score": 0.876 + }, + { + "category_id": 0, + "poly": [ + 301, + 958, + 607, + 958, + 607, + 990, + 301, + 990 + ], + "score": 0.861 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.778 + }, + { + "category_id": 13, + "poly": [ + 859, + 664, + 899, + 664, + 899, + 691, + 859, + 691 + ], + "score": 0.39, + "latex": "O R" + }, + { + "category_id": 13, + "poly": [ + 838, + 232, + 869, + 232, + 869, + 262, + 838, + 262 + ], + "score": 0.35, + "latex": "( i )" + }, + { + "category_id": 13, + "poly": [ + 1312, + 263, + 1350, + 263, + 1350, + 293, + 1312, + 293 + ], + "score": 0.3, + "latex": "( i i )" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 378.0, + 566.0, + 378.0, + 566.0, + 429.0, + 290.0, + 429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1232.0, + 489.0, + 1232.0, + 489.0, + 1265.0, + 297.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 955.0, + 612.0, + 955.0, + 612.0, + 998.0, + 297.0, + 998.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, + 444.0, + 1410.0, + 444.0, + 1410.0, + 488.0, + 294.0, + 488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 480.0, + 1406.0, + 480.0, + 1406.0, + 515.0, + 295.0, + 515.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 511.0, + 1405.0, + 511.0, + 1405.0, + 546.0, + 295.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 541.0, + 1403.0, + 541.0, + 1403.0, + 576.0, + 295.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 571.0, + 1406.0, + 571.0, + 1406.0, + 607.0, + 292.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 603.0, + 1405.0, + 603.0, + 1405.0, + 638.0, + 295.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 633.0, + 1403.0, + 633.0, + 1403.0, + 667.0, + 295.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 662.0, + 858.0, + 662.0, + 858.0, + 697.0, + 292.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 662.0, + 1406.0, + 662.0, + 1406.0, + 697.0, + 900.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 690.0, + 1408.0, + 690.0, + 1408.0, + 733.0, + 291.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 722.0, + 1405.0, + 722.0, + 1405.0, + 758.0, + 292.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 754.0, + 1405.0, + 754.0, + 1405.0, + 790.0, + 292.0, + 790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 785.0, + 1408.0, + 785.0, + 1408.0, + 820.0, + 294.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 814.0, + 1407.0, + 814.0, + 1407.0, + 852.0, + 294.0, + 852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 844.0, + 1406.0, + 844.0, + 1406.0, + 882.0, + 296.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 877.0, + 1279.0, + 877.0, + 1279.0, + 910.0, + 294.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 230.0, + 837.0, + 230.0, + 837.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 230.0, + 1408.0, + 230.0, + 1408.0, + 266.0, + 870.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 262.0, + 1311.0, + 262.0, + 1311.0, + 294.0, + 295.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1351.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 294.0, + 1351.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 293.0, + 1405.0, + 293.0, + 1405.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 322.0, + 846.0, + 322.0, + 846.0, + 355.0, + 295.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1026.0, + 1404.0, + 1026.0, + 1404.0, + 1061.0, + 296.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1057.0, + 1404.0, + 1057.0, + 1404.0, + 1090.0, + 296.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1085.0, + 1405.0, + 1085.0, + 1405.0, + 1123.0, + 293.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1115.0, + 1403.0, + 1115.0, + 1403.0, + 1155.0, + 293.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1146.0, + 1397.0, + 1146.0, + 1397.0, + 1185.0, + 293.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1283.0, + 1406.0, + 1283.0, + 1406.0, + 1318.0, + 294.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1314.0, + 1407.0, + 1314.0, + 1407.0, + 1350.0, + 322.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1341.0, + 395.0, + 1341.0, + 395.0, + 1379.0, + 322.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1403.0, + 1410.0, + 1403.0, + 1410.0, + 1439.0, + 295.0, + 1439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1433.0, + 1406.0, + 1433.0, + 1406.0, + 1470.0, + 322.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1463.0, + 1410.0, + 1463.0, + 1410.0, + 1503.0, + 321.0, + 1503.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1491.0, + 1345.0, + 1491.0, + 1345.0, + 1533.0, + 321.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1551.0, + 1407.0, + 1551.0, + 1407.0, + 1589.0, + 294.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1583.0, + 503.0, + 1583.0, + 503.0, + 1615.0, + 322.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1641.0, + 1407.0, + 1641.0, + 1407.0, + 1681.0, + 294.0, + 1681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1672.0, + 611.0, + 1672.0, + 611.0, + 1708.0, + 323.0, + 1708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1728.0, + 1405.0, + 1728.0, + 1405.0, + 1770.0, + 295.0, + 1770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1761.0, + 1407.0, + 1761.0, + 1407.0, + 1797.0, + 321.0, + 1797.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1790.0, + 1407.0, + 1790.0, + 1407.0, + 1831.0, + 319.0, + 1831.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1822.0, + 1407.0, + 1822.0, + 1407.0, + 1858.0, + 321.0, + 1858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1851.0, + 1406.0, + 1851.0, + 1406.0, + 1890.0, + 322.0, + 1890.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1884.0, + 1270.0, + 1884.0, + 1270.0, + 1916.0, + 323.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1940.0, + 1405.0, + 1940.0, + 1405.0, + 1979.0, + 294.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1972.0, + 1408.0, + 1972.0, + 1408.0, + 2008.0, + 323.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1998.0, + 395.0, + 1998.0, + 395.0, + 2038.0, + 322.0, + 2038.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2113, + 836, + 2113 + ], + "score": 0.836 + }, + { + "category_id": 1, + "poly": [ + 296, + 1682, + 1406, + 1682, + 1406, + 1746, + 296, + 1746 + ], + "score": 0.71 + }, + { + "category_id": 1, + "poly": [ + 295, + 1317, + 1403, + 1317, + 1403, + 1381, + 295, + 1381 + ], + "score": 0.66 + }, + { + "category_id": 1, + "poly": [ + 297, + 1598, + 1403, + 1598, + 1403, + 1662, + 297, + 1662 + ], + "score": 0.623 + }, + { + "category_id": 1, + "poly": [ + 300, + 1972, + 1403, + 1972, + 1403, + 2033, + 300, + 2033 + ], + "score": 0.62 + }, + { + "category_id": 1, + "poly": [ + 298, + 1515, + 1404, + 1515, + 1404, + 1579, + 298, + 1579 + ], + "score": 0.617 + }, + { + "category_id": 1, + "poly": [ + 296, + 229, + 1406, + 229, + 1406, + 385, + 296, + 385 + ], + "score": 0.594 + }, + { + "category_id": 1, + "poly": [ + 297, + 1012, + 1399, + 1012, + 1399, + 1077, + 297, + 1077 + ], + "score": 0.594 + }, + { + "category_id": 1, + "poly": [ + 297, + 1149, + 1400, + 1149, + 1400, + 1214, + 297, + 1214 + ], + "score": 0.59 + }, + { + "category_id": 1, + "poly": [ + 297, + 663, + 1406, + 663, + 1406, + 817, + 297, + 817 + ], + "score": 0.552 + }, + { + "category_id": 1, + "poly": [ + 299, + 1096, + 1383, + 1096, + 1383, + 1130, + 299, + 1130 + ], + "score": 0.55 + }, + { + "category_id": 1, + "poly": [ + 298, + 488, + 1405, + 488, + 1405, + 643, + 298, + 643 + ], + "score": 0.541 + }, + { + "category_id": 1, + "poly": [ + 295, + 1233, + 1402, + 1233, + 1402, + 1298, + 295, + 1298 + ], + "score": 0.528 + }, + { + "category_id": 1, + "poly": [ + 300, + 404, + 1398, + 404, + 1398, + 467, + 300, + 467 + ], + "score": 0.528 + }, + { + "category_id": 1, + "poly": [ + 298, + 1766, + 1406, + 1766, + 1406, + 1951, + 298, + 1951 + ], + "score": 0.502 + }, + { + "category_id": 1, + "poly": [ + 297, + 838, + 1405, + 838, + 1405, + 992, + 297, + 992 + ], + "score": 0.453 + }, + { + "category_id": 1, + "poly": [ + 295, + 1402, + 1407, + 1402, + 1407, + 1494, + 295, + 1494 + ], + "score": 0.286 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.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": [ + 295.0, + 1682.0, + 1408.0, + 1682.0, + 1408.0, + 1718.0, + 295.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1714.0, + 775.0, + 1714.0, + 775.0, + 1746.0, + 322.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1314.0, + 1405.0, + 1314.0, + 1405.0, + 1355.0, + 293.0, + 1355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1349.0, + 895.0, + 1349.0, + 895.0, + 1382.0, + 320.0, + 1382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1598.0, + 1408.0, + 1598.0, + 1408.0, + 1634.0, + 296.0, + 1634.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1630.0, + 776.0, + 1630.0, + 776.0, + 1662.0, + 324.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1969.0, + 1408.0, + 1969.0, + 1408.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 2001.0, + 854.0, + 2001.0, + 854.0, + 2035.0, + 321.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1512.0, + 1404.0, + 1512.0, + 1404.0, + 1551.0, + 293.0, + 1551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1545.0, + 442.0, + 1545.0, + 442.0, + 1580.0, + 319.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 1407.0, + 228.0, + 1407.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 260.0, + 1406.0, + 260.0, + 1406.0, + 296.0, + 322.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 290.0, + 1408.0, + 290.0, + 1408.0, + 326.0, + 320.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 320.0, + 1411.0, + 320.0, + 1411.0, + 358.0, + 323.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 350.0, + 1199.0, + 350.0, + 1199.0, + 388.0, + 322.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1011.0, + 1405.0, + 1011.0, + 1405.0, + 1051.0, + 295.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1045.0, + 792.0, + 1045.0, + 792.0, + 1078.0, + 322.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1148.0, + 1404.0, + 1148.0, + 1404.0, + 1188.0, + 295.0, + 1188.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1180.0, + 1134.0, + 1180.0, + 1134.0, + 1215.0, + 322.0, + 1215.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 662.0, + 1406.0, + 662.0, + 1406.0, + 700.0, + 294.0, + 700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 695.0, + 1406.0, + 695.0, + 1406.0, + 728.0, + 324.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 723.0, + 1408.0, + 723.0, + 1408.0, + 761.0, + 323.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 755.0, + 1408.0, + 755.0, + 1408.0, + 792.0, + 323.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 784.0, + 1102.0, + 784.0, + 1102.0, + 822.0, + 321.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1091.0, + 1390.0, + 1091.0, + 1390.0, + 1135.0, + 292.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 488.0, + 1403.0, + 488.0, + 1403.0, + 522.0, + 296.0, + 522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 520.0, + 1405.0, + 520.0, + 1405.0, + 554.0, + 323.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 550.0, + 1408.0, + 550.0, + 1408.0, + 587.0, + 323.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 579.0, + 1408.0, + 579.0, + 1408.0, + 615.0, + 321.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 612.0, + 1102.0, + 612.0, + 1102.0, + 645.0, + 323.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1231.0, + 1406.0, + 1231.0, + 1406.0, + 1272.0, + 293.0, + 1272.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1266.0, + 946.0, + 1266.0, + 946.0, + 1299.0, + 322.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 400.0, + 1403.0, + 400.0, + 1403.0, + 442.0, + 294.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 436.0, + 663.0, + 436.0, + 663.0, + 467.0, + 321.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1762.0, + 1407.0, + 1762.0, + 1407.0, + 1805.0, + 292.0, + 1805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1796.0, + 1408.0, + 1796.0, + 1408.0, + 1830.0, + 321.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1827.0, + 1407.0, + 1827.0, + 1407.0, + 1862.0, + 321.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1857.0, + 1408.0, + 1857.0, + 1408.0, + 1892.0, + 321.0, + 1892.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1886.0, + 1406.0, + 1886.0, + 1406.0, + 1923.0, + 320.0, + 1923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1920.0, + 1104.0, + 1920.0, + 1104.0, + 1950.0, + 324.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 838.0, + 1406.0, + 838.0, + 1406.0, + 875.0, + 295.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 865.0, + 1407.0, + 865.0, + 1407.0, + 907.0, + 321.0, + 907.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 899.0, + 1407.0, + 899.0, + 1407.0, + 935.0, + 321.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 930.0, + 1407.0, + 930.0, + 1407.0, + 967.0, + 323.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 961.0, + 554.0, + 961.0, + 554.0, + 994.0, + 324.0, + 994.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1401.0, + 1405.0, + 1401.0, + 1405.0, + 1435.0, + 297.0, + 1435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1429.0, + 1405.0, + 1429.0, + 1405.0, + 1470.0, + 322.0, + 1470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1464.0, + 712.0, + 1464.0, + 712.0, + 1494.0, + 325.0, + 1494.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.798 + }, + { + "category_id": 1, + "poly": [ + 297, + 850, + 1402, + 850, + 1402, + 915, + 297, + 915 + ], + "score": 0.592 + }, + { + "category_id": 1, + "poly": [ + 299, + 769, + 1404, + 769, + 1404, + 834, + 299, + 834 + ], + "score": 0.579 + }, + { + "category_id": 1, + "poly": [ + 294, + 545, + 1400, + 545, + 1400, + 609, + 294, + 609 + ], + "score": 0.559 + }, + { + "category_id": 1, + "poly": [ + 296, + 931, + 1398, + 931, + 1398, + 996, + 296, + 996 + ], + "score": 0.559 + }, + { + "category_id": 1, + "poly": [ + 297, + 1216, + 1406, + 1216, + 1406, + 1371, + 297, + 1371 + ], + "score": 0.546 + }, + { + "category_id": 1, + "poly": [ + 294, + 1695, + 1402, + 1695, + 1402, + 1761, + 294, + 1761 + ], + "score": 0.485 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 1401, + 229, + 1401, + 323, + 299, + 323 + ], + "score": 0.474 + }, + { + "category_id": 1, + "poly": [ + 299, + 341, + 1406, + 341, + 1406, + 526, + 299, + 526 + ], + "score": 0.47 + }, + { + "category_id": 1, + "poly": [ + 297, + 1014, + 1407, + 1014, + 1407, + 1201, + 297, + 1201 + ], + "score": 0.458 + }, + { + "category_id": 1, + "poly": [ + 297, + 1441, + 1407, + 1441, + 1407, + 1597, + 297, + 1597 + ], + "score": 0.458 + }, + { + "category_id": 1, + "poly": [ + 290, + 1389, + 1352, + 1389, + 1352, + 1425, + 290, + 1425 + ], + "score": 0.438 + }, + { + "category_id": 1, + "poly": [ + 299, + 1971, + 1401, + 1971, + 1401, + 2034, + 299, + 2034 + ], + "score": 0.432 + }, + { + "category_id": 1, + "poly": [ + 297, + 1614, + 1399, + 1614, + 1399, + 1679, + 297, + 1679 + ], + "score": 0.431 + }, + { + "category_id": 1, + "poly": [ + 299, + 1889, + 1400, + 1889, + 1400, + 1955, + 299, + 1955 + ], + "score": 0.386 + }, + { + "category_id": 1, + "poly": [ + 296, + 1777, + 1402, + 1777, + 1402, + 1872, + 296, + 1872 + ], + "score": 0.377 + }, + { + "category_id": 1, + "poly": [ + 297, + 625, + 1406, + 625, + 1406, + 749, + 297, + 749 + ], + "score": 0.315 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2114, + 835, + 2114 + ], + "score": 0.127 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.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": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 850.0, + 1407.0, + 850.0, + 1407.0, + 886.0, + 293.0, + 886.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 883.0, + 774.0, + 883.0, + 774.0, + 913.0, + 324.0, + 913.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 769.0, + 1408.0, + 769.0, + 1408.0, + 805.0, + 295.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 799.0, + 1384.0, + 799.0, + 1384.0, + 835.0, + 323.0, + 835.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 541.0, + 1405.0, + 541.0, + 1405.0, + 583.0, + 293.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 574.0, + 1082.0, + 574.0, + 1082.0, + 610.0, + 322.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 929.0, + 1402.0, + 929.0, + 1402.0, + 971.0, + 294.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 962.0, + 1216.0, + 962.0, + 1216.0, + 997.0, + 322.0, + 997.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1216.0, + 1408.0, + 1216.0, + 1408.0, + 1252.0, + 295.0, + 1252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1247.0, + 1406.0, + 1247.0, + 1406.0, + 1284.0, + 323.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1276.0, + 1408.0, + 1276.0, + 1408.0, + 1315.0, + 320.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1308.0, + 1407.0, + 1308.0, + 1407.0, + 1345.0, + 323.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1341.0, + 572.0, + 1341.0, + 572.0, + 1375.0, + 321.0, + 1375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1692.0, + 1408.0, + 1692.0, + 1408.0, + 1736.0, + 291.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1723.0, + 400.0, + 1723.0, + 400.0, + 1762.0, + 317.0, + 1762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 229.0, + 1406.0, + 229.0, + 1406.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 297.0, + 324.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 291.0, + 1151.0, + 291.0, + 1151.0, + 328.0, + 324.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 340.0, + 447.0, + 340.0, + 447.0, + 376.0, + 293.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.0, + 339.0, + 1407.0, + 339.0, + 1407.0, + 378.0, + 484.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 372.0, + 1406.0, + 372.0, + 1406.0, + 408.0, + 322.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 400.0, + 1406.0, + 400.0, + 1406.0, + 440.0, + 319.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 428.0, + 1407.0, + 428.0, + 1407.0, + 472.0, + 319.0, + 472.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 461.0, + 1406.0, + 461.0, + 1406.0, + 500.0, + 319.0, + 500.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 495.0, + 1105.0, + 495.0, + 1105.0, + 526.0, + 323.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1014.0, + 1405.0, + 1014.0, + 1405.0, + 1050.0, + 294.0, + 1050.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1046.0, + 1409.0, + 1046.0, + 1409.0, + 1079.0, + 321.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1069.0, + 1410.0, + 1069.0, + 1410.0, + 1115.0, + 319.0, + 1115.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1106.0, + 1405.0, + 1106.0, + 1405.0, + 1142.0, + 321.0, + 1142.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1136.0, + 1408.0, + 1136.0, + 1408.0, + 1172.0, + 323.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1169.0, + 987.0, + 1169.0, + 987.0, + 1201.0, + 324.0, + 1201.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1443.0, + 1404.0, + 1443.0, + 1404.0, + 1476.0, + 296.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1472.0, + 1405.0, + 1472.0, + 1405.0, + 1510.0, + 323.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1502.0, + 1408.0, + 1502.0, + 1408.0, + 1539.0, + 321.0, + 1539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1534.0, + 1407.0, + 1534.0, + 1407.0, + 1567.0, + 324.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1566.0, + 1219.0, + 1566.0, + 1219.0, + 1599.0, + 324.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1388.0, + 1355.0, + 1388.0, + 1355.0, + 1427.0, + 293.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2009.0, + 293.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 2001.0, + 685.0, + 2001.0, + 685.0, + 2036.0, + 322.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1610.0, + 1404.0, + 1610.0, + 1404.0, + 1653.0, + 295.0, + 1653.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1644.0, + 967.0, + 1644.0, + 967.0, + 1680.0, + 323.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1886.0, + 1405.0, + 1886.0, + 1405.0, + 1929.0, + 292.0, + 1929.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1921.0, + 927.0, + 1921.0, + 927.0, + 1954.0, + 319.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1777.0, + 1406.0, + 1777.0, + 1406.0, + 1814.0, + 293.0, + 1814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1810.0, + 1406.0, + 1810.0, + 1406.0, + 1844.0, + 323.0, + 1844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1840.0, + 754.0, + 1840.0, + 754.0, + 1874.0, + 323.0, + 1874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 626.0, + 1409.0, + 626.0, + 1409.0, + 663.0, + 294.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 658.0, + 1409.0, + 658.0, + 1409.0, + 694.0, + 323.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 688.0, + 1407.0, + 688.0, + 1407.0, + 724.0, + 321.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 720.0, + 489.0, + 720.0, + 489.0, + 750.0, + 321.0, + 750.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.839 + }, + { + "category_id": 1, + "poly": [ + 295, + 1045, + 1400, + 1045, + 1400, + 1110, + 295, + 1110 + ], + "score": 0.685 + }, + { + "category_id": 1, + "poly": [ + 294, + 787, + 1399, + 787, + 1399, + 853, + 294, + 853 + ], + "score": 0.664 + }, + { + "category_id": 1, + "poly": [ + 297, + 1295, + 1405, + 1295, + 1405, + 1451, + 297, + 1451 + ], + "score": 0.616 + }, + { + "category_id": 1, + "poly": [ + 296, + 394, + 1102, + 394, + 1102, + 430, + 296, + 430 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 295, + 1210, + 1400, + 1210, + 1400, + 1275, + 295, + 1275 + ], + "score": 0.595 + }, + { + "category_id": 1, + "poly": [ + 296, + 1127, + 1399, + 1127, + 1399, + 1194, + 296, + 1194 + ], + "score": 0.594 + }, + { + "category_id": 1, + "poly": [ + 297, + 1468, + 1408, + 1468, + 1408, + 1594, + 297, + 1594 + ], + "score": 0.589 + }, + { + "category_id": 1, + "poly": [ + 292, + 229, + 1404, + 229, + 1404, + 294, + 292, + 294 + ], + "score": 0.56 + }, + { + "category_id": 1, + "poly": [ + 292, + 312, + 1404, + 312, + 1404, + 377, + 292, + 377 + ], + "score": 0.554 + }, + { + "category_id": 1, + "poly": [ + 296, + 870, + 1406, + 870, + 1406, + 1028, + 296, + 1028 + ], + "score": 0.553 + }, + { + "category_id": 1, + "poly": [ + 301, + 674, + 1400, + 674, + 1400, + 770, + 301, + 770 + ], + "score": 0.553 + }, + { + "category_id": 1, + "poly": [ + 300, + 1848, + 1407, + 1848, + 1407, + 2004, + 300, + 2004 + ], + "score": 0.507 + }, + { + "category_id": 1, + "poly": [ + 299, + 1613, + 1406, + 1613, + 1406, + 1828, + 299, + 1828 + ], + "score": 0.499 + }, + { + "category_id": 1, + "poly": [ + 290, + 592, + 1403, + 592, + 1403, + 656, + 290, + 656 + ], + "score": 0.494 + }, + { + "category_id": 1, + "poly": [ + 304, + 448, + 1404, + 448, + 1404, + 574, + 304, + 574 + ], + "score": 0.177 + }, + { + "category_id": 13, + "poly": [ + 904, + 1566, + 921, + 1566, + 921, + 1588, + 904, + 1588 + ], + "score": 0.52, + "latex": "=" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.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, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1043.0, + 1406.0, + 1043.0, + 1406.0, + 1084.0, + 293.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1079.0, + 822.0, + 1079.0, + 822.0, + 1110.0, + 323.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 786.0, + 1403.0, + 786.0, + 1403.0, + 825.0, + 293.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 820.0, + 839.0, + 820.0, + 839.0, + 854.0, + 321.0, + 854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1297.0, + 1403.0, + 1297.0, + 1403.0, + 1330.0, + 295.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1325.0, + 1406.0, + 1325.0, + 1406.0, + 1362.0, + 323.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1352.0, + 1408.0, + 1352.0, + 1408.0, + 1394.0, + 323.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1384.0, + 1408.0, + 1384.0, + 1408.0, + 1424.0, + 321.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1414.0, + 1378.0, + 1414.0, + 1378.0, + 1454.0, + 320.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 393.0, + 1101.0, + 393.0, + 1101.0, + 432.0, + 294.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1209.0, + 1405.0, + 1209.0, + 1405.0, + 1249.0, + 294.0, + 1249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1242.0, + 505.0, + 1242.0, + 505.0, + 1276.0, + 323.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1127.0, + 1404.0, + 1127.0, + 1404.0, + 1166.0, + 294.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1161.0, + 1248.0, + 1161.0, + 1248.0, + 1194.0, + 321.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1470.0, + 1406.0, + 1470.0, + 1406.0, + 1506.0, + 295.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1499.0, + 1408.0, + 1499.0, + 1408.0, + 1535.0, + 320.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1531.0, + 1411.0, + 1531.0, + 1411.0, + 1567.0, + 320.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1559.0, + 903.0, + 1559.0, + 903.0, + 1598.0, + 322.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 1559.0, + 1083.0, + 1559.0, + 1083.0, + 1598.0, + 922.0, + 1598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 224.0, + 1409.0, + 224.0, + 1409.0, + 269.0, + 294.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 262.0, + 654.0, + 262.0, + 654.0, + 294.0, + 321.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 308.0, + 1409.0, + 308.0, + 1409.0, + 352.0, + 293.0, + 352.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 343.0, + 1095.0, + 343.0, + 1095.0, + 378.0, + 322.0, + 378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 871.0, + 1406.0, + 871.0, + 1406.0, + 909.0, + 295.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 903.0, + 1406.0, + 903.0, + 1406.0, + 937.0, + 324.0, + 937.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 932.0, + 1408.0, + 932.0, + 1408.0, + 969.0, + 323.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 960.0, + 1409.0, + 960.0, + 1409.0, + 999.0, + 320.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 993.0, + 1408.0, + 993.0, + 1408.0, + 1028.0, + 320.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 673.0, + 1406.0, + 673.0, + 1406.0, + 712.0, + 292.0, + 712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 705.0, + 1404.0, + 705.0, + 1404.0, + 739.0, + 322.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 735.0, + 1010.0, + 735.0, + 1010.0, + 772.0, + 322.0, + 772.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1847.0, + 1409.0, + 1847.0, + 1409.0, + 1883.0, + 295.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1881.0, + 1407.0, + 1881.0, + 1407.0, + 1914.0, + 323.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1905.0, + 1406.0, + 1905.0, + 1406.0, + 1950.0, + 322.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1938.0, + 1405.0, + 1938.0, + 1405.0, + 1977.0, + 320.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1973.0, + 620.0, + 1973.0, + 620.0, + 2006.0, + 323.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1611.0, + 1409.0, + 1611.0, + 1409.0, + 1650.0, + 293.0, + 1650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1643.0, + 1406.0, + 1643.0, + 1406.0, + 1679.0, + 322.0, + 1679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1675.0, + 1407.0, + 1675.0, + 1407.0, + 1709.0, + 322.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1706.0, + 1404.0, + 1706.0, + 1404.0, + 1740.0, + 319.0, + 1740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1734.0, + 1404.0, + 1734.0, + 1404.0, + 1773.0, + 319.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1764.0, + 1404.0, + 1764.0, + 1404.0, + 1803.0, + 321.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 324.0, + 1798.0, + 1105.0, + 1798.0, + 1105.0, + 1829.0, + 324.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 588.0, + 1404.0, + 588.0, + 1404.0, + 630.0, + 292.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 623.0, + 912.0, + 623.0, + 912.0, + 657.0, + 322.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 449.0, + 1405.0, + 449.0, + 1405.0, + 485.0, + 296.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 477.0, + 1409.0, + 477.0, + 1409.0, + 517.0, + 322.0, + 517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 509.0, + 1410.0, + 509.0, + 1410.0, + 549.0, + 320.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 542.0, + 904.0, + 542.0, + 904.0, + 575.0, + 323.0, + 575.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 295, + 826, + 1409, + 826, + 1409, + 983, + 295, + 983 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 363, + 1038, + 1340, + 1038, + 1340, + 1452, + 363, + 1452 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 595, + 516, + 1103, + 516, + 1103, + 706, + 595, + 706 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 297, + 1592, + 1405, + 1592, + 1405, + 1829, + 297, + 1829 + ], + "score": 0.966 + }, + { + "category_id": 1, + "poly": [ + 298, + 1832, + 1404, + 1832, + 1404, + 1956, + 298, + 1956 + ], + "score": 0.956 + }, + { + "category_id": 4, + "poly": [ + 297, + 1473, + 1401, + 1473, + 1401, + 1559, + 297, + 1559 + ], + "score": 0.955 + }, + { + "category_id": 2, + "poly": [ + 298, + 1978, + 1408, + 1978, + 1408, + 2034, + 298, + 2034 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 501, + 770, + 1195, + 770, + 1195, + 813, + 501, + 813 + ], + "score": 0.933 + }, + { + "category_id": 1, + "poly": [ + 296, + 722, + 1187, + 722, + 1187, + 755, + 296, + 755 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 299, + 463, + 1101, + 463, + 1101, + 499, + 299, + 499 + ], + "score": 0.92 + }, + { + "category_id": 1, + "poly": [ + 280, + 354, + 1406, + 354, + 1406, + 390, + 280, + 390 + ], + "score": 0.914 + }, + { + "category_id": 0, + "poly": [ + 301, + 225, + 719, + 225, + 719, + 263, + 301, + 263 + ], + "score": 0.907 + }, + { + "category_id": 2, + "poly": [ + 298, + 73, + 814, + 73, + 814, + 106, + 298, + 106 + ], + "score": 0.904 + }, + { + "category_id": 8, + "poly": [ + 472, + 416, + 1225, + 416, + 1225, + 456, + 472, + 456 + ], + "score": 0.897 + }, + { + "category_id": 9, + "poly": [ + 1365, + 421, + 1401, + 421, + 1401, + 452, + 1365, + 452 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.861 + }, + { + "category_id": 1, + "poly": [ + 298, + 297, + 971, + 297, + 971, + 330, + 298, + 330 + ], + "score": 0.492 + }, + { + "category_id": 0, + "poly": [ + 298, + 297, + 971, + 297, + 971, + 330, + 298, + 330 + ], + "score": 0.456 + }, + { + "category_id": 13, + "poly": [ + 415, + 1758, + 631, + 1758, + 631, + 1793, + 415, + 1793 + ], + "score": 0.94, + "latex": "\\mathcal { L } _ { B } ( \\theta ^ { * } ) \\ll \\mathcal { L } _ { B } ( \\tilde { \\theta } ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 998, + 1720, + 1262, + 1720, + 1262, + 1758, + 998, + 1758 + ], + "score": 0.94, + "latex": "\\mathcal { L } _ { A } ( \\theta ^ { * } ) \\leqslant \\bar { \\mathcal { L } _ { A } ( \\tilde { \\theta } ^ { * } ) } + \\epsilon" + }, + { + "category_id": 14, + "poly": [ + 594, + 515, + 1100, + 515, + 1100, + 708, + 594, + 708 + ], + "score": 0.93, + "latex": "f ^ { * } ( x ) = \\left\\{ \\begin{array} { l l } { 0 } & { x \\in [ 0 , 0 . 4 ) ; } \\\\ { 1 0 ( x - 0 . 4 ) } & { x \\in [ 0 . 4 , 0 . 5 ) ; } \\\\ { 1 } & { x \\in [ 0 . 5 , 0 . 7 ) ; } \\\\ { 1 0 ( x - 0 . 7 ) + 1 } & { x \\in [ 0 . 7 , 0 . 8 ) ; } \\\\ { 2 } & { x \\in [ 0 . 8 , 1 ] . } \\end{array} \\right." + }, + { + "category_id": 13, + "poly": [ + 641, + 949, + 731, + 949, + 731, + 983, + 641, + 983 + ], + "score": 0.93, + "latex": "{ \\mathcal { L } } _ { A } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 1274, + 857, + 1398, + 857, + 1398, + 891, + 1274, + 891 + ], + "score": 0.93, + "latex": "\\mathcal { L } _ { A + B } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 782, + 950, + 873, + 950, + 873, + 983, + 782, + 983 + ], + "score": 0.92, + "latex": "{ \\mathcal { L } } _ { B } ( \\theta ^ { * } )" + }, + { + "category_id": 13, + "poly": [ + 759, + 464, + 977, + 464, + 977, + 499, + 759, + 499 + ], + "score": 0.92, + "latex": "f ^ { * } : [ 0 , 1 ] \\to [ 0 , 2 ]" + }, + { + "category_id": 13, + "poly": [ + 454, + 1721, + 857, + 1721, + 857, + 1757, + 454, + 1757 + ], + "score": 0.9, + "latex": "\\tilde { \\theta } ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )" + }, + { + "category_id": 13, + "poly": [ + 296, + 1794, + 646, + 1794, + 646, + 1830, + 296, + 1830 + ], + "score": 0.89, + "latex": "{ \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) \\leq | { \\mathcal L } _ { B } ( \\theta ^ { * } ) - { \\mathcal L } _ { B } ( \\tilde { \\theta } ^ { * } ) |" + }, + { + "category_id": 13, + "poly": [ + 702, + 919, + 1070, + 919, + 1070, + 950, + 702, + 950 + ], + "score": 0.88, + "latex": "\\theta ^ { * } = ( 1 0 0 , - 5 0 , 1 0 0 , - 7 5 , 1 , 1 )" + }, + { + "category_id": 14, + "poly": [ + 501, + 771, + 1198, + 771, + 1198, + 811, + 501, + 811 + ], + "score": 0.88, + "latex": "A : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 , 0 . 5 ) \\} , \\quad B : \\{ ( x , f ( x ) ) \\mid x \\in [ 0 . 5 , 1 ] \\} ." + }, + { + "category_id": 13, + "poly": [ + 742, + 858, + 771, + 858, + 771, + 890, + 742, + 890 + ], + "score": 0.87, + "latex": "f _ { \\theta }" + }, + { + "category_id": 13, + "poly": [ + 785, + 1655, + 816, + 1655, + 816, + 1687, + 785, + 1687 + ], + "score": 0.87, + "latex": "\\tilde { \\theta } ^ { * }" + }, + { + "category_id": 14, + "poly": [ + 474, + 417, + 1226, + 417, + 1226, + 455, + 474, + 455 + ], + "score": 0.86, + "latex": "f _ { \\theta } ( x ) = \\theta _ { 5 } \\sigma ( \\theta _ { 1 } x + \\theta _ { 2 } ) + \\theta _ { 6 } \\sigma ( \\theta _ { 3 } x + \\theta _ { 4 } ) , \\quad \\sigma ( z ) : = 1 / ( 1 + e ^ { - z } ) ." + }, + { + "category_id": 13, + "poly": [ + 463, + 1502, + 489, + 1502, + 489, + 1529, + 463, + 1529 + ], + "score": 0.85, + "latex": "\\theta _ { 6 }" + }, + { + "category_id": 13, + "poly": [ + 681, + 1595, + 712, + 1595, + 712, + 1622, + 681, + 1622 + ], + "score": 0.83, + "latex": "\\theta ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 628, + 1626, + 687, + 1626, + 687, + 1655, + 628, + 1655 + ], + "score": 0.81, + "latex": "\\mathbf { A } { + } \\mathbf { B }" + }, + { + "category_id": 13, + "poly": [ + 1274, + 1187, + 1321, + 1187, + 1321, + 1207, + 1274, + 1207 + ], + "score": 0.8, + "latex": "f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } ) |" + }, + { + "category_id": 13, + "poly": [ + 541, + 1503, + 579, + 1503, + 579, + 1530, + 541, + 1530 + ], + "score": 0.77, + "latex": "\\pm 1" + }, + { + "category_id": 13, + "poly": [ + 740, + 1186, + 787, + 1186, + 787, + 1207, + 740, + 1207 + ], + "score": 0.77, + "latex": "f _ { \\boldsymbol { \\theta } } ( \\boldsymbol { x } ) |" + }, + { + "category_id": 13, + "poly": [ + 1274, + 1209, + 1321, + 1209, + 1321, + 1230, + 1274, + 1230 + ], + "score": 0.75, + "latex": "f ^ { * } ( x ) ]" + }, + { + "category_id": 13, + "poly": [ + 739, + 1209, + 787, + 1209, + 787, + 1230, + 739, + 1230 + ], + "score": 0.74, + "latex": "f ^ { * } ( x ) ]" + }, + { + "category_id": 14, + "poly": [ + 375, + 1416, + 789, + 1416, + 789, + 1453, + 375, + 1453 + ], + "score": 0.62, + "latex": "\\theta = \\theta ^ { * } = ( 1 0 0 , - 4 5 , 1 0 0 , - 7 5 , 1 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 1329, + 1729, + 1346, + 1729, + 1346, + 1752, + 1329, + 1752 + ], + "score": 0.61, + "latex": "\\epsilon" + }, + { + "category_id": 14, + "poly": [ + 889, + 1411, + 1344, + 1411, + 1344, + 1453, + 889, + 1453 + ], + "score": 0.49, + "latex": "\\theta = \\tilde { \\theta } ^ { * } = ( 1 0 0 , - 4 5 , 1 0 0 , - 7 5 , 1 , - 0 . 5 )" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1081.0, + 388.0, + 1081.0, + 388.0, + 1098.0, + 367.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1081.0, + 923.0, + 1081.0, + 923.0, + 1098.0, + 901.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1111.0, + 388.0, + 1111.0, + 388.0, + 1128.0, + 367.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1111.0, + 923.0, + 1111.0, + 923.0, + 1128.0, + 902.0, + 1128.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1139.0, + 388.0, + 1139.0, + 388.0, + 1157.0, + 367.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 1139.0, + 923.0, + 1139.0, + 923.0, + 1157.0, + 902.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 368.0, + 1170.0, + 387.0, + 1170.0, + 387.0, + 1184.0, + 368.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1169.0, + 923.0, + 1169.0, + 923.0, + 1185.0, + 901.0, + 1185.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1181.0, + 739.0, + 1181.0, + 739.0, + 1213.0, + 735.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 1181.0, + 1273.0, + 1181.0, + 1273.0, + 1213.0, + 1269.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 1200.0, + 738.0, + 1200.0, + 738.0, + 1234.0, + 734.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1200.0, + 1273.0, + 1200.0, + 1273.0, + 1234.0, + 1268.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1228.0, + 389.0, + 1228.0, + 389.0, + 1245.0, + 367.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1228.0, + 923.0, + 1228.0, + 923.0, + 1245.0, + 901.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1256.0, + 389.0, + 1256.0, + 389.0, + 1274.0, + 367.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1256.0, + 926.0, + 1256.0, + 926.0, + 1274.0, + 901.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 1286.0, + 388.0, + 1286.0, + 388.0, + 1304.0, + 367.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1286.0, + 923.0, + 1286.0, + 923.0, + 1304.0, + 901.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 1315.0, + 388.0, + 1315.0, + 388.0, + 1333.0, + 366.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1310.0, + 544.0, + 1310.0, + 544.0, + 1336.0, + 431.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1310.0, + 748.0, + 1310.0, + 748.0, + 1336.0, + 636.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 1315.0, + 923.0, + 1315.0, + 923.0, + 1333.0, + 901.0, + 1333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1310.0, + 1078.0, + 1310.0, + 1078.0, + 1336.0, + 966.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 1310.0, + 1283.0, + 1310.0, + 1283.0, + 1336.0, + 1171.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 1348.0, + 385.0, + 1348.0, + 385.0, + 1357.0, + 376.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1345.0, + 598.0, + 1345.0, + 598.0, + 1354.0, + 589.0, + 1354.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 1348.0, + 921.0, + 1348.0, + 921.0, + 1359.0, + 911.0, + 1359.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 383.0, + 1372.0, + 393.0, + 1372.0, + 393.0, + 1384.0, + 383.0, + 1384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 416.0, + 1369.0, + 439.0, + 1369.0, + 439.0, + 1387.0, + 416.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 455.0, + 1368.0, + 482.0, + 1368.0, + 482.0, + 1388.0, + 455.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 496.0, + 1368.0, + 524.0, + 1368.0, + 524.0, + 1388.0, + 496.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 537.0, + 1368.0, + 564.0, + 1368.0, + 564.0, + 1388.0, + 537.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1369.0, + 604.0, + 1369.0, + 604.0, + 1387.0, + 580.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 1368.0, + 646.0, + 1368.0, + 646.0, + 1388.0, + 619.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 1368.0, + 687.0, + 1368.0, + 687.0, + 1388.0, + 660.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1369.0, + 726.0, + 1369.0, + 726.0, + 1387.0, + 702.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 1370.0, + 766.0, + 1370.0, + 766.0, + 1387.0, + 744.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1371.0, + 929.0, + 1371.0, + 929.0, + 1385.0, + 915.0, + 1385.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 1369.0, + 974.0, + 1369.0, + 974.0, + 1387.0, + 951.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 1368.0, + 1018.0, + 1368.0, + 1018.0, + 1388.0, + 991.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 1369.0, + 1057.0, + 1369.0, + 1057.0, + 1387.0, + 1033.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1073.0, + 1368.0, + 1099.0, + 1368.0, + 1099.0, + 1388.0, + 1073.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1369.0, + 1139.0, + 1369.0, + 1139.0, + 1387.0, + 1115.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1370.0, + 1179.0, + 1370.0, + 1179.0, + 1387.0, + 1156.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 1369.0, + 1219.0, + 1369.0, + 1219.0, + 1387.0, + 1197.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1368.0, + 1263.0, + 1368.0, + 1263.0, + 1388.0, + 1236.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1278.0, + 1370.0, + 1302.0, + 1370.0, + 1302.0, + 1387.0, + 1278.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 1386.0, + 602.0, + 1386.0, + 602.0, + 1406.0, + 582.0, + 1406.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1384.0, + 1139.0, + 1384.0, + 1139.0, + 1407.0, + 1115.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 1412.0, + 374.0, + 1412.0, + 374.0, + 1455.0, + 371.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 1410.0, + 888.0, + 1410.0, + 888.0, + 1455.0, + 885.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1473.0, + 1403.0, + 1473.0, + 1403.0, + 1506.0, + 295.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1500.0, + 462.0, + 1500.0, + 462.0, + 1535.0, + 293.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 490.0, + 1500.0, + 540.0, + 1500.0, + 540.0, + 1535.0, + 490.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 580.0, + 1500.0, + 1406.0, + 1500.0, + 1406.0, + 1535.0, + 580.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1530.0, + 632.0, + 1530.0, + 632.0, + 1561.0, + 295.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 1969.0, + 1413.0, + 1969.0, + 1413.0, + 2013.0, + 321.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 510.0, + 2004.0, + 510.0, + 2035.0, + 296.0, + 2035.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 225.0, + 720.0, + 225.0, + 720.0, + 266.0, + 296.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 297.0, + 972.0, + 297.0, + 972.0, + 332.0, + 296.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 826.0, + 1407.0, + 826.0, + 1407.0, + 863.0, + 294.0, + 863.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 852.0, + 741.0, + 852.0, + 741.0, + 896.0, + 291.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 852.0, + 1273.0, + 852.0, + 1273.0, + 896.0, + 772.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 852.0, + 1408.0, + 852.0, + 1408.0, + 896.0, + 1399.0, + 896.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 887.0, + 1405.0, + 887.0, + 1405.0, + 921.0, + 294.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 914.0, + 701.0, + 914.0, + 701.0, + 955.0, + 293.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 914.0, + 1408.0, + 914.0, + 1408.0, + 955.0, + 1071.0, + 955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 947.0, + 640.0, + 947.0, + 640.0, + 985.0, + 294.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 947.0, + 781.0, + 947.0, + 781.0, + 985.0, + 732.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 947.0, + 991.0, + 947.0, + 991.0, + 985.0, + 874.0, + 985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1592.0, + 680.0, + 1592.0, + 680.0, + 1629.0, + 295.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 1592.0, + 1405.0, + 1592.0, + 1405.0, + 1629.0, + 713.0, + 1629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1624.0, + 627.0, + 1624.0, + 627.0, + 1662.0, + 294.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 1624.0, + 1405.0, + 1624.0, + 1405.0, + 1662.0, + 688.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1655.0, + 784.0, + 1655.0, + 784.0, + 1692.0, + 295.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 1655.0, + 1405.0, + 1655.0, + 1405.0, + 1692.0, + 817.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1689.0, + 1407.0, + 1689.0, + 1407.0, + 1726.0, + 295.0, + 1726.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1718.0, + 453.0, + 1718.0, + 453.0, + 1765.0, + 292.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1718.0, + 997.0, + 1718.0, + 997.0, + 1765.0, + 858.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 1718.0, + 1328.0, + 1718.0, + 1328.0, + 1765.0, + 1263.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1347.0, + 1718.0, + 1406.0, + 1718.0, + 1406.0, + 1765.0, + 1347.0, + 1765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1759.0, + 414.0, + 1759.0, + 414.0, + 1796.0, + 295.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 632.0, + 1759.0, + 1405.0, + 1759.0, + 1405.0, + 1796.0, + 632.0, + 1796.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 1792.0, + 1135.0, + 1792.0, + 1135.0, + 1833.0, + 647.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1833.0, + 1404.0, + 1833.0, + 1404.0, + 1866.0, + 294.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1862.0, + 1406.0, + 1862.0, + 1406.0, + 1899.0, + 293.0, + 1899.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1894.0, + 1404.0, + 1894.0, + 1404.0, + 1930.0, + 294.0, + 1930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1921.0, + 1403.0, + 1921.0, + 1403.0, + 1961.0, + 292.0, + 1961.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 720.0, + 1188.0, + 720.0, + 1188.0, + 758.0, + 295.0, + 758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 462.0, + 758.0, + 462.0, + 758.0, + 502.0, + 295.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 462.0, + 1100.0, + 462.0, + 1100.0, + 502.0, + 978.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 354.0, + 1409.0, + 354.0, + 1409.0, + 393.0, + 296.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 297.0, + 972.0, + 297.0, + 972.0, + 332.0, + 296.0, + 332.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 285, + 1405, + 285, + 1405, + 479, + 297, + 479 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1545, + 1405, + 1545, + 1405, + 1733, + 297, + 1733 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 407, + 507, + 1295, + 507, + 1295, + 1245, + 407, + 1245 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1409, + 1405, + 1409, + 1405, + 1531, + 297, + 1531 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 673, + 1968, + 1024, + 1968, + 1024, + 2046, + 673, + 2046 + ], + "score": 0.96 + }, + { + "category_id": 4, + "poly": [ + 298, + 1270, + 1402, + 1270, + 1402, + 1354, + 298, + 1354 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 299, + 1836, + 1398, + 1836, + 1398, + 1900, + 299, + 1900 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 302, + 1908, + 1400, + 1908, + 1400, + 1967, + 302, + 1967 + ], + "score": 0.933 + }, + { + "category_id": 8, + "poly": [ + 303, + 1747, + 1389, + 1747, + 1389, + 1822, + 303, + 1822 + ], + "score": 0.933 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 292, + 230, + 1343, + 230, + 1343, + 262, + 292, + 262 + ], + "score": 0.712 + }, + { + "category_id": 14, + "poly": [ + 672, + 1963, + 1027, + 1963, + 1027, + 2045, + 672, + 2045 + ], + "score": 0.94, + "latex": "{ \\mathcal { T } } ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon \\left( { \\frac { \\operatorname* { d e t } \\bigl ( H _ { A + B } \\bigr ) } { \\operatorname* { d e t } \\bigl ( H _ { A \\wedge B } \\bigr ) } } \\right) ^ { 2 } ." + }, + { + "category_id": 13, + "poly": [ + 1257, + 287, + 1352, + 287, + 1352, + 325, + 1257, + 325 + ], + "score": 0.93, + "latex": "( A _ { j } ) _ { j = 1 } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 1089, + 1637, + 1178, + 1637, + 1178, + 1672, + 1089, + 1672 + ], + "score": 0.93, + "latex": "\\lambda _ { i } ^ { B } \\geqslant 0" + }, + { + "category_id": 13, + "poly": [ + 297, + 346, + 550, + 346, + 550, + 384, + 297, + 384 + ], + "score": 0.92, + "latex": "{ \\ k { \\stackrel { \\smile } { \\sum } } _ { i = 1 } ^ { m } } \\log ( \\dot { A } _ { i } ^ { - 1 } X ) = 0" + }, + { + "category_id": 13, + "poly": [ + 759, + 446, + 852, + 446, + 852, + 479, + 759, + 479 + ], + "score": 0.92, + "latex": "S ^ { + + } ( d )" + }, + { + "category_id": 13, + "poly": [ + 949, + 1638, + 1038, + 1638, + 1038, + 1672, + 949, + 1672 + ], + "score": 0.92, + "latex": "\\lambda _ { i } ^ { A } \\geqslant 0" + }, + { + "category_id": 13, + "poly": [ + 825, + 1673, + 903, + 1673, + 903, + 1702, + 825, + 1702 + ], + "score": 0.91, + "latex": "H _ { A + B }" + }, + { + "category_id": 14, + "poly": [ + 310, + 1745, + 1396, + 1745, + 1396, + 1824, + 310, + 1824 + ], + "score": 0.91, + "latex": "H _ { A + B } = \\mathrm { d i a g } \\left( \\frac { 1 } { 2 } ( \\lambda _ { 1 } ^ { A } + \\lambda _ { 1 } ^ { B } ) , \\cdots , \\frac { 1 } { 2 } ( \\lambda _ { n } ^ { A } + \\lambda _ { n } ^ { B } ) \\right) , \\quad H _ { A \\wedge B } = \\mathrm { d i a g } \\left( \\sqrt { \\lambda _ { 1 } ^ { A } \\lambda _ { 1 } ^ { B } } , \\cdots , \\sqrt { \\lambda _ { n } ^ { A } \\lambda _ { n } ^ { B } } \\right) ." + }, + { + "category_id": 13, + "poly": [ + 850, + 1548, + 1028, + 1548, + 1028, + 1578, + 850, + 1578 + ], + "score": 0.91, + "latex": "\\mathcal { L } _ { A } = \\mathcal { L } _ { B } = 0" + }, + { + "category_id": 13, + "poly": [ + 901, + 288, + 967, + 288, + 967, + 317, + 901, + 317 + ], + "score": 0.9, + "latex": "d \\times d" + }, + { + "category_id": 13, + "poly": [ + 485, + 1576, + 719, + 1576, + 719, + 1613, + 485, + 1613 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\ \\mathcal { L } _ { A } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1257, + 1641, + 1398, + 1641, + 1398, + 1671, + 1257, + 1671 + ], + "score": 0.9, + "latex": "i = 1 , \\ldots , n" + }, + { + "category_id": 13, + "poly": [ + 782, + 1577, + 1019, + 1577, + 1019, + 1613, + 782, + 1613 + ], + "score": 0.9, + "latex": "\\begin{array} { r } { \\ \\mathcal { L } _ { B } ( \\theta ) \\ = \\ \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { B } \\theta } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 564, + 1548, + 652, + 1548, + 652, + 1576, + 564, + 1576 + ], + "score": 0.89, + "latex": "\\theta ^ { * } = 0" + }, + { + "category_id": 13, + "poly": [ + 955, + 1673, + 1033, + 1673, + 1033, + 1701, + 955, + 1701 + ], + "score": 0.89, + "latex": "H _ { A \\land B }" + }, + { + "category_id": 13, + "poly": [ + 743, + 1611, + 788, + 1611, + 788, + 1639, + 743, + 1639 + ], + "score": 0.88, + "latex": "H _ { B }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1637, + 582, + 1637, + 582, + 1673, + 298, + 1673 + ], + "score": 0.86, + "latex": "H _ { A } \\mathbf { \\bar { \\Sigma } } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { A } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { A } )" + }, + { + "category_id": 13, + "poly": [ + 549, + 408, + 1082, + 408, + 1082, + 446, + 549, + 446 + ], + "score": 0.86, + "latex": "\\begin{array} { r } { \\operatorname * { a r g m i n } _ { X \\in S ^ { + + } ( d ) } \\bar { f } ( X ) = \\frac { 1 } { 2 m } \\bar { \\sum _ { i = 1 } ^ { m } } d ( A _ { i } , X ) ^ { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 636, + 1611, + 680, + 1611, + 680, + 1639, + 636, + 1639 + ], + "score": 0.84, + "latex": "H _ { A }" + }, + { + "category_id": 13, + "poly": [ + 594, + 1639, + 880, + 1639, + 880, + 1673, + 594, + 1673 + ], + "score": 0.84, + "latex": "H _ { B } = \\mathrm { d i a g } ( \\lambda _ { 1 } ^ { B } , \\cdot \\cdot \\cdot , \\lambda _ { n } ^ { B } )" + }, + { + "category_id": 13, + "poly": [ + 1206, + 320, + 1235, + 320, + 1235, + 346, + 1206, + 346 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 345, + 1502, + 369, + 1502, + 369, + 1528, + 345, + 1528 + ], + "score": 0.83, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 1170, + 411, + 1189, + 411, + 1189, + 437, + 1170, + 437 + ], + "score": 0.79, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 782, + 294, + 802, + 294, + 802, + 316, + 782, + 316 + ], + "score": 0.76, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 1377, + 1472, + 1401, + 1472, + 1401, + 1498, + 1377, + 1498 + ], + "score": 0.74, + "latex": "A" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 514.0, + 559.0, + 514.0, + 559.0, + 530.0, + 467.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 513.0, + 779.0, + 513.0, + 779.0, + 530.0, + 686.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 511.0, + 1022.0, + 511.0, + 1022.0, + 531.0, + 881.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 511.0, + 1240.0, + 511.0, + 1240.0, + 531.0, + 1101.0, + 531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 552.0, + 431.0, + 552.0, + 431.0, + 558.0, + 426.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 551.0, + 873.0, + 551.0, + 873.0, + 559.0, + 864.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 549.0, + 1093.0, + 549.0, + 1093.0, + 562.0, + 1081.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 525.0, + 1297.0, + 525.0, + 1297.0, + 626.0, + 1254.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 683.0, + 574.0, + 760.0, + 574.0, + 760.0, + 598.0, + 683.0, + 598.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 424.0, + 599.0, + 437.0, + 599.0, + 437.0, + 614.0, + 424.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 642.0, + 601.0, + 656.0, + 601.0, + 656.0, + 612.0, + 642.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 601.0, + 877.0, + 601.0, + 877.0, + 612.0, + 862.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 603.0, + 958.0, + 603.0, + 958.0, + 610.0, + 947.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 601.0, + 1094.0, + 601.0, + 1094.0, + 612.0, + 1081.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 602.0, + 1176.0, + 602.0, + 1176.0, + 610.0, + 1166.0, + 610.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 609.0, + 1290.0, + 609.0, + 1290.0, + 633.0, + 1263.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 623.0, + 1290.0, + 623.0, + 1290.0, + 649.0, + 1262.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 640.0, + 1290.0, + 640.0, + 1290.0, + 663.0, + 1262.0, + 663.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 656.0, + 1290.0, + 656.0, + 1290.0, + 679.0, + 1262.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 676.0, + 1289.0, + 676.0, + 1289.0, + 692.0, + 1264.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 686.0, + 518.0, + 686.0, + 518.0, + 696.0, + 508.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 686.0, + 568.0, + 686.0, + 568.0, + 695.0, + 560.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 685.0, + 741.0, + 685.0, + 741.0, + 698.0, + 726.0, + 698.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 686.0, + 789.0, + 686.0, + 789.0, + 695.0, + 781.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 684.0, + 917.0, + 684.0, + 917.0, + 699.0, + 892.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 685.0, + 960.0, + 685.0, + 960.0, + 697.0, + 945.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 997.0, + 685.0, + 1011.0, + 685.0, + 1011.0, + 697.0, + 997.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 683.0, + 1134.0, + 683.0, + 1134.0, + 699.0, + 1109.0, + 699.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 686.0, + 1176.0, + 686.0, + 1176.0, + 695.0, + 1166.0, + 695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 731.0, + 653.0, + 731.0, + 653.0, + 741.0, + 643.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 730.0, + 876.0, + 730.0, + 876.0, + 743.0, + 862.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 730.0, + 1093.0, + 730.0, + 1093.0, + 743.0, + 1081.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1255.0, + 714.0, + 1296.0, + 714.0, + 1296.0, + 789.0, + 1255.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 758.0, + 985.0, + 758.0, + 985.0, + 765.0, + 977.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 784.0, + 434.0, + 784.0, + 434.0, + 791.0, + 426.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 506.0, + 782.0, + 521.0, + 782.0, + 521.0, + 793.0, + 506.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 781.0, + 655.0, + 781.0, + 655.0, + 794.0, + 643.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 782.0, + 741.0, + 782.0, + 741.0, + 793.0, + 725.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 782.0, + 877.0, + 782.0, + 877.0, + 794.0, + 862.0, + 794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 782.0, + 960.0, + 782.0, + 960.0, + 793.0, + 944.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 782.0, + 1096.0, + 782.0, + 1096.0, + 793.0, + 1081.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 782.0, + 1179.0, + 782.0, + 1179.0, + 793.0, + 1163.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 790.0, + 1290.0, + 790.0, + 1290.0, + 813.0, + 1262.0, + 813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 806.0, + 1290.0, + 806.0, + 1290.0, + 830.0, + 1262.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 835.0, + 1090.0, + 835.0, + 1090.0, + 844.0, + 1081.0, + 844.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 820.0, + 1290.0, + 820.0, + 1290.0, + 860.0, + 1261.0, + 860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 855.0, + 1289.0, + 855.0, + 1289.0, + 874.0, + 1263.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 868.0, + 472.0, + 868.0, + 472.0, + 879.0, + 457.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 867.0, + 528.0, + 867.0, + 528.0, + 881.0, + 503.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 869.0, + 568.0, + 869.0, + 568.0, + 878.0, + 559.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 867.0, + 698.0, + 867.0, + 698.0, + 881.0, + 674.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 868.0, + 741.0, + 868.0, + 741.0, + 880.0, + 726.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 867.0, + 791.0, + 867.0, + 791.0, + 880.0, + 777.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 866.0, + 961.0, + 866.0, + 961.0, + 881.0, + 944.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 864.0, + 1015.0, + 864.0, + 1015.0, + 882.0, + 986.0, + 882.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1104.0, + 863.0, + 1158.0, + 863.0, + 1158.0, + 884.0, + 1104.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 868.0, + 1178.0, + 868.0, + 1178.0, + 880.0, + 1163.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 911.0, + 876.0, + 911.0, + 876.0, + 923.0, + 862.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 912.0, + 1095.0, + 912.0, + 1095.0, + 924.0, + 1082.0, + 924.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 895.0, + 1294.0, + 895.0, + 1294.0, + 968.0, + 1254.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 964.0, + 433.0, + 964.0, + 433.0, + 974.0, + 426.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 963.0, + 521.0, + 963.0, + 521.0, + 974.0, + 507.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 963.0, + 655.0, + 963.0, + 655.0, + 976.0, + 643.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 964.0, + 738.0, + 964.0, + 738.0, + 973.0, + 727.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 962.0, + 877.0, + 962.0, + 877.0, + 976.0, + 862.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 963.0, + 961.0, + 963.0, + 961.0, + 974.0, + 944.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1078.0, + 961.0, + 1096.0, + 961.0, + 1096.0, + 978.0, + 1078.0, + 978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 963.0, + 1179.0, + 963.0, + 1179.0, + 974.0, + 1163.0, + 974.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 952.0, + 1293.0, + 952.0, + 1293.0, + 981.0, + 1261.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 971.0, + 1290.0, + 971.0, + 1290.0, + 995.0, + 1262.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 987.0, + 1290.0, + 987.0, + 1290.0, + 1011.0, + 1262.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1016.0, + 872.0, + 1016.0, + 872.0, + 1025.0, + 863.0, + 1025.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1072.0, + 1012.0, + 1096.0, + 1012.0, + 1096.0, + 1028.0, + 1072.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1005.0, + 1291.0, + 1005.0, + 1291.0, + 1042.0, + 1261.0, + 1042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 1051.0, + 470.0, + 1051.0, + 470.0, + 1058.0, + 462.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 1042.0, + 545.0, + 1042.0, + 545.0, + 1068.0, + 492.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 1049.0, + 568.0, + 1049.0, + 568.0, + 1059.0, + 560.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1049.0, + 693.0, + 1049.0, + 693.0, + 1060.0, + 677.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1048.0, + 741.0, + 1048.0, + 741.0, + 1060.0, + 726.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 780.0, + 1050.0, + 789.0, + 1050.0, + 789.0, + 1060.0, + 780.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1045.0, + 969.0, + 1045.0, + 969.0, + 1064.0, + 937.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 1048.0, + 1012.0, + 1048.0, + 1012.0, + 1060.0, + 998.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1047.0, + 1132.0, + 1047.0, + 1132.0, + 1062.0, + 1110.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1048.0, + 1178.0, + 1048.0, + 1178.0, + 1061.0, + 1164.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 1094.0, + 652.0, + 1094.0, + 652.0, + 1104.0, + 644.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 862.0, + 1092.0, + 876.0, + 1092.0, + 876.0, + 1105.0, + 862.0, + 1105.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 1087.0, + 1029.0, + 1087.0, + 1029.0, + 1226.0, + 879.0, + 1226.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 1093.0, + 1094.0, + 1093.0, + 1094.0, + 1104.0, + 1081.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1075.0, + 1299.0, + 1075.0, + 1299.0, + 1184.0, + 1253.0, + 1184.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 1125.0, + 980.0, + 1125.0, + 980.0, + 1133.0, + 953.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 941.0, + 1132.0, + 966.0, + 1132.0, + 966.0, + 1147.0, + 941.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1145.0, + 433.0, + 1145.0, + 433.0, + 1156.0, + 425.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 1145.0, + 519.0, + 1145.0, + 519.0, + 1155.0, + 508.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1143.0, + 655.0, + 1143.0, + 655.0, + 1157.0, + 643.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 1145.0, + 738.0, + 1145.0, + 738.0, + 1155.0, + 727.0, + 1155.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1081.0, + 1143.0, + 1094.0, + 1143.0, + 1094.0, + 1157.0, + 1081.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1143.0, + 1177.0, + 1143.0, + 1177.0, + 1156.0, + 1164.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 1166.0, + 1291.0, + 1166.0, + 1291.0, + 1194.0, + 1260.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 1228.0, + 473.0, + 1228.0, + 473.0, + 1239.0, + 457.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 507.0, + 1227.0, + 521.0, + 1227.0, + 521.0, + 1242.0, + 507.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1228.0, + 693.0, + 1228.0, + 693.0, + 1239.0, + 676.0, + 1239.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1228.0, + 740.0, + 1228.0, + 740.0, + 1241.0, + 726.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1228.0, + 962.0, + 1228.0, + 962.0, + 1241.0, + 945.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 1228.0, + 1130.0, + 1228.0, + 1130.0, + 1241.0, + 1113.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 1226.0, + 1179.0, + 1226.0, + 1179.0, + 1243.0, + 1163.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 1180.0, + 1294.0, + 1180.0, + 1294.0, + 1237.0, + 1259.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 448.0, + 559.0, + 558.0, + 559.0, + 558.0, + 622.5, + 448.0, + 622.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 774.0, + 1288.0, + 774.0, + 1288.0, + 798.0, + 1264.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1035.0, + 1288.0, + 1035.0, + 1288.0, + 1054.0, + 1262.0, + 1054.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 858.0, + 1141.0, + 880.0, + 1141.0, + 880.0, + 1158.0, + 858.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 945.0, + 1148.5, + 973.0, + 1148.5, + 973.0, + 1160.0, + 945.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1269.0, + 1406.0, + 1269.0, + 1406.0, + 1300.0, + 293.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1299.0, + 1404.0, + 1299.0, + 1404.0, + 1328.0, + 296.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1324.0, + 476.0, + 1324.0, + 476.0, + 1356.0, + 295.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.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, + 230.0, + 1341.0, + 230.0, + 1341.0, + 264.0, + 297.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 289.0, + 651.0, + 289.0, + 651.0, + 318.0, + 297.0, + 318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 277.0, + 781.0, + 277.0, + 781.0, + 328.0, + 664.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 277.0, + 900.0, + 277.0, + 900.0, + 328.0, + 803.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 968.0, + 277.0, + 1256.0, + 277.0, + 1256.0, + 328.0, + 968.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1353.0, + 277.0, + 1407.0, + 277.0, + 1407.0, + 328.0, + 1353.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 283.0, + 316.0, + 296.0, + 316.0, + 296.0, + 416.0, + 283.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 316.0, + 1205.0, + 316.0, + 1205.0, + 416.0, + 551.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 316.0, + 1417.0, + 316.0, + 1417.0, + 416.0, + 1236.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 394.0, + 548.0, + 394.0, + 548.0, + 452.0, + 292.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 394.0, + 1169.0, + 394.0, + 1169.0, + 452.0, + 1083.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 394.0, + 1413.0, + 394.0, + 1413.0, + 452.0, + 1190.0, + 452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 438.0, + 758.0, + 438.0, + 758.0, + 483.0, + 292.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 438.0, + 865.0, + 438.0, + 865.0, + 483.0, + 853.0, + 483.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 421.0, + 903.0, + 421.0, + 903.0, + 450.0, + 856.0, + 450.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1545.0, + 563.0, + 1545.0, + 563.0, + 1581.0, + 294.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 1545.0, + 849.0, + 1545.0, + 849.0, + 1581.0, + 653.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1545.0, + 1405.0, + 1545.0, + 1405.0, + 1581.0, + 1029.0, + 1581.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1573.0, + 484.0, + 1573.0, + 484.0, + 1615.0, + 291.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1573.0, + 781.0, + 1573.0, + 781.0, + 1615.0, + 720.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1573.0, + 1407.0, + 1573.0, + 1407.0, + 1615.0, + 1020.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1607.0, + 635.0, + 1607.0, + 635.0, + 1643.0, + 295.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 681.0, + 1607.0, + 742.0, + 1607.0, + 742.0, + 1643.0, + 681.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 1607.0, + 1408.0, + 1607.0, + 1408.0, + 1643.0, + 789.0, + 1643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1634.0, + 297.0, + 1634.0, + 297.0, + 1678.0, + 294.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 583.0, + 1634.0, + 593.0, + 1634.0, + 593.0, + 1678.0, + 583.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1634.0, + 948.0, + 1634.0, + 948.0, + 1678.0, + 881.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 1634.0, + 1088.0, + 1634.0, + 1088.0, + 1678.0, + 1039.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1179.0, + 1634.0, + 1256.0, + 1634.0, + 1256.0, + 1678.0, + 1179.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1634.0, + 1411.0, + 1634.0, + 1411.0, + 1678.0, + 1399.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1665.0, + 824.0, + 1665.0, + 824.0, + 1706.0, + 292.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1665.0, + 954.0, + 1665.0, + 954.0, + 1706.0, + 904.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 1665.0, + 1408.0, + 1665.0, + 1408.0, + 1706.0, + 1034.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1699.0, + 670.0, + 1699.0, + 670.0, + 1735.0, + 295.0, + 1735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1410.0, + 1403.0, + 1410.0, + 1403.0, + 1442.0, + 294.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1439.0, + 1405.0, + 1439.0, + 1405.0, + 1475.0, + 294.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1469.0, + 1376.0, + 1469.0, + 1376.0, + 1507.0, + 294.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1469.0, + 1406.0, + 1469.0, + 1406.0, + 1507.0, + 1402.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1499.0, + 344.0, + 1499.0, + 344.0, + 1532.0, + 292.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 1499.0, + 382.0, + 1499.0, + 382.0, + 1532.0, + 370.0, + 1532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1835.0, + 1406.0, + 1835.0, + 1406.0, + 1873.0, + 294.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1868.0, + 1282.0, + 1868.0, + 1282.0, + 1904.0, + 295.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1905.0, + 1405.0, + 1905.0, + 1405.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 427.0, + 1939.0, + 427.0, + 1975.0, + 294.0, + 1975.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 753, + 1405, + 753, + 1405, + 878, + 297, + 878 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 300, + 1942, + 1401, + 1942, + 1401, + 2037, + 300, + 2037 + ], + "score": 0.973 + }, + { + "category_id": 3, + "poly": [ + 516, + 222, + 1181, + 222, + 1181, + 557, + 516, + 557 + ], + "score": 0.969 + }, + { + "category_id": 8, + "poly": [ + 629, + 1420, + 1065, + 1420, + 1065, + 1820, + 629, + 1820 + ], + "score": 0.961 + }, + { + "category_id": 4, + "poly": [ + 297, + 579, + 1404, + 579, + 1404, + 704, + 297, + 704 + ], + "score": 0.955 + }, + { + "category_id": 8, + "poly": [ + 615, + 1169, + 1082, + 1169, + 1082, + 1242, + 615, + 1242 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 560, + 950, + 1134, + 950, + 1134, + 1025, + 560, + 1025 + ], + "score": 0.952 + }, + { + "category_id": 8, + "poly": [ + 657, + 1050, + 1041, + 1050, + 1041, + 1123, + 657, + 1123 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 298, + 1128, + 1111, + 1128, + 1111, + 1161, + 298, + 1161 + ], + "score": 0.932 + }, + { + "category_id": 1, + "poly": [ + 296, + 1028, + 422, + 1028, + 422, + 1060, + 296, + 1060 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 303, + 1251, + 1359, + 1251, + 1359, + 1290, + 303, + 1290 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 298, + 1383, + 487, + 1383, + 487, + 1415, + 298, + 1415 + ], + "score": 0.926 + }, + { + "category_id": 8, + "poly": [ + 310, + 1854, + 1387, + 1854, + 1387, + 1940, + 310, + 1940 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 300, + 910, + 734, + 910, + 734, + 944, + 300, + 944 + ], + "score": 0.922 + }, + { + "category_id": 1, + "poly": [ + 297, + 1824, + 428, + 1824, + 428, + 1855, + 297, + 1855 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 105, + 299, + 105 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 864, + 2087, + 864, + 2113, + 835, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 8, + "poly": [ + 573, + 1298, + 1125, + 1298, + 1125, + 1378, + 573, + 1378 + ], + "score": 0.736 + }, + { + "category_id": 8, + "poly": [ + 571, + 1298, + 1127, + 1298, + 1127, + 1378, + 571, + 1378 + ], + "score": 0.418 + }, + { + "category_id": 14, + "poly": [ + 615, + 1164, + 1083, + 1164, + 1083, + 1244, + 615, + 1244 + ], + "score": 0.94, + "latex": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } \\leqslant \\epsilon } \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { B } \\theta _ { i } ^ { 2 } ." + }, + { + "category_id": 14, + "poly": [ + 624, + 1422, + 1072, + 1422, + 1072, + 1825, + 624, + 1825 + ], + "score": 0.94, + "latex": "\\begin{array} { r l } { T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon \\operatorname* { m a x } \\Bigg \\{ \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\underset { i } { \\operatorname* { m a x } } \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { i } ^ { B } } \\Bigg \\} } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\operatorname* { m a x } \\left\\{ \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } , \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left( \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { A } ^ { A } } + \\frac { \\lambda _ { i } ^ { A } } { \\lambda _ { B } ^ { B } } \\right) } & { } \\\\ { = \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } ) ^ { 2 } + ( \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} } & { } \\\\ { \\leqslant \\epsilon \\cdot \\underset { i } { \\operatorname* { m a x } } \\left\\{ \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) ^ { 2 } } { \\lambda _ { B } ^ { B } \\lambda _ { i } ^ { A } } \\right\\} . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 826, + 1250, + 998, + 1250, + 998, + 1290, + 826, + 1290 + ], + "score": 0.93, + "latex": "\\tilde { \\theta } _ { i } = \\theta _ { i } \\sqrt { \\lambda _ { i } ^ { A } / 2 }" + }, + { + "category_id": 14, + "poly": [ + 313, + 1854, + 1384, + 1854, + 1384, + 1940, + 313, + 1940 + ], + "score": 0.93, + "latex": "\\sqrt { { \\cal T } ^ { \\epsilon } ( \\theta ^ { * } ) } \\leqslant \\epsilon \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\operatorname* { m a x } _ { i } \\frac { ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } \\leqslant 2 \\epsilon \\frac { \\prod _ { i } ( \\lambda _ { i } ^ { B } + \\lambda _ { i } ^ { A } ) / 2 } { \\prod _ { i } \\sqrt { \\lambda _ { i } ^ { B } \\lambda _ { i } ^ { A } } } = 2 \\epsilon \\frac { \\operatorname* { d e t } ( H _ { A + B } ) } { \\operatorname* { d e t } ( H _ { A \\wedge B } ) } ," + }, + { + "category_id": 13, + "poly": [ + 675, + 579, + 823, + 579, + 823, + 610, + 675, + 610 + ], + "score": 0.92, + "latex": "\\theta ^ { \\top } H ^ { - 1 } \\theta = 1" + }, + { + "category_id": 14, + "poly": [ + 655, + 1048, + 1042, + 1048, + 1042, + 1127, + 655, + 1127 + ], + "score": 0.92, + "latex": "\\mathcal { L } _ { A } ( \\theta ) = \\frac { 1 } { 2 } \\theta ^ { \\top } H _ { A } \\theta = \\frac { 1 } { 2 } \\sum _ { i } \\lambda _ { i } ^ { A } \\theta _ { i } ^ { 2 } ." + }, + { + "category_id": 13, + "poly": [ + 298, + 641, + 420, + 641, + 420, + 678, + 298, + 678 + ], + "score": 0.92, + "latex": "\\pi { \\sqrt { \\operatorname* { d e t } ( H ) } }" + }, + { + "category_id": 14, + "poly": [ + 570, + 1296, + 1126, + 1296, + 1126, + 1378, + 570, + 1378 + ], + "score": 0.91, + "latex": "\\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) = \\operatorname* { m a x } _ { \\| \\tilde { \\theta } \\| ^ { 2 } \\leqslant \\epsilon } \\sum _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } \\tilde { \\theta } _ { i } ^ { 2 } = \\epsilon \\cdot \\operatorname* { m a x } _ { i } \\frac { \\lambda _ { i } ^ { B } } { \\lambda _ { i } ^ { A } } ." + }, + { + "category_id": 14, + "poly": [ + 560, + 947, + 1137, + 947, + 1137, + 1024, + 560, + 1024 + ], + "score": 0.91, + "latex": "\\mathcal { T } ^ { \\epsilon } ( \\theta ^ { * } ) : = \\operatorname* { m a x } \\left\\{ \\operatorname* { m a x } _ { \\mathcal { L } _ { A } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { B } ( \\theta ) , \\operatorname* { m a x } _ { \\mathcal { L } _ { B } ( \\theta ) \\leqslant \\epsilon } \\mathcal { L } _ { A } ( \\theta ) \\right\\} ." + }, + { + "category_id": 13, + "poly": [ + 865, + 583, + 1078, + 583, + 1078, + 614, + 865, + 614 + ], + "score": 0.91, + "latex": "H _ { A } = \\mathrm { d i a g } ( 0 . 0 1 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 1276, + 647, + 1347, + 647, + 1347, + 675, + 1276, + 675 + ], + "score": 0.9, + "latex": "H _ { A + B }" + }, + { + "category_id": 13, + "poly": [ + 1155, + 612, + 1403, + 612, + 1403, + 644, + 1155, + 644 + ], + "score": 0.88, + "latex": "\\mathrm { V o l } ( \\{ \\theta ^ { \\top } H ^ { - 1 } \\theta = 1 \\} ) =" + }, + { + "category_id": 13, + "poly": [ + 1128, + 583, + 1340, + 583, + 1340, + 612, + 1128, + 612 + ], + "score": 0.88, + "latex": "H _ { B } = \\mathrm { d i a g } ( 1 , 0 . 0 1 )" + }, + { + "category_id": 13, + "poly": [ + 897, + 2004, + 977, + 2004, + 977, + 2034, + 897, + 2034 + ], + "score": 0.86, + "latex": "\\alpha _ { i } > 1" + }, + { + "category_id": 13, + "poly": [ + 1118, + 270, + 1144, + 270, + 1144, + 286, + 1118, + 286 + ], + "score": 0.85, + "latex": "H _ { A }" + }, + { + "category_id": 13, + "poly": [ + 1118, + 292, + 1145, + 292, + 1145, + 308, + 1118, + 308 + ], + "score": 0.85, + "latex": "H _ { B }" + }, + { + "category_id": 13, + "poly": [ + 1117, + 314, + 1168, + 314, + 1168, + 334, + 1117, + 334 + ], + "score": 0.81, + "latex": "\\underline { { H _ { A \\land B } } } |" + }, + { + "category_id": 13, + "poly": [ + 1218, + 675, + 1241, + 675, + 1241, + 699, + 1218, + 699 + ], + "score": 0.79, + "latex": "B" + }, + { + "category_id": 13, + "poly": [ + 871, + 675, + 893, + 675, + 893, + 699, + 871, + 699 + ], + "score": 0.74, + "latex": "A" + }, + { + "category_id": 13, + "poly": [ + 990, + 2002, + 1190, + 2002, + 1190, + 2038, + 990, + 2038 + ], + "score": 0.73, + "latex": "\\begin{array} { r } { \\operatorname* { m a x } _ { i } \\dot { \\alpha _ { i } } \\leqslant \\prod _ { i } \\alpha _ { i } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 755, + 269, + 782, + 269, + 782, + 285, + 755, + 285 + ], + "score": 0.67, + "latex": "H _ { A }" + }, + { + "category_id": 13, + "poly": [ + 756, + 291, + 782, + 291, + 782, + 308, + 756, + 308 + ], + "score": 0.66, + "latex": "H _ { B }" + }, + { + "category_id": 13, + "poly": [ + 755, + 313, + 808, + 313, + 808, + 333, + 755, + 333 + ], + "score": 0.66, + "latex": "H _ { A + B } |" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 222.0, + 811.0, + 222.0, + 811.0, + 254.0, + 545.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 224.0, + 1175.0, + 224.0, + 1175.0, + 253.0, + 899.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 259.0, + 754.0, + 259.0, + 754.0, + 292.0, + 748.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 259.0, + 791.0, + 259.0, + 791.0, + 292.0, + 783.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 279.0, + 755.0, + 279.0, + 755.0, + 315.0, + 750.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 279.0, + 792.0, + 279.0, + 792.0, + 315.0, + 783.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1114.0, + 279.0, + 1117.0, + 279.0, + 1117.0, + 315.0, + 1114.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 279.0, + 1155.0, + 279.0, + 1155.0, + 315.0, + 1146.0, + 315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 328.0, + 543.0, + 328.0, + 543.0, + 346.0, + 519.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 328.0, + 903.0, + 328.0, + 903.0, + 346.0, + 878.0, + 346.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 529.0, + 390.0, + 541.0, + 390.0, + 541.0, + 402.0, + 529.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 391.0, + 899.0, + 391.0, + 899.0, + 401.0, + 890.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1021.0, + 378.0, + 1058.0, + 378.0, + 1058.0, + 414.0, + 1021.0, + 414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 516.0, + 447.0, + 543.0, + 447.0, + 543.0, + 464.0, + 516.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 448.0, + 900.0, + 448.0, + 900.0, + 462.0, + 877.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 511.0, + 536.0, + 511.0, + 536.0, + 519.0, + 528.0, + 519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 542.0, + 571.0, + 542.0, + 571.0, + 555.0, + 557.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 539.0, + 634.0, + 539.0, + 634.0, + 557.0, + 608.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 671.0, + 542.0, + 684.0, + 542.0, + 684.0, + 556.0, + 671.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 723.0, + 539.0, + 748.0, + 539.0, + 748.0, + 557.0, + 723.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 544.0, + 796.0, + 544.0, + 796.0, + 552.0, + 789.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 919.0, + 544.0, + 929.0, + 544.0, + 929.0, + 553.0, + 919.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 539.0, + 995.0, + 539.0, + 995.0, + 557.0, + 969.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 542.0, + 1046.0, + 542.0, + 1046.0, + 555.0, + 1033.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 539.0, + 1108.0, + 539.0, + 1108.0, + 557.0, + 1084.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 260.0, + 1149.0, + 260.0, + 1149.0, + 290.0, + 1113.0, + 290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.75, + 305.0, + 805.75, + 305.0, + 805.75, + 336.0, + 749.75, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 305.5, + 1168.0, + 305.5, + 1168.0, + 336.0, + 1112.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 578.0, + 674.0, + 578.0, + 674.0, + 617.0, + 292.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 578.0, + 864.0, + 578.0, + 864.0, + 617.0, + 824.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1079.0, + 578.0, + 1127.0, + 578.0, + 1127.0, + 617.0, + 1079.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 578.0, + 1407.0, + 578.0, + 1407.0, + 617.0, + 1341.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 610.0, + 1154.0, + 610.0, + 1154.0, + 647.0, + 292.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 644.0, + 297.0, + 644.0, + 297.0, + 678.0, + 293.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 644.0, + 1275.0, + 644.0, + 1275.0, + 678.0, + 421.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 644.0, + 1405.0, + 644.0, + 1405.0, + 678.0, + 1348.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 673.0, + 870.0, + 673.0, + 870.0, + 705.0, + 294.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 673.0, + 1217.0, + 673.0, + 1217.0, + 705.0, + 894.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1242.0, + 673.0, + 1250.0, + 673.0, + 1250.0, + 705.0, + 1242.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 70.0, + 816.0, + 70.0, + 816.0, + 110.0, + 293.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 752.0, + 1410.0, + 752.0, + 1410.0, + 791.0, + 292.0, + 791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 783.0, + 1405.0, + 783.0, + 1405.0, + 821.0, + 294.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 817.0, + 1405.0, + 817.0, + 1405.0, + 849.0, + 295.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 848.0, + 544.0, + 848.0, + 544.0, + 881.0, + 295.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 1406.0, + 1941.0, + 1406.0, + 1979.0, + 295.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1971.0, + 1406.0, + 1971.0, + 1406.0, + 2009.0, + 295.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1998.0, + 896.0, + 1998.0, + 896.0, + 2042.0, + 294.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1998.0, + 989.0, + 1998.0, + 989.0, + 2042.0, + 978.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 1998.0, + 1201.0, + 1998.0, + 1201.0, + 2042.0, + 1191.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1371.0, + 2002.0, + 1407.0, + 2002.0, + 1407.0, + 2036.0, + 1371.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1126.0, + 1112.0, + 1126.0, + 1112.0, + 1165.0, + 295.0, + 1165.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1026.0, + 426.0, + 1026.0, + 426.0, + 1060.0, + 295.0, + 1060.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1247.0, + 825.0, + 1247.0, + 825.0, + 1297.0, + 292.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 999.0, + 1247.0, + 1368.0, + 1247.0, + 1368.0, + 1297.0, + 999.0, + 1297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1378.0, + 491.0, + 1378.0, + 491.0, + 1421.0, + 294.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 905.0, + 737.0, + 905.0, + 737.0, + 950.0, + 295.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1822.0, + 431.0, + 1822.0, + 431.0, + 1858.0, + 294.0, + 1858.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 228, + 1405, + 228, + 1405, + 355, + 297, + 355 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 446, + 1406, + 446, + 1406, + 573, + 296, + 573 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 1551, + 1404, + 1551, + 1404, + 1677, + 297, + 1677 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1060, + 1405, + 1060, + 1405, + 1161, + 299, + 1161 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 403, + 857, + 1294, + 857, + 1294, + 1005, + 403, + 1005 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 300, + 1971, + 1401, + 1971, + 1401, + 2037, + 300, + 2037 + ], + "score": 0.954 + }, + { + "category_id": 8, + "poly": [ + 586, + 1855, + 1111, + 1855, + 1111, + 1952, + 586, + 1952 + ], + "score": 0.952 + }, + { + "category_id": 1, + "poly": [ + 296, + 684, + 1403, + 684, + 1403, + 750, + 296, + 750 + ], + "score": 0.949 + }, + { + "category_id": 8, + "poly": [ + 517, + 1178, + 1178, + 1178, + 1178, + 1267, + 517, + 1267 + ], + "score": 0.948 + }, + { + "category_id": 8, + "poly": [ + 419, + 1316, + 1279, + 1316, + 1279, + 1403, + 419, + 1403 + ], + "score": 0.947 + }, + { + "category_id": 1, + "poly": [ + 298, + 1792, + 1402, + 1792, + 1402, + 1854, + 298, + 1854 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 284, + 781, + 1403, + 781, + 1403, + 846, + 284, + 846 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 299, + 1687, + 1402, + 1687, + 1402, + 1762, + 299, + 1762 + ], + "score": 0.942 + }, + { + "category_id": 8, + "poly": [ + 540, + 587, + 937, + 587, + 937, + 629, + 540, + 629 + ], + "score": 0.935 + }, + { + "category_id": 1, + "poly": [ + 298, + 642, + 661, + 642, + 661, + 675, + 298, + 675 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 292, + 1421, + 1313, + 1421, + 1313, + 1461, + 292, + 1461 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 296, + 1282, + 416, + 1282, + 416, + 1314, + 296, + 1314 + ], + "score": 0.921 + }, + { + "category_id": 1, + "poly": [ + 1176, + 592, + 1402, + 592, + 1402, + 626, + 1176, + 626 + ], + "score": 0.92 + }, + { + "category_id": 0, + "poly": [ + 300, + 390, + 681, + 390, + 681, + 422, + 300, + 422 + ], + "score": 0.919 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 814, + 74, + 814, + 105, + 299, + 105 + ], + "score": 0.917 + }, + { + "category_id": 0, + "poly": [ + 301, + 1493, + 684, + 1493, + 684, + 1526, + 301, + 1526 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.866 + }, + { + "category_id": 2, + "poly": [ + 1374, + 1426, + 1403, + 1426, + 1403, + 1456, + 1374, + 1456 + ], + "score": 0.791 + }, + { + "category_id": 13, + "poly": [ + 346, + 2002, + 485, + 2002, + 485, + 2036, + 346, + 2036 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } ]" + }, + { + "category_id": 14, + "poly": [ + 588, + 1850, + 1109, + 1850, + 1109, + 1951, + 588, + 1951 + ], + "score": 0.93, + "latex": "\\mathbb { E } \\left\\| \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right\\| ^ { 2 } = \\frac { 1 } { d ^ { 2 } } \\sum _ { i = 1 } ^ { d } \\mathbb { E } \\| \\nabla { \\mathcal { L } } _ { e _ { i } } \\| ^ { 2 } = \\frac { n \\sigma ^ { 2 } } { d } ," + }, + { + "category_id": 13, + "poly": [ + 636, + 1425, + 807, + 1425, + 807, + 1460, + 636, + 1460 + ], + "score": 0.93, + "latex": "i ^ { * } \\in \\{ 0 , \\ldots , k \\}" + }, + { + "category_id": 13, + "poly": [ + 762, + 290, + 850, + 290, + 850, + 325, + 762, + 325 + ], + "score": 0.93, + "latex": "\\lambda _ { i } ^ { B } > 0" + }, + { + "category_id": 14, + "poly": [ + 540, + 586, + 937, + 586, + 937, + 628, + 540, + 628 + ], + "score": 0.93, + "latex": "\\theta ^ { k + 1 } = \\theta ^ { k } - \\eta m _ { t } ( \\theta ^ { k } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { k } ) ," + }, + { + "category_id": 14, + "poly": [ + 418, + 1311, + 1279, + 1311, + 1279, + 1404, + 418, + 1404 + ], + "score": 0.93, + "latex": "\\operatorname* { m i n } _ { i = 0 , \\dots , k } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 1 } { k } \\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla { \\mathcal { L } } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\frac { 2 { \\mathcal { L } } ( \\theta ^ { 0 } ) } { \\eta k } ." + }, + { + "category_id": 13, + "poly": [ + 628, + 290, + 716, + 290, + 716, + 325, + 628, + 325 + ], + "score": 0.93, + "latex": "\\lambda _ { i } ^ { A } = 0" + }, + { + "category_id": 13, + "poly": [ + 919, + 1420, + 1308, + 1420, + 1308, + 1461, + 919, + 1461 + ], + "score": 0.93, + "latex": "\\| m _ { t } ( { \\theta ^ { i } } ^ { * } ) \\odot \\nabla { \\mathcal { L } } ( { \\theta ^ { i } } ^ { * } ) \\| ^ { 2 } \\leqslant { \\mathcal { O } } ( 1 / k )" + }, + { + "category_id": 13, + "poly": [ + 688, + 1061, + 765, + 1061, + 765, + 1098, + 688, + 1098 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { \\eta \\leqslant \\frac { 1 } { L } } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 402, + 853, + 1295, + 853, + 1295, + 1007, + 402, + 1007 + ], + "score": 0.93, + "latex": "\\begin{array} { l } { \\displaystyle \\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - \\eta \\langle \\nabla \\mathcal { L } ( \\theta ^ { i } ) , m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\rangle + \\displaystyle \\frac { L \\eta ^ { 2 } } { 2 } \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } } \\\\ { \\displaystyle \\qquad = \\mathcal { L } ( \\theta ^ { i } ) - \\left( \\eta - \\frac { L \\eta ^ { 2 } } { 2 } \\right) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } . } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 920, + 1553, + 1082, + 1553, + 1082, + 1587, + 920, + 1587 + ], + "score": 0.93, + "latex": "\\nabla \\mathcal { L } _ { e } ( \\theta ) \\in \\mathbb { R } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 421, + 1061, + 621, + 1061, + 621, + 1096, + 421, + 1096 + ], + "score": 0.93, + "latex": "\\eta - L \\eta ^ { 2 } / 2 \\geqslant \\eta / 2" + }, + { + "category_id": 13, + "poly": [ + 1315, + 478, + 1400, + 478, + 1400, + 513, + 1315, + 513 + ], + "score": 0.92, + "latex": "m _ { t } ( \\theta ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 484, + 261, + 614, + 261, + 614, + 294, + 484, + 294 + ], + "score": 0.92, + "latex": "T ^ { \\epsilon } ( \\theta ^ { * } ) = \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 868, + 261, + 1011, + 261, + 1011, + 294, + 868, + 294 + ], + "score": 0.92, + "latex": "T ^ { \\epsilon } ( \\theta ^ { * } ) \\leqslant 2 \\epsilon" + }, + { + "category_id": 14, + "poly": [ + 517, + 1175, + 1181, + 1175, + 1181, + 1269, + 517, + 1269 + ], + "score": 0.92, + "latex": "\\sum _ { i = 0 } ^ { k - 1 } ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 } \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) - \\mathcal { L } ( \\theta ^ { k } ) \\leqslant \\mathcal { L } ( \\theta ^ { 0 } ) ." + }, + { + "category_id": 13, + "poly": [ + 927, + 1685, + 1152, + 1685, + 1152, + 1726, + 927, + 1726 + ], + "score": 0.92, + "latex": "\\begin{array} { r } { \\mathcal { L } = ( 1 / d ) \\sum _ { e = 1 } ^ { d } \\mathcal { L } _ { e } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 261, + 420, + 261, + 420, + 292, + 298, + 292 + ], + "score": 0.92, + "latex": "H _ { A } = H _ { B }" + }, + { + "category_id": 13, + "poly": [ + 903, + 510, + 1133, + 510, + 1133, + 542, + 903, + 542 + ], + "score": 0.92, + "latex": "t \\in \\{ d / 2 + 1 , \\ldots , d \\}" + }, + { + "category_id": 13, + "poly": [ + 1027, + 1726, + 1398, + 1726, + 1398, + 1760, + 1027, + 1760 + ], + "score": 0.92, + "latex": "\\mathbb { E } \\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( n / c ^ { d } )" + }, + { + "category_id": 13, + "poly": [ + 1010, + 716, + 1349, + 716, + 1349, + 750, + 1010, + 750 + ], + "score": 0.91, + "latex": "\\| m _ { t } ( \\theta ) \\odot \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } \\leqslant \\mathcal { O } ( 1 / k )" + }, + { + "category_id": 13, + "poly": [ + 1018, + 478, + 1228, + 478, + 1228, + 512, + 1018, + 512 + ], + "score": 0.91, + "latex": "\\mathsf { \\bar { \\rho } } m _ { t } ( \\theta ^ { k } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { k } )" + }, + { + "category_id": 13, + "poly": [ + 573, + 1554, + 660, + 1554, + 660, + 1582, + 573, + 1582 + ], + "score": 0.91, + "latex": "\\boldsymbol \\theta \\in \\mathbb { R } ^ { n }" + }, + { + "category_id": 13, + "poly": [ + 371, + 645, + 440, + 645, + 440, + 676, + 371, + 676 + ], + "score": 0.91, + "latex": "\\eta > 0" + }, + { + "category_id": 13, + "poly": [ + 861, + 1973, + 925, + 1973, + 925, + 2005, + 861, + 2005 + ], + "score": 0.91, + "latex": "\\nabla { \\mathcal { L } } _ { e _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1725, + 386, + 1725, + 386, + 1760, + 298, + 1760 + ], + "score": 0.91, + "latex": "\\mathcal { O } ( n / d )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1098, + 826, + 1098, + 826, + 1132, + 297, + 1132 + ], + "score": 0.9, + "latex": "\\mathcal { L } ( \\theta ^ { i + 1 } ) \\leqslant \\mathcal { L } ( \\theta ^ { i } ) - ( \\eta / 2 ) \\| m _ { t } ( \\theta ^ { i } ) \\odot \\nabla \\mathcal { L } ( \\theta ^ { i } ) \\| ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1190, + 685, + 1296, + 685, + 1296, + 716, + 1190, + 716 + ], + "score": 0.9, + "latex": "\\eta \\leqslant 1 / L" + }, + { + "category_id": 13, + "poly": [ + 1237, + 1689, + 1406, + 1689, + 1406, + 1725, + 1237, + 1725 + ], + "score": 0.9, + "latex": "\\mathbb { E } \\| \\nabla \\mathcal { L } ( \\theta ) \\| ^ { 2 } =" + }, + { + "category_id": 13, + "poly": [ + 1180, + 1582, + 1228, + 1582, + 1228, + 1612, + 1180, + 1612 + ], + "score": 0.89, + "latex": "\\sigma ^ { 2 } I" + }, + { + "category_id": 13, + "poly": [ + 843, + 2007, + 906, + 2007, + 906, + 2036, + 843, + 2036 + ], + "score": 0.89, + "latex": "\\nabla { \\mathcal { L } } _ { e _ { i } }" + }, + { + "category_id": 13, + "poly": [ + 913, + 1098, + 978, + 1098, + 978, + 1128, + 913, + 1128 + ], + "score": 0.89, + "latex": "i \\geqslant 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 1584, + 361, + 1584, + 361, + 1612, + 298, + 1612 + ], + "score": 0.88, + "latex": "e \\in \\mathcal { E }" + }, + { + "category_id": 13, + "poly": [ + 1334, + 782, + 1359, + 782, + 1359, + 811, + 1334, + 811 + ], + "score": 0.87, + "latex": "\\theta ^ { i }" + }, + { + "category_id": 13, + "poly": [ + 1205, + 1795, + 1251, + 1795, + 1251, + 1823, + 1205, + 1823 + ], + "score": 0.83, + "latex": "\\nabla \\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 684, + 1796, + 701, + 1796, + 701, + 1822, + 684, + 1822 + ], + "score": 0.83, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 954, + 481, + 972, + 481, + 972, + 507, + 954, + 507 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 738, + 785, + 760, + 785, + 760, + 811, + 738, + 811 + ], + "score": 0.81, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 397, + 1132, + 414, + 1132, + 414, + 1156, + 397, + 1156 + ], + "score": 0.81, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 608, + 686, + 630, + 686, + 630, + 713, + 608, + 713 + ], + "score": 0.81, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 1382, + 687, + 1401, + 687, + 1401, + 713, + 1382, + 713 + ], + "score": 0.8, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 542, + 1725, + 916, + 1725, + 916, + 1760, + 542, + 1760 + ], + "score": 0.8, + "latex": "\\forall t \\in \\{ d / 2 + 1 , \\ldots , d \\} , \\exists c \\in ( 1 , 2 ]" + }, + { + "category_id": 13, + "poly": [ + 914, + 718, + 931, + 718, + 931, + 744, + 914, + 744 + ], + "score": 0.8, + "latex": "\\theta" + }, + { + "category_id": 13, + "poly": [ + 339, + 326, + 366, + 326, + 366, + 349, + 339, + 349 + ], + "score": 0.78, + "latex": "\\infty" + }, + { + "category_id": 13, + "poly": [ + 519, + 687, + 542, + 687, + 542, + 713, + 519, + 713 + ], + "score": 0.77, + "latex": "\\mathcal { L }" + }, + { + "category_id": 13, + "poly": [ + 1166, + 1101, + 1179, + 1101, + 1179, + 1126, + 1166, + 1126 + ], + "score": 0.72, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 798, + 1725, + 917, + 1725, + 917, + 1760, + 798, + 1760 + ], + "score": 0.34, + "latex": "\\exists c \\in ( 1 , 2 ]" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 390.0, + 684.0, + 390.0, + 684.0, + 426.0, + 296.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1493.0, + 686.0, + 1493.0, + 686.0, + 1529.0, + 296.0, + 1529.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": [ + 1377.0, + 1430.0, + 1403.0, + 1430.0, + 1403.0, + 1458.0, + 1377.0, + 1458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1407.0, + 230.0, + 1407.0, + 263.0, + 295.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 421.0, + 261.0, + 483.0, + 261.0, + 483.0, + 294.0, + 421.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 615.0, + 261.0, + 867.0, + 261.0, + 867.0, + 294.0, + 615.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 294.0, + 1012.0, + 294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 627.0, + 288.0, + 627.0, + 327.0, + 292.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 717.0, + 288.0, + 761.0, + 288.0, + 761.0, + 327.0, + 717.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 288.0, + 1406.0, + 288.0, + 1406.0, + 327.0, + 851.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 321.0, + 338.0, + 321.0, + 338.0, + 358.0, + 294.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 367.0, + 321.0, + 736.0, + 321.0, + 736.0, + 358.0, + 367.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 447.0, + 1406.0, + 447.0, + 1406.0, + 480.0, + 294.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 475.0, + 953.0, + 475.0, + 953.0, + 512.0, + 294.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 475.0, + 1017.0, + 475.0, + 1017.0, + 512.0, + 973.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 475.0, + 1314.0, + 475.0, + 1314.0, + 512.0, + 1229.0, + 512.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 508.0, + 902.0, + 508.0, + 902.0, + 546.0, + 291.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 508.0, + 1406.0, + 508.0, + 1406.0, + 546.0, + 1134.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 539.0, + 1309.0, + 539.0, + 1309.0, + 576.0, + 293.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1550.0, + 572.0, + 1550.0, + 572.0, + 1589.0, + 292.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1550.0, + 919.0, + 1550.0, + 919.0, + 1589.0, + 661.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 1550.0, + 1405.0, + 1550.0, + 1405.0, + 1589.0, + 1083.0, + 1589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1585.0, + 297.0, + 1585.0, + 297.0, + 1615.0, + 292.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 362.0, + 1585.0, + 1179.0, + 1585.0, + 1179.0, + 1615.0, + 362.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 1585.0, + 1404.0, + 1585.0, + 1404.0, + 1615.0, + 1229.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1615.0, + 1402.0, + 1615.0, + 1402.0, + 1648.0, + 295.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1642.0, + 648.0, + 1642.0, + 648.0, + 1682.0, + 294.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1059.0, + 420.0, + 1059.0, + 420.0, + 1102.0, + 293.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1059.0, + 687.0, + 1059.0, + 687.0, + 1102.0, + 622.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 766.0, + 1059.0, + 1410.0, + 1059.0, + 1410.0, + 1102.0, + 766.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 827.0, + 1093.0, + 912.0, + 1093.0, + 912.0, + 1136.0, + 827.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 1093.0, + 1165.0, + 1093.0, + 1165.0, + 1136.0, + 979.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1093.0, + 1406.0, + 1093.0, + 1406.0, + 1136.0, + 1180.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1125.0, + 396.0, + 1125.0, + 396.0, + 1166.0, + 295.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 415.0, + 1125.0, + 508.0, + 1125.0, + 508.0, + 1166.0, + 415.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1969.0, + 860.0, + 1969.0, + 860.0, + 2007.0, + 294.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 926.0, + 1969.0, + 1406.0, + 1969.0, + 1406.0, + 2007.0, + 926.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1996.0, + 345.0, + 1996.0, + 345.0, + 2042.0, + 294.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 1996.0, + 842.0, + 1996.0, + 842.0, + 2042.0, + 486.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 1996.0, + 919.0, + 1996.0, + 919.0, + 2042.0, + 907.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 683.0, + 518.0, + 683.0, + 518.0, + 720.0, + 296.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 683.0, + 607.0, + 683.0, + 607.0, + 720.0, + 543.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 683.0, + 1189.0, + 683.0, + 1189.0, + 720.0, + 631.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 683.0, + 1381.0, + 683.0, + 1381.0, + 720.0, + 1297.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 683.0, + 1406.0, + 683.0, + 1406.0, + 720.0, + 1402.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 710.0, + 913.0, + 710.0, + 913.0, + 753.0, + 293.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 932.0, + 710.0, + 1009.0, + 710.0, + 1009.0, + 753.0, + 932.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1350.0, + 710.0, + 1361.0, + 710.0, + 1361.0, + 753.0, + 1350.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 683.0, + 1790.0, + 683.0, + 1829.0, + 294.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1790.0, + 1204.0, + 1790.0, + 1204.0, + 1829.0, + 702.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1829.0, + 1252.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1819.0, + 449.0, + 1819.0, + 449.0, + 1860.0, + 292.0, + 1860.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 779.0, + 737.0, + 779.0, + 737.0, + 820.0, + 292.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 779.0, + 1333.0, + 779.0, + 1333.0, + 820.0, + 761.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 779.0, + 1406.0, + 779.0, + 1406.0, + 820.0, + 1360.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 810.0, + 359.0, + 810.0, + 359.0, + 850.0, + 291.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 1673.0, + 926.0, + 1673.0, + 926.0, + 1745.0, + 285.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1673.0, + 1236.0, + 1673.0, + 1236.0, + 1745.0, + 1153.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1407.0, + 1673.0, + 1414.0, + 1673.0, + 1414.0, + 1745.0, + 1407.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1722.0, + 297.0, + 1722.0, + 297.0, + 1764.0, + 294.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 1722.0, + 541.0, + 1722.0, + 541.0, + 1764.0, + 387.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 918.0, + 1722.0, + 1026.0, + 1722.0, + 1026.0, + 1764.0, + 918.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1722.0, + 1408.0, + 1722.0, + 1408.0, + 1764.0, + 1399.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 639.0, + 370.0, + 639.0, + 370.0, + 680.0, + 295.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 639.0, + 663.0, + 639.0, + 663.0, + 680.0, + 441.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 1414.0, + 635.0, + 1414.0, + 635.0, + 1467.0, + 289.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1414.0, + 918.0, + 1414.0, + 918.0, + 1467.0, + 808.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 1414.0, + 1321.0, + 1414.0, + 1321.0, + 1467.0, + 1309.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1278.0, + 422.0, + 1278.0, + 422.0, + 1318.0, + 294.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 589.0, + 1405.0, + 589.0, + 1405.0, + 632.0, + 1176.0, + 632.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 295, + 704, + 1406, + 704, + 1406, + 944, + 295, + 944 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 227, + 1403, + 227, + 1403, + 394, + 298, + 394 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 299, + 1498, + 1404, + 1498, + 1404, + 1594, + 299, + 1594 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 1911, + 1405, + 1911, + 1405, + 2036, + 296, + 2036 + ], + "score": 0.974 + }, + { + "category_id": 8, + "poly": [ + 550, + 409, + 1146, + 409, + 1146, + 688, + 550, + 688 + ], + "score": 0.966 + }, + { + "category_id": 8, + "poly": [ + 334, + 1004, + 1368, + 1004, + 1368, + 1448, + 334, + 1448 + ], + "score": 0.964 + }, + { + "category_id": 8, + "poly": [ + 421, + 1787, + 1274, + 1787, + 1274, + 1901, + 421, + 1901 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 366, + 1606, + 1329, + 1606, + 1329, + 1718, + 366, + 1718 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 297, + 1743, + 832, + 1743, + 832, + 1777, + 297, + 1777 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 298, + 957, + 1089, + 957, + 1089, + 993, + 298, + 993 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.918 + }, + { + "category_id": 9, + "poly": [ + 1365, + 628, + 1401, + 628, + 1401, + 658, + 1365, + 658 + ], + "score": 0.871 + }, + { + "category_id": 2, + "poly": [ + 835, + 2087, + 863, + 2087, + 863, + 2113, + 835, + 2113 + ], + "score": 0.869 + }, + { + "category_id": 14, + "poly": [ + 333, + 1005, + 1365, + 1005, + 1365, + 1451, + 333, + 1451 + ], + "score": 0.95, + "latex": "\\begin{array} { r l } { \\mathbb { E } \\| m _ { t } \\operatorname { \\wp } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ) \\| ^ { 2 } = \\displaystyle \\sum _ { j = 1 } ^ { n } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } ] } & { } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\imath } } = 0 } ^ { d } \\mathbb { E } [ [ m _ { \\epsilon } ] _ { j } ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = 0 } ^ { d - 1 } \\sum _ { \\tilde { p } = 0 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] \\mathbb { P } \\mathrm { r } [ p _ { j } = \\hat { p } _ { j } ] } \\\\ { = \\displaystyle 2 \\sum _ { j = 1 } ^ { n } \\sum _ { \\tilde { p } _ { \\tilde { \\jmath } } = - 1 } ^ { d } \\mathbb { E } [ ( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla { \\mathcal { L } } _ { \\epsilon _ { \\epsilon } } ] _ { i } ) ^ { 2 } | p _ { j } = \\hat { p } _ { j } ] ( \\displaystyle \\frac { 1 } { 2 } ) ^ { d } ( \\displaystyle \\frac { d } { \\hat { p } _ { j } } ) , } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 548, + 406, + 1149, + 406, + 1149, + 692, + 548, + 692 + ], + "score": 0.95, + "latex": "\\begin{array} { l } { \\displaystyle \\operatorname* { P r } [ [ m _ { t } ] _ { j } = 1 ] = \\sum _ { u = t } ^ { d } \\operatorname* { P r } ( p _ { j } = u ) + \\sum _ { u = 0 } ^ { d - t } \\operatorname* { P r } ( p _ { j } = u ) } \\\\ { \\displaystyle \\quad = \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } + \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = 0 } ^ { d - t } \\binom { d } { k } } \\\\ { \\displaystyle \\quad = 2 \\bigg ( \\frac { 1 } { 2 } \\bigg ) ^ { d } \\sum _ { k = t } ^ { d } \\binom { d } { k } . } \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 425, + 1787, + 1273, + 1787, + 1273, + 1901, + 425, + 1901 + ], + "score": 0.94, + "latex": "\\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = \\hat { p } _ { j } \\leqslant d \\right] \\leqslant \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\middle | p _ { j } = d \\right] ." + }, + { + "category_id": 13, + "poly": [ + 657, + 704, + 969, + 704, + 969, + 765, + 657, + 765 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla { \\mathcal { L } } _ { e _ { i } } \\right) \\right\\| ^ { 2 } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 936, + 1560, + 1098, + 1560, + 1098, + 1594, + 936, + 1594 + ], + "score": 0.93, + "latex": "j \\in \\{ 1 , \\ldots , n \\}" + }, + { + "category_id": 14, + "poly": [ + 366, + 1605, + 1332, + 1605, + 1332, + 1717, + 366, + 1717 + ], + "score": 0.93, + "latex": "\\mathbb { E } \\left. m _ { t } \\odot \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right. ^ { 2 } = 2 n \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = \\hat { p } _ { j } \\right] \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { \\hat { p } _ { j } } } ." + }, + { + "category_id": 13, + "poly": [ + 497, + 322, + 771, + 322, + 771, + 367, + 497, + 367 + ], + "score": 0.93, + "latex": "\\begin{array} { r } { P r ( p _ { j } = u ) = \\left( \\frac { 1 } { 2 } \\right) ^ { d } { \\binom { d } { u } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 790, + 436, + 790, + 436, + 825, + 298, + 825 + ], + "score": 0.92, + "latex": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j } > 0" + }, + { + "category_id": 13, + "poly": [ + 858, + 262, + 1040, + 262, + 1040, + 295, + 858, + 295 + ], + "score": 0.92, + "latex": "t \\in \\{ d / 2 , \\ldots , d \\}" + }, + { + "category_id": 13, + "poly": [ + 829, + 821, + 915, + 821, + 915, + 855, + 829, + 855 + ], + "score": 0.92, + "latex": "[ \\nabla { \\mathcal { L } } _ { e } ] _ { j }" + }, + { + "category_id": 13, + "poly": [ + 740, + 790, + 833, + 790, + 833, + 824, + 740, + 824 + ], + "score": 0.91, + "latex": "[ \\nabla { \\mathcal { L } } _ { e ^ { \\prime } } ] _ { j }" + }, + { + "category_id": 13, + "poly": [ + 1265, + 761, + 1353, + 761, + 1353, + 790, + 1265, + 790 + ], + "score": 0.91, + "latex": "m _ { t } = 1" + }, + { + "category_id": 13, + "poly": [ + 446, + 1974, + 534, + 1974, + 534, + 2006, + 446, + 2006 + ], + "score": 0.91, + "latex": "p _ { j } \\ = \\ d" + }, + { + "category_id": 13, + "poly": [ + 364, + 761, + 452, + 761, + 452, + 789, + 364, + 789 + ], + "score": 0.9, + "latex": "m _ { t } = 1" + }, + { + "category_id": 13, + "poly": [ + 910, + 236, + 947, + 236, + 947, + 261, + 910, + 261 + ], + "score": 0.84, + "latex": "m _ { t }" + }, + { + "category_id": 13, + "poly": [ + 1045, + 295, + 1061, + 295, + 1061, + 324, + 1045, + 324 + ], + "score": 0.83, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 1156, + 333, + 1171, + 333, + 1171, + 363, + 1156, + 363 + ], + "score": 0.83, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 367, + 1944, + 383, + 1944, + 383, + 1975, + 367, + 1975 + ], + "score": 0.82, + "latex": "j" + }, + { + "category_id": 13, + "poly": [ + 298, + 332, + 316, + 332, + 316, + 358, + 298, + 358 + ], + "score": 0.78, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 930, + 300, + 949, + 300, + 949, + 319, + 930, + 319 + ], + "score": 0.74, + "latex": "u" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.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, + 2125.0, + 831.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 285.0, + 699.0, + 656.0, + 699.0, + 656.0, + 770.0, + 285.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 699.0, + 1414.0, + 699.0, + 1414.0, + 770.0, + 970.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 756.0, + 363.0, + 756.0, + 363.0, + 793.0, + 293.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 756.0, + 1264.0, + 756.0, + 1264.0, + 793.0, + 453.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 756.0, + 1406.0, + 756.0, + 1406.0, + 793.0, + 1354.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 789.0, + 739.0, + 789.0, + 739.0, + 827.0, + 437.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 789.0, + 1406.0, + 789.0, + 1406.0, + 827.0, + 834.0, + 827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 817.0, + 828.0, + 817.0, + 828.0, + 857.0, + 293.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 817.0, + 1404.0, + 817.0, + 1404.0, + 857.0, + 916.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 852.0, + 1404.0, + 852.0, + 1404.0, + 885.0, + 294.0, + 885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 880.0, + 1406.0, + 880.0, + 1406.0, + 917.0, + 294.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 912.0, + 583.0, + 912.0, + 583.0, + 945.0, + 297.0, + 945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 909.0, + 231.0, + 909.0, + 264.0, + 294.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 231.0, + 1403.0, + 231.0, + 1403.0, + 264.0, + 948.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 857.0, + 260.0, + 857.0, + 297.0, + 293.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 260.0, + 1407.0, + 260.0, + 1407.0, + 297.0, + 1041.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 290.0, + 929.0, + 290.0, + 929.0, + 330.0, + 292.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 290.0, + 1044.0, + 290.0, + 1044.0, + 330.0, + 950.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1062.0, + 290.0, + 1405.0, + 290.0, + 1405.0, + 330.0, + 1062.0, + 330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 322.0, + 297.0, + 322.0, + 297.0, + 371.0, + 289.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 322.0, + 496.0, + 322.0, + 496.0, + 371.0, + 317.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 322.0, + 1155.0, + 322.0, + 1155.0, + 371.0, + 772.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1172.0, + 322.0, + 1408.0, + 322.0, + 1408.0, + 371.0, + 1172.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 361.0, + 766.0, + 361.0, + 766.0, + 396.0, + 295.0, + 396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1496.0, + 1404.0, + 1496.0, + 1404.0, + 1536.0, + 293.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1529.0, + 1401.0, + 1529.0, + 1401.0, + 1563.0, + 295.0, + 1563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1559.0, + 935.0, + 1559.0, + 935.0, + 1596.0, + 292.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1099.0, + 1559.0, + 1252.0, + 1559.0, + 1252.0, + 1596.0, + 1099.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 1406.0, + 1909.0, + 1406.0, + 1948.0, + 293.0, + 1948.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1942.0, + 366.0, + 1942.0, + 366.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 384.0, + 1942.0, + 1406.0, + 1942.0, + 1406.0, + 1978.0, + 384.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1975.0, + 445.0, + 1975.0, + 445.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 1975.0, + 1405.0, + 1975.0, + 1405.0, + 2007.0, + 535.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1405.0, + 2002.0, + 1405.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1743.0, + 833.0, + 1743.0, + 833.0, + 1779.0, + 296.0, + 1779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 955.0, + 1088.0, + 955.0, + 1088.0, + 997.0, + 294.0, + 997.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 16, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1129, + 1407, + 1129, + 1407, + 1241, + 296, + 1241 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 296, + 690, + 1406, + 690, + 1406, + 825, + 296, + 825 + ], + "score": 0.977 + }, + { + "category_id": 8, + "poly": [ + 374, + 381, + 1322, + 381, + 1322, + 680, + 374, + 680 + ], + "score": 0.968 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1405, + 228, + 1405, + 325, + 297, + 325 + ], + "score": 0.967 + }, + { + "category_id": 8, + "poly": [ + 700, + 1032, + 1002, + 1032, + 1002, + 1116, + 700, + 1116 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 578, + 839, + 1117, + 839, + 1117, + 951, + 578, + 951 + ], + "score": 0.958 + }, + { + "category_id": 2, + "poly": [ + 298, + 1948, + 1408, + 1948, + 1408, + 2033, + 298, + 2033 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 297, + 981, + 816, + 981, + 816, + 1017, + 297, + 1017 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 297, + 337, + 642, + 337, + 642, + 370, + 297, + 370 + ], + "score": 0.926 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2113, + 835, + 2113 + ], + "score": 0.859 + }, + { + "category_id": 14, + "poly": [ + 375, + 384, + 1324, + 384, + 1324, + 684, + 375, + 684 + ], + "score": 0.94, + "latex": "\\begin{array} { r l r } { \\mathbb { E } \\left\\| m _ { t } \\odot \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } \\nabla \\mathcal { L } _ { e _ { i } } \\right) \\right\\| ^ { 2 } \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\mathbb { E } \\left[ \\left( \\displaystyle \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } [ \\nabla \\mathcal { L } _ { e _ { i } } ] _ { j } \\right) ^ { 2 } \\bigg | p _ { j } = d \\right] \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant 2 n \\displaystyle \\sum _ { \\hat { p } _ { j } = t } ^ { d } \\sigma ^ { 2 } \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d } \\left( \\displaystyle \\frac { d } { \\hat { p } _ { j } } \\right) } & \\\\ & { \\leqslant \\sigma ^ { 2 } n ( d - t ) \\Big ( \\displaystyle \\frac { d } { t } \\Big ) \\left( \\displaystyle \\frac { 1 } { 2 } \\right) ^ { d - 1 } , } & \\end{array}" + }, + { + "category_id": 14, + "poly": [ + 580, + 838, + 1117, + 838, + 1117, + 951, + 580, + 951 + ], + "score": 0.94, + "latex": "{ \\mathbb E } \\left[ \\left( \\frac { 1 } { d } \\sum _ { i = 1 } ^ { d } X _ { i } \\right) ^ { 2 } \\right] = \\frac { 1 } { d ^ { 2 } } \\sum _ { i , j = 1 } ^ { d } { \\mathbb E } [ X _ { i } X _ { j } ] \\leqslant \\sigma ^ { 2 } ." + }, + { + "category_id": 13, + "poly": [ + 944, + 1206, + 1033, + 1206, + 1033, + 1240, + 944, + 1240 + ], + "score": 0.93, + "latex": "\\mathcal { O } ( n / d )" + }, + { + "category_id": 13, + "poly": [ + 298, + 789, + 508, + 789, + 508, + 826, + 298, + 826 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ X _ { i } ] \\mathbb { E } [ X _ { j } ] \\leqslant \\sigma ^ { 2 }" + }, + { + "category_id": 14, + "poly": [ + 696, + 1029, + 1002, + 1029, + 1002, + 1114, + 696, + 1114 + ], + "score": 0.93, + "latex": "{ \\binom { d } { t } } \\sim \\left( { \\frac { 1 } { r ^ { r } ( 1 - r ) ^ { 1 - r } } } \\right) ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 394, + 1167, + 645, + 1167, + 645, + 1213, + 394, + 1213 + ], + "score": 0.93, + "latex": "\\sigma ^ { 2 } n ( d - t ) { \\binom { d } { t } } . { \\left( { \\frac { 1 } { 2 } } \\right) } ^ { d - 1 }" + }, + { + "category_id": 13, + "poly": [ + 787, + 753, + 984, + 753, + 984, + 793, + 787, + 793 + ], + "score": 0.93, + "latex": "\\mathbb { E } [ X _ { i } ] = \\sigma { \\sqrt { 2 / \\pi } }" + }, + { + "category_id": 13, + "poly": [ + 1036, + 754, + 1181, + 754, + 1181, + 791, + 1036, + 791 + ], + "score": 0.92, + "latex": "\\mathbb { E } [ X _ { i } ^ { 2 } ] = \\sigma ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 299, + 720, + 394, + 720, + 394, + 757, + 299, + 757 + ], + "score": 0.92, + "latex": "\\{ X _ { i } \\} _ { i = 1 } ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 1101, + 1172, + 1267, + 1172, + 1267, + 1209, + 1101, + 1209 + ], + "score": 0.92, + "latex": "O ( n / ( 2 - q ) ^ { d } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 1207, + 387, + 1207, + 387, + 1240, + 297, + 1240 + ], + "score": 0.91, + "latex": "t = d / 2" + }, + { + "category_id": 13, + "poly": [ + 1263, + 755, + 1404, + 755, + 1404, + 792, + 1263, + 792 + ], + "score": 0.91, + "latex": "\\mathbb { E } [ X _ { i } X _ { j } ] =" + }, + { + "category_id": 13, + "poly": [ + 489, + 983, + 691, + 983, + 691, + 1017, + 489, + 1017 + ], + "score": 0.91, + "latex": "r = t / d \\in ( 0 . 5 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 1189, + 1134, + 1307, + 1134, + 1307, + 1166, + 1189, + 1166 + ], + "score": 0.9, + "latex": "1 \\leqslant q < 2" + }, + { + "category_id": 13, + "poly": [ + 328, + 1135, + 413, + 1135, + 413, + 1161, + 328, + 1161 + ], + "score": 0.89, + "latex": "d \\to \\infty" + }, + { + "category_id": 13, + "poly": [ + 1091, + 1131, + 1120, + 1131, + 1120, + 1166, + 1091, + 1166 + ], + "score": 0.89, + "latex": "q ^ { d }" + }, + { + "category_id": 13, + "poly": [ + 890, + 1128, + 927, + 1128, + 927, + 1170, + 890, + 1170 + ], + "score": 0.88, + "latex": "\\binom { d } { t }" + }, + { + "category_id": 13, + "poly": [ + 572, + 755, + 604, + 755, + 604, + 786, + 572, + 786 + ], + "score": 0.86, + "latex": "\\sigma ^ { 2 }" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1938.0, + 1161.0, + 1938.0, + 1161.0, + 1985.0, + 320.0, + 1985.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1966.0, + 1413.0, + 1966.0, + 1413.0, + 2016.0, + 318.0, + 2016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2004.0, + 1018.0, + 2004.0, + 1018.0, + 2037.0, + 295.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.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, + 2122.0, + 831.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1127.0, + 327.0, + 1127.0, + 327.0, + 1172.0, + 293.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.0, + 1127.0, + 889.0, + 1127.0, + 889.0, + 1172.0, + 414.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 928.0, + 1127.0, + 1090.0, + 1127.0, + 1090.0, + 1172.0, + 928.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1121.0, + 1127.0, + 1188.0, + 1127.0, + 1188.0, + 1172.0, + 1121.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1308.0, + 1127.0, + 1408.0, + 1127.0, + 1408.0, + 1172.0, + 1308.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 1165.0, + 1100.0, + 1165.0, + 1100.0, + 1214.0, + 646.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1165.0, + 1409.0, + 1165.0, + 1409.0, + 1214.0, + 1268.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1205.0, + 943.0, + 1205.0, + 943.0, + 1242.0, + 388.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 1205.0, + 1046.0, + 1205.0, + 1046.0, + 1242.0, + 1034.0, + 1242.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1208.0, + 1403.0, + 1208.0, + 1403.0, + 1237.0, + 1375.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1160.5, + 664.0, + 1160.5, + 664.0, + 1222.5, + 287.0, + 1222.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 690.0, + 1406.0, + 690.0, + 1406.0, + 724.0, + 295.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 717.0, + 298.0, + 717.0, + 298.0, + 762.0, + 295.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 717.0, + 1408.0, + 717.0, + 1408.0, + 762.0, + 395.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 753.0, + 571.0, + 753.0, + 571.0, + 793.0, + 291.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 753.0, + 786.0, + 753.0, + 786.0, + 793.0, + 605.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 753.0, + 1035.0, + 753.0, + 1035.0, + 793.0, + 985.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 753.0, + 1262.0, + 753.0, + 1262.0, + 793.0, + 1182.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 791.0, + 644.0, + 791.0, + 644.0, + 825.0, + 509.0, + 825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 260.0, + 1406.0, + 260.0, + 1406.0, + 296.0, + 292.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 293.0, + 823.0, + 293.0, + 823.0, + 324.0, + 293.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 978.0, + 488.0, + 978.0, + 488.0, + 1020.0, + 293.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 978.0, + 819.0, + 978.0, + 819.0, + 1020.0, + 692.0, + 1020.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 333.0, + 643.0, + 333.0, + 643.0, + 377.0, + 293.0, + 377.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 435, + 598, + 1257, + 598, + 1257, + 941, + 435, + 941 + ], + "score": 0.982, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1 =0.9,β2=0.99, SGD + momentum0.9}
Learning rate{1e-3,1e-2,1e-1}
Batch-normalization{Yes,No}
Dropout{0.0, 0.5}
L2 regularization{1e-5,1e-4,1e-3}
L1 regularization{1e-6, 1e-5, 1e-4}
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1670, + 1405, + 1670, + 1405, + 1885, + 298, + 1885 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1054, + 1155, + 1054, + 1155, + 1209, + 298, + 1209 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 298, + 295, + 1407, + 295, + 1407, + 388, + 298, + 388 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 1183, + 1062, + 1397, + 1062, + 1397, + 1278, + 1183, + 1278 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 300, + 1515, + 1402, + 1515, + 1402, + 1577, + 300, + 1577 + ], + "score": 0.944 + }, + { + "category_id": 4, + "poly": [ + 1176, + 1306, + 1404, + 1306, + 1404, + 1417, + 1176, + 1417 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 300, + 1972, + 1402, + 1972, + 1402, + 2034, + 300, + 2034 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 298, + 1224, + 1155, + 1224, + 1155, + 1439, + 298, + 1439 + ], + "score": 0.927 + }, + { + "category_id": 1, + "poly": [ + 294, + 1440, + 1398, + 1440, + 1398, + 1500, + 294, + 1500 + ], + "score": 0.913 + }, + { + "category_id": 0, + "poly": [ + 299, + 998, + 481, + 998, + 481, + 1028, + 299, + 1028 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 298, + 1919, + 927, + 1919, + 927, + 1950, + 298, + 1950 + ], + "score": 0.909 + }, + { + "category_id": 0, + "poly": [ + 302, + 225, + 715, + 225, + 715, + 262, + 302, + 262 + ], + "score": 0.903 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 813, + 75, + 813, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 0, + "poly": [ + 299, + 424, + 521, + 424, + 521, + 457, + 299, + 457 + ], + "score": 0.884 + }, + { + "category_id": 0, + "poly": [ + 300, + 1613, + 529, + 1613, + 529, + 1645, + 300, + 1645 + ], + "score": 0.883 + }, + { + "category_id": 6, + "poly": [ + 296, + 487, + 1405, + 487, + 1405, + 573, + 296, + 573 + ], + "score": 0.87 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 864, + 2088, + 864, + 2112, + 836, + 2112 + ], + "score": 0.844 + }, + { + "category_id": 13, + "poly": [ + 426, + 1147, + 532, + 1147, + 532, + 1178, + 426, + 1178 + ], + "score": 0.93, + "latex": "d _ { S } + d _ { M }" + }, + { + "category_id": 13, + "poly": [ + 606, + 1285, + 796, + 1285, + 796, + 1319, + 606, + 1319 + ], + "score": 0.92, + "latex": "x _ { s , i } \\sim \\mathcal { N } ( 0 , 0 . 1 )" + }, + { + "category_id": 13, + "poly": [ + 296, + 1252, + 406, + 1252, + 406, + 1286, + 296, + 1286 + ], + "score": 0.92, + "latex": "\\mathbf { x } _ { s } \\in \\mathbb { R } ^ { d _ { S } }" + }, + { + "category_id": 13, + "poly": [ + 633, + 1178, + 731, + 1178, + 731, + 1208, + 633, + 1208 + ], + "score": 0.91, + "latex": "d _ { S } = 3 2" + }, + { + "category_id": 13, + "poly": [ + 490, + 1179, + 583, + 1179, + 583, + 1208, + 490, + 1208 + ], + "score": 0.91, + "latex": "d _ { M } = 2" + }, + { + "category_id": 13, + "poly": [ + 572, + 1671, + 684, + 1671, + 684, + 1705, + 572, + 1705 + ], + "score": 0.9, + "latex": "\\lfloor 3 0 0 0 / D \\rfloor" + }, + { + "category_id": 13, + "poly": [ + 1150, + 1516, + 1243, + 1516, + 1243, + 1544, + 1150, + 1544 + ], + "score": 0.89, + "latex": "D = 3 2" + }, + { + "category_id": 13, + "poly": [ + 620, + 1439, + 738, + 1439, + 738, + 1466, + 620, + 1466 + ], + "score": 0.89, + "latex": "\\alpha = 2 \\pi n r" + }, + { + "category_id": 13, + "poly": [ + 796, + 1260, + 842, + 1260, + 842, + 1288, + 796, + 1288 + ], + "score": 0.88, + "latex": "x _ { s , i }" + }, + { + "category_id": 13, + "poly": [ + 874, + 1407, + 1102, + 1407, + 1102, + 1440, + 874, + 1440 + ], + "score": 0.88, + "latex": "r \\sim \\mathrm { U n i f } ( 0 . 0 8 , 1 . 0 )" + }, + { + "category_id": 13, + "poly": [ + 554, + 1118, + 593, + 1118, + 593, + 1146, + 554, + 1146 + ], + "score": 0.88, + "latex": "+ 1" + }, + { + "category_id": 13, + "poly": [ + 643, + 1733, + 697, + 1733, + 697, + 1762, + 643, + 1762 + ], + "score": 0.87, + "latex": "9 7 \\%" + }, + { + "category_id": 13, + "poly": [ + 1026, + 1733, + 1079, + 1733, + 1079, + 1762, + 1026, + 1762 + ], + "score": 0.87, + "latex": "60 \\%" + }, + { + "category_id": 13, + "poly": [ + 1100, + 1289, + 1152, + 1289, + 1152, + 1317, + 1100, + 1317 + ], + "score": 0.86, + "latex": "- \\mathbf { x } _ { s }" + }, + { + "category_id": 13, + "poly": [ + 893, + 1290, + 926, + 1290, + 926, + 1316, + 893, + 1316 + ], + "score": 0.85, + "latex": "\\mathbf { x } _ { s }" + }, + { + "category_id": 13, + "poly": [ + 630, + 1118, + 668, + 1118, + 668, + 1146, + 630, + 1146 + ], + "score": 0.79, + "latex": "- 1" + }, + { + "category_id": 13, + "poly": [ + 817, + 1443, + 838, + 1443, + 838, + 1465, + 817, + 1465 + ], + "score": 0.73, + "latex": "n" + }, + { + "category_id": 13, + "poly": [ + 598, + 1468, + 750, + 1468, + 750, + 1502, + 598, + 1502 + ], + "score": 0.63, + "latex": "\\left[ - 0 . 0 2 , 0 . 0 2 \\right]" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1043.0, + 1418.0, + 1043.0, + 1418.0, + 1273.0, + 1180.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1184.0, + 1153.0, + 1200.0, + 1153.0, + 1200.0, + 1171.0, + 1184.0, + 1171.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1290.0, + 1264.0, + 1305.0, + 1264.0, + 1305.0, + 1276.0, + 1290.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 1305.0, + 1405.0, + 1305.0, + 1405.0, + 1335.0, + 1176.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 1333.0, + 1404.0, + 1333.0, + 1404.0, + 1361.0, + 1176.0, + 1361.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1360.0, + 1409.0, + 1360.0, + 1409.0, + 1390.0, + 1174.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 1386.0, + 1342.0, + 1386.0, + 1342.0, + 1418.0, + 1174.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 997.0, + 484.0, + 997.0, + 484.0, + 1032.0, + 294.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1917.0, + 929.0, + 1917.0, + 929.0, + 1954.0, + 294.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 221.0, + 720.0, + 221.0, + 720.0, + 268.0, + 292.0, + 268.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 423.0, + 525.0, + 423.0, + 525.0, + 459.0, + 294.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1611.0, + 534.0, + 1611.0, + 534.0, + 1648.0, + 293.0, + 1648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 489.0, + 1405.0, + 489.0, + 1405.0, + 518.0, + 295.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 518.0, + 1403.0, + 518.0, + 1403.0, + 547.0, + 295.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 545.0, + 477.0, + 545.0, + 477.0, + 575.0, + 292.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1668.0, + 571.0, + 1668.0, + 571.0, + 1709.0, + 293.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 1668.0, + 1406.0, + 1668.0, + 1406.0, + 1709.0, + 685.0, + 1709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1701.0, + 1403.0, + 1701.0, + 1403.0, + 1736.0, + 295.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1732.0, + 642.0, + 1732.0, + 642.0, + 1766.0, + 293.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 698.0, + 1732.0, + 1025.0, + 1732.0, + 1025.0, + 1766.0, + 698.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1732.0, + 1405.0, + 1732.0, + 1405.0, + 1766.0, + 1080.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1761.0, + 1406.0, + 1761.0, + 1406.0, + 1798.0, + 293.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1830.0, + 292.0, + 1830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1821.0, + 1406.0, + 1821.0, + 1406.0, + 1861.0, + 291.0, + 1861.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1855.0, + 845.0, + 1855.0, + 845.0, + 1889.0, + 293.0, + 1889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1055.0, + 1157.0, + 1055.0, + 1157.0, + 1089.0, + 296.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1086.0, + 1157.0, + 1086.0, + 1157.0, + 1120.0, + 296.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1117.0, + 553.0, + 1117.0, + 553.0, + 1150.0, + 295.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1117.0, + 629.0, + 1117.0, + 629.0, + 1150.0, + 594.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 669.0, + 1117.0, + 1158.0, + 1117.0, + 1158.0, + 1150.0, + 669.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1145.0, + 425.0, + 1145.0, + 425.0, + 1182.0, + 294.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1145.0, + 1158.0, + 1145.0, + 1158.0, + 1182.0, + 533.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1177.0, + 489.0, + 1177.0, + 489.0, + 1211.0, + 295.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 584.0, + 1177.0, + 632.0, + 1177.0, + 632.0, + 1211.0, + 584.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 732.0, + 1177.0, + 742.0, + 1177.0, + 742.0, + 1211.0, + 732.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 291.0, + 1408.0, + 291.0, + 1408.0, + 332.0, + 292.0, + 332.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 331.0, + 349.0, + 331.0, + 349.0, + 356.0, + 292.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 326.0, + 1403.0, + 326.0, + 1403.0, + 360.0, + 385.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 355.0, + 883.0, + 355.0, + 883.0, + 393.0, + 295.0, + 393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1514.0, + 1149.0, + 1514.0, + 1149.0, + 1550.0, + 296.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1244.0, + 1514.0, + 1404.0, + 1514.0, + 1404.0, + 1550.0, + 1244.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1545.0, + 1162.0, + 1545.0, + 1162.0, + 1580.0, + 296.0, + 1580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1970.0, + 1404.0, + 1970.0, + 1404.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2000.0, + 1404.0, + 2000.0, + 1404.0, + 2038.0, + 295.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1222.0, + 1158.0, + 1222.0, + 1158.0, + 1258.0, + 294.0, + 1258.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1250.0, + 295.0, + 1250.0, + 295.0, + 1291.0, + 290.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 407.0, + 1250.0, + 795.0, + 1250.0, + 795.0, + 1291.0, + 407.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 1250.0, + 1158.0, + 1250.0, + 1158.0, + 1291.0, + 843.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1284.0, + 605.0, + 1284.0, + 605.0, + 1321.0, + 294.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 797.0, + 1284.0, + 892.0, + 1284.0, + 892.0, + 1321.0, + 797.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 927.0, + 1284.0, + 1099.0, + 1284.0, + 1099.0, + 1321.0, + 927.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1284.0, + 1157.0, + 1284.0, + 1157.0, + 1321.0, + 1153.0, + 1321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1315.0, + 1156.0, + 1315.0, + 1156.0, + 1347.0, + 295.0, + 1347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1344.0, + 1157.0, + 1344.0, + 1157.0, + 1380.0, + 294.0, + 1380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1376.0, + 1157.0, + 1376.0, + 1157.0, + 1409.0, + 295.0, + 1409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1406.0, + 873.0, + 1406.0, + 873.0, + 1443.0, + 295.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1103.0, + 1406.0, + 1157.0, + 1406.0, + 1157.0, + 1443.0, + 1103.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1436.0, + 619.0, + 1436.0, + 619.0, + 1471.0, + 295.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1436.0, + 816.0, + 1436.0, + 816.0, + 1471.0, + 739.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 1436.0, + 1403.0, + 1436.0, + 1403.0, + 1471.0, + 839.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1466.0, + 597.0, + 1466.0, + 597.0, + 1501.0, + 295.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 1466.0, + 1009.0, + 1466.0, + 1009.0, + 1501.0, + 751.0, + 1501.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 230, + 1404, + 230, + 1404, + 596, + 298, + 596 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 685, + 1405, + 685, + 1405, + 961, + 298, + 961 + ], + "score": 0.981 + }, + { + "category_id": 5, + "poly": [ + 380, + 1227, + 1316, + 1227, + 1316, + 1541, + 380, + 1541 + ], + "score": 0.98, + "html": "
HyperparameterRanges
No.hidden units{256,512}
No.hidden layers{3,5}
Batch-size{64,128,256}
Optimizer{Adamβ1=0.9,β2=0.999, SGD + momentum0.9}
Batch-normalization{Yes,No}
Penalty weight{10.0,100.0,1000.0}
Number of annealing iterations{0,1,2,4,8}
Learning rate{1e-3,1e-2, 1e-1, 1}
" + }, + { + "category_id": 1, + "poly": [ + 298, + 1766, + 1404, + 1766, + 1404, + 1951, + 298, + 1951 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 300, + 1051, + 1401, + 1051, + 1401, + 1142, + 300, + 1142 + ], + "score": 0.956 + }, + { + "category_id": 2, + "poly": [ + 299, + 1977, + 1405, + 1977, + 1405, + 2034, + 299, + 2034 + ], + "score": 0.928 + }, + { + "category_id": 1, + "poly": [ + 292, + 1646, + 1366, + 1646, + 1366, + 1678, + 292, + 1678 + ], + "score": 0.919 + }, + { + "category_id": 0, + "poly": [ + 302, + 1592, + 775, + 1592, + 775, + 1623, + 302, + 1623 + ], + "score": 0.916 + }, + { + "category_id": 6, + "poly": [ + 640, + 1173, + 1059, + 1173, + 1059, + 1204, + 640, + 1204 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 302, + 997, + 782, + 997, + 782, + 1028, + 302, + 1028 + ], + "score": 0.904 + }, + { + "category_id": 0, + "poly": [ + 300, + 1712, + 649, + 1712, + 649, + 1744, + 300, + 1744 + ], + "score": 0.89 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 813, + 76, + 813, + 104, + 300, + 104 + ], + "score": 0.879 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.862 + }, + { + "category_id": 0, + "poly": [ + 299, + 632, + 933, + 632, + 933, + 663, + 299, + 663 + ], + "score": 0.843 + }, + { + "category_id": 13, + "poly": [ + 432, + 480, + 448, + 480, + 448, + 502, + 432, + 502 + ], + "score": 0.7, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 455, + 1984, + 471, + 1984, + 471, + 2003, + 455, + 2003 + ], + "score": 0.65, + "latex": "c" + }, + { + "category_id": 13, + "poly": [ + 332, + 481, + 347, + 481, + 347, + 502, + 332, + 502 + ], + "score": 0.63, + "latex": "c" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1966.0, + 454.0, + 1966.0, + 454.0, + 2017.0, + 318.0, + 2017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1966.0, + 1407.0, + 1966.0, + 1407.0, + 2017.0, + 472.0, + 2017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 461.0, + 2002.0, + 461.0, + 2037.0, + 294.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1591.0, + 777.0, + 1591.0, + 777.0, + 1626.0, + 296.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1173.0, + 1059.0, + 1173.0, + 1059.0, + 1206.0, + 639.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 992.0, + 786.0, + 992.0, + 786.0, + 1033.0, + 294.0, + 1033.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1709.0, + 652.0, + 1709.0, + 652.0, + 1748.0, + 294.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 72.0, + 816.0, + 72.0, + 816.0, + 110.0, + 294.0, + 110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2083.0, + 871.0, + 2083.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 630.0, + 936.0, + 630.0, + 936.0, + 667.0, + 295.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 231.0, + 1405.0, + 231.0, + 1405.0, + 265.0, + 294.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1405.0, + 261.0, + 1405.0, + 295.0, + 294.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 288.0, + 1409.0, + 288.0, + 1409.0, + 328.0, + 292.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 320.0, + 1406.0, + 320.0, + 1406.0, + 356.0, + 293.0, + 356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 351.0, + 1404.0, + 351.0, + 1404.0, + 388.0, + 293.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 381.0, + 1404.0, + 381.0, + 1404.0, + 415.0, + 294.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 417.0, + 1402.0, + 417.0, + 1402.0, + 447.0, + 296.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 443.0, + 1405.0, + 443.0, + 1405.0, + 479.0, + 293.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 475.0, + 331.0, + 475.0, + 331.0, + 508.0, + 293.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 348.0, + 475.0, + 431.0, + 475.0, + 431.0, + 508.0, + 348.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 475.0, + 1405.0, + 475.0, + 1405.0, + 508.0, + 449.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 502.0, + 1406.0, + 502.0, + 1406.0, + 539.0, + 292.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 532.0, + 1405.0, + 532.0, + 1405.0, + 573.0, + 292.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 567.0, + 542.0, + 567.0, + 542.0, + 601.0, + 294.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 687.0, + 1406.0, + 687.0, + 1406.0, + 720.0, + 297.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 717.0, + 1405.0, + 717.0, + 1405.0, + 750.0, + 295.0, + 750.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 743.0, + 1405.0, + 743.0, + 1405.0, + 785.0, + 293.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 775.0, + 1408.0, + 775.0, + 1408.0, + 814.0, + 292.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 809.0, + 1406.0, + 809.0, + 1406.0, + 841.0, + 293.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 837.0, + 1407.0, + 837.0, + 1407.0, + 874.0, + 295.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 870.0, + 1403.0, + 870.0, + 1403.0, + 903.0, + 296.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 900.0, + 1403.0, + 900.0, + 1403.0, + 933.0, + 296.0, + 933.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 929.0, + 868.0, + 929.0, + 868.0, + 964.0, + 295.0, + 964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1764.0, + 1408.0, + 1764.0, + 1408.0, + 1803.0, + 293.0, + 1803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1796.0, + 1405.0, + 1796.0, + 1405.0, + 1833.0, + 293.0, + 1833.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1824.0, + 1408.0, + 1824.0, + 1408.0, + 1867.0, + 291.0, + 1867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1860.0, + 1405.0, + 1860.0, + 1405.0, + 1894.0, + 293.0, + 1894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1888.0, + 1407.0, + 1888.0, + 1407.0, + 1926.0, + 291.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1918.0, + 820.0, + 1918.0, + 820.0, + 1955.0, + 293.0, + 1955.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1048.0, + 1410.0, + 1048.0, + 1410.0, + 1088.0, + 293.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1081.0, + 1403.0, + 1081.0, + 1403.0, + 1114.0, + 296.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1112.0, + 1076.0, + 1112.0, + 1076.0, + 1145.0, + 295.0, + 1145.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1644.0, + 1370.0, + 1644.0, + 1370.0, + 1683.0, + 296.0, + 1683.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1333, + 970, + 1333, + 970, + 1607, + 298, + 1607 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 297, + 822, + 1405, + 822, + 1405, + 914, + 297, + 914 + ], + "score": 0.972 + }, + { + "category_id": 3, + "poly": [ + 416, + 232, + 1283, + 232, + 1283, + 612, + 416, + 612 + ], + "score": 0.972 + }, + { + "category_id": 1, + "poly": [ + 297, + 1674, + 1404, + 1674, + 1404, + 1856, + 297, + 1856 + ], + "score": 0.963 + }, + { + "category_id": 3, + "poly": [ + 298, + 943, + 1403, + 943, + 1403, + 1106, + 298, + 1106 + ], + "score": 0.958 + }, + { + "category_id": 3, + "poly": [ + 995, + 1339, + 1395, + 1339, + 1395, + 1551, + 995, + 1551 + ], + "score": 0.954 + }, + { + "category_id": 4, + "poly": [ + 297, + 1131, + 1405, + 1131, + 1405, + 1217, + 297, + 1217 + ], + "score": 0.938 + }, + { + "category_id": 4, + "poly": [ + 991, + 1579, + 1403, + 1579, + 1403, + 1636, + 991, + 1636 + ], + "score": 0.937 + }, + { + "category_id": 1, + "poly": [ + 298, + 1891, + 1402, + 1891, + 1402, + 1953, + 298, + 1953 + ], + "score": 0.936 + }, + { + "category_id": 2, + "poly": [ + 300, + 1978, + 1289, + 1978, + 1289, + 2035, + 300, + 2035 + ], + "score": 0.931 + }, + { + "category_id": 4, + "poly": [ + 291, + 647, + 1401, + 647, + 1401, + 705, + 291, + 705 + ], + "score": 0.917 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.886 + }, + { + "category_id": 0, + "poly": [ + 298, + 767, + 924, + 767, + 924, + 796, + 298, + 796 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 863, + 2088, + 863, + 2112, + 834, + 2112 + ], + "score": 0.85 + }, + { + "category_id": 0, + "poly": [ + 298, + 1643, + 969, + 1643, + 969, + 1674, + 298, + 1674 + ], + "score": 0.661 + }, + { + "category_id": 0, + "poly": [ + 299, + 1274, + 1258, + 1274, + 1258, + 1307, + 299, + 1307 + ], + "score": 0.557 + }, + { + "category_id": 1, + "poly": [ + 299, + 1274, + 1258, + 1274, + 1258, + 1307, + 299, + 1307 + ], + "score": 0.334 + }, + { + "category_id": 1, + "poly": [ + 298, + 1643, + 969, + 1643, + 969, + 1674, + 298, + 1674 + ], + "score": 0.186 + }, + { + "category_id": 13, + "poly": [ + 550, + 1764, + 889, + 1764, + 889, + 1796, + 550, + 1796 + ], + "score": 0.89, + "latex": "\\{ 0 , 0 . 0 5 , 0 . 1 , 0 . 2 , 0 . 4 , 0 . 6 , 0 . 8 \\}" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 245.0, + 496.0, + 245.0, + 496.0, + 418.0, + 418.0, + 418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 234.0, + 637.0, + 234.0, + 637.0, + 267.0, + 536.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 741.0, + 233.0, + 827.0, + 233.0, + 827.0, + 266.0, + 741.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 234.0, + 1016.0, + 234.0, + 1016.0, + 265.0, + 953.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1120.0, + 233.0, + 1249.0, + 233.0, + 1249.0, + 266.0, + 1120.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 361.0, + 496.0, + 361.0, + 496.0, + 394.0, + 443.0, + 394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 409.0, + 497.0, + 409.0, + 497.0, + 445.0, + 444.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 422.0, + 448.0, + 422.0, + 448.0, + 549.0, + 418.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 462.0, + 497.0, + 462.0, + 497.0, + 498.0, + 441.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 441.0, + 514.0, + 497.0, + 514.0, + 497.0, + 549.0, + 441.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 554.0, + 644.0, + 554.0, + 644.0, + 588.0, + 559.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 771.0, + 556.0, + 810.0, + 556.0, + 810.0, + 586.0, + 771.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 557.0, + 862.0, + 557.0, + 862.0, + 586.0, + 821.0, + 586.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 982.0, + 556.0, + 1019.0, + 556.0, + 1019.0, + 587.0, + 982.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1046.0, + 555.0, + 1117.0, + 555.0, + 1117.0, + 589.0, + 1046.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1182.0, + 556.0, + 1219.0, + 556.0, + 1219.0, + 587.0, + 1182.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 556.0, + 1282.0, + 556.0, + 1282.0, + 587.0, + 1246.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 582.0, + 621.0, + 582.0, + 621.0, + 615.0, + 550.0, + 615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 750.0, + 583.0, + 819.0, + 583.0, + 819.0, + 616.0, + 750.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 950.0, + 582.0, + 1019.0, + 582.0, + 1019.0, + 614.0, + 950.0, + 614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1150.0, + 582.0, + 1220.0, + 582.0, + 1220.0, + 617.0, + 1150.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.25, + 302.0, + 492.25, + 302.0, + 492.25, + 347.0, + 443.25, + 347.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 946.0, + 350.0, + 946.0, + 350.0, + 1066.0, + 296.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 955.0, + 465.0, + 955.0, + 465.0, + 979.0, + 392.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 953.0, + 577.0, + 953.0, + 577.0, + 967.0, + 562.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 648.0, + 952.0, + 663.0, + 952.0, + 663.0, + 967.0, + 648.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 952.0, + 751.0, + 952.0, + 751.0, + 967.0, + 735.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 952.0, + 838.0, + 952.0, + 838.0, + 966.0, + 823.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 952.0, + 925.0, + 952.0, + 925.0, + 967.0, + 909.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 952.0, + 1011.0, + 952.0, + 1011.0, + 967.0, + 996.0, + 967.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 952.0, + 1099.0, + 952.0, + 1099.0, + 966.0, + 1083.0, + 966.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1173.0, + 954.0, + 1182.0, + 954.0, + 1182.0, + 963.0, + 1173.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1345.0, + 955.0, + 1356.0, + 955.0, + 1356.0, + 963.0, + 1345.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 960.0, + 382.0, + 960.0, + 382.0, + 973.0, + 365.0, + 973.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 365.0, + 975.0, + 479.0, + 975.0, + 479.0, + 999.0, + 365.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 1048.0, + 350.0, + 1048.0, + 350.0, + 1074.0, + 315.0, + 1074.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1050.0, + 402.0, + 1050.0, + 402.0, + 1068.0, + 389.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 1052.0, + 574.0, + 1052.0, + 574.0, + 1062.0, + 564.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 1056.0, + 662.0, + 1056.0, + 662.0, + 1064.0, + 652.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 739.0, + 1056.0, + 748.0, + 1056.0, + 748.0, + 1066.0, + 739.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 825.0, + 1052.0, + 835.0, + 1052.0, + 835.0, + 1063.0, + 825.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 1050.0, + 925.0, + 1050.0, + 925.0, + 1064.0, + 909.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 996.0, + 1049.0, + 1011.0, + 1049.0, + 1011.0, + 1064.0, + 996.0, + 1064.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1068.0, + 405.0, + 1068.0, + 405.0, + 1089.0, + 386.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1068.0, + 493.0, + 1068.0, + 493.0, + 1088.0, + 473.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 559.0, + 1068.0, + 579.0, + 1068.0, + 579.0, + 1089.0, + 559.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 1065.0, + 672.0, + 1065.0, + 672.0, + 1090.0, + 638.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 1064.0, + 760.0, + 1064.0, + 760.0, + 1091.0, + 727.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 1067.0, + 843.0, + 1067.0, + 843.0, + 1089.0, + 813.0, + 1089.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 1066.0, + 936.0, + 1066.0, + 936.0, + 1090.0, + 896.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 1066.0, + 1025.0, + 1066.0, + 1025.0, + 1091.0, + 984.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 1066.0, + 1110.0, + 1066.0, + 1110.0, + 1091.0, + 1070.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 1066.0, + 1202.0, + 1066.0, + 1202.0, + 1090.0, + 1153.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1238.0, + 1064.0, + 1290.0, + 1064.0, + 1290.0, + 1093.0, + 1238.0, + 1093.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1326.0, + 1066.0, + 1375.0, + 1066.0, + 1375.0, + 1090.0, + 1326.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1078.0, + 947.0, + 1078.0, + 947.0, + 1110.0, + 776.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 1340.0, + 1056.0, + 1340.0, + 1056.0, + 1364.0, + 1012.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 1354.0, + 1378.0, + 1354.0, + 1378.0, + 1374.0, + 1312.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 994.0, + 1378.0, + 1020.0, + 1378.0, + 1020.0, + 1469.0, + 994.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1380.0, + 1054.0, + 1380.0, + 1054.0, + 1404.0, + 1007.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1398.0, + 1226.0, + 1398.0, + 1226.0, + 1424.0, + 1110.0, + 1424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 1419.0, + 1057.0, + 1419.0, + 1057.0, + 1446.0, + 1010.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1110.0, + 1423.0, + 1224.0, + 1423.0, + 1224.0, + 1448.0, + 1110.0, + 1448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1460.0, + 1055.0, + 1460.0, + 1055.0, + 1485.0, + 1008.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1076.0, + 1506.0, + 1119.0, + 1506.0, + 1119.0, + 1534.0, + 1076.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 1505.0, + 1210.0, + 1505.0, + 1210.0, + 1535.0, + 1128.0, + 1535.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 1506.0, + 1260.0, + 1506.0, + 1260.0, + 1534.0, + 1216.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 1506.0, + 1401.0, + 1506.0, + 1401.0, + 1534.0, + 1283.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 1527.0, + 1300.0, + 1527.0, + 1300.0, + 1552.0, + 1138.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1133.0, + 1402.0, + 1133.0, + 1402.0, + 1162.0, + 296.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1160.0, + 1406.0, + 1160.0, + 1406.0, + 1193.0, + 294.0, + 1193.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1186.0, + 620.0, + 1186.0, + 620.0, + 1221.0, + 294.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 1575.0, + 1409.0, + 1575.0, + 1409.0, + 1612.0, + 987.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 1604.0, + 1287.0, + 1604.0, + 1287.0, + 1639.0, + 989.0, + 1639.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 1966.0, + 1290.0, + 1966.0, + 1290.0, + 2018.0, + 320.0, + 2018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1999.0, + 618.0, + 1999.0, + 618.0, + 2040.0, + 296.0, + 2040.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 645.0, + 1404.0, + 645.0, + 1404.0, + 681.0, + 293.0, + 681.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 673.0, + 767.0, + 673.0, + 767.0, + 708.0, + 294.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 766.0, + 926.0, + 766.0, + 926.0, + 798.0, + 295.0, + 798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 868.0, + 2084.0, + 868.0, + 2124.0, + 830.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1640.0, + 970.0, + 1640.0, + 970.0, + 1677.0, + 294.0, + 1677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1274.0, + 1265.0, + 1274.0, + 1265.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1330.0, + 971.0, + 1330.0, + 971.0, + 1367.0, + 295.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1363.0, + 973.0, + 1363.0, + 973.0, + 1397.0, + 295.0, + 1397.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1393.0, + 970.0, + 1393.0, + 970.0, + 1426.0, + 295.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1425.0, + 972.0, + 1425.0, + 972.0, + 1453.0, + 295.0, + 1453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1454.0, + 971.0, + 1454.0, + 971.0, + 1486.0, + 295.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1486.0, + 969.0, + 1486.0, + 969.0, + 1516.0, + 295.0, + 1516.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1515.0, + 972.0, + 1515.0, + 972.0, + 1547.0, + 295.0, + 1547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1544.0, + 970.0, + 1544.0, + 970.0, + 1579.0, + 294.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1577.0, + 832.0, + 1577.0, + 832.0, + 1606.0, + 296.0, + 1606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 821.0, + 1406.0, + 821.0, + 1406.0, + 858.0, + 292.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 854.0, + 1403.0, + 854.0, + 1403.0, + 887.0, + 295.0, + 887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 884.0, + 1191.0, + 884.0, + 1191.0, + 917.0, + 294.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1671.0, + 1405.0, + 1671.0, + 1405.0, + 1706.0, + 295.0, + 1706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1698.0, + 1406.0, + 1698.0, + 1406.0, + 1741.0, + 292.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1735.0, + 1405.0, + 1735.0, + 1405.0, + 1766.0, + 295.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1762.0, + 549.0, + 1762.0, + 549.0, + 1798.0, + 294.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1762.0, + 1406.0, + 1762.0, + 1406.0, + 1798.0, + 890.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1794.0, + 1406.0, + 1794.0, + 1406.0, + 1829.0, + 295.0, + 1829.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1824.0, + 1186.0, + 1824.0, + 1186.0, + 1859.0, + 294.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1890.0, + 1404.0, + 1890.0, + 1404.0, + 1926.0, + 294.0, + 1926.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1919.0, + 1406.0, + 1919.0, + 1406.0, + 1957.0, + 293.0, + 1957.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1274.0, + 1265.0, + 1274.0, + 1265.0, + 1309.0, + 293.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1640.0, + 970.0, + 1640.0, + 970.0, + 1677.0, + 294.0, + 1677.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 5, + "poly": [ + 332, + 1643, + 1365, + 1643, + 1365, + 1865, + 332, + 1865 + ], + "score": 0.981, + "html": "
Test KL divlrβ1β3Tweight decay
1.652e-20.00780.210.790.360.057
1.656e-20.00720.260.860.400.041
1.662e-20.00800.230.840.410.045
1.665e-20.00680.330.720.470.077
1.672e-20.00630.670.650.470.080
" + }, + { + "category_id": 1, + "poly": [ + 297, + 444, + 1405, + 444, + 1405, + 600, + 297, + 600 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1441, + 1404, + 1441, + 1404, + 1566, + 297, + 1566 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1405, + 228, + 1405, + 353, + 298, + 353 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 300, + 614, + 1402, + 614, + 1402, + 739, + 300, + 739 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 296, + 986, + 1406, + 986, + 1406, + 1111, + 296, + 1111 + ], + "score": 0.974 + }, + { + "category_id": 3, + "poly": [ + 412, + 767, + 1287, + 767, + 1287, + 899, + 412, + 899 + ], + "score": 0.967 + }, + { + "category_id": 1, + "poly": [ + 301, + 1892, + 1403, + 1892, + 1403, + 1986, + 301, + 1986 + ], + "score": 0.964 + }, + { + "category_id": 1, + "poly": [ + 274, + 1236, + 828, + 1236, + 828, + 1400, + 274, + 1400 + ], + "score": 0.958 + }, + { + "category_id": 4, + "poly": [ + 530, + 927, + 1165, + 927, + 1165, + 958, + 530, + 958 + ], + "score": 0.936 + }, + { + "category_id": 1, + "poly": [ + 287, + 1124, + 1343, + 1124, + 1343, + 1158, + 287, + 1158 + ], + "score": 0.921 + }, + { + "category_id": 2, + "poly": [ + 323, + 2005, + 931, + 2005, + 931, + 2035, + 323, + 2035 + ], + "score": 0.905 + }, + { + "category_id": 6, + "poly": [ + 400, + 1589, + 1294, + 1589, + 1294, + 1622, + 400, + 1622 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 813, + 75, + 813, + 105, + 300, + 105 + ], + "score": 0.902 + }, + { + "category_id": 0, + "poly": [ + 301, + 1196, + 773, + 1196, + 773, + 1228, + 301, + 1228 + ], + "score": 0.88 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 0, + "poly": [ + 298, + 387, + 986, + 387, + 986, + 421, + 298, + 421 + ], + "score": 0.861 + }, + { + "category_id": 13, + "poly": [ + 815, + 987, + 969, + 987, + 969, + 1021, + 815, + 1021 + ], + "score": 0.93, + "latex": "D _ { \\mathrm { K L } } ( \\pi ^ { * } | | \\hat { \\pi } _ { \\boldsymbol { \\theta } } )" + }, + { + "category_id": 13, + "poly": [ + 1239, + 538, + 1330, + 538, + 1330, + 572, + 1239, + 572 + ], + "score": 0.93, + "latex": "\\pi ^ { * } ( a | s )" + }, + { + "category_id": 13, + "poly": [ + 517, + 538, + 651, + 538, + 651, + 572, + 517, + 572 + ], + "score": 0.92, + "latex": "( s , \\pi ^ { * } ( a | s ) )" + }, + { + "category_id": 13, + "poly": [ + 299, + 230, + 534, + 230, + 534, + 263, + 299, + 263 + ], + "score": 0.87, + "latex": "\\{ 5 \\mathrm { e } { - } 4 , 1 \\mathrm { e } { - } 3 , 5 \\mathrm { e } { - } 3 \\}" + }, + { + "category_id": 13, + "poly": [ + 905, + 569, + 939, + 569, + 939, + 597, + 905, + 597 + ], + "score": 0.87, + "latex": "\\pi ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 504, + 447, + 538, + 447, + 538, + 475, + 504, + 475 + ], + "score": 0.87, + "latex": "\\pi ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 993, + 617, + 1026, + 617, + 1026, + 644, + 993, + 644 + ], + "score": 0.86, + "latex": "\\pi ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 852, + 509, + 887, + 509, + 887, + 536, + 852, + 536 + ], + "score": 0.86, + "latex": "\\pi ^ { * }" + }, + { + "category_id": 13, + "poly": [ + 350, + 1079, + 385, + 1079, + 385, + 1112, + 350, + 1112 + ], + "score": 0.86, + "latex": "3 / _ { 4 }" + }, + { + "category_id": 13, + "poly": [ + 1369, + 1443, + 1401, + 1443, + 1401, + 1474, + 1369, + 1474 + ], + "score": 0.84, + "latex": "\\beta _ { 3 }" + }, + { + "category_id": 13, + "poly": [ + 1015, + 539, + 1111, + 539, + 1111, + 568, + 1015, + 568 + ], + "score": 0.8, + "latex": "6 4 \\times 6 4" + }, + { + "category_id": 13, + "poly": [ + 296, + 1238, + 617, + 1238, + 617, + 1268, + 296, + 1268 + ], + "score": 0.76, + "latex": "\\mathbf { m } \\gets \\beta _ { 1 } \\cdot \\mathbf { m } + ( 1 - \\beta _ { 1 } ) \\cdot \\mathbf { g }" + }, + { + "category_id": 13, + "poly": [ + 297, + 1270, + 658, + 1270, + 658, + 1299, + 297, + 1299 + ], + "score": 0.76, + "latex": "\\mathbf { v } \\beta _ { 2 } \\cdot \\mathbf { v } + ( 1 - \\beta _ { 2 } ) \\cdot ( \\mathbf { g } \\circ \\mathbf { g } )" + }, + { + "category_id": 13, + "poly": [ + 1296, + 1447, + 1316, + 1447, + 1316, + 1471, + 1296, + 1471 + ], + "score": 0.73, + "latex": "\\tau" + }, + { + "category_id": 13, + "poly": [ + 297, + 1362, + 637, + 1362, + 637, + 1398, + 297, + 1398 + ], + "score": 0.73, + "latex": "\\theta \\gets \\theta - \\alpha ( \\mathbf { m } \\circ \\mathbf { b } ) \\oslash \\sqrt { \\mathbf { v } + \\epsilon }" + }, + { + "category_id": 13, + "poly": [ + 413, + 988, + 477, + 988, + 477, + 1019, + 413, + 1019 + ], + "score": 0.66, + "latex": "1 8 ~ \\hat { \\pi } _ { \\boldsymbol { \\theta } }" + }, + { + "category_id": 13, + "poly": [ + 743, + 545, + 760, + 545, + 760, + 566, + 743, + 566 + ], + "score": 0.65, + "latex": "s" + }, + { + "category_id": 13, + "poly": [ + 793, + 1473, + 862, + 1473, + 862, + 1502, + 793, + 1502 + ], + "score": 0.61, + "latex": "1 ^ { \\cdot } 0 2 4" + }, + { + "category_id": 13, + "poly": [ + 297, + 1330, + 478, + 1330, + 478, + 1361, + 297, + 1361 + ], + "score": 0.6, + "latex": "\\mathbf { b } \\gets \\mathbb { 1 } [ | \\mathbf { a } | \\geqslant \\tau ]" + }, + { + "category_id": 13, + "poly": [ + 378, + 264, + 442, + 264, + 442, + 291, + 378, + 291 + ], + "score": 0.53, + "latex": "\\mathrm { 1 e { - 3 } }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1302, + 831, + 1302, + 831, + 1331, + 298, + 1331 + ], + "score": 0.35, + "latex": "\\mathbf { a } \\beta _ { 3 } \\cdot \\mathbf { a } + ( 1 - \\beta _ { 3 } ) \\cdot \\mathsf { e l e m w i s e \\_ s i g n } ( \\mathbf { g } )" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 755.0, + 581.0, + 755.0, + 581.0, + 915.0, + 399.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 777.0, + 1284.0, + 777.0, + 1284.0, + 910.0, + 693.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 923.0, + 1165.0, + 923.0, + 1165.0, + 963.0, + 531.0, + 963.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1995.0, + 936.0, + 1995.0, + 936.0, + 2044.0, + 322.0, + 2044.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 400.0, + 1588.0, + 1297.0, + 1588.0, + 1297.0, + 1622.0, + 400.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1190.0, + 779.0, + 1190.0, + 779.0, + 1235.0, + 295.0, + 1235.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": [ + 293.0, + 386.0, + 988.0, + 386.0, + 988.0, + 424.0, + 293.0, + 424.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 445.0, + 503.0, + 445.0, + 503.0, + 481.0, + 295.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 445.0, + 1403.0, + 445.0, + 1403.0, + 481.0, + 539.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 475.0, + 1406.0, + 475.0, + 1406.0, + 513.0, + 295.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 505.0, + 851.0, + 505.0, + 851.0, + 545.0, + 294.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 505.0, + 1408.0, + 505.0, + 1408.0, + 545.0, + 888.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 537.0, + 516.0, + 537.0, + 516.0, + 574.0, + 294.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 537.0, + 742.0, + 537.0, + 742.0, + 574.0, + 652.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 537.0, + 1014.0, + 537.0, + 1014.0, + 574.0, + 761.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1112.0, + 537.0, + 1238.0, + 537.0, + 1238.0, + 574.0, + 1112.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1331.0, + 537.0, + 1405.0, + 537.0, + 1405.0, + 574.0, + 1331.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 566.0, + 904.0, + 566.0, + 904.0, + 606.0, + 292.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 940.0, + 566.0, + 952.0, + 566.0, + 952.0, + 606.0, + 940.0, + 606.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1438.0, + 1295.0, + 1438.0, + 1295.0, + 1478.0, + 292.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 1438.0, + 1368.0, + 1438.0, + 1368.0, + 1478.0, + 1317.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1402.0, + 1438.0, + 1405.0, + 1438.0, + 1405.0, + 1478.0, + 1402.0, + 1478.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1470.0, + 792.0, + 1470.0, + 792.0, + 1506.0, + 294.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1470.0, + 1405.0, + 1470.0, + 1405.0, + 1506.0, + 863.0, + 1506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1504.0, + 1404.0, + 1504.0, + 1404.0, + 1536.0, + 294.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1529.0, + 633.0, + 1529.0, + 633.0, + 1570.0, + 293.0, + 1570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 228.0, + 1405.0, + 228.0, + 1405.0, + 266.0, + 535.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 260.0, + 377.0, + 260.0, + 377.0, + 295.0, + 292.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 443.0, + 260.0, + 1408.0, + 260.0, + 1408.0, + 295.0, + 443.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1405.0, + 292.0, + 1405.0, + 324.0, + 295.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 323.0, + 508.0, + 323.0, + 508.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 613.0, + 992.0, + 613.0, + 992.0, + 650.0, + 295.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 613.0, + 1406.0, + 613.0, + 1406.0, + 650.0, + 1027.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 645.0, + 1406.0, + 645.0, + 1406.0, + 680.0, + 293.0, + 680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 677.0, + 1407.0, + 677.0, + 1407.0, + 710.0, + 293.0, + 710.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 707.0, + 585.0, + 707.0, + 585.0, + 742.0, + 294.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 986.0, + 412.0, + 986.0, + 412.0, + 1023.0, + 293.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.0, + 986.0, + 814.0, + 986.0, + 814.0, + 1023.0, + 478.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 970.0, + 986.0, + 1407.0, + 986.0, + 1407.0, + 1023.0, + 970.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1018.0, + 1404.0, + 1018.0, + 1404.0, + 1051.0, + 295.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1046.0, + 1406.0, + 1046.0, + 1406.0, + 1085.0, + 293.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1078.0, + 349.0, + 1078.0, + 349.0, + 1112.0, + 295.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 386.0, + 1078.0, + 639.0, + 1078.0, + 639.0, + 1112.0, + 386.0, + 1112.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1889.0, + 1404.0, + 1889.0, + 1404.0, + 1928.0, + 294.0, + 1928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1923.0, + 1405.0, + 1923.0, + 1405.0, + 1958.0, + 295.0, + 1958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1954.0, + 1198.0, + 1954.0, + 1198.0, + 1988.0, + 296.0, + 1988.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 269.0, + 1231.0, + 295.0, + 1231.0, + 295.0, + 1274.0, + 269.0, + 1274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 270.0, + 1264.0, + 296.0, + 1264.0, + 296.0, + 1304.0, + 270.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 267.0, + 1294.0, + 297.0, + 1294.0, + 297.0, + 1336.0, + 267.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 271.0, + 1324.0, + 296.0, + 1324.0, + 296.0, + 1362.0, + 271.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 1324.0, + 487.0, + 1324.0, + 487.0, + 1362.0, + 479.0, + 1362.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 272.0, + 1359.0, + 296.0, + 1359.0, + 296.0, + 1398.0, + 272.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1120.0, + 1347.0, + 1120.0, + 1347.0, + 1163.0, + 294.0, + 1163.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 870, + 1405, + 870, + 1405, + 1146, + 298, + 1146 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1183, + 1404, + 1183, + 1404, + 1457, + 298, + 1457 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 299, + 1495, + 1403, + 1495, + 1403, + 1618, + 299, + 1618 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 299, + 1715, + 1404, + 1715, + 1404, + 1900, + 299, + 1900 + ], + "score": 0.975 + }, + { + "category_id": 3, + "poly": [ + 314, + 242, + 1384, + 242, + 1384, + 555, + 314, + 555 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 297, + 599, + 1405, + 599, + 1405, + 685, + 297, + 685 + ], + "score": 0.95 + }, + { + "category_id": 2, + "poly": [ + 312, + 2004, + 1340, + 2004, + 1340, + 2034, + 312, + 2034 + ], + "score": 0.894 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 812, + 76, + 812, + 104, + 299, + 104 + ], + "score": 0.887 + }, + { + "category_id": 0, + "poly": [ + 302, + 742, + 714, + 742, + 714, + 777, + 302, + 777 + ], + "score": 0.872 + }, + { + "category_id": 0, + "poly": [ + 304, + 1659, + 821, + 1659, + 821, + 1688, + 304, + 1688 + ], + "score": 0.868 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.864 + }, + { + "category_id": 0, + "poly": [ + 301, + 813, + 838, + 813, + 838, + 844, + 301, + 844 + ], + "score": 0.771 + }, + { + "category_id": 1, + "poly": [ + 301, + 1915, + 1401, + 1915, + 1401, + 1977, + 301, + 1977 + ], + "score": 0.486 + }, + { + "category_id": 1, + "poly": [ + 301, + 813, + 838, + 813, + 838, + 844, + 301, + 844 + ], + "score": 0.128 + }, + { + "category_id": 13, + "poly": [ + 476, + 656, + 526, + 656, + 526, + 682, + 476, + 682 + ], + "score": 0.86, + "latex": "9 5 \\%" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 262.0, + 722.0, + 262.0, + 722.0, + 295.0, + 653.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1245.0, + 262.0, + 1317.0, + 262.0, + 1317.0, + 295.0, + 1245.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 305.0, + 370.0, + 305.0, + 370.0, + 329.0, + 343.0, + 329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 290.0, + 770.0, + 290.0, + 770.0, + 327.0, + 652.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 294.0, + 1363.0, + 294.0, + 1363.0, + 325.0, + 1249.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 316.0, + 351.0, + 316.0, + 351.0, + 420.0, + 315.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 320.0, + 948.0, + 320.0, + 948.0, + 416.0, + 911.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 492.0, + 605.0, + 492.0, + 605.0, + 526.0, + 567.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 747.0, + 492.0, + 784.0, + 492.0, + 784.0, + 526.0, + 747.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1174.0, + 492.0, + 1212.0, + 492.0, + 1212.0, + 525.0, + 1174.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 494.0, + 1379.0, + 494.0, + 1379.0, + 526.0, + 1343.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 523.0, + 626.0, + 523.0, + 626.0, + 558.0, + 553.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 523.0, + 1234.0, + 523.0, + 1234.0, + 556.0, + 1162.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.0, + 292.5, + 1022.0, + 292.5, + 1022.0, + 333.0, + 925.0, + 333.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 351.5, + 1180.0, + 351.5, + 1180.0, + 376.0, + 1148.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 924.0, + 400.0, + 1025.0, + 400.0, + 1025.0, + 444.0, + 924.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 419.0, + 397.0, + 419.0, + 397.0, + 459.0, + 330.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 599.0, + 1405.0, + 599.0, + 1405.0, + 632.0, + 295.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 626.0, + 1405.0, + 626.0, + 1405.0, + 659.0, + 292.0, + 659.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 654.0, + 475.0, + 654.0, + 475.0, + 691.0, + 292.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 654.0, + 1093.0, + 654.0, + 1093.0, + 691.0, + 527.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1996.0, + 1342.0, + 1996.0, + 1342.0, + 2039.0, + 322.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 815.0, + 73.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 739.0, + 718.0, + 739.0, + 718.0, + 783.0, + 295.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1657.0, + 827.0, + 1657.0, + 827.0, + 1693.0, + 298.0, + 1693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 812.0, + 844.0, + 812.0, + 844.0, + 848.0, + 296.0, + 848.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 868.0, + 1403.0, + 868.0, + 1403.0, + 905.0, + 297.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 901.0, + 1408.0, + 901.0, + 1408.0, + 940.0, + 293.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 932.0, + 1406.0, + 932.0, + 1406.0, + 969.0, + 293.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 958.0, + 1407.0, + 958.0, + 1407.0, + 1002.0, + 293.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 994.0, + 1406.0, + 994.0, + 1406.0, + 1030.0, + 295.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1021.0, + 1405.0, + 1021.0, + 1405.0, + 1059.0, + 293.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1055.0, + 1403.0, + 1055.0, + 1403.0, + 1088.0, + 296.0, + 1088.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1084.0, + 1403.0, + 1084.0, + 1403.0, + 1120.0, + 295.0, + 1120.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1112.0, + 1405.0, + 1112.0, + 1405.0, + 1150.0, + 292.0, + 1150.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1181.0, + 1406.0, + 1181.0, + 1406.0, + 1219.0, + 296.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1215.0, + 1406.0, + 1215.0, + 1406.0, + 1247.0, + 296.0, + 1247.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1242.0, + 1406.0, + 1242.0, + 1406.0, + 1280.0, + 293.0, + 1280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1273.0, + 1405.0, + 1273.0, + 1405.0, + 1308.0, + 293.0, + 1308.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1306.0, + 1406.0, + 1306.0, + 1406.0, + 1342.0, + 294.0, + 1342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1337.0, + 1404.0, + 1337.0, + 1404.0, + 1369.0, + 296.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1367.0, + 1405.0, + 1367.0, + 1405.0, + 1400.0, + 293.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1433.0, + 294.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1427.0, + 1033.0, + 1427.0, + 1033.0, + 1462.0, + 293.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1495.0, + 1407.0, + 1495.0, + 1407.0, + 1531.0, + 295.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1525.0, + 1407.0, + 1525.0, + 1407.0, + 1561.0, + 294.0, + 1561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1558.0, + 1405.0, + 1558.0, + 1405.0, + 1590.0, + 294.0, + 1590.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1586.0, + 1308.0, + 1586.0, + 1308.0, + 1624.0, + 293.0, + 1624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1716.0, + 1405.0, + 1716.0, + 1405.0, + 1752.0, + 294.0, + 1752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1746.0, + 1405.0, + 1746.0, + 1405.0, + 1778.0, + 294.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1777.0, + 1405.0, + 1777.0, + 1405.0, + 1813.0, + 294.0, + 1813.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1805.0, + 1406.0, + 1805.0, + 1406.0, + 1842.0, + 293.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1838.0, + 1403.0, + 1838.0, + 1403.0, + 1870.0, + 297.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1870.0, + 1064.0, + 1870.0, + 1064.0, + 1902.0, + 294.0, + 1902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1913.0, + 1402.0, + 1913.0, + 1402.0, + 1949.0, + 296.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1946.0, + 1243.0, + 1946.0, + 1243.0, + 1980.0, + 295.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 812.0, + 844.0, + 812.0, + 844.0, + 848.0, + 296.0, + 848.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 22, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 659, + 1406, + 659, + 1406, + 1119, + 297, + 1119 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 483, + 1405, + 483, + 1405, + 646, + 297, + 646 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 297, + 228, + 1407, + 228, + 1407, + 325, + 297, + 325 + ], + "score": 0.972 + }, + { + "category_id": 8, + "poly": [ + 574, + 395, + 1124, + 395, + 1124, + 469, + 574, + 469 + ], + "score": 0.949 + }, + { + "category_id": 1, + "poly": [ + 296, + 347, + 845, + 347, + 845, + 382, + 296, + 382 + ], + "score": 0.931 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 813, + 74, + 813, + 105, + 299, + 105 + ], + "score": 0.916 + }, + { + "category_id": 2, + "poly": [ + 835, + 2089, + 864, + 2089, + 864, + 2112, + 835, + 2112 + ], + "score": 0.843 + }, + { + "category_id": 9, + "poly": [ + 1366, + 407, + 1400, + 407, + 1400, + 438, + 1366, + 438 + ], + "score": 0.732 + }, + { + "category_id": 9, + "poly": [ + 1366, + 407, + 1400, + 407, + 1400, + 437, + 1366, + 437 + ], + "score": 0.273 + }, + { + "category_id": 14, + "poly": [ + 572, + 395, + 1123, + 395, + 1123, + 472, + 572, + 472 + ], + "score": 0.91, + "latex": "\\operatorname* { m i n } _ { \\Phi : \\mathcal { X } \\to \\mathcal { V } } \\sum _ { e \\in \\mathcal { E } _ { \\mathrm { t r } } } R ^ { e } ( \\Phi ) + \\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 707, + 231, + 855, + 231, + 855, + 259, + 707, + 259 + ], + "score": 0.91, + "latex": "\\Phi : \\mathcal { X } \\to \\mathcal { H }" + }, + { + "category_id": 13, + "poly": [ + 961, + 516, + 1261, + 516, + 1261, + 560, + 961, + 560 + ], + "score": 0.91, + "latex": "\\lambda \\cdot \\left\\| \\nabla _ { w | w = 1 . 0 } R ^ { e } ( w \\cdot \\Phi ) \\right\\| ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 1188, + 232, + 1261, + 232, + 1261, + 259, + 1188, + 259 + ], + "score": 0.9, + "latex": "w \\circ \\Phi" + }, + { + "category_id": 13, + "poly": [ + 685, + 263, + 833, + 263, + 833, + 292, + 685, + 292 + ], + "score": 0.89, + "latex": "w : \\mathcal { H } \\to \\mathcal { V }" + }, + { + "category_id": 13, + "poly": [ + 551, + 616, + 626, + 616, + 626, + 644, + 551, + 644 + ], + "score": 0.87, + "latex": "w < 1" + }, + { + "category_id": 13, + "poly": [ + 1127, + 966, + 1180, + 966, + 1180, + 994, + 1127, + 994 + ], + "score": 0.87, + "latex": "80 \\%" + }, + { + "category_id": 13, + "poly": [ + 1075, + 692, + 1129, + 692, + 1129, + 721, + 1075, + 721 + ], + "score": 0.86, + "latex": "80 \\%" + }, + { + "category_id": 13, + "poly": [ + 297, + 291, + 727, + 291, + 727, + 326, + 297, + 326 + ], + "score": 0.86, + "latex": "w \\in \\arg \\operatorname* { m i n } _ { \\bar { w } : \\mathcal { H } y } R ^ { e } ( \\bar { w } \\circ \\Phi ) \\forall e \\in \\mathcal { E }" + }, + { + "category_id": 13, + "poly": [ + 761, + 723, + 816, + 723, + 816, + 752, + 761, + 752 + ], + "score": 0.86, + "latex": "90 \\%" + }, + { + "category_id": 13, + "poly": [ + 1246, + 753, + 1300, + 753, + 1300, + 783, + 1246, + 783 + ], + "score": 0.86, + "latex": "80 \\%" + }, + { + "category_id": 13, + "poly": [ + 1097, + 997, + 1163, + 997, + 1163, + 1026, + 1097, + 1026 + ], + "score": 0.86, + "latex": "100 \\%" + }, + { + "category_id": 13, + "poly": [ + 1335, + 753, + 1390, + 753, + 1390, + 783, + 1335, + 783 + ], + "score": 0.86, + "latex": "90 \\%" + }, + { + "category_id": 13, + "poly": [ + 1151, + 585, + 1229, + 585, + 1229, + 614, + 1151, + 614 + ], + "score": 0.84, + "latex": "\\mathit { w } > 1 " + }, + { + "category_id": 13, + "poly": [ + 1379, + 555, + 1402, + 555, + 1402, + 581, + 1379, + 581 + ], + "score": 0.83, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 411, + 263, + 432, + 263, + 432, + 289, + 411, + 289 + ], + "score": 0.82, + "latex": "\\mathcal { E }" + }, + { + "category_id": 13, + "poly": [ + 374, + 487, + 398, + 487, + 398, + 513, + 374, + 513 + ], + "score": 0.82, + "latex": "\\Phi" + }, + { + "category_id": 13, + "poly": [ + 988, + 491, + 1013, + 491, + 1013, + 513, + 988, + 513 + ], + "score": 0.77, + "latex": "w" + }, + { + "category_id": 13, + "poly": [ + 298, + 295, + 345, + 295, + 345, + 321, + 298, + 321 + ], + "score": 0.45, + "latex": "w \\in" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 815.0, + 72.0, + 815.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 872.0, + 2084.0, + 872.0, + 2125.0, + 829.0, + 2125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 663.0, + 1404.0, + 663.0, + 1404.0, + 694.0, + 295.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 689.0, + 1074.0, + 689.0, + 1074.0, + 728.0, + 292.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 689.0, + 1408.0, + 689.0, + 1408.0, + 728.0, + 1130.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 721.0, + 760.0, + 721.0, + 760.0, + 757.0, + 294.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 721.0, + 1406.0, + 721.0, + 1406.0, + 757.0, + 817.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 753.0, + 1245.0, + 753.0, + 1245.0, + 788.0, + 294.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1301.0, + 753.0, + 1334.0, + 753.0, + 1334.0, + 788.0, + 1301.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1391.0, + 753.0, + 1408.0, + 753.0, + 1408.0, + 788.0, + 1391.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 781.0, + 1407.0, + 781.0, + 1407.0, + 820.0, + 292.0, + 820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 813.0, + 1406.0, + 813.0, + 1406.0, + 850.0, + 292.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 845.0, + 1406.0, + 845.0, + 1406.0, + 880.0, + 294.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 873.0, + 1406.0, + 873.0, + 1406.0, + 909.0, + 294.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 903.0, + 1407.0, + 903.0, + 1407.0, + 940.0, + 292.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 935.0, + 1406.0, + 935.0, + 1406.0, + 969.0, + 294.0, + 969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 963.0, + 1126.0, + 963.0, + 1126.0, + 1000.0, + 294.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 963.0, + 1406.0, + 963.0, + 1406.0, + 1000.0, + 1181.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 996.0, + 1096.0, + 996.0, + 1096.0, + 1031.0, + 295.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 996.0, + 1406.0, + 996.0, + 1406.0, + 1031.0, + 1164.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1028.0, + 1404.0, + 1028.0, + 1404.0, + 1059.0, + 296.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1059.0, + 1404.0, + 1059.0, + 1404.0, + 1090.0, + 296.0, + 1090.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1088.0, + 858.0, + 1088.0, + 858.0, + 1119.0, + 295.0, + 1119.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 482.0, + 373.0, + 482.0, + 373.0, + 520.0, + 294.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 399.0, + 482.0, + 987.0, + 482.0, + 987.0, + 520.0, + 399.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 482.0, + 1405.0, + 482.0, + 1405.0, + 520.0, + 1014.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 288.0, + 518.0, + 960.0, + 518.0, + 960.0, + 563.0, + 288.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 518.0, + 1411.0, + 518.0, + 1411.0, + 563.0, + 1262.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 552.0, + 1378.0, + 552.0, + 1378.0, + 588.0, + 294.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 552.0, + 1407.0, + 552.0, + 1407.0, + 588.0, + 1403.0, + 588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 583.0, + 1150.0, + 583.0, + 1150.0, + 620.0, + 292.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 583.0, + 1407.0, + 583.0, + 1407.0, + 620.0, + 1230.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 615.0, + 550.0, + 615.0, + 550.0, + 648.0, + 295.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 615.0, + 645.0, + 615.0, + 645.0, + 648.0, + 627.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 227.0, + 706.0, + 227.0, + 706.0, + 264.0, + 292.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 227.0, + 1187.0, + 227.0, + 1187.0, + 264.0, + 856.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 227.0, + 1408.0, + 227.0, + 1408.0, + 264.0, + 1262.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 259.0, + 410.0, + 259.0, + 410.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 433.0, + 259.0, + 684.0, + 259.0, + 684.0, + 296.0, + 433.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 834.0, + 259.0, + 1409.0, + 259.0, + 1409.0, + 296.0, + 834.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 728.0, + 293.0, + 738.0, + 293.0, + 738.0, + 324.0, + 728.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 347.0, + 846.0, + 347.0, + 846.0, + 387.0, + 295.0, + 387.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 23, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/parse/train/ry_WPG-A-/ry_WPG-A-.md b/parse/train/ry_WPG-A-/ry_WPG-A-.md new file mode 100644 index 0000000000000000000000000000000000000000..e6b7c14799fddbdcac671dc2bdd9f53db36fd3fd --- /dev/null +++ b/parse/train/ry_WPG-A-/ry_WPG-A-.md @@ -0,0 +1,384 @@ +# ON THE INFORMATION BOTTLENECK THEORY OF DEEP LEARNING + +Andrew M. Saxe, Yamini Bansal, Joel Dapello, Madhu Advani +Harvard University +{asaxe,madvani}@fas.harvard.edu,{ybansal,dapello}@g.harvard.edu + +Artemy Kolchinsky, Brendan D. Tracey + +Santa Fe Institute {artemyk,tracey.brendan}@gmail.com + +David D. Cox +Harvard University +MIT-IBM Watson AI Lab +davidcox@fas.harvard.edu +david.d.cox@ibm.com + +# ABSTRACT + +The practical successes of deep neural networks have not been matched by theoretical progress that satisfyingly explains their behavior. In this work, we study the information bottleneck (IB) theory of deep learning, which makes three specific claims: first, that deep networks undergo two distinct phases consisting of an initial fitting phase and a subsequent compression phase; second, that the compression phase is causally related to the excellent generalization performance of deep networks; and third, that the compression phase occurs due to the diffusion-like behavior of stochastic gradient descent. Here we show that none of these claims hold true in the general case. Through a combination of analytical results and simulation, we demonstrate that the information plane trajectory is predominantly a function of the neural nonlinearity employed: double-sided saturating nonlinearities like tanh yield a compression phase as neural activations enter the saturation regime, but linear activation functions and single-sided saturating nonlinearities like the widely used ReLU in fact do not. Moreover, we find that there is no evident causal connection between compression and generalization: networks that do not compress are still capable of generalization, and vice versa. Next, we show that the compression phase, when it exists, does not arise from stochasticity in training by demonstrating that we can replicate the IB findings using full batch gradient descent rather than stochastic gradient descent. Finally, we show that when an input domain consists of a subset of task-relevant and task-irrelevant information, hidden representations do compress the task-irrelevant information, although the overall information about the input may monotonically increase with training time, and that this compression happens concurrently with the fitting process rather than during a subsequent compression period. + +# 1 INTRODUCTION + +Deep neural networks (Schmidhuber, 2015; LeCun et al., 2015) are the tool of choice for real-world tasks ranging from visual object recognition (Krizhevsky et al., 2012), to unsupervised learning (Goodfellow et al., 2014; Lotter et al., 2016) and reinforcement learning (Silver et al., 2016). These practical successes have spawned many attempts to explain the performance of deep learning systems (Kadmon & Sompolinsky, 2016), mostly in terms of the properties and dynamics of the optimization problem in the space of weights (Saxe et al., 2014; Choromanska et al., 2015; Advani & Saxe, 2017), or the classes of functions that can be efficiently represented by deep networks (Montufar et al., 2014; Poggio et al., 2017). This paper analyzes a recent inventive proposal to study the dynamics of learning through the lens of information theory (Tishby & Zaslavsky, 2015; Shwartz-Ziv & Tishby, 2017). In this view, deep learning is a question of representation learning: each layer of a deep neural network can be seen as a set of summary statistics which contain some but not all of the information present in the input, while retaining as much information about the target output as possible. The amount of information in a hidden layer regarding the input and output can then be measured over the course of learning, yielding a picture of the optimization process in the information plane. Crucially, this method holds the promise to serve as a general analysis that can be used to compare different architectures, using the common currency of mutual information. Moreover, the elegant information bottleneck (IB) theory provides a fundamental bound on the amount of input compression and target output information that any representation can achieve (Tishby et al., 1999). The IB bound thus serves as a method-agnostic ideal to which different architectures and algorithms may be compared. + +A preliminary empirical exploration of these ideas in deep neural networks has yielded striking findings (Shwartz-Ziv & Tishby, 2017). Most saliently, trajectories in the information plane appear to consist of two distinct phases: an initial “fitting” phase where mutual information between the hidden layers and both the input and output increases, and a subsequent “compression” phase where mutual information between the hidden layers and the input decreases. It has been hypothesized that this compression phase is responsible for the excellent generalization performance of deep networks, and further, that this compression phase occurs due to the random diffusion-like behavior of stochastic gradient descent. + +Here we study these phenomena using a combination of analytical methods and simulation. In Section 2, we show that the compression observed by Shwartz-Ziv & Tishby (2017) arises primarily due to the double-saturating tanh activation function used. Using simple models, we elucidate the effect of neural nonlinearity on the compression phase. Importantly, we demonstrate that the ReLU activation function, often the nonlinearity of choice in practice, does not exhibit a compression phase. We discuss how this compression via nonlinearity is related to the assumption of binning or noise in the hidden layer representation. To better understand the dynamics of learning in the information plane, in Section 3 we study deep linear networks in a tractable setting where the mutual information can be calculated exactly. We find that deep linear networks do not compress over the course of training for the setting we examine. Further, we show a dissociation between generalization and compression. In Section 4, we investigate whether stochasticity in the training process causes compression in the information plane. We train networks with full batch gradient descent, and compare the results to those obtained with stochastic gradient descent. We find comparable compression in both cases, indicating that the stochasticity of SGD is not a primary factor in the observed compression phase. Moreover, we show that the two phases of SGD occur even in networks that do not compress, demonstrating that the phases are not causally related to compression. These results may seem difficult to reconcile with the intuition that compression can be necessary to attain good performance: if some input channels primarily convey noise, good generalization requires excluding them. Therefore, in Section 5 we study a situation with explicitly task-relevant and task-irrelevant input dimensions. We show that the hidden-layer mutual information with the task-irrelevant subspace does indeed drop during training, though the overall information with the input increases. However, instead of a secondary compression phase, this task-irrelevant information is compressed at the same time that the taskrelevant information is boosted. Our results highlight the importance of noise assumptions in applying information theoretic analyses to deep learning systems, and put in doubt the generality of the IB theory of deep learning as an explanation of generalization performance in deep architectures. + +# 2 COMPRESSION AND NEURAL NONLINEARITIES + +The starting point for our analysis is the observation that changing the activation function can markedly change the trajectory of a network in the information plane. In Figure 1A, we show our replication of the result reported by Shwartz-Ziv & Tishby (2017) for networks with the tanh nonlinearity.1 This replication was performed with the code supplied by the authors of Shwartz-Ziv & Tishby (2017), and closely follows the experimental setup described therein. Briefly, a neural network with 7 fully connected hidden layers of width 12-10-7-5-4-3-2 is trained with stochastic gradient descent to produce a binary classification from a 12-dimensional input. In our replication we used 256 randomly selected samples per batch. The mutual information of the network layers with respect to the input and output variables is calculated by binning the neuron’s tanh output activations into 30 equal intervals between -1 and 1. Discretized values for each neuron in each layer are then used to directly calculate the joint distributions, over the 4096 equally likely input patterns and true output labels. In line with prior work (Shwartz-Ziv & Tishby, 2017), the dynamics in Fig. 1 show a transition between an initial fitting phase, during which information about the input increases, and a subsequent compression phase, during which information about the input decreases. + +![](images/ae057461c9856b2cafbb8dc433b0cc3cacf699acd8de55f5ace722373b08a275.jpg) +Figure 1: Information plane dynamics and neural nonlinearities. (A) Replication of Shwartz-Ziv & Tishby (2017) for a network with tanh nonlinearities (except for the final classification layer which contains two sigmoidal neurons). The $\mathbf { X }$ -axis plots information between each layer and the input, while the y-axis plots information between each layer and the output. The color scale indicates training time in epochs. Each of the six layers produces a curve in the information plane with the input layer at far right, output layer at the far left. Different layers at the same epoch are connected by fine lines. (B) Information plane dynamics with ReLU nonlinearities (except for the final layer of 2 sigmoidal neurons). Here no compression phase is visible in the ReLU layers. For learning curves of both networks, see Appendix A. (C) Information plane dynamics for a tanh network of size $7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0$ trained on MNIST, estimated using the non-parametric kernel density mutual information estimator of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017), no compression is observed except in the final classification layer with sigmoidal neurons. See Appendix B for the KDE MI method applied to the original Tishby dataset; additional results using a second popular nonparametric $\mathbf { k }$ -NN-based method (Kraskov et al., 2004); and results for other neural nonlinearities. + +We then modified the code to train deep networks using rectified linear activation functions $( f ( x ) =$ $\operatorname* { m a x } ( 0 , x ) )$ . While the activities of tanh networks are bounded in the range $[ - 1 , 1 ]$ , ReLU networks have potentially unbounded positive activities. To calculate mutual information, we first trained the ReLU networks, next identified their largest activity value over the course of training, and finally chose 100 evenly spaced bins between the minimum and maximum activity values to discretize the hidden layer activity. The resulting information plane dynamics are shown in Fig. 1B. The mutual information with the input monotonically increases in all ReLU layers, with no apparent compression phase. To see whether our results were an artifact of the small network size, toy dataset, or simple binning-based mutual information estimator we employed, we also trained larger networks on the MNIST dataset and computed mutual information using a state-of-the-art nonparametric kernel density estimator which assumes hidden activity is distributed as a mixture of Gaussians (see Appendix B for details). Fig. C-D show that, again, tanh networks compressed but ReLU networks did not. Appendix B shows that similar results also obtain with the popular nonparametric $\mathbf { k }$ -nearest-neighbor estimator of Kraskov et al. (2004), and for other neural nonlinearities. Thus, the choice of nonlinearity substantively affects the dynamics in the information plane. + +To understand the impact of neural nonlinearity on the mutual information dynamics, we develop a minimal model that exhibits this phenomenon. In particular, consider the simple three neuron network shown in Fig. 2A. We assume a scalar Gaussian input distribution $X \sim \mathcal { N } ( 0 , 1 )$ , which is fed through the scalar first layer weight $w _ { 1 }$ , and passed through a neural nonlinearity $f ( \cdot )$ , yielding the hidden unit activity $h = f ( w _ { 1 } X )$ . To calculate the mutual information with the input, this hidden unit activity is then binned yielding the new discrete variable $T = \dot { \mathbf { b i n } } ( h )$ (for instance, into 30 evenly spaced bins from $^ { - 1 }$ to 1 for the tanh nonlinearity). This binning process is depicted in Fig. 2B. In this simple setting, the mutual information $I ( T ; X )$ between the binned hidden layer activity $T$ and the input $X$ can be calculated exactly. In particular, + +$$ +\begin{array} { l c l } { { { \cal I } ( T ; X ) } } & { { = } } & { { { \cal H } ( T ) - { \cal H } ( T | X ) } } \\ { { } } & { { = } } & { { { \cal H } ( T ) } } \\ { { } } & { { = } } & { { - \displaystyle \sum _ { i = 1 } ^ { N } p _ { i } \log p _ { i } } } \end{array} +$$ + +where $H ( \cdot )$ denotes entropy, and we have used the fact that $H ( T | X ) = 0$ since $T$ is a deterministic function of $X$ . Here the probabilities $p _ { i } = P ( h \ge b _ { i }$ and $h < b _ { i + 1 }$ ) are simply the probability that an input $X$ produces a hidden unit activity that lands in bin $i$ , defined by lower and upper bin limits $b _ { i }$ and $b _ { i + 1 }$ respectively. This probability can be calculated exactly for monotonic nonlinearities $f ( \cdot )$ using the cumulative density of $X$ , + +$$ +p _ { i } = P ( X \geq f ^ { - 1 } ( b _ { i } ) / w _ { 1 } \mathrm { a n d } X < f ^ { - 1 } ( b _ { i + 1 } ) / w _ { 1 } ) , +$$ + +where $f ^ { - 1 } ( \cdot )$ is the inverse function of $f ( \cdot )$ . + +As shown in Fig. 2C-D, as a function of the weight $w _ { 1 }$ , mutual information with the input first increases and then decreases for the tanh nonlinearity, but always increases for the ReLU nonlinearity. Intuitively, for small weights $w _ { 1 } \approx 0$ , neural activities lie near zero on the approximately linear part of the tanh function. Therefore $f ( w _ { 1 } X ) \approx w _ { 1 } X$ , yielding a rescaled Gaussian with information that grows with the size of the weights. However for very large weights $w _ { 1 } \to \infty$ , the tanh hidden unit nearly always saturates, yielding a discrete variable that concentrates in just two bins. This is more or less a coin flip, containing mutual information with the input of approximately 1 bit. Hence the distribution of $T$ collapses to a much lower entropy distribution, yielding compression for large weight values. With the ReLU nonlinearity, half of the inputs are negative and land in the bin containing a hidden activity of zero. The other half are Gaussian distributed, and thus have entropy that increases with the size of the weight. + +Hence double-saturating nonlinearities can lead to compression of information about the input, as hidden units enter their saturation regime, due to the binning procedure used to calculate mutual information. The crux of the issue is that the actual $I ( h ; X )$ is infinite, unless the network itself adds noise to the hidden layers. In particular, without added noise, the transformation from $X$ to the continuous hidden activity $h$ is deterministic and the mutual information $I ( h ; X )$ would generally be infinite (see Appendix C for extended discussion). Networks that include noise in their processing (e.g., Kolchinsky et al. (2017)) can have finite $I ( T ; X )$ . Otherwise, to obtain a finite MI, one must compute mutual information as though there were binning or added noise in the activations. But this binning/noise is not actually a part of the operation of the network, and is therefore somewhat arbitrary (different binning schemes can result in different mutual information with the input, as shown in Fig. 14 of Appendix C). + +![](images/b7f23d4571d8a39c6d37d9f1a3d373f749c5196988ea773d81a640c8c050f81d.jpg) +Figure 2: Nonlinear compression in a minimal model. (A) A three neuron nonlinear network which receives Gaussian inputs $x$ , multiplies by weight $w _ { 1 }$ , and maps through neural nonlinearity $f ( \cdot )$ to produce hidden unit activity $h$ . (B) The continuous activity $h$ is binned into a discrete variable $T$ for the purpose of calculating mutual information. Blue: continuous tanh nonlinear activation function. Grey: Bin borders for 30 bins evenly spaced between $^ { - 1 }$ and 1. Because of the saturation in the sigmoid, a wide range of large magnitude net input values map to the same bin. (C) Mutual information with the input as a function of weight size $w _ { 1 }$ for a tanh nonlinearity. Information increases for small $w _ { 1 }$ and then decreases for large $w _ { 1 }$ as all inputs land in one of the two bins corresponding to the saturation regions. (D) Mutual information with the input for the ReLU nonlinearity increases without bound. Half of all inputs land in the bin corresponding to zero activity, while the other half have information that scales with the size of the weights. + +We note that the binning procedure can be viewed as implicitly adding noise to the hidden layer activity: a range of $X$ values map to a single bin, such that the mapping between $X$ and $T$ is no longer perfectly invertible (Laughlin, 1981). The binning procedure is therefore crucial to obtaining a finite MI value, and corresponds approximately to a model where noise enters the system after the calculation of $h$ , that is, $T = h + \epsilon$ , where $\epsilon$ is noise of fixed variance independent from $h$ and $X$ . This approach is common in information theoretic analyses of deterministic systems, and can serve as a measure of the complexity of a system’s representation (see Sec 2.4 of Shwartz-Ziv & Tishby (2017)). However, neither binning nor noise is present in the networks that Shwartz-Ziv & Tishby (2017) considered, nor the ones in Fig. 2, either during training or testing. It therefore remains unclear whether robustness of a representation to this sort of noise in fact influences generalization performance in deep learning systems. + +Furthermore, the addition of noise means that different architectures may no longer be compared in a common currency of mutual information: the binning/noise structure is arbitrary, and architectures that implement an identical input-output map can nevertheless have different robustness to noise added in their internal representation. For instance, Appendix C describes a family of linear networks that compute exactly the same input-output map and therefore generalize identically, but yield different mutual information with respect to the input. Finally, we note that approaches which view the weights obtained from the training process as the random variables of interest may sidestep this issue (Achille & Soatto, 2017). + +![](images/b90f7481a85a83f3aa2ebfdd7fb9a3e639595486fdd68886cf2cb42a1f704c6f.jpg) +Figure 3: Generalization and information plane dynamics in deep linear networks. (A) A linear teacher network generates a dataset by passing Gaussian inputs $X$ through its weights and adding noise. (B) A deep linear student network is trained on the dataset (here the network has 1 hidden layer to allow comparison with Fig. 4A, see Supplementary Figure 18 for a deeper network). (C) Training and testing error over time. (D) Information plane dynamics. No compression is observed. + +Hence when a tanh network is initialized with small weights and over the course of training comes to saturate its nonlinear units (as it must to compute most functions of practical interest, see discussion in Appendix D), it will enter a compression period where mutual information decreases. Figures 16-17 of Appendix E show histograms of neural activity over the course of training, demonstrating that activities in the tanh network enter the saturation regime during training. This nonlinearity-based compression furnishes another explanation for the observation that training slows down as tanh networks enter their compression phase (Shwartz-Ziv & Tishby, 2017): some fraction of inputs have saturated the nonlinearities, reducing backpropagated error gradients. + +# 3 INFORMATION PLANE DYNAMICS IN DEEP LINEAR NETWORKS + +The preceding section investigates the role of nonlinearity in the observed compression behavior, tracing the source to double-saturating nonlinearities and the binning methodology used to calculate mutual information. However, other mechanisms could lead to compression as well. Even without nonlinearity, neurons could converge to highly correlated activations, or project out irrelevant directions of the input. These phenomena are not possible to observe in our simple three neuron minimal model, as they require multiple inputs and hidden layer activities. To search for these mechanisms, we turn to a tractable model system: deep linear neural networks (Baldi & Hornik (1989); Fukumizu (1998); Saxe et al. (2014)). In particular, we exploit recent results on the generalization dynamics in simple linear networks trained in a student-teacher setup (Seung et al., 1992; Advani & Saxe, 2017). In a student-teacher setting, one “student” neural network learns to approximate the output of another “teacher” neural network. This setting is a way of generating a dataset with interesting structure that nevertheless allows exact calculation of the generalization performance of the network, exact calculation of the mutual information of the representation (without any binning procedure), and, though we do not do so here, direct comparison to the IB bound which is already known for linear Gaussian problems (Chechik et al., 2005). + +We consider a scenario where a linear teacher neural network generates input and output examples which are then fed to a deep linear student network to learn (Fig. 3A). Following the formulation of (Advani & Saxe, 2017), we assume multivariate Gaussian inputs $\begin{array} { r } { X \sim \mathcal { N } ( 0 , \frac { 1 } { N _ { i } } \overline { { I } } _ { N _ { i } } ) } \end{array}$ and a scalar output $Y$ . The output is generated by the teacher network according to $Y = \dot { W } _ { 0 } X + \epsilon _ { o }$ , where $\epsilon _ { o } \stackrel { - } { \sim } \mathcal { N } ( 0 , \sigma _ { o } ^ { 2 } )$ represents aspects of the target function which cannot be represented by a neural network (that is, the approximation error or bias in statistical learning theory), and the teacher weights $W _ { o }$ are drawn independently from ${ \mathcal N } ( 0 , \sigma _ { w } ^ { 2 } )$ . Here, the weights of the teacher define the rule to be learned. The signal to noise ratio $\mathrm { S N R } = \sigma _ { w } ^ { 2 } / \sigma _ { o } ^ { 2 }$ determines the strength of the rule linking inputs to outputs relative to the inevitable approximation error. We emphasize that the “noise” added to the teacher’s output is fundamentally different from the noise added for the purpose of calculating mutual information: $\epsilon _ { o }$ models the approximation error for the task–even the best possible neural network may still make errors because the target function is not representable exactly as a neural network–and is part of the construction of the dataset, not part of the analysis of the student network. + +To train the student network, a dataset of $P$ examples is generated using the teacher. The student network is then trained to minimize the mean squared error between its output and the target output using standard (batch or stochastic) gradient descent on this dataset. Here the student is a deep linear neural network consisting of potentially many layers, but where the the activation function of each neuron is simply $f ( u ) = u$ . That is, a depth $D$ deep linear network computes the output $\hat { Y } = W _ { D + 1 } W _ { D } \cdot \cdot \cdot W _ { 2 } W _ { 1 } X$ . While linear activation functions stop the network from computing complex nonlinear functions of the input, deep linear networks nevertheless show complicated nonlinear learning trajectories (Saxe et al., 2014), the optimization problem remains nonconvex (Baldi & Hornik, 1989), and the generalization dynamics can exhibit substantial overtraining (Fukumizu, 1998; Advani & Saxe, 2017). + +Importantly, because of the simplified setting considered here, the true generalization error is easily shown to be + +$$ +E _ { g } ( t ) = | | W _ { o } - W _ { t o t } ( t ) | | _ { F } ^ { 2 } + \sigma _ { o } ^ { 2 } +$$ + +where $W _ { t o t } ( t )$ is the overall linear map implemented by the network at training epoch $t$ (that is, $W _ { t o t } = W _ { D + 1 } W _ { D } \cdot \cdot \cdot W _ { 2 } W _ { 1 } )$ . + +Furthermore, the mutual information with the input and output may be calculated exactly, because the distribution of the activity of any hidden layer is Gaussian. Let $T$ be the activity of a specific hidden layer, and let $\bar { W }$ be the linear map from the input to this activity (that is, for layer $l$ , $\bar { W } =$ $W _ { l } \cdots W _ { 2 } W _ { 1 } )$ . Since $T = { \bar { W } } X$ , the mutual information of $X$ and $T$ calculated using differential entropy is infinite. For the purpose of calculating the mutual information, therefore, we assume that Gaussian noise is added to the hidden layer activity, $T = \bar { W } X + \epsilon _ { M I }$ , with mean 0 and variance $\sigma _ { M I } ^ { 2 } = 1 . 0$ . This allows the analysis to apply to networks of any size, including overcomplete layers, but as before we emphasize that we do not add this noise either during training or testing. With these assumptions, $T$ and $X$ are jointly Gaussian and we have + +$$ +I ( T ; X ) = \log \lvert \bar { W } \bar { W } ^ { T } + \sigma _ { M I } ^ { 2 } I _ { N _ { h } } \rvert - \log \lvert \sigma _ { M I } ^ { 2 } I _ { N _ { h } } \rvert +$$ + +where $\left| \cdot \right|$ denotes the determinant of a matrix. Finally the mutual information with the output $Y$ , also jointly Gaussian, can be calculated similarly (see Eqns. (22)-(25) of Appendix G). + +Fig. 3 shows example training and test dynamics over the course of learning in panel C, and the information plane dynamics in panel D. Here the network has an input layer of 100 units, 1 hidden layer of 100 units each and one output unit. The network was trained with batch gradient descent on a dataset of 100 examples drawn from the teacher with signal to noise ratio of 1.0. The linear network behaves qualitatively like the ReLU network, and does not exhibit compression. Nevertheless, it learns a map that generalizes well on this task and shows minimal overtraining. Hence, in the setting we study here, generalization performance can be acceptable without any compression phase. + +The results in (Advani & Saxe (2017)) show that, for the case of linear networks, overtraining is worst when the number of inputs matches the number of training samples, and is reduced by making the number of samples smaller or larger. Fig. 4 shows learning dynamics with the number of samples matched to the size of the network. Here overfitting is substantial, and again no compression is seen in the information plane. Comparing to the result in Fig. 3D, both networks exhibit similar information dynamics with respect to the input (no compression), but yield different generalization performance. + +Hence, in this linear analysis of a generic setting, there do not appear to be additional mechanisms that cause compression over the course of learning; and generalization behavior can be widely different for networks with the same dynamics of information compression regarding the input. We note that, in the setting considered here, all input dimensions have the same variance, and the weights of the teacher are drawn independently. Because of this, there are no special directions in the input, and each subspace of the input contains as much information as any other. It is possible that, in real world tasks, higher variance inputs are also the most likely to be relevant to the task (here, have large weights in the teacher). We have not investigated this possibility here. + +![](images/22b7932d2a586116824d010622a5076fd367f6f9658cd0958fd6f2a3a8c1187a.jpg) +Figure 4: Overtraining and information plane dynamics. (A) Average training and test mean square error for a deep linear network trained with SGD. Overtraining is substantial. Other parameters: $N _ { i } =$ 100, $\mathrm { P } = 1 0 0$ , Number of hidden units $= 1 0 0$ , Batch size $= 5$ (B) Information plane dynamics. No compression is observed, and information about the labels is lost during overtraining. (C) Average train and test accuracy $\%$ correct) for nonlinear tanh networks exhibiting modest overfitting $N = 8$ ). (D) Information plane dynamics. Overfitting occurs despite continued compression. + +![](images/6fb26702a9042ab8cf86aa3fd585a3fceb5522ab227a6c80568e9d5d17d27d7b.jpg) +Figure 5: Stochastic training and the information plane. (A) tanh network trained with SGD. (B) tanh network trained with BGD. (C) ReLU network trained with SGD. (D) ReLU network trained with BGD. Both random and non-random training procedures show similar information plane dynamics. + +To see whether similar behavior arises in nonlinear networks, we trained tanh networks in the same setting as Section 2, but with $30 \%$ of the data, which we found to lead to modest overtraining. Fig. 4C-D shows the resulting train, test, and information plane dynamics. Here the tanh networks show substantial compression, despite exhibiting overtraining. This establishes a dissociation between behavior in the information plane and generalization dynamics: networks that compress may (Fig. 1A) or may not (Fig. 4C-D) generalize well, and networks that do not compress may (Figs.1B, 3A-B) or may not (Fig. 4A-B) generalize well. + +# 4 COMPRESSION IN BATCH GRADIENT DESCENT AND SGD + +Next, we test a core theoretical claim of the information bottleneck theory of deep learning, namely that randomness in stochastic gradient descent is responsible for the compression phase. In particular, because the choice of input samples in SGD is random, the weights evolve in a stochastic way during training. + +Shwartz-Ziv & Tishby (2017) distinguish two phases of SGD optimization: in the first “drift” phase, the mean of the gradients over training samples is large relative to the standard deviation of the gradients; in the second “diffusion” phase, the mean becomes smaller than the standard deviation of the gradients. The authors propose that compression should commence following the transition from a high to a low gradient signal-to-noise ratio (SNR), i.e., the onset of the diffusion phase. The proposed mechanism behind this diffusion-driven compression is as follows. The authors state that during the diffusion phase, the stochastic evolution of the weights can be described as a Fokker-Planck equation under the constraint of small training error. Then, the stationary distribution over weights for this process will have maximum entropy, again subject to the training error constraint. Finally, the authors claim that weights drawn from this stationary distribution will maximize the entropy of inputs given hidden layer activity, $H ( X | T )$ , subject to a training error constraint, and that this training error constraint is equivalent to a constraint on the mutual information $I ( T ; Y )$ for small training error. Since the entropy of the input, $H ( X )$ , is fixed, the result of the diffusion dynamics will be to minimize $I ( X ; T ) \mathrel { \mathop : } = H ( X ) - \bar { H } ( X | \dot { T } )$ for a given value of $I ( T ; Y )$ reached at the end of the drift phase. + +However, this explanation does not hold up to either theoretical or empirical investigation. Let us assume that the diffusion phase does drive the distribution of weights to a maximum entropy distribution subject to a training error constraint. Note that this distribution reflects stochasticity of weights across different training runs. There is no general reason that a given set of weights sampled from this distribution (i.e., the weight parameters found in one particular training run) will maximize $H ( X | T )$ , the entropy of inputs given hidden layer activity. In particular, $H ( X | T )$ reflects (conditional) uncertainty about inputs drawn from the data-generating distribution, rather than uncertainty about any kind of distribution across different training runs. + +We also show empirically that the stochasticity of the SGD is not necessary for compression. To do so, we consider two distinct training procedures: offline stochastic gradient descent (SGD), which learns from a fixed-size dataset, and updates weights by repeatedly sampling a single example from the dataset and calculating the gradient of the error with respect to that single sample (the typical procedure used in practice); and batch gradient descent (BGD), which learns from a fixed-size dataset, and updates weights using the gradient of the total error across all examples. Batch gradient descent uses the full training dataset and, crucially, therefore has no randomness or diffusion-like behavior in its updates. + +We trained tanh and ReLU networks with SGD and BGD and compare their information plane dynamics in Fig. 5 (see Appendix H for a linear network). We find largely consistent information dynamics in both instances, with robust compression in tanh networks for both methods. Thus randomness in the training process does not appear to contribute substantially to compression of information about the input. This finding is consistent with the view presented in Section 2 that compression arises predominantly from the double saturating nonlinearity. + +Finally, we look at the gradient signal-to-noise ratio (SNR) to analyze the relationship between compression and the transition from high to low gradient SNR. Fig. 20 of Appendix I shows the gradient SNR over training, which in all cases shows a phase transition during learning. Hence the gradient SNR transition is a general phenomenon, but is not causally related to compression. Appendix I offers an extended discussion and shows gradient SNR transitions without compression on the MNIST dataset and for linear networks. + +# 5 SIMULTANEOUS FITTING AND COMPRESSION + +Our finding that generalization can occur without compression may seem difficult to reconcile with the intuition that certain tasks involve suppressing irrelevant directions of the input. In the extreme, if certain inputs contribute nothing but noise, then good generalization requires ignoring them. To study this, we consider a variant on the linear student-teacher setup of Section 3: we partition the input $X$ into a set of task-relevant inputs $X _ { r e l }$ and a set of task-irrelevant inputs $X _ { i r r e l }$ , and alter the teacher network so that the teacher’s weights to the task-irrelevant inputs are all zero. Hence the inputs $X _ { i r r e l }$ contribute only noise, while the $X _ { r e l }$ contain signal. We then calculate the information plane dynamics for the whole layer, and for the task-relevant and task-irrelevant inputs separately. Fig. 6 shows information plane dynamics for a deep linear neural network trained using SGD (5 samples/batch) on a task with 30 task-relevant inputs and 70 task-irrelevant inputs. While the overall dynamics show no compression phase, the information specifically about the task-irrelevant subspace does compress over the course of training. This compression process occurs at the same time as the fitting to the task-relevant information. Thus, when a task requires ignoring some inputs, the information with these inputs specifically will indeed be reduced; but overall mutual information with the input in general may still increase. + +![](images/3f982bb2a95db7292dd21c09073b2ac2ac7ccf908216d9ad8ed4dcda065e419e.jpg) +Figure 6: Simultaneous fitting and compression. (A) For a task with a large task-irrelevant subspace in the input, a linear network shows no overall compression of information about the input. (B) The information with the task-relevant subspace increases robustly over training. (C) However, the information specifically about the task-irrelevant subspace does compress after initially growing as the network is trained. + +# 6 DISCUSSION + +Our results suggest that compression dynamics in the information plane are not a general feature of deep networks, but are critically influenced by the nonlinearities employed by the network. Doublesaturating nonlinearities lead to compression, if mutual information is estimated by binning activations or by adding homoscedastic noise, while single-sided saturating nonlinearities like ReLUs do not compress in general. Consistent with this view, we find that stochasticity in the training process does not contribute to compression in the cases we investigate. Furthermore, we have found instances where generalization performance does not clearly track information plane behavior, questioning the causal link between compression and generalization. Hence information compression may parallel the situation with sharp minima: although empirical evidence has shown a correlation with generalization error in certain settings and architectures, further theoretical analysis has shown that sharp minima can in fact generalize well (Dinh et al., 2017). We emphasize that compression still may occur within a subset of the input dimensions if the task demands it. This compression, however, is interleaved rather than in a secondary phase and may not be visible by information metrics that track the overall information between a hidden layer and the input. Finally, we note that our results address the specific claims of one scheme to link the information bottleneck principle with current practice in deep networks. The information bottleneck principle itself is more general and may yet offer important insights into deep networks (Achille & Soatto, 2017). Moreover, the information bottleneck principle could yield fundamentally new training algorithms for networks that are inherently stochastic and where compression is explicitly encouraged with appropriate regularization terms (Chalk et al., 2016; Alemi et al., 2017; Kolchinsky et al., 2017). + +# ACKNOWLEDGMENTS + +We thank Ariel Herbert-Voss for useful discussions. This work was supported by grant numbers IIS 1409097 and CHE 1648973 from the US National Science Foundation, and by IARPA contract #D16PC00002. Andrew Saxe and Madhu Advani thank the Swartz Program in Theoretical Theoretical Neuroscience at Harvard University. Artemy Kolchinsky and Brendan Tracey would like to thank the Santa Fe Institute for helping to support this research. Artemy Kolchinsky was supported by Grant No. FQXi-RFP-1622 from the FQXi foundation and Grant No. CHE-1648973 from the US National Science Foundation. Brendan Tracey was supported by AFOSR MURI on Multi-Information Sources of Multi-Physics Systems under Award Number FA9550-15-1-0038. + +# REFERENCES + +A. Achille and S. Soatto. On the Emergence of Invariance and Disentangling in Deep Representations. arXiv preprint arXiv:1706.01350, 2017. + +M.S. Advani and A.M. Saxe. High-dimensional dynamics of generalization error in neural networks. arXiv preprint arXiv:1710.03667, 2017. +A.A. Alemi, I. Fischer, J.V. Dillon, and K. Murphy. Deep variational information bottleneck. In International Conference on Learning Representations, 2017. +P. Baldi and K. Hornik. Neural networks and principal component analysis: Learning from examples without local minima. Neural Networks, 2:53–58, 1989. +P.L. Bartlett and S. Mendelson. Rademacher and Gaussian Complexities: Risk Bounds and Structural Results. Journal of Machine Learning Research, 3:463–482, 2002. +M. Chalk, O. Marre, and G. Tkacik. Relevant sparse codes with variational information bottleneck. In Advances in Neural Information Processing Systems, pp. 1957–1965, 2016. +G. Chechik, A. Globerson, N. Tishby, and Y. Weiss. Information bottleneck for gaussian variables. Journal of Machine Learning Research, pp. 165–188, 2005. +J. Chee and P. Toulis. Convergence diagnostics for stochastic gradient descent with constant step size. arXiv preprint arXiv:1710.06382, 2017. +A. Choromanska, M. Henaff, M. Mathieu, G. Arous, B., and Y. LeCun. The Loss Surfaces of Multilayer Networks. In Proceedings of the 18th International Conference on Artificial Intelligence, volume 38, 2015. +L. Dinh, R. Pascanu, S. Bengio, and Y. Bengio. Sharp Minima Can Generalize For Deep Nets. In International Conference on Machine Learning, 2017. +K. Fukumizu. Effect of Batch Learning In Multilayer Neural Networks. In Proceedings of the 5th International Conference on Neural Information Processing, pp. 67–70, 1998. +I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and Y. Bengio. Generative Adversarial Nets. Advances in Neural Information Processing Systems, pp. 2672–2680, 2014. +J. Kadmon and H. Sompolinsky. Optimal Architectures in a Solvable Model of Deep Networks. In Advances in Neural Information Processing Systems, 2016. +A. Kolchinsky and B.D. Tracey. Estimating mixture entropy with pairwise distances. Entropy, 19, 2017. +A. Kolchinsky, B.D. Tracey, and D.H. Wolpert. Nonlinear information bottleneck. arXiv preprint arXiv:1705.02436, 2017. +A. Kraskov, H. Stögbauer, and P. Grassberger. Estimating mutual information. Physical Review E, 69:066138, 2004. +A. Krizhevsky, I. Sutskever, and G.E. Hinton. ImageNet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105. 2012. +S. Laughlin. A simple coding procedure enhances a neuron’s information capacity. Zeitschrift für Naturforschung c, 36:910–912, 1981. +Y. LeCun, Y. Bengio, and G.E. Hinton. Deep learning. Nature, 521:436–444, 2015. +W. Lotter, G. Kreiman, and D.D. Cox. Deep predictive coding networks for video prediction and unsupervised learning. arXiv preprint arXiv:1605.08104, 2016. +G. Montufar, R. Pascanu, K. Cho, and Y. Bengio. On the Number of Linear Regions of Deep Neural Networks. In Advances in Neural Information Processing Systems, 2014. +N. Murata. A statistical study of on-line learning. In On-line Learning in Neural Networks, pp. 63–92. Cambridge University Press, 1998. +B. Neyshabur, R. Tomioka, and N. Srebro. Norm-Based Capacity Control in Neural Networks. In Proceedings of The 28th Conference on Learning Theory, volume 40, pp. 1–26, 2015. +H. Poggio, T.and Mhaskar, L. Rosasco, B. Miranda, and Q. Liao. Why and when can deep-but not shallow-networks avoid the curse of dimensionality: A review. International Journal of Automation and Computing, pp. 1–17, 2017. +A.M. Saxe, J.L. McClelland, and S. Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear neural networks. In the International Conference on Learning Representations, 2014. +J. Schmidhuber. Deep Learning in Neural Networks: An Overview. Neural Networks, 61:85–117, 2015. +H.S. Seung, H. Sompolinsky, and N. Tishby. Statistical mechanics of learning from examples. Physical Review A, 45:6056–6091, 1992. +R. Shwartz-Ziv and N. Tishby. Opening the black box of deep neural networks via information. arXiv preprint arXiv:1703.00810, 2017. +D. Silver, A. Huang, C.J. Maddison, A. Guez, L. Sifre, G. van den Driessche, J. Schrittwieser, I. Antonoglou, V. Panneershelvam, M. Lanctot, S. Dieleman, D. Grewe, J. Nham, N. Kalchbrenner, I. Sutskever, T. Lillicrap, M. Leach, K. Kavukcuoglu, T. Graepel, and D. Hassabis. Mastering the game of Go with deep neural networks and tree search. Nature, 529:484–489, 2016. +N. Tishby and N. Zaslavsky. Deep learning and the information bottleneck principle. In IEEE Information Theory Workshop, 2015. +N. Tishby, F.C. Pereira, and W. Bialek. The information bottleneck method. Proceedings of the 37-th Annual Allerton Conference on Communication, Control and Computing, pp. 368–377, 1999. + +# A LEARNING CURVES FOR tanh AND RELU NETWORKS + +Supplementary Figure 7 shows the learning curves for tanh and ReLU networks depicted in Fig. 1. + +![](images/ce0355c43f7ded6cd043397ccb1f76e1f4c9361219e3e513122d676b64034395.jpg) +Figure 7: Learning curves for (A) tanh neural network in 1 A and (B) ReLU neural network in $1 \textbf { B }$ . Both networks show good generalization with regards to the test data. + +# B ROBUSTNESS OF FINDINGS TO MI ESTIMATION METHOD AND NEURAL ACTIVATION FUNCTIONS + +This Appendix investigates the generality of the finding that compression is not observed in neural network layers with certain activation functions. Figure 1 of the main text shows example results using a binning-based MI estimator and a nonparametric KDE estimator, for both the tanh and ReLU activation functions. Here we describe the KDE MI estimator in detail, and present extended results on other datasets. We also show results for other activation functions. Finally, we provide entropy estimates based on another nonparametric estimator, the popular $\mathbf { k }$ -nearest neighbor approach of Kraskov et al. (2004). Our findings consistently show that double-saturating nonlinearities can yield compression, while single-sided nonlinearities do not. + +# B.1 KERNEL DENSITY ESTIMATION OF MI + +The KDE approach of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) estimates the mutual information between the input and the hidden layer activity by assuming that the hidden activity is distributed as a mixture of Gaussians. This assumption is well-suited to the present setting under the following interpretation: we take the input activity to be distributed as delta functions at each example in the dataset, corresponding to a uniform distribution over these specific samples. In other words, we assume that the empirical distribution of input samples is the true distribution. Next, the hidden layer activity $h$ is a deterministic function of the input. As mentioned in the main text and discussed in more detail in Appendix C, without the assumption of noise, this would have infinite mutual information with the input. We therefore assume for the purposes of analysis that Gaussian noise of variance $\sigma ^ { 2 }$ is added, that is, $T = h + \epsilon$ where $\epsilon \sim \mathcal { N } ( \bar { 0 } , \bar { \sigma ^ { 2 } } I )$ . Under these assumptions, the distribution of $T$ is genuinely a mixture of Gaussians, with a Gaussian centered on the hidden activity corresponding to each input sample. We emphasize again that the noise $\epsilon$ is added solely for the purposes of analysis, and is not present during training or testing the network. In this setting, an upper bound for the mutual information with the input is (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017) + +$$ +I ( T ; X ) \leq - { \frac { 1 } { P } } \sum _ { i } \log { \frac { 1 } { P } } \sum _ { j } \exp \left( - { \frac { 1 } { 2 } } { \frac { \vert \vert h _ { i } - h _ { j } \vert \vert _ { 2 } ^ { 2 } } { \sigma ^ { 2 } } } \right) +$$ + +where $P$ is the number of training samples and $h _ { i }$ denotes the hidden activity vector in response to input sample $i$ . Similarly, the mutual information with respect to the output can be calculated as + +$$ +\begin{array} { r c l } { I ( T ; Y ) } & { = } & { { \displaystyle H ( T ) - H ( T | Y ) } } \\ & { \leq } & { \displaystyle - \frac { 1 } { P } \sum _ { i } \log \frac { 1 } { P } \sum _ { j } \exp \left( - \frac { 1 } { 2 } \frac { \| h _ { i } - h _ { j } \| _ { 2 } ^ { 2 } } { \sigma ^ { 2 } } \right) } \\ & & { \displaystyle - \sum _ { l } ^ { L } p _ { l } \left[ - \frac { 1 } { P _ { l } } \sum _ { i , Y _ { i } = l } \log \frac { 1 } { P _ { l } } \sum _ { j , Y _ { j } = l } \exp \left( - \frac { 1 } { 2 } \frac { \| h _ { i } - h _ { j } \| _ { 2 } ^ { 2 } } { \sigma ^ { 2 } } \right) \right] } \end{array} +$$ + +where $L$ is the number of output labels, $P _ { l }$ denotes the number of data samples with output label $l$ , $p _ { l } = P _ { l } / P$ denotes the probability of output label $l$ , and the sums over $i , Y _ { i } = l$ indicate a sum over all examples with output label $l$ . + +![](images/f89ebb8650e008588c11ffbb01a6605fa94820e9aa6ba83b3408ba661f14ce97.jpg) +Figure 8: Information plane dynamics for the network architecture and training dataset of ShwartzZiv & Tishby (2017), estimated with the nonparametric KDE method of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) and averaged over 50 repetitions. (A) tanh neural network layers show compression. (B) ReLU neural network layers show no compression. (C) The soft-sign activation function, a double-saturating nonlinearity that saturates more gently than tanh, shows modest compression. (D) The soft-plus activation function, a smoothed version of the ReLU, exhibits no compression. Hence double-saturating nonlinearities exhibit the compression effect while singlesaturating nonlinearities do not. + +Figure 8A-B shows the result of applying this MI estimation method on the dataset and network architecture of Shwartz-Ziv & Tishby (2017), with MI estimated on the full dataset and averaged over 50 repetitions. Mutual information was estimated using data samples from the test set, and we took the noise variance $\sigma ^ { 2 } = 0 . 1$ . These results look similar to the estimate derived from binning, with compression in tanh networks but no compression in ReLU networks. Relative to the binning estimate, it appears that compression is less pronounced in the KDE method. + +Figure 1C-D of the main text shows the results of this estimation technique applied to a neural network of size $7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0$ on the MNIST handwritten digit classification dataset. The network was trained using SGD with minibatches of size 128. As before, mutual information was estimated using data samples from the test set, and we took the noise variance $\sigma ^ { 2 } = 0 . 1$ . The smaller layer sizes in the top three hidden layers were selected to ensure the quality of the kernel density estimator given the amount of data in the test set, since the estimates are more accurate for smaller-dimensional data. Because of computational expense, the MNIST results are from a single training run. + +More detailed results for the MNIST dataset are provided in Figure 9 for the tanh activation function, and in Figure 10 for the ReLU activation function. In these figures, the first row shows the evolution of the cross entropy loss (on both training and testing data sets) during training. The second row shows the mutual information between input and the activity of different hidden layers, using the nonparametric KDE estimator described above. The blue region in the second row shows the range of possible MI values, ranging from the upper bound described above (Eq. 10) to the following lower + +bound (Kolchinsky & Tracey, 2017), + +$$ +\begin{array} { r c l } { { I ( T ; Y ) } } & { { \geq } } & { { \displaystyle - \frac { 1 } { P } \sum _ { i } \log \frac { 1 } { P } \sum _ { j } \exp \left( - \frac { 1 } { 2 } \frac { \left\| h _ { i } - h _ { j } \right\| _ { 2 } ^ { 2 } } { 4 \sigma ^ { 2 } } \right) } } \\ { { } } & { { } } & { { \displaystyle - \sum _ { l } ^ { L } p _ { l } \left[ - \frac { 1 } { P _ { l } } \sum _ { i , Y _ { i } = l } \log \frac { 1 } { P _ { l } } \sum _ { j , Y _ { j } = l } \exp \left( - \frac { 1 } { 2 } \frac { \left\| h _ { i } - h _ { j } \right\| _ { 2 } ^ { 2 } } { 4 \sigma ^ { 2 } } \right) \right] . } } \end{array} +$$ + +The third row shows the mutual information between input and activity of different hidden layers, estimated using the binning method (here, the activity of each neuron was discretized into bins of size 0.5). For both the second and third rows, we also plot the entropy of the inputs, $H ( X )$ , as a dashed line. $H ( X )$ is an upper bound on the mutual information $I ( X ; T )$ , and is computed using the assumption of a uniform distribution over the 10,000 testing points in the MNIST dataset, giving $H ( X ) = \log _ { 2 } { 1 0 0 0 0 }$ . + +Finally, the fourth row visualizes the dynamics of the SGD updates during training. For each layer and epoch, the green line shows the $\ell _ { 2 }$ norm of the weights. We also compute the vector of mean updates across SGD minibatches (this vector has one dimension for each weight parameter), as well as the vector of the standard deviation of the updates across SGD minibatches. The $\ell _ { 2 }$ norm of the mean update vector is shown in blue, and the $\ell _ { 2 }$ norm of the standard deviation vector is shown in orange. The gradient SNR, computed as the ratio of the norm of the mean vector to the norm of the standard deviation vector, is shown in red. For both the tanh and ReLU networks, the gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. Importantly, this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise in SGD updates does not yield compression in this setting. + +![](images/cc8295ba9fbcdf4553fd120007b118b080b408782fb4c7b756ca91d6a943022a.jpg) +Figure 9: Detailed tanh activation function results on MNIST. Row 1: Loss over training. Row 2: Upper and lower bounds for the mutual information $I ( X ; T )$ between the input $( X )$ and each layer’s activity $( T )$ , using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017). Dotted line indicates $H ( X ) = \log _ { 2 } { 1 0 0 0 0 }$ , the entropy of a uniform distribution over 10,000 testing samples. Row 3: Binning-based estimate of the mutual information $I ( X ; T )$ , with each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. + +![](images/6b5d4819da8c875280c0636b21620dd6a2ea91f5c10ae7ab67fc192db6fbb0d4.jpg) +Figure 10: Detailed ReLU activation function results on MNIST. Row 1: Loss over training. Row 2: Upper and lower bounds for the mutual information $I ( X ; T )$ between the input $( X )$ and each layer’s activity $( T )$ , using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017). Dotted line indicates $H ( X ) = \log _ { 2 } { 1 0 0 0 0 }$ , the entropy of a uniform distribution over 10,000 testing samples. Row 3: Binning-based estimate of the mutual information $I ( X ; T )$ , with each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. Importantly, this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise in SGD updates does not yield compression in this setting. + +![](images/6c1149a7423a2791869e903f30e00c9268d38906bea86674e43fe62d02d3186f.jpg) +Figure 11: Alternative activation functions. + +# B.2 OTHER ACTIVATION FUNCTIONS + +Next, in Fig. 8C-D, we show results from the kernel MI estimator from two additional nonlinear activation functions, the softsign function + +$$ +f ( x ) = { \frac { x } { 1 + | x | } } , +$$ + +and the softplus function + +$$ +f ( x ) = \ln ( 1 + e ^ { x } ) . +$$ + +These functions are plotted next to tanh and ReLU in Fig. 11. The softsign function is similar to tanh but saturates more slowly, and yields less compression than tanh. The softplus function is a smoothed version of the ReLU, and yields similar dynamics with no compression. Because softplus never saturates fully to zero, it retains more information with respect to the input than ReLUs in general. + +# B.3 KRASKOV ESTIMATOR + +We additionally investigated the widely-used nonparametric MI estimator of Kraskov et al. (2004). This estimator uses nearest neighbor distances between samples to compute an estimate of the entropy of a continuous random variable. Here we focused for simplicity only on the compression phenomenon in the mutual information between the input and hidden layer activity, leaving aside the information with respect to the output (as this is not relevant to the compression phenomenon). Again, without additional noise assumptions, the MI between the hidden representation and the input would be infinite because the mapping is deterministic. Rather than make specific noise assumptions, we instead use the Kraskov method to estimate the entropy of the hidden representations $T$ . Note that the entropy of $T$ is the mutual information up to an unknown constant so long as the noise assumption is homoscedastic, that is, $T = h + Z$ where the random variable $Z$ is independent of $X$ . To see this, note that + +$$ +\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { H ( T ) - H ( T | X ) } } \\ { { } } & { { = } } & { { H ( T ) - H ( Z ) } } \\ { { } } & { { = } } & { { H ( T ) - c } } \end{array} +$$ + +where the constant $c = H ( Z )$ . Hence observing compression in the layer entropy $H ( T )$ is enough to establish that compression occurs in the mutual information. + +The Kraskov estimate is given by + +$$ +\frac { d } { P } \sum _ { i = 1 } ^ { P } \log ( r _ { i } + \epsilon ) + \frac { d } { 2 } \log ( \pi ) - \log \Gamma ( d / 2 + 1 ) + \psi ( P ) - \psi ( k ) +$$ + +where $d$ is the dimension of the hidden representation, $P$ is the number of samples, $r _ { i }$ is the distance to the $k$ -th nearest neighbor of sample $i$ , $\epsilon$ is a small constant for numerical stability, $\Gamma ( \cdot )$ is the + +Gamma function, and $\psi ( \cdot )$ is the digamma function. Here the parameter $\epsilon$ prevents infinite terms when the nearest neighbor distance ri = 0 for some sample. We took  = 10−16. + +Figure 12 shows the entropy over training for tanh and ReLU networks trained on the dataset of and with the network architecture in Shwartz-Ziv & Tishby (2017), averaged over 50 repeats. In these experiments, we used $k = 2$ . Compression would correspond to decreasing entropy over the course of training, while a lack of compression would correspond to increasing entropy. Several tanh layers exhibit compression, while the ReLU layers do not. Hence qualitatively, the Kraskov estimator returns similar results to the binning and KDE strategies. + +![](images/d35dbe7c6e40d832895cc4e561a74abc5f2ec6a2b6e899768df8078d5351eb42.jpg) +Figure 12: Entropy dynamics over training for the network architecture and training dataset of Shwartz-Ziv & Tishby (2017), estimated with the nonparametric $\mathbf { k }$ -nearest-neighbor-based method of Kraskov et al. (2004). Here the $\mathbf { X } ^ { } -$ -axis is epochs of training time, and the y-axis plots the entropy of the hidden representation, as calculated using nearest-neighbor distances. Note that in this setting, if $T$ is considered to be the hidden activity plus independent noise, the entropy is equal to the mutual information up to a constant (see derivation in text). Layers 0-4 correspond to the hidden layers of size 10-7-5-4-3. (A) tanh neural network layers can show compression over the course of training. (B) ReLU neural network layers show no compression. + +# C NOISE ASSUMPTIONS AND DISCRETE VS CONTINUOUS ENTROPY + +A recurring theme in the results reported in this paper is the necessity of noise assumptions to yield a nontrivial information theoretic analysis. Here we give an extended discussion of this phenomenon, and of issues relating to discrete entropy as opposed to continuous (differential) entropy. + +The activity of a neural network is often a continuous deterministic function of its input. That is, in response to an input $X$ , a specific hidden layer might produce activity $h = f ( X )$ for some function $f$ . The mutual information between $h$ and $X$ is given by + +$$ +\begin{array} { l l l } { { I ( h ; X ) } } & { { = } } & { { H ( h ) - H ( h | X ) . } } \end{array} +$$ + +If $h$ were a discrete variable, then the entropy would be given by + +$$ +H ( h ) = - \sum _ { i = 1 } ^ { N } p _ { i } \log p _ { i } +$$ + +where $p _ { i }$ is the probability of the discrete symbol $i$ , as mentioned in the main text. Then $H ( h | X ) = 0$ because the mapping is deterministic and we have $I ( h ; X ) = H ( h )$ . + +However $h$ is typically continuous. The continuous entropy, defined for a continuous random variable $Z$ with density $p _ { Z }$ by analogy to Eqn. (18) as + +$$ +H ( Z ) = - \int p _ { Z } ( z ) \log p _ { Z } ( z ) d z , +$$ + +can be negative and possibly infinite. In particular, note that if $p _ { Z }$ is a delta function, then $H ( Z ) =$ $- \infty$ . The mutual information between hidden layer activity $h$ and the input $X$ for continuous $h , X$ is + +$$ +I ( h ; X ) = H ( h ) - H ( h | X ) . +$$ + +Now $H ( h | X ) = - \infty$ since given the input $X$ , the hidden activity $h$ is distributed as a delta function at $f ( X )$ . The mutual information is thus generally infinite, so long as the hidden layer activity has finite entropy $H ( h )$ is finite). + +![](images/db291cd24878a5a577925a9f57c17f1e80ff0653e022e4f8350fe21e76b70f02.jpg) +Figure 13: Effect of binning strategy on minimal three neuron model. Mutual information for the simple three neuron model shown in Fig. 2 with bin edges $b _ { i } \in \mathrm { t a n h } ( \operatorname* { l i n s p a c e } ( - 5 0 , 5 0 , N ) )$ . In contrast to linear binning, the mutual information continues to increase as weights grow. + +To yield a finite mutual information, some noise in the mapping is required such that $H ( h | X )$ remains finite. A common choice (and one adopted here for the linear network, the nonparametric kernel density estimator, and the $\mathbf { k }$ -nearest neighbor estimator) is to analyze a new variable with additive noise, $T = h + Z$ , where $Z$ is a random variable independent of $X$ . Then $H ( T | X ) = H ( Z )$ which allows the overall information $I ( T ; X ) = H ( T ) - H ( Z )$ to remain finite. This noise assumption is not present in the actual neural networks either during training or testing, and is made solely for the purpose of calculating the mutual information. + +Another strategy is to partition the continuous variable $h$ into a discrete variable $T$ , for instance by binning the values (the approach taken in Shwartz-Ziv & Tishby (2017)). This allows use of the discrete entropy, which remains finite. Again, however, in practice the network does not operate on the binned variables $T$ but on the continuous variables $h$ , and the binning is solely for the purpose of calculating the mutual information. Moreover, there are many possible binning strategies, which yield different discrete random variables, and different mutual information with respect to the input. The choice of binning strategy is an assumption analogous to choosing a type of noise to add to the representation in the continuous case: because there is in fact no binning in the operation of the network, there is no clear choice for binning methodology. The strategy we use in binning-based experiments reported here is the following: for bounded activations like the tanh activation, we use evenly spaced bins between the minimum and maximum limits of the function. For unbounded activations like ReLU, we first train the network completely; next identify the minimum and maximum hidden activation over all units and all training epochs; and finally bin into equally spaced bins between these minimum and maximum values. We note that this procedure places no restriction on the magnitude that the unbounded activation function can take during training, and yields the same MI estimate as using infinite equally spaced bins (because bins for activities larger than the maximum are never seen during training). + +As an example of another binning strategy that can yield markedly different results, we consider evenly spaced bins in a neuron’s net input, rather than its activity. That is, instead of evenly spaced bins in the neural activity, we determine the bin edges by mapping a set of evenly spaced values through the neural nonlinearity. For tanh, for instance, this spaces bins more tightly in the saturation region as compared to the linear region. Figure 13 shows the results of applying this binning strategy to the minimal three neuron model with tanh activations. This binning scheme captures more information as the weights of the network grow larger. Figure 14 shows information plane dynamics for this binning structure. The tanh network no longer exhibits compression. (We note that the broken DPI in this example is an artifact of performing binning only for analysis, as discussed below). + +![](images/12c7d31d8a03d347bac1cbe449138df659dc492793257cc0c61d13e2608ea4fa.jpg) +Figure 14: Effect of binning strategy on information plane dynamics. Results for the same tanh network and training regime as 1A, but with bin edges $b _ { i } \in$ tanh(linspace $( - 5 0 , 5 0 , N )$ ). Measured with this binning structure, there is no compression in most layers. + +Any implementation of a neural network on digital hardware is ultimately of finite precision, and hence is a binned, discrete representation. However, it is a very high resolution binning compared to that used here or by Shwartz-Ziv & Tishby (2017): single precision would correspond to using roughly $2 ^ { 3 2 }$ bins to discretize each hidden unit’s activity, as compared to the 30-100 used here. If the binning is fine-grained enough that each input $X$ yields a different binned activity pattern $h$ , then $H ( h ) \stackrel { - } { = } \log ( P )$ where $P$ is the number of examples in the dataset, and there will be little to no change in information during training. As an example, we show in Fig. 15 the result of binning at full machine precision. + +Finally, we note two consequences of the assumption of noise/binning for the purposes of analysis. First, this means that the data processing inequality (DPI) does not apply to the noisy/binned mutual information estimates. The DPI states that information can only be destroyed through successive transformations, that is, if $X h _ { 1 } h _ { 2 }$ form a Markov chain, then $I ( X ; \bar { h _ { 1 } } ) \geq I ( \bar { X ; } h _ { 2 } )$ (see, eg, Tishby & Zaslavsky (2015)). Because noise is added only for the purpose of analysis, however, this does not apply here. In particular, for the DPI to apply, the noise added at lower layers would have to propagate through the network to higher layers. That is, if the transformation from hidden layer 1 to hidden layer 2 is $h _ { 2 } = f ( h _ { 1 } )$ and $T _ { 1 } = h _ { 1 } + Z _ { 1 }$ is the hidden layer activity after adding noise, then the DPI would hold for the variable $\tilde { T } _ { 2 } = f ( T _ { 1 } ) + Z _ { 2 } = f ( h _ { 1 } + Z _ { 1 } ) + Z _ { 2 }$ , not the quantity + +![](images/e2187148ec2ae4d72ade118f8c38e42693609c24edb83c7050bd489b4d6120ca.jpg) +Figure 15: Effect of binning at full machine precision. (A) ReLU network. (B) tanh network. Information in most layers stays pinned to $\log _ { 2 } ( P ) = 1 2$ . Compression is only observed in the highest and smallest layers near the very end of training, when the saturation of tanh is strong enough to saturate machine precision. + +$T _ { 2 } = h _ { 2 } + Z _ { 2 } = f ( h _ { 1 } ) + Z _ { 2 }$ used in the analysis. Said another way, the Markov chain for $T _ { 2 }$ is $X h _ { 1 } h _ { 2 } T _ { 2 }$ , not $X h _ { 1 } T _ { 1 } T _ { 2 }$ , so the DPI states only that $I ( X ; h _ { 1 } ) \ge I ( X ; T _ { 2 } )$ . + +A second consequence of the noise assumption is the fact that the mutual information is no longer invariant to invertible transformations of the hidden activity $h$ . A potentially attractive feature of a theory based on mutual information is that it can allow for comparisons between different architectures: mutual information is invariant to any invertible transformation of the variables, so two hidden representations could be very different in detail but yield identical mutual information with respect to the input. However, once noise is added to a hidden representation, this is no longer the case: the variable $T = h + Z$ is not invariant to reparametrizations of $h$ . As a simple example, consider a minimal linear network with scalar weights $w _ { 1 }$ and $w _ { 2 }$ that computes the output ${ \hat { y } } = w _ { 2 } w _ { 1 } X$ . The hidden activity is $h = w _ { 1 } X$ . Now consider the family of networks in which we scale down $w _ { 1 }$ and scale up $w _ { 2 }$ by a factor $c \neq 0$ , that is, these networks have weights $\tilde { w } _ { 1 } = w _ { 1 } / c$ and $\tilde { w } _ { 2 } = c w _ { 2 }$ , yielding the exact same input-output map $\hat { y } = \tilde { w } _ { 2 } \tilde { w } _ { 1 } X = c w _ { 2 } ( w _ { 1 } / c ) X = w _ { 2 } w _ { 1 } X$ . Because they compute the same function, they necessarily generalize identically. However after introducing the noise assumption the mutual information is + +$$ +\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { \log \left( w _ { 1 } ^ { 2 } / c ^ { 2 } + \sigma _ { M I } ^ { 2 } \right) - \log \left( \sigma _ { M I } ^ { 2 } \right) } } \end{array} +$$ + +where we have taken the setting in Section 3 in which $X$ is normal Gaussian, and independent Gaussian noise of variance $\sigma _ { M I } ^ { 2 }$ is added for the purpose of MI computation. Clearly, the mutual information is now dependent on the scaling $c$ of the internal layer, even though this is an invertible linear transformation of the representation. Moreover, this shows that networks which generalize identically can nevertheless have very different mutual information with respect to the input when it is measured in this way. + +# D WEIGHT NORMS OVER TRAINING + +Our argument relating neural saturation to compression in mutual information relies on the notion that in typical training regimes, weights begin small and increase in size over the course of training. We note that this is a virtual necessity for a nonlinearity like tanh, which is linear around the origin: when initialized with small weights, the activity of a tanh network will be in this linear regime and the network can only compute a linear function of its input. Hence a real world nonlinear task can only be learned by increasing the norm of the weights so as to engage the tanh nonlinearity on some examples. This point can also be appreciated from norm-based capacity bounds on neural networks, which show that, for instance, the Rademacher complexity of a neural network with small weights must be low (Bartlett & Mendelson, 2002; Neyshabur et al., 2015). Finally, as an empirical matter, the networks trained in this paper do in fact increase the norm of their weights over the course of training, as shown by the green lines in Figure 20 for tanh and ReLU networks in the training setting of Shwartz-Ziv & Tishby (2017); Figures 9 and 10 for the MNIST networks; and Figure 21 for a linear network. + +# E HISTOGRAMS OF NEURAL ACTIVATIONS + +Supplementary Figures 16 and 17 show histograms of neural activities over the course of training in tanh and ReLU networks respectively. + +![](images/8bbc07b14318e40e4fb277a40f930af47fb6bee0d59af7119d1a65cf2931ed0c.jpg) +Figure 16: Histogram of neural activities in a tanh network during training. The final three layers eventually saturate in the top and bottom bins corresponding to the saturation limits of the tanh activation function, explaining the compression observed in tanh. x-axis: training time in epochs. y-axis: Hidden activity bin values from lowest to highest. Colormap: density of hidden layer activities across all input examples. + +![](images/5f209aa29a04ff3253199dfe5ae51898ad1ec81c4d32a5a079b30809f462dc92.jpg) +Figure 17: Histogram of neural activities in a ReLU network during training. ReLU layers 1-5 have a roughly constant fraction of activities at zero, corresponding to instances where the ReLU is off; the nonzero activities disperse over the course of training without bound, yielding higher entropy distributions. The sigmoid output layer 6 converges to its saturation limits, and is the only layer that compresses during training (c.f. Fig. 1B). $\mathbf { X }$ -axis: training time in epochs. y-axis: Hidden activity value. Colormap: density of hidden layer activities across all input examples. + +# F INFORMATION PLANE DYNAMICS IN DEEPER LINEAR NETWORKS + +Supplementary Figure 18 shows information plane dynamics for a deep neural network with five hidden layers each containing 50 hidden units. + +![](images/cba1fe5de44777e480b97d883918063f6902a3728f471a1abd20879b524f24ab.jpg) +Figure 18: Information plane dynamics in a deep linear neural network. (A) Train and test error during learning. (B) Information plane dynamics. No compression is visible. + +# G LINEAR MUTUAL INFORMATION CALCULATION + +For the linear setting considered here, the mutual information between a hidden representation $T$ and the output $Y$ may be calculated using the relations + +$$ +\begin{array} { c } { { { \cal H } ( Y ) = \displaystyle \frac { N _ { o } } { 2 } \log ( 2 \pi e ) + \displaystyle \frac { 1 } { 2 } \log | W _ { o } W _ { o } ^ { T } + \sigma _ { o } ^ { 2 } I _ { N _ { o } } | , } } \\ { { { \cal H } ( T ) = \displaystyle \frac { N _ { h } } { 2 } \log ( 2 \pi e ) + \displaystyle \frac { 1 } { 2 } \log | \bar { W } \bar { W } ^ { T } + \sigma _ { M I } ^ { 2 } I _ { N _ { h } } | , } } \\ { { { \cal H } ( Y ; T ) = \displaystyle \frac { N _ { o } + N _ { h } } { 2 } \log ( 2 \pi e ) + \displaystyle \frac { 1 } { 2 } \log | \bar { W } \bar { W } ^ { T } + \sigma _ { M I } ^ { 2 } I _ { N _ { h } } \quad \quad \bar { W } W _ { o } ^ { T } , } } \\ { { { \cal I } ( Y ; T ) = { \cal H } ( Y ) + { \cal H } ( T ) - { \cal H } ( Y ; T ) . } } \end{array} +$$ + +# H STOCHASTIC VS BATCH TRAINING + +![](images/547f68d75db31823ea92f3a340ffd0af1f2555a96902c610b5d4b54c25c651f4.jpg) +Figure 19 shows information plane dynamics for stochastic and batch gradient descent learning in a linear network. Randomness in the training process does not dramatically alter the information plane dynamics. +Figure 19: Effect of stochastic training in linear networks. (A) Information plane dynamics for stochastic gradient descent in a linear network (same setting as Fig. 4). (B) Information plane dynamics for batch gradient descent. + +# I GRADIENT SNR PHASE TRANSITION + +The proposed mechanism of compression in Shwartz-Ziv & Tishby (2017) is noise arising from stochastic gradient descent training. The results in Section 4 of the main text show that compression still occurs under batch gradient descent learning, suggesting that in fact noise in the gradient updates is not the cause of compression. Here we investigate a related claim, namely that during training, networks switch between two phases. These phases are defined by the ratio of the mean of the gradient to the standard deviation of the gradient across training examples, called the gradient signal-to-noise ratio. In the first “drift” phase, the SNR is high, while in the second “diffusion” phase the SNR is low. Shwartz-Ziv & Tishby (2017) hypothesize that the drift phase corresponds to movement toward the minimum with no compression, while the diffusion phase corresponds to a constrained diffusion in weight configurations that attain the optimal loss, during which representations compress. However, two phases of gradient descent have been described more generally, sometimes known as the transient and stochastic phases or search and convergence phases (Murata, 1998; Chee & Toulis, 2017), suggesting that these phases might not be related specifically to compression behavior. + +In Fig. 20 we plot the gradient SNR over the course of training for the tanh and ReLU networks in the standard setting of Shwartz-Ziv & Tishby (2017). In particular, for each layer $l$ we calculate the mean and standard deviation as + +$$ +\begin{array} { r c l } { { m _ { l } } } & { { = } } & { { \displaystyle \left\| \left. \frac { \partial E } { \partial W _ { l } } \right. \right\| _ { F } } } \\ { { s _ { l } } } & { { = } } & { { \displaystyle \left\| \mathrm { S T D } \left( \frac { \partial E } { \partial W _ { l } } \right) \right\| _ { F } } } \end{array} +$$ + +where $\langle \cdot \rangle$ denotes the mean and $S T D ( \cdot )$ denotes the element-wise standard deviation across all training samples, and $\left\| \cdot \right\| _ { F }$ denotes the Frobenius norm. The gradient SNR is then the ratio $m _ { l } / s _ { l }$ We additionally plot the norm of the weights $\| W _ { l } \| _ { F }$ over the course of training. + +Both tanh and ReLU networks yield a similar qualitative pattern, with SNR undergoing a step-like transition to a lower value during training. Figures 9 and 10, fourth row, show similar plots for MNIST-trained networks. Again, SNR undergoes a transition from high to low over training. Hence the two phase nature of gradient descent appears to hold across the settings that we examine here. Crucially, this finding shows that the SNR transition is not related to the compression phenomenon because ReLU networks, which show the gradient SNR phase transition, do not compress. + +Finally, to show the generality of the two-phase gradient SNR behavior and its independence from compression, we develop a minimal model of this phenomenon in a three neuron linear network. We consider the student-teacher setting of Fig. 3 but with $N _ { i } = N _ { h } = 1$ , such that the input and hidden layers have just a single neuron (as in the setting of Fig. 2). Here, with just a single hidden neuron, clearly there can be no compression so long as the first layer weight increases over the course of training. Figure 21AC shows that even in this simple setting, the SNR shows the phase transition but the weight norm increases over training. Hence again, the two phases of the gradient are present even though there is no compression. To intuitively understand the source of this behavior, note that the weights are initialized to be small and hence early in learning all must be increased in magnitude, yielding a consistent mean gradient. Once the network reaches the vicinity of the minimum, the mean weight change across all samples by definition goes to zero. The standard deviation remains finite, however, because on some specific examples error could be improved by increasing or decreasing the weights–even though across the whole dataset the mean error has been minimized. + +Hence overall, our results show that a two-phase structure in the gradient SNR occurs in all settings we consider, even though compression occurs only in a subset. The gradient SNR behavior is therefore not causally related to compression dynamics, consistent with the view that saturating nonlinearities are the primary source of compression. + +![](images/fb8ca7128e6032058471eb13f01a0a5dba496e6d717ed509113be8ea4d25e22c.jpg) +Figure 20: Gradient SNR phase transition. (A) tanh networks trained in the standard setting of Shwartz-Ziv & Tishby (2017) show a phase transition in every layer. (B) ReLU networks also show a phase transition in every layer, despite exhibiting no compression. + +![](images/a9a3a5f252886534d662bb947459c62130ced799c330bd5e27586470c9beb20b.jpg) +Figure 21: Minimal model exhibiting gradient SNR phase transition. Here a three neuron linear network (architecture $1 - 1 - 1 )$ learns to approximate a teacher. Other parameters are teacher $S N R = 1$ , number of training samples $P = 1 0 0$ , learning rate .001. Left column: (A) The loss over training with SGD (minibatch size 1). (C) The resulting gradient SNR dynamics. Right column: (B) The loss over training with BGD. (D) The resulting gradient SNR dynamics averaging over all training samples (not minibatches, see text). \ No newline at end of file diff --git a/parse/train/ry_WPG-A-/ry_WPG-A-_content_list.json b/parse/train/ry_WPG-A-/ry_WPG-A-_content_list.json new file mode 100644 index 0000000000000000000000000000000000000000..77c4d87236f280caeaedf87f5084e03191f2b1f0 --- /dev/null +++ b/parse/train/ry_WPG-A-/ry_WPG-A-_content_list.json @@ -0,0 +1,1861 @@ +[ + { + "type": "text", + "text": "ON THE INFORMATION BOTTLENECK THEORY OF DEEP LEARNING ", + "text_level": 1, + "bbox": [ + 174, + 99, + 620, + 146 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Andrew M. Saxe, Yamini Bansal, Joel Dapello, Madhu Advani \nHarvard University \n{asaxe,madvani}@fas.harvard.edu,{ybansal,dapello}@g.harvard.edu ", + "bbox": [ + 183, + 169, + 802, + 212 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Artemy Kolchinsky, Brendan D. Tracey ", + "bbox": [ + 186, + 233, + 459, + 247 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Santa Fe Institute {artemyk,tracey.brendan}@gmail.com ", + "bbox": [ + 186, + 250, + 519, + 275 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "David D. Cox \nHarvard University \nMIT-IBM Watson AI Lab \ndavidcox@fas.harvard.edu \ndavid.d.cox@ibm.com ", + "bbox": [ + 555, + 233, + 794, + 303 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "ABSTRACT ", + "text_level": 1, + "bbox": [ + 454, + 340, + 544, + 354 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "The practical successes of deep neural networks have not been matched by theoretical progress that satisfyingly explains their behavior. In this work, we study the information bottleneck (IB) theory of deep learning, which makes three specific claims: first, that deep networks undergo two distinct phases consisting of an initial fitting phase and a subsequent compression phase; second, that the compression phase is causally related to the excellent generalization performance of deep networks; and third, that the compression phase occurs due to the diffusion-like behavior of stochastic gradient descent. Here we show that none of these claims hold true in the general case. Through a combination of analytical results and simulation, we demonstrate that the information plane trajectory is predominantly a function of the neural nonlinearity employed: double-sided saturating nonlinearities like tanh yield a compression phase as neural activations enter the saturation regime, but linear activation functions and single-sided saturating nonlinearities like the widely used ReLU in fact do not. Moreover, we find that there is no evident causal connection between compression and generalization: networks that do not compress are still capable of generalization, and vice versa. Next, we show that the compression phase, when it exists, does not arise from stochasticity in training by demonstrating that we can replicate the IB findings using full batch gradient descent rather than stochastic gradient descent. Finally, we show that when an input domain consists of a subset of task-relevant and task-irrelevant information, hidden representations do compress the task-irrelevant information, although the overall information about the input may monotonically increase with training time, and that this compression happens concurrently with the fitting process rather than during a subsequent compression period. ", + "bbox": [ + 232, + 371, + 766, + 702 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "1 INTRODUCTION ", + "text_level": 1, + "bbox": [ + 176, + 726, + 336, + 742 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "Deep neural networks (Schmidhuber, 2015; LeCun et al., 2015) are the tool of choice for real-world tasks ranging from visual object recognition (Krizhevsky et al., 2012), to unsupervised learning (Goodfellow et al., 2014; Lotter et al., 2016) and reinforcement learning (Silver et al., 2016). These practical successes have spawned many attempts to explain the performance of deep learning systems (Kadmon & Sompolinsky, 2016), mostly in terms of the properties and dynamics of the optimization problem in the space of weights (Saxe et al., 2014; Choromanska et al., 2015; Advani & Saxe, 2017), or the classes of functions that can be efficiently represented by deep networks (Montufar et al., 2014; Poggio et al., 2017). This paper analyzes a recent inventive proposal to study the dynamics of learning through the lens of information theory (Tishby & Zaslavsky, 2015; Shwartz-Ziv & Tishby, 2017). In this view, deep learning is a question of representation learning: each layer of a deep neural network can be seen as a set of summary statistics which contain some but not all of the information present in the input, while retaining as much information about the target output as possible. The amount of information in a hidden layer regarding the input and output can then be measured over the course of learning, yielding a picture of the optimization process in the information plane. Crucially, this method holds the promise to serve as a general analysis that can be used to compare different architectures, using the common currency of mutual information. Moreover, the elegant information bottleneck (IB) theory provides a fundamental bound on the amount of input compression and target output information that any representation can achieve (Tishby et al., 1999). The IB bound thus serves as a method-agnostic ideal to which different architectures and algorithms may be compared. ", + "bbox": [ + 174, + 757, + 825, + 924 + ], + "page_idx": 0 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 200 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "A preliminary empirical exploration of these ideas in deep neural networks has yielded striking findings (Shwartz-Ziv & Tishby, 2017). Most saliently, trajectories in the information plane appear to consist of two distinct phases: an initial “fitting” phase where mutual information between the hidden layers and both the input and output increases, and a subsequent “compression” phase where mutual information between the hidden layers and the input decreases. It has been hypothesized that this compression phase is responsible for the excellent generalization performance of deep networks, and further, that this compression phase occurs due to the random diffusion-like behavior of stochastic gradient descent. ", + "bbox": [ + 174, + 208, + 825, + 319 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "Here we study these phenomena using a combination of analytical methods and simulation. In Section 2, we show that the compression observed by Shwartz-Ziv & Tishby (2017) arises primarily due to the double-saturating tanh activation function used. Using simple models, we elucidate the effect of neural nonlinearity on the compression phase. Importantly, we demonstrate that the ReLU activation function, often the nonlinearity of choice in practice, does not exhibit a compression phase. We discuss how this compression via nonlinearity is related to the assumption of binning or noise in the hidden layer representation. To better understand the dynamics of learning in the information plane, in Section 3 we study deep linear networks in a tractable setting where the mutual information can be calculated exactly. We find that deep linear networks do not compress over the course of training for the setting we examine. Further, we show a dissociation between generalization and compression. In Section 4, we investigate whether stochasticity in the training process causes compression in the information plane. We train networks with full batch gradient descent, and compare the results to those obtained with stochastic gradient descent. We find comparable compression in both cases, indicating that the stochasticity of SGD is not a primary factor in the observed compression phase. Moreover, we show that the two phases of SGD occur even in networks that do not compress, demonstrating that the phases are not causally related to compression. These results may seem difficult to reconcile with the intuition that compression can be necessary to attain good performance: if some input channels primarily convey noise, good generalization requires excluding them. Therefore, in Section 5 we study a situation with explicitly task-relevant and task-irrelevant input dimensions. We show that the hidden-layer mutual information with the task-irrelevant subspace does indeed drop during training, though the overall information with the input increases. However, instead of a secondary compression phase, this task-irrelevant information is compressed at the same time that the taskrelevant information is boosted. Our results highlight the importance of noise assumptions in applying information theoretic analyses to deep learning systems, and put in doubt the generality of the IB theory of deep learning as an explanation of generalization performance in deep architectures. ", + "bbox": [ + 174, + 327, + 825, + 672 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "2 COMPRESSION AND NEURAL NONLINEARITIES ", + "text_level": 1, + "bbox": [ + 176, + 695, + 598, + 712 + ], + "page_idx": 1 + }, + { + "type": "text", + "text": "The starting point for our analysis is the observation that changing the activation function can markedly change the trajectory of a network in the information plane. In Figure 1A, we show our replication of the result reported by Shwartz-Ziv & Tishby (2017) for networks with the tanh nonlinearity.1 This replication was performed with the code supplied by the authors of Shwartz-Ziv & Tishby (2017), and closely follows the experimental setup described therein. Briefly, a neural network with 7 fully connected hidden layers of width 12-10-7-5-4-3-2 is trained with stochastic gradient descent to produce a binary classification from a 12-dimensional input. In our replication we used 256 randomly selected samples per batch. The mutual information of the network layers with respect to the input and output variables is calculated by binning the neuron’s tanh output activations into 30 equal intervals between -1 and 1. Discretized values for each neuron in each layer are then used to directly calculate the joint distributions, over the 4096 equally likely input patterns and true output labels. In line with prior work (Shwartz-Ziv & Tishby, 2017), the dynamics in Fig. 1 show a transition between an initial fitting phase, during which information about the input increases, and a subsequent compression phase, during which information about the input decreases. ", + "bbox": [ + 174, + 728, + 825, + 895 + ], + "page_idx": 1 + }, + { + "type": "image", + "img_path": "images/ae057461c9856b2cafbb8dc433b0cc3cacf699acd8de55f5ace722373b08a275.jpg", + "image_caption": [ + "Figure 1: Information plane dynamics and neural nonlinearities. (A) Replication of Shwartz-Ziv & Tishby (2017) for a network with tanh nonlinearities (except for the final classification layer which contains two sigmoidal neurons). The $\\mathbf { X }$ -axis plots information between each layer and the input, while the y-axis plots information between each layer and the output. The color scale indicates training time in epochs. Each of the six layers produces a curve in the information plane with the input layer at far right, output layer at the far left. Different layers at the same epoch are connected by fine lines. (B) Information plane dynamics with ReLU nonlinearities (except for the final layer of 2 sigmoidal neurons). Here no compression phase is visible in the ReLU layers. For learning curves of both networks, see Appendix A. (C) Information plane dynamics for a tanh network of size $7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0$ trained on MNIST, estimated using the non-parametric kernel density mutual information estimator of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017), no compression is observed except in the final classification layer with sigmoidal neurons. See Appendix B for the KDE MI method applied to the original Tishby dataset; additional results using a second popular nonparametric $\\mathbf { k }$ -NN-based method (Kraskov et al., 2004); and results for other neural nonlinearities. " + ], + "image_footnote": [], + "bbox": [ + 173, + 194, + 826, + 601 + ], + "page_idx": 2 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 103, + 823, + 132 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "We then modified the code to train deep networks using rectified linear activation functions $( f ( x ) =$ $\\operatorname* { m a x } ( 0 , x ) )$ . While the activities of tanh networks are bounded in the range $[ - 1 , 1 ]$ , ReLU networks have potentially unbounded positive activities. To calculate mutual information, we first trained the ReLU networks, next identified their largest activity value over the course of training, and finally chose 100 evenly spaced bins between the minimum and maximum activity values to discretize the hidden layer activity. The resulting information plane dynamics are shown in Fig. 1B. The mutual information with the input monotonically increases in all ReLU layers, with no apparent compression phase. To see whether our results were an artifact of the small network size, toy dataset, or simple binning-based mutual information estimator we employed, we also trained larger networks on the MNIST dataset and computed mutual information using a state-of-the-art nonparametric kernel density estimator which assumes hidden activity is distributed as a mixture of Gaussians (see Appendix B for details). Fig. C-D show that, again, tanh networks compressed but ReLU networks did not. Appendix B shows that similar results also obtain with the popular nonparametric $\\mathbf { k }$ -nearest-neighbor estimator of Kraskov et al. (2004), and for other neural nonlinearities. Thus, the choice of nonlinearity substantively affects the dynamics in the information plane. ", + "bbox": [ + 174, + 138, + 825, + 347 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "To understand the impact of neural nonlinearity on the mutual information dynamics, we develop a minimal model that exhibits this phenomenon. In particular, consider the simple three neuron network shown in Fig. 2A. We assume a scalar Gaussian input distribution $X \\sim \\mathcal { N } ( 0 , 1 )$ , which is fed through the scalar first layer weight $w _ { 1 }$ , and passed through a neural nonlinearity $f ( \\cdot )$ , yielding the hidden unit activity $h = f ( w _ { 1 } X )$ . To calculate the mutual information with the input, this hidden unit activity is then binned yielding the new discrete variable $T = \\dot { \\mathbf { b i n } } ( h )$ (for instance, into 30 evenly spaced bins from $^ { - 1 }$ to 1 for the tanh nonlinearity). This binning process is depicted in Fig. 2B. In this simple setting, the mutual information $I ( T ; X )$ between the binned hidden layer activity $T$ and the input $X$ can be calculated exactly. In particular, ", + "bbox": [ + 173, + 353, + 825, + 479 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/cdd26f477326af51295a645420ee626947e9a8e138f5006e24fdda417dbbc27f.jpg", + "text": "$$\n\\begin{array} { l c l } { { { \\cal I } ( T ; X ) } } & { { = } } & { { { \\cal H } ( T ) - { \\cal H } ( T | X ) } } \\\\ { { } } & { { = } } & { { { \\cal H } ( T ) } } \\\\ { { } } & { { = } } & { { - \\displaystyle \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 385, + 484, + 611, + 566 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $H ( \\cdot )$ denotes entropy, and we have used the fact that $H ( T | X ) = 0$ since $T$ is a deterministic function of $X$ . Here the probabilities $p _ { i } = P ( h \\ge b _ { i }$ and $h < b _ { i + 1 }$ ) are simply the probability that an input $X$ produces a hidden unit activity that lands in bin $i$ , defined by lower and upper bin limits $b _ { i }$ and $b _ { i + 1 }$ respectively. This probability can be calculated exactly for monotonic nonlinearities $f ( \\cdot )$ using the cumulative density of $X$ , ", + "bbox": [ + 174, + 571, + 825, + 642 + ], + "page_idx": 3 + }, + { + "type": "equation", + "img_path": "images/af66e5c0522c9c7604634cf8f308e61b27609419bed5b8c877a971a4a87b2e43.jpg", + "text": "$$\np _ { i } = P ( X \\geq f ^ { - 1 } ( b _ { i } ) / w _ { 1 } \\mathrm { a n d } X < f ^ { - 1 } ( b _ { i + 1 } ) / w _ { 1 } ) ,\n$$", + "text_format": "latex", + "bbox": [ + 323, + 647, + 671, + 666 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "where $f ^ { - 1 } ( \\cdot )$ is the inverse function of $f ( \\cdot )$ . ", + "bbox": [ + 176, + 672, + 464, + 688 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "As shown in Fig. 2C-D, as a function of the weight $w _ { 1 }$ , mutual information with the input first increases and then decreases for the tanh nonlinearity, but always increases for the ReLU nonlinearity. Intuitively, for small weights $w _ { 1 } \\approx 0$ , neural activities lie near zero on the approximately linear part of the tanh function. Therefore $f ( w _ { 1 } X ) \\approx w _ { 1 } X$ , yielding a rescaled Gaussian with information that grows with the size of the weights. However for very large weights $w _ { 1 } \\to \\infty$ , the tanh hidden unit nearly always saturates, yielding a discrete variable that concentrates in just two bins. This is more or less a coin flip, containing mutual information with the input of approximately 1 bit. Hence the distribution of $T$ collapses to a much lower entropy distribution, yielding compression for large weight values. With the ReLU nonlinearity, half of the inputs are negative and land in the bin containing a hidden activity of zero. The other half are Gaussian distributed, and thus have entropy that increases with the size of the weight. ", + "bbox": [ + 173, + 693, + 825, + 847 + ], + "page_idx": 3 + }, + { + "type": "text", + "text": "Hence double-saturating nonlinearities can lead to compression of information about the input, as hidden units enter their saturation regime, due to the binning procedure used to calculate mutual information. The crux of the issue is that the actual $I ( h ; X )$ is infinite, unless the network itself adds noise to the hidden layers. In particular, without added noise, the transformation from $X$ to the continuous hidden activity $h$ is deterministic and the mutual information $I ( h ; X )$ would generally be infinite (see Appendix C for extended discussion). Networks that include noise in their processing (e.g., Kolchinsky et al. (2017)) can have finite $I ( T ; X )$ . Otherwise, to obtain a finite MI, one must compute mutual information as though there were binning or added noise in the activations. But this binning/noise is not actually a part of the operation of the network, and is therefore somewhat arbitrary (different binning schemes can result in different mutual information with the input, as shown in Fig. 14 of Appendix C). ", + "bbox": [ + 174, + 854, + 823, + 924 + ], + "page_idx": 3 + }, + { + "type": "image", + "img_path": "images/b7f23d4571d8a39c6d37d9f1a3d373f749c5196988ea773d81a640c8c050f81d.jpg", + "image_caption": [ + "Figure 2: Nonlinear compression in a minimal model. (A) A three neuron nonlinear network which receives Gaussian inputs $x$ , multiplies by weight $w _ { 1 }$ , and maps through neural nonlinearity $f ( \\cdot )$ to produce hidden unit activity $h$ . (B) The continuous activity $h$ is binned into a discrete variable $T$ for the purpose of calculating mutual information. Blue: continuous tanh nonlinear activation function. Grey: Bin borders for 30 bins evenly spaced between $^ { - 1 }$ and 1. Because of the saturation in the sigmoid, a wide range of large magnitude net input values map to the same bin. (C) Mutual information with the input as a function of weight size $w _ { 1 }$ for a tanh nonlinearity. Information increases for small $w _ { 1 }$ and then decreases for large $w _ { 1 }$ as all inputs land in one of the two bins corresponding to the saturation regions. (D) Mutual information with the input for the ReLU nonlinearity increases without bound. Half of all inputs land in the bin corresponding to zero activity, while the other half have information that scales with the size of the weights. " + ], + "image_footnote": [], + "bbox": [ + 277, + 102, + 718, + 335 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "", + "bbox": [ + 173, + 561, + 825, + 645 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "We note that the binning procedure can be viewed as implicitly adding noise to the hidden layer activity: a range of $X$ values map to a single bin, such that the mapping between $X$ and $T$ is no longer perfectly invertible (Laughlin, 1981). The binning procedure is therefore crucial to obtaining a finite MI value, and corresponds approximately to a model where noise enters the system after the calculation of $h$ , that is, $T = h + \\epsilon$ , where $\\epsilon$ is noise of fixed variance independent from $h$ and $X$ . This approach is common in information theoretic analyses of deterministic systems, and can serve as a measure of the complexity of a system’s representation (see Sec 2.4 of Shwartz-Ziv & Tishby (2017)). However, neither binning nor noise is present in the networks that Shwartz-Ziv & Tishby (2017) considered, nor the ones in Fig. 2, either during training or testing. It therefore remains unclear whether robustness of a representation to this sort of noise in fact influences generalization performance in deep learning systems. ", + "bbox": [ + 173, + 652, + 825, + 805 + ], + "page_idx": 4 + }, + { + "type": "text", + "text": "Furthermore, the addition of noise means that different architectures may no longer be compared in a common currency of mutual information: the binning/noise structure is arbitrary, and architectures that implement an identical input-output map can nevertheless have different robustness to noise added in their internal representation. For instance, Appendix C describes a family of linear networks that compute exactly the same input-output map and therefore generalize identically, but yield different mutual information with respect to the input. Finally, we note that approaches which view the weights obtained from the training process as the random variables of interest may sidestep this issue (Achille & Soatto, 2017). ", + "bbox": [ + 174, + 811, + 825, + 924 + ], + "page_idx": 4 + }, + { + "type": "image", + "img_path": "images/b90f7481a85a83f3aa2ebfdd7fb9a3e639595486fdd68886cf2cb42a1f704c6f.jpg", + "image_caption": [ + "Figure 3: Generalization and information plane dynamics in deep linear networks. (A) A linear teacher network generates a dataset by passing Gaussian inputs $X$ through its weights and adding noise. (B) A deep linear student network is trained on the dataset (here the network has 1 hidden layer to allow comparison with Fig. 4A, see Supplementary Figure 18 for a deeper network). (C) Training and testing error over time. (D) Information plane dynamics. No compression is observed. " + ], + "image_footnote": [], + "bbox": [ + 272, + 101, + 725, + 334 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "Hence when a tanh network is initialized with small weights and over the course of training comes to saturate its nonlinear units (as it must to compute most functions of practical interest, see discussion in Appendix D), it will enter a compression period where mutual information decreases. Figures 16-17 of Appendix E show histograms of neural activity over the course of training, demonstrating that activities in the tanh network enter the saturation regime during training. This nonlinearity-based compression furnishes another explanation for the observation that training slows down as tanh networks enter their compression phase (Shwartz-Ziv & Tishby, 2017): some fraction of inputs have saturated the nonlinearities, reducing backpropagated error gradients. ", + "bbox": [ + 174, + 430, + 825, + 542 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "3 INFORMATION PLANE DYNAMICS IN DEEP LINEAR NETWORKS ", + "text_level": 1, + "bbox": [ + 176, + 563, + 730, + 579 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "The preceding section investigates the role of nonlinearity in the observed compression behavior, tracing the source to double-saturating nonlinearities and the binning methodology used to calculate mutual information. However, other mechanisms could lead to compression as well. Even without nonlinearity, neurons could converge to highly correlated activations, or project out irrelevant directions of the input. These phenomena are not possible to observe in our simple three neuron minimal model, as they require multiple inputs and hidden layer activities. To search for these mechanisms, we turn to a tractable model system: deep linear neural networks (Baldi & Hornik (1989); Fukumizu (1998); Saxe et al. (2014)). In particular, we exploit recent results on the generalization dynamics in simple linear networks trained in a student-teacher setup (Seung et al., 1992; Advani & Saxe, 2017). In a student-teacher setting, one “student” neural network learns to approximate the output of another “teacher” neural network. This setting is a way of generating a dataset with interesting structure that nevertheless allows exact calculation of the generalization performance of the network, exact calculation of the mutual information of the representation (without any binning procedure), and, though we do not do so here, direct comparison to the IB bound which is already known for linear Gaussian problems (Chechik et al., 2005). ", + "bbox": [ + 174, + 595, + 826, + 804 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "We consider a scenario where a linear teacher neural network generates input and output examples which are then fed to a deep linear student network to learn (Fig. 3A). Following the formulation of (Advani & Saxe, 2017), we assume multivariate Gaussian inputs $\\begin{array} { r } { X \\sim \\mathcal { N } ( 0 , \\frac { 1 } { N _ { i } } \\overline { { I } } _ { N _ { i } } ) } \\end{array}$ and a scalar output $Y$ . The output is generated by the teacher network according to $Y = \\dot { W } _ { 0 } X + \\epsilon _ { o }$ , where $\\epsilon _ { o } \\stackrel { - } { \\sim } \\mathcal { N } ( 0 , \\sigma _ { o } ^ { 2 } )$ represents aspects of the target function which cannot be represented by a neural network (that is, the approximation error or bias in statistical learning theory), and the teacher weights $W _ { o }$ are drawn independently from ${ \\mathcal N } ( 0 , \\sigma _ { w } ^ { 2 } )$ . Here, the weights of the teacher define the rule to be learned. The signal to noise ratio $\\mathrm { S N R } = \\sigma _ { w } ^ { 2 } / \\sigma _ { o } ^ { 2 }$ determines the strength of the rule linking inputs to outputs relative to the inevitable approximation error. We emphasize that the “noise” added to the teacher’s output is fundamentally different from the noise added for the purpose of calculating mutual information: $\\epsilon _ { o }$ models the approximation error for the task–even the best possible neural network may still make errors because the target function is not representable exactly as a neural network–and is part of the construction of the dataset, not part of the analysis of the student network. ", + "bbox": [ + 174, + 810, + 825, + 924 + ], + "page_idx": 5 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 174 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "To train the student network, a dataset of $P$ examples is generated using the teacher. The student network is then trained to minimize the mean squared error between its output and the target output using standard (batch or stochastic) gradient descent on this dataset. Here the student is a deep linear neural network consisting of potentially many layers, but where the the activation function of each neuron is simply $f ( u ) = u$ . That is, a depth $D$ deep linear network computes the output $\\hat { Y } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } X$ . While linear activation functions stop the network from computing complex nonlinear functions of the input, deep linear networks nevertheless show complicated nonlinear learning trajectories (Saxe et al., 2014), the optimization problem remains nonconvex (Baldi & Hornik, 1989), and the generalization dynamics can exhibit substantial overtraining (Fukumizu, 1998; Advani & Saxe, 2017). ", + "bbox": [ + 173, + 180, + 825, + 321 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Importantly, because of the simplified setting considered here, the true generalization error is easily shown to be ", + "bbox": [ + 173, + 328, + 823, + 356 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/321c56854718da12e7f1927283f3e5bb80e2ef3af1ea37f630feb0175fb7ef5f.jpg", + "text": "$$\nE _ { g } ( t ) = | | W _ { o } - W _ { t o t } ( t ) | | _ { F } ^ { 2 } + \\sigma _ { o } ^ { 2 }\n$$", + "text_format": "latex", + "bbox": [ + 390, + 353, + 607, + 373 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $W _ { t o t } ( t )$ is the overall linear map implemented by the network at training epoch $t$ (that is, $W _ { t o t } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } )$ . ", + "bbox": [ + 173, + 376, + 825, + 405 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Furthermore, the mutual information with the input and output may be calculated exactly, because the distribution of the activity of any hidden layer is Gaussian. Let $T$ be the activity of a specific hidden layer, and let $\\bar { W }$ be the linear map from the input to this activity (that is, for layer $l$ , $\\bar { W } =$ $W _ { l } \\cdots W _ { 2 } W _ { 1 } )$ . Since $T = { \\bar { W } } X$ , the mutual information of $X$ and $T$ calculated using differential entropy is infinite. For the purpose of calculating the mutual information, therefore, we assume that Gaussian noise is added to the hidden layer activity, $T = \\bar { W } X + \\epsilon _ { M I }$ , with mean 0 and variance $\\sigma _ { M I } ^ { 2 } = 1 . 0$ . This allows the analysis to apply to networks of any size, including overcomplete layers, but as before we emphasize that we do not add this noise either during training or testing. With these assumptions, $T$ and $X$ are jointly Gaussian and we have ", + "bbox": [ + 173, + 410, + 825, + 536 + ], + "page_idx": 6 + }, + { + "type": "equation", + "img_path": "images/986b2b1744c46424503da00a715308fcc981ab1a8272cebe74c3deedeb7eb198.jpg", + "text": "$$\nI ( T ; X ) = \\log \\lvert \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert - \\log \\lvert \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert\n$$", + "text_format": "latex", + "bbox": [ + 331, + 542, + 666, + 561 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "where $\\left| \\cdot \\right|$ denotes the determinant of a matrix. Finally the mutual information with the output $Y$ , also jointly Gaussian, can be calculated similarly (see Eqns. (22)-(25) of Appendix G). ", + "bbox": [ + 173, + 568, + 823, + 597 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Fig. 3 shows example training and test dynamics over the course of learning in panel C, and the information plane dynamics in panel D. Here the network has an input layer of 100 units, 1 hidden layer of 100 units each and one output unit. The network was trained with batch gradient descent on a dataset of 100 examples drawn from the teacher with signal to noise ratio of 1.0. The linear network behaves qualitatively like the ReLU network, and does not exhibit compression. Nevertheless, it learns a map that generalizes well on this task and shows minimal overtraining. Hence, in the setting we study here, generalization performance can be acceptable without any compression phase. ", + "bbox": [ + 173, + 603, + 825, + 702 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "The results in (Advani & Saxe (2017)) show that, for the case of linear networks, overtraining is worst when the number of inputs matches the number of training samples, and is reduced by making the number of samples smaller or larger. Fig. 4 shows learning dynamics with the number of samples matched to the size of the network. Here overfitting is substantial, and again no compression is seen in the information plane. Comparing to the result in Fig. 3D, both networks exhibit similar information dynamics with respect to the input (no compression), but yield different generalization performance. ", + "bbox": [ + 174, + 707, + 825, + 805 + ], + "page_idx": 6 + }, + { + "type": "text", + "text": "Hence, in this linear analysis of a generic setting, there do not appear to be additional mechanisms that cause compression over the course of learning; and generalization behavior can be widely different for networks with the same dynamics of information compression regarding the input. We note that, in the setting considered here, all input dimensions have the same variance, and the weights of the teacher are drawn independently. Because of this, there are no special directions in the input, and each subspace of the input contains as much information as any other. It is possible that, in real world tasks, higher variance inputs are also the most likely to be relevant to the task (here, have large weights in the teacher). We have not investigated this possibility here. ", + "bbox": [ + 174, + 811, + 825, + 924 + ], + "page_idx": 6 + }, + { + "type": "image", + "img_path": "images/22b7932d2a586116824d010622a5076fd367f6f9658cd0958fd6f2a3a8c1187a.jpg", + "image_caption": [ + "Figure 4: Overtraining and information plane dynamics. (A) Average training and test mean square error for a deep linear network trained with SGD. Overtraining is substantial. Other parameters: $N _ { i } =$ 100, $\\mathrm { P } = 1 0 0$ , Number of hidden units $= 1 0 0$ , Batch size $= 5$ (B) Information plane dynamics. No compression is observed, and information about the labels is lost during overtraining. (C) Average train and test accuracy $\\%$ correct) for nonlinear tanh networks exhibiting modest overfitting $N = 8$ ). (D) Information plane dynamics. Overfitting occurs despite continued compression. " + ], + "image_footnote": [], + "bbox": [ + 272, + 101, + 730, + 342 + ], + "page_idx": 7 + }, + { + "type": "image", + "img_path": "images/6fb26702a9042ab8cf86aa3fd585a3fceb5522ab227a6c80568e9d5d17d27d7b.jpg", + "image_caption": [ + "Figure 5: Stochastic training and the information plane. (A) tanh network trained with SGD. (B) tanh network trained with BGD. (C) ReLU network trained with SGD. (D) ReLU network trained with BGD. Both random and non-random training procedures show similar information plane dynamics. " + ], + "image_footnote": [], + "bbox": [ + 179, + 455, + 823, + 566 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "To see whether similar behavior arises in nonlinear networks, we trained tanh networks in the same setting as Section 2, but with $30 \\%$ of the data, which we found to lead to modest overtraining. Fig. 4C-D shows the resulting train, test, and information plane dynamics. Here the tanh networks show substantial compression, despite exhibiting overtraining. This establishes a dissociation between behavior in the information plane and generalization dynamics: networks that compress may (Fig. 1A) or may not (Fig. 4C-D) generalize well, and networks that do not compress may (Figs.1B, 3A-B) or may not (Fig. 4A-B) generalize well. ", + "bbox": [ + 173, + 655, + 825, + 753 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "4 COMPRESSION IN BATCH GRADIENT DESCENT AND SGD ", + "text_level": 1, + "bbox": [ + 176, + 773, + 684, + 790 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Next, we test a core theoretical claim of the information bottleneck theory of deep learning, namely that randomness in stochastic gradient descent is responsible for the compression phase. In particular, because the choice of input samples in SGD is random, the weights evolve in a stochastic way during training. ", + "bbox": [ + 174, + 804, + 825, + 861 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "Shwartz-Ziv & Tishby (2017) distinguish two phases of SGD optimization: in the first “drift” phase, the mean of the gradients over training samples is large relative to the standard deviation of the gradients; in the second “diffusion” phase, the mean becomes smaller than the standard deviation of the gradients. The authors propose that compression should commence following the transition from a high to a low gradient signal-to-noise ratio (SNR), i.e., the onset of the diffusion phase. The proposed mechanism behind this diffusion-driven compression is as follows. The authors state that during the diffusion phase, the stochastic evolution of the weights can be described as a Fokker-Planck equation under the constraint of small training error. Then, the stationary distribution over weights for this process will have maximum entropy, again subject to the training error constraint. Finally, the authors claim that weights drawn from this stationary distribution will maximize the entropy of inputs given hidden layer activity, $H ( X | T )$ , subject to a training error constraint, and that this training error constraint is equivalent to a constraint on the mutual information $I ( T ; Y )$ for small training error. Since the entropy of the input, $H ( X )$ , is fixed, the result of the diffusion dynamics will be to minimize $I ( X ; T ) \\mathrel { \\mathop : } = H ( X ) - \\bar { H } ( X | \\dot { T } )$ for a given value of $I ( T ; Y )$ reached at the end of the drift phase. ", + "bbox": [ + 174, + 867, + 825, + 924 + ], + "page_idx": 7 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 256 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "However, this explanation does not hold up to either theoretical or empirical investigation. Let us assume that the diffusion phase does drive the distribution of weights to a maximum entropy distribution subject to a training error constraint. Note that this distribution reflects stochasticity of weights across different training runs. There is no general reason that a given set of weights sampled from this distribution (i.e., the weight parameters found in one particular training run) will maximize $H ( X | T )$ , the entropy of inputs given hidden layer activity. In particular, $H ( X | T )$ reflects (conditional) uncertainty about inputs drawn from the data-generating distribution, rather than uncertainty about any kind of distribution across different training runs. ", + "bbox": [ + 174, + 263, + 825, + 375 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We also show empirically that the stochasticity of the SGD is not necessary for compression. To do so, we consider two distinct training procedures: offline stochastic gradient descent (SGD), which learns from a fixed-size dataset, and updates weights by repeatedly sampling a single example from the dataset and calculating the gradient of the error with respect to that single sample (the typical procedure used in practice); and batch gradient descent (BGD), which learns from a fixed-size dataset, and updates weights using the gradient of the total error across all examples. Batch gradient descent uses the full training dataset and, crucially, therefore has no randomness or diffusion-like behavior in its updates. ", + "bbox": [ + 174, + 382, + 825, + 492 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "We trained tanh and ReLU networks with SGD and BGD and compare their information plane dynamics in Fig. 5 (see Appendix H for a linear network). We find largely consistent information dynamics in both instances, with robust compression in tanh networks for both methods. Thus randomness in the training process does not appear to contribute substantially to compression of information about the input. This finding is consistent with the view presented in Section 2 that compression arises predominantly from the double saturating nonlinearity. ", + "bbox": [ + 174, + 500, + 825, + 583 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Finally, we look at the gradient signal-to-noise ratio (SNR) to analyze the relationship between compression and the transition from high to low gradient SNR. Fig. 20 of Appendix I shows the gradient SNR over training, which in all cases shows a phase transition during learning. Hence the gradient SNR transition is a general phenomenon, but is not causally related to compression. Appendix I offers an extended discussion and shows gradient SNR transitions without compression on the MNIST dataset and for linear networks. ", + "bbox": [ + 174, + 590, + 825, + 674 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "5 SIMULTANEOUS FITTING AND COMPRESSION ", + "text_level": 1, + "bbox": [ + 174, + 704, + 581, + 722 + ], + "page_idx": 8 + }, + { + "type": "text", + "text": "Our finding that generalization can occur without compression may seem difficult to reconcile with the intuition that certain tasks involve suppressing irrelevant directions of the input. In the extreme, if certain inputs contribute nothing but noise, then good generalization requires ignoring them. To study this, we consider a variant on the linear student-teacher setup of Section 3: we partition the input $X$ into a set of task-relevant inputs $X _ { r e l }$ and a set of task-irrelevant inputs $X _ { i r r e l }$ , and alter the teacher network so that the teacher’s weights to the task-irrelevant inputs are all zero. Hence the inputs $X _ { i r r e l }$ contribute only noise, while the $X _ { r e l }$ contain signal. We then calculate the information plane dynamics for the whole layer, and for the task-relevant and task-irrelevant inputs separately. Fig. 6 shows information plane dynamics for a deep linear neural network trained using SGD (5 samples/batch) on a task with 30 task-relevant inputs and 70 task-irrelevant inputs. While the overall dynamics show no compression phase, the information specifically about the task-irrelevant subspace does compress over the course of training. This compression process occurs at the same time as the fitting to the task-relevant information. Thus, when a task requires ignoring some inputs, the information with these inputs specifically will indeed be reduced; but overall mutual information with the input in general may still increase. ", + "bbox": [ + 174, + 743, + 825, + 922 + ], + "page_idx": 8 + }, + { + "type": "image", + "img_path": "images/3f982bb2a95db7292dd21c09073b2ac2ac7ccf908216d9ad8ed4dcda065e419e.jpg", + "image_caption": [ + "Figure 6: Simultaneous fitting and compression. (A) For a task with a large task-irrelevant subspace in the input, a linear network shows no overall compression of information about the input. (B) The information with the task-relevant subspace increases robustly over training. (C) However, the information specifically about the task-irrelevant subspace does compress after initially growing as the network is trained. " + ], + "image_footnote": [], + "bbox": [ + 176, + 101, + 820, + 213 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 330, + 823, + 358 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "6 DISCUSSION ", + "text_level": 1, + "bbox": [ + 174, + 381, + 310, + 397 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "Our results suggest that compression dynamics in the information plane are not a general feature of deep networks, but are critically influenced by the nonlinearities employed by the network. Doublesaturating nonlinearities lead to compression, if mutual information is estimated by binning activations or by adding homoscedastic noise, while single-sided saturating nonlinearities like ReLUs do not compress in general. Consistent with this view, we find that stochasticity in the training process does not contribute to compression in the cases we investigate. Furthermore, we have found instances where generalization performance does not clearly track information plane behavior, questioning the causal link between compression and generalization. Hence information compression may parallel the situation with sharp minima: although empirical evidence has shown a correlation with generalization error in certain settings and architectures, further theoretical analysis has shown that sharp minima can in fact generalize well (Dinh et al., 2017). We emphasize that compression still may occur within a subset of the input dimensions if the task demands it. This compression, however, is interleaved rather than in a secondary phase and may not be visible by information metrics that track the overall information between a hidden layer and the input. Finally, we note that our results address the specific claims of one scheme to link the information bottleneck principle with current practice in deep networks. The information bottleneck principle itself is more general and may yet offer important insights into deep networks (Achille & Soatto, 2017). Moreover, the information bottleneck principle could yield fundamentally new training algorithms for networks that are inherently stochastic and where compression is explicitly encouraged with appropriate regularization terms (Chalk et al., 2016; Alemi et al., 2017; Kolchinsky et al., 2017). ", + "bbox": [ + 174, + 414, + 825, + 693 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "ACKNOWLEDGMENTS ", + "text_level": 1, + "bbox": [ + 176, + 712, + 326, + 723 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "We thank Ariel Herbert-Voss for useful discussions. This work was supported by grant numbers IIS 1409097 and CHE 1648973 from the US National Science Foundation, and by IARPA contract #D16PC00002. Andrew Saxe and Madhu Advani thank the Swartz Program in Theoretical Theoretical Neuroscience at Harvard University. Artemy Kolchinsky and Brendan Tracey would like to thank the Santa Fe Institute for helping to support this research. Artemy Kolchinsky was supported by Grant No. FQXi-RFP-1622 from the FQXi foundation and Grant No. CHE-1648973 from the US National Science Foundation. Brendan Tracey was supported by AFOSR MURI on Multi-Information Sources of Multi-Physics Systems under Award Number FA9550-15-1-0038. ", + "bbox": [ + 174, + 736, + 825, + 847 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "REFERENCES ", + "text_level": 1, + "bbox": [ + 176, + 871, + 285, + 885 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "A. Achille and S. Soatto. On the Emergence of Invariance and Disentangling in Deep Representations. arXiv preprint arXiv:1706.01350, 2017. ", + "bbox": [ + 173, + 895, + 823, + 922 + ], + "page_idx": 9 + }, + { + "type": "text", + "text": "M.S. Advani and A.M. Saxe. High-dimensional dynamics of generalization error in neural networks. arXiv preprint arXiv:1710.03667, 2017. \nA.A. Alemi, I. Fischer, J.V. Dillon, and K. Murphy. Deep variational information bottleneck. In International Conference on Learning Representations, 2017. \nP. Baldi and K. Hornik. Neural networks and principal component analysis: Learning from examples without local minima. Neural Networks, 2:53–58, 1989. \nP.L. Bartlett and S. Mendelson. Rademacher and Gaussian Complexities: Risk Bounds and Structural Results. Journal of Machine Learning Research, 3:463–482, 2002. \nM. Chalk, O. Marre, and G. Tkacik. Relevant sparse codes with variational information bottleneck. In Advances in Neural Information Processing Systems, pp. 1957–1965, 2016. \nG. Chechik, A. Globerson, N. Tishby, and Y. Weiss. Information bottleneck for gaussian variables. Journal of Machine Learning Research, pp. 165–188, 2005. \nJ. Chee and P. Toulis. Convergence diagnostics for stochastic gradient descent with constant step size. arXiv preprint arXiv:1710.06382, 2017. \nA. Choromanska, M. Henaff, M. Mathieu, G. Arous, B., and Y. LeCun. The Loss Surfaces of Multilayer Networks. In Proceedings of the 18th International Conference on Artificial Intelligence, volume 38, 2015. \nL. Dinh, R. Pascanu, S. Bengio, and Y. Bengio. Sharp Minima Can Generalize For Deep Nets. In International Conference on Machine Learning, 2017. \nK. Fukumizu. Effect of Batch Learning In Multilayer Neural Networks. In Proceedings of the 5th International Conference on Neural Information Processing, pp. 67–70, 1998. \nI. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and Y. Bengio. Generative Adversarial Nets. Advances in Neural Information Processing Systems, pp. 2672–2680, 2014. \nJ. Kadmon and H. Sompolinsky. Optimal Architectures in a Solvable Model of Deep Networks. In Advances in Neural Information Processing Systems, 2016. \nA. Kolchinsky and B.D. Tracey. Estimating mixture entropy with pairwise distances. Entropy, 19, 2017. \nA. Kolchinsky, B.D. Tracey, and D.H. Wolpert. Nonlinear information bottleneck. arXiv preprint arXiv:1705.02436, 2017. \nA. Kraskov, H. Stögbauer, and P. Grassberger. Estimating mutual information. Physical Review E, 69:066138, 2004. \nA. Krizhevsky, I. Sutskever, and G.E. Hinton. ImageNet classification with deep convolutional neural networks. In Advances in Neural Information Processing Systems, pp. 1097–1105. 2012. \nS. Laughlin. A simple coding procedure enhances a neuron’s information capacity. Zeitschrift für Naturforschung c, 36:910–912, 1981. \nY. LeCun, Y. Bengio, and G.E. Hinton. Deep learning. Nature, 521:436–444, 2015. \nW. Lotter, G. Kreiman, and D.D. Cox. Deep predictive coding networks for video prediction and unsupervised learning. arXiv preprint arXiv:1605.08104, 2016. \nG. Montufar, R. Pascanu, K. Cho, and Y. Bengio. On the Number of Linear Regions of Deep Neural Networks. In Advances in Neural Information Processing Systems, 2014. \nN. Murata. A statistical study of on-line learning. In On-line Learning in Neural Networks, pp. 63–92. Cambridge University Press, 1998. \nB. Neyshabur, R. Tomioka, and N. Srebro. Norm-Based Capacity Control in Neural Networks. In Proceedings of The 28th Conference on Learning Theory, volume 40, pp. 1–26, 2015. \nH. Poggio, T.and Mhaskar, L. Rosasco, B. Miranda, and Q. Liao. Why and when can deep-but not shallow-networks avoid the curse of dimensionality: A review. International Journal of Automation and Computing, pp. 1–17, 2017. \nA.M. Saxe, J.L. McClelland, and S. Ganguli. Exact solutions to the nonlinear dynamics of learning in deep linear neural networks. In the International Conference on Learning Representations, 2014. \nJ. Schmidhuber. Deep Learning in Neural Networks: An Overview. Neural Networks, 61:85–117, 2015. \nH.S. Seung, H. Sompolinsky, and N. Tishby. Statistical mechanics of learning from examples. Physical Review A, 45:6056–6091, 1992. \nR. Shwartz-Ziv and N. Tishby. Opening the black box of deep neural networks via information. arXiv preprint arXiv:1703.00810, 2017. \nD. Silver, A. Huang, C.J. Maddison, A. Guez, L. Sifre, G. van den Driessche, J. Schrittwieser, I. Antonoglou, V. Panneershelvam, M. Lanctot, S. Dieleman, D. Grewe, J. Nham, N. Kalchbrenner, I. Sutskever, T. Lillicrap, M. Leach, K. Kavukcuoglu, T. Graepel, and D. Hassabis. Mastering the game of Go with deep neural networks and tree search. Nature, 529:484–489, 2016. \nN. Tishby and N. Zaslavsky. Deep learning and the information bottleneck principle. In IEEE Information Theory Workshop, 2015. \nN. Tishby, F.C. Pereira, and W. Bialek. The information bottleneck method. Proceedings of the 37-th Annual Allerton Conference on Communication, Control and Computing, pp. 368–377, 1999. ", + "bbox": [ + 166, + 65, + 828, + 928 + ], + "page_idx": 10 + }, + { + "type": "text", + "text": "", + "bbox": [ + 169, + 103, + 828, + 482 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "A LEARNING CURVES FOR tanh AND RELU NETWORKS ", + "text_level": 1, + "bbox": [ + 176, + 507, + 651, + 523 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "Supplementary Figure 7 shows the learning curves for tanh and ReLU networks depicted in Fig. 1. ", + "bbox": [ + 176, + 537, + 821, + 554 + ], + "page_idx": 11 + }, + { + "type": "image", + "img_path": "images/ce0355c43f7ded6cd043397ccb1f76e1f4c9361219e3e513122d676b64034395.jpg", + "image_caption": [ + "Figure 7: Learning curves for (A) tanh neural network in 1 A and (B) ReLU neural network in $1 \\textbf { B }$ . Both networks show good generalization with regards to the test data. " + ], + "image_footnote": [], + "bbox": [ + 274, + 563, + 718, + 696 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B ROBUSTNESS OF FINDINGS TO MI ESTIMATION METHOD AND NEURAL ACTIVATION FUNCTIONS ", + "text_level": 1, + "bbox": [ + 178, + 762, + 789, + 796 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "This Appendix investigates the generality of the finding that compression is not observed in neural network layers with certain activation functions. Figure 1 of the main text shows example results using a binning-based MI estimator and a nonparametric KDE estimator, for both the tanh and ReLU activation functions. Here we describe the KDE MI estimator in detail, and present extended results on other datasets. We also show results for other activation functions. Finally, we provide entropy estimates based on another nonparametric estimator, the popular $\\mathbf { k }$ -nearest neighbor approach of Kraskov et al. (2004). Our findings consistently show that double-saturating nonlinearities can yield compression, while single-sided nonlinearities do not. ", + "bbox": [ + 173, + 811, + 825, + 924 + ], + "page_idx": 11 + }, + { + "type": "text", + "text": "B.1 KERNEL DENSITY ESTIMATION OF MI ", + "text_level": 1, + "bbox": [ + 174, + 103, + 483, + 118 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "The KDE approach of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) estimates the mutual information between the input and the hidden layer activity by assuming that the hidden activity is distributed as a mixture of Gaussians. This assumption is well-suited to the present setting under the following interpretation: we take the input activity to be distributed as delta functions at each example in the dataset, corresponding to a uniform distribution over these specific samples. In other words, we assume that the empirical distribution of input samples is the true distribution. Next, the hidden layer activity $h$ is a deterministic function of the input. As mentioned in the main text and discussed in more detail in Appendix C, without the assumption of noise, this would have infinite mutual information with the input. We therefore assume for the purposes of analysis that Gaussian noise of variance $\\sigma ^ { 2 }$ is added, that is, $T = h + \\epsilon$ where $\\epsilon \\sim \\mathcal { N } ( \\bar { 0 } , \\bar { \\sigma ^ { 2 } } I )$ . Under these assumptions, the distribution of $T$ is genuinely a mixture of Gaussians, with a Gaussian centered on the hidden activity corresponding to each input sample. We emphasize again that the noise $\\epsilon$ is added solely for the purposes of analysis, and is not present during training or testing the network. In this setting, an upper bound for the mutual information with the input is (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017) ", + "bbox": [ + 173, + 159, + 825, + 367 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/fbba9039fce17d693d329e06bce9443a5d04f665dd8f72721a5f3cec7ef6374e.jpg", + "text": "$$\nI ( T ; X ) \\leq - { \\frac { 1 } { P } } \\sum _ { i } \\log { \\frac { 1 } { P } } \\sum _ { j } \\exp \\left( - { \\frac { 1 } { 2 } } { \\frac { \\vert \\vert h _ { i } - h _ { j } \\vert \\vert _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } } \\right)\n$$", + "text_format": "latex", + "bbox": [ + 316, + 460, + 679, + 501 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $P$ is the number of training samples and $h _ { i }$ denotes the hidden activity vector in response to input sample $i$ . Similarly, the mutual information with respect to the output can be calculated as ", + "bbox": [ + 173, + 599, + 826, + 628 + ], + "page_idx": 12 + }, + { + "type": "equation", + "img_path": "images/cb2fe5a380eba03a05ab84e25bc76b6aae3a086fa63278aa4248b13502ce70b9.jpg", + "text": "$$\n\\begin{array} { r c l } { I ( T ; Y ) } & { = } & { { \\displaystyle H ( T ) - H ( T | Y ) } } \\\\ & { \\leq } & { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) } \\\\ & & { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) \\right] } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 248, + 696, + 746, + 813 + ], + "page_idx": 12 + }, + { + "type": "text", + "text": "where $L$ is the number of output labels, $P _ { l }$ denotes the number of data samples with output label $l$ , $p _ { l } = P _ { l } / P$ denotes the probability of output label $l$ , and the sums over $i , Y _ { i } = l$ indicate a sum over all examples with output label $l$ . ", + "bbox": [ + 174, + 881, + 825, + 924 + ], + "page_idx": 12 + }, + { + "type": "image", + "img_path": "images/f89ebb8650e008588c11ffbb01a6605fa94820e9aa6ba83b3408ba661f14ce97.jpg", + "image_caption": [ + "Figure 8: Information plane dynamics for the network architecture and training dataset of ShwartzZiv & Tishby (2017), estimated with the nonparametric KDE method of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) and averaged over 50 repetitions. (A) tanh neural network layers show compression. (B) ReLU neural network layers show no compression. (C) The soft-sign activation function, a double-saturating nonlinearity that saturates more gently than tanh, shows modest compression. (D) The soft-plus activation function, a smoothed version of the ReLU, exhibits no compression. Hence double-saturating nonlinearities exhibit the compression effect while singlesaturating nonlinearities do not. " + ], + "image_footnote": [], + "bbox": [ + 269, + 99, + 728, + 421 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Figure 8A-B shows the result of applying this MI estimation method on the dataset and network architecture of Shwartz-Ziv & Tishby (2017), with MI estimated on the full dataset and averaged over 50 repetitions. Mutual information was estimated using data samples from the test set, and we took the noise variance $\\sigma ^ { 2 } = 0 . 1$ . These results look similar to the estimate derived from binning, with compression in tanh networks but no compression in ReLU networks. Relative to the binning estimate, it appears that compression is less pronounced in the KDE method. ", + "bbox": [ + 173, + 559, + 825, + 643 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "Figure 1C-D of the main text shows the results of this estimation technique applied to a neural network of size $7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0$ on the MNIST handwritten digit classification dataset. The network was trained using SGD with minibatches of size 128. As before, mutual information was estimated using data samples from the test set, and we took the noise variance $\\sigma ^ { 2 } = 0 . 1$ . The smaller layer sizes in the top three hidden layers were selected to ensure the quality of the kernel density estimator given the amount of data in the test set, since the estimates are more accurate for smaller-dimensional data. Because of computational expense, the MNIST results are from a single training run. ", + "bbox": [ + 173, + 650, + 825, + 762 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "More detailed results for the MNIST dataset are provided in Figure 9 for the tanh activation function, and in Figure 10 for the ReLU activation function. In these figures, the first row shows the evolution of the cross entropy loss (on both training and testing data sets) during training. The second row shows the mutual information between input and the activity of different hidden layers, using the nonparametric KDE estimator described above. The blue region in the second row shows the range of possible MI values, ranging from the upper bound described above (Eq. 10) to the following lower ", + "bbox": [ + 173, + 768, + 825, + 853 + ], + "page_idx": 13 + }, + { + "type": "text", + "text": "bound (Kolchinsky & Tracey, 2017), ", + "bbox": [ + 174, + 103, + 416, + 118 + ], + "page_idx": 14 + }, + { + "type": "equation", + "img_path": "images/2b4d855811c068dfd8a5a6373771f34f8fdd4071c1a630b953dc7e58a0914035.jpg", + "text": "$$\n\\begin{array} { r c l } { { I ( T ; Y ) } } & { { \\geq } } & { { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) } } \\\\ { { } } & { { } } & { { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) \\right] . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 243, + 125, + 751, + 220 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "The third row shows the mutual information between input and activity of different hidden layers, estimated using the binning method (here, the activity of each neuron was discretized into bins of size 0.5). For both the second and third rows, we also plot the entropy of the inputs, $H ( X )$ , as a dashed line. $H ( X )$ is an upper bound on the mutual information $I ( X ; T )$ , and is computed using the assumption of a uniform distribution over the 10,000 testing points in the MNIST dataset, giving $H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }$ . ", + "bbox": [ + 173, + 224, + 825, + 309 + ], + "page_idx": 14 + }, + { + "type": "text", + "text": "Finally, the fourth row visualizes the dynamics of the SGD updates during training. For each layer and epoch, the green line shows the $\\ell _ { 2 }$ norm of the weights. We also compute the vector of mean updates across SGD minibatches (this vector has one dimension for each weight parameter), as well as the vector of the standard deviation of the updates across SGD minibatches. The $\\ell _ { 2 }$ norm of the mean update vector is shown in blue, and the $\\ell _ { 2 }$ norm of the standard deviation vector is shown in orange. The gradient SNR, computed as the ratio of the norm of the mean vector to the norm of the standard deviation vector, is shown in red. For both the tanh and ReLU networks, the gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. Importantly, this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise in SGD updates does not yield compression in this setting. ", + "bbox": [ + 173, + 315, + 826, + 455 + ], + "page_idx": 14 + }, + { + "type": "image", + "img_path": "images/cc8295ba9fbcdf4553fd120007b118b080b408782fb4c7b756ca91d6a943022a.jpg", + "image_caption": [ + "Figure 9: Detailed tanh activation function results on MNIST. Row 1: Loss over training. Row 2: Upper and lower bounds for the mutual information $I ( X ; T )$ between the input $( X )$ and each layer’s activity $( T )$ , using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017). Dotted line indicates $H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }$ , the entropy of a uniform distribution over 10,000 testing samples. Row 3: Binning-based estimate of the mutual information $I ( X ; T )$ , with each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. " + ], + "image_footnote": [], + "bbox": [ + 176, + 97, + 820, + 560 + ], + "page_idx": 15 + }, + { + "type": "image", + "img_path": "images/6b5d4819da8c875280c0636b21620dd6a2ea91f5c10ae7ab67fc192db6fbb0d4.jpg", + "image_caption": [ + "Figure 10: Detailed ReLU activation function results on MNIST. Row 1: Loss over training. Row 2: Upper and lower bounds for the mutual information $I ( X ; T )$ between the input $( X )$ and each layer’s activity $( T )$ , using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky et al., 2017). Dotted line indicates $H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }$ , the entropy of a uniform distribution over 10,000 testing samples. Row 3: Binning-based estimate of the mutual information $I ( X ; T )$ , with each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in each layer increases. Importantly, this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise in SGD updates does not yield compression in this setting. " + ], + "image_footnote": [], + "bbox": [ + 176, + 98, + 820, + 559 + ], + "page_idx": 16 + }, + { + "type": "image", + "img_path": "images/6c1149a7423a2791869e903f30e00c9268d38906bea86674e43fe62d02d3186f.jpg", + "image_caption": [ + "Figure 11: Alternative activation functions. " + ], + "image_footnote": [], + "bbox": [ + 352, + 104, + 638, + 273 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "B.2 OTHER ACTIVATION FUNCTIONS ", + "text_level": 1, + "bbox": [ + 174, + 323, + 441, + 337 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Next, in Fig. 8C-D, we show results from the kernel MI estimator from two additional nonlinear activation functions, the softsign function ", + "bbox": [ + 173, + 348, + 825, + 377 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/dad4d588c208e612df65eed8f8fbb3d99f3777d4303bb3bbf635e10b8ec79bfc.jpg", + "text": "$$\nf ( x ) = { \\frac { x } { 1 + | x | } } ,\n$$", + "text_format": "latex", + "bbox": [ + 442, + 383, + 553, + 415 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "and the softplus function ", + "bbox": [ + 174, + 421, + 338, + 435 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/ed095b104e589ed18d34efef57c8ac25b4d0e00571c34a6136a01f8c8298b2df.jpg", + "text": "$$\nf ( x ) = \\ln ( 1 + e ^ { x } ) .\n$$", + "text_format": "latex", + "bbox": [ + 433, + 434, + 563, + 452 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "These functions are plotted next to tanh and ReLU in Fig. 11. The softsign function is similar to tanh but saturates more slowly, and yields less compression than tanh. The softplus function is a smoothed version of the ReLU, and yields similar dynamics with no compression. Because softplus never saturates fully to zero, it retains more information with respect to the input than ReLUs in general. ", + "bbox": [ + 174, + 454, + 825, + 525 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "B.3 KRASKOV ESTIMATOR ", + "text_level": 1, + "bbox": [ + 176, + 542, + 372, + 556 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "We additionally investigated the widely-used nonparametric MI estimator of Kraskov et al. (2004). This estimator uses nearest neighbor distances between samples to compute an estimate of the entropy of a continuous random variable. Here we focused for simplicity only on the compression phenomenon in the mutual information between the input and hidden layer activity, leaving aside the information with respect to the output (as this is not relevant to the compression phenomenon). Again, without additional noise assumptions, the MI between the hidden representation and the input would be infinite because the mapping is deterministic. Rather than make specific noise assumptions, we instead use the Kraskov method to estimate the entropy of the hidden representations $T$ . Note that the entropy of $T$ is the mutual information up to an unknown constant so long as the noise assumption is homoscedastic, that is, $T = h + Z$ where the random variable $Z$ is independent of $X$ . To see this, note that ", + "bbox": [ + 173, + 568, + 826, + 720 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/ae64ad5f1f4dfb84bbbc558b10a8d6538e1aa3c4bdf44df517831ae47582c452.jpg", + "text": "$$\n\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { H ( T ) - H ( T | X ) } } \\\\ { { } } & { { = } } & { { H ( T ) - H ( Z ) } } \\\\ { { } } & { { = } } & { { H ( T ) - c } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 387, + 727, + 611, + 784 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where the constant $c = H ( Z )$ . Hence observing compression in the layer entropy $H ( T )$ is enough to establish that compression occurs in the mutual information. ", + "bbox": [ + 173, + 787, + 826, + 816 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "The Kraskov estimate is given by ", + "bbox": [ + 174, + 824, + 393, + 838 + ], + "page_idx": 17 + }, + { + "type": "equation", + "img_path": "images/063bc3c5963df32d1711d536fa9f9448266875271f28eef6b7368b3fe23b0943.jpg", + "text": "$$\n\\frac { d } { P } \\sum _ { i = 1 } ^ { P } \\log ( r _ { i } + \\epsilon ) + \\frac { d } { 2 } \\log ( \\pi ) - \\log \\Gamma ( d / 2 + 1 ) + \\psi ( P ) - \\psi ( k )\n$$", + "text_format": "latex", + "bbox": [ + 284, + 844, + 714, + 888 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "where $d$ is the dimension of the hidden representation, $P$ is the number of samples, $r _ { i }$ is the distance to the $k$ -th nearest neighbor of sample $i$ , $\\epsilon$ is a small constant for numerical stability, $\\Gamma ( \\cdot )$ is the ", + "bbox": [ + 174, + 895, + 821, + 924 + ], + "page_idx": 17 + }, + { + "type": "text", + "text": "Gamma function, and $\\psi ( \\cdot )$ is the digamma function. Here the parameter $\\epsilon$ prevents infinite terms when the nearest neighbor distance ri = 0 for some sample. We took \u000f = 10−16. ", + "bbox": [ + 173, + 103, + 823, + 132 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Figure 12 shows the entropy over training for tanh and ReLU networks trained on the dataset of and with the network architecture in Shwartz-Ziv & Tishby (2017), averaged over 50 repeats. In these experiments, we used $k = 2$ . Compression would correspond to decreasing entropy over the course of training, while a lack of compression would correspond to increasing entropy. Several tanh layers exhibit compression, while the ReLU layers do not. Hence qualitatively, the Kraskov estimator returns similar results to the binning and KDE strategies. ", + "bbox": [ + 173, + 138, + 825, + 223 + ], + "page_idx": 18 + }, + { + "type": "image", + "img_path": "images/d35dbe7c6e40d832895cc4e561a74abc5f2ec6a2b6e899768df8078d5351eb42.jpg", + "image_caption": [ + "Figure 12: Entropy dynamics over training for the network architecture and training dataset of Shwartz-Ziv & Tishby (2017), estimated with the nonparametric $\\mathbf { k }$ -nearest-neighbor-based method of Kraskov et al. (2004). Here the $\\mathbf { X } ^ { } -$ -axis is epochs of training time, and the y-axis plots the entropy of the hidden representation, as calculated using nearest-neighbor distances. Note that in this setting, if $T$ is considered to be the hidden activity plus independent noise, the entropy is equal to the mutual information up to a constant (see derivation in text). Layers 0-4 correspond to the hidden layers of size 10-7-5-4-3. (A) tanh neural network layers can show compression over the course of training. (B) ReLU neural network layers show no compression. " + ], + "image_footnote": [], + "bbox": [ + 194, + 236, + 789, + 409 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "C NOISE ASSUMPTIONS AND DISCRETE VS CONTINUOUS ENTROPY ", + "text_level": 1, + "bbox": [ + 176, + 560, + 740, + 575 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "A recurring theme in the results reported in this paper is the necessity of noise assumptions to yield a nontrivial information theoretic analysis. Here we give an extended discussion of this phenomenon, and of issues relating to discrete entropy as opposed to continuous (differential) entropy. ", + "bbox": [ + 174, + 590, + 826, + 633 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "The activity of a neural network is often a continuous deterministic function of its input. That is, in response to an input $X$ , a specific hidden layer might produce activity $h = f ( X )$ for some function $f$ . The mutual information between $h$ and $X$ is given by ", + "bbox": [ + 173, + 640, + 823, + 681 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/2ddea48d352590005b744757054e3dc800ffa2ab153f41eb772b09d691a581d7.jpg", + "text": "$$\n\\begin{array} { l l l } { { I ( h ; X ) } } & { { = } } & { { H ( h ) - H ( h | X ) . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 388, + 685, + 609, + 704 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "If $h$ were a discrete variable, then the entropy would be given by ", + "bbox": [ + 171, + 707, + 598, + 722 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/5462ea43985fc5e5b892174c0e7260549818918a5de68060a98efad4810d7fe3.jpg", + "text": "$$\nH ( h ) = - \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i }\n$$", + "text_format": "latex", + "bbox": [ + 403, + 724, + 562, + 768 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "where $p _ { i }$ is the probability of the discrete symbol $i$ , as mentioned in the main text. Then $H ( h | X ) = 0$ because the mapping is deterministic and we have $I ( h ; X ) = H ( h )$ . ", + "bbox": [ + 174, + 772, + 825, + 801 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "However $h$ is typically continuous. The continuous entropy, defined for a continuous random variable $Z$ with density $p _ { Z }$ by analogy to Eqn. (18) as ", + "bbox": [ + 174, + 808, + 821, + 837 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/eef458855d2852432f80cd0e820eab3f8d131b9f4c42ffc6c1f1916f1e85895e.jpg", + "text": "$$\nH ( Z ) = - \\int p _ { Z } ( z ) \\log p _ { Z } ( z ) d z ,\n$$", + "text_format": "latex", + "bbox": [ + 385, + 839, + 611, + 872 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "can be negative and possibly infinite. In particular, note that if $p _ { Z }$ is a delta function, then $H ( Z ) =$ $- \\infty$ . The mutual information between hidden layer activity $h$ and the input $X$ for continuous $h , X$ is ", + "bbox": [ + 173, + 876, + 823, + 905 + ], + "page_idx": 18 + }, + { + "type": "equation", + "img_path": "images/80e3b108e389875786004688dedee7b92797c1a0c6b6f9f1c580f719cf08800e.jpg", + "text": "$$\nI ( h ; X ) = H ( h ) - H ( h | X ) .\n$$", + "text_format": "latex", + "bbox": [ + 385, + 907, + 580, + 925 + ], + "page_idx": 18 + }, + { + "type": "text", + "text": "Now $H ( h | X ) = - \\infty$ since given the input $X$ , the hidden activity $h$ is distributed as a delta function at $f ( X )$ . The mutual information is thus generally infinite, so long as the hidden layer activity has finite entropy $H ( h )$ is finite). ", + "bbox": [ + 174, + 103, + 825, + 146 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/db291cd24878a5a577925a9f57c17f1e80ff0653e022e4f8350fe21e76b70f02.jpg", + "image_caption": [ + "Figure 13: Effect of binning strategy on minimal three neuron model. Mutual information for the simple three neuron model shown in Fig. 2 with bin edges $b _ { i } \\in \\mathrm { t a n h } ( \\operatorname* { l i n s p a c e } ( - 5 0 , 5 0 , N ) )$ . In contrast to linear binning, the mutual information continues to increase as weights grow. " + ], + "image_footnote": [], + "bbox": [ + 303, + 181, + 686, + 417 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "To yield a finite mutual information, some noise in the mapping is required such that $H ( h | X )$ remains finite. A common choice (and one adopted here for the linear network, the nonparametric kernel density estimator, and the $\\mathbf { k }$ -nearest neighbor estimator) is to analyze a new variable with additive noise, $T = h + Z$ , where $Z$ is a random variable independent of $X$ . Then $H ( T | X ) = H ( Z )$ which allows the overall information $I ( T ; X ) = H ( T ) - H ( Z )$ to remain finite. This noise assumption is not present in the actual neural networks either during training or testing, and is made solely for the purpose of calculating the mutual information. ", + "bbox": [ + 173, + 506, + 825, + 603 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "Another strategy is to partition the continuous variable $h$ into a discrete variable $T$ , for instance by binning the values (the approach taken in Shwartz-Ziv & Tishby (2017)). This allows use of the discrete entropy, which remains finite. Again, however, in practice the network does not operate on the binned variables $T$ but on the continuous variables $h$ , and the binning is solely for the purpose of calculating the mutual information. Moreover, there are many possible binning strategies, which yield different discrete random variables, and different mutual information with respect to the input. The choice of binning strategy is an assumption analogous to choosing a type of noise to add to the representation in the continuous case: because there is in fact no binning in the operation of the network, there is no clear choice for binning methodology. The strategy we use in binning-based experiments reported here is the following: for bounded activations like the tanh activation, we use evenly spaced bins between the minimum and maximum limits of the function. For unbounded activations like ReLU, we first train the network completely; next identify the minimum and maximum hidden activation over all units and all training epochs; and finally bin into equally spaced bins between these minimum and maximum values. We note that this procedure places no restriction on the magnitude that the unbounded activation function can take during training, and yields the same MI estimate as using infinite equally spaced bins (because bins for activities larger than the maximum are never seen during training). ", + "bbox": [ + 174, + 611, + 825, + 848 + ], + "page_idx": 19 + }, + { + "type": "text", + "text": "As an example of another binning strategy that can yield markedly different results, we consider evenly spaced bins in a neuron’s net input, rather than its activity. That is, instead of evenly spaced bins in the neural activity, we determine the bin edges by mapping a set of evenly spaced values through the neural nonlinearity. For tanh, for instance, this spaces bins more tightly in the saturation region as compared to the linear region. Figure 13 shows the results of applying this binning strategy to the minimal three neuron model with tanh activations. This binning scheme captures more information as the weights of the network grow larger. Figure 14 shows information plane dynamics for this binning structure. The tanh network no longer exhibits compression. (We note that the broken DPI in this example is an artifact of performing binning only for analysis, as discussed below). ", + "bbox": [ + 174, + 854, + 823, + 924 + ], + "page_idx": 19 + }, + { + "type": "image", + "img_path": "images/12c7d31d8a03d347bac1cbe449138df659dc492793257cc0c61d13e2608ea4fa.jpg", + "image_caption": [ + "Figure 14: Effect of binning strategy on information plane dynamics. Results for the same tanh network and training regime as 1A, but with bin edges $b _ { i } \\in$ tanh(linspace $( - 5 0 , 5 0 , N )$ ). Measured with this binning structure, there is no compression in most layers. " + ], + "image_footnote": [], + "bbox": [ + 245, + 103, + 758, + 508 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 614, + 825, + 671 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Any implementation of a neural network on digital hardware is ultimately of finite precision, and hence is a binned, discrete representation. However, it is a very high resolution binning compared to that used here or by Shwartz-Ziv & Tishby (2017): single precision would correspond to using roughly $2 ^ { 3 2 }$ bins to discretize each hidden unit’s activity, as compared to the 30-100 used here. If the binning is fine-grained enough that each input $X$ yields a different binned activity pattern $h$ , then $H ( h ) \\stackrel { - } { = } \\log ( P )$ where $P$ is the number of examples in the dataset, and there will be little to no change in information during training. As an example, we show in Fig. 15 the result of binning at full machine precision. ", + "bbox": [ + 173, + 678, + 825, + 790 + ], + "page_idx": 20 + }, + { + "type": "text", + "text": "Finally, we note two consequences of the assumption of noise/binning for the purposes of analysis. First, this means that the data processing inequality (DPI) does not apply to the noisy/binned mutual information estimates. The DPI states that information can only be destroyed through successive transformations, that is, if $X h _ { 1 } h _ { 2 }$ form a Markov chain, then $I ( X ; \\bar { h _ { 1 } } ) \\geq I ( \\bar { X ; } h _ { 2 } )$ (see, eg, Tishby & Zaslavsky (2015)). Because noise is added only for the purpose of analysis, however, this does not apply here. In particular, for the DPI to apply, the noise added at lower layers would have to propagate through the network to higher layers. That is, if the transformation from hidden layer 1 to hidden layer 2 is $h _ { 2 } = f ( h _ { 1 } )$ and $T _ { 1 } = h _ { 1 } + Z _ { 1 }$ is the hidden layer activity after adding noise, then the DPI would hold for the variable $\\tilde { T } _ { 2 } = f ( T _ { 1 } ) + Z _ { 2 } = f ( h _ { 1 } + Z _ { 1 } ) + Z _ { 2 }$ , not the quantity ", + "bbox": [ + 173, + 796, + 826, + 925 + ], + "page_idx": 20 + }, + { + "type": "image", + "img_path": "images/e2187148ec2ae4d72ade118f8c38e42693609c24edb83c7050bd489b4d6120ca.jpg", + "image_caption": [ + "Figure 15: Effect of binning at full machine precision. (A) ReLU network. (B) tanh network. Information in most layers stays pinned to $\\log _ { 2 } ( P ) = 1 2$ . Compression is only observed in the highest and smallest layers near the very end of training, when the saturation of tanh is strong enough to saturate machine precision. " + ], + "image_footnote": [], + "bbox": [ + 243, + 102, + 745, + 292 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "$T _ { 2 } = h _ { 2 } + Z _ { 2 } = f ( h _ { 1 } ) + Z _ { 2 }$ used in the analysis. Said another way, the Markov chain for $T _ { 2 }$ is $X h _ { 1 } h _ { 2 } T _ { 2 }$ , not $X h _ { 1 } T _ { 1 } T _ { 2 }$ , so the DPI states only that $I ( X ; h _ { 1 } ) \\ge I ( X ; T _ { 2 } )$ . ", + "bbox": [ + 174, + 398, + 823, + 429 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "A second consequence of the noise assumption is the fact that the mutual information is no longer invariant to invertible transformations of the hidden activity $h$ . A potentially attractive feature of a theory based on mutual information is that it can allow for comparisons between different architectures: mutual information is invariant to any invertible transformation of the variables, so two hidden representations could be very different in detail but yield identical mutual information with respect to the input. However, once noise is added to a hidden representation, this is no longer the case: the variable $T = h + Z$ is not invariant to reparametrizations of $h$ . As a simple example, consider a minimal linear network with scalar weights $w _ { 1 }$ and $w _ { 2 }$ that computes the output ${ \\hat { y } } = w _ { 2 } w _ { 1 } X$ . The hidden activity is $h = w _ { 1 } X$ . Now consider the family of networks in which we scale down $w _ { 1 }$ and scale up $w _ { 2 }$ by a factor $c \\neq 0$ , that is, these networks have weights $\\tilde { w } _ { 1 } = w _ { 1 } / c$ and $\\tilde { w } _ { 2 } = c w _ { 2 }$ , yielding the exact same input-output map $\\hat { y } = \\tilde { w } _ { 2 } \\tilde { w } _ { 1 } X = c w _ { 2 } ( w _ { 1 } / c ) X = w _ { 2 } w _ { 1 } X$ . Because they compute the same function, they necessarily generalize identically. However after introducing the noise assumption the mutual information is ", + "bbox": [ + 174, + 434, + 825, + 616 + ], + "page_idx": 21 + }, + { + "type": "equation", + "img_path": "images/0c9da91e389db59f31738e85823c42564aea9f459391b32abdf8ec6fba0aab0e.jpg", + "text": "$$\n\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { \\log \\left( w _ { 1 } ^ { 2 } / c ^ { 2 } + \\sigma _ { M I } ^ { 2 } \\right) - \\log \\left( \\sigma _ { M I } ^ { 2 } \\right) } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 336, + 621, + 660, + 642 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "where we have taken the setting in Section 3 in which $X$ is normal Gaussian, and independent Gaussian noise of variance $\\sigma _ { M I } ^ { 2 }$ is added for the purpose of MI computation. Clearly, the mutual information is now dependent on the scaling $c$ of the internal layer, even though this is an invertible linear transformation of the representation. Moreover, this shows that networks which generalize identically can nevertheless have very different mutual information with respect to the input when it is measured in this way. ", + "bbox": [ + 174, + 647, + 825, + 732 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "D WEIGHT NORMS OVER TRAINING ", + "text_level": 1, + "bbox": [ + 174, + 753, + 485, + 768 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "Our argument relating neural saturation to compression in mutual information relies on the notion that in typical training regimes, weights begin small and increase in size over the course of training. We note that this is a virtual necessity for a nonlinearity like tanh, which is linear around the origin: when initialized with small weights, the activity of a tanh network will be in this linear regime and the network can only compute a linear function of its input. Hence a real world nonlinear task can only be learned by increasing the norm of the weights so as to engage the tanh nonlinearity on some examples. This point can also be appreciated from norm-based capacity bounds on neural networks, which show that, for instance, the Rademacher complexity of a neural network with small weights must be low (Bartlett & Mendelson, 2002; Neyshabur et al., 2015). Finally, as an empirical matter, the networks trained in this paper do in fact increase the norm of their weights over the course of training, as shown by the green lines in Figure 20 for tanh and ReLU networks in the training setting of Shwartz-Ziv & Tishby (2017); Figures 9 and 10 for the MNIST networks; and Figure 21 for a linear network. ", + "bbox": [ + 173, + 784, + 825, + 924 + ], + "page_idx": 21 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 146 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "E HISTOGRAMS OF NEURAL ACTIVATIONS ", + "text_level": 1, + "bbox": [ + 174, + 174, + 539, + 189 + ], + "page_idx": 22 + }, + { + "type": "text", + "text": "Supplementary Figures 16 and 17 show histograms of neural activities over the course of training in tanh and ReLU networks respectively. ", + "bbox": [ + 176, + 209, + 825, + 239 + ], + "page_idx": 22 + }, + { + "type": "image", + "img_path": "images/8bbc07b14318e40e4fb277a40f930af47fb6bee0d59af7119d1a65cf2931ed0c.jpg", + "image_caption": [ + "Figure 16: Histogram of neural activities in a tanh network during training. The final three layers eventually saturate in the top and bottom bins corresponding to the saturation limits of the tanh activation function, explaining the compression observed in tanh. x-axis: training time in epochs. y-axis: Hidden activity bin values from lowest to highest. Colormap: density of hidden layer activities across all input examples. " + ], + "image_footnote": [], + "bbox": [ + 272, + 247, + 725, + 842 + ], + "page_idx": 22 + }, + { + "type": "image", + "img_path": "images/5f209aa29a04ff3253199dfe5ae51898ad1ec81c4d32a5a079b30809f462dc92.jpg", + "image_caption": [ + "Figure 17: Histogram of neural activities in a ReLU network during training. ReLU layers 1-5 have a roughly constant fraction of activities at zero, corresponding to instances where the ReLU is off; the nonzero activities disperse over the course of training without bound, yielding higher entropy distributions. The sigmoid output layer 6 converges to its saturation limits, and is the only layer that compresses during training (c.f. Fig. 1B). $\\mathbf { X }$ -axis: training time in epochs. y-axis: Hidden activity value. Colormap: density of hidden layer activities across all input examples. " + ], + "image_footnote": [], + "bbox": [ + 272, + 97, + 725, + 694 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "F INFORMATION PLANE DYNAMICS IN DEEPER LINEAR NETWORKS ", + "text_level": 1, + "bbox": [ + 173, + 845, + 740, + 861 + ], + "page_idx": 23 + }, + { + "type": "text", + "text": "Supplementary Figure 18 shows information plane dynamics for a deep neural network with five hidden layers each containing 50 hidden units. ", + "bbox": [ + 174, + 895, + 823, + 924 + ], + "page_idx": 23 + }, + { + "type": "image", + "img_path": "images/cba1fe5de44777e480b97d883918063f6902a3728f471a1abd20879b524f24ab.jpg", + "image_caption": [ + "Figure 18: Information plane dynamics in a deep linear neural network. (A) Train and test error during learning. (B) Information plane dynamics. No compression is visible. " + ], + "image_footnote": [], + "bbox": [ + 178, + 104, + 818, + 270 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "G LINEAR MUTUAL INFORMATION CALCULATION ", + "text_level": 1, + "bbox": [ + 173, + 337, + 602, + 353 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "For the linear setting considered here, the mutual information between a hidden representation $T$ and the output $Y$ may be calculated using the relations ", + "bbox": [ + 173, + 367, + 823, + 397 + ], + "page_idx": 24 + }, + { + "type": "equation", + "img_path": "images/c7bb894ca0901b7c568df05ec917564f6de8a14bb26aeff003d7a57a550511df.jpg", + "text": "$$\n\\begin{array} { c } { { { \\cal H } ( Y ) = \\displaystyle \\frac { N _ { o } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | W _ { o } W _ { o } ^ { T } + \\sigma _ { o } ^ { 2 } I _ { N _ { o } } | , } } \\\\ { { { \\cal H } ( T ) = \\displaystyle \\frac { N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } | , } } \\\\ { { { \\cal H } ( Y ; T ) = \\displaystyle \\frac { N _ { o } + N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\quad \\quad \\bar { W } W _ { o } ^ { T } , } } \\\\ { { { \\cal I } ( Y ; T ) = { \\cal H } ( Y ) + { \\cal H } ( T ) - { \\cal H } ( Y ; T ) . } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 228, + 402, + 767, + 520 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "H STOCHASTIC VS BATCH TRAINING ", + "text_level": 1, + "bbox": [ + 174, + 536, + 495, + 553 + ], + "page_idx": 24 + }, + { + "type": "image", + "img_path": "images/547f68d75db31823ea92f3a340ffd0af1f2555a96902c610b5d4b54c25c651f4.jpg", + "image_caption": [ + "Figure 19 shows information plane dynamics for stochastic and batch gradient descent learning in a linear network. Randomness in the training process does not dramatically alter the information plane dynamics. ", + "Figure 19: Effect of stochastic training in linear networks. (A) Information plane dynamics for stochastic gradient descent in a linear network (same setting as Fig. 4). (B) Information plane dynamics for batch gradient descent. " + ], + "image_footnote": [], + "bbox": [ + 173, + 618, + 821, + 781 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "I GRADIENT SNR PHASE TRANSITION ", + "text_level": 1, + "bbox": [ + 174, + 863, + 508, + 880 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "The proposed mechanism of compression in Shwartz-Ziv & Tishby (2017) is noise arising from stochastic gradient descent training. The results in Section 4 of the main text show that compression still occurs under batch gradient descent learning, suggesting that in fact noise in the gradient updates is not the cause of compression. Here we investigate a related claim, namely that during training, networks switch between two phases. These phases are defined by the ratio of the mean of the gradient to the standard deviation of the gradient across training examples, called the gradient signal-to-noise ratio. In the first “drift” phase, the SNR is high, while in the second “diffusion” phase the SNR is low. Shwartz-Ziv & Tishby (2017) hypothesize that the drift phase corresponds to movement toward the minimum with no compression, while the diffusion phase corresponds to a constrained diffusion in weight configurations that attain the optimal loss, during which representations compress. However, two phases of gradient descent have been described more generally, sometimes known as the transient and stochastic phases or search and convergence phases (Murata, 1998; Chee & Toulis, 2017), suggesting that these phases might not be related specifically to compression behavior. ", + "bbox": [ + 174, + 895, + 825, + 924 + ], + "page_idx": 24 + }, + { + "type": "text", + "text": "", + "bbox": [ + 174, + 103, + 825, + 257 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "In Fig. 20 we plot the gradient SNR over the course of training for the tanh and ReLU networks in the standard setting of Shwartz-Ziv & Tishby (2017). In particular, for each layer $l$ we calculate the mean and standard deviation as ", + "bbox": [ + 174, + 263, + 825, + 305 + ], + "page_idx": 25 + }, + { + "type": "equation", + "img_path": "images/f293b8d1d9e4f8f91ea536c6fcee59a7fd3efa334024fbe6fd1f65b977d2185b.jpg", + "text": "$$\n\\begin{array} { r c l } { { m _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\left. \\frac { \\partial E } { \\partial W _ { l } } \\right. \\right\\| _ { F } } } \\\\ { { s _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\mathrm { S T D } \\left( \\frac { \\partial E } { \\partial W _ { l } } \\right) \\right\\| _ { F } } } \\end{array}\n$$", + "text_format": "latex", + "bbox": [ + 403, + 386, + 591, + 459 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "where $\\langle \\cdot \\rangle$ denotes the mean and $S T D ( \\cdot )$ denotes the element-wise standard deviation across all training samples, and $\\left\\| \\cdot \\right\\| _ { F }$ denotes the Frobenius norm. The gradient SNR is then the ratio $m _ { l } / s _ { l }$ We additionally plot the norm of the weights $\\| W _ { l } \\| _ { F }$ over the course of training. ", + "bbox": [ + 174, + 540, + 825, + 583 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Both tanh and ReLU networks yield a similar qualitative pattern, with SNR undergoing a step-like transition to a lower value during training. Figures 9 and 10, fourth row, show similar plots for MNIST-trained networks. Again, SNR undergoes a transition from high to low over training. Hence the two phase nature of gradient descent appears to hold across the settings that we examine here. Crucially, this finding shows that the SNR transition is not related to the compression phenomenon because ReLU networks, which show the gradient SNR phase transition, do not compress. ", + "bbox": [ + 174, + 589, + 825, + 674 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Finally, to show the generality of the two-phase gradient SNR behavior and its independence from compression, we develop a minimal model of this phenomenon in a three neuron linear network. We consider the student-teacher setting of Fig. 3 but with $N _ { i } = N _ { h } = 1$ , such that the input and hidden layers have just a single neuron (as in the setting of Fig. 2). Here, with just a single hidden neuron, clearly there can be no compression so long as the first layer weight increases over the course of training. Figure 21AC shows that even in this simple setting, the SNR shows the phase transition but the weight norm increases over training. Hence again, the two phases of the gradient are present even though there is no compression. To intuitively understand the source of this behavior, note that the weights are initialized to be small and hence early in learning all must be increased in magnitude, yielding a consistent mean gradient. Once the network reaches the vicinity of the minimum, the mean weight change across all samples by definition goes to zero. The standard deviation remains finite, however, because on some specific examples error could be improved by increasing or decreasing the weights–even though across the whole dataset the mean error has been minimized. ", + "bbox": [ + 174, + 680, + 825, + 861 + ], + "page_idx": 25 + }, + { + "type": "text", + "text": "Hence overall, our results show that a two-phase structure in the gradient SNR occurs in all settings we consider, even though compression occurs only in a subset. The gradient SNR behavior is therefore not causally related to compression dynamics, consistent with the view that saturating nonlinearities are the primary source of compression. ", + "bbox": [ + 176, + 867, + 823, + 924 + ], + "page_idx": 25 + }, + { + "type": "image", + "img_path": "images/fb8ca7128e6032058471eb13f01a0a5dba496e6d717ed509113be8ea4d25e22c.jpg", + "image_caption": [ + "Figure 20: Gradient SNR phase transition. (A) tanh networks trained in the standard setting of Shwartz-Ziv & Tishby (2017) show a phase transition in every layer. (B) ReLU networks also show a phase transition in every layer, despite exhibiting no compression. " + ], + "image_footnote": [], + "bbox": [ + 178, + 103, + 823, + 364 + ], + "page_idx": 26 + }, + { + "type": "image", + "img_path": "images/a9a3a5f252886534d662bb947459c62130ced799c330bd5e27586470c9beb20b.jpg", + "image_caption": [ + "Figure 21: Minimal model exhibiting gradient SNR phase transition. Here a three neuron linear network (architecture $1 - 1 - 1 )$ learns to approximate a teacher. Other parameters are teacher $S N R = 1$ , number of training samples $P = 1 0 0$ , learning rate .001. Left column: (A) The loss over training with SGD (minibatch size 1). (C) The resulting gradient SNR dynamics. Right column: (B) The loss over training with BGD. (D) The resulting gradient SNR dynamics averaging over all training samples (not minibatches, see text). " + ], + "image_footnote": [], + "bbox": [ + 171, + 435, + 813, + 791 + ], + "page_idx": 26 + } +] \ No newline at end of file diff --git a/parse/train/ry_WPG-A-/ry_WPG-A-_middle.json b/parse/train/ry_WPG-A-/ry_WPG-A-_middle.json new file mode 100644 index 0000000000000000000000000000000000000000..2d6aafb1a8d9aa568c862f6a308cc2ee980a6106 --- /dev/null +++ b/parse/train/ry_WPG-A-/ry_WPG-A-_middle.json @@ -0,0 +1,59192 @@ +{ + "pdf_info": [ + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 79, + 380, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 381, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 381, + 97 + ], + "score": 1.0, + "content": "ON THE INFORMATION BOTTLENECK", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 98, + 323, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 323, + 117 + ], + "score": 1.0, + "content": "THEORY OF DEEP LEARNING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 112, + 134, + 491, + 168 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 380, + 148 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 380, + 148 + ], + "score": 1.0, + "content": "Andrew M. Saxe, Yamini Bansal, Joel Dapello, Madhu Advani", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 111, + 145, + 192, + 159 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 192, + 159 + ], + "score": 1.0, + "content": "Harvard University", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 113, + 156, + 491, + 170 + ], + "spans": [ + { + "bbox": [ + 113, + 156, + 491, + 170 + ], + "score": 1.0, + "content": "{asaxe,madvani}@fas.harvard.edu,{ybansal,dapello}@g.harvard.edu", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 114, + 185, + 281, + 196 + ], + "lines": [ + { + "bbox": [ + 112, + 183, + 282, + 200 + ], + "spans": [ + { + "bbox": [ + 112, + 183, + 282, + 200 + ], + "score": 1.0, + "content": "Artemy Kolchinsky, Brendan D. Tracey", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 114, + 198, + 318, + 218 + ], + "lines": [ + { + "bbox": [ + 112, + 195, + 185, + 208 + ], + "spans": [ + { + "bbox": [ + 112, + 195, + 185, + 208 + ], + "score": 1.0, + "content": "Santa Fe Institute", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 113, + 208, + 318, + 219 + ], + "spans": [ + { + "bbox": [ + 113, + 208, + 318, + 219 + ], + "score": 1.0, + "content": "{artemyk,tracey.brendan}@gmail.com", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.0 + }, + { + "type": "text", + "bbox": [ + 340, + 185, + 486, + 240 + ], + "lines": [ + { + "bbox": [ + 339, + 183, + 401, + 197 + ], + "spans": [ + { + "bbox": [ + 339, + 183, + 401, + 197 + ], + "score": 1.0, + "content": "David D. Cox", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 339, + 195, + 419, + 208 + ], + "spans": [ + { + "bbox": [ + 339, + 195, + 419, + 208 + ], + "score": 1.0, + "content": "Harvard University", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 339, + 207, + 445, + 218 + ], + "spans": [ + { + "bbox": [ + 339, + 207, + 445, + 218 + ], + "score": 1.0, + "content": "MIT-IBM Watson AI Lab", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 340, + 219, + 486, + 229 + ], + "spans": [ + { + "bbox": [ + 340, + 219, + 486, + 229 + ], + "score": 1.0, + "content": "davidcox@fas.harvard.edu", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 340, + 229, + 456, + 240 + ], + "spans": [ + { + "bbox": [ + 340, + 229, + 456, + 240 + ], + "score": 1.0, + "content": "david.d.cox@ibm.com", + "type": "text" + } + ], + "index": 12 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 278, + 270, + 333, + 281 + ], + "lines": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "spans": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 142, + 294, + 469, + 556 + ], + "lines": [ + { + "bbox": [ + 142, + 294, + 470, + 305 + ], + "spans": [ + { + "bbox": [ + 142, + 294, + 470, + 305 + ], + "score": 1.0, + "content": "The practical successes of deep neural networks have not been matched by theoret-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 303, + 470, + 316 + ], + "spans": [ + { + "bbox": [ + 141, + 303, + 470, + 316 + ], + "score": 1.0, + "content": "ical progress that satisfyingly explains their behavior. In this work, we study the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 315, + 469, + 327 + ], + "spans": [ + { + "bbox": [ + 141, + 315, + 469, + 327 + ], + "score": 1.0, + "content": "information bottleneck (IB) theory of deep learning, which makes three specific", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 326, + 469, + 338 + ], + "spans": [ + { + "bbox": [ + 142, + 326, + 469, + 338 + ], + "score": 1.0, + "content": "claims: first, that deep networks undergo two distinct phases consisting of an", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 336, + 470, + 349 + ], + "spans": [ + { + "bbox": [ + 141, + 336, + 470, + 349 + ], + "score": 1.0, + "content": "initial fitting phase and a subsequent compression phase; second, that the compres-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 347, + 469, + 361 + ], + "spans": [ + { + "bbox": [ + 141, + 347, + 469, + 361 + ], + "score": 1.0, + "content": "sion phase is causally related to the excellent generalization performance of deep", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 359, + 469, + 371 + ], + "spans": [ + { + "bbox": [ + 141, + 359, + 469, + 371 + ], + "score": 1.0, + "content": "networks; and third, that the compression phase occurs due to the diffusion-like", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 370, + 469, + 382 + ], + "spans": [ + { + "bbox": [ + 141, + 370, + 469, + 382 + ], + "score": 1.0, + "content": "behavior of stochastic gradient descent. Here we show that none of these claims", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 381, + 469, + 392 + ], + "spans": [ + { + "bbox": [ + 141, + 381, + 469, + 392 + ], + "score": 1.0, + "content": "hold true in the general case. Through a combination of analytical results and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 392, + 469, + 404 + ], + "spans": [ + { + "bbox": [ + 141, + 392, + 469, + 404 + ], + "score": 1.0, + "content": "simulation, we demonstrate that the information plane trajectory is predominantly", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 403, + 470, + 415 + ], + "spans": [ + { + "bbox": [ + 141, + 403, + 470, + 415 + ], + "score": 1.0, + "content": "a function of the neural nonlinearity employed: double-sided saturating nonlineari-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 414, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 414, + 469, + 425 + ], + "score": 1.0, + "content": "ties like tanh yield a compression phase as neural activations enter the saturation", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 425, + 470, + 437 + ], + "spans": [ + { + "bbox": [ + 141, + 425, + 470, + 437 + ], + "score": 1.0, + "content": "regime, but linear activation functions and single-sided saturating nonlinearities", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 435, + 470, + 447 + ], + "spans": [ + { + "bbox": [ + 141, + 435, + 470, + 447 + ], + "score": 1.0, + "content": "like the widely used ReLU in fact do not. Moreover, we find that there is no evident", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 447, + 469, + 458 + ], + "spans": [ + { + "bbox": [ + 141, + 447, + 469, + 458 + ], + "score": 1.0, + "content": "causal connection between compression and generalization: networks that do not", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 458, + 470, + 469 + ], + "spans": [ + { + "bbox": [ + 141, + 458, + 470, + 469 + ], + "score": 1.0, + "content": "compress are still capable of generalization, and vice versa. Next, we show that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 468, + 469, + 482 + ], + "spans": [ + { + "bbox": [ + 141, + 468, + 469, + 482 + ], + "score": 1.0, + "content": "the compression phase, when it exists, does not arise from stochasticity in training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 479, + 470, + 492 + ], + "spans": [ + { + "bbox": [ + 141, + 479, + 470, + 492 + ], + "score": 1.0, + "content": "by demonstrating that we can replicate the IB findings using full batch gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 491, + 469, + 503 + ], + "spans": [ + { + "bbox": [ + 141, + 491, + 469, + 503 + ], + "score": 1.0, + "content": "descent rather than stochastic gradient descent. Finally, we show that when an", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 502, + 470, + 513 + ], + "spans": [ + { + "bbox": [ + 141, + 502, + 470, + 513 + ], + "score": 1.0, + "content": "input domain consists of a subset of task-relevant and task-irrelevant information,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 513, + 469, + 524 + ], + "spans": [ + { + "bbox": [ + 141, + 513, + 469, + 524 + ], + "score": 1.0, + "content": "hidden representations do compress the task-irrelevant information, although the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 523, + 470, + 536 + ], + "spans": [ + { + "bbox": [ + 141, + 523, + 470, + 536 + ], + "score": 1.0, + "content": "overall information about the input may monotonically increase with training time,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 141, + 534, + 470, + 547 + ], + "spans": [ + { + "bbox": [ + 141, + 534, + 470, + 547 + ], + "score": 1.0, + "content": "and that this compression happens concurrently with the fitting process rather than", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 142, + 546, + 307, + 558 + ], + "spans": [ + { + "bbox": [ + 142, + 546, + 307, + 558 + ], + "score": 1.0, + "content": "during a subsequent compression period.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 108, + 575, + 206, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 208, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 208, + 591 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Deep neural networks (Schmidhuber, 2015; LeCun et al., 2015) are the tool of choice for real-world", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "tasks ranging from visual object recognition (Krizhevsky et al., 2012), to unsupervised learning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "(Goodfellow et al., 2014; Lotter et al., 2016) and reinforcement learning (Silver et al., 2016). These", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "score": 1.0, + "content": "practical successes have spawned many attempts to explain the performance of deep learning systems", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "(Kadmon & Sompolinsky, 2016), mostly in terms of the properties and dynamics of the optimization", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "problem in the space of weights (Saxe et al., 2014; Choromanska et al., 2015; Advani & Saxe, 2017),", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "or the classes of functions that can be efficiently represented by deep networks (Montufar et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "2014; Poggio et al., 2017). This paper analyzes a recent inventive proposal to study the dynamics of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "learning through the lens of information theory (Tishby & Zaslavsky, 2015; Shwartz-Ziv & Tishby,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "2017). In this view, deep learning is a question of representation learning: each layer of a deep neural", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "network can be seen as a set of summary statistics which contain some but not all of the information", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "present in the input, while retaining as much information about the target output as possible. The", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 44.5 + } + ], + "page_idx": 0, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 760 + ], + "lines": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "spans": [ + { + "bbox": [ + 302, + 751, + 308, + 761 + ], + "score": 1.0, + "content": "1", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 79, + 380, + 116 + ], + "lines": [ + { + "bbox": [ + 106, + 78, + 381, + 97 + ], + "spans": [ + { + "bbox": [ + 106, + 78, + 381, + 97 + ], + "score": 1.0, + "content": "ON THE INFORMATION BOTTLENECK", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 98, + 323, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 98, + 323, + 117 + ], + "score": 1.0, + "content": "THEORY OF DEEP LEARNING", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "list", + "bbox": [ + 112, + 134, + 491, + 168 + ], + "lines": [ + { + "bbox": [ + 111, + 134, + 380, + 148 + ], + "spans": [ + { + "bbox": [ + 111, + 134, + 380, + 148 + ], + "score": 1.0, + "content": "Andrew M. Saxe, Yamini Bansal, Joel Dapello, Madhu Advani", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 111, + 145, + 192, + 159 + ], + "spans": [ + { + "bbox": [ + 111, + 145, + 192, + 159 + ], + "score": 1.0, + "content": "Harvard University", + "type": "text" + } + ], + "index": 3, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 156, + 491, + 170 + ], + "spans": [ + { + "bbox": [ + 113, + 156, + 491, + 170 + ], + "score": 1.0, + "content": "{asaxe,madvani}@fas.harvard.edu,{ybansal,dapello}@g.harvard.edu", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + } + ], + "index": 3, + "bbox_fs": [ + 111, + 134, + 491, + 170 + ] + }, + { + "type": "text", + "bbox": [ + 114, + 185, + 281, + 196 + ], + "lines": [ + { + "bbox": [ + 112, + 183, + 282, + 200 + ], + "spans": [ + { + "bbox": [ + 112, + 183, + 282, + 200 + ], + "score": 1.0, + "content": "Artemy Kolchinsky, Brendan D. Tracey", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5, + "bbox_fs": [ + 112, + 183, + 282, + 200 + ] + }, + { + "type": "text", + "bbox": [ + 114, + 198, + 318, + 218 + ], + "lines": [ + { + "bbox": [ + 112, + 195, + 185, + 208 + ], + "spans": [ + { + "bbox": [ + 112, + 195, + 185, + 208 + ], + "score": 1.0, + "content": "Santa Fe Institute", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 113, + 208, + 318, + 219 + ], + "spans": [ + { + "bbox": [ + 113, + 208, + 318, + 219 + ], + "score": 1.0, + "content": "{artemyk,tracey.brendan}@gmail.com", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.0, + "bbox_fs": [ + 112, + 195, + 318, + 219 + ] + }, + { + "type": "list", + "bbox": [ + 340, + 185, + 486, + 240 + ], + "lines": [ + { + "bbox": [ + 339, + 183, + 401, + 197 + ], + "spans": [ + { + "bbox": [ + 339, + 183, + 401, + 197 + ], + "score": 1.0, + "content": "David D. Cox", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 339, + 195, + 419, + 208 + ], + "spans": [ + { + "bbox": [ + 339, + 195, + 419, + 208 + ], + "score": 1.0, + "content": "Harvard University", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 339, + 207, + 445, + 218 + ], + "spans": [ + { + "bbox": [ + 339, + 207, + 445, + 218 + ], + "score": 1.0, + "content": "MIT-IBM Watson AI Lab", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 340, + 219, + 486, + 229 + ], + "spans": [ + { + "bbox": [ + 340, + 219, + 486, + 229 + ], + "score": 1.0, + "content": "davidcox@fas.harvard.edu", + "type": "text" + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 340, + 229, + 456, + 240 + ], + "spans": [ + { + "bbox": [ + 340, + 229, + 456, + 240 + ], + "score": 1.0, + "content": "david.d.cox@ibm.com", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + } + ], + "index": 10, + "bbox_fs": [ + 339, + 183, + 486, + 240 + ] + }, + { + "type": "title", + "bbox": [ + 278, + 270, + 333, + 281 + ], + "lines": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "spans": [ + { + "bbox": [ + 276, + 269, + 335, + 282 + ], + "score": 1.0, + "content": "ABSTRACT", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 13 + }, + { + "type": "text", + "bbox": [ + 142, + 294, + 469, + 556 + ], + "lines": [ + { + "bbox": [ + 142, + 294, + 470, + 305 + ], + "spans": [ + { + "bbox": [ + 142, + 294, + 470, + 305 + ], + "score": 1.0, + "content": "The practical successes of deep neural networks have not been matched by theoret-", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 141, + 303, + 470, + 316 + ], + "spans": [ + { + "bbox": [ + 141, + 303, + 470, + 316 + ], + "score": 1.0, + "content": "ical progress that satisfyingly explains their behavior. In this work, we study the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 141, + 315, + 469, + 327 + ], + "spans": [ + { + "bbox": [ + 141, + 315, + 469, + 327 + ], + "score": 1.0, + "content": "information bottleneck (IB) theory of deep learning, which makes three specific", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 142, + 326, + 469, + 338 + ], + "spans": [ + { + "bbox": [ + 142, + 326, + 469, + 338 + ], + "score": 1.0, + "content": "claims: first, that deep networks undergo two distinct phases consisting of an", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 141, + 336, + 470, + 349 + ], + "spans": [ + { + "bbox": [ + 141, + 336, + 470, + 349 + ], + "score": 1.0, + "content": "initial fitting phase and a subsequent compression phase; second, that the compres-", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 141, + 347, + 469, + 361 + ], + "spans": [ + { + "bbox": [ + 141, + 347, + 469, + 361 + ], + "score": 1.0, + "content": "sion phase is causally related to the excellent generalization performance of deep", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 141, + 359, + 469, + 371 + ], + "spans": [ + { + "bbox": [ + 141, + 359, + 469, + 371 + ], + "score": 1.0, + "content": "networks; and third, that the compression phase occurs due to the diffusion-like", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 141, + 370, + 469, + 382 + ], + "spans": [ + { + "bbox": [ + 141, + 370, + 469, + 382 + ], + "score": 1.0, + "content": "behavior of stochastic gradient descent. Here we show that none of these claims", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 141, + 381, + 469, + 392 + ], + "spans": [ + { + "bbox": [ + 141, + 381, + 469, + 392 + ], + "score": 1.0, + "content": "hold true in the general case. Through a combination of analytical results and", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 141, + 392, + 469, + 404 + ], + "spans": [ + { + "bbox": [ + 141, + 392, + 469, + 404 + ], + "score": 1.0, + "content": "simulation, we demonstrate that the information plane trajectory is predominantly", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 141, + 403, + 470, + 415 + ], + "spans": [ + { + "bbox": [ + 141, + 403, + 470, + 415 + ], + "score": 1.0, + "content": "a function of the neural nonlinearity employed: double-sided saturating nonlineari-", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 141, + 414, + 469, + 425 + ], + "spans": [ + { + "bbox": [ + 141, + 414, + 469, + 425 + ], + "score": 1.0, + "content": "ties like tanh yield a compression phase as neural activations enter the saturation", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 141, + 425, + 470, + 437 + ], + "spans": [ + { + "bbox": [ + 141, + 425, + 470, + 437 + ], + "score": 1.0, + "content": "regime, but linear activation functions and single-sided saturating nonlinearities", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 141, + 435, + 470, + 447 + ], + "spans": [ + { + "bbox": [ + 141, + 435, + 470, + 447 + ], + "score": 1.0, + "content": "like the widely used ReLU in fact do not. Moreover, we find that there is no evident", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 141, + 447, + 469, + 458 + ], + "spans": [ + { + "bbox": [ + 141, + 447, + 469, + 458 + ], + "score": 1.0, + "content": "causal connection between compression and generalization: networks that do not", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 141, + 458, + 470, + 469 + ], + "spans": [ + { + "bbox": [ + 141, + 458, + 470, + 469 + ], + "score": 1.0, + "content": "compress are still capable of generalization, and vice versa. Next, we show that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 141, + 468, + 469, + 482 + ], + "spans": [ + { + "bbox": [ + 141, + 468, + 469, + 482 + ], + "score": 1.0, + "content": "the compression phase, when it exists, does not arise from stochasticity in training", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 141, + 479, + 470, + 492 + ], + "spans": [ + { + "bbox": [ + 141, + 479, + 470, + 492 + ], + "score": 1.0, + "content": "by demonstrating that we can replicate the IB findings using full batch gradient", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 141, + 491, + 469, + 503 + ], + "spans": [ + { + "bbox": [ + 141, + 491, + 469, + 503 + ], + "score": 1.0, + "content": "descent rather than stochastic gradient descent. Finally, we show that when an", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 141, + 502, + 470, + 513 + ], + "spans": [ + { + "bbox": [ + 141, + 502, + 470, + 513 + ], + "score": 1.0, + "content": "input domain consists of a subset of task-relevant and task-irrelevant information,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 141, + 513, + 469, + 524 + ], + "spans": [ + { + "bbox": [ + 141, + 513, + 469, + 524 + ], + "score": 1.0, + "content": "hidden representations do compress the task-irrelevant information, although the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 141, + 523, + 470, + 536 + ], + "spans": [ + { + "bbox": [ + 141, + 523, + 470, + 536 + ], + "score": 1.0, + "content": "overall information about the input may monotonically increase with training time,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 141, + 534, + 470, + 547 + ], + "spans": [ + { + "bbox": [ + 141, + 534, + 470, + 547 + ], + "score": 1.0, + "content": "and that this compression happens concurrently with the fitting process rather than", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 142, + 546, + 307, + 558 + ], + "spans": [ + { + "bbox": [ + 142, + 546, + 307, + 558 + ], + "score": 1.0, + "content": "during a subsequent compression period.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 25.5, + "bbox_fs": [ + 141, + 294, + 470, + 558 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 575, + 206, + 588 + ], + "lines": [ + { + "bbox": [ + 105, + 574, + 208, + 591 + ], + "spans": [ + { + "bbox": [ + 105, + 574, + 208, + 591 + ], + "score": 1.0, + "content": "1 INTRODUCTION", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "text", + "bbox": [ + 107, + 600, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 106, + 600, + 505, + 612 + ], + "score": 1.0, + "content": "Deep neural networks (Schmidhuber, 2015; LeCun et al., 2015) are the tool of choice for real-world", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "tasks ranging from visual object recognition (Krizhevsky et al., 2012), to unsupervised learning", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 621, + 505, + 635 + ], + "score": 1.0, + "content": "(Goodfellow et al., 2014; Lotter et al., 2016) and reinforcement learning (Silver et al., 2016). These", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 506, + 647 + ], + "score": 1.0, + "content": "practical successes have spawned many attempts to explain the performance of deep learning systems", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 657 + ], + "score": 1.0, + "content": "(Kadmon & Sompolinsky, 2016), mostly in terms of the properties and dynamics of the optimization", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "problem in the space of weights (Saxe et al., 2014; Choromanska et al., 2015; Advani & Saxe, 2017),", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 506, + 678 + ], + "score": 1.0, + "content": "or the classes of functions that can be efficiently represented by deep networks (Montufar et al.,", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "2014; Poggio et al., 2017). This paper analyzes a recent inventive proposal to study the dynamics of", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "learning through the lens of information theory (Tishby & Zaslavsky, 2015; Shwartz-Ziv & Tishby,", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "2017). In this view, deep learning is a question of representation learning: each layer of a deep neural", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "network can be seen as a set of summary statistics which contain some but not all of the information", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "present in the input, while retaining as much information about the target output as possible. The", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "amount of information in a hidden layer regarding the input and output can then be measured over the", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "course of learning, yielding a picture of the optimization process in the information plane. Crucially,", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "this method holds the promise to serve as a general analysis that can be used to compare different", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "architectures, using the common currency of mutual information. Moreover, the elegant information", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "bottleneck (IB) theory provides a fundamental bound on the amount of input compression and target", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "output information that any representation can achieve (Tishby et al., 1999). The IB bound thus", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "serves as a method-agnostic ideal to which different architectures and algorithms may be compared.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + } + ], + "index": 44.5, + "bbox_fs": [ + 105, + 600, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 159 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "amount of information in a hidden layer regarding the input and output can then be measured over the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "course of learning, yielding a picture of the optimization process in the information plane. Crucially,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 118 + ], + "score": 1.0, + "content": "this method holds the promise to serve as a general analysis that can be used to compare different", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "architectures, using the common currency of mutual information. Moreover, the elegant information", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 140 + ], + "score": 1.0, + "content": "bottleneck (IB) theory provides a fundamental bound on the amount of input compression and target", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 149 + ], + "score": 1.0, + "content": "output information that any representation can achieve (Tishby et al., 1999). The IB bound thus", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "serves as a method-agnostic ideal to which different architectures and algorithms may be compared.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "A preliminary empirical exploration of these ideas in deep neural networks has yielded striking", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "score": 1.0, + "content": "findings (Shwartz-Ziv & Tishby, 2017). Most saliently, trajectories in the information plane appear to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "consist of two distinct phases: an initial “fitting” phase where mutual information between the hidden", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 209 + ], + "score": 1.0, + "content": "layers and both the input and output increases, and a subsequent “compression” phase where mutual", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "information between the hidden layers and the input decreases. It has been hypothesized that this", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "compression phase is responsible for the excellent generalization performance of deep networks, and", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "further, that this compression phase occurs due to the random diffusion-like behavior of stochastic", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 176, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 176, + 254 + ], + "score": 1.0, + "content": "gradient descent.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10.5 + }, + { + "type": "text", + "bbox": [ + 107, + 259, + 505, + 533 + ], + "lines": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "score": 1.0, + "content": "Here we study these phenomena using a combination of analytical methods and simulation. In Section", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "2, we show that the compression observed by Shwartz-Ziv & Tishby (2017) arises primarily due to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "the double-saturating tanh activation function used. Using simple models, we elucidate the effect of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "neural nonlinearity on the compression phase. Importantly, we demonstrate that the ReLU activation", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "score": 1.0, + "content": "function, often the nonlinearity of choice in practice, does not exhibit a compression phase. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "discuss how this compression via nonlinearity is related to the assumption of binning or noise in the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 507, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 507, + 338 + ], + "score": 1.0, + "content": "hidden layer representation. To better understand the dynamics of learning in the information plane,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "in Section 3 we study deep linear networks in a tractable setting where the mutual information can be", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "calculated exactly. We find that deep linear networks do not compress over the course of training for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 357, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 371 + ], + "score": 1.0, + "content": "the setting we examine. Further, we show a dissociation between generalization and compression.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "In Section 4, we investigate whether stochasticity in the training process causes compression in the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "information plane. We train networks with full batch gradient descent, and compare the results to those", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "obtained with stochastic gradient descent. We find comparable compression in both cases, indicating", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "score": 1.0, + "content": "that the stochasticity of SGD is not a primary factor in the observed compression phase. Moreover,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "we show that the two phases of SGD occur even in networks that do not compress, demonstrating", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "that the phases are not causally related to compression. These results may seem difficult to reconcile", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "with the intuition that compression can be necessary to attain good performance: if some input", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "channels primarily convey noise, good generalization requires excluding them. Therefore, in Section", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "5 we study a situation with explicitly task-relevant and task-irrelevant input dimensions. We show", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 465, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 481 + ], + "score": 1.0, + "content": "that the hidden-layer mutual information with the task-irrelevant subspace does indeed drop during", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "training, though the overall information with the input increases. However, instead of a secondary", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "compression phase, this task-irrelevant information is compressed at the same time that the task-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "relevant information is boosted. Our results highlight the importance of noise assumptions in applying", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "information theoretic analyses to deep learning systems, and put in doubt the generality of the IB", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 523, + 483, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 483, + 534 + ], + "score": 1.0, + "content": "theory of deep learning as an explanation of generalization performance in deep architectures.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 27 + }, + { + "type": "title", + "bbox": [ + 108, + 551, + 366, + 564 + ], + "lines": [ + { + "bbox": [ + 104, + 550, + 367, + 566 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 367, + 566 + ], + "score": 1.0, + "content": "2 COMPRESSION AND NEURAL NONLINEARITIES", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 505, + 709 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "The starting point for our analysis is the observation that changing the activation function can", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "markedly change the trajectory of a network in the information plane. In Figure 1A, we show", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "our replication of the result reported by Shwartz-Ziv & Tishby (2017) for networks with the tanh", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "nonlinearity.1 This replication was performed with the code supplied by the authors of Shwartz-Ziv", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "& Tishby (2017), and closely follows the experimental setup described therein. Briefly, a neural", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "score": 1.0, + "content": "network with 7 fully connected hidden layers of width 12-10-7-5-4-3-2 is trained with stochastic", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "gradient descent to produce a binary classification from a 12-dimensional input. In our replication we", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "used 256 randomly selected samples per batch. The mutual information of the network layers with", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "respect to the input and output variables is calculated by binning the neuron’s tanh output activations", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "into 30 equal intervals between -1 and 1. Discretized values for each neuron in each layer are then", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "used to directly calculate the joint distributions, over the 4096 equally likely input patterns and true", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "output labels. In line with prior work (Shwartz-Ziv & Tishby, 2017), the dynamics in Fig. 1 show a", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 46.5 + } + ], + "page_idx": 1, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 115, + 722, + 496, + 732 + ], + "lines": [ + { + "bbox": [ + 119, + 719, + 497, + 733 + ], + "spans": [ + { + "bbox": [ + 119, + 719, + 497, + 733 + ], + "score": 1.0, + "content": "1Code for our results is available at https://github.com/artemyk/ibsgd/tree/iclr2018", + "type": "text" + } + ] + } + ] + }, + { + "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 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, + 505, + 159 + ], + "lines": [], + "index": 3, + "bbox_fs": [ + 105, + 82, + 506, + 161 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 165, + 505, + 253 + ], + "lines": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "A preliminary empirical exploration of these ideas in deep neural networks has yielded striking", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 505, + 189 + ], + "score": 1.0, + "content": "findings (Shwartz-Ziv & Tishby, 2017). Most saliently, trajectories in the information plane appear to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 505, + 199 + ], + "score": 1.0, + "content": "consist of two distinct phases: an initial “fitting” phase where mutual information between the hidden", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 199, + 505, + 209 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 505, + 209 + ], + "score": 1.0, + "content": "layers and both the input and output increases, and a subsequent “compression” phase where mutual", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "information between the hidden layers and the input decreases. It has been hypothesized that this", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 105, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "compression phase is responsible for the excellent generalization performance of deep networks, and", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 505, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 505, + 243 + ], + "score": 1.0, + "content": "further, that this compression phase occurs due to the random diffusion-like behavior of stochastic", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 176, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 176, + 254 + ], + "score": 1.0, + "content": "gradient descent.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 10.5, + "bbox_fs": [ + 105, + 165, + 505, + 254 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 259, + 505, + 533 + ], + "lines": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 259, + 505, + 271 + ], + "score": 1.0, + "content": "Here we study these phenomena using a combination of analytical methods and simulation. In Section", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 270, + 505, + 281 + ], + "score": 1.0, + "content": "2, we show that the compression observed by Shwartz-Ziv & Tishby (2017) arises primarily due to", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 281, + 506, + 294 + ], + "score": 1.0, + "content": "the double-saturating tanh activation function used. Using simple models, we elucidate the effect of", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 292, + 505, + 304 + ], + "score": 1.0, + "content": "neural nonlinearity on the compression phase. Importantly, we demonstrate that the ReLU activation", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 506, + 316 + ], + "score": 1.0, + "content": "function, often the nonlinearity of choice in practice, does not exhibit a compression phase. We", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "spans": [ + { + "bbox": [ + 106, + 313, + 505, + 326 + ], + "score": 1.0, + "content": "discuss how this compression via nonlinearity is related to the assumption of binning or noise in the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 507, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 507, + 338 + ], + "score": 1.0, + "content": "hidden layer representation. To better understand the dynamics of learning in the information plane,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 506, + 349 + ], + "score": 1.0, + "content": "in Section 3 we study deep linear networks in a tractable setting where the mutual information can be", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 506, + 360 + ], + "score": 1.0, + "content": "calculated exactly. We find that deep linear networks do not compress over the course of training for", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 357, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 357, + 506, + 371 + ], + "score": 1.0, + "content": "the setting we examine. Further, we show a dissociation between generalization and compression.", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "spans": [ + { + "bbox": [ + 105, + 368, + 505, + 381 + ], + "score": 1.0, + "content": "In Section 4, we investigate whether stochasticity in the training process causes compression in the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 505, + 392 + ], + "score": 1.0, + "content": "information plane. We train networks with full batch gradient descent, and compare the results to those", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "spans": [ + { + "bbox": [ + 105, + 389, + 505, + 404 + ], + "score": 1.0, + "content": "obtained with stochastic gradient descent. We find comparable compression in both cases, indicating", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 506, + 415 + ], + "score": 1.0, + "content": "that the stochasticity of SGD is not a primary factor in the observed compression phase. Moreover,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "spans": [ + { + "bbox": [ + 105, + 411, + 505, + 426 + ], + "score": 1.0, + "content": "we show that the two phases of SGD occur even in networks that do not compress, demonstrating", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 105, + 423, + 505, + 436 + ], + "score": 1.0, + "content": "that the phases are not causally related to compression. These results may seem difficult to reconcile", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 506, + 447 + ], + "score": 1.0, + "content": "with the intuition that compression can be necessary to attain good performance: if some input", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 506, + 459 + ], + "score": 1.0, + "content": "channels primarily convey noise, good generalization requires excluding them. Therefore, in Section", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 505, + 469 + ], + "score": 1.0, + "content": "5 we study a situation with explicitly task-relevant and task-irrelevant input dimensions. We show", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 465, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 506, + 481 + ], + "score": 1.0, + "content": "that the hidden-layer mutual information with the task-irrelevant subspace does indeed drop during", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "training, though the overall information with the input increases. However, instead of a secondary", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "compression phase, this task-irrelevant information is compressed at the same time that the task-", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 514 + ], + "score": 1.0, + "content": "relevant information is boosted. Our results highlight the importance of noise assumptions in applying", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 523 + ], + "score": 1.0, + "content": "information theoretic analyses to deep learning systems, and put in doubt the generality of the IB", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 523, + 483, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 483, + 534 + ], + "score": 1.0, + "content": "theory of deep learning as an explanation of generalization performance in deep architectures.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 259, + 507, + 534 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 551, + 366, + 564 + ], + "lines": [ + { + "bbox": [ + 104, + 550, + 367, + 566 + ], + "spans": [ + { + "bbox": [ + 104, + 550, + 367, + 566 + ], + "score": 1.0, + "content": "2 COMPRESSION AND NEURAL NONLINEARITIES", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 577, + 505, + 709 + ], + "lines": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "spans": [ + { + "bbox": [ + 105, + 578, + 505, + 590 + ], + "score": 1.0, + "content": "The starting point for our analysis is the observation that changing the activation function can", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 105, + 589, + 505, + 601 + ], + "score": 1.0, + "content": "markedly change the trajectory of a network in the information plane. In Figure 1A, we show", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 505, + 612 + ], + "score": 1.0, + "content": "our replication of the result reported by Shwartz-Ziv & Tishby (2017) for networks with the tanh", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 623 + ], + "score": 1.0, + "content": "nonlinearity.1 This replication was performed with the code supplied by the authors of Shwartz-Ziv", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "spans": [ + { + "bbox": [ + 105, + 622, + 505, + 634 + ], + "score": 1.0, + "content": "& Tishby (2017), and closely follows the experimental setup described therein. Briefly, a neural", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 632, + 505, + 644 + ], + "score": 1.0, + "content": "network with 7 fully connected hidden layers of width 12-10-7-5-4-3-2 is trained with stochastic", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "gradient descent to produce a binary classification from a 12-dimensional input. In our replication we", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 654, + 505, + 667 + ], + "score": 1.0, + "content": "used 256 randomly selected samples per batch. The mutual information of the network layers with", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "respect to the input and output variables is calculated by binning the neuron’s tanh output activations", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 505, + 689 + ], + "score": 1.0, + "content": "into 30 equal intervals between -1 and 1. Discretized values for each neuron in each layer are then", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "used to directly calculate the joint distributions, over the 4096 equally likely input patterns and true", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "output labels. In line with prior work (Shwartz-Ziv & Tishby, 2017), the dynamics in Fig. 1 show a", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "transition between an initial fitting phase, during which information about the input increases, and a", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 444, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 444, + 106 + ], + "score": 1.0, + "content": "subsequent compression phase, during which information about the input decreases.", + "type": "text", + "cross_page": true + } + ], + "index": 1 + } + ], + "index": 46.5, + "bbox_fs": [ + 105, + 578, + 506, + 711 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 106, + 154, + 506, + 476 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 154, + 506, + 476 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 476 + ], + "score": 0.974, + "type": "image", + "image_path": "ae057461c9856b2cafbb8dc433b0cc3cacf699acd8de55f5ace722373b08a275.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 154, + 506, + 261.3333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 261.3333333333333, + 506, + 368.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 368.66666666666663, + 506, + 475.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 489, + 506, + 654 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "Figure 1: Information plane dynamics and neural nonlinearities. (A) Replication of Shwartz-Ziv &", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "Tishby (2017) for a network with tanh nonlinearities (except for the final classification layer which", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 511, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 104, + 511, + 264, + 525 + ], + "score": 1.0, + "content": "contains two sigmoidal neurons). The", + "type": "text" + }, + { + "bbox": [ + 265, + 513, + 271, + 522 + ], + "score": 0.38, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 511, + 506, + 525 + ], + "score": 1.0, + "content": "-axis plots information between each layer and the input,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "while the y-axis plots information between each layer and the output. The color scale indicates", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "training time in epochs. Each of the six layers produces a curve in the information plane with the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "score": 1.0, + "content": "input layer at far right, output layer at the far left. Different layers at the same epoch are connected", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "score": 1.0, + "content": "by fine lines. (B) Information plane dynamics with ReLU nonlinearities (except for the final layer", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 564, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 580 + ], + "score": 1.0, + "content": "of 2 sigmoidal neurons). Here no compression phase is visible in the ReLU layers. For learning", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 577, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 506, + 589 + ], + "score": 1.0, + "content": "curves of both networks, see Appendix A. (C) Information plane dynamics for a tanh network of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 588, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 124, + 600 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 124, + 588, + 261, + 599 + ], + "score": 0.9, + "content": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 588, + 506, + 600 + ], + "score": 1.0, + "content": "trained on MNIST, estimated using the non-parametric kernel", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 598, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 506, + 612 + ], + "score": 1.0, + "content": "density mutual information estimator of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017),", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 104, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "no compression is observed except in the final classification layer with sigmoidal neurons. See", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 620, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 506, + 635 + ], + "score": 1.0, + "content": "Appendix B for the KDE MI method applied to the original Tishby dataset; additional results using", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 632, + 506, + 644 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 239, + 644 + ], + "score": 1.0, + "content": "a second popular nonparametric", + "type": "text" + }, + { + "bbox": [ + 239, + 632, + 246, + 642 + ], + "score": 0.48, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 632, + 506, + 644 + ], + "score": 1.0, + "content": "-NN-based method (Kraskov et al., 2004); and results for other", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 644, + 193, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 193, + 655 + ], + "score": 1.0, + "content": "neural nonlinearities.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 10 + } + ], + "index": 5.5 + } + ], + "page_idx": 2, + "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 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": "image", + "bbox": [ + 106, + 154, + 506, + 476 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 106, + 154, + 506, + 476 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 154, + 506, + 476 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 506, + 476 + ], + "score": 0.974, + "type": "image", + "image_path": "ae057461c9856b2cafbb8dc433b0cc3cacf699acd8de55f5ace722373b08a275.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 106, + 154, + 506, + 261.3333333333333 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 106, + 261.3333333333333, + 506, + 368.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 106, + 368.66666666666663, + 506, + 475.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 489, + 506, + 654 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "Figure 1: Information plane dynamics and neural nonlinearities. (A) Replication of Shwartz-Ziv &", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "spans": [ + { + "bbox": [ + 106, + 500, + 505, + 513 + ], + "score": 1.0, + "content": "Tishby (2017) for a network with tanh nonlinearities (except for the final classification layer which", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 104, + 511, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 104, + 511, + 264, + 525 + ], + "score": 1.0, + "content": "contains two sigmoidal neurons). The", + "type": "text" + }, + { + "bbox": [ + 265, + 513, + 271, + 522 + ], + "score": 0.38, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 511, + 506, + 525 + ], + "score": 1.0, + "content": "-axis plots information between each layer and the input,", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "while the y-axis plots information between each layer and the output. The color scale indicates", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "spans": [ + { + "bbox": [ + 105, + 533, + 505, + 546 + ], + "score": 1.0, + "content": "training time in epochs. Each of the six layers produces a curve in the information plane with the", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "spans": [ + { + "bbox": [ + 105, + 544, + 506, + 557 + ], + "score": 1.0, + "content": "input layer at far right, output layer at the far left. Different layers at the same epoch are connected", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "spans": [ + { + "bbox": [ + 105, + 554, + 506, + 568 + ], + "score": 1.0, + "content": "by fine lines. (B) Information plane dynamics with ReLU nonlinearities (except for the final layer", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 564, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 105, + 564, + 506, + 580 + ], + "score": 1.0, + "content": "of 2 sigmoidal neurons). Here no compression phase is visible in the ReLU layers. For learning", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 577, + 506, + 589 + ], + "spans": [ + { + "bbox": [ + 105, + 577, + 506, + 589 + ], + "score": 1.0, + "content": "curves of both networks, see Appendix A. (C) Information plane dynamics for a tanh network of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 588, + 506, + 600 + ], + "spans": [ + { + "bbox": [ + 105, + 588, + 124, + 600 + ], + "score": 1.0, + "content": "size", + "type": "text" + }, + { + "bbox": [ + 124, + 588, + 261, + 599 + ], + "score": 0.9, + "content": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 261, + 588, + 506, + 600 + ], + "score": 1.0, + "content": "trained on MNIST, estimated using the non-parametric kernel", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 598, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 105, + 598, + 506, + 612 + ], + "score": 1.0, + "content": "density mutual information estimator of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017),", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 104, + 610, + 506, + 623 + ], + "spans": [ + { + "bbox": [ + 104, + 610, + 506, + 623 + ], + "score": 1.0, + "content": "no compression is observed except in the final classification layer with sigmoidal neurons. See", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 620, + 506, + 635 + ], + "spans": [ + { + "bbox": [ + 105, + 620, + 506, + 635 + ], + "score": 1.0, + "content": "Appendix B for the KDE MI method applied to the original Tishby dataset; additional results using", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 632, + 506, + 644 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 239, + 644 + ], + "score": 1.0, + "content": "a second popular nonparametric", + "type": "text" + }, + { + "bbox": [ + 239, + 632, + 246, + 642 + ], + "score": 0.48, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 247, + 632, + 506, + 644 + ], + "score": 1.0, + "content": "-NN-based method (Kraskov et al., 2004); and results for other", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 644, + 193, + 655 + ], + "spans": [ + { + "bbox": [ + 106, + 644, + 193, + 655 + ], + "score": 1.0, + "content": "neural nonlinearities.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 10 + } + ], + "index": 5.5 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "transition between an initial fitting phase, during which information about the input increases, and a", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 444, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 444, + 106 + ], + "score": 1.0, + "content": "subsequent compression phase, during which information about the input decreases.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 109, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 469, + 124 + ], + "score": 1.0, + "content": "We then modified the code to train deep networks using rectified linear activation functions", + "type": "text" + }, + { + "bbox": [ + 470, + 110, + 505, + 123 + ], + "score": 0.89, + "content": "( f ( x ) =", + "type": "inline_equation" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 107, + 121, + 151, + 133 + ], + "score": 0.88, + "content": "\\operatorname* { m a x } ( 0 , x ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 122, + 407, + 134 + ], + "score": 1.0, + "content": ". While the activities of tanh networks are bounded in the range", + "type": "text" + }, + { + "bbox": [ + 408, + 121, + 436, + 133 + ], + "score": 0.9, + "content": "[ - 1 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 122, + 506, + 134 + ], + "score": 1.0, + "content": ", ReLU networks", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 133, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 106, + 133, + 505, + 144 + ], + "score": 1.0, + "content": "have potentially unbounded positive activities. To calculate mutual information, we first trained the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "ReLU networks, next identified their largest activity value over the course of training, and finally", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "chose 100 evenly spaced bins between the minimum and maximum activity values to discretize", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "the hidden layer activity. The resulting information plane dynamics are shown in Fig. 1B. The", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "mutual information with the input monotonically increases in all ReLU layers, with no apparent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "compression phase. To see whether our results were an artifact of the small network size, toy dataset,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "or simple binning-based mutual information estimator we employed, we also trained larger networks", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "on the MNIST dataset and computed mutual information using a state-of-the-art nonparametric", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "kernel density estimator which assumes hidden activity is distributed as a mixture of Gaussians", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "(see Appendix B for details). Fig. C-D show that, again, tanh networks compressed but ReLU", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "score": 1.0, + "content": "networks did not. Appendix B shows that similar results also obtain with the popular nonparametric", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 113, + 263 + ], + "score": 0.26, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "-nearest-neighbor estimator of Kraskov et al. (2004), and for other neural nonlinearities. Thus, the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 436, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 436, + 276 + ], + "score": 1.0, + "content": "choice of nonlinearity substantively affects the dynamics in the information plane.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 9 + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "To understand the impact of neural nonlinearity on the mutual information dynamics, we develop", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "a minimal model that exhibits this phenomenon. In particular, consider the simple three neuron", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 409, + 315 + ], + "score": 1.0, + "content": "network shown in Fig. 2A. We assume a scalar Gaussian input distribution", + "type": "text" + }, + { + "bbox": [ + 410, + 303, + 464, + 315 + ], + "score": 0.91, + "content": "X \\sim \\mathcal { N } ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 303, + 505, + 315 + ], + "score": 1.0, + "content": ", which is", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 266, + 327 + ], + "score": 1.0, + "content": "fed through the scalar first layer weight", + "type": "text" + }, + { + "bbox": [ + 266, + 315, + 279, + 325 + ], + "score": 0.87, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 313, + 448, + 327 + ], + "score": 1.0, + "content": ", and passed through a neural nonlinearity", + "type": "text" + }, + { + "bbox": [ + 448, + 315, + 466, + 326 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 313, + 506, + 327 + ], + "score": 1.0, + "content": ", yielding", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 199, + 338 + ], + "score": 1.0, + "content": "the hidden unit activity", + "type": "text" + }, + { + "bbox": [ + 199, + 325, + 253, + 337 + ], + "score": 0.93, + "content": "h = f ( w _ { 1 } X )", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 325, + 506, + 338 + ], + "score": 1.0, + "content": ". To calculate the mutual information with the input, this hidden", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 345, + 349 + ], + "score": 1.0, + "content": "unit activity is then binned yielding the new discrete variable", + "type": "text" + }, + { + "bbox": [ + 345, + 336, + 393, + 348 + ], + "score": 0.92, + "content": "T = \\dot { \\mathbf { b i n } } ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 335, + 505, + 349 + ], + "score": 1.0, + "content": "(for instance, into 30 evenly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 177, + 360 + ], + "score": 1.0, + "content": "spaced bins from", + "type": "text" + }, + { + "bbox": [ + 177, + 347, + 187, + 357 + ], + "score": 0.31, + "content": "^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 346, + 505, + 360 + ], + "score": 1.0, + "content": "to 1 for the tanh nonlinearity). This binning process is depicted in Fig. 2B. In", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 278, + 370 + ], + "score": 1.0, + "content": "this simple setting, the mutual information", + "type": "text" + }, + { + "bbox": [ + 279, + 358, + 313, + 370 + ], + "score": 0.93, + "content": "I ( T ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 357, + 478, + 370 + ], + "score": 1.0, + "content": "between the binned hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 479, + 358, + 487, + 367 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 357, + 505, + 370 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 369, + 313, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 144, + 381 + ], + "score": 1.0, + "content": "the input", + "type": "text" + }, + { + "bbox": [ + 144, + 369, + 154, + 378 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 369, + 313, + 381 + ], + "score": 1.0, + "content": "can be calculated exactly. In particular,", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 384, + 374, + 449 + ], + "lines": [ + { + "bbox": [ + 236, + 384, + 374, + 449 + ], + "spans": [ + { + "bbox": [ + 236, + 384, + 374, + 449 + ], + "score": 0.94, + "content": "\\begin{array} { l c l } { { { \\cal I } ( T ; X ) } } & { { = } } & { { { \\cal H } ( T ) - { \\cal H } ( T | X ) } } \\\\ { { } } & { { = } } & { { { \\cal H } ( T ) } } \\\\ { { } } & { { = } } & { { - \\displaystyle \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i } } } \\end{array}", + "type": "interline_equation", + "image_path": "cdd26f477326af51295a645420ee626947e9a8e138f5006e24fdda417dbbc27f.jpg" + } + ] + } + ], + "index": 26.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 384, + 374, + 416.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 236, + 416.5, + 374, + 449.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 505, + 509 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 133, + 465 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 453, + 154, + 465 + ], + "score": 0.9, + "content": "H ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 453, + 345, + 465 + ], + "score": 1.0, + "content": "denotes entropy, and we have used the fact that", + "type": "text" + }, + { + "bbox": [ + 345, + 453, + 401, + 465 + ], + "score": 0.92, + "content": "H ( T | X ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 453, + 424, + 465 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 425, + 454, + 433, + 463 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 453, + 505, + 465 + ], + "score": 1.0, + "content": "is a deterministic", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 154, + 478 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 154, + 465, + 164, + 474 + ], + "score": 0.83, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 464, + 258, + 478 + ], + "score": 1.0, + "content": ". Here the probabilities", + "type": "text" + }, + { + "bbox": [ + 259, + 464, + 319, + 477 + ], + "score": 0.92, + "content": "p _ { i } = P ( h \\ge b _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 464, + 338, + 478 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 338, + 465, + 376, + 476 + ], + "score": 0.89, + "content": "h < b _ { i + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 464, + 506, + 478 + ], + "score": 1.0, + "content": ") are simply the probability that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 141, + 488 + ], + "score": 1.0, + "content": "an input", + "type": "text" + }, + { + "bbox": [ + 142, + 476, + 151, + 485 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 475, + 344, + 488 + ], + "score": 1.0, + "content": "produces a hidden unit activity that lands in bin", + "type": "text" + }, + { + "bbox": [ + 345, + 477, + 349, + 485 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 475, + 506, + 488 + ], + "score": 1.0, + "content": ", defined by lower and upper bin limits", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 486, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 107, + 487, + 115, + 497 + ], + "score": 0.86, + "content": "b _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 486, + 133, + 500 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 133, + 487, + 152, + 498 + ], + "score": 0.9, + "content": "b _ { i + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 486, + 487, + 500 + ], + "score": 1.0, + "content": "respectively. This probability can be calculated exactly for monotonic nonlinearities", + "type": "text" + }, + { + "bbox": [ + 488, + 487, + 505, + 499 + ], + "score": 0.87, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 497, + 248, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 234, + 509 + ], + "score": 1.0, + "content": "using the cumulative density of", + "type": "text" + }, + { + "bbox": [ + 234, + 498, + 244, + 507 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 497, + 248, + 509 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30 + }, + { + "type": "interline_equation", + "bbox": [ + 198, + 513, + 411, + 528 + ], + "lines": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "spans": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "score": 0.88, + "content": "p _ { i } = P ( X \\geq f ^ { - 1 } ( b _ { i } ) / w _ { 1 } \\mathrm { a n d } X < f ^ { - 1 } ( b _ { i + 1 } ) / w _ { 1 } ) ,", + "type": "interline_equation", + "image_path": "af66e5c0522c9c7604634cf8f308e61b27609419bed5b8c877a971a4a87b2e43.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 533, + 284, + 545 + ], + "lines": [ + { + "bbox": [ + 106, + 531, + 285, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 531, + 133, + 547 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 532, + 161, + 545 + ], + "score": 0.94, + "content": "f ^ { - 1 } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 531, + 263, + 547 + ], + "score": 1.0, + "content": "is the inverse function of", + "type": "text" + }, + { + "bbox": [ + 264, + 533, + 281, + 546 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 531, + 285, + 547 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34 + }, + { + "type": "text", + "bbox": [ + 106, + 549, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 324, + 563 + ], + "score": 1.0, + "content": "As shown in Fig. 2C-D, as a function of the weight", + "type": "text" + }, + { + "bbox": [ + 325, + 552, + 337, + 561 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 550, + 506, + 563 + ], + "score": 1.0, + "content": ", mutual information with the input first", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "increases and then decreases for the tanh nonlinearity, but always increases for the ReLU nonlinearity.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 223, + 585 + ], + "score": 1.0, + "content": "Intuitively, for small weights", + "type": "text" + }, + { + "bbox": [ + 223, + 573, + 254, + 583 + ], + "score": 0.9, + "content": "w _ { 1 } \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ", neural activities lie near zero on the approximately linear part", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 239, + 595 + ], + "score": 1.0, + "content": "of the tanh function. Therefore", + "type": "text" + }, + { + "bbox": [ + 240, + 583, + 310, + 595 + ], + "score": 0.93, + "content": "f ( w _ { 1 } X ) \\approx w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 583, + 505, + 595 + ], + "score": 1.0, + "content": ", yielding a rescaled Gaussian with information", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 396, + 608 + ], + "score": 1.0, + "content": "that grows with the size of the weights. However for very large weights", + "type": "text" + }, + { + "bbox": [ + 396, + 595, + 434, + 605 + ], + "score": 0.88, + "content": "w _ { 1 } \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 594, + 506, + 608 + ], + "score": 1.0, + "content": ", the tanh hidden", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "unit nearly always saturates, yielding a discrete variable that concentrates in just two bins. This", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "is more or less a coin flip, containing mutual information with the input of approximately 1 bit.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 207, + 640 + ], + "score": 1.0, + "content": "Hence the distribution of", + "type": "text" + }, + { + "bbox": [ + 207, + 627, + 216, + 637 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "collapses to a much lower entropy distribution, yielding compression for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "large weight values. With the ReLU nonlinearity, half of the inputs are negative and land in the bin", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "containing a hidden activity of zero. The other half are Gaussian distributed, and thus have entropy", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 660, + 273, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 273, + 673 + ], + "score": 1.0, + "content": "that increases with the size of the weight.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Hence double-saturating nonlinearities can lead to compression of information about the input, as", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "hidden units enter their saturation regime, due to the binning procedure used to calculate mutual", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 323, + 711 + ], + "score": 1.0, + "content": "information. The crux of the issue is that the actual", + "type": "text" + }, + { + "bbox": [ + 323, + 700, + 356, + 711 + ], + "score": 0.93, + "content": "I ( h ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "is infinite, unless the network itself", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 469, + 721 + ], + "score": 1.0, + "content": "adds noise to the hidden layers. In particular, without added noise, the transformation from", + "type": "text" + }, + { + "bbox": [ + 469, + 711, + 479, + 720 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "to the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 213, + 733 + ], + "score": 1.0, + "content": "continuous hidden activity", + "type": "text" + }, + { + "bbox": [ + 213, + 721, + 219, + 730 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 721, + 393, + 733 + ], + "score": 1.0, + "content": "is deterministic and the mutual information", + "type": "text" + }, + { + "bbox": [ + 393, + 721, + 426, + 732 + ], + "score": 0.93, + "content": "I ( h ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "would generally be", + "type": "text" + } + ], + "index": 50 + } + ], + "index": 48 + } + ], + "page_idx": 3, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 752, + 308, + 759 + ], + "lines": [] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [], + "index": 0.5, + "bbox_fs": [ + 105, + 82, + 505, + 106 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 110, + 505, + 275 + ], + "lines": [ + { + "bbox": [ + 105, + 109, + 505, + 124 + ], + "spans": [ + { + "bbox": [ + 105, + 109, + 469, + 124 + ], + "score": 1.0, + "content": "We then modified the code to train deep networks using rectified linear activation functions", + "type": "text" + }, + { + "bbox": [ + 470, + 110, + 505, + 123 + ], + "score": 0.89, + "content": "( f ( x ) =", + "type": "inline_equation" + } + ], + "index": 2 + }, + { + "bbox": [ + 107, + 121, + 506, + 134 + ], + "spans": [ + { + "bbox": [ + 107, + 121, + 151, + 133 + ], + "score": 0.88, + "content": "\\operatorname* { m a x } ( 0 , x ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 122, + 407, + 134 + ], + "score": 1.0, + "content": ". While the activities of tanh networks are bounded in the range", + "type": "text" + }, + { + "bbox": [ + 408, + 121, + 436, + 133 + ], + "score": 0.9, + "content": "[ - 1 , 1 ]", + "type": "inline_equation" + }, + { + "bbox": [ + 436, + 122, + 506, + 134 + ], + "score": 1.0, + "content": ", ReLU networks", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 133, + 505, + 144 + ], + "spans": [ + { + "bbox": [ + 106, + 133, + 505, + 144 + ], + "score": 1.0, + "content": "have potentially unbounded positive activities. To calculate mutual information, we first trained the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 142, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 142, + 505, + 156 + ], + "score": 1.0, + "content": "ReLU networks, next identified their largest activity value over the course of training, and finally", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "spans": [ + { + "bbox": [ + 106, + 154, + 505, + 167 + ], + "score": 1.0, + "content": "chose 100 evenly spaced bins between the minimum and maximum activity values to discretize", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "the hidden layer activity. The resulting information plane dynamics are shown in Fig. 1B. The", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 506, + 190 + ], + "score": 1.0, + "content": "mutual information with the input monotonically increases in all ReLU layers, with no apparent", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 506, + 200 + ], + "score": 1.0, + "content": "compression phase. To see whether our results were an artifact of the small network size, toy dataset,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 198, + 506, + 211 + ], + "spans": [ + { + "bbox": [ + 104, + 198, + 506, + 211 + ], + "score": 1.0, + "content": "or simple binning-based mutual information estimator we employed, we also trained larger networks", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 222 + ], + "score": 1.0, + "content": "on the MNIST dataset and computed mutual information using a state-of-the-art nonparametric", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 221, + 505, + 232 + ], + "score": 1.0, + "content": "kernel density estimator which assumes hidden activity is distributed as a mixture of Gaussians", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "spans": [ + { + "bbox": [ + 106, + 231, + 505, + 244 + ], + "score": 1.0, + "content": "(see Appendix B for details). Fig. C-D show that, again, tanh networks compressed but ReLU", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 106, + 243, + 505, + 254 + ], + "score": 1.0, + "content": "networks did not. Appendix B shows that similar results also obtain with the popular nonparametric", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 253, + 505, + 264 + ], + "spans": [ + { + "bbox": [ + 106, + 253, + 113, + 263 + ], + "score": 0.26, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 253, + 505, + 264 + ], + "score": 1.0, + "content": "-nearest-neighbor estimator of Kraskov et al. (2004), and for other neural nonlinearities. Thus, the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 106, + 264, + 436, + 276 + ], + "spans": [ + { + "bbox": [ + 106, + 264, + 436, + 276 + ], + "score": 1.0, + "content": "choice of nonlinearity substantively affects the dynamics in the information plane.", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 9, + "bbox_fs": [ + 104, + 109, + 506, + 276 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 280, + 505, + 380 + ], + "lines": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "spans": [ + { + "bbox": [ + 105, + 280, + 505, + 294 + ], + "score": 1.0, + "content": "To understand the impact of neural nonlinearity on the mutual information dynamics, we develop", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "spans": [ + { + "bbox": [ + 105, + 291, + 506, + 304 + ], + "score": 1.0, + "content": "a minimal model that exhibits this phenomenon. In particular, consider the simple three neuron", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 303, + 505, + 315 + ], + "spans": [ + { + "bbox": [ + 105, + 303, + 409, + 315 + ], + "score": 1.0, + "content": "network shown in Fig. 2A. We assume a scalar Gaussian input distribution", + "type": "text" + }, + { + "bbox": [ + 410, + 303, + 464, + 315 + ], + "score": 0.91, + "content": "X \\sim \\mathcal { N } ( 0 , 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 303, + 505, + 315 + ], + "score": 1.0, + "content": ", which is", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 313, + 506, + 327 + ], + "spans": [ + { + "bbox": [ + 105, + 313, + 266, + 327 + ], + "score": 1.0, + "content": "fed through the scalar first layer weight", + "type": "text" + }, + { + "bbox": [ + 266, + 315, + 279, + 325 + ], + "score": 0.87, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 313, + 448, + 327 + ], + "score": 1.0, + "content": ", and passed through a neural nonlinearity", + "type": "text" + }, + { + "bbox": [ + 448, + 315, + 466, + 326 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 466, + 313, + 506, + 327 + ], + "score": 1.0, + "content": ", yielding", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 325, + 506, + 338 + ], + "spans": [ + { + "bbox": [ + 106, + 325, + 199, + 338 + ], + "score": 1.0, + "content": "the hidden unit activity", + "type": "text" + }, + { + "bbox": [ + 199, + 325, + 253, + 337 + ], + "score": 0.93, + "content": "h = f ( w _ { 1 } X )", + "type": "inline_equation" + }, + { + "bbox": [ + 254, + 325, + 506, + 338 + ], + "score": 1.0, + "content": ". To calculate the mutual information with the input, this hidden", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 335, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 335, + 345, + 349 + ], + "score": 1.0, + "content": "unit activity is then binned yielding the new discrete variable", + "type": "text" + }, + { + "bbox": [ + 345, + 336, + 393, + 348 + ], + "score": 0.92, + "content": "T = \\dot { \\mathbf { b i n } } ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 335, + 505, + 349 + ], + "score": 1.0, + "content": "(for instance, into 30 evenly", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 177, + 360 + ], + "score": 1.0, + "content": "spaced bins from", + "type": "text" + }, + { + "bbox": [ + 177, + 347, + 187, + 357 + ], + "score": 0.31, + "content": "^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 188, + 346, + 505, + 360 + ], + "score": 1.0, + "content": "to 1 for the tanh nonlinearity). This binning process is depicted in Fig. 2B. In", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 357, + 505, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 357, + 278, + 370 + ], + "score": 1.0, + "content": "this simple setting, the mutual information", + "type": "text" + }, + { + "bbox": [ + 279, + 358, + 313, + 370 + ], + "score": 0.93, + "content": "I ( T ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 357, + 478, + 370 + ], + "score": 1.0, + "content": "between the binned hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 479, + 358, + 487, + 367 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 357, + 505, + 370 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 369, + 313, + 381 + ], + "spans": [ + { + "bbox": [ + 106, + 369, + 144, + 381 + ], + "score": 1.0, + "content": "the input", + "type": "text" + }, + { + "bbox": [ + 144, + 369, + 154, + 378 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 155, + 369, + 313, + 381 + ], + "score": 1.0, + "content": "can be calculated exactly. In particular,", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 280, + 506, + 381 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 384, + 374, + 449 + ], + "lines": [ + { + "bbox": [ + 236, + 384, + 374, + 449 + ], + "spans": [ + { + "bbox": [ + 236, + 384, + 374, + 449 + ], + "score": 0.94, + "content": "\\begin{array} { l c l } { { { \\cal I } ( T ; X ) } } & { { = } } & { { { \\cal H } ( T ) - { \\cal H } ( T | X ) } } \\\\ { { } } & { { = } } & { { { \\cal H } ( T ) } } \\\\ { { } } & { { = } } & { { - \\displaystyle \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i } } } \\end{array}", + "type": "interline_equation", + "image_path": "cdd26f477326af51295a645420ee626947e9a8e138f5006e24fdda417dbbc27f.jpg" + } + ] + } + ], + "index": 26.5, + "virtual_lines": [ + { + "bbox": [ + 236, + 384, + 374, + 416.5 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 236, + 416.5, + 374, + 449.0 + ], + "spans": [], + "index": 27 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 453, + 505, + 509 + ], + "lines": [ + { + "bbox": [ + 106, + 453, + 505, + 465 + ], + "spans": [ + { + "bbox": [ + 106, + 453, + 133, + 465 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 453, + 154, + 465 + ], + "score": 0.9, + "content": "H ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 453, + 345, + 465 + ], + "score": 1.0, + "content": "denotes entropy, and we have used the fact that", + "type": "text" + }, + { + "bbox": [ + 345, + 453, + 401, + 465 + ], + "score": 0.92, + "content": "H ( T | X ) = 0", + "type": "inline_equation" + }, + { + "bbox": [ + 401, + 453, + 424, + 465 + ], + "score": 1.0, + "content": "since", + "type": "text" + }, + { + "bbox": [ + 425, + 454, + 433, + 463 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 453, + 505, + 465 + ], + "score": 1.0, + "content": "is a deterministic", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 464, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 464, + 154, + 478 + ], + "score": 1.0, + "content": "function of", + "type": "text" + }, + { + "bbox": [ + 154, + 465, + 164, + 474 + ], + "score": 0.83, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 164, + 464, + 258, + 478 + ], + "score": 1.0, + "content": ". Here the probabilities", + "type": "text" + }, + { + "bbox": [ + 259, + 464, + 319, + 477 + ], + "score": 0.92, + "content": "p _ { i } = P ( h \\ge b _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 320, + 464, + 338, + 478 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 338, + 465, + 376, + 476 + ], + "score": 0.89, + "content": "h < b _ { i + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 464, + 506, + 478 + ], + "score": 1.0, + "content": ") are simply the probability that", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 475, + 506, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 141, + 488 + ], + "score": 1.0, + "content": "an input", + "type": "text" + }, + { + "bbox": [ + 142, + 476, + 151, + 485 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 475, + 344, + 488 + ], + "score": 1.0, + "content": "produces a hidden unit activity that lands in bin", + "type": "text" + }, + { + "bbox": [ + 345, + 477, + 349, + 485 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 475, + 506, + 488 + ], + "score": 1.0, + "content": ", defined by lower and upper bin limits", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 107, + 486, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 107, + 487, + 115, + 497 + ], + "score": 0.86, + "content": "b _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 486, + 133, + 500 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 133, + 487, + 152, + 498 + ], + "score": 0.9, + "content": "b _ { i + 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 486, + 487, + 500 + ], + "score": 1.0, + "content": "respectively. This probability can be calculated exactly for monotonic nonlinearities", + "type": "text" + }, + { + "bbox": [ + 488, + 487, + 505, + 499 + ], + "score": 0.87, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 497, + 248, + 509 + ], + "spans": [ + { + "bbox": [ + 105, + 497, + 234, + 509 + ], + "score": 1.0, + "content": "using the cumulative density of", + "type": "text" + }, + { + "bbox": [ + 234, + 498, + 244, + 507 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 244, + 497, + 248, + 509 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 30, + "bbox_fs": [ + 105, + 453, + 506, + 509 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 198, + 513, + 411, + 528 + ], + "lines": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "spans": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "score": 0.88, + "content": "p _ { i } = P ( X \\geq f ^ { - 1 } ( b _ { i } ) / w _ { 1 } \\mathrm { a n d } X < f ^ { - 1 } ( b _ { i + 1 } ) / w _ { 1 } ) ,", + "type": "interline_equation", + "image_path": "af66e5c0522c9c7604634cf8f308e61b27609419bed5b8c877a971a4a87b2e43.jpg" + } + ] + } + ], + "index": 33, + "virtual_lines": [ + { + "bbox": [ + 198, + 513, + 411, + 528 + ], + "spans": [], + "index": 33 + } + ] + }, + { + "type": "text", + "bbox": [ + 108, + 533, + 284, + 545 + ], + "lines": [ + { + "bbox": [ + 106, + 531, + 285, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 531, + 133, + 547 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 532, + 161, + 545 + ], + "score": 0.94, + "content": "f ^ { - 1 } ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 162, + 531, + 263, + 547 + ], + "score": 1.0, + "content": "is the inverse function of", + "type": "text" + }, + { + "bbox": [ + 264, + 533, + 281, + 546 + ], + "score": 0.91, + "content": "f ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 281, + 531, + 285, + 547 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 34, + "bbox_fs": [ + 106, + 531, + 285, + 547 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 549, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 106, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 324, + 563 + ], + "score": 1.0, + "content": "As shown in Fig. 2C-D, as a function of the weight", + "type": "text" + }, + { + "bbox": [ + 325, + 552, + 337, + 561 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 338, + 550, + 506, + 563 + ], + "score": 1.0, + "content": ", mutual information with the input first", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 561, + 506, + 574 + ], + "score": 1.0, + "content": "increases and then decreases for the tanh nonlinearity, but always increases for the ReLU nonlinearity.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 223, + 585 + ], + "score": 1.0, + "content": "Intuitively, for small weights", + "type": "text" + }, + { + "bbox": [ + 223, + 573, + 254, + 583 + ], + "score": 0.9, + "content": "w _ { 1 } \\approx 0", + "type": "inline_equation" + }, + { + "bbox": [ + 255, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ", neural activities lie near zero on the approximately linear part", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 239, + 595 + ], + "score": 1.0, + "content": "of the tanh function. Therefore", + "type": "text" + }, + { + "bbox": [ + 240, + 583, + 310, + 595 + ], + "score": 0.93, + "content": "f ( w _ { 1 } X ) \\approx w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 310, + 583, + 505, + 595 + ], + "score": 1.0, + "content": ", yielding a rescaled Gaussian with information", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 594, + 506, + 608 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 396, + 608 + ], + "score": 1.0, + "content": "that grows with the size of the weights. However for very large weights", + "type": "text" + }, + { + "bbox": [ + 396, + 595, + 434, + 605 + ], + "score": 0.88, + "content": "w _ { 1 } \\to \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 434, + 594, + 506, + 608 + ], + "score": 1.0, + "content": ", the tanh hidden", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "unit nearly always saturates, yielding a discrete variable that concentrates in just two bins. This", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 506, + 629 + ], + "score": 1.0, + "content": "is more or less a coin flip, containing mutual information with the input of approximately 1 bit.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 626, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 207, + 640 + ], + "score": 1.0, + "content": "Hence the distribution of", + "type": "text" + }, + { + "bbox": [ + 207, + 627, + 216, + 637 + ], + "score": 0.81, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 626, + 505, + 640 + ], + "score": 1.0, + "content": "collapses to a much lower entropy distribution, yielding compression for", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 650 + ], + "score": 1.0, + "content": "large weight values. With the ReLU nonlinearity, half of the inputs are negative and land in the bin", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "containing a hidden activity of zero. The other half are Gaussian distributed, and thus have entropy", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 660, + 273, + 673 + ], + "spans": [ + { + "bbox": [ + 106, + 660, + 273, + 673 + ], + "score": 1.0, + "content": "that increases with the size of the weight.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 40, + "bbox_fs": [ + 104, + 550, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Hence double-saturating nonlinearities can lead to compression of information about the input, as", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "hidden units enter their saturation regime, due to the binning procedure used to calculate mutual", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 323, + 711 + ], + "score": 1.0, + "content": "information. The crux of the issue is that the actual", + "type": "text" + }, + { + "bbox": [ + 323, + 700, + 356, + 711 + ], + "score": 0.93, + "content": "I ( h ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 356, + 698, + 506, + 711 + ], + "score": 1.0, + "content": "is infinite, unless the network itself", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 709, + 505, + 721 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 469, + 721 + ], + "score": 1.0, + "content": "adds noise to the hidden layers. In particular, without added noise, the transformation from", + "type": "text" + }, + { + "bbox": [ + 469, + 711, + 479, + 720 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 709, + 505, + 721 + ], + "score": 1.0, + "content": "to the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 721, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 213, + 733 + ], + "score": 1.0, + "content": "continuous hidden activity", + "type": "text" + }, + { + "bbox": [ + 213, + 721, + 219, + 730 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 721, + 393, + 733 + ], + "score": 1.0, + "content": "is deterministic and the mutual information", + "type": "text" + }, + { + "bbox": [ + 393, + 721, + 426, + 732 + ], + "score": 0.93, + "content": "I ( h ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 426, + 721, + 505, + 733 + ], + "score": 1.0, + "content": "would generally be", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 444, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 460 + ], + "score": 1.0, + "content": "infinite (see Appendix C for extended discussion). Networks that include noise in their processing", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 294, + 470 + ], + "score": 1.0, + "content": "(e.g., Kolchinsky et al. (2017)) can have finite", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 294, + 457, + 329, + 469 + ], + "score": 0.93, + "content": "I ( T ; X )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 329, + 456, + 506, + 470 + ], + "score": 1.0, + "content": ". Otherwise, to obtain a finite MI, one must", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "compute mutual information as though there were binning or added noise in the activations. But", + "type": "text", + "cross_page": true + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "this binning/noise is not actually a part of the operation of the network, and is therefore somewhat", + "type": "text", + "cross_page": true + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "arbitrary (different binning schemes can result in different mutual information with the input, as", + "type": "text", + "cross_page": true + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 501, + 242, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 242, + 514 + ], + "score": 1.0, + "content": "shown in Fig. 14 of Appendix C).", + "type": "text", + "cross_page": true + } + ], + "index": 19 + } + ], + "index": 48, + "bbox_fs": [ + 105, + 676, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 170, + 81, + 440, + 266 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 170, + 81, + 440, + 266 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 170, + 81, + 440, + 266 + ], + "spans": [ + { + "bbox": [ + 170, + 81, + 440, + 266 + ], + "score": 0.975, + "type": "image", + "image_path": "b7f23d4571d8a39c6d37d9f1a3d373f749c5196988ea773d81a640c8c050f81d.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 170, + 81, + 440, + 142.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 170, + 142.66666666666666, + 440, + 204.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 170, + 204.33333333333331, + 440, + 266.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 281, + 505, + 403 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 282, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 506, + 294 + ], + "score": 1.0, + "content": "Figure 2: Nonlinear compression in a minimal model. (A) A three neuron nonlinear network which", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 293, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 211, + 307 + ], + "score": 1.0, + "content": "receives Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 211, + 295, + 218, + 304 + ], + "score": 0.7, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 293, + 311, + 307 + ], + "score": 1.0, + "content": ", multiplies by weight", + "type": "text" + }, + { + "bbox": [ + 311, + 295, + 324, + 304 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 293, + 487, + 307 + ], + "score": 1.0, + "content": ", and maps through neural nonlinearity", + "type": "text" + }, + { + "bbox": [ + 487, + 293, + 505, + 306 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 234, + 317 + ], + "score": 1.0, + "content": "to produce hidden unit activity", + "type": "text" + }, + { + "bbox": [ + 235, + 305, + 241, + 315 + ], + "score": 0.72, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 304, + 361, + 317 + ], + "score": 1.0, + "content": ". (B) The continuous activity", + "type": "text" + }, + { + "bbox": [ + 362, + 305, + 369, + 315 + ], + "score": 0.78, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "is binned into a discrete variable", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 314, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 115, + 325 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 314, + 506, + 329 + ], + "score": 1.0, + "content": "for the purpose of calculating mutual information. Blue: continuous tanh nonlinear activation", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 361, + 338 + ], + "score": 1.0, + "content": "function. Grey: Bin borders for 30 bins evenly spaced between", + "type": "text" + }, + { + "bbox": [ + 362, + 327, + 372, + 336 + ], + "score": 0.34, + "content": "^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "and 1. Because of the saturation", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "score": 1.0, + "content": "in the sigmoid, a wide range of large magnitude net input values map to the same bin. (C) Mutual", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 336, + 361 + ], + "score": 1.0, + "content": "information with the input as a function of weight size", + "type": "text" + }, + { + "bbox": [ + 337, + 350, + 350, + 359 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 348, + 505, + 361 + ], + "score": 1.0, + "content": "for a tanh nonlinearity. Information", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 187, + 372 + ], + "score": 1.0, + "content": "increases for small", + "type": "text" + }, + { + "bbox": [ + 187, + 360, + 200, + 370 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 359, + 321, + 372 + ], + "score": 1.0, + "content": "and then decreases for large", + "type": "text" + }, + { + "bbox": [ + 322, + 361, + 334, + 370 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 359, + 505, + 372 + ], + "score": 1.0, + "content": "as all inputs land in one of the two bins", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "corresponding to the saturation regions. (D) Mutual information with the input for the ReLU", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "nonlinearity increases without bound. Half of all inputs land in the bin corresponding to zero activity,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 391, + 415, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 415, + 405 + ], + "score": 1.0, + "content": "while the other half have information that scales with the size of the weights.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 8 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 511 + ], + "lines": [ + { + "bbox": [ + 105, + 444, + 505, + 460 + ], + "spans": [ + { + "bbox": [ + 105, + 444, + 505, + 460 + ], + "score": 1.0, + "content": "infinite (see Appendix C for extended discussion). Networks that include noise in their processing", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 456, + 506, + 470 + ], + "spans": [ + { + "bbox": [ + 105, + 456, + 294, + 470 + ], + "score": 1.0, + "content": "(e.g., Kolchinsky et al. (2017)) can have finite", + "type": "text" + }, + { + "bbox": [ + 294, + 457, + 329, + 469 + ], + "score": 0.93, + "content": "I ( T ; X )", + "type": "inline_equation" + }, + { + "bbox": [ + 329, + 456, + 506, + 470 + ], + "score": 1.0, + "content": ". Otherwise, to obtain a finite MI, one must", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 506, + 480 + ], + "score": 1.0, + "content": "compute mutual information as though there were binning or added noise in the activations. But", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 506, + 491 + ], + "score": 1.0, + "content": "this binning/noise is not actually a part of the operation of the network, and is therefore somewhat", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "spans": [ + { + "bbox": [ + 106, + 489, + 506, + 502 + ], + "score": 1.0, + "content": "arbitrary (different binning schemes can result in different mutual information with the input, as", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 501, + 242, + 514 + ], + "spans": [ + { + "bbox": [ + 106, + 501, + 242, + 514 + ], + "score": 1.0, + "content": "shown in Fig. 14 of Appendix C).", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 16.5 + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 506, + 530 + ], + "score": 1.0, + "content": "We note that the binning procedure can be viewed as implicitly adding noise to the hidden layer", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 188, + 540 + ], + "score": 1.0, + "content": "activity: a range of", + "type": "text" + }, + { + "bbox": [ + 188, + 529, + 198, + 538 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 528, + 443, + 540 + ], + "score": 1.0, + "content": "values map to a single bin, such that the mapping between", + "type": "text" + }, + { + "bbox": [ + 443, + 529, + 453, + 538 + ], + "score": 0.81, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 528, + 472, + 540 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 473, + 529, + 481, + 538 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "is no", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "score": 1.0, + "content": "longer perfectly invertible (Laughlin, 1981). The binning procedure is therefore crucial to obtaining", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "a finite MI value, and corresponds approximately to a model where noise enters the system after", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 179, + 574 + ], + "score": 1.0, + "content": "the calculation of", + "type": "text" + }, + { + "bbox": [ + 180, + 562, + 186, + 571 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 561, + 219, + 574 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 220, + 561, + 264, + 572 + ], + "score": 0.92, + "content": "T = h + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 561, + 294, + 574 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 295, + 563, + 301, + 571 + ], + "score": 0.7, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 561, + 479, + 574 + ], + "score": 1.0, + "content": "is noise of fixed variance independent from", + "type": "text" + }, + { + "bbox": [ + 479, + 562, + 487, + 572 + ], + "score": 0.78, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 107, + 573, + 117, + 582 + ], + "score": 0.79, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ". This approach is common in information theoretic analyses of deterministic systems, and can", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 584, + 506, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 506, + 594 + ], + "score": 1.0, + "content": "serve as a measure of the complexity of a system’s representation (see Sec 2.4 of Shwartz-Ziv &", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "Tishby (2017)). However, neither binning nor noise is present in the networks that Shwartz-Ziv &", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "Tishby (2017) considered, nor the ones in Fig. 2, either during training or testing. It therefore remains", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "score": 1.0, + "content": "unclear whether robustness of a representation to this sort of noise in fact influences generalization", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 628, + 262, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 262, + 640 + ], + "score": 1.0, + "content": "performance in deep learning systems.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "score": 1.0, + "content": "Furthermore, the addition of noise means that different architectures may no longer be compared in a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "common currency of mutual information: the binning/noise structure is arbitrary, and architectures", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "that implement an identical input-output map can nevertheless have different robustness to noise added", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "in their internal representation. For instance, Appendix C describes a family of linear networks that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "compute exactly the same input-output map and therefore generalize identically, but yield different", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "mutual information with respect to the input. Finally, we note that approaches which view the weights", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "obtained from the training process as the random variables of interest may sidestep this issue (Achille", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 721, + 175, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 175, + 732 + ], + "score": 1.0, + "content": "& Soatto, 2017).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5 + } + ], + "page_idx": 4, + "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 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": "image", + "bbox": [ + 170, + 81, + 440, + 266 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 170, + 81, + 440, + 266 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 170, + 81, + 440, + 266 + ], + "spans": [ + { + "bbox": [ + 170, + 81, + 440, + 266 + ], + "score": 0.975, + "type": "image", + "image_path": "b7f23d4571d8a39c6d37d9f1a3d373f749c5196988ea773d81a640c8c050f81d.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 170, + 81, + 440, + 142.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 170, + 142.66666666666666, + 440, + 204.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 170, + 204.33333333333331, + 440, + 266.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 281, + 505, + 403 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 282, + 506, + 294 + ], + "spans": [ + { + "bbox": [ + 106, + 282, + 506, + 294 + ], + "score": 1.0, + "content": "Figure 2: Nonlinear compression in a minimal model. (A) A three neuron nonlinear network which", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 293, + 505, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 293, + 211, + 307 + ], + "score": 1.0, + "content": "receives Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 211, + 295, + 218, + 304 + ], + "score": 0.7, + "content": "x", + "type": "inline_equation" + }, + { + "bbox": [ + 218, + 293, + 311, + 307 + ], + "score": 1.0, + "content": ", multiplies by weight", + "type": "text" + }, + { + "bbox": [ + 311, + 295, + 324, + 304 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 324, + 293, + 487, + 307 + ], + "score": 1.0, + "content": ", and maps through neural nonlinearity", + "type": "text" + }, + { + "bbox": [ + 487, + 293, + 505, + 306 + ], + "score": 0.9, + "content": "f ( \\cdot )", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 304, + 506, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 304, + 234, + 317 + ], + "score": 1.0, + "content": "to produce hidden unit activity", + "type": "text" + }, + { + "bbox": [ + 235, + 305, + 241, + 315 + ], + "score": 0.72, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 304, + 361, + 317 + ], + "score": 1.0, + "content": ". (B) The continuous activity", + "type": "text" + }, + { + "bbox": [ + 362, + 305, + 369, + 315 + ], + "score": 0.78, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 369, + 304, + 506, + 317 + ], + "score": 1.0, + "content": "is binned into a discrete variable", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 314, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 316, + 115, + 325 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 314, + 506, + 329 + ], + "score": 1.0, + "content": "for the purpose of calculating mutual information. Blue: continuous tanh nonlinear activation", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 325, + 505, + 338 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 361, + 338 + ], + "score": 1.0, + "content": "function. Grey: Bin borders for 30 bins evenly spaced between", + "type": "text" + }, + { + "bbox": [ + 362, + 327, + 372, + 336 + ], + "score": 0.34, + "content": "^ { - 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 372, + 325, + 505, + 338 + ], + "score": 1.0, + "content": "and 1. Because of the saturation", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 506, + 351 + ], + "score": 1.0, + "content": "in the sigmoid, a wide range of large magnitude net input values map to the same bin. (C) Mutual", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 348, + 505, + 361 + ], + "spans": [ + { + "bbox": [ + 106, + 348, + 336, + 361 + ], + "score": 1.0, + "content": "information with the input as a function of weight size", + "type": "text" + }, + { + "bbox": [ + 337, + 350, + 350, + 359 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 348, + 505, + 361 + ], + "score": 1.0, + "content": "for a tanh nonlinearity. Information", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 359, + 505, + 372 + ], + "spans": [ + { + "bbox": [ + 106, + 359, + 187, + 372 + ], + "score": 1.0, + "content": "increases for small", + "type": "text" + }, + { + "bbox": [ + 187, + 360, + 200, + 370 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 359, + 321, + 372 + ], + "score": 1.0, + "content": "and then decreases for large", + "type": "text" + }, + { + "bbox": [ + 322, + 361, + 334, + 370 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 335, + 359, + 505, + 372 + ], + "score": 1.0, + "content": "as all inputs land in one of the two bins", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 505, + 383 + ], + "score": 1.0, + "content": "corresponding to the saturation regions. (D) Mutual information with the input for the ReLU", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 380, + 506, + 394 + ], + "spans": [ + { + "bbox": [ + 105, + 380, + 506, + 394 + ], + "score": 1.0, + "content": "nonlinearity increases without bound. Half of all inputs land in the bin corresponding to zero activity,", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 391, + 415, + 405 + ], + "spans": [ + { + "bbox": [ + 105, + 391, + 415, + 405 + ], + "score": 1.0, + "content": "while the other half have information that scales with the size of the weights.", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 8 + } + ], + "index": 4.5 + }, + { + "type": "text", + "bbox": [ + 106, + 445, + 505, + 511 + ], + "lines": [], + "index": 16.5, + "bbox_fs": [ + 105, + 444, + 506, + 514 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 517, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 106, + 518, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 106, + 518, + 506, + 530 + ], + "score": 1.0, + "content": "We note that the binning procedure can be viewed as implicitly adding noise to the hidden layer", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 528, + 505, + 540 + ], + "spans": [ + { + "bbox": [ + 106, + 528, + 188, + 540 + ], + "score": 1.0, + "content": "activity: a range of", + "type": "text" + }, + { + "bbox": [ + 188, + 529, + 198, + 538 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 528, + 443, + 540 + ], + "score": 1.0, + "content": "values map to a single bin, such that the mapping between", + "type": "text" + }, + { + "bbox": [ + 443, + 529, + 453, + 538 + ], + "score": 0.81, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 528, + 472, + 540 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 473, + 529, + 481, + 538 + ], + "score": 0.79, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 528, + 505, + 540 + ], + "score": 1.0, + "content": "is no", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "spans": [ + { + "bbox": [ + 105, + 538, + 506, + 553 + ], + "score": 1.0, + "content": "longer perfectly invertible (Laughlin, 1981). The binning procedure is therefore crucial to obtaining", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 506, + 563 + ], + "score": 1.0, + "content": "a finite MI value, and corresponds approximately to a model where noise enters the system after", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 561, + 505, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 179, + 574 + ], + "score": 1.0, + "content": "the calculation of", + "type": "text" + }, + { + "bbox": [ + 180, + 562, + 186, + 571 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 187, + 561, + 219, + 574 + ], + "score": 1.0, + "content": ", that is,", + "type": "text" + }, + { + "bbox": [ + 220, + 561, + 264, + 572 + ], + "score": 0.92, + "content": "T = h + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 264, + 561, + 294, + 574 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 295, + 563, + 301, + 571 + ], + "score": 0.7, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 561, + 479, + 574 + ], + "score": 1.0, + "content": "is noise of fixed variance independent from", + "type": "text" + }, + { + "bbox": [ + 479, + 562, + 487, + 572 + ], + "score": 0.78, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 561, + 505, + 574 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 107, + 573, + 117, + 582 + ], + "score": 0.79, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 117, + 572, + 506, + 585 + ], + "score": 1.0, + "content": ". This approach is common in information theoretic analyses of deterministic systems, and can", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 584, + 506, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 584, + 506, + 594 + ], + "score": 1.0, + "content": "serve as a measure of the complexity of a system’s representation (see Sec 2.4 of Shwartz-Ziv &", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 607 + ], + "score": 1.0, + "content": "Tishby (2017)). However, neither binning nor noise is present in the networks that Shwartz-Ziv &", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 604, + 506, + 618 + ], + "spans": [ + { + "bbox": [ + 104, + 604, + 506, + 618 + ], + "score": 1.0, + "content": "Tishby (2017) considered, nor the ones in Fig. 2, either during training or testing. It therefore remains", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "score": 1.0, + "content": "unclear whether robustness of a representation to this sort of noise in fact influences generalization", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 628, + 262, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 628, + 262, + 640 + ], + "score": 1.0, + "content": "performance in deep learning systems.", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 25, + "bbox_fs": [ + 104, + 518, + 506, + 640 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 656 + ], + "score": 1.0, + "content": "Furthermore, the addition of noise means that different architectures may no longer be compared in a", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "common currency of mutual information: the binning/noise structure is arbitrary, and architectures", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "that implement an identical input-output map can nevertheless have different robustness to noise added", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "in their internal representation. For instance, Appendix C describes a family of linear networks that", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "compute exactly the same input-output map and therefore generalize identically, but yield different", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 505, + 712 + ], + "score": 1.0, + "content": "mutual information with respect to the input. Finally, we note that approaches which view the weights", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "obtained from the training process as the random variables of interest may sidestep this issue (Achille", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 721, + 175, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 175, + 732 + ], + "score": 1.0, + "content": "& Soatto, 2017).", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 34.5, + "bbox_fs": [ + 105, + 643, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 167, + 80, + 444, + 265 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 80, + 444, + 265 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 80, + 444, + 264 + ], + "spans": [ + { + "bbox": [ + 167, + 80, + 444, + 264 + ], + "score": 0.975, + "type": "image", + "image_path": "b90f7481a85a83f3aa2ebfdd7fb9a3e639595486fdd68886cf2cb42a1f704c6f.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 80, + 444, + 141.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 141.66666666666666, + 444, + 203.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 203.33333333333331, + 444, + 265.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 278, + 505, + 334 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 279, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 290 + ], + "score": 1.0, + "content": "Figure 3: Generalization and information plane dynamics in deep linear networks. (A) A linear", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 365, + 303 + ], + "score": 1.0, + "content": "teacher network generates a dataset by passing Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 366, + 290, + 376, + 299 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 289, + 505, + 303 + ], + "score": 1.0, + "content": "through its weights and adding", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "noise. (B) A deep linear student network is trained on the dataset (here the network has 1 hidden", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "score": 1.0, + "content": "layer to allow comparison with Fig. 4A, see Supplementary Figure 18 for a deeper network). (C)", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 505, + 335 + ], + "score": 1.0, + "content": "Training and testing error over time. (D) Information plane dynamics. No compression is observed.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "Hence when a tanh network is initialized with small weights and over the course of training comes to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 353, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 505, + 364 + ], + "score": 1.0, + "content": "saturate its nonlinear units (as it must to compute most functions of practical interest, see discussion", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 364, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 504, + 376 + ], + "score": 1.0, + "content": "in Appendix D), it will enter a compression period where mutual information decreases. Figures", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 373, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 388 + ], + "score": 1.0, + "content": "16-17 of Appendix E show histograms of neural activity over the course of training, demonstrating", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "that activities in the tanh network enter the saturation regime during training. This nonlinearity-based", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "score": 1.0, + "content": "compression furnishes another explanation for the observation that training slows down as tanh", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "networks enter their compression phase (Shwartz-Ziv & Tishby, 2017): some fraction of inputs have", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 419, + 385, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 385, + 431 + ], + "score": 1.0, + "content": "saturated the nonlinearities, reducing backpropagated error gradients.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11.5 + }, + { + "type": "title", + "bbox": [ + 108, + 446, + 447, + 459 + ], + "lines": [ + { + "bbox": [ + 104, + 445, + 449, + 461 + ], + "spans": [ + { + "bbox": [ + 104, + 445, + 449, + 461 + ], + "score": 1.0, + "content": "3 INFORMATION PLANE DYNAMICS IN DEEP LINEAR NETWORKS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 506, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 506, + 486 + ], + "score": 1.0, + "content": "The preceding section investigates the role of nonlinearity in the observed compression behavior,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "tracing the source to double-saturating nonlinearities and the binning methodology used to calculate", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "score": 1.0, + "content": "mutual information. However, other mechanisms could lead to compression as well. Even without", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "nonlinearity, neurons could converge to highly correlated activations, or project out irrelevant direc-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "tions of the input. These phenomena are not possible to observe in our simple three neuron minimal", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "model, as they require multiple inputs and hidden layer activities. To search for these mechanisms,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "score": 1.0, + "content": "we turn to a tractable model system: deep linear neural networks (Baldi & Hornik (1989); Fukumizu", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 550, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 561 + ], + "score": 1.0, + "content": "(1998); Saxe et al. (2014)). In particular, we exploit recent results on the generalization dynamics", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 559, + 507, + 573 + ], + "spans": [ + { + "bbox": [ + 104, + 559, + 507, + 573 + ], + "score": 1.0, + "content": "in simple linear networks trained in a student-teacher setup (Seung et al., 1992; Advani & Saxe,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 570, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 584 + ], + "score": 1.0, + "content": "2017). In a student-teacher setting, one “student” neural network learns to approximate the output", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 580, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 505, + 596 + ], + "score": 1.0, + "content": "of another “teacher” neural network. This setting is a way of generating a dataset with interesting", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 593, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 604 + ], + "score": 1.0, + "content": "structure that nevertheless allows exact calculation of the generalization performance of the network,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "score": 1.0, + "content": "exact calculation of the mutual information of the representation (without any binning procedure),", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 615, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 506, + 627 + ], + "score": 1.0, + "content": "and, though we do not do so here, direct comparison to the IB bound which is already known for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 626, + 302, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 302, + 638 + ], + "score": 1.0, + "content": "linear Gaussian problems (Chechik et al., 2005).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 24 + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 505, + 655 + ], + "score": 1.0, + "content": "We consider a scenario where a linear teacher neural network generates input and output examples", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 653, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 506, + 667 + ], + "score": 1.0, + "content": "which are then fed to a deep linear student network to learn (Fig. 3A). Following the formulation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 378, + 679 + ], + "score": 1.0, + "content": "of (Advani & Saxe, 2017), we assume multivariate Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 378, + 664, + 454, + 677 + ], + "score": 0.94, + "content": "\\begin{array} { r } { X \\sim \\mathcal { N } ( 0 , \\frac { 1 } { N _ { i } } \\overline { { I } } _ { N _ { i } } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "and a scalar", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 135, + 690 + ], + "score": 1.0, + "content": "output", + "type": "text" + }, + { + "bbox": [ + 136, + 677, + 145, + 687 + ], + "score": 0.67, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 676, + 403, + 690 + ], + "score": 1.0, + "content": ". The output is generated by the teacher network according to", + "type": "text" + }, + { + "bbox": [ + 404, + 677, + 473, + 688 + ], + "score": 0.91, + "content": "Y = \\dot { W } _ { 0 } X + \\epsilon _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 676, + 506, + 690 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 168, + 700 + ], + "score": 0.93, + "content": "\\epsilon _ { o } \\stackrel { - } { \\sim } \\mathcal { N } ( 0 , \\sigma _ { o } ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "represents aspects of the target function which cannot be represented by a neural", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "network (that is, the approximation error or bias in statistical learning theory), and the teacher weights", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 107, + 710, + 122, + 721 + ], + "score": 0.87, + "content": "W _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 708, + 247, + 723 + ], + "score": 1.0, + "content": "are drawn independently from", + "type": "text" + }, + { + "bbox": [ + 248, + 710, + 287, + 721 + ], + "score": 0.88, + "content": "{ \\mathcal N } ( 0 , \\sigma _ { w } ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 708, + 506, + 723 + ], + "score": 1.0, + "content": ". Here, the weights of the teacher define the rule to be", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 718, + 507, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 718, + 238, + 735 + ], + "score": 1.0, + "content": "learned. The signal to noise ratio", + "type": "text" + }, + { + "bbox": [ + 239, + 721, + 300, + 732 + ], + "score": 0.91, + "content": "\\mathrm { S N R } = \\sigma _ { w } ^ { 2 } / \\sigma _ { o } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 718, + 507, + 735 + ], + "score": 1.0, + "content": "determines the strength of the rule linking inputs to", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5 + } + ], + "page_idx": 5, + "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 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": "6", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 167, + 80, + 444, + 265 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 80, + 444, + 265 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 80, + 444, + 264 + ], + "spans": [ + { + "bbox": [ + 167, + 80, + 444, + 264 + ], + "score": 0.975, + "type": "image", + "image_path": "b90f7481a85a83f3aa2ebfdd7fb9a3e639595486fdd68886cf2cb42a1f704c6f.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 80, + 444, + 141.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 141.66666666666666, + 444, + 203.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 203.33333333333331, + 444, + 265.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 278, + 505, + 334 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 279, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 106, + 279, + 506, + 290 + ], + "score": 1.0, + "content": "Figure 3: Generalization and information plane dynamics in deep linear networks. (A) A linear", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 289, + 505, + 303 + ], + "spans": [ + { + "bbox": [ + 105, + 289, + 365, + 303 + ], + "score": 1.0, + "content": "teacher network generates a dataset by passing Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 366, + 290, + 376, + 299 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 289, + 505, + 303 + ], + "score": 1.0, + "content": "through its weights and adding", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "spans": [ + { + "bbox": [ + 105, + 300, + 506, + 313 + ], + "score": 1.0, + "content": "noise. (B) A deep linear student network is trained on the dataset (here the network has 1 hidden", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "spans": [ + { + "bbox": [ + 105, + 311, + 506, + 324 + ], + "score": 1.0, + "content": "layer to allow comparison with Fig. 4A, see Supplementary Figure 18 for a deeper network). (C)", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 322, + 505, + 335 + ], + "spans": [ + { + "bbox": [ + 105, + 322, + 505, + 335 + ], + "score": 1.0, + "content": "Training and testing error over time. (D) Information plane dynamics. No compression is observed.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 341, + 505, + 430 + ], + "lines": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 342, + 505, + 354 + ], + "score": 1.0, + "content": "Hence when a tanh network is initialized with small weights and over the course of training comes to", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 353, + 505, + 364 + ], + "spans": [ + { + "bbox": [ + 106, + 353, + 505, + 364 + ], + "score": 1.0, + "content": "saturate its nonlinear units (as it must to compute most functions of practical interest, see discussion", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 364, + 504, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 364, + 504, + 376 + ], + "score": 1.0, + "content": "in Appendix D), it will enter a compression period where mutual information decreases. Figures", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 373, + 505, + 388 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 388 + ], + "score": 1.0, + "content": "16-17 of Appendix E show histograms of neural activity over the course of training, demonstrating", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "spans": [ + { + "bbox": [ + 105, + 385, + 506, + 399 + ], + "score": 1.0, + "content": "that activities in the tanh network enter the saturation regime during training. This nonlinearity-based", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "spans": [ + { + "bbox": [ + 105, + 397, + 505, + 409 + ], + "score": 1.0, + "content": "compression furnishes another explanation for the observation that training slows down as tanh", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 505, + 420 + ], + "score": 1.0, + "content": "networks enter their compression phase (Shwartz-Ziv & Tishby, 2017): some fraction of inputs have", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 419, + 385, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 385, + 431 + ], + "score": 1.0, + "content": "saturated the nonlinearities, reducing backpropagated error gradients.", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 11.5, + "bbox_fs": [ + 105, + 342, + 506, + 431 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 446, + 447, + 459 + ], + "lines": [ + { + "bbox": [ + 104, + 445, + 449, + 461 + ], + "spans": [ + { + "bbox": [ + 104, + 445, + 449, + 461 + ], + "score": 1.0, + "content": "3 INFORMATION PLANE DYNAMICS IN DEEP LINEAR NETWORKS", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 16 + }, + { + "type": "text", + "bbox": [ + 107, + 472, + 506, + 637 + ], + "lines": [ + { + "bbox": [ + 105, + 471, + 506, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 506, + 486 + ], + "score": 1.0, + "content": "The preceding section investigates the role of nonlinearity in the observed compression behavior,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 483, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 483, + 505, + 496 + ], + "score": 1.0, + "content": "tracing the source to double-saturating nonlinearities and the binning methodology used to calculate", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "spans": [ + { + "bbox": [ + 106, + 494, + 506, + 506 + ], + "score": 1.0, + "content": "mutual information. However, other mechanisms could lead to compression as well. Even without", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 518 + ], + "score": 1.0, + "content": "nonlinearity, neurons could converge to highly correlated activations, or project out irrelevant direc-", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 528 + ], + "score": 1.0, + "content": "tions of the input. These phenomena are not possible to observe in our simple three neuron minimal", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 540 + ], + "score": 1.0, + "content": "model, as they require multiple inputs and hidden layer activities. To search for these mechanisms,", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "score": 1.0, + "content": "we turn to a tractable model system: deep linear neural networks (Baldi & Hornik (1989); Fukumizu", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 550, + 505, + 561 + ], + "spans": [ + { + "bbox": [ + 106, + 550, + 505, + 561 + ], + "score": 1.0, + "content": "(1998); Saxe et al. (2014)). In particular, we exploit recent results on the generalization dynamics", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 104, + 559, + 507, + 573 + ], + "spans": [ + { + "bbox": [ + 104, + 559, + 507, + 573 + ], + "score": 1.0, + "content": "in simple linear networks trained in a student-teacher setup (Seung et al., 1992; Advani & Saxe,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 570, + 506, + 584 + ], + "spans": [ + { + "bbox": [ + 105, + 570, + 506, + 584 + ], + "score": 1.0, + "content": "2017). In a student-teacher setting, one “student” neural network learns to approximate the output", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 580, + 505, + 596 + ], + "spans": [ + { + "bbox": [ + 105, + 580, + 505, + 596 + ], + "score": 1.0, + "content": "of another “teacher” neural network. This setting is a way of generating a dataset with interesting", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 593, + 505, + 604 + ], + "spans": [ + { + "bbox": [ + 106, + 593, + 505, + 604 + ], + "score": 1.0, + "content": "structure that nevertheless allows exact calculation of the generalization performance of the network,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 506, + 617 + ], + "score": 1.0, + "content": "exact calculation of the mutual information of the representation (without any binning procedure),", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 615, + 506, + 627 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 506, + 627 + ], + "score": 1.0, + "content": "and, though we do not do so here, direct comparison to the IB bound which is already known for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 626, + 302, + 638 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 302, + 638 + ], + "score": 1.0, + "content": "linear Gaussian problems (Chechik et al., 2005).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 24, + "bbox_fs": [ + 104, + 471, + 507, + 638 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 642, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 505, + 655 + ], + "score": 1.0, + "content": "We consider a scenario where a linear teacher neural network generates input and output examples", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 653, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 506, + 667 + ], + "score": 1.0, + "content": "which are then fed to a deep linear student network to learn (Fig. 3A). Following the formulation", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 664, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 105, + 664, + 378, + 679 + ], + "score": 1.0, + "content": "of (Advani & Saxe, 2017), we assume multivariate Gaussian inputs", + "type": "text" + }, + { + "bbox": [ + 378, + 664, + 454, + 677 + ], + "score": 0.94, + "content": "\\begin{array} { r } { X \\sim \\mathcal { N } ( 0 , \\frac { 1 } { N _ { i } } \\overline { { I } } _ { N _ { i } } ) } \\end{array}", + "type": "inline_equation" + }, + { + "bbox": [ + 455, + 664, + 506, + 679 + ], + "score": 1.0, + "content": "and a scalar", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 105, + 676, + 135, + 690 + ], + "score": 1.0, + "content": "output", + "type": "text" + }, + { + "bbox": [ + 136, + 677, + 145, + 687 + ], + "score": 0.67, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 145, + 676, + 403, + 690 + ], + "score": 1.0, + "content": ". The output is generated by the teacher network according to", + "type": "text" + }, + { + "bbox": [ + 404, + 677, + 473, + 688 + ], + "score": 0.91, + "content": "Y = \\dot { W } _ { 0 } X + \\epsilon _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 473, + 676, + 506, + 690 + ], + "score": 1.0, + "content": ", where", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 107, + 687, + 168, + 700 + ], + "score": 0.93, + "content": "\\epsilon _ { o } \\stackrel { - } { \\sim } \\mathcal { N } ( 0 , \\sigma _ { o } ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 169, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "represents aspects of the target function which cannot be represented by a neural", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "network (that is, the approximation error or bias in statistical learning theory), and the teacher weights", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 107, + 708, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 107, + 710, + 122, + 721 + ], + "score": 0.87, + "content": "W _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 122, + 708, + 247, + 723 + ], + "score": 1.0, + "content": "are drawn independently from", + "type": "text" + }, + { + "bbox": [ + 248, + 710, + 287, + 721 + ], + "score": 0.88, + "content": "{ \\mathcal N } ( 0 , \\sigma _ { w } ^ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 288, + 708, + 506, + 723 + ], + "score": 1.0, + "content": ". Here, the weights of the teacher define the rule to be", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 104, + 718, + 507, + 735 + ], + "spans": [ + { + "bbox": [ + 104, + 718, + 238, + 735 + ], + "score": 1.0, + "content": "learned. The signal to noise ratio", + "type": "text" + }, + { + "bbox": [ + 239, + 721, + 300, + 732 + ], + "score": 0.91, + "content": "\\mathrm { S N R } = \\sigma _ { w } ^ { 2 } / \\sigma _ { o } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 300, + 718, + 507, + 735 + ], + "score": 1.0, + "content": "determines the strength of the rule linking inputs to", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "outputs relative to the inevitable approximation error. We emphasize that the “noise” added to the", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "teacher’s output is fundamentally different from the noise added for the purpose of calculating mutual", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 159, + 117 + ], + "score": 1.0, + "content": "information:", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 160, + 106, + 170, + 115 + ], + "score": 0.85, + "content": "\\epsilon _ { o }", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 170, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "models the approximation error for the task–even the best possible neural network", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "may still make errors because the target function is not representable exactly as a neural network–and", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 456, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 456, + 138 + ], + "score": 1.0, + "content": "is part of the construction of the dataset, not part of the analysis of the student network.", + "type": "text", + "cross_page": true + } + ], + "index": 4 + } + ], + "index": 35.5, + "bbox_fs": [ + 104, + 642, + 507, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "outputs relative to the inevitable approximation error. We emphasize that the “noise” added to the", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 106, + 94, + 505, + 106 + ], + "score": 1.0, + "content": "teacher’s output is fundamentally different from the noise added for the purpose of calculating mutual", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 159, + 117 + ], + "score": 1.0, + "content": "information:", + "type": "text" + }, + { + "bbox": [ + 160, + 106, + 170, + 115 + ], + "score": 0.85, + "content": "\\epsilon _ { o }", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "models the approximation error for the task–even the best possible neural network", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 127 + ], + "score": 1.0, + "content": "may still make errors because the target function is not representable exactly as a neural network–and", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 127, + 456, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 127, + 456, + 138 + ], + "score": 1.0, + "content": "is part of the construction of the dataset, not part of the analysis of the student network.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 2 + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 276, + 155 + ], + "score": 1.0, + "content": "To train the student network, a dataset of", + "type": "text" + }, + { + "bbox": [ + 276, + 144, + 285, + 153 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "examples is generated using the teacher. The student", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 166 + ], + "score": 1.0, + "content": "network is then trained to minimize the mean squared error between its output and the target output", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "using standard (batch or stochastic) gradient descent on this dataset. Here the student is a deep", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "linear neural network consisting of potentially many layers, but where the the activation function", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 210, + 201 + ], + "score": 1.0, + "content": "of each neuron is simply", + "type": "text" + }, + { + "bbox": [ + 211, + 187, + 252, + 199 + ], + "score": 0.93, + "content": "f ( u ) = u", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 187, + 324, + 201 + ], + "score": 1.0, + "content": ". That is, a depth", + "type": "text" + }, + { + "bbox": [ + 324, + 187, + 334, + 198 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "deep linear network computes the output", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 225, + 212 + ], + "score": 0.92, + "content": "\\hat { Y } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 198, + 505, + 214 + ], + "score": 1.0, + "content": ". While linear activation functions stop the network from computing", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "complex nonlinear functions of the input, deep linear networks nevertheless show complicated", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "nonlinear learning trajectories (Saxe et al., 2014), the optimization problem remains nonconvex (Baldi", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "score": 1.0, + "content": "& Hornik, 1989), and the generalization dynamics can exhibit substantial overtraining (Fukumizu,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 244, + 225, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 225, + 255 + ], + "score": 1.0, + "content": "1998; Advani & Saxe, 2017).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 9.5 + }, + { + "type": "text", + "bbox": [ + 106, + 260, + 504, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 260, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 260, + 505, + 274 + ], + "score": 1.0, + "content": "Importantly, because of the simplified setting considered here, the true generalization error is easily", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 271, + 157, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 157, + 283 + ], + "score": 1.0, + "content": "shown to be", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5 + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 280, + 372, + 296 + ], + "lines": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "spans": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "score": 0.93, + "content": "E _ { g } ( t ) = | | W _ { o } - W _ { t o t } ( t ) | | _ { F } ^ { 2 } + \\sigma _ { o } ^ { 2 }", + "type": "interline_equation", + "image_path": "321c56854718da12e7f1927283f3e5bb80e2ef3af1ea37f630feb0175fb7ef5f.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 298, + 505, + 321 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 507, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 134, + 311 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 298, + 166, + 309 + ], + "score": 0.92, + "content": "W _ { t o t } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 296, + 466, + 311 + ], + "score": 1.0, + "content": "is the overall linear map implemented by the network at training epoch", + "type": "text" + }, + { + "bbox": [ + 466, + 299, + 471, + 308 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 296, + 507, + 311 + ], + "score": 1.0, + "content": "(that is,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 234, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 230, + 321 + ], + "score": 0.87, + "content": "W _ { t o t } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 309, + 234, + 322 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 425 + ], + "lines": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "score": 1.0, + "content": "Furthermore, the mutual information with the input and output may be calculated exactly, because", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 382, + 349 + ], + "score": 1.0, + "content": "the distribution of the activity of any hidden layer is Gaussian. Let", + "type": "text" + }, + { + "bbox": [ + 383, + 337, + 391, + 347 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "be the activity of a specific", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 347, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 192, + 360 + ], + "score": 1.0, + "content": "hidden layer, and let", + "type": "text" + }, + { + "bbox": [ + 192, + 347, + 204, + 358 + ], + "score": 0.85, + "content": "\\bar { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 347, + 472, + 360 + ], + "score": 1.0, + "content": "be the linear map from the input to this activity (that is, for layer", + "type": "text" + }, + { + "bbox": [ + 473, + 348, + 477, + 358 + ], + "score": 0.56, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 347, + 480, + 360 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 481, + 347, + 505, + 358 + ], + "score": 0.83, + "content": "\\bar { W } =", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 107, + 359, + 165, + 370 + ], + "score": 0.9, + "content": "W _ { l } \\cdots W _ { 2 } W _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 358, + 196, + 371 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 196, + 358, + 238, + 369 + ], + "score": 0.91, + "content": "T = { \\bar { W } } X", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 358, + 350, + 371 + ], + "score": 1.0, + "content": ", the mutual information of", + "type": "text" + }, + { + "bbox": [ + 351, + 359, + 361, + 369 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 358, + 379, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 379, + 359, + 388, + 369 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "calculated using differential", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 370, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 506, + 382 + ], + "score": 1.0, + "content": "entropy is infinite. For the purpose of calculating the mutual information, therefore, we assume that", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 379, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 321, + 393 + ], + "score": 1.0, + "content": "Gaussian noise is added to the hidden layer activity,", + "type": "text" + }, + { + "bbox": [ + 322, + 380, + 393, + 392 + ], + "score": 0.92, + "content": "T = \\bar { W } X + \\epsilon _ { M I }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 379, + 506, + 393 + ], + "score": 1.0, + "content": ", with mean 0 and variance", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 390, + 507, + 407 + ], + "spans": [ + { + "bbox": [ + 107, + 391, + 153, + 404 + ], + "score": 0.92, + "content": "\\sigma _ { M I } ^ { 2 } = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 390, + 507, + 407 + ], + "score": 1.0, + "content": ". This allows the analysis to apply to networks of any size, including overcomplete layers,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 401, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 416 + ], + "score": 1.0, + "content": "but as before we emphasize that we do not add this noise either during training or testing. With these", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 413, + 334, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 160, + 426 + ], + "score": 1.0, + "content": "assumptions,", + "type": "text" + }, + { + "bbox": [ + 161, + 414, + 169, + 423 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 413, + 187, + 426 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 187, + 414, + 198, + 423 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 413, + 334, + 426 + ], + "score": 1.0, + "content": "are jointly Gaussian and we have", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 430, + 408, + 445 + ], + "lines": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "spans": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "score": 0.9, + "content": "I ( T ; X ) = \\log \\lvert \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert - \\log \\lvert \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert", + "type": "interline_equation", + "image_path": "986b2b1744c46424503da00a715308fcc981ab1a8272cebe74c3deedeb7eb198.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 132, + 463 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 451, + 142, + 462 + ], + "score": 0.84, + "content": "\\left| \\cdot \\right|", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 449, + 474, + 463 + ], + "score": 1.0, + "content": "denotes the determinant of a matrix. Finally the mutual information with the output", + "type": "text" + }, + { + "bbox": [ + 474, + 451, + 483, + 460 + ], + "score": 0.82, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 449, + 505, + 463 + ], + "score": 1.0, + "content": ", also", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 461, + 436, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 436, + 474 + ], + "score": 1.0, + "content": "jointly Gaussian, can be calculated similarly (see Eqns. (22)-(25) of Appendix G).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "Fig. 3 shows example training and test dynamics over the course of learning in panel C, and the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "information plane dynamics in panel D. Here the network has an input layer of 100 units, 1 hidden", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "layer of 100 units each and one output unit. The network was trained with batch gradient descent on a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "dataset of 100 examples drawn from the teacher with signal to noise ratio of 1.0. The linear network", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "behaves qualitatively like the ReLU network, and does not exhibit compression. Nevertheless, it", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "learns a map that generalizes well on this task and shows minimal overtraining. Hence, in the setting", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 545, + 481, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 481, + 558 + ], + "score": 1.0, + "content": "we study here, generalization performance can be acceptable without any compression phase.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "The results in (Advani & Saxe (2017)) show that, for the case of linear networks, overtraining is", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "worst when the number of inputs matches the number of training samples, and is reduced by making", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "the number of samples smaller or larger. Fig. 4 shows learning dynamics with the number of samples", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 595, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 505, + 606 + ], + "score": 1.0, + "content": "matched to the size of the network. Here overfitting is substantial, and again no compression is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "score": 1.0, + "content": "seen in the information plane. Comparing to the result in Fig. 3D, both networks exhibit similar", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "information dynamics with respect to the input (no compression), but yield different generalization", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 628, + 162, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 162, + 639 + ], + "score": 1.0, + "content": "performance.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "Hence, in this linear analysis of a generic setting, there do not appear to be additional mechanisms that", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 656, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 505, + 667 + ], + "score": 1.0, + "content": "cause compression over the course of learning; and generalization behavior can be widely different", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 667, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 677 + ], + "score": 1.0, + "content": "for networks with the same dynamics of information compression regarding the input. We note that,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "in the setting considered here, all input dimensions have the same variance, and the weights of the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "teacher are drawn independently. Because of this, there are no special directions in the input, and", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "each subspace of the input contains as much information as any other. It is possible that, in real", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "world tasks, higher variance inputs are also the most likely to be relevant to the task (here, have large", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 387, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 387, + 733 + ], + "score": 1.0, + "content": "weights in the teacher). We have not investigated this possibility here.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 49.5 + } + ], + "page_idx": 6, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 302, + 751, + 308, + 759 + ], + "lines": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "spans": [ + { + "bbox": [ + 302, + 750, + 309, + 762 + ], + "score": 1.0, + "content": "7", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 138 + ], + "lines": [], + "index": 2, + "bbox_fs": [ + 105, + 82, + 505, + 138 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 143, + 505, + 255 + ], + "lines": [ + { + "bbox": [ + 106, + 142, + 505, + 155 + ], + "spans": [ + { + "bbox": [ + 106, + 142, + 276, + 155 + ], + "score": 1.0, + "content": "To train the student network, a dataset of", + "type": "text" + }, + { + "bbox": [ + 276, + 144, + 285, + 153 + ], + "score": 0.81, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 286, + 142, + 505, + 155 + ], + "score": 1.0, + "content": "examples is generated using the teacher. The student", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 505, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 505, + 166 + ], + "score": 1.0, + "content": "network is then trained to minimize the mean squared error between its output and the target output", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 165, + 505, + 178 + ], + "score": 1.0, + "content": "using standard (batch or stochastic) gradient descent on this dataset. Here the student is a deep", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "spans": [ + { + "bbox": [ + 105, + 176, + 506, + 189 + ], + "score": 1.0, + "content": "linear neural network consisting of potentially many layers, but where the the activation function", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 187, + 506, + 201 + ], + "spans": [ + { + "bbox": [ + 105, + 187, + 210, + 201 + ], + "score": 1.0, + "content": "of each neuron is simply", + "type": "text" + }, + { + "bbox": [ + 211, + 187, + 252, + 199 + ], + "score": 0.93, + "content": "f ( u ) = u", + "type": "inline_equation" + }, + { + "bbox": [ + 252, + 187, + 324, + 201 + ], + "score": 1.0, + "content": ". That is, a depth", + "type": "text" + }, + { + "bbox": [ + 324, + 187, + 334, + 198 + ], + "score": 0.76, + "content": "D", + "type": "inline_equation" + }, + { + "bbox": [ + 334, + 187, + 506, + 201 + ], + "score": 1.0, + "content": "deep linear network computes the output", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 198, + 505, + 214 + ], + "spans": [ + { + "bbox": [ + 106, + 199, + 225, + 212 + ], + "score": 0.92, + "content": "\\hat { Y } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 226, + 198, + 505, + 214 + ], + "score": 1.0, + "content": ". While linear activation functions stop the network from computing", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 211, + 505, + 224 + ], + "spans": [ + { + "bbox": [ + 106, + 211, + 505, + 224 + ], + "score": 1.0, + "content": "complex nonlinear functions of the input, deep linear networks nevertheless show complicated", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 106, + 222, + 505, + 234 + ], + "score": 1.0, + "content": "nonlinear learning trajectories (Saxe et al., 2014), the optimization problem remains nonconvex (Baldi", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "spans": [ + { + "bbox": [ + 105, + 232, + 506, + 246 + ], + "score": 1.0, + "content": "& Hornik, 1989), and the generalization dynamics can exhibit substantial overtraining (Fukumizu,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 244, + 225, + 255 + ], + "spans": [ + { + "bbox": [ + 106, + 244, + 225, + 255 + ], + "score": 1.0, + "content": "1998; Advani & Saxe, 2017).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 9.5, + "bbox_fs": [ + 105, + 142, + 506, + 255 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 260, + 504, + 282 + ], + "lines": [ + { + "bbox": [ + 106, + 260, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 260, + 505, + 274 + ], + "score": 1.0, + "content": "Importantly, because of the simplified setting considered here, the true generalization error is easily", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 271, + 157, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 271, + 157, + 283 + ], + "score": 1.0, + "content": "shown to be", + "type": "text" + } + ], + "index": 16 + } + ], + "index": 15.5, + "bbox_fs": [ + 105, + 260, + 505, + 283 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 239, + 280, + 372, + 296 + ], + "lines": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "spans": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "score": 0.93, + "content": "E _ { g } ( t ) = | | W _ { o } - W _ { t o t } ( t ) | | _ { F } ^ { 2 } + \\sigma _ { o } ^ { 2 }", + "type": "interline_equation", + "image_path": "321c56854718da12e7f1927283f3e5bb80e2ef3af1ea37f630feb0175fb7ef5f.jpg" + } + ] + } + ], + "index": 17, + "virtual_lines": [ + { + "bbox": [ + 239, + 280, + 372, + 296 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 298, + 505, + 321 + ], + "lines": [ + { + "bbox": [ + 105, + 296, + 507, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 296, + 134, + 311 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 134, + 298, + 166, + 309 + ], + "score": 0.92, + "content": "W _ { t o t } ( t )", + "type": "inline_equation" + }, + { + "bbox": [ + 167, + 296, + 466, + 311 + ], + "score": 1.0, + "content": "is the overall linear map implemented by the network at training epoch", + "type": "text" + }, + { + "bbox": [ + 466, + 299, + 471, + 308 + ], + "score": 0.77, + "content": "t", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 296, + 507, + 311 + ], + "score": 1.0, + "content": "(that is,", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 309, + 234, + 322 + ], + "spans": [ + { + "bbox": [ + 106, + 309, + 230, + 321 + ], + "score": 0.87, + "content": "W _ { t o t } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 230, + 309, + 234, + 322 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 296, + 507, + 322 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 325, + 505, + 425 + ], + "lines": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 506, + 339 + ], + "score": 1.0, + "content": "Furthermore, the mutual information with the input and output may be calculated exactly, because", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 336, + 505, + 349 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 382, + 349 + ], + "score": 1.0, + "content": "the distribution of the activity of any hidden layer is Gaussian. Let", + "type": "text" + }, + { + "bbox": [ + 383, + 337, + 391, + 347 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 391, + 336, + 505, + 349 + ], + "score": 1.0, + "content": "be the activity of a specific", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 347, + 505, + 360 + ], + "spans": [ + { + "bbox": [ + 105, + 347, + 192, + 360 + ], + "score": 1.0, + "content": "hidden layer, and let", + "type": "text" + }, + { + "bbox": [ + 192, + 347, + 204, + 358 + ], + "score": 0.85, + "content": "\\bar { W }", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 347, + 472, + 360 + ], + "score": 1.0, + "content": "be the linear map from the input to this activity (that is, for layer", + "type": "text" + }, + { + "bbox": [ + 473, + 348, + 477, + 358 + ], + "score": 0.56, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 347, + 480, + 360 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 481, + 347, + 505, + 358 + ], + "score": 0.83, + "content": "\\bar { W } =", + "type": "inline_equation" + } + ], + "index": 22 + }, + { + "bbox": [ + 107, + 358, + 505, + 371 + ], + "spans": [ + { + "bbox": [ + 107, + 359, + 165, + 370 + ], + "score": 0.9, + "content": "W _ { l } \\cdots W _ { 2 } W _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 166, + 358, + 196, + 371 + ], + "score": 1.0, + "content": ". Since", + "type": "text" + }, + { + "bbox": [ + 196, + 358, + 238, + 369 + ], + "score": 0.91, + "content": "T = { \\bar { W } } X", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 358, + 350, + 371 + ], + "score": 1.0, + "content": ", the mutual information of", + "type": "text" + }, + { + "bbox": [ + 351, + 359, + 361, + 369 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 361, + 358, + 379, + 371 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 379, + 359, + 388, + 369 + ], + "score": 0.82, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 388, + 358, + 505, + 371 + ], + "score": 1.0, + "content": "calculated using differential", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 370, + 506, + 382 + ], + "spans": [ + { + "bbox": [ + 106, + 370, + 506, + 382 + ], + "score": 1.0, + "content": "entropy is infinite. For the purpose of calculating the mutual information, therefore, we assume that", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 379, + 506, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 321, + 393 + ], + "score": 1.0, + "content": "Gaussian noise is added to the hidden layer activity,", + "type": "text" + }, + { + "bbox": [ + 322, + 380, + 393, + 392 + ], + "score": 0.92, + "content": "T = \\bar { W } X + \\epsilon _ { M I }", + "type": "inline_equation" + }, + { + "bbox": [ + 393, + 379, + 506, + 393 + ], + "score": 1.0, + "content": ", with mean 0 and variance", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 107, + 390, + 507, + 407 + ], + "spans": [ + { + "bbox": [ + 107, + 391, + 153, + 404 + ], + "score": 0.92, + "content": "\\sigma _ { M I } ^ { 2 } = 1 . 0", + "type": "inline_equation" + }, + { + "bbox": [ + 153, + 390, + 507, + 407 + ], + "score": 1.0, + "content": ". This allows the analysis to apply to networks of any size, including overcomplete layers,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 401, + 505, + 416 + ], + "spans": [ + { + "bbox": [ + 105, + 401, + 505, + 416 + ], + "score": 1.0, + "content": "but as before we emphasize that we do not add this noise either during training or testing. With these", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 413, + 334, + 426 + ], + "spans": [ + { + "bbox": [ + 106, + 413, + 160, + 426 + ], + "score": 1.0, + "content": "assumptions,", + "type": "text" + }, + { + "bbox": [ + 161, + 414, + 169, + 423 + ], + "score": 0.84, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 170, + 413, + 187, + 426 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 187, + 414, + 198, + 423 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 198, + 413, + 334, + 426 + ], + "score": 1.0, + "content": "are jointly Gaussian and we have", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 325, + 507, + 426 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 203, + 430, + 408, + 445 + ], + "lines": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "spans": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "score": 0.9, + "content": "I ( T ; X ) = \\log \\lvert \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert - \\log \\lvert \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert", + "type": "interline_equation", + "image_path": "986b2b1744c46424503da00a715308fcc981ab1a8272cebe74c3deedeb7eb198.jpg" + } + ] + } + ], + "index": 29, + "virtual_lines": [ + { + "bbox": [ + 203, + 430, + 408, + 445 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 504, + 473 + ], + "lines": [ + { + "bbox": [ + 105, + 449, + 505, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 132, + 463 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 451, + 142, + 462 + ], + "score": 0.84, + "content": "\\left| \\cdot \\right|", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 449, + 474, + 463 + ], + "score": 1.0, + "content": "denotes the determinant of a matrix. Finally the mutual information with the output", + "type": "text" + }, + { + "bbox": [ + 474, + 451, + 483, + 460 + ], + "score": 0.82, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 449, + 505, + 463 + ], + "score": 1.0, + "content": ", also", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 461, + 436, + 474 + ], + "spans": [ + { + "bbox": [ + 104, + 461, + 436, + 474 + ], + "score": 1.0, + "content": "jointly Gaussian, can be calculated similarly (see Eqns. (22)-(25) of Appendix G).", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 104, + 449, + 505, + 474 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 478, + 505, + 556 + ], + "lines": [ + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 106, + 478, + 505, + 491 + ], + "score": 1.0, + "content": "Fig. 3 shows example training and test dynamics over the course of learning in panel C, and the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "information plane dynamics in panel D. Here the network has an input layer of 100 units, 1 hidden", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 513 + ], + "score": 1.0, + "content": "layer of 100 units each and one output unit. The network was trained with batch gradient descent on a", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 511, + 506, + 524 + ], + "score": 1.0, + "content": "dataset of 100 examples drawn from the teacher with signal to noise ratio of 1.0. The linear network", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "spans": [ + { + "bbox": [ + 106, + 522, + 506, + 535 + ], + "score": 1.0, + "content": "behaves qualitatively like the ReLU network, and does not exhibit compression. Nevertheless, it", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "spans": [ + { + "bbox": [ + 105, + 532, + 506, + 547 + ], + "score": 1.0, + "content": "learns a map that generalizes well on this task and shows minimal overtraining. Hence, in the setting", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 545, + 481, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 545, + 481, + 558 + ], + "score": 1.0, + "content": "we study here, generalization performance can be acceptable without any compression phase.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35, + "bbox_fs": [ + 105, + 478, + 506, + 558 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 560, + 505, + 638 + ], + "lines": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 574 + ], + "score": 1.0, + "content": "The results in (Advani & Saxe (2017)) show that, for the case of linear networks, overtraining is", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 505, + 585 + ], + "score": 1.0, + "content": "worst when the number of inputs matches the number of training samples, and is reduced by making", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "the number of samples smaller or larger. Fig. 4 shows learning dynamics with the number of samples", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 106, + 595, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 595, + 505, + 606 + ], + "score": 1.0, + "content": "matched to the size of the network. Here overfitting is substantial, and again no compression is", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 605, + 505, + 617 + ], + "score": 1.0, + "content": "seen in the information plane. Comparing to the result in Fig. 3D, both networks exhibit similar", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "information dynamics with respect to the input (no compression), but yield different generalization", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 628, + 162, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 162, + 639 + ], + "score": 1.0, + "content": "performance.", + "type": "text" + } + ], + "index": 45 + } + ], + "index": 42, + "bbox_fs": [ + 105, + 560, + 506, + 639 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "spans": [ + { + "bbox": [ + 105, + 644, + 506, + 656 + ], + "score": 1.0, + "content": "Hence, in this linear analysis of a generic setting, there do not appear to be additional mechanisms that", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 656, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 656, + 505, + 667 + ], + "score": 1.0, + "content": "cause compression over the course of learning; and generalization behavior can be widely different", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 667, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 106, + 667, + 505, + 677 + ], + "score": 1.0, + "content": "for networks with the same dynamics of information compression regarding the input. We note that,", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 105, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "in the setting considered here, all input dimensions have the same variance, and the weights of the", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 105, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "teacher are drawn independently. Because of this, there are no special directions in the input, and", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "each subspace of the input contains as much information as any other. It is possible that, in real", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "world tasks, higher variance inputs are also the most likely to be relevant to the task (here, have large", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 105, + 720, + 387, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 387, + 733 + ], + "score": 1.0, + "content": "weights in the teacher). We have not investigated this possibility here.", + "type": "text" + } + ], + "index": 53 + } + ], + "index": 49.5, + "bbox_fs": [ + 105, + 644, + 506, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 167, + 80, + 447, + 271 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 80, + 447, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 80, + 447, + 271 + ], + "spans": [ + { + "bbox": [ + 167, + 80, + 447, + 271 + ], + "score": 0.976, + "type": "image", + "image_path": "22b7932d2a586116824d010622a5076fd367f6f9658cd0958fd6f2a3a8c1187a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 80, + 447, + 143.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 143.66666666666666, + 447, + 207.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 207.33333333333331, + 447, + 271.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 285, + 506, + 351 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 297 + ], + "score": 1.0, + "content": "Figure 4: Overtraining and information plane dynamics. (A) Average training and test mean square", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 295, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 483, + 308 + ], + "score": 1.0, + "content": "error for a deep linear network trained with SGD. Overtraining is substantial. Other parameters:", + "type": "text" + }, + { + "bbox": [ + 483, + 296, + 505, + 307 + ], + "score": 0.89, + "content": "N _ { i } =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 307, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 125, + 319 + ], + "score": 1.0, + "content": "100,", + "type": "text" + }, + { + "bbox": [ + 126, + 307, + 159, + 317 + ], + "score": 0.85, + "content": "\\mathrm { P } = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 307, + 262, + 319 + ], + "score": 1.0, + "content": ", Number of hidden units", + "type": "text" + }, + { + "bbox": [ + 262, + 307, + 288, + 317 + ], + "score": 0.84, + "content": "= 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 307, + 336, + 319 + ], + "score": 1.0, + "content": ", Batch size", + "type": "text" + }, + { + "bbox": [ + 336, + 307, + 352, + 317 + ], + "score": 0.79, + "content": "= 5", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 307, + 506, + 319 + ], + "score": 1.0, + "content": "(B) Information plane dynamics. No", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "compression is observed, and information about the labels is lost during overtraining. (C) Average", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 329, + 507, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 198, + 341 + ], + "score": 1.0, + "content": "train and test accuracy", + "type": "text" + }, + { + "bbox": [ + 199, + 329, + 208, + 339 + ], + "score": 0.69, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 329, + 470, + 341 + ], + "score": 1.0, + "content": "correct) for nonlinear tanh networks exhibiting modest overfitting", + "type": "text" + }, + { + "bbox": [ + 471, + 329, + 501, + 339 + ], + "score": 0.86, + "content": "N = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 329, + 507, + 341 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 339, + 443, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 443, + 352 + ], + "score": 1.0, + "content": "(D) Information plane dynamics. Overfitting occurs despite continued compression.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "image", + "bbox": [ + 110, + 361, + 504, + 449 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 361, + 504, + 449 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 110, + 361, + 504, + 449 + ], + "spans": [ + { + "bbox": [ + 110, + 361, + 504, + 449 + ], + "score": 0.965, + "type": "image", + "image_path": "6fb26702a9042ab8cf86aa3fd585a3fceb5522ab227a6c80568e9d5d17d27d7b.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 110, + 361, + 504, + 390.3333333333333 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 110, + 390.3333333333333, + 504, + 419.66666666666663 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 110, + 419.66666666666663, + 504, + 448.99999999999994 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 465, + 505, + 499 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "Figure 5: Stochastic training and the information plane. (A) tanh network trained with SGD. (B) tanh", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "score": 1.0, + "content": "network trained with BGD. (C) ReLU network trained with SGD. (D) ReLU network trained with", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "score": 1.0, + "content": "BGD. Both random and non-random training procedures show similar information plane dynamics.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 505, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "To see whether similar behavior arises in nonlinear networks, we trained tanh networks in the same", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 530, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 232, + 543 + ], + "score": 1.0, + "content": "setting as Section 2, but with", + "type": "text" + }, + { + "bbox": [ + 232, + 531, + 252, + 541 + ], + "score": 0.86, + "content": "30 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 530, + 506, + 543 + ], + "score": 1.0, + "content": "of the data, which we found to lead to modest overtraining.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "Fig. 4C-D shows the resulting train, test, and information plane dynamics. Here the tanh networks", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 553, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 506, + 565 + ], + "score": 1.0, + "content": "show substantial compression, despite exhibiting overtraining. This establishes a dissociation between", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "score": 1.0, + "content": "behavior in the information plane and generalization dynamics: networks that compress may (Fig. 1A)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "score": 1.0, + "content": "or may not (Fig. 4C-D) generalize well, and networks that do not compress may (Figs.1B, 3A-B) or", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 586, + 257, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 257, + 598 + ], + "score": 1.0, + "content": "may not (Fig. 4A-B) generalize well.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18 + }, + { + "type": "title", + "bbox": [ + 108, + 613, + 419, + 626 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 419, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 419, + 627 + ], + "score": 1.0, + "content": "4 COMPRESSION IN BATCH GRADIENT DESCENT AND SGD", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 637, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "Next, we test a core theoretical claim of the information bottleneck theory of deep learning, namely", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "that randomness in stochastic gradient descent is responsible for the compression phase. In particular,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "because the choice of input samples in SGD is random, the weights evolve in a stochastic way during", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 670, + 143, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 143, + 685 + ], + "score": 1.0, + "content": "training.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5 + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 507, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 507, + 700 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017) distinguish two phases of SGD optimization: in the first “drift” phase,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the mean of the gradients over training samples is large relative to the standard deviation of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "gradients; in the second “diffusion” phase, the mean becomes smaller than the standard deviation", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "score": 1.0, + "content": "of the gradients. The authors propose that compression should commence following the transition", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 28.5 + } + ], + "page_idx": 7, + "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 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": [ + 167, + 80, + 447, + 271 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 80, + 447, + 271 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 80, + 447, + 271 + ], + "spans": [ + { + "bbox": [ + 167, + 80, + 447, + 271 + ], + "score": 0.976, + "type": "image", + "image_path": "22b7932d2a586116824d010622a5076fd367f6f9658cd0958fd6f2a3a8c1187a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 167, + 80, + 447, + 143.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 143.66666666666666, + 447, + 207.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 207.33333333333331, + 447, + 271.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 285, + 506, + 351 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 284, + 505, + 297 + ], + "spans": [ + { + "bbox": [ + 105, + 284, + 505, + 297 + ], + "score": 1.0, + "content": "Figure 4: Overtraining and information plane dynamics. (A) Average training and test mean square", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 295, + 505, + 308 + ], + "spans": [ + { + "bbox": [ + 105, + 295, + 483, + 308 + ], + "score": 1.0, + "content": "error for a deep linear network trained with SGD. Overtraining is substantial. Other parameters:", + "type": "text" + }, + { + "bbox": [ + 483, + 296, + 505, + 307 + ], + "score": 0.89, + "content": "N _ { i } =", + "type": "inline_equation" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 307, + 506, + 319 + ], + "spans": [ + { + "bbox": [ + 105, + 307, + 125, + 319 + ], + "score": 1.0, + "content": "100,", + "type": "text" + }, + { + "bbox": [ + 126, + 307, + 159, + 317 + ], + "score": 0.85, + "content": "\\mathrm { P } = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 307, + 262, + 319 + ], + "score": 1.0, + "content": ", Number of hidden units", + "type": "text" + }, + { + "bbox": [ + 262, + 307, + 288, + 317 + ], + "score": 0.84, + "content": "= 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 289, + 307, + 336, + 319 + ], + "score": 1.0, + "content": ", Batch size", + "type": "text" + }, + { + "bbox": [ + 336, + 307, + 352, + 317 + ], + "score": 0.79, + "content": "= 5", + "type": "inline_equation" + }, + { + "bbox": [ + 352, + 307, + 506, + 319 + ], + "score": 1.0, + "content": "(B) Information plane dynamics. No", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "spans": [ + { + "bbox": [ + 104, + 317, + 506, + 331 + ], + "score": 1.0, + "content": "compression is observed, and information about the labels is lost during overtraining. (C) Average", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 329, + 507, + 341 + ], + "spans": [ + { + "bbox": [ + 105, + 329, + 198, + 341 + ], + "score": 1.0, + "content": "train and test accuracy", + "type": "text" + }, + { + "bbox": [ + 199, + 329, + 208, + 339 + ], + "score": 0.69, + "content": "\\%", + "type": "inline_equation" + }, + { + "bbox": [ + 208, + 329, + 470, + 341 + ], + "score": 1.0, + "content": "correct) for nonlinear tanh networks exhibiting modest overfitting", + "type": "text" + }, + { + "bbox": [ + 471, + 329, + 501, + 339 + ], + "score": 0.86, + "content": "N = 8", + "type": "inline_equation" + }, + { + "bbox": [ + 501, + 329, + 507, + 341 + ], + "score": 1.0, + "content": ").", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 339, + 443, + 352 + ], + "spans": [ + { + "bbox": [ + 106, + 339, + 443, + 352 + ], + "score": 1.0, + "content": "(D) Information plane dynamics. Overfitting occurs despite continued compression.", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 5.5 + } + ], + "index": 3.25 + }, + { + "type": "image", + "bbox": [ + 110, + 361, + 504, + 449 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 110, + 361, + 504, + 449 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 110, + 361, + 504, + 449 + ], + "spans": [ + { + "bbox": [ + 110, + 361, + 504, + 449 + ], + "score": 0.965, + "type": "image", + "image_path": "6fb26702a9042ab8cf86aa3fd585a3fceb5522ab227a6c80568e9d5d17d27d7b.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 110, + 361, + 504, + 390.3333333333333 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 110, + 390.3333333333333, + 504, + 419.66666666666663 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 110, + 419.66666666666663, + 504, + 448.99999999999994 + ], + "spans": [], + "index": 11 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 465, + 505, + 499 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "spans": [ + { + "bbox": [ + 106, + 465, + 505, + 478 + ], + "score": 1.0, + "content": "Figure 5: Stochastic training and the information plane. (A) tanh network trained with SGD. (B) tanh", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 505, + 488 + ], + "score": 1.0, + "content": "network trained with BGD. (C) ReLU network trained with SGD. (D) ReLU network trained with", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "score": 1.0, + "content": "BGD. Both random and non-random training procedures show similar information plane dynamics.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + } + ], + "index": 11.5 + }, + { + "type": "text", + "bbox": [ + 106, + 519, + 505, + 597 + ], + "lines": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "spans": [ + { + "bbox": [ + 105, + 519, + 505, + 532 + ], + "score": 1.0, + "content": "To see whether similar behavior arises in nonlinear networks, we trained tanh networks in the same", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 530, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 530, + 232, + 543 + ], + "score": 1.0, + "content": "setting as Section 2, but with", + "type": "text" + }, + { + "bbox": [ + 232, + 531, + 252, + 541 + ], + "score": 0.86, + "content": "30 \\%", + "type": "inline_equation" + }, + { + "bbox": [ + 253, + 530, + 506, + 543 + ], + "score": 1.0, + "content": "of the data, which we found to lead to modest overtraining.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "spans": [ + { + "bbox": [ + 106, + 542, + 505, + 554 + ], + "score": 1.0, + "content": "Fig. 4C-D shows the resulting train, test, and information plane dynamics. Here the tanh networks", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 553, + 506, + 565 + ], + "spans": [ + { + "bbox": [ + 106, + 553, + 506, + 565 + ], + "score": 1.0, + "content": "show substantial compression, despite exhibiting overtraining. This establishes a dissociation between", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 105, + 563, + 506, + 576 + ], + "score": 1.0, + "content": "behavior in the information plane and generalization dynamics: networks that compress may (Fig. 1A)", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "spans": [ + { + "bbox": [ + 106, + 575, + 506, + 587 + ], + "score": 1.0, + "content": "or may not (Fig. 4C-D) generalize well, and networks that do not compress may (Figs.1B, 3A-B) or", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 586, + 257, + 598 + ], + "spans": [ + { + "bbox": [ + 106, + 586, + 257, + 598 + ], + "score": 1.0, + "content": "may not (Fig. 4A-B) generalize well.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 18, + "bbox_fs": [ + 105, + 519, + 506, + 598 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 613, + 419, + 626 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 419, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 419, + 627 + ], + "score": 1.0, + "content": "4 COMPRESSION IN BATCH GRADIENT DESCENT AND SGD", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 107, + 637, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "Next, we test a core theoretical claim of the information bottleneck theory of deep learning, namely", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 661 + ], + "score": 1.0, + "content": "that randomness in stochastic gradient descent is responsible for the compression phase. In particular,", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 505, + 673 + ], + "score": 1.0, + "content": "because the choice of input samples in SGD is random, the weights evolve in a stochastic way during", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 670, + 143, + 685 + ], + "spans": [ + { + "bbox": [ + 105, + 670, + 143, + 685 + ], + "score": 1.0, + "content": "training.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 24.5, + "bbox_fs": [ + 105, + 637, + 506, + 685 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 687, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 507, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 507, + 700 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017) distinguish two phases of SGD optimization: in the first “drift” phase,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "the mean of the gradients over training samples is large relative to the standard deviation of the", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "gradients; in the second “diffusion” phase, the mean becomes smaller than the standard deviation", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 504, + 732 + ], + "score": 1.0, + "content": "of the gradients. The authors propose that compression should commence following the transition", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 83, + 504, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 504, + 94 + ], + "score": 1.0, + "content": "from a high to a low gradient signal-to-noise ratio (SNR), i.e., the onset of the diffusion phase. The", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "proposed mechanism behind this diffusion-driven compression is as follows. The authors state that", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "during the diffusion phase, the stochastic evolution of the weights can be described as a Fokker-Planck", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "equation under the constraint of small training error. Then, the stationary distribution over weights", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "score": 1.0, + "content": "for this process will have maximum entropy, again subject to the training error constraint. Finally,", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "the authors claim that weights drawn from this stationary distribution will maximize the entropy", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 259, + 161 + ], + "score": 1.0, + "content": "of inputs given hidden layer activity,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 259, + 148, + 296, + 160 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 296, + 149, + 506, + 161 + ], + "score": 1.0, + "content": ", subject to a training error constraint, and that this", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 430, + 171 + ], + "score": 1.0, + "content": "training error constraint is equivalent to a constraint on the mutual information", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 431, + 160, + 464, + 171 + ], + "score": 0.92, + "content": "I ( T ; Y )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 464, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "for small", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 292, + 183 + ], + "score": 1.0, + "content": "training error. Since the entropy of the input,", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 292, + 170, + 319, + 182 + ], + "score": 0.9, + "content": "H ( X )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 319, + 171, + 505, + 183 + ], + "score": 1.0, + "content": ", is fixed, the result of the diffusion dynamics", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 187, + 195 + ], + "score": 1.0, + "content": "will be to minimize", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 187, + 181, + 312, + 193 + ], + "score": 0.91, + "content": "I ( X ; T ) \\mathrel { \\mathop : } = H ( X ) - \\bar { H } ( X | \\dot { T } )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 313, + 181, + 394, + 195 + ], + "score": 1.0, + "content": "for a given value of", + "type": "text", + "cross_page": true + }, + { + "bbox": [ + 395, + 182, + 428, + 193 + ], + "score": 0.91, + "content": "I ( T ; Y )", + "type": "inline_equation", + "cross_page": true + }, + { + "bbox": [ + 428, + 181, + 506, + 195 + ], + "score": 1.0, + "content": "reached at the end", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 191, + 179, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 179, + 205 + ], + "score": 1.0, + "content": "of the drift phase.", + "type": "text", + "cross_page": true + } + ], + "index": 10 + } + ], + "index": 28.5, + "bbox_fs": [ + 105, + 687, + 507, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 203 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 504, + 94 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 504, + 94 + ], + "score": 1.0, + "content": "from a high to a low gradient signal-to-noise ratio (SNR), i.e., the onset of the diffusion phase. The", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 94, + 506, + 106 + ], + "score": 1.0, + "content": "proposed mechanism behind this diffusion-driven compression is as follows. The authors state that", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 506, + 117 + ], + "score": 1.0, + "content": "during the diffusion phase, the stochastic evolution of the weights can be described as a Fokker-Planck", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 105, + 115, + 505, + 128 + ], + "score": 1.0, + "content": "equation under the constraint of small training error. Then, the stationary distribution over weights", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 506, + 139 + ], + "score": 1.0, + "content": "for this process will have maximum entropy, again subject to the training error constraint. Finally,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 505, + 150 + ], + "score": 1.0, + "content": "the authors claim that weights drawn from this stationary distribution will maximize the entropy", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 148, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 105, + 149, + 259, + 161 + ], + "score": 1.0, + "content": "of inputs given hidden layer activity,", + "type": "text" + }, + { + "bbox": [ + 259, + 148, + 296, + 160 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 149, + 506, + 161 + ], + "score": 1.0, + "content": ", subject to a training error constraint, and that this", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 430, + 171 + ], + "score": 1.0, + "content": "training error constraint is equivalent to a constraint on the mutual information", + "type": "text" + }, + { + "bbox": [ + 431, + 160, + 464, + 171 + ], + "score": 0.92, + "content": "I ( T ; Y )", + "type": "inline_equation" + }, + { + "bbox": [ + 464, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "for small", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 505, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 171, + 292, + 183 + ], + "score": 1.0, + "content": "training error. Since the entropy of the input,", + "type": "text" + }, + { + "bbox": [ + 292, + 170, + 319, + 182 + ], + "score": 0.9, + "content": "H ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 319, + 171, + 505, + 183 + ], + "score": 1.0, + "content": ", is fixed, the result of the diffusion dynamics", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 181, + 506, + 195 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 187, + 195 + ], + "score": 1.0, + "content": "will be to minimize", + "type": "text" + }, + { + "bbox": [ + 187, + 181, + 312, + 193 + ], + "score": 0.91, + "content": "I ( X ; T ) \\mathrel { \\mathop : } = H ( X ) - \\bar { H } ( X | \\dot { T } )", + "type": "inline_equation" + }, + { + "bbox": [ + 313, + 181, + 394, + 195 + ], + "score": 1.0, + "content": "for a given value of", + "type": "text" + }, + { + "bbox": [ + 395, + 182, + 428, + 193 + ], + "score": 0.91, + "content": "I ( T ; Y )", + "type": "inline_equation" + }, + { + "bbox": [ + 428, + 181, + 506, + 195 + ], + "score": 1.0, + "content": "reached at the end", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 191, + 179, + 205 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 179, + 205 + ], + "score": 1.0, + "content": "of the drift phase.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "score": 1.0, + "content": "However, this explanation does not hold up to either theoretical or empirical investigation. Let", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "score": 1.0, + "content": "us assume that the diffusion phase does drive the distribution of weights to a maximum entropy", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 504, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 504, + 243 + ], + "score": 1.0, + "content": "distribution subject to a training error constraint. Note that this distribution reflects stochasticity", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "of weights across different training runs. There is no general reason that a given set of weights", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "sampled from this distribution (i.e., the weight parameters found in one particular training run)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 168, + 277 + ], + "score": 1.0, + "content": "will maximize", + "type": "text" + }, + { + "bbox": [ + 168, + 264, + 205, + 276 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 264, + 468, + 277 + ], + "score": 1.0, + "content": ", the entropy of inputs given hidden layer activity. In particular,", + "type": "text" + }, + { + "bbox": [ + 468, + 264, + 505, + 276 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 274, + 506, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 506, + 288 + ], + "score": 1.0, + "content": "reflects (conditional) uncertainty about inputs drawn from the data-generating distribution, rather", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 286, + 414, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 414, + 298 + ], + "score": 1.0, + "content": "than uncertainty about any kind of distribution across different training runs.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 505, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "We also show empirically that the stochasticity of the SGD is not necessary for compression. To do", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 314, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 325 + ], + "score": 1.0, + "content": "so, we consider two distinct training procedures: offline stochastic gradient descent (SGD), which", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 337 + ], + "score": 1.0, + "content": "learns from a fixed-size dataset, and updates weights by repeatedly sampling a single example from", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "the dataset and calculating the gradient of the error with respect to that single sample (the typical", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 507, + 359 + ], + "score": 1.0, + "content": "procedure used in practice); and batch gradient descent (BGD), which learns from a fixed-size dataset,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 358, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 506, + 370 + ], + "score": 1.0, + "content": "and updates weights using the gradient of the total error across all examples. Batch gradient descent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 369, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 506, + 380 + ], + "score": 1.0, + "content": "uses the full training dataset and, crucially, therefore has no randomness or diffusion-like behavior in", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 154, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 154, + 393 + ], + "score": 1.0, + "content": "its updates.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5 + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "We trained tanh and ReLU networks with SGD and BGD and compare their information plane", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 408, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 505, + 419 + ], + "score": 1.0, + "content": "dynamics in Fig. 5 (see Appendix H for a linear network). We find largely consistent information", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "dynamics in both instances, with robust compression in tanh networks for both methods. Thus", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "score": 1.0, + "content": "randomness in the training process does not appear to contribute substantially to compression of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "information about the input. This finding is consistent with the view presented in Section 2 that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 451, + 406, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 406, + 464 + ], + "score": 1.0, + "content": "compression arises predominantly from the double saturating nonlinearity.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29.5 + }, + { + "type": "text", + "bbox": [ + 107, + 468, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "Finally, we look at the gradient signal-to-noise ratio (SNR) to analyze the relationship between", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "compression and the transition from high to low gradient SNR. Fig. 20 of Appendix I shows the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 489, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 504 + ], + "score": 1.0, + "content": "gradient SNR over training, which in all cases shows a phase transition during learning. Hence", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "the gradient SNR transition is a general phenomenon, but is not causally related to compression.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "score": 1.0, + "content": "Appendix I offers an extended discussion and shows gradient SNR transitions without compression", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 523, + 294, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 294, + 534 + ], + "score": 1.0, + "content": "on the MNIST dataset and for linear networks.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5 + }, + { + "type": "title", + "bbox": [ + 107, + 558, + 356, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 358, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 358, + 574 + ], + "score": 1.0, + "content": "5 SIMULTANEOUS FITTING AND COMPRESSION", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "Our finding that generalization can occur without compression may seem difficult to reconcile with", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 599, + 507, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 507, + 613 + ], + "score": 1.0, + "content": "the intuition that certain tasks involve suppressing irrelevant directions of the input. In the extreme,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "if certain inputs contribute nothing but noise, then good generalization requires ignoring them. To", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "study this, we consider a variant on the linear student-teacher setup of Section 3: we partition the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 130, + 645 + ], + "score": 1.0, + "content": "input", + "type": "text" + }, + { + "bbox": [ + 130, + 633, + 141, + 643 + ], + "score": 0.79, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 633, + 275, + 645 + ], + "score": 1.0, + "content": "into a set of task-relevant inputs", + "type": "text" + }, + { + "bbox": [ + 276, + 633, + 296, + 644 + ], + "score": 0.91, + "content": "X _ { r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 633, + 436, + 645 + ], + "score": 1.0, + "content": "and a set of task-irrelevant inputs", + "type": "text" + }, + { + "bbox": [ + 436, + 633, + 463, + 644 + ], + "score": 0.93, + "content": "X _ { i r r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 633, + 506, + 645 + ], + "score": 1.0, + "content": ", and alter", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "the teacher network so that the teacher’s weights to the task-irrelevant inputs are all zero. Hence the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 133, + 668 + ], + "score": 1.0, + "content": "inputs", + "type": "text" + }, + { + "bbox": [ + 133, + 655, + 160, + 666 + ], + "score": 0.91, + "content": "X _ { i r r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 655, + 288, + 668 + ], + "score": 1.0, + "content": "contribute only noise, while the", + "type": "text" + }, + { + "bbox": [ + 288, + 655, + 308, + 666 + ], + "score": 0.91, + "content": "X _ { r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "contain signal. We then calculate the information", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "plane dynamics for the whole layer, and for the task-relevant and task-irrelevant inputs separately.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 104, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Fig. 6 shows information plane dynamics for a deep linear neural network trained using SGD (5", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "samples/batch) on a task with 30 task-relevant inputs and 70 task-irrelevant inputs. While the overall", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "dynamics show no compression phase, the information specifically about the task-irrelevant subspace", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "does compress over the course of training. This compression process occurs at the same time as", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "the fitting to the task-relevant information. Thus, when a task requires ignoring some inputs, the", + "type": "text" + } + ], + "index": 52 + } + ], + "index": 46 + } + ], + "page_idx": 8, + "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 2018", + "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": [ + 107, + 82, + 505, + 203 + ], + "lines": [], + "index": 5, + "bbox_fs": [ + 105, + 83, + 506, + 205 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 297 + ], + "lines": [ + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "spans": [ + { + "bbox": [ + 106, + 209, + 506, + 221 + ], + "score": 1.0, + "content": "However, this explanation does not hold up to either theoretical or empirical investigation. Let", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "spans": [ + { + "bbox": [ + 105, + 219, + 505, + 234 + ], + "score": 1.0, + "content": "us assume that the diffusion phase does drive the distribution of weights to a maximum entropy", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 231, + 504, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 231, + 504, + 243 + ], + "score": 1.0, + "content": "distribution subject to a training error constraint. Note that this distribution reflects stochasticity", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 242, + 505, + 254 + ], + "spans": [ + { + "bbox": [ + 105, + 242, + 505, + 254 + ], + "score": 1.0, + "content": "of weights across different training runs. There is no general reason that a given set of weights", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "spans": [ + { + "bbox": [ + 105, + 252, + 506, + 266 + ], + "score": 1.0, + "content": "sampled from this distribution (i.e., the weight parameters found in one particular training run)", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 264, + 505, + 277 + ], + "spans": [ + { + "bbox": [ + 105, + 264, + 168, + 277 + ], + "score": 1.0, + "content": "will maximize", + "type": "text" + }, + { + "bbox": [ + 168, + 264, + 205, + 276 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation" + }, + { + "bbox": [ + 205, + 264, + 468, + 277 + ], + "score": 1.0, + "content": ", the entropy of inputs given hidden layer activity. In particular,", + "type": "text" + }, + { + "bbox": [ + 468, + 264, + 505, + 276 + ], + "score": 0.93, + "content": "H ( X | T )", + "type": "inline_equation" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 274, + 506, + 288 + ], + "spans": [ + { + "bbox": [ + 105, + 274, + 506, + 288 + ], + "score": 1.0, + "content": "reflects (conditional) uncertainty about inputs drawn from the data-generating distribution, rather", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 286, + 414, + 298 + ], + "spans": [ + { + "bbox": [ + 106, + 286, + 414, + 298 + ], + "score": 1.0, + "content": "than uncertainty about any kind of distribution across different training runs.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 209, + 506, + 298 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 303, + 505, + 390 + ], + "lines": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "spans": [ + { + "bbox": [ + 105, + 302, + 506, + 316 + ], + "score": 1.0, + "content": "We also show empirically that the stochasticity of the SGD is not necessary for compression. To do", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 314, + 505, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 314, + 505, + 325 + ], + "score": 1.0, + "content": "so, we consider two distinct training procedures: offline stochastic gradient descent (SGD), which", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 325, + 505, + 337 + ], + "spans": [ + { + "bbox": [ + 105, + 325, + 505, + 337 + ], + "score": 1.0, + "content": "learns from a fixed-size dataset, and updates weights by repeatedly sampling a single example from", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 336, + 505, + 348 + ], + "spans": [ + { + "bbox": [ + 105, + 336, + 505, + 348 + ], + "score": 1.0, + "content": "the dataset and calculating the gradient of the error with respect to that single sample (the typical", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 346, + 507, + 359 + ], + "spans": [ + { + "bbox": [ + 105, + 346, + 507, + 359 + ], + "score": 1.0, + "content": "procedure used in practice); and batch gradient descent (BGD), which learns from a fixed-size dataset,", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 358, + 506, + 370 + ], + "spans": [ + { + "bbox": [ + 106, + 358, + 506, + 370 + ], + "score": 1.0, + "content": "and updates weights using the gradient of the total error across all examples. Batch gradient descent", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 369, + 506, + 380 + ], + "spans": [ + { + "bbox": [ + 105, + 369, + 506, + 380 + ], + "score": 1.0, + "content": "uses the full training dataset and, crucially, therefore has no randomness or diffusion-like behavior in", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 379, + 154, + 393 + ], + "spans": [ + { + "bbox": [ + 105, + 379, + 154, + 393 + ], + "score": 1.0, + "content": "its updates.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 302, + 507, + 393 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 396, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "We trained tanh and ReLU networks with SGD and BGD and compare their information plane", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 408, + 505, + 419 + ], + "spans": [ + { + "bbox": [ + 106, + 408, + 505, + 419 + ], + "score": 1.0, + "content": "dynamics in Fig. 5 (see Appendix H for a linear network). We find largely consistent information", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "spans": [ + { + "bbox": [ + 105, + 418, + 505, + 431 + ], + "score": 1.0, + "content": "dynamics in both instances, with robust compression in tanh networks for both methods. Thus", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 429, + 506, + 442 + ], + "score": 1.0, + "content": "randomness in the training process does not appear to contribute substantially to compression of", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 440, + 506, + 453 + ], + "score": 1.0, + "content": "information about the input. This finding is consistent with the view presented in Section 2 that", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 451, + 406, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 406, + 464 + ], + "score": 1.0, + "content": "compression arises predominantly from the double saturating nonlinearity.", + "type": "text" + } + ], + "index": 32 + } + ], + "index": 29.5, + "bbox_fs": [ + 105, + 396, + 506, + 464 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 468, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "Finally, we look at the gradient signal-to-noise ratio (SNR) to analyze the relationship between", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 505, + 491 + ], + "score": 1.0, + "content": "compression and the transition from high to low gradient SNR. Fig. 20 of Appendix I shows the", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 489, + 505, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 504 + ], + "score": 1.0, + "content": "gradient SNR over training, which in all cases shows a phase transition during learning. Hence", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 501, + 506, + 514 + ], + "score": 1.0, + "content": "the gradient SNR transition is a general phenomenon, but is not causally related to compression.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 525 + ], + "score": 1.0, + "content": "Appendix I offers an extended discussion and shows gradient SNR transitions without compression", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 523, + 294, + 534 + ], + "spans": [ + { + "bbox": [ + 106, + 523, + 294, + 534 + ], + "score": 1.0, + "content": "on the MNIST dataset and for linear networks.", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 467, + 506, + 534 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 558, + 356, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 557, + 358, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 557, + 358, + 574 + ], + "score": 1.0, + "content": "5 SIMULTANEOUS FITTING AND COMPRESSION", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 39 + }, + { + "type": "text", + "bbox": [ + 107, + 589, + 505, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "spans": [ + { + "bbox": [ + 106, + 588, + 505, + 601 + ], + "score": 1.0, + "content": "Our finding that generalization can occur without compression may seem difficult to reconcile with", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 599, + 507, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 599, + 507, + 613 + ], + "score": 1.0, + "content": "the intuition that certain tasks involve suppressing irrelevant directions of the input. In the extreme,", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 610, + 505, + 624 + ], + "score": 1.0, + "content": "if certain inputs contribute nothing but noise, then good generalization requires ignoring them. To", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 106, + 622, + 505, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 635 + ], + "score": 1.0, + "content": "study this, we consider a variant on the linear student-teacher setup of Section 3: we partition the", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 633, + 506, + 645 + ], + "spans": [ + { + "bbox": [ + 106, + 633, + 130, + 645 + ], + "score": 1.0, + "content": "input", + "type": "text" + }, + { + "bbox": [ + 130, + 633, + 141, + 643 + ], + "score": 0.79, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 141, + 633, + 275, + 645 + ], + "score": 1.0, + "content": "into a set of task-relevant inputs", + "type": "text" + }, + { + "bbox": [ + 276, + 633, + 296, + 644 + ], + "score": 0.91, + "content": "X _ { r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 296, + 633, + 436, + 645 + ], + "score": 1.0, + "content": "and a set of task-irrelevant inputs", + "type": "text" + }, + { + "bbox": [ + 436, + 633, + 463, + 644 + ], + "score": 0.93, + "content": "X _ { i r r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 463, + 633, + 506, + 645 + ], + "score": 1.0, + "content": ", and alter", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "spans": [ + { + "bbox": [ + 106, + 643, + 505, + 657 + ], + "score": 1.0, + "content": "the teacher network so that the teacher’s weights to the task-irrelevant inputs are all zero. Hence the", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 655, + 506, + 668 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 133, + 668 + ], + "score": 1.0, + "content": "inputs", + "type": "text" + }, + { + "bbox": [ + 133, + 655, + 160, + 666 + ], + "score": 0.91, + "content": "X _ { i r r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 160, + 655, + 288, + 668 + ], + "score": 1.0, + "content": "contribute only noise, while the", + "type": "text" + }, + { + "bbox": [ + 288, + 655, + 308, + 666 + ], + "score": 0.91, + "content": "X _ { r e l }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 655, + 506, + 668 + ], + "score": 1.0, + "content": "contain signal. We then calculate the information", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 506, + 679 + ], + "score": 1.0, + "content": "plane dynamics for the whole layer, and for the task-relevant and task-irrelevant inputs separately.", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 104, + 676, + 506, + 690 + ], + "spans": [ + { + "bbox": [ + 104, + 676, + 506, + 690 + ], + "score": 1.0, + "content": "Fig. 6 shows information plane dynamics for a deep linear neural network trained using SGD (5", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 506, + 700 + ], + "score": 1.0, + "content": "samples/batch) on a task with 30 task-relevant inputs and 70 task-irrelevant inputs. While the overall", + "type": "text" + } + ], + "index": 49 + }, + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 698, + 505, + 711 + ], + "score": 1.0, + "content": "dynamics show no compression phase, the information specifically about the task-irrelevant subspace", + "type": "text" + } + ], + "index": 50 + }, + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 105, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "does compress over the course of training. This compression process occurs at the same time as", + "type": "text" + } + ], + "index": 51 + }, + { + "bbox": [ + 106, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 106, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "the fitting to the task-relevant information. Thus, when a task requires ignoring some inputs, the", + "type": "text" + } + ], + "index": 52 + }, + { + "bbox": [ + 106, + 262, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 505, + 274 + ], + "score": 1.0, + "content": "information with these inputs specifically will indeed be reduced; but overall mutual information", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 272, + 281, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 281, + 286 + ], + "score": 1.0, + "content": "with the input in general may still increase.", + "type": "text", + "cross_page": true + } + ], + "index": 9 + } + ], + "index": 46, + "bbox_fs": [ + 104, + 588, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 80, + 502, + 169 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 80, + 502, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 80, + 502, + 169 + ], + "spans": [ + { + "bbox": [ + 108, + 80, + 502, + 169 + ], + "score": 0.967, + "type": "image", + "image_path": "3f982bb2a95db7292dd21c09073b2ac2ac7ccf908216d9ad8ed4dcda065e419e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 80, + 502, + 109.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 109.66666666666667, + 502, + 139.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 139.33333333333334, + 502, + 169.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 183, + 505, + 238 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "Figure 6: Simultaneous fitting and compression. (A) For a task with a large task-irrelevant subspace", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 193, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 104, + 193, + 506, + 207 + ], + "score": 1.0, + "content": "in the input, a linear network shows no overall compression of information about the input. (B)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "The information with the task-relevant subspace increases robustly over training. (C) However, the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "score": 1.0, + "content": "information specifically about the task-irrelevant subspace does compress after initially growing as", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 227, + 198, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 198, + 239 + ], + "score": 1.0, + "content": "the network is trained.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 262, + 504, + 284 + ], + "lines": [ + { + "bbox": [ + 106, + 262, + 505, + 274 + ], + "spans": [ + { + "bbox": [ + 106, + 262, + 505, + 274 + ], + "score": 1.0, + "content": "information with these inputs specifically will indeed be reduced; but overall mutual information", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 272, + 281, + 286 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 281, + 286 + ], + "score": 1.0, + "content": "with the input in general may still increase.", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 8.5 + }, + { + "type": "title", + "bbox": [ + 107, + 302, + 190, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 301, + 192, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 192, + 317 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 328, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 328, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 506, + 342 + ], + "score": 1.0, + "content": "Our results suggest that compression dynamics in the information plane are not a general feature of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "deep networks, but are critically influenced by the nonlinearities employed by the network. Double-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "score": 1.0, + "content": "saturating nonlinearities lead to compression, if mutual information is estimated by binning activations", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "or by adding homoscedastic noise, while single-sided saturating nonlinearities like ReLUs do not", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "compress in general. Consistent with this view, we find that stochasticity in the training process does", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "not contribute to compression in the cases we investigate. Furthermore, we have found instances", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 395, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 407 + ], + "score": 1.0, + "content": "where generalization performance does not clearly track information plane behavior, questioning the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 406, + 505, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 505, + 418 + ], + "score": 1.0, + "content": "causal link between compression and generalization. Hence information compression may parallel the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "score": 1.0, + "content": "situation with sharp minima: although empirical evidence has shown a correlation with generalization", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "score": 1.0, + "content": "error in certain settings and architectures, further theoretical analysis has shown that sharp minima", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 439, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 451 + ], + "score": 1.0, + "content": "can in fact generalize well (Dinh et al., 2017). We emphasize that compression still may occur within", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 449, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 505, + 462 + ], + "score": 1.0, + "content": "a subset of the input dimensions if the task demands it. This compression, however, is interleaved", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "rather than in a secondary phase and may not be visible by information metrics that track the overall", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "information between a hidden layer and the input. Finally, we note that our results address the specific", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "score": 1.0, + "content": "claims of one scheme to link the information bottleneck principle with current practice in deep", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "networks. The information bottleneck principle itself is more general and may yet offer important", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "score": 1.0, + "content": "insights into deep networks (Achille & Soatto, 2017). Moreover, the information bottleneck principle", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "could yield fundamentally new training algorithms for networks that are inherently stochastic and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "where compression is explicitly encouraged with appropriate regularization terms (Chalk et al., 2016;", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 537, + 284, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 284, + 550 + ], + "score": 1.0, + "content": "Alemi et al., 2017; Kolchinsky et al., 2017).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 20.5 + }, + { + "type": "title", + "bbox": [ + 108, + 564, + 200, + 573 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 583, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "We thank Ariel Herbert-Voss for useful discussions. This work was supported by grant numbers", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "IIS 1409097 and CHE 1648973 from the US National Science Foundation, and by IARPA contract", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "#D16PC00002. Andrew Saxe and Madhu Advani thank the Swartz Program in Theoretical Theoretical", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "Neuroscience at Harvard University. Artemy Kolchinsky and Brendan Tracey would like to thank the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "Santa Fe Institute for helping to support this research. Artemy Kolchinsky was supported by Grant", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "No. FQXi-RFP-1622 from the FQXi foundation and Grant No. CHE-1648973 from the US National", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Science Foundation. Brendan Tracey was supported by AFOSR MURI on Multi-Information Sources", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 659, + 382, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 382, + 671 + ], + "score": 1.0, + "content": "of Multi-Physics Systems under Award Number FA9550-15-1-0038.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5 + }, + { + "type": "title", + "bbox": [ + 108, + 690, + 175, + 701 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 176, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 176, + 703 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "A. Achille and S. Soatto. On the Emergence of Invariance and Disentangling in Deep Representations.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 720, + 279, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 279, + 732 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1706.01350, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5 + } + ], + "page_idx": 9, + "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 2018", + "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": "image", + "bbox": [ + 108, + 80, + 502, + 169 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 80, + 502, + 169 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 80, + 502, + 169 + ], + "spans": [ + { + "bbox": [ + 108, + 80, + 502, + 169 + ], + "score": 0.967, + "type": "image", + "image_path": "3f982bb2a95db7292dd21c09073b2ac2ac7ccf908216d9ad8ed4dcda065e419e.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 80, + 502, + 109.66666666666667 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 109.66666666666667, + 502, + 139.33333333333334 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 139.33333333333334, + 502, + 169.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 183, + 505, + 238 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "spans": [ + { + "bbox": [ + 105, + 182, + 506, + 196 + ], + "score": 1.0, + "content": "Figure 6: Simultaneous fitting and compression. (A) For a task with a large task-irrelevant subspace", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 193, + 506, + 207 + ], + "spans": [ + { + "bbox": [ + 104, + 193, + 506, + 207 + ], + "score": 1.0, + "content": "in the input, a linear network shows no overall compression of information about the input. (B)", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "spans": [ + { + "bbox": [ + 105, + 204, + 505, + 217 + ], + "score": 1.0, + "content": "The information with the task-relevant subspace increases robustly over training. (C) However, the", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "score": 1.0, + "content": "information specifically about the task-irrelevant subspace does compress after initially growing as", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 227, + 198, + 239 + ], + "spans": [ + { + "bbox": [ + 106, + 227, + 198, + 239 + ], + "score": 1.0, + "content": "the network is trained.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 5 + } + ], + "index": 3.0 + }, + { + "type": "text", + "bbox": [ + 107, + 262, + 504, + 284 + ], + "lines": [], + "index": 8.5, + "bbox_fs": [ + 105, + 262, + 505, + 286 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 302, + 190, + 315 + ], + "lines": [ + { + "bbox": [ + 105, + 301, + 192, + 317 + ], + "spans": [ + { + "bbox": [ + 105, + 301, + 192, + 317 + ], + "score": 1.0, + "content": "6 DISCUSSION", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + }, + { + "type": "text", + "bbox": [ + 107, + 328, + 505, + 549 + ], + "lines": [ + { + "bbox": [ + 106, + 328, + 506, + 342 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 506, + 342 + ], + "score": 1.0, + "content": "Our results suggest that compression dynamics in the information plane are not a general feature of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 340, + 506, + 353 + ], + "spans": [ + { + "bbox": [ + 106, + 340, + 506, + 353 + ], + "score": 1.0, + "content": "deep networks, but are critically influenced by the nonlinearities employed by the network. Double-", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 351, + 505, + 363 + ], + "score": 1.0, + "content": "saturating nonlinearities lead to compression, if mutual information is estimated by binning activations", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "spans": [ + { + "bbox": [ + 106, + 362, + 505, + 374 + ], + "score": 1.0, + "content": "or by adding homoscedastic noise, while single-sided saturating nonlinearities like ReLUs do not", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 373, + 505, + 385 + ], + "score": 1.0, + "content": "compress in general. Consistent with this view, we find that stochasticity in the training process does", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 105, + 384, + 506, + 396 + ], + "score": 1.0, + "content": "not contribute to compression in the cases we investigate. Furthermore, we have found instances", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 395, + 505, + 407 + ], + "spans": [ + { + "bbox": [ + 106, + 395, + 505, + 407 + ], + "score": 1.0, + "content": "where generalization performance does not clearly track information plane behavior, questioning the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 406, + 505, + 418 + ], + "spans": [ + { + "bbox": [ + 106, + 406, + 505, + 418 + ], + "score": 1.0, + "content": "causal link between compression and generalization. Hence information compression may parallel the", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "spans": [ + { + "bbox": [ + 106, + 417, + 505, + 429 + ], + "score": 1.0, + "content": "situation with sharp minima: although empirical evidence has shown a correlation with generalization", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 505, + 439 + ], + "score": 1.0, + "content": "error in certain settings and architectures, further theoretical analysis has shown that sharp minima", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 439, + 505, + 451 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 505, + 451 + ], + "score": 1.0, + "content": "can in fact generalize well (Dinh et al., 2017). We emphasize that compression still may occur within", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 449, + 505, + 462 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 505, + 462 + ], + "score": 1.0, + "content": "a subset of the input dimensions if the task demands it. This compression, however, is interleaved", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "spans": [ + { + "bbox": [ + 105, + 460, + 505, + 473 + ], + "score": 1.0, + "content": "rather than in a secondary phase and may not be visible by information metrics that track the overall", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "spans": [ + { + "bbox": [ + 105, + 471, + 505, + 484 + ], + "score": 1.0, + "content": "information between a hidden layer and the input. Finally, we note that our results address the specific", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 105, + 482, + 505, + 496 + ], + "score": 1.0, + "content": "claims of one scheme to link the information bottleneck principle with current practice in deep", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "spans": [ + { + "bbox": [ + 105, + 493, + 505, + 506 + ], + "score": 1.0, + "content": "networks. The information bottleneck principle itself is more general and may yet offer important", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "spans": [ + { + "bbox": [ + 106, + 505, + 505, + 517 + ], + "score": 1.0, + "content": "insights into deep networks (Achille & Soatto, 2017). Moreover, the information bottleneck principle", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "spans": [ + { + "bbox": [ + 106, + 515, + 505, + 528 + ], + "score": 1.0, + "content": "could yield fundamentally new training algorithms for networks that are inherently stochastic and", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 106, + 527, + 506, + 539 + ], + "score": 1.0, + "content": "where compression is explicitly encouraged with appropriate regularization terms (Chalk et al., 2016;", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 537, + 284, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 284, + 550 + ], + "score": 1.0, + "content": "Alemi et al., 2017; Kolchinsky et al., 2017).", + "type": "text" + } + ], + "index": 30 + } + ], + "index": 20.5, + "bbox_fs": [ + 105, + 328, + 506, + 550 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 564, + 200, + 573 + ], + "lines": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "spans": [ + { + "bbox": [ + 107, + 564, + 200, + 574 + ], + "score": 1.0, + "content": "ACKNOWLEDGMENTS", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 107, + 583, + 505, + 671 + ], + "lines": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 595 + ], + "score": 1.0, + "content": "We thank Ariel Herbert-Voss for useful discussions. This work was supported by grant numbers", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "IIS 1409097 and CHE 1648973 from the US National Science Foundation, and by IARPA contract", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "#D16PC00002. Andrew Saxe and Madhu Advani thank the Swartz Program in Theoretical Theoretical", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 628 + ], + "score": 1.0, + "content": "Neuroscience at Harvard University. Artemy Kolchinsky and Brendan Tracey would like to thank the", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 627, + 505, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 627, + 505, + 640 + ], + "score": 1.0, + "content": "Santa Fe Institute for helping to support this research. Artemy Kolchinsky was supported by Grant", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "spans": [ + { + "bbox": [ + 105, + 637, + 505, + 650 + ], + "score": 1.0, + "content": "No. FQXi-RFP-1622 from the FQXi foundation and Grant No. CHE-1648973 from the US National", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "spans": [ + { + "bbox": [ + 106, + 649, + 505, + 661 + ], + "score": 1.0, + "content": "Science Foundation. Brendan Tracey was supported by AFOSR MURI on Multi-Information Sources", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 659, + 382, + 671 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 382, + 671 + ], + "score": 1.0, + "content": "of Multi-Physics Systems under Award Number FA9550-15-1-0038.", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 35.5, + "bbox_fs": [ + 105, + 582, + 505, + 671 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 690, + 175, + 701 + ], + "lines": [ + { + "bbox": [ + 106, + 690, + 176, + 703 + ], + "spans": [ + { + "bbox": [ + 106, + 690, + 176, + 703 + ], + "score": 1.0, + "content": "REFERENCES", + "type": "text" + } + ], + "index": 40 + } + ], + "index": 40 + }, + { + "type": "text", + "bbox": [ + 106, + 709, + 504, + 731 + ], + "lines": [ + { + "bbox": [ + 106, + 708, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 505, + 722 + ], + "score": 1.0, + "content": "A. Achille and S. Soatto. On the Emergence of Invariance and Disentangling in Deep Representations.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 115, + 720, + 279, + 732 + ], + "spans": [ + { + "bbox": [ + 115, + 720, + 279, + 732 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1706.01350, 2017.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 41.5, + "bbox_fs": [ + 106, + 708, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 102, + 52, + 507, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 507, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 507, + 95 + ], + "score": 1.0, + "content": "M.S. Advani and A.M. Saxe. High-dimensional dynamics of generalization error in neural networks.", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 114, + 93, + 279, + 107 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 279, + 107 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.03667, 2017.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 114, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 114, + 505, + 126 + ], + "score": 1.0, + "content": "A.A. Alemi, I. Fischer, J.V. Dillon, and K. Murphy. Deep variational information bottleneck. In", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 125, + 365, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 125, + 365, + 137 + ], + "score": 1.0, + "content": "International Conference on Learning Representations, 2017.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 143, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 143, + 506, + 158 + ], + "score": 1.0, + "content": "P. Baldi and K. Hornik. Neural networks and principal component analysis: Learning from examples", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 114, + 154, + 342, + 168 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 342, + 168 + ], + "score": 1.0, + "content": "without local minima. Neural Networks, 2:53–58, 1989.", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 175, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 187 + ], + "score": 1.0, + "content": "P.L. Bartlett and S. Mendelson. Rademacher and Gaussian Complexities: Risk Bounds and Structural", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 115, + 186, + 385, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 186, + 385, + 198 + ], + "score": 1.0, + "content": "Results. Journal of Machine Learning Research, 3:463–482, 2002.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 205, + 507, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 507, + 219 + ], + "score": 1.0, + "content": "M. Chalk, O. Marre, and G. Tkacik. Relevant sparse codes with variational information bottleneck.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 113, + 216, + 433, + 231 + ], + "spans": [ + { + "bbox": [ + 113, + 216, + 433, + 231 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 1957–1965, 2016.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 235, + 507, + 250 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 507, + 250 + ], + "score": 1.0, + "content": "G. Chechik, A. Globerson, N. Tishby, and Y. Weiss. Information bottleneck for gaussian variables.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 113, + 247, + 358, + 261 + ], + "spans": [ + { + "bbox": [ + 113, + 247, + 358, + 261 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, pp. 165–188, 2005.", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 104, + 267, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 104, + 267, + 507, + 281 + ], + "score": 1.0, + "content": "J. Chee and P. Toulis. Convergence diagnostics for stochastic gradient descent with constant step size.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 114, + 279, + 280, + 293 + ], + "spans": [ + { + "bbox": [ + 114, + 279, + 280, + 293 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.06382, 2017.", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 299, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 506, + 311 + ], + "score": 1.0, + "content": "A. Choromanska, M. Henaff, M. Mathieu, G. Arous, B., and Y. LeCun. The Loss Surfaces of", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 114, + 309, + 507, + 324 + ], + "spans": [ + { + "bbox": [ + 114, + 309, + 507, + 324 + ], + "score": 1.0, + "content": "Multilayer Networks. In Proceedings of the 18th International Conference on Artificial Intelligence,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 320, + 189, + 333 + ], + "spans": [ + { + "bbox": [ + 116, + 320, + 189, + 333 + ], + "score": 1.0, + "content": "volume 38, 2015.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "L. Dinh, R. Pascanu, S. Bengio, and Y. Bengio. Sharp Minima Can Generalize For Deep Nets. In", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 114, + 351, + 337, + 365 + ], + "spans": [ + { + "bbox": [ + 114, + 351, + 337, + 365 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, 2017.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "score": 1.0, + "content": "K. Fukumizu. Effect of Batch Learning In Multilayer Neural Networks. In Proceedings of the 5th", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 114, + 382, + 430, + 396 + ], + "spans": [ + { + "bbox": [ + 114, + 382, + 430, + 396 + ], + "score": 1.0, + "content": "International Conference on Neural Information Processing, pp. 67–70, 1998.", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 402, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 414 + ], + "score": 1.0, + "content": "I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 114, + 412, + 507, + 428 + ], + "spans": [ + { + "bbox": [ + 114, + 412, + 507, + 428 + ], + "score": 1.0, + "content": "Y. Bengio. Generative Adversarial Nets. Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 422, + 192, + 437 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 192, + 437 + ], + "score": 1.0, + "content": "2672–2680, 2014.", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "J. Kadmon and H. Sompolinsky. Optimal Architectures in a Solvable Model of Deep Networks. In", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 114, + 455, + 354, + 467 + ], + "spans": [ + { + "bbox": [ + 114, + 455, + 354, + 467 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems, 2016.", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 104, + 474, + 507, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 474, + 507, + 488 + ], + "score": 1.0, + "content": "A. Kolchinsky and B.D. Tracey. Estimating mixture entropy with pairwise distances. Entropy, 19,", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 114, + 484, + 144, + 499 + ], + "spans": [ + { + "bbox": [ + 114, + 484, + 144, + 499 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 104, + 504, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 104, + 504, + 506, + 519 + ], + "score": 1.0, + "content": "A. Kolchinsky, B.D. Tracey, and D.H. Wolpert. Nonlinear information bottleneck. arXiv preprint", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 114, + 516, + 221, + 529 + ], + "spans": [ + { + "bbox": [ + 114, + 516, + 221, + 529 + ], + "score": 1.0, + "content": "arXiv:1705.02436, 2017.", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 104, + 534, + 507, + 549 + ], + "spans": [ + { + "bbox": [ + 104, + 534, + 507, + 549 + ], + "score": 1.0, + "content": "A. Kraskov, H. Stögbauer, and P. Grassberger. Estimating mutual information. Physical Review E,", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 116, + 547, + 189, + 559 + ], + "spans": [ + { + "bbox": [ + 116, + 547, + 189, + 559 + ], + "score": 1.0, + "content": "69:066138, 2004.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "A. Krizhevsky, I. Sutskever, and G.E. Hinton. ImageNet classification with deep convolutional neural", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 114, + 576, + 473, + 591 + ], + "spans": [ + { + "bbox": [ + 114, + 576, + 473, + 591 + ], + "score": 1.0, + "content": "networks. In Advances in Neural Information Processing Systems, pp. 1097–1105. 2012.", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 104, + 596, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 596, + 506, + 612 + ], + "score": 1.0, + "content": "S. Laughlin. A simple coding procedure enhances a neuron’s information capacity. Zeitschrift für", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 114, + 609, + 269, + 621 + ], + "spans": [ + { + "bbox": [ + 114, + 609, + 269, + 621 + ], + "score": 1.0, + "content": "Naturforschung c, 36:910–912, 1981.", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 629, + 442, + 641 + ], + "spans": [ + { + "bbox": [ + 107, + 629, + 442, + 641 + ], + "score": 1.0, + "content": "Y. LeCun, Y. Bengio, and G.E. Hinton. Deep learning. Nature, 521:436–444, 2015.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "W. Lotter, G. Kreiman, and D.D. Cox. Deep predictive coding networks for video prediction and", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 114, + 659, + 374, + 672 + ], + "spans": [ + { + "bbox": [ + 114, + 659, + 374, + 672 + ], + "score": 1.0, + "content": "unsupervised learning. arXiv preprint arXiv:1605.08104, 2016.", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 678, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 693 + ], + "score": 1.0, + "content": "G. Montufar, R. Pascanu, K. Cho, and Y. Bengio. On the Number of Linear Regions of Deep Neural", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 116, + 691, + 410, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 410, + 703 + ], + "score": 1.0, + "content": "Networks. In Advances in Neural Information Processing Systems, 2014.", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 104, + 709, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 507, + 723 + ], + "score": 1.0, + "content": "N. Murata. A statistical study of on-line learning. In On-line Learning in Neural Networks, pp. 63–92.", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 116, + 722, + 259, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 722, + 259, + 734 + ], + "score": 1.0, + "content": "Cambridge University Press, 1998.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 21 + } + ], + "page_idx": 10, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 293, + 38 + ], + "lines": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "spans": [ + { + "bbox": [ + 106, + 25, + 294, + 39 + ], + "score": 1.0, + "content": "Published as a conference paper at ICLR 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 761 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "11", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 102, + 52, + 507, + 735 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 507, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 507, + 95 + ], + "score": 1.0, + "content": "M.S. Advani and A.M. Saxe. High-dimensional dynamics of generalization error in neural networks.", + "type": "text" + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 93, + 279, + 107 + ], + "spans": [ + { + "bbox": [ + 114, + 93, + 279, + 107 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.03667, 2017.", + "type": "text" + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 114, + 505, + 126 + ], + "spans": [ + { + "bbox": [ + 106, + 114, + 505, + 126 + ], + "score": 1.0, + "content": "A.A. Alemi, I. Fischer, J.V. Dillon, and K. Murphy. Deep variational information bottleneck. In", + "type": "text" + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 125, + 365, + 137 + ], + "spans": [ + { + "bbox": [ + 115, + 125, + 365, + 137 + ], + "score": 1.0, + "content": "International Conference on Learning Representations, 2017.", + "type": "text" + } + ], + "index": 3, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 143, + 506, + 158 + ], + "spans": [ + { + "bbox": [ + 104, + 143, + 506, + 158 + ], + "score": 1.0, + "content": "P. Baldi and K. Hornik. Neural networks and principal component analysis: Learning from examples", + "type": "text" + } + ], + "index": 4, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 154, + 342, + 168 + ], + "spans": [ + { + "bbox": [ + 114, + 154, + 342, + 168 + ], + "score": 1.0, + "content": "without local minima. Neural Networks, 2:53–58, 1989.", + "type": "text" + } + ], + "index": 5, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 175, + 505, + 187 + ], + "spans": [ + { + "bbox": [ + 105, + 175, + 505, + 187 + ], + "score": 1.0, + "content": "P.L. Bartlett and S. Mendelson. Rademacher and Gaussian Complexities: Risk Bounds and Structural", + "type": "text" + } + ], + "index": 6, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 186, + 385, + 198 + ], + "spans": [ + { + "bbox": [ + 115, + 186, + 385, + 198 + ], + "score": 1.0, + "content": "Results. Journal of Machine Learning Research, 3:463–482, 2002.", + "type": "text" + } + ], + "index": 7, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 205, + 507, + 219 + ], + "spans": [ + { + "bbox": [ + 105, + 205, + 507, + 219 + ], + "score": 1.0, + "content": "M. Chalk, O. Marre, and G. Tkacik. Relevant sparse codes with variational information bottleneck.", + "type": "text" + } + ], + "index": 8, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 216, + 433, + 231 + ], + "spans": [ + { + "bbox": [ + 113, + 216, + 433, + 231 + ], + "score": 1.0, + "content": "In Advances in Neural Information Processing Systems, pp. 1957–1965, 2016.", + "type": "text" + } + ], + "index": 9, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 235, + 507, + 250 + ], + "spans": [ + { + "bbox": [ + 104, + 235, + 507, + 250 + ], + "score": 1.0, + "content": "G. Chechik, A. Globerson, N. Tishby, and Y. Weiss. Information bottleneck for gaussian variables.", + "type": "text" + } + ], + "index": 10, + "is_list_start_line": true + }, + { + "bbox": [ + 113, + 247, + 358, + 261 + ], + "spans": [ + { + "bbox": [ + 113, + 247, + 358, + 261 + ], + "score": 1.0, + "content": "Journal of Machine Learning Research, pp. 165–188, 2005.", + "type": "text" + } + ], + "index": 11, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 267, + 507, + 281 + ], + "spans": [ + { + "bbox": [ + 104, + 267, + 507, + 281 + ], + "score": 1.0, + "content": "J. Chee and P. Toulis. Convergence diagnostics for stochastic gradient descent with constant step size.", + "type": "text" + } + ], + "index": 12, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 279, + 280, + 293 + ], + "spans": [ + { + "bbox": [ + 114, + 279, + 280, + 293 + ], + "score": 1.0, + "content": "arXiv preprint arXiv:1710.06382, 2017.", + "type": "text" + } + ], + "index": 13, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 299, + 506, + 311 + ], + "spans": [ + { + "bbox": [ + 105, + 299, + 506, + 311 + ], + "score": 1.0, + "content": "A. Choromanska, M. Henaff, M. Mathieu, G. Arous, B., and Y. LeCun. The Loss Surfaces of", + "type": "text" + } + ], + "index": 14, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 309, + 507, + 324 + ], + "spans": [ + { + "bbox": [ + 114, + 309, + 507, + 324 + ], + "score": 1.0, + "content": "Multilayer Networks. In Proceedings of the 18th International Conference on Artificial Intelligence,", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 116, + 320, + 189, + 333 + ], + "spans": [ + { + "bbox": [ + 116, + 320, + 189, + 333 + ], + "score": 1.0, + "content": "volume 38, 2015.", + "type": "text" + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "spans": [ + { + "bbox": [ + 105, + 340, + 505, + 353 + ], + "score": 1.0, + "content": "L. Dinh, R. Pascanu, S. Bengio, and Y. Bengio. Sharp Minima Can Generalize For Deep Nets. In", + "type": "text" + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 351, + 337, + 365 + ], + "spans": [ + { + "bbox": [ + 114, + 351, + 337, + 365 + ], + "score": 1.0, + "content": "International Conference on Machine Learning, 2017.", + "type": "text" + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "spans": [ + { + "bbox": [ + 106, + 371, + 505, + 383 + ], + "score": 1.0, + "content": "K. Fukumizu. Effect of Batch Learning In Multilayer Neural Networks. In Proceedings of the 5th", + "type": "text" + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 382, + 430, + 396 + ], + "spans": [ + { + "bbox": [ + 114, + 382, + 430, + 396 + ], + "score": 1.0, + "content": "International Conference on Neural Information Processing, pp. 67–70, 1998.", + "type": "text" + } + ], + "index": 20, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 402, + 506, + 414 + ], + "spans": [ + { + "bbox": [ + 105, + 402, + 506, + 414 + ], + "score": 1.0, + "content": "I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and", + "type": "text" + } + ], + "index": 21, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 412, + 507, + 428 + ], + "spans": [ + { + "bbox": [ + 114, + 412, + 507, + 428 + ], + "score": 1.0, + "content": "Y. Bengio. Generative Adversarial Nets. Advances in Neural Information Processing Systems, pp.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 115, + 422, + 192, + 437 + ], + "spans": [ + { + "bbox": [ + 115, + 422, + 192, + 437 + ], + "score": 1.0, + "content": "2672–2680, 2014.", + "type": "text" + } + ], + "index": 23, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "spans": [ + { + "bbox": [ + 105, + 443, + 505, + 455 + ], + "score": 1.0, + "content": "J. Kadmon and H. Sompolinsky. Optimal Architectures in a Solvable Model of Deep Networks. In", + "type": "text" + } + ], + "index": 24, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 455, + 354, + 467 + ], + "spans": [ + { + "bbox": [ + 114, + 455, + 354, + 467 + ], + "score": 1.0, + "content": "Advances in Neural Information Processing Systems, 2016.", + "type": "text" + } + ], + "index": 25, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 474, + 507, + 488 + ], + "spans": [ + { + "bbox": [ + 104, + 474, + 507, + 488 + ], + "score": 1.0, + "content": "A. Kolchinsky and B.D. Tracey. Estimating mixture entropy with pairwise distances. Entropy, 19,", + "type": "text" + } + ], + "index": 26, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 484, + 144, + 499 + ], + "spans": [ + { + "bbox": [ + 114, + 484, + 144, + 499 + ], + "score": 1.0, + "content": "2017.", + "type": "text" + } + ], + "index": 27, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 504, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 104, + 504, + 506, + 519 + ], + "score": 1.0, + "content": "A. Kolchinsky, B.D. Tracey, and D.H. Wolpert. Nonlinear information bottleneck. arXiv preprint", + "type": "text" + } + ], + "index": 28, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 516, + 221, + 529 + ], + "spans": [ + { + "bbox": [ + 114, + 516, + 221, + 529 + ], + "score": 1.0, + "content": "arXiv:1705.02436, 2017.", + "type": "text" + } + ], + "index": 29, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 534, + 507, + 549 + ], + "spans": [ + { + "bbox": [ + 104, + 534, + 507, + 549 + ], + "score": 1.0, + "content": "A. Kraskov, H. Stögbauer, and P. Grassberger. Estimating mutual information. Physical Review E,", + "type": "text" + } + ], + "index": 30, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 547, + 189, + 559 + ], + "spans": [ + { + "bbox": [ + 116, + 547, + 189, + 559 + ], + "score": 1.0, + "content": "69:066138, 2004.", + "type": "text" + } + ], + "index": 31, + "is_list_end_line": true + }, + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 505, + 579 + ], + "score": 1.0, + "content": "A. Krizhevsky, I. Sutskever, and G.E. Hinton. ImageNet classification with deep convolutional neural", + "type": "text" + } + ], + "index": 32, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 576, + 473, + 591 + ], + "spans": [ + { + "bbox": [ + 114, + 576, + 473, + 591 + ], + "score": 1.0, + "content": "networks. In Advances in Neural Information Processing Systems, pp. 1097–1105. 2012.", + "type": "text" + } + ], + "index": 33, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 596, + 506, + 612 + ], + "spans": [ + { + "bbox": [ + 104, + 596, + 506, + 612 + ], + "score": 1.0, + "content": "S. Laughlin. A simple coding procedure enhances a neuron’s information capacity. Zeitschrift für", + "type": "text" + } + ], + "index": 34, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 609, + 269, + 621 + ], + "spans": [ + { + "bbox": [ + 114, + 609, + 269, + 621 + ], + "score": 1.0, + "content": "Naturforschung c, 36:910–912, 1981.", + "type": "text" + } + ], + "index": 35, + "is_list_end_line": true + }, + { + "bbox": [ + 107, + 629, + 442, + 641 + ], + "spans": [ + { + "bbox": [ + 107, + 629, + 442, + 641 + ], + "score": 1.0, + "content": "Y. LeCun, Y. Bengio, and G.E. Hinton. Deep learning. Nature, 521:436–444, 2015.", + "type": "text" + } + ], + "index": 36, + "is_list_start_line": true, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 648, + 506, + 662 + ], + "score": 1.0, + "content": "W. Lotter, G. Kreiman, and D.D. Cox. Deep predictive coding networks for video prediction and", + "type": "text" + } + ], + "index": 37, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 659, + 374, + 672 + ], + "spans": [ + { + "bbox": [ + 114, + 659, + 374, + 672 + ], + "score": 1.0, + "content": "unsupervised learning. arXiv preprint arXiv:1605.08104, 2016.", + "type": "text" + } + ], + "index": 38, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 678, + 505, + 693 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 505, + 693 + ], + "score": 1.0, + "content": "G. Montufar, R. Pascanu, K. Cho, and Y. Bengio. On the Number of Linear Regions of Deep Neural", + "type": "text" + } + ], + "index": 39, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 691, + 410, + 703 + ], + "spans": [ + { + "bbox": [ + 116, + 691, + 410, + 703 + ], + "score": 1.0, + "content": "Networks. In Advances in Neural Information Processing Systems, 2014.", + "type": "text" + } + ], + "index": 40, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 709, + 507, + 723 + ], + "spans": [ + { + "bbox": [ + 104, + 709, + 507, + 723 + ], + "score": 1.0, + "content": "N. Murata. A statistical study of on-line learning. In On-line Learning in Neural Networks, pp. 63–92.", + "type": "text" + } + ], + "index": 41, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 722, + 259, + 734 + ], + "spans": [ + { + "bbox": [ + 116, + 722, + 259, + 734 + ], + "score": 1.0, + "content": "Cambridge University Press, 1998.", + "type": "text" + } + ], + "index": 42, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "B. Neyshabur, R. Tomioka, and N. Srebro. Norm-Based Capacity Control in Neural Networks. In", + "type": "text", + "cross_page": true + } + ], + "index": 0, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 93, + 461, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 461, + 107 + ], + "score": 1.0, + "content": "Proceedings of The 28th Conference on Learning Theory, volume 40, pp. 1–26, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 1, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 113, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 126 + ], + "score": 1.0, + "content": "H. Poggio, T.and Mhaskar, L. Rosasco, B. Miranda, and Q. Liao. Why and when can deep-but", + "type": "text", + "cross_page": true + } + ], + "index": 2, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 124, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 506, + 138 + ], + "score": 1.0, + "content": "not shallow-networks avoid the curse of dimensionality: A review. International Journal of", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 296, + 148 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 296, + 148 + ], + "score": 1.0, + "content": "Automation and Computing, pp. 1–17, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 4, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "A.M. Saxe, J.L. McClelland, and S. Ganguli. Exact solutions to the nonlinear dynamics of learning in", + "type": "text", + "cross_page": true + } + ], + "index": 5, + "is_list_start_line": true + }, + { + "bbox": [ + 116, + 166, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 116, + 166, + 506, + 179 + ], + "score": 1.0, + "content": "deep linear neural networks. In the International Conference on Learning Representations, 2014.", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 183, + 507, + 198 + ], + "spans": [ + { + "bbox": [ + 104, + 183, + 507, + 198 + ], + "score": 1.0, + "content": "J. Schmidhuber. Deep Learning in Neural Networks: An Overview. Neural Networks, 61:85–117,", + "type": "text", + "cross_page": true + } + ], + "index": 7, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 196, + 143, + 208 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 143, + 208 + ], + "score": 1.0, + "content": "2015.", + "type": "text", + "cross_page": true + } + ], + "index": 8, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "score": 1.0, + "content": "H.S. Seung, H. Sompolinsky, and N. Tishby. Statistical mechanics of learning from examples.", + "type": "text", + "cross_page": true + } + ], + "index": 9, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 226, + 282, + 239 + ], + "spans": [ + { + "bbox": [ + 115, + 226, + 282, + 239 + ], + "score": 1.0, + "content": "Physical Review A, 45:6056–6091, 1992.", + "type": "text", + "cross_page": true + } + ], + "index": 10, + "is_list_end_line": true + }, + { + "bbox": [ + 104, + 244, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 104, + 244, + 506, + 260 + ], + "score": 1.0, + "content": "R. Shwartz-Ziv and N. Tishby. Opening the black box of deep neural networks via information. arXiv", + "type": "text", + "cross_page": true + } + ], + "index": 11, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 257, + 254, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 257, + 254, + 269 + ], + "score": 1.0, + "content": "preprint arXiv:1703.00810, 2017.", + "type": "text", + "cross_page": true + } + ], + "index": 12, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "score": 1.0, + "content": "D. Silver, A. Huang, C.J. Maddison, A. Guez, L. Sifre, G. van den Driessche, J. Schrittwieser,", + "type": "text", + "cross_page": true + } + ], + "index": 13, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 286, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 506, + 301 + ], + "score": 1.0, + "content": "I. Antonoglou, V. Panneershelvam, M. Lanctot, S. Dieleman, D. Grewe, J. Nham, N. Kalchbrenner,", + "type": "text", + "cross_page": true + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 298, + 506, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 506, + 312 + ], + "score": 1.0, + "content": "I. Sutskever, T. Lillicrap, M. Leach, K. Kavukcuoglu, T. Graepel, and D. Hassabis. Mastering the", + "type": "text", + "cross_page": true + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 308, + 455, + 322 + ], + "spans": [ + { + "bbox": [ + 115, + 308, + 455, + 322 + ], + "score": 1.0, + "content": "game of Go with deep neural networks and tree search. Nature, 529:484–489, 2016.", + "type": "text", + "cross_page": true + } + ], + "index": 16, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "score": 1.0, + "content": "N. Tishby and N. Zaslavsky. Deep learning and the information bottleneck principle. In IEEE", + "type": "text", + "cross_page": true + } + ], + "index": 17, + "is_list_start_line": true + }, + { + "bbox": [ + 115, + 339, + 266, + 352 + ], + "spans": [ + { + "bbox": [ + 115, + 339, + 266, + 352 + ], + "score": 1.0, + "content": "Information Theory Workshop, 2015.", + "type": "text", + "cross_page": true + } + ], + "index": 18, + "is_list_end_line": true + }, + { + "bbox": [ + 105, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 371 + ], + "score": 1.0, + "content": "N. Tishby, F.C. Pereira, and W. Bialek. The information bottleneck method. Proceedings of the 37-th", + "type": "text", + "cross_page": true + } + ], + "index": 19, + "is_list_start_line": true + }, + { + "bbox": [ + 114, + 369, + 490, + 382 + ], + "spans": [ + { + "bbox": [ + 114, + 369, + 490, + 382 + ], + "score": 1.0, + "content": "Annual Allerton Conference on Communication, Control and Computing, pp. 368–377, 1999.", + "type": "text", + "cross_page": true + } + ], + "index": 20, + "is_list_end_line": true + } + ], + "index": 21, + "bbox_fs": [ + 104, + 83, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 104, + 82, + 507, + 382 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "B. Neyshabur, R. Tomioka, and N. Srebro. Norm-Based Capacity Control in Neural Networks. In", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 115, + 93, + 461, + 107 + ], + "spans": [ + { + "bbox": [ + 115, + 93, + 461, + 107 + ], + "score": 1.0, + "content": "Proceedings of The 28th Conference on Learning Theory, volume 40, pp. 1–26, 2015.", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 113, + 506, + 126 + ], + "spans": [ + { + "bbox": [ + 105, + 113, + 506, + 126 + ], + "score": 1.0, + "content": "H. Poggio, T.and Mhaskar, L. Rosasco, B. Miranda, and Q. Liao. Why and when can deep-but", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 115, + 124, + 506, + 138 + ], + "spans": [ + { + "bbox": [ + 115, + 124, + 506, + 138 + ], + "score": 1.0, + "content": "not shallow-networks avoid the curse of dimensionality: A review. International Journal of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 115, + 135, + 296, + 148 + ], + "spans": [ + { + "bbox": [ + 115, + 135, + 296, + 148 + ], + "score": 1.0, + "content": "Automation and Computing, pp. 1–17, 2017.", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 153, + 506, + 168 + ], + "spans": [ + { + "bbox": [ + 105, + 153, + 506, + 168 + ], + "score": 1.0, + "content": "A.M. Saxe, J.L. McClelland, and S. Ganguli. Exact solutions to the nonlinear dynamics of learning in", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 116, + 166, + 506, + 179 + ], + "spans": [ + { + "bbox": [ + 116, + 166, + 506, + 179 + ], + "score": 1.0, + "content": "deep linear neural networks. In the International Conference on Learning Representations, 2014.", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 104, + 183, + 507, + 198 + ], + "spans": [ + { + "bbox": [ + 104, + 183, + 507, + 198 + ], + "score": 1.0, + "content": "J. Schmidhuber. Deep Learning in Neural Networks: An Overview. Neural Networks, 61:85–117,", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 115, + 196, + 143, + 208 + ], + "spans": [ + { + "bbox": [ + 115, + 196, + 143, + 208 + ], + "score": 1.0, + "content": "2015.", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "spans": [ + { + "bbox": [ + 105, + 214, + 506, + 229 + ], + "score": 1.0, + "content": "H.S. Seung, H. Sompolinsky, and N. Tishby. Statistical mechanics of learning from examples.", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 115, + 226, + 282, + 239 + ], + "spans": [ + { + "bbox": [ + 115, + 226, + 282, + 239 + ], + "score": 1.0, + "content": "Physical Review A, 45:6056–6091, 1992.", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 104, + 244, + 506, + 260 + ], + "spans": [ + { + "bbox": [ + 104, + 244, + 506, + 260 + ], + "score": 1.0, + "content": "R. Shwartz-Ziv and N. Tishby. Opening the black box of deep neural networks via information. arXiv", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 115, + 257, + 254, + 269 + ], + "spans": [ + { + "bbox": [ + 115, + 257, + 254, + 269 + ], + "score": 1.0, + "content": "preprint arXiv:1703.00810, 2017.", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 289 + ], + "score": 1.0, + "content": "D. Silver, A. Huang, C.J. Maddison, A. Guez, L. Sifre, G. van den Driessche, J. Schrittwieser,", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 114, + 286, + 506, + 301 + ], + "spans": [ + { + "bbox": [ + 114, + 286, + 506, + 301 + ], + "score": 1.0, + "content": "I. Antonoglou, V. Panneershelvam, M. Lanctot, S. Dieleman, D. Grewe, J. Nham, N. Kalchbrenner,", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 115, + 298, + 506, + 312 + ], + "spans": [ + { + "bbox": [ + 115, + 298, + 506, + 312 + ], + "score": 1.0, + "content": "I. Sutskever, T. Lillicrap, M. Leach, K. Kavukcuoglu, T. Graepel, and D. Hassabis. Mastering the", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 115, + 308, + 455, + 322 + ], + "spans": [ + { + "bbox": [ + 115, + 308, + 455, + 322 + ], + "score": 1.0, + "content": "game of Go with deep neural networks and tree search. Nature, 529:484–489, 2016.", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "spans": [ + { + "bbox": [ + 105, + 327, + 506, + 343 + ], + "score": 1.0, + "content": "N. Tishby and N. Zaslavsky. Deep learning and the information bottleneck principle. In IEEE", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 115, + 339, + 266, + 352 + ], + "spans": [ + { + "bbox": [ + 115, + 339, + 266, + 352 + ], + "score": 1.0, + "content": "Information Theory Workshop, 2015.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 358, + 506, + 371 + ], + "spans": [ + { + "bbox": [ + 105, + 358, + 506, + 371 + ], + "score": 1.0, + "content": "N. Tishby, F.C. Pereira, and W. Bialek. The information bottleneck method. Proceedings of the 37-th", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 114, + 369, + 490, + 382 + ], + "spans": [ + { + "bbox": [ + 114, + 369, + 490, + 382 + ], + "score": 1.0, + "content": "Annual Allerton Conference on Communication, Control and Computing, pp. 368–377, 1999.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 10 + }, + { + "type": "title", + "bbox": [ + 108, + 402, + 399, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 399, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 399, + 416 + ], + "score": 1.0, + "content": "A LEARNING CURVES FOR tanh AND RELU NETWORKS", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 108, + 426, + 503, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 426, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 426, + 505, + 441 + ], + "score": 1.0, + "content": "Supplementary Figure 7 shows the learning curves for tanh and ReLU networks depicted in Fig. 1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "image", + "bbox": [ + 168, + 446, + 440, + 552 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 168, + 446, + 440, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 168, + 446, + 440, + 552 + ], + "spans": [ + { + "bbox": [ + 168, + 446, + 440, + 552 + ], + "score": 0.97, + "type": "image", + "image_path": "ce0355c43f7ded6cd043397ccb1f76e1f4c9361219e3e513122d676b64034395.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 168, + 446, + 440, + 481.3333333333333 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 168, + 481.3333333333333, + 440, + 516.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 168, + 516.6666666666666, + 440, + 552.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 567, + 506, + 590 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 567, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 487, + 580 + ], + "score": 1.0, + "content": "Figure 7: Learning curves for (A) tanh neural network in 1 A and (B) ReLU neural network in", + "type": "text" + }, + { + "bbox": [ + 488, + 567, + 503, + 578 + ], + "score": 0.32, + "content": "1 \\textbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 567, + 506, + 580 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 579, + 386, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 386, + 591 + ], + "score": 1.0, + "content": "Both networks show good generalization with regards to the test data.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + } + ], + "index": 25.25 + }, + { + "type": "title", + "bbox": [ + 109, + 604, + 483, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 486, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 486, + 619 + ], + "score": 1.0, + "content": "B ROBUSTNESS OF FINDINGS TO MI ESTIMATION METHOD AND NEURAL", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 621, + 253, + 632 + ], + "spans": [ + { + "bbox": [ + 126, + 621, + 253, + 632 + ], + "score": 1.0, + "content": "ACTIVATION FUNCTIONS", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 106, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 506, + 657 + ], + "score": 1.0, + "content": "This Appendix investigates the generality of the finding that compression is not observed in neural", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "network layers with certain activation functions. Figure 1 of the main text shows example results", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "score": 1.0, + "content": "using a binning-based MI estimator and a nonparametric KDE estimator, for both the tanh and ReLU", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "activation functions. Here we describe the KDE MI estimator in detail, and present extended results", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "on other datasets. We also show results for other activation functions. Finally, we provide entropy", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 374, + 711 + ], + "score": 1.0, + "content": "estimates based on another nonparametric estimator, the popular", + "type": "text" + }, + { + "bbox": [ + 374, + 699, + 381, + 709 + ], + "score": 0.29, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "-nearest neighbor approach of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "Kraskov et al. (2004). Our findings consistently show that double-saturating nonlinearities can yield", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 721, + 324, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 324, + 732 + ], + "score": 1.0, + "content": "compression, while single-sided nonlinearities do not.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33.5 + } + ], + "page_idx": 11, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "list", + "bbox": [ + 104, + 82, + 507, + 382 + ], + "lines": [], + "index": 10, + "bbox_fs": [ + 104, + 82, + 507, + 382 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 108, + 402, + 399, + 415 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 399, + 416 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 399, + 416 + ], + "score": 1.0, + "content": "A LEARNING CURVES FOR tanh AND RELU NETWORKS", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 108, + 426, + 503, + 439 + ], + "lines": [ + { + "bbox": [ + 106, + 426, + 505, + 441 + ], + "spans": [ + { + "bbox": [ + 106, + 426, + 505, + 441 + ], + "score": 1.0, + "content": "Supplementary Figure 7 shows the learning curves for tanh and ReLU networks depicted in Fig. 1.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22, + "bbox_fs": [ + 106, + 426, + 505, + 441 + ] + }, + { + "type": "image", + "bbox": [ + 168, + 446, + 440, + 552 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 168, + 446, + 440, + 552 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 168, + 446, + 440, + 552 + ], + "spans": [ + { + "bbox": [ + 168, + 446, + 440, + 552 + ], + "score": 0.97, + "type": "image", + "image_path": "ce0355c43f7ded6cd043397ccb1f76e1f4c9361219e3e513122d676b64034395.jpg" + } + ] + } + ], + "index": 24, + "virtual_lines": [ + { + "bbox": [ + 168, + 446, + 440, + 481.3333333333333 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 168, + 481.3333333333333, + 440, + 516.6666666666666 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 168, + 516.6666666666666, + 440, + 552.0 + ], + "spans": [], + "index": 25 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 567, + 506, + 590 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 567, + 506, + 580 + ], + "spans": [ + { + "bbox": [ + 106, + 567, + 487, + 580 + ], + "score": 1.0, + "content": "Figure 7: Learning curves for (A) tanh neural network in 1 A and (B) ReLU neural network in", + "type": "text" + }, + { + "bbox": [ + 488, + 567, + 503, + 578 + ], + "score": 0.32, + "content": "1 \\textbf { B }", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 567, + 506, + 580 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 579, + 386, + 591 + ], + "spans": [ + { + "bbox": [ + 106, + 579, + 386, + 591 + ], + "score": 1.0, + "content": "Both networks show good generalization with regards to the test data.", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 26.5 + } + ], + "index": 25.25 + }, + { + "type": "title", + "bbox": [ + 109, + 604, + 483, + 631 + ], + "lines": [ + { + "bbox": [ + 105, + 604, + 486, + 619 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 486, + 619 + ], + "score": 1.0, + "content": "B ROBUSTNESS OF FINDINGS TO MI ESTIMATION METHOD AND NEURAL", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 126, + 621, + 253, + 632 + ], + "spans": [ + { + "bbox": [ + 126, + 621, + 253, + 632 + ], + "score": 1.0, + "content": "ACTIVATION FUNCTIONS", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 28.5 + }, + { + "type": "text", + "bbox": [ + 106, + 643, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 642, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 642, + 506, + 657 + ], + "score": 1.0, + "content": "This Appendix investigates the generality of the finding that compression is not observed in neural", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "spans": [ + { + "bbox": [ + 106, + 655, + 505, + 667 + ], + "score": 1.0, + "content": "network layers with certain activation functions. Figure 1 of the main text shows example results", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "spans": [ + { + "bbox": [ + 105, + 666, + 505, + 677 + ], + "score": 1.0, + "content": "using a binning-based MI estimator and a nonparametric KDE estimator, for both the tanh and ReLU", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "activation functions. Here we describe the KDE MI estimator in detail, and present extended results", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "spans": [ + { + "bbox": [ + 105, + 686, + 506, + 701 + ], + "score": 1.0, + "content": "on other datasets. We also show results for other activation functions. Finally, we provide entropy", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 699, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 374, + 711 + ], + "score": 1.0, + "content": "estimates based on another nonparametric estimator, the popular", + "type": "text" + }, + { + "bbox": [ + 374, + 699, + 381, + 709 + ], + "score": 0.29, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 381, + 699, + 506, + 711 + ], + "score": 1.0, + "content": "-nearest neighbor approach of", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "Kraskov et al. (2004). Our findings consistently show that double-saturating nonlinearities can yield", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 721, + 324, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 324, + 732 + ], + "score": 1.0, + "content": "compression, while single-sided nonlinearities do not.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 33.5, + "bbox_fs": [ + 105, + 642, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 296, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 298, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 298, + 95 + ], + "score": 1.0, + "content": "B.1 KERNEL DENSITY ESTIMATION OF MI", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 291 + ], + "lines": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "The KDE approach of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) estimates the mutual", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "score": 1.0, + "content": "information between the input and the hidden layer activity by assuming that the hidden activity is", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 147, + 506, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 160 + ], + "score": 1.0, + "content": "distributed as a mixture of Gaussians. This assumption is well-suited to the present setting under", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "the following interpretation: we take the input activity to be distributed as delta functions at each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "score": 1.0, + "content": "example in the dataset, corresponding to a uniform distribution over these specific samples. In other", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "words, we assume that the empirical distribution of input samples is the true distribution. Next, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 192, + 204 + ], + "score": 1.0, + "content": "hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 192, + 192, + 200, + 201 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "is a deterministic function of the input. As mentioned in the main text and", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "score": 1.0, + "content": "discussed in more detail in Appendix C, without the assumption of noise, this would have infinite", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 213, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 505, + 226 + ], + "score": 1.0, + "content": "mutual information with the input. We therefore assume for the purposes of analysis that Gaussian", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 223, + 507, + 238 + ], + "spans": [ + { + "bbox": [ + 104, + 223, + 178, + 238 + ], + "score": 1.0, + "content": "noise of variance", + "type": "text" + }, + { + "bbox": [ + 178, + 224, + 190, + 235 + ], + "score": 0.88, + "content": "\\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 223, + 260, + 238 + ], + "score": 1.0, + "content": "is added, that is,", + "type": "text" + }, + { + "bbox": [ + 260, + 225, + 305, + 235 + ], + "score": 0.91, + "content": "T = h + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 223, + 333, + 238 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 333, + 224, + 394, + 236 + ], + "score": 0.95, + "content": "\\epsilon \\sim \\mathcal { N } ( \\bar { 0 } , \\bar { \\sigma ^ { 2 } } I )", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 223, + 507, + 238 + ], + "score": 1.0, + "content": ". Under these assumptions,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 236, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 182, + 247 + ], + "score": 1.0, + "content": "the distribution of", + "type": "text" + }, + { + "bbox": [ + 182, + 236, + 190, + 245 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 236, + 505, + 247 + ], + "score": 1.0, + "content": "is genuinely a mixture of Gaussians, with a Gaussian centered on the hidden", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 423, + 258 + ], + "score": 1.0, + "content": "activity corresponding to each input sample. We emphasize again that the noise", + "type": "text" + }, + { + "bbox": [ + 423, + 248, + 429, + 256 + ], + "score": 0.73, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 246, + 505, + 258 + ], + "score": 1.0, + "content": "is added solely for", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 257, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 505, + 271 + ], + "score": 1.0, + "content": "the purposes of analysis, and is not present during training or testing the network. In this setting, an", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 269, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 281 + ], + "score": 1.0, + "content": "upper bound for the mutual information with the input is (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 279, + 157, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 157, + 291 + ], + "score": 1.0, + "content": "et al., 2017)", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 8 + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 365, + 416, + 397 + ], + "lines": [ + { + "bbox": [ + 194, + 365, + 416, + 397 + ], + "spans": [ + { + "bbox": [ + 194, + 365, + 416, + 397 + ], + "score": 0.93, + "content": "I ( T ; X ) \\leq - { \\frac { 1 } { P } } \\sum _ { i } \\log { \\frac { 1 } { P } } \\sum _ { j } \\exp \\left( - { \\frac { 1 } { 2 } } { \\frac { \\vert \\vert h _ { i } - h _ { j } \\vert \\vert _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } } \\right)", + "type": "interline_equation", + "image_path": "fbba9039fce17d693d329e06bce9443a5d04f665dd8f72721a5f3cec7ef6374e.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 194, + 365, + 416, + 381.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 194, + 381.0, + 416, + 397.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 475, + 506, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 133, + 488 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 476, + 142, + 485 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 474, + 297, + 488 + ], + "score": 1.0, + "content": "is the number of training samples and", + "type": "text" + }, + { + "bbox": [ + 297, + 476, + 307, + 486 + ], + "score": 0.88, + "content": "h _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "denotes the hidden activity vector in response to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 487, + 491, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 160, + 499 + ], + "score": 1.0, + "content": "input sample", + "type": "text" + }, + { + "bbox": [ + 160, + 487, + 165, + 496 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 487, + 491, + 499 + ], + "score": 1.0, + "content": ". Similarly, the mutual information with respect to the output can be calculated as", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5 + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 552, + 457, + 644 + ], + "lines": [ + { + "bbox": [ + 152, + 552, + 457, + 644 + ], + "spans": [ + { + "bbox": [ + 152, + 552, + 457, + 644 + ], + "score": 0.93, + "content": "\\begin{array} { r c l } { I ( T ; Y ) } & { = } & { { \\displaystyle H ( T ) - H ( T | Y ) } } \\\\ & { \\leq } & { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) } \\\\ & & { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "cb2fe5a380eba03a05ab84e25bc76b6aae3a086fa63278aa4248b13502ce70b9.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 152, + 552, + 457, + 582.6666666666666 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 152, + 582.6666666666666, + 457, + 613.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 152, + 613.3333333333333, + 457, + 643.9999999999999 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 133, + 711 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 699, + 141, + 709 + ], + "score": 0.83, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 698, + 268, + 711 + ], + "score": 1.0, + "content": "is the number of output labels,", + "type": "text" + }, + { + "bbox": [ + 268, + 699, + 279, + 710 + ], + "score": 0.86, + "content": "P _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 698, + 498, + 711 + ], + "score": 1.0, + "content": "denotes the number of data samples with output label", + "type": "text" + }, + { + "bbox": [ + 498, + 700, + 502, + 709 + ], + "score": 0.45, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 698, + 506, + 711 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 151, + 722 + ], + "score": 0.92, + "content": "p _ { l } = P _ { l } / P", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 709, + 307, + 723 + ], + "score": 1.0, + "content": "denotes the probability of output label", + "type": "text" + }, + { + "bbox": [ + 307, + 711, + 311, + 720 + ], + "score": 0.68, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 709, + 389, + 723 + ], + "score": 1.0, + "content": ", and the sums over", + "type": "text" + }, + { + "bbox": [ + 389, + 710, + 424, + 721 + ], + "score": 0.9, + "content": "i , Y _ { i } = l", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "indicate a sum over", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 721, + 237, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 229, + 732 + ], + "score": 1.0, + "content": "all examples with output label", + "type": "text" + }, + { + "bbox": [ + 230, + 722, + 233, + 730 + ], + "score": 0.64, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 721, + 237, + 732 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + } + ], + "page_idx": 12, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "title", + "bbox": [ + 107, + 82, + 296, + 94 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 298, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 298, + 95 + ], + "score": 1.0, + "content": "B.1 KERNEL DENSITY ESTIMATION OF MI", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "text", + "bbox": [ + 106, + 126, + 505, + 291 + ], + "lines": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "spans": [ + { + "bbox": [ + 105, + 126, + 505, + 138 + ], + "score": 1.0, + "content": "The KDE approach of Kolchinsky & Tracey (2017); Kolchinsky et al. (2017) estimates the mutual", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "spans": [ + { + "bbox": [ + 105, + 136, + 505, + 150 + ], + "score": 1.0, + "content": "information between the input and the hidden layer activity by assuming that the hidden activity is", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 147, + 506, + 160 + ], + "spans": [ + { + "bbox": [ + 105, + 147, + 506, + 160 + ], + "score": 1.0, + "content": "distributed as a mixture of Gaussians. This assumption is well-suited to the present setting under", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 505, + 171 + ], + "score": 1.0, + "content": "the following interpretation: we take the input activity to be distributed as delta functions at each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 169, + 506, + 183 + ], + "score": 1.0, + "content": "example in the dataset, corresponding to a uniform distribution over these specific samples. In other", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "spans": [ + { + "bbox": [ + 105, + 181, + 505, + 193 + ], + "score": 1.0, + "content": "words, we assume that the empirical distribution of input samples is the true distribution. Next, the", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 191, + 505, + 204 + ], + "spans": [ + { + "bbox": [ + 105, + 191, + 192, + 204 + ], + "score": 1.0, + "content": "hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 192, + 192, + 200, + 201 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 200, + 191, + 505, + 204 + ], + "score": 1.0, + "content": "is a deterministic function of the input. As mentioned in the main text and", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "spans": [ + { + "bbox": [ + 106, + 203, + 505, + 215 + ], + "score": 1.0, + "content": "discussed in more detail in Appendix C, without the assumption of noise, this would have infinite", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 213, + 505, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 213, + 505, + 226 + ], + "score": 1.0, + "content": "mutual information with the input. We therefore assume for the purposes of analysis that Gaussian", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 104, + 223, + 507, + 238 + ], + "spans": [ + { + "bbox": [ + 104, + 223, + 178, + 238 + ], + "score": 1.0, + "content": "noise of variance", + "type": "text" + }, + { + "bbox": [ + 178, + 224, + 190, + 235 + ], + "score": 0.88, + "content": "\\sigma ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 223, + 260, + 238 + ], + "score": 1.0, + "content": "is added, that is,", + "type": "text" + }, + { + "bbox": [ + 260, + 225, + 305, + 235 + ], + "score": 0.91, + "content": "T = h + \\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 305, + 223, + 333, + 238 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 333, + 224, + 394, + 236 + ], + "score": 0.95, + "content": "\\epsilon \\sim \\mathcal { N } ( \\bar { 0 } , \\bar { \\sigma ^ { 2 } } I )", + "type": "inline_equation" + }, + { + "bbox": [ + 395, + 223, + 507, + 238 + ], + "score": 1.0, + "content": ". Under these assumptions,", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 236, + 505, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 236, + 182, + 247 + ], + "score": 1.0, + "content": "the distribution of", + "type": "text" + }, + { + "bbox": [ + 182, + 236, + 190, + 245 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 236, + 505, + 247 + ], + "score": 1.0, + "content": "is genuinely a mixture of Gaussians, with a Gaussian centered on the hidden", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 246, + 505, + 258 + ], + "spans": [ + { + "bbox": [ + 105, + 246, + 423, + 258 + ], + "score": 1.0, + "content": "activity corresponding to each input sample. We emphasize again that the noise", + "type": "text" + }, + { + "bbox": [ + 423, + 248, + 429, + 256 + ], + "score": 0.73, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 429, + 246, + 505, + 258 + ], + "score": 1.0, + "content": "is added solely for", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 257, + 505, + 271 + ], + "spans": [ + { + "bbox": [ + 105, + 257, + 505, + 271 + ], + "score": 1.0, + "content": "the purposes of analysis, and is not present during training or testing the network. In this setting, an", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 269, + 505, + 281 + ], + "spans": [ + { + "bbox": [ + 106, + 269, + 505, + 281 + ], + "score": 1.0, + "content": "upper bound for the mutual information with the input is (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 279, + 157, + 291 + ], + "spans": [ + { + "bbox": [ + 105, + 279, + 157, + 291 + ], + "score": 1.0, + "content": "et al., 2017)", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 8, + "bbox_fs": [ + 104, + 126, + 507, + 291 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 194, + 365, + 416, + 397 + ], + "lines": [ + { + "bbox": [ + 194, + 365, + 416, + 397 + ], + "spans": [ + { + "bbox": [ + 194, + 365, + 416, + 397 + ], + "score": 0.93, + "content": "I ( T ; X ) \\leq - { \\frac { 1 } { P } } \\sum _ { i } \\log { \\frac { 1 } { P } } \\sum _ { j } \\exp \\left( - { \\frac { 1 } { 2 } } { \\frac { \\vert \\vert h _ { i } - h _ { j } \\vert \\vert _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } } \\right)", + "type": "interline_equation", + "image_path": "fbba9039fce17d693d329e06bce9443a5d04f665dd8f72721a5f3cec7ef6374e.jpg" + } + ] + } + ], + "index": 16.5, + "virtual_lines": [ + { + "bbox": [ + 194, + 365, + 416, + 381.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 194, + 381.0, + 416, + 397.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 475, + 506, + 498 + ], + "lines": [ + { + "bbox": [ + 105, + 474, + 505, + 488 + ], + "spans": [ + { + "bbox": [ + 105, + 474, + 133, + 488 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 476, + 142, + 485 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 143, + 474, + 297, + 488 + ], + "score": 1.0, + "content": "is the number of training samples and", + "type": "text" + }, + { + "bbox": [ + 297, + 476, + 307, + 486 + ], + "score": 0.88, + "content": "h _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 474, + 505, + 488 + ], + "score": 1.0, + "content": "denotes the hidden activity vector in response to", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 487, + 491, + 499 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 160, + 499 + ], + "score": 1.0, + "content": "input sample", + "type": "text" + }, + { + "bbox": [ + 160, + 487, + 165, + 496 + ], + "score": 0.7, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 165, + 487, + 491, + 499 + ], + "score": 1.0, + "content": ". Similarly, the mutual information with respect to the output can be calculated as", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18.5, + "bbox_fs": [ + 105, + 474, + 505, + 499 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 152, + 552, + 457, + 644 + ], + "lines": [ + { + "bbox": [ + 152, + 552, + 457, + 644 + ], + "spans": [ + { + "bbox": [ + 152, + 552, + 457, + 644 + ], + "score": 0.93, + "content": "\\begin{array} { r c l } { I ( T ; Y ) } & { = } & { { \\displaystyle H ( T ) - H ( T | Y ) } } \\\\ & { \\leq } & { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) } \\\\ & & { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) \\right] } \\end{array}", + "type": "interline_equation", + "image_path": "cb2fe5a380eba03a05ab84e25bc76b6aae3a086fa63278aa4248b13502ce70b9.jpg" + } + ] + } + ], + "index": 21, + "virtual_lines": [ + { + "bbox": [ + 152, + 552, + 457, + 582.6666666666666 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 152, + 582.6666666666666, + 457, + 613.3333333333333 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 152, + 613.3333333333333, + 457, + 643.9999999999999 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 698, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 698, + 506, + 711 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 133, + 711 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 699, + 141, + 709 + ], + "score": 0.83, + "content": "L", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 698, + 268, + 711 + ], + "score": 1.0, + "content": "is the number of output labels,", + "type": "text" + }, + { + "bbox": [ + 268, + 699, + 279, + 710 + ], + "score": 0.86, + "content": "P _ { l }", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 698, + 498, + 711 + ], + "score": 1.0, + "content": "denotes the number of data samples with output label", + "type": "text" + }, + { + "bbox": [ + 498, + 700, + 502, + 709 + ], + "score": 0.45, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 698, + 506, + 711 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 709, + 506, + 723 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 151, + 722 + ], + "score": 0.92, + "content": "p _ { l } = P _ { l } / P", + "type": "inline_equation" + }, + { + "bbox": [ + 152, + 709, + 307, + 723 + ], + "score": 1.0, + "content": "denotes the probability of output label", + "type": "text" + }, + { + "bbox": [ + 307, + 711, + 311, + 720 + ], + "score": 0.68, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 312, + 709, + 389, + 723 + ], + "score": 1.0, + "content": ", and the sums over", + "type": "text" + }, + { + "bbox": [ + 389, + 710, + 424, + 721 + ], + "score": 0.9, + "content": "i , Y _ { i } = l", + "type": "inline_equation" + }, + { + "bbox": [ + 424, + 709, + 506, + 723 + ], + "score": 1.0, + "content": "indicate a sum over", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 721, + 237, + 732 + ], + "spans": [ + { + "bbox": [ + 106, + 721, + 229, + 732 + ], + "score": 1.0, + "content": "all examples with output label", + "type": "text" + }, + { + "bbox": [ + 230, + 722, + 233, + 730 + ], + "score": 0.64, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 234, + 721, + 237, + 732 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 698, + 506, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 165, + 79, + 446, + 334 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 165, + 79, + 446, + 334 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 165, + 79, + 446, + 334 + ], + "spans": [ + { + "bbox": [ + 165, + 79, + 446, + 334 + ], + "score": 0.976, + "type": "image", + "image_path": "f89ebb8650e008588c11ffbb01a6605fa94820e9aa6ba83b3408ba661f14ce97.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 165, + 79, + 446, + 91.14285714285714 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 165, + 91.14285714285714, + 446, + 103.28571428571428 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 165, + 103.28571428571428, + 446, + 115.42857142857142 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 165, + 115.42857142857142, + 446, + 127.57142857142856 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 165, + 127.57142857142856, + 446, + 139.7142857142857 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 165, + 139.7142857142857, + 446, + 151.85714285714283 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 165, + 151.85714285714283, + 446, + 163.99999999999997 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 165, + 163.99999999999997, + 446, + 176.1428571428571 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 165, + 176.1428571428571, + 446, + 188.28571428571425 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 165, + 188.28571428571425, + 446, + 200.4285714285714 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 165, + 200.4285714285714, + 446, + 212.57142857142853 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 165, + 212.57142857142853, + 446, + 224.71428571428567 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 165, + 224.71428571428567, + 446, + 236.8571428571428 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 165, + 236.8571428571428, + 446, + 248.99999999999994 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 165, + 248.99999999999994, + 446, + 261.1428571428571 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 165, + 261.1428571428571, + 446, + 273.2857142857143 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 165, + 273.2857142857143, + 446, + 285.42857142857144 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 165, + 285.42857142857144, + 446, + 297.5714285714286 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 165, + 297.5714285714286, + 446, + 309.7142857142858 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 165, + 309.7142857142858, + 446, + 321.85714285714295 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 165, + 321.85714285714295, + 446, + 334.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 350, + 506, + 438 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 351, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 506, + 362 + ], + "score": 1.0, + "content": "Figure 8: Information plane dynamics for the network architecture and training dataset of Shwartz-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "score": 1.0, + "content": "Ziv & Tishby (2017), estimated with the nonparametric KDE method of Kolchinsky & Tracey", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "(2017); Kolchinsky et al. (2017) and averaged over 50 repetitions. (A) tanh neural network layers", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 104, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "show compression. (B) ReLU neural network layers show no compression. (C) The soft-sign", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 394, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 394, + 505, + 406 + ], + "score": 1.0, + "content": "activation function, a double-saturating nonlinearity that saturates more gently than tanh, shows", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "modest compression. (D) The soft-plus activation function, a smoothed version of the ReLU, exhibits", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 416, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 506, + 428 + ], + "score": 1.0, + "content": "no compression. Hence double-saturating nonlinearities exhibit the compression effect while single-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 428, + 235, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 235, + 439 + ], + "score": 1.0, + "content": "saturating nonlinearities do not.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24.5 + } + ], + "index": 17.25 + }, + { + "type": "text", + "bbox": [ + 106, + 443, + 505, + 510 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 8A-B shows the result of applying this MI estimation method on the dataset and network", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 455, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 505, + 467 + ], + "score": 1.0, + "content": "architecture of Shwartz-Ziv & Tishby (2017), with MI estimated on the full dataset and averaged", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 478 + ], + "score": 1.0, + "content": "over 50 repetitions. Mutual information was estimated using data samples from the test set, and we", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 475, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 203, + 491 + ], + "score": 1.0, + "content": "took the noise variance", + "type": "text" + }, + { + "bbox": [ + 203, + 476, + 241, + 487 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 475, + 507, + 491 + ], + "score": 1.0, + "content": ". These results look similar to the estimate derived from binning,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 487, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 506, + 501 + ], + "score": 1.0, + "content": "with compression in tanh networks but no compression in ReLU networks. Relative to the binning", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 499, + 414, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 414, + 510 + ], + "score": 1.0, + "content": "estimate, it appears that compression is less pronounced in the KDE method.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5 + }, + { + "type": "text", + "bbox": [ + 106, + 515, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 527 + ], + "score": 1.0, + "content": "Figure 1C-D of the main text shows the results of this estimation technique applied to a neural network", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 526, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 137, + 539 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 137, + 527, + 279, + 537 + ], + "score": 0.88, + "content": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 526, + 506, + 539 + ], + "score": 1.0, + "content": "on the MNIST handwritten digit classification dataset.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "The network was trained using SGD with minibatches of size 128. As before, mutual information", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 548, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 444, + 560 + ], + "score": 1.0, + "content": "was estimated using data samples from the test set, and we took the noise variance", + "type": "text" + }, + { + "bbox": [ + 444, + 548, + 482, + 559 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 549, + 505, + 560 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 571 + ], + "score": 1.0, + "content": "smaller layer sizes in the top three hidden layers were selected to ensure the quality of the kernel", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "score": 1.0, + "content": "density estimator given the amount of data in the test set, since the estimates are more accurate for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "smaller-dimensional data. Because of computational expense, the MNIST results are from a single", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 159, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 159, + 606 + ], + "score": 1.0, + "content": "training run.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38.5 + }, + { + "type": "text", + "bbox": [ + 106, + 609, + 505, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 621 + ], + "score": 1.0, + "content": "More detailed results for the MNIST dataset are provided in Figure 9 for the tanh activation function,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 505, + 632 + ], + "score": 1.0, + "content": "and in Figure 10 for the ReLU activation function. In these figures, the first row shows the evolution", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 632, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "of the cross entropy loss (on both training and testing data sets) during training. The second row", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "score": 1.0, + "content": "shows the mutual information between input and the activity of different hidden layers, using the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "nonparametric KDE estimator described above. The blue region in the second row shows the range", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 665, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 506, + 676 + ], + "score": 1.0, + "content": "of possible MI values, ranging from the upper bound described above (Eq. 10) to the following lower", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 165, + 79, + 446, + 334 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 165, + 79, + 446, + 334 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 165, + 79, + 446, + 334 + ], + "spans": [ + { + "bbox": [ + 165, + 79, + 446, + 334 + ], + "score": 0.976, + "type": "image", + "image_path": "f89ebb8650e008588c11ffbb01a6605fa94820e9aa6ba83b3408ba661f14ce97.jpg" + } + ] + } + ], + "index": 10, + "virtual_lines": [ + { + "bbox": [ + 165, + 79, + 446, + 91.14285714285714 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 165, + 91.14285714285714, + 446, + 103.28571428571428 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 165, + 103.28571428571428, + 446, + 115.42857142857142 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 165, + 115.42857142857142, + 446, + 127.57142857142856 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 165, + 127.57142857142856, + 446, + 139.7142857142857 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 165, + 139.7142857142857, + 446, + 151.85714285714283 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 165, + 151.85714285714283, + 446, + 163.99999999999997 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 165, + 163.99999999999997, + 446, + 176.1428571428571 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 165, + 176.1428571428571, + 446, + 188.28571428571425 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 165, + 188.28571428571425, + 446, + 200.4285714285714 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 165, + 200.4285714285714, + 446, + 212.57142857142853 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 165, + 212.57142857142853, + 446, + 224.71428571428567 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 165, + 224.71428571428567, + 446, + 236.8571428571428 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 165, + 236.8571428571428, + 446, + 248.99999999999994 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 165, + 248.99999999999994, + 446, + 261.1428571428571 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 165, + 261.1428571428571, + 446, + 273.2857142857143 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 165, + 273.2857142857143, + 446, + 285.42857142857144 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 165, + 285.42857142857144, + 446, + 297.5714285714286 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 165, + 297.5714285714286, + 446, + 309.7142857142858 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 165, + 309.7142857142858, + 446, + 321.85714285714295 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 165, + 321.85714285714295, + 446, + 334.0000000000001 + ], + "spans": [], + "index": 20 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 350, + 506, + 438 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 351, + 506, + 362 + ], + "spans": [ + { + "bbox": [ + 106, + 351, + 506, + 362 + ], + "score": 1.0, + "content": "Figure 8: Information plane dynamics for the network architecture and training dataset of Shwartz-", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "spans": [ + { + "bbox": [ + 105, + 360, + 506, + 374 + ], + "score": 1.0, + "content": "Ziv & Tishby (2017), estimated with the nonparametric KDE method of Kolchinsky & Tracey", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "spans": [ + { + "bbox": [ + 106, + 372, + 505, + 384 + ], + "score": 1.0, + "content": "(2017); Kolchinsky et al. (2017) and averaged over 50 repetitions. (A) tanh neural network layers", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 104, + 383, + 506, + 396 + ], + "spans": [ + { + "bbox": [ + 104, + 383, + 506, + 396 + ], + "score": 1.0, + "content": "show compression. (B) ReLU neural network layers show no compression. (C) The soft-sign", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 394, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 106, + 394, + 505, + 406 + ], + "score": 1.0, + "content": "activation function, a double-saturating nonlinearity that saturates more gently than tanh, shows", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "spans": [ + { + "bbox": [ + 105, + 405, + 506, + 417 + ], + "score": 1.0, + "content": "modest compression. (D) The soft-plus activation function, a smoothed version of the ReLU, exhibits", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 416, + 506, + 428 + ], + "spans": [ + { + "bbox": [ + 105, + 416, + 506, + 428 + ], + "score": 1.0, + "content": "no compression. Hence double-saturating nonlinearities exhibit the compression effect while single-", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 428, + 235, + 439 + ], + "spans": [ + { + "bbox": [ + 106, + 428, + 235, + 439 + ], + "score": 1.0, + "content": "saturating nonlinearities do not.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 24.5 + } + ], + "index": 17.25 + }, + { + "type": "text", + "bbox": [ + 106, + 443, + 505, + 510 + ], + "lines": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 444, + 505, + 456 + ], + "score": 1.0, + "content": "Figure 8A-B shows the result of applying this MI estimation method on the dataset and network", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 455, + 505, + 467 + ], + "spans": [ + { + "bbox": [ + 106, + 455, + 505, + 467 + ], + "score": 1.0, + "content": "architecture of Shwartz-Ziv & Tishby (2017), with MI estimated on the full dataset and averaged", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 466, + 506, + 478 + ], + "spans": [ + { + "bbox": [ + 105, + 466, + 506, + 478 + ], + "score": 1.0, + "content": "over 50 repetitions. Mutual information was estimated using data samples from the test set, and we", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 475, + 507, + 491 + ], + "spans": [ + { + "bbox": [ + 105, + 475, + 203, + 491 + ], + "score": 1.0, + "content": "took the noise variance", + "type": "text" + }, + { + "bbox": [ + 203, + 476, + 241, + 487 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 241, + 475, + 507, + 491 + ], + "score": 1.0, + "content": ". These results look similar to the estimate derived from binning,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 487, + 506, + 501 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 506, + 501 + ], + "score": 1.0, + "content": "with compression in tanh networks but no compression in ReLU networks. Relative to the binning", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 499, + 414, + 510 + ], + "spans": [ + { + "bbox": [ + 106, + 499, + 414, + 510 + ], + "score": 1.0, + "content": "estimate, it appears that compression is less pronounced in the KDE method.", + "type": "text" + } + ], + "index": 34 + } + ], + "index": 31.5, + "bbox_fs": [ + 105, + 444, + 507, + 510 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 515, + 505, + 604 + ], + "lines": [ + { + "bbox": [ + 106, + 516, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 106, + 516, + 505, + 527 + ], + "score": 1.0, + "content": "Figure 1C-D of the main text shows the results of this estimation technique applied to a neural network", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 526, + 506, + 539 + ], + "spans": [ + { + "bbox": [ + 105, + 526, + 137, + 539 + ], + "score": 1.0, + "content": "of size", + "type": "text" + }, + { + "bbox": [ + 137, + 527, + 279, + 537 + ], + "score": 0.88, + "content": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0", + "type": "inline_equation" + }, + { + "bbox": [ + 279, + 526, + 506, + 539 + ], + "score": 1.0, + "content": "on the MNIST handwritten digit classification dataset.", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 537, + 505, + 550 + ], + "score": 1.0, + "content": "The network was trained using SGD with minibatches of size 128. As before, mutual information", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 548, + 505, + 560 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 444, + 560 + ], + "score": 1.0, + "content": "was estimated using data samples from the test set, and we took the noise variance", + "type": "text" + }, + { + "bbox": [ + 444, + 548, + 482, + 559 + ], + "score": 0.91, + "content": "\\sigma ^ { 2 } = 0 . 1", + "type": "inline_equation" + }, + { + "bbox": [ + 483, + 549, + 505, + 560 + ], + "score": 1.0, + "content": ". The", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 560, + 505, + 571 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 505, + 571 + ], + "score": 1.0, + "content": "smaller layer sizes in the top three hidden layers were selected to ensure the quality of the kernel", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "spans": [ + { + "bbox": [ + 106, + 570, + 506, + 582 + ], + "score": 1.0, + "content": "density estimator given the amount of data in the test set, since the estimates are more accurate for", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 105, + 582, + 505, + 594 + ], + "score": 1.0, + "content": "smaller-dimensional data. Because of computational expense, the MNIST results are from a single", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 105, + 592, + 159, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 592, + 159, + 606 + ], + "score": 1.0, + "content": "training run.", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 38.5, + "bbox_fs": [ + 105, + 516, + 506, + 606 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 609, + 505, + 676 + ], + "lines": [ + { + "bbox": [ + 105, + 609, + 506, + 621 + ], + "spans": [ + { + "bbox": [ + 105, + 609, + 506, + 621 + ], + "score": 1.0, + "content": "More detailed results for the MNIST dataset are provided in Figure 9 for the tanh activation function,", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 620, + 505, + 632 + ], + "spans": [ + { + "bbox": [ + 106, + 620, + 505, + 632 + ], + "score": 1.0, + "content": "and in Figure 10 for the ReLU activation function. In these figures, the first row shows the evolution", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 632, + 505, + 643 + ], + "spans": [ + { + "bbox": [ + 106, + 632, + 505, + 643 + ], + "score": 1.0, + "content": "of the cross entropy loss (on both training and testing data sets) during training. The second row", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 505, + 655 + ], + "score": 1.0, + "content": "shows the mutual information between input and the activity of different hidden layers, using the", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 666 + ], + "score": 1.0, + "content": "nonparametric KDE estimator described above. The blue region in the second row shows the range", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 106, + 665, + 506, + 676 + ], + "spans": [ + { + "bbox": [ + 106, + 665, + 506, + 676 + ], + "score": 1.0, + "content": "of possible MI values, ranging from the upper bound described above (Eq. 10) to the following lower", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 45.5, + "bbox_fs": [ + 105, + 609, + 506, + 676 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 255, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 255, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 255, + 97 + ], + "score": 1.0, + "content": "bound (Kolchinsky & Tracey, 2017),", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0 + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 99, + 460, + 175 + ], + "lines": [ + { + "bbox": [ + 149, + 99, + 460, + 175 + ], + "spans": [ + { + "bbox": [ + 149, + 99, + 460, + 175 + ], + "score": 0.94, + "content": "\\begin{array} { r c l } { { I ( T ; Y ) } } & { { \\geq } } & { { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) } } \\\\ { { } } & { { } } & { { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) \\right] . } } \\end{array}", + "type": "interline_equation", + "image_path": "2b4d855811c068dfd8a5a6373771f34f8fdd4071c1a630b953dc7e58a0914035.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 149, + 99, + 460, + 124.33333333333333 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 124.33333333333333, + 460, + 149.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 149, + 149.66666666666666, + 460, + 175.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 178, + 505, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "The third row shows the mutual information between input and activity of different hidden layers,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 190, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 505, + 201 + ], + "score": 1.0, + "content": "estimated using the binning method (here, the activity of each neuron was discretized into bins of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 199, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 104, + 199, + 455, + 214 + ], + "score": 1.0, + "content": "size 0.5). For both the second and third rows, we also plot the entropy of the inputs,", + "type": "text" + }, + { + "bbox": [ + 456, + 201, + 482, + 213 + ], + "score": 0.91, + "content": "H ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 199, + 506, + 214 + ], + "score": 1.0, + "content": ", as a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 210, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 159, + 226 + ], + "score": 1.0, + "content": "dashed line.", + "type": "text" + }, + { + "bbox": [ + 159, + 212, + 186, + 223 + ], + "score": 0.92, + "content": "H ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 210, + 372, + 226 + ], + "score": 1.0, + "content": "is an upper bound on the mutual information", + "type": "text" + }, + { + "bbox": [ + 372, + 212, + 406, + 224 + ], + "score": 0.91, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 210, + 506, + 226 + ], + "score": 1.0, + "content": ", and is computed using", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 221, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 104, + 221, + 506, + 236 + ], + "score": 1.0, + "content": "the assumption of a uniform distribution over the 10,000 testing points in the MNIST dataset, giving", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 234, + 195, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 191, + 246 + ], + "score": 0.91, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 234, + 195, + 247 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6.5 + }, + { + "type": "text", + "bbox": [ + 106, + 250, + 506, + 361 + ], + "lines": [ + { + "bbox": [ + 106, + 250, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 505, + 263 + ], + "score": 1.0, + "content": "Finally, the fourth row visualizes the dynamics of the SGD updates during training. For each layer and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 231, + 275 + ], + "score": 1.0, + "content": "epoch, the green line shows the", + "type": "text" + }, + { + "bbox": [ + 232, + 262, + 242, + 272 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "norm of the weights. We also compute the vector of mean updates", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "across SGD minibatches (this vector has one dimension for each weight parameter), as well as the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 419, + 295 + ], + "score": 1.0, + "content": "vector of the standard deviation of the updates across SGD minibatches. The", + "type": "text" + }, + { + "bbox": [ + 419, + 284, + 430, + 294 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 284, + 505, + 295 + ], + "score": 1.0, + "content": "norm of the mean", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 294, + 507, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 263, + 307 + ], + "score": 1.0, + "content": "update vector is shown in blue, and the", + "type": "text" + }, + { + "bbox": [ + 264, + 294, + 274, + 306 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 294, + 507, + 307 + ], + "score": 1.0, + "content": "norm of the standard deviation vector is shown in orange.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 305, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 506, + 318 + ], + "score": 1.0, + "content": "The gradient SNR, computed as the ratio of the norm of the mean vector to the norm of the standard", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "deviation vector, is shown in red. For both the tanh and ReLU networks, the gradient SNR shows a", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 328, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 506, + 339 + ], + "score": 1.0, + "content": "phase transition during training, and the norm of the weights in each layer increases. Importantly,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 348, + 342, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 342, + 363 + ], + "score": 1.0, + "content": "in SGD updates does not yield compression in this setting.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14.5 + } + ], + "page_idx": 14, + "page_size": [ + 612, + 792 + ], + "discarded_blocks": [ + { + "type": "discarded", + "bbox": [ + 107, + 26, + 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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 255, + 94 + ], + "lines": [ + { + "bbox": [ + 105, + 81, + 255, + 97 + ], + "spans": [ + { + "bbox": [ + 105, + 81, + 255, + 97 + ], + "score": 1.0, + "content": "bound (Kolchinsky & Tracey, 2017),", + "type": "text" + } + ], + "index": 0 + } + ], + "index": 0, + "bbox_fs": [ + 105, + 81, + 255, + 97 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 149, + 99, + 460, + 175 + ], + "lines": [ + { + "bbox": [ + 149, + 99, + 460, + 175 + ], + "spans": [ + { + "bbox": [ + 149, + 99, + 460, + 175 + ], + "score": 0.94, + "content": "\\begin{array} { r c l } { { I ( T ; Y ) } } & { { \\geq } } & { { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) } } \\\\ { { } } & { { } } & { { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) \\right] . } } \\end{array}", + "type": "interline_equation", + "image_path": "2b4d855811c068dfd8a5a6373771f34f8fdd4071c1a630b953dc7e58a0914035.jpg" + } + ] + } + ], + "index": 2, + "virtual_lines": [ + { + "bbox": [ + 149, + 99, + 460, + 124.33333333333333 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 124.33333333333333, + 460, + 149.66666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 149, + 149.66666666666666, + 460, + 175.0 + ], + "spans": [], + "index": 3 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 178, + 505, + 245 + ], + "lines": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "spans": [ + { + "bbox": [ + 105, + 177, + 506, + 191 + ], + "score": 1.0, + "content": "The third row shows the mutual information between input and activity of different hidden layers,", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 190, + 505, + 201 + ], + "spans": [ + { + "bbox": [ + 106, + 190, + 505, + 201 + ], + "score": 1.0, + "content": "estimated using the binning method (here, the activity of each neuron was discretized into bins of", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 104, + 199, + 506, + 214 + ], + "spans": [ + { + "bbox": [ + 104, + 199, + 455, + 214 + ], + "score": 1.0, + "content": "size 0.5). For both the second and third rows, we also plot the entropy of the inputs,", + "type": "text" + }, + { + "bbox": [ + 456, + 201, + 482, + 213 + ], + "score": 0.91, + "content": "H ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 482, + 199, + 506, + 214 + ], + "score": 1.0, + "content": ", as a", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 210, + 506, + 226 + ], + "spans": [ + { + "bbox": [ + 105, + 210, + 159, + 226 + ], + "score": 1.0, + "content": "dashed line.", + "type": "text" + }, + { + "bbox": [ + 159, + 212, + 186, + 223 + ], + "score": 0.92, + "content": "H ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 186, + 210, + 372, + 226 + ], + "score": 1.0, + "content": "is an upper bound on the mutual information", + "type": "text" + }, + { + "bbox": [ + 372, + 212, + 406, + 224 + ], + "score": 0.91, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 407, + 210, + 506, + 226 + ], + "score": 1.0, + "content": ", and is computed using", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 104, + 221, + 506, + 236 + ], + "spans": [ + { + "bbox": [ + 104, + 221, + 506, + 236 + ], + "score": 1.0, + "content": "the assumption of a uniform distribution over the 10,000 testing points in the MNIST dataset, giving", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 234, + 195, + 247 + ], + "spans": [ + { + "bbox": [ + 106, + 234, + 191, + 246 + ], + "score": 0.91, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 191, + 234, + 195, + 247 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 6.5, + "bbox_fs": [ + 104, + 177, + 506, + 247 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 250, + 506, + 361 + ], + "lines": [ + { + "bbox": [ + 106, + 250, + 505, + 263 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 505, + 263 + ], + "score": 1.0, + "content": "Finally, the fourth row visualizes the dynamics of the SGD updates during training. For each layer and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 261, + 505, + 275 + ], + "spans": [ + { + "bbox": [ + 105, + 261, + 231, + 275 + ], + "score": 1.0, + "content": "epoch, the green line shows the", + "type": "text" + }, + { + "bbox": [ + 232, + 262, + 242, + 272 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 242, + 261, + 505, + 275 + ], + "score": 1.0, + "content": "norm of the weights. We also compute the vector of mean updates", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 506, + 285 + ], + "score": 1.0, + "content": "across SGD minibatches (this vector has one dimension for each weight parameter), as well as the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 284, + 505, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 419, + 295 + ], + "score": 1.0, + "content": "vector of the standard deviation of the updates across SGD minibatches. The", + "type": "text" + }, + { + "bbox": [ + 419, + 284, + 430, + 294 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 284, + 505, + 295 + ], + "score": 1.0, + "content": "norm of the mean", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 294, + 507, + 307 + ], + "spans": [ + { + "bbox": [ + 105, + 294, + 263, + 307 + ], + "score": 1.0, + "content": "update vector is shown in blue, and the", + "type": "text" + }, + { + "bbox": [ + 264, + 294, + 274, + 306 + ], + "score": 0.87, + "content": "\\ell _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 275, + 294, + 507, + 307 + ], + "score": 1.0, + "content": "norm of the standard deviation vector is shown in orange.", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 305, + 506, + 318 + ], + "spans": [ + { + "bbox": [ + 106, + 305, + 506, + 318 + ], + "score": 1.0, + "content": "The gradient SNR, computed as the ratio of the norm of the mean vector to the norm of the standard", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "spans": [ + { + "bbox": [ + 105, + 316, + 506, + 329 + ], + "score": 1.0, + "content": "deviation vector, is shown in red. For both the tanh and ReLU networks, the gradient SNR shows a", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 328, + 506, + 339 + ], + "spans": [ + { + "bbox": [ + 106, + 328, + 506, + 339 + ], + "score": 1.0, + "content": "phase transition during training, and the norm of the weights in each layer increases. Importantly,", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "spans": [ + { + "bbox": [ + 105, + 338, + 506, + 351 + ], + "score": 1.0, + "content": "this phase transition occurs despite a lack of compression in the ReLU network, indicating that noise", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 348, + 342, + 363 + ], + "spans": [ + { + "bbox": [ + 105, + 348, + 342, + 363 + ], + "score": 1.0, + "content": "in SGD updates does not yield compression in this setting.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 14.5, + "bbox_fs": [ + 105, + 250, + 507, + 363 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 77, + 502, + 444 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 77, + 502, + 444 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 77, + 502, + 444 + ], + "spans": [ + { + "bbox": [ + 108, + 77, + 502, + 444 + ], + "score": 0.974, + "type": "image", + "image_path": "cc8295ba9fbcdf4553fd120007b118b080b408782fb4c7b756ca91d6a943022a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 77, + 502, + 199.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 199.33333333333331, + 502, + 321.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 321.66666666666663, + 502, + 443.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 457, + 506, + 546 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 459, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 471 + ], + "score": 1.0, + "content": "Figure 9: Detailed tanh activation function results on MNIST. Row 1: Loss over training. Row", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 335, + 482 + ], + "score": 1.0, + "content": "2: Upper and lower bounds for the mutual information", + "type": "text" + }, + { + "bbox": [ + 335, + 469, + 369, + 481 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 469, + 448, + 482 + ], + "score": 1.0, + "content": "between the input", + "type": "text" + }, + { + "bbox": [ + 448, + 470, + 464, + 480 + ], + "score": 0.72, + "content": "( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "and each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 166, + 494 + ], + "score": 1.0, + "content": "layer’s activity", + "type": "text" + }, + { + "bbox": [ + 167, + 481, + 181, + 491 + ], + "score": 0.7, + "content": "( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 480, + 506, + 494 + ], + "score": 1.0, + "content": ", using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 491, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 246, + 505 + ], + "score": 1.0, + "content": "et al., 2017). Dotted line indicates", + "type": "text" + }, + { + "bbox": [ + 247, + 491, + 330, + 503 + ], + "score": 0.92, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 491, + 506, + 505 + ], + "score": 1.0, + "content": ", the entropy of a uniform distribution over", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 445, + 515 + ], + "score": 1.0, + "content": "10,000 testing samples. Row 3: Binning-based estimate of the mutual information", + "type": "text" + }, + { + "bbox": [ + 446, + 502, + 480, + 514 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 502, + 506, + 515 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "score": 1.0, + "content": "each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 535, + 191, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 191, + 549 + ], + "score": 1.0, + "content": "each layer increases.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6.5 + } + ], + "index": 3.75 + } + ], + "page_idx": 15, + "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 2018", + "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": "image", + "bbox": [ + 108, + 77, + 502, + 444 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 77, + 502, + 444 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 77, + 502, + 444 + ], + "spans": [ + { + "bbox": [ + 108, + 77, + 502, + 444 + ], + "score": 0.974, + "type": "image", + "image_path": "cc8295ba9fbcdf4553fd120007b118b080b408782fb4c7b756ca91d6a943022a.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 77, + 502, + 199.33333333333331 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 199.33333333333331, + 502, + 321.66666666666663 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 321.66666666666663, + 502, + 443.99999999999994 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 457, + 506, + 546 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 459, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 106, + 459, + 505, + 471 + ], + "score": 1.0, + "content": "Figure 9: Detailed tanh activation function results on MNIST. Row 1: Loss over training. Row", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 469, + 506, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 335, + 482 + ], + "score": 1.0, + "content": "2: Upper and lower bounds for the mutual information", + "type": "text" + }, + { + "bbox": [ + 335, + 469, + 369, + 481 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 469, + 448, + 482 + ], + "score": 1.0, + "content": "between the input", + "type": "text" + }, + { + "bbox": [ + 448, + 470, + 464, + 480 + ], + "score": 0.72, + "content": "( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 469, + 506, + 482 + ], + "score": 1.0, + "content": "and each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 480, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 480, + 166, + 494 + ], + "score": 1.0, + "content": "layer’s activity", + "type": "text" + }, + { + "bbox": [ + 167, + 481, + 181, + 491 + ], + "score": 0.7, + "content": "( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 480, + 506, + 494 + ], + "score": 1.0, + "content": ", using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 491, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 246, + 505 + ], + "score": 1.0, + "content": "et al., 2017). Dotted line indicates", + "type": "text" + }, + { + "bbox": [ + 247, + 491, + 330, + 503 + ], + "score": 0.92, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 491, + 506, + 505 + ], + "score": 1.0, + "content": ", the entropy of a uniform distribution over", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 502, + 506, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 445, + 515 + ], + "score": 1.0, + "content": "10,000 testing samples. Row 3: Binning-based estimate of the mutual information", + "type": "text" + }, + { + "bbox": [ + 446, + 502, + 480, + 514 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 502, + 506, + 515 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 506, + 527 + ], + "score": 1.0, + "content": "each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 535, + 191, + 549 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 191, + 549 + ], + "score": 1.0, + "content": "each layer increases.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 6.5 + } + ], + "index": 3.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 78, + 502, + 443 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 78, + 502, + 443 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 78, + 502, + 443 + ], + "spans": [ + { + "bbox": [ + 108, + 78, + 502, + 443 + ], + "score": 0.973, + "type": "image", + "image_path": "6b5d4819da8c875280c0636b21620dd6a2ea91f5c10ae7ab67fc192db6fbb0d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 78, + 502, + 199.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 199.66666666666669, + 502, + 321.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 321.33333333333337, + 502, + 443.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 457, + 505, + 558 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 458, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 505, + 471 + ], + "score": 1.0, + "content": "Figure 10: Detailed ReLU activation function results on MNIST. Row 1: Loss over training. Row", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 469, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 335, + 482 + ], + "score": 1.0, + "content": "2: Upper and lower bounds for the mutual information", + "type": "text" + }, + { + "bbox": [ + 335, + 469, + 370, + 481 + ], + "score": 0.94, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 469, + 448, + 482 + ], + "score": 1.0, + "content": "between the input", + "type": "text" + }, + { + "bbox": [ + 448, + 470, + 464, + 480 + ], + "score": 0.72, + "content": "( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 469, + 505, + 482 + ], + "score": 1.0, + "content": "and each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 479, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 166, + 494 + ], + "score": 1.0, + "content": "layer’s activity", + "type": "text" + }, + { + "bbox": [ + 167, + 481, + 181, + 491 + ], + "score": 0.7, + "content": "( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 479, + 506, + 494 + ], + "score": 1.0, + "content": ", using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 491, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 246, + 505 + ], + "score": 1.0, + "content": "et al., 2017). Dotted line indicates", + "type": "text" + }, + { + "bbox": [ + 247, + 491, + 330, + 503 + ], + "score": 0.92, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 491, + 506, + 505 + ], + "score": 1.0, + "content": ", the entropy of a uniform distribution over", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 445, + 515 + ], + "score": 1.0, + "content": "10,000 testing samples. Row 3: Binning-based estimate of the mutual information", + "type": "text" + }, + { + "bbox": [ + 446, + 502, + 480, + 514 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 502, + 505, + 515 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "each layer increases. Importantly, this phase transition occurs despite a lack of compression in the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 545, + 489, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 489, + 559 + ], + "score": 1.0, + "content": "ReLU network, indicating that noise in SGD updates does not yield compression in this setting.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7 + } + ], + "index": 4.0 + } + ], + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 13 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 108, + 78, + 502, + 443 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 108, + 78, + 502, + 443 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 108, + 78, + 502, + 443 + ], + "spans": [ + { + "bbox": [ + 108, + 78, + 502, + 443 + ], + "score": 0.973, + "type": "image", + "image_path": "6b5d4819da8c875280c0636b21620dd6a2ea91f5c10ae7ab67fc192db6fbb0d4.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 108, + 78, + 502, + 199.66666666666669 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 108, + 199.66666666666669, + 502, + 321.33333333333337 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 108, + 321.33333333333337, + 502, + 443.00000000000006 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 457, + 505, + 558 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 458, + 505, + 471 + ], + "spans": [ + { + "bbox": [ + 105, + 458, + 505, + 471 + ], + "score": 1.0, + "content": "Figure 10: Detailed ReLU activation function results on MNIST. Row 1: Loss over training. Row", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 469, + 505, + 482 + ], + "spans": [ + { + "bbox": [ + 105, + 469, + 335, + 482 + ], + "score": 1.0, + "content": "2: Upper and lower bounds for the mutual information", + "type": "text" + }, + { + "bbox": [ + 335, + 469, + 370, + 481 + ], + "score": 0.94, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 469, + 448, + 482 + ], + "score": 1.0, + "content": "between the input", + "type": "text" + }, + { + "bbox": [ + 448, + 470, + 464, + 480 + ], + "score": 0.72, + "content": "( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 465, + 469, + 505, + 482 + ], + "score": 1.0, + "content": "and each", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 479, + 506, + 494 + ], + "spans": [ + { + "bbox": [ + 105, + 479, + 166, + 494 + ], + "score": 1.0, + "content": "layer’s activity", + "type": "text" + }, + { + "bbox": [ + 167, + 481, + 181, + 491 + ], + "score": 0.7, + "content": "( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 479, + 506, + 494 + ], + "score": 1.0, + "content": ", using the nonparametric KDE estimator (Kolchinsky & Tracey, 2017; Kolchinsky", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 105, + 491, + 506, + 505 + ], + "spans": [ + { + "bbox": [ + 105, + 491, + 246, + 505 + ], + "score": 1.0, + "content": "et al., 2017). Dotted line indicates", + "type": "text" + }, + { + "bbox": [ + 247, + 491, + 330, + 503 + ], + "score": 0.92, + "content": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }", + "type": "inline_equation" + }, + { + "bbox": [ + 331, + 491, + 506, + 505 + ], + "score": 1.0, + "content": ", the entropy of a uniform distribution over", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 502, + 505, + 515 + ], + "spans": [ + { + "bbox": [ + 105, + 502, + 445, + 515 + ], + "score": 1.0, + "content": "10,000 testing samples. Row 3: Binning-based estimate of the mutual information", + "type": "text" + }, + { + "bbox": [ + 446, + 502, + 480, + 514 + ], + "score": 0.93, + "content": "I ( X ; T )", + "type": "inline_equation" + }, + { + "bbox": [ + 480, + 502, + 505, + 515 + ], + "score": 1.0, + "content": ", with", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "spans": [ + { + "bbox": [ + 105, + 512, + 505, + 527 + ], + "score": 1.0, + "content": "each neuron’s activity discretized using a bin size of 0.5. Row 4: Gradient SNR and weight norm", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "spans": [ + { + "bbox": [ + 106, + 524, + 505, + 537 + ], + "score": 1.0, + "content": "dynamics. The gradient SNR shows a phase transition during training, and the norm of the weights in", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "spans": [ + { + "bbox": [ + 105, + 535, + 505, + 548 + ], + "score": 1.0, + "content": "each layer increases. Importantly, this phase transition occurs despite a lack of compression in the", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 545, + 489, + 559 + ], + "spans": [ + { + "bbox": [ + 105, + 545, + 489, + 559 + ], + "score": 1.0, + "content": "ReLU network, indicating that noise in SGD updates does not yield compression in this setting.", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 7 + } + ], + "index": 4.0 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 216, + 83, + 391, + 217 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 216, + 83, + 391, + 217 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 216, + 83, + 391, + 217 + ], + "spans": [ + { + "bbox": [ + 216, + 83, + 391, + 217 + ], + "score": 0.971, + "type": "image", + "image_path": "6c1149a7423a2791869e903f30e00c9268d38906bea86674e43fe62d02d3186f.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 216, + 83, + 391, + 96.4 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 216, + 96.4, + 391, + 109.80000000000001 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 216, + 109.80000000000001, + 391, + 123.20000000000002 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 216, + 123.20000000000002, + 391, + 136.60000000000002 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 216, + 136.60000000000002, + 391, + 150.00000000000003 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 216, + 150.00000000000003, + 391, + 163.40000000000003 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 216, + 163.40000000000003, + 391, + 176.80000000000004 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 216, + 176.80000000000004, + 391, + 190.20000000000005 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 216, + 190.20000000000005, + 391, + 203.60000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 216, + 203.60000000000005, + 391, + 217.00000000000006 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 219, + 230, + 392, + 242 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 217, + 230, + 393, + 243 + ], + "spans": [ + { + "bbox": [ + 217, + 230, + 393, + 243 + ], + "score": 1.0, + "content": "Figure 11: Alternative activation functions.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 7.25 + }, + { + "type": "title", + "bbox": [ + 107, + 256, + 270, + 267 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 271, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 271, + 268 + ], + "score": 1.0, + "content": "B.2 OTHER ACTIVATION FUNCTIONS", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 276, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 290 + ], + "score": 1.0, + "content": "Next, in Fig. 8C-D, we show results from the kernel MI estimator from two additional nonlinear", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 288, + 275, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 275, + 300 + ], + "score": 1.0, + "content": "activation functions, the softsign function", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5 + }, + { + "type": "interline_equation", + "bbox": [ + 271, + 304, + 339, + 329 + ], + "lines": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "spans": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "score": 0.93, + "content": "f ( x ) = { \\frac { x } { 1 + | x | } } ,", + "type": "interline_equation", + "image_path": "dad4d588c208e612df65eed8f8fbb3d99f3777d4303bb3bbf635e10b8ec79bfc.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 334, + 207, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 208, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 208, + 346 + ], + "score": 1.0, + "content": "and the softplus function", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 344, + 345, + 358 + ], + "lines": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "spans": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "score": 0.91, + "content": "f ( x ) = \\ln ( 1 + e ^ { x } ) .", + "type": "interline_equation", + "image_path": "ed095b104e589ed18d34efef57c8ac25b4d0e00571c34a6136a01f8c8298b2df.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 360, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "These functions are plotted next to tanh and ReLU in Fig. 11. The softsign function is similar to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "tanh but saturates more slowly, and yields less compression than tanh. The softplus function is a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 383, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 505, + 395 + ], + "score": 1.0, + "content": "smoothed version of the ReLU, and yields similar dynamics with no compression. Because softplus", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 394, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 406 + ], + "score": 1.0, + "content": "never saturates fully to zero, it retains more information with respect to the input than ReLUs in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 406, + 140, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 406, + 140, + 416 + ], + "score": 1.0, + "content": "general.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19 + }, + { + "type": "title", + "bbox": [ + 108, + 430, + 228, + 441 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 230, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 230, + 443 + ], + "score": 1.0, + "content": "B.3 KRASKOV ESTIMATOR", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 506, + 571 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 463 + ], + "score": 1.0, + "content": "We additionally investigated the widely-used nonparametric MI estimator of Kraskov et al. (2004).", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "score": 1.0, + "content": "This estimator uses nearest neighbor distances between samples to compute an estimate of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "entropy of a continuous random variable. Here we focused for simplicity only on the compression", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "phenomenon in the mutual information between the input and hidden layer activity, leaving aside the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "information with respect to the output (as this is not relevant to the compression phenomenon). Again,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 505, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 519 + ], + "score": 1.0, + "content": "without additional noise assumptions, the MI between the hidden representation and the input would", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 516, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 506, + 530 + ], + "score": 1.0, + "content": "be infinite because the mapping is deterministic. Rather than make specific noise assumptions, we", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 439, + 540 + ], + "score": 1.0, + "content": "instead use the Kraskov method to estimate the entropy of the hidden representations", + "type": "text" + }, + { + "bbox": [ + 440, + 528, + 448, + 537 + ], + "score": 0.72, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 528, + 506, + 540 + ], + "score": 1.0, + "content": ". Note that the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 149, + 551 + ], + "score": 1.0, + "content": "entropy of", + "type": "text" + }, + { + "bbox": [ + 150, + 539, + 158, + 549 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "is the mutual information up to an unknown constant so long as the noise assumption is", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 549, + 507, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 201, + 562 + ], + "score": 1.0, + "content": "homoscedastic, that is,", + "type": "text" + }, + { + "bbox": [ + 201, + 550, + 248, + 560 + ], + "score": 0.91, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 549, + 360, + 562 + ], + "score": 1.0, + "content": "where the random variable", + "type": "text" + }, + { + "bbox": [ + 361, + 550, + 370, + 559 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 549, + 443, + 562 + ], + "score": 1.0, + "content": "is independent of", + "type": "text" + }, + { + "bbox": [ + 443, + 550, + 453, + 559 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 549, + 507, + 562 + ], + "score": 1.0, + "content": ". To see this,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 561, + 144, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 144, + 571 + ], + "score": 1.0, + "content": "note that", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28 + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 576, + 374, + 621 + ], + "lines": [ + { + "bbox": [ + 237, + 576, + 374, + 621 + ], + "spans": [ + { + "bbox": [ + 237, + 576, + 374, + 621 + ], + "score": 0.92, + "content": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { H ( T ) - H ( T | X ) } } \\\\ { { } } & { { = } } & { { H ( T ) - H ( Z ) } } \\\\ { { } } & { { = } } & { { H ( T ) - c } } \\end{array}", + "type": "interline_equation", + "image_path": "ae64ad5f1f4dfb84bbbc558b10a8d6538e1aa3c4bdf44df517831ae47582c452.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 576, + 374, + 598.5 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 237, + 598.5, + 374, + 621.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 506, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 182, + 638 + ], + "score": 1.0, + "content": "where the constant", + "type": "text" + }, + { + "bbox": [ + 182, + 625, + 225, + 637 + ], + "score": 0.92, + "content": "c = H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 625, + 428, + 638 + ], + "score": 1.0, + "content": ". Hence observing compression in the layer entropy", + "type": "text" + }, + { + "bbox": [ + 429, + 625, + 453, + 637 + ], + "score": 0.92, + "content": "H ( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "is enough to", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 636, + 349, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 349, + 648 + ], + "score": 1.0, + "content": "establish that compression occurs in the mutual information.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5 + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 241, + 664 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 241, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 241, + 667 + ], + "score": 1.0, + "content": "The Kraskov estimate is given by", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38 + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 669, + 437, + 704 + ], + "lines": [ + { + "bbox": [ + 174, + 669, + 437, + 704 + ], + "spans": [ + { + "bbox": [ + 174, + 669, + 437, + 704 + ], + "score": 0.93, + "content": "\\frac { d } { P } \\sum _ { i = 1 } ^ { P } \\log ( r _ { i } + \\epsilon ) + \\frac { d } { 2 } \\log ( \\pi ) - \\log \\Gamma ( d / 2 + 1 ) + \\psi ( P ) - \\psi ( k )", + "type": "interline_equation", + "image_path": "063bc3c5963df32d1711d536fa9f9448266875271f28eef6b7368b3fe23b0943.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 174, + 669, + 437, + 680.6666666666666 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 174, + 680.6666666666666, + 437, + 692.3333333333333 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 174, + 692.3333333333333, + 437, + 703.9999999999999 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 133, + 723 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 710, + 139, + 720 + ], + "score": 0.83, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 708, + 323, + 723 + ], + "score": 1.0, + "content": "is the dimension of the hidden representation,", + "type": "text" + }, + { + "bbox": [ + 323, + 711, + 331, + 720 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 708, + 436, + 723 + ], + "score": 1.0, + "content": "is the number of samples,", + "type": "text" + }, + { + "bbox": [ + 436, + 712, + 446, + 721 + ], + "score": 0.84, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "is the distance", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 133, + 733 + ], + "score": 1.0, + "content": "to the", + "type": "text" + }, + { + "bbox": [ + 133, + 721, + 140, + 730 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 720, + 268, + 733 + ], + "score": 1.0, + "content": "-th nearest neighbor of sample", + "type": "text" + }, + { + "bbox": [ + 268, + 722, + 272, + 730 + ], + "score": 0.66, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 720, + 277, + 733 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 277, + 725, + 282, + 730 + ], + "score": 0.72, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 720, + 460, + 733 + ], + "score": 1.0, + "content": "is a small constant for numerical stability,", + "type": "text" + }, + { + "bbox": [ + 460, + 720, + 478, + 732 + ], + "score": 0.9, + "content": "\\Gamma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5 + } + ], + "page_idx": 17, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 763 + ], + "score": 1.0, + "content": "18", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 216, + 83, + 391, + 217 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 216, + 83, + 391, + 217 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 216, + 83, + 391, + 217 + ], + "spans": [ + { + "bbox": [ + 216, + 83, + 391, + 217 + ], + "score": 0.971, + "type": "image", + "image_path": "6c1149a7423a2791869e903f30e00c9268d38906bea86674e43fe62d02d3186f.jpg" + } + ] + } + ], + "index": 4.5, + "virtual_lines": [ + { + "bbox": [ + 216, + 83, + 391, + 96.4 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 216, + 96.4, + 391, + 109.80000000000001 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 216, + 109.80000000000001, + 391, + 123.20000000000002 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 216, + 123.20000000000002, + 391, + 136.60000000000002 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 216, + 136.60000000000002, + 391, + 150.00000000000003 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 216, + 150.00000000000003, + 391, + 163.40000000000003 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 216, + 163.40000000000003, + 391, + 176.80000000000004 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 216, + 176.80000000000004, + 391, + 190.20000000000005 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 216, + 190.20000000000005, + 391, + 203.60000000000005 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 216, + 203.60000000000005, + 391, + 217.00000000000006 + ], + "spans": [], + "index": 9 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 219, + 230, + 392, + 242 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 217, + 230, + 393, + 243 + ], + "spans": [ + { + "bbox": [ + 217, + 230, + 393, + 243 + ], + "score": 1.0, + "content": "Figure 11: Alternative activation functions.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 10 + } + ], + "index": 7.25 + }, + { + "type": "title", + "bbox": [ + 107, + 256, + 270, + 267 + ], + "lines": [ + { + "bbox": [ + 105, + 255, + 271, + 268 + ], + "spans": [ + { + "bbox": [ + 105, + 255, + 271, + 268 + ], + "score": 1.0, + "content": "B.2 OTHER ACTIVATION FUNCTIONS", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "text", + "bbox": [ + 106, + 276, + 505, + 299 + ], + "lines": [ + { + "bbox": [ + 105, + 275, + 506, + 290 + ], + "spans": [ + { + "bbox": [ + 105, + 275, + 506, + 290 + ], + "score": 1.0, + "content": "Next, in Fig. 8C-D, we show results from the kernel MI estimator from two additional nonlinear", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 288, + 275, + 300 + ], + "spans": [ + { + "bbox": [ + 106, + 288, + 275, + 300 + ], + "score": 1.0, + "content": "activation functions, the softsign function", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12.5, + "bbox_fs": [ + 105, + 275, + 506, + 300 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 271, + 304, + 339, + 329 + ], + "lines": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "spans": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "score": 0.93, + "content": "f ( x ) = { \\frac { x } { 1 + | x | } } ,", + "type": "interline_equation", + "image_path": "dad4d588c208e612df65eed8f8fbb3d99f3777d4303bb3bbf635e10b8ec79bfc.jpg" + } + ] + } + ], + "index": 14, + "virtual_lines": [ + { + "bbox": [ + 271, + 304, + 339, + 329 + ], + "spans": [], + "index": 14 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 334, + 207, + 345 + ], + "lines": [ + { + "bbox": [ + 105, + 333, + 208, + 346 + ], + "spans": [ + { + "bbox": [ + 105, + 333, + 208, + 346 + ], + "score": 1.0, + "content": "and the softplus function", + "type": "text" + } + ], + "index": 15 + } + ], + "index": 15, + "bbox_fs": [ + 105, + 333, + 208, + 346 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 265, + 344, + 345, + 358 + ], + "lines": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "spans": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "score": 0.91, + "content": "f ( x ) = \\ln ( 1 + e ^ { x } ) .", + "type": "interline_equation", + "image_path": "ed095b104e589ed18d34efef57c8ac25b4d0e00571c34a6136a01f8c8298b2df.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 265, + 344, + 345, + 358 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 360, + 505, + 416 + ], + "lines": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "spans": [ + { + "bbox": [ + 106, + 361, + 505, + 373 + ], + "score": 1.0, + "content": "These functions are plotted next to tanh and ReLU in Fig. 11. The softsign function is similar to", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "spans": [ + { + "bbox": [ + 105, + 371, + 506, + 385 + ], + "score": 1.0, + "content": "tanh but saturates more slowly, and yields less compression than tanh. The softplus function is a", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 383, + 505, + 395 + ], + "spans": [ + { + "bbox": [ + 106, + 383, + 505, + 395 + ], + "score": 1.0, + "content": "smoothed version of the ReLU, and yields similar dynamics with no compression. Because softplus", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 394, + 505, + 406 + ], + "spans": [ + { + "bbox": [ + 105, + 394, + 505, + 406 + ], + "score": 1.0, + "content": "never saturates fully to zero, it retains more information with respect to the input than ReLUs in", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 406, + 140, + 416 + ], + "spans": [ + { + "bbox": [ + 104, + 406, + 140, + 416 + ], + "score": 1.0, + "content": "general.", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 19, + "bbox_fs": [ + 104, + 361, + 506, + 416 + ] + }, + { + "type": "title", + "bbox": [ + 108, + 430, + 228, + 441 + ], + "lines": [ + { + "bbox": [ + 106, + 430, + 230, + 443 + ], + "spans": [ + { + "bbox": [ + 106, + 430, + 230, + 443 + ], + "score": 1.0, + "content": "B.3 KRASKOV ESTIMATOR", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 22 + }, + { + "type": "text", + "bbox": [ + 106, + 450, + 506, + 571 + ], + "lines": [ + { + "bbox": [ + 105, + 451, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 451, + 506, + 463 + ], + "score": 1.0, + "content": "We additionally investigated the widely-used nonparametric MI estimator of Kraskov et al. (2004).", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 506, + 474 + ], + "score": 1.0, + "content": "This estimator uses nearest neighbor distances between samples to compute an estimate of the", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "spans": [ + { + "bbox": [ + 105, + 473, + 505, + 486 + ], + "score": 1.0, + "content": "entropy of a continuous random variable. Here we focused for simplicity only on the compression", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "spans": [ + { + "bbox": [ + 106, + 484, + 505, + 496 + ], + "score": 1.0, + "content": "phenomenon in the mutual information between the input and hidden layer activity, leaving aside the", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "spans": [ + { + "bbox": [ + 105, + 494, + 506, + 507 + ], + "score": 1.0, + "content": "information with respect to the output (as this is not relevant to the compression phenomenon). Again,", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 505, + 506, + 519 + ], + "spans": [ + { + "bbox": [ + 105, + 505, + 506, + 519 + ], + "score": 1.0, + "content": "without additional noise assumptions, the MI between the hidden representation and the input would", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 105, + 516, + 506, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 516, + 506, + 530 + ], + "score": 1.0, + "content": "be infinite because the mapping is deterministic. Rather than make specific noise assumptions, we", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 528, + 506, + 540 + ], + "spans": [ + { + "bbox": [ + 105, + 528, + 439, + 540 + ], + "score": 1.0, + "content": "instead use the Kraskov method to estimate the entropy of the hidden representations", + "type": "text" + }, + { + "bbox": [ + 440, + 528, + 448, + 537 + ], + "score": 0.72, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 448, + 528, + 506, + 540 + ], + "score": 1.0, + "content": ". Note that the", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 539, + 506, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 539, + 149, + 551 + ], + "score": 1.0, + "content": "entropy of", + "type": "text" + }, + { + "bbox": [ + 150, + 539, + 158, + 549 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 539, + 506, + 551 + ], + "score": 1.0, + "content": "is the mutual information up to an unknown constant so long as the noise assumption is", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 549, + 507, + 562 + ], + "spans": [ + { + "bbox": [ + 105, + 549, + 201, + 562 + ], + "score": 1.0, + "content": "homoscedastic, that is,", + "type": "text" + }, + { + "bbox": [ + 201, + 550, + 248, + 560 + ], + "score": 0.91, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 249, + 549, + 360, + 562 + ], + "score": 1.0, + "content": "where the random variable", + "type": "text" + }, + { + "bbox": [ + 361, + 550, + 370, + 559 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 549, + 443, + 562 + ], + "score": 1.0, + "content": "is independent of", + "type": "text" + }, + { + "bbox": [ + 443, + 550, + 453, + 559 + ], + "score": 0.8, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 454, + 549, + 507, + 562 + ], + "score": 1.0, + "content": ". To see this,", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 561, + 144, + 571 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 144, + 571 + ], + "score": 1.0, + "content": "note that", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 28, + "bbox_fs": [ + 105, + 451, + 507, + 571 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 237, + 576, + 374, + 621 + ], + "lines": [ + { + "bbox": [ + 237, + 576, + 374, + 621 + ], + "spans": [ + { + "bbox": [ + 237, + 576, + 374, + 621 + ], + "score": 0.92, + "content": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { H ( T ) - H ( T | X ) } } \\\\ { { } } & { { = } } & { { H ( T ) - H ( Z ) } } \\\\ { { } } & { { = } } & { { H ( T ) - c } } \\end{array}", + "type": "interline_equation", + "image_path": "ae64ad5f1f4dfb84bbbc558b10a8d6538e1aa3c4bdf44df517831ae47582c452.jpg" + } + ] + } + ], + "index": 34.5, + "virtual_lines": [ + { + "bbox": [ + 237, + 576, + 374, + 598.5 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 237, + 598.5, + 374, + 621.0 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 624, + 506, + 647 + ], + "lines": [ + { + "bbox": [ + 106, + 625, + 505, + 638 + ], + "spans": [ + { + "bbox": [ + 106, + 625, + 182, + 638 + ], + "score": 1.0, + "content": "where the constant", + "type": "text" + }, + { + "bbox": [ + 182, + 625, + 225, + 637 + ], + "score": 0.92, + "content": "c = H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 225, + 625, + 428, + 638 + ], + "score": 1.0, + "content": ". Hence observing compression in the layer entropy", + "type": "text" + }, + { + "bbox": [ + 429, + 625, + 453, + 637 + ], + "score": 0.92, + "content": "H ( T )", + "type": "inline_equation" + }, + { + "bbox": [ + 453, + 625, + 505, + 638 + ], + "score": 1.0, + "content": "is enough to", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 636, + 349, + 648 + ], + "spans": [ + { + "bbox": [ + 105, + 636, + 349, + 648 + ], + "score": 1.0, + "content": "establish that compression occurs in the mutual information.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 36.5, + "bbox_fs": [ + 105, + 625, + 505, + 648 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 653, + 241, + 664 + ], + "lines": [ + { + "bbox": [ + 105, + 650, + 241, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 650, + 241, + 667 + ], + "score": 1.0, + "content": "The Kraskov estimate is given by", + "type": "text" + } + ], + "index": 38 + } + ], + "index": 38, + "bbox_fs": [ + 105, + 650, + 241, + 667 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 174, + 669, + 437, + 704 + ], + "lines": [ + { + "bbox": [ + 174, + 669, + 437, + 704 + ], + "spans": [ + { + "bbox": [ + 174, + 669, + 437, + 704 + ], + "score": 0.93, + "content": "\\frac { d } { P } \\sum _ { i = 1 } ^ { P } \\log ( r _ { i } + \\epsilon ) + \\frac { d } { 2 } \\log ( \\pi ) - \\log \\Gamma ( d / 2 + 1 ) + \\psi ( P ) - \\psi ( k )", + "type": "interline_equation", + "image_path": "063bc3c5963df32d1711d536fa9f9448266875271f28eef6b7368b3fe23b0943.jpg" + } + ] + } + ], + "index": 40, + "virtual_lines": [ + { + "bbox": [ + 174, + 669, + 437, + 680.6666666666666 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 174, + 680.6666666666666, + 437, + 692.3333333333333 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 174, + 692.3333333333333, + 437, + 703.9999999999999 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 503, + 732 + ], + "lines": [ + { + "bbox": [ + 105, + 708, + 505, + 723 + ], + "spans": [ + { + "bbox": [ + 105, + 708, + 133, + 723 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 133, + 710, + 139, + 720 + ], + "score": 0.83, + "content": "d", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 708, + 323, + 723 + ], + "score": 1.0, + "content": "is the dimension of the hidden representation,", + "type": "text" + }, + { + "bbox": [ + 323, + 711, + 331, + 720 + ], + "score": 0.83, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 332, + 708, + 436, + 723 + ], + "score": 1.0, + "content": "is the number of samples,", + "type": "text" + }, + { + "bbox": [ + 436, + 712, + 446, + 721 + ], + "score": 0.84, + "content": "r _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 446, + 708, + 505, + 723 + ], + "score": 1.0, + "content": "is the distance", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 720, + 505, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 133, + 733 + ], + "score": 1.0, + "content": "to the", + "type": "text" + }, + { + "bbox": [ + 133, + 721, + 140, + 730 + ], + "score": 0.82, + "content": "k", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 720, + 268, + 733 + ], + "score": 1.0, + "content": "-th nearest neighbor of sample", + "type": "text" + }, + { + "bbox": [ + 268, + 722, + 272, + 730 + ], + "score": 0.66, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 272, + 720, + 277, + 733 + ], + "score": 1.0, + "content": ",", + "type": "text" + }, + { + "bbox": [ + 277, + 725, + 282, + 730 + ], + "score": 0.72, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 282, + 720, + 460, + 733 + ], + "score": 1.0, + "content": "is a small constant for numerical stability,", + "type": "text" + }, + { + "bbox": [ + 460, + 720, + 478, + 732 + ], + "score": 0.9, + "content": "\\Gamma ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 479, + 720, + 505, + 733 + ], + "score": 1.0, + "content": "is the", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 42.5, + "bbox_fs": [ + 105, + 708, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 198, + 95 + ], + "score": 1.0, + "content": "Gamma function, and", + "type": "text" + }, + { + "bbox": [ + 198, + 82, + 217, + 95 + ], + "score": 0.91, + "content": "\\psi ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 82, + 405, + 95 + ], + "score": 1.0, + "content": "is the digamma function. Here the parameter", + "type": "text" + }, + { + "bbox": [ + 405, + 85, + 411, + 92 + ], + "score": 0.59, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "prevents infinite terms", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 432, + 108 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 432, + 108 + ], + "score": 1.0, + "content": "when the nearest neighbor distance ri = 0 for some sample. We took \u000f = 10−16.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5 + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 506, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 506, + 122 + ], + "score": 1.0, + "content": "Figure 12 shows the entropy over training for tanh and ReLU networks trained on the dataset of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "and with the network architecture in Shwartz-Ziv & Tishby (2017), averaged over 50 repeats. In", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 219, + 145 + ], + "score": 1.0, + "content": "these experiments, we used", + "type": "text" + }, + { + "bbox": [ + 219, + 132, + 245, + 142 + ], + "score": 0.89, + "content": "k = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 132, + 505, + 145 + ], + "score": 1.0, + "content": ". Compression would correspond to decreasing entropy over the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "course of training, while a lack of compression would correspond to increasing entropy. Several tanh", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 506, + 166 + ], + "score": 1.0, + "content": "layers exhibit compression, while the ReLU layers do not. Hence qualitatively, the Kraskov estimator", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 335, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 335, + 178 + ], + "score": 1.0, + "content": "returns similar results to the binning and KDE strategies.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5 + }, + { + "type": "image", + "bbox": [ + 119, + 187, + 483, + 324 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 187, + 483, + 324 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 187, + 483, + 324 + ], + "spans": [ + { + "bbox": [ + 119, + 187, + 483, + 324 + ], + "score": 0.976, + "type": "image", + "image_path": "d35dbe7c6e40d832895cc4e561a74abc5f2ec6a2b6e899768df8078d5351eb42.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 119, + 187, + 483, + 232.66666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 119, + 232.66666666666666, + 483, + 278.3333333333333 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 119, + 278.3333333333333, + 483, + 324.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 341, + 506, + 429 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "Figure 12: Entropy dynamics over training for the network architecture and training dataset of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 352, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 360, + 364 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017), estimated with the nonparametric", + "type": "text" + }, + { + "bbox": [ + 361, + 353, + 367, + 363 + ], + "score": 0.35, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 352, + 506, + 364 + ], + "score": 1.0, + "content": "-nearest-neighbor-based method of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 232, + 376 + ], + "score": 1.0, + "content": "Kraskov et al. (2004). Here the", + "type": "text" + }, + { + "bbox": [ + 233, + 365, + 240, + 374 + ], + "score": 0.31, + "content": "\\mathbf { X } ^ { } -", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "-axis is epochs of training time, and the y-axis plots the entropy of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "the hidden representation, as calculated using nearest-neighbor distances. Note that in this setting, if", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 384, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 115, + 395 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 384, + 506, + 398 + ], + "score": 1.0, + "content": "is considered to be the hidden activity plus independent noise, the entropy is equal to the mutual", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "information up to a constant (see derivation in text). Layers 0-4 correspond to the hidden layers of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 407, + 507, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 420 + ], + "score": 1.0, + "content": "size 10-7-5-4-3. (A) tanh neural network layers can show compression over the course of training.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 419, + 328, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 328, + 430 + ], + "score": 1.0, + "content": "(B) ReLU neural network layers show no compression.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + } + ], + "index": 11.75 + }, + { + "type": "title", + "bbox": [ + 108, + 444, + 453, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 456, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 456, + 459 + ], + "score": 1.0, + "content": "C NOISE ASSUMPTIONS AND DISCRETE VS CONTINUOUS ENTROPY", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 468, + 506, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "A recurring theme in the results reported in this paper is the necessity of noise assumptions to yield a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 478, + 507, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 507, + 492 + ], + "score": 1.0, + "content": "nontrivial information theoretic analysis. Here we give an extended discussion of this phenomenon,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 489, + 461, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 461, + 504 + ], + "score": 1.0, + "content": "and of issues relating to discrete entropy as opposed to continuous (differential) entropy.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "The activity of a neural network is often a continuous deterministic function of its input. That is, in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 189, + 530 + ], + "score": 1.0, + "content": "response to an input", + "type": "text" + }, + { + "bbox": [ + 189, + 519, + 199, + 528 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 518, + 387, + 530 + ], + "score": 1.0, + "content": ", a specific hidden layer might produce activity", + "type": "text" + }, + { + "bbox": [ + 388, + 518, + 430, + 530 + ], + "score": 0.95, + "content": "h = f ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "for some function", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 528, + 334, + 542 + ], + "spans": [ + { + "bbox": [ + 107, + 530, + 114, + 541 + ], + "score": 0.82, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 528, + 251, + 542 + ], + "score": 1.0, + "content": ". The mutual information between", + "type": "text" + }, + { + "bbox": [ + 252, + 529, + 258, + 539 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 528, + 276, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 277, + 529, + 287, + 539 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 528, + 334, + 542 + ], + "score": 1.0, + "content": "is given by", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24 + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 543, + 373, + 558 + ], + "lines": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "spans": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "score": 0.9, + "content": "\\begin{array} { l l l } { { I ( h ; X ) } } & { { = } } & { { H ( h ) - H ( h | X ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "2ddea48d352590005b744757054e3dc800ffa2ab153f41eb772b09d691a581d7.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 560, + 366, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 558, + 366, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 115, + 574 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 561, + 123, + 570 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 558, + 366, + 574 + ], + "score": 1.0, + "content": "were a discrete variable, then the entropy would be given by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 574, + 344, + 609 + ], + "lines": [ + { + "bbox": [ + 247, + 574, + 344, + 609 + ], + "spans": [ + { + "bbox": [ + 247, + 574, + 344, + 609 + ], + "score": 0.95, + "content": "H ( h ) = - \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i }", + "type": "interline_equation", + "image_path": "5462ea43985fc5e5b892174c0e7260549818918a5de68060a98efad4810d7fe3.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 574, + 344, + 591.5 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 247, + 591.5, + 344, + 609.0 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 612, + 505, + 635 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 504, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 132, + 624 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 614, + 142, + 623 + ], + "score": 0.85, + "content": "p _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 612, + 299, + 624 + ], + "score": 1.0, + "content": "is the probability of the discrete symbol", + "type": "text" + }, + { + "bbox": [ + 300, + 613, + 304, + 622 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 612, + 450, + 624 + ], + "score": 1.0, + "content": ", as mentioned in the main text. Then", + "type": "text" + }, + { + "bbox": [ + 451, + 612, + 504, + 624 + ], + "score": 0.92, + "content": "H ( h | X ) = 0", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 622, + 381, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 308, + 635 + ], + "score": 1.0, + "content": "because the mapping is deterministic and we have", + "type": "text" + }, + { + "bbox": [ + 308, + 623, + 377, + 635 + ], + "score": 0.93, + "content": "I ( h ; X ) = H ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 622, + 381, + 635 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5 + }, + { + "type": "text", + "bbox": [ + 107, + 640, + 503, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 144, + 653 + ], + "score": 1.0, + "content": "However", + "type": "text" + }, + { + "bbox": [ + 144, + 641, + 151, + 650 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 640, + 505, + 653 + ], + "score": 1.0, + "content": "is typically continuous. The continuous entropy, defined for a continuous random variable", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 650, + 291, + 664 + ], + "spans": [ + { + "bbox": [ + 107, + 651, + 115, + 661 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 650, + 168, + 664 + ], + "score": 1.0, + "content": "with density", + "type": "text" + }, + { + "bbox": [ + 168, + 653, + 181, + 662 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 650, + 291, + 664 + ], + "score": 1.0, + "content": "by analogy to Eqn. (18) as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 665, + 374, + 691 + ], + "lines": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "spans": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "score": 0.94, + "content": "H ( Z ) = - \\int p _ { Z } ( z ) \\log p _ { Z } ( z ) d z ,", + "type": "interline_equation", + "image_path": "eef458855d2852432f80cd0e820eab3f8d131b9f4c42ffc6c1f1916f1e85895e.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 694, + 504, + 717 + ], + "lines": [ + { + "bbox": [ + 106, + 694, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 106, + 694, + 357, + 707 + ], + "score": 1.0, + "content": "can be negative and possibly infinite. In particular, note that if", + "type": "text" + }, + { + "bbox": [ + 358, + 696, + 370, + 705 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 694, + 468, + 707 + ], + "score": 1.0, + "content": "is a delta function, then", + "type": "text" + }, + { + "bbox": [ + 468, + 694, + 506, + 706 + ], + "score": 0.89, + "content": "H ( Z ) =", + "type": "inline_equation" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 705, + 505, + 717 + ], + "spans": [ + { + "bbox": [ + 107, + 706, + 125, + 716 + ], + "score": 0.85, + "content": "- \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 705, + 343, + 717 + ], + "score": 1.0, + "content": ". The mutual information between hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 343, + 706, + 349, + 714 + ], + "score": 0.84, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 705, + 404, + 717 + ], + "score": 1.0, + "content": "and the input", + "type": "text" + }, + { + "bbox": [ + 404, + 705, + 414, + 715 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 705, + 474, + 717 + ], + "score": 1.0, + "content": "for continuous", + "type": "text" + }, + { + "bbox": [ + 475, + 706, + 495, + 716 + ], + "score": 0.91, + "content": "h , X", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 705, + 505, + 717 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5 + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 719, + 355, + 733 + ], + "lines": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "spans": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "score": 0.92, + "content": "I ( h ; X ) = H ( h ) - H ( h | X ) .", + "type": "interline_equation", + "image_path": "80e3b108e389875786004688dedee7b92797c1a0c6b6f9f1c580f719cf08800e.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "spans": [], + "index": 37 + } + ] + } + ], + "page_idx": 18, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "19", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 106, + 82, + 504, + 105 + ], + "lines": [ + { + "bbox": [ + 106, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 82, + 198, + 95 + ], + "score": 1.0, + "content": "Gamma function, and", + "type": "text" + }, + { + "bbox": [ + 198, + 82, + 217, + 95 + ], + "score": 0.91, + "content": "\\psi ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 217, + 82, + 405, + 95 + ], + "score": 1.0, + "content": "is the digamma function. Here the parameter", + "type": "text" + }, + { + "bbox": [ + 405, + 85, + 411, + 92 + ], + "score": 0.59, + "content": "\\epsilon", + "type": "inline_equation" + }, + { + "bbox": [ + 411, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "prevents infinite terms", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 104, + 91, + 432, + 108 + ], + "spans": [ + { + "bbox": [ + 104, + 91, + 432, + 108 + ], + "score": 1.0, + "content": "when the nearest neighbor distance ri = 0 for some sample. We took \u000f = 10−16.", + "type": "text" + } + ], + "index": 1 + } + ], + "index": 0.5, + "bbox_fs": [ + 104, + 82, + 505, + 108 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 110, + 505, + 177 + ], + "lines": [ + { + "bbox": [ + 106, + 111, + 506, + 122 + ], + "spans": [ + { + "bbox": [ + 106, + 111, + 506, + 122 + ], + "score": 1.0, + "content": "Figure 12 shows the entropy over training for tanh and ReLU networks trained on the dataset of", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "spans": [ + { + "bbox": [ + 105, + 121, + 505, + 134 + ], + "score": 1.0, + "content": "and with the network architecture in Shwartz-Ziv & Tishby (2017), averaged over 50 repeats. In", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 132, + 505, + 145 + ], + "spans": [ + { + "bbox": [ + 106, + 132, + 219, + 145 + ], + "score": 1.0, + "content": "these experiments, we used", + "type": "text" + }, + { + "bbox": [ + 219, + 132, + 245, + 142 + ], + "score": 0.89, + "content": "k = 2", + "type": "inline_equation" + }, + { + "bbox": [ + 245, + 132, + 505, + 145 + ], + "score": 1.0, + "content": ". Compression would correspond to decreasing entropy over the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "spans": [ + { + "bbox": [ + 105, + 143, + 505, + 156 + ], + "score": 1.0, + "content": "course of training, while a lack of compression would correspond to increasing entropy. Several tanh", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 155, + 506, + 166 + ], + "spans": [ + { + "bbox": [ + 106, + 155, + 506, + 166 + ], + "score": 1.0, + "content": "layers exhibit compression, while the ReLU layers do not. Hence qualitatively, the Kraskov estimator", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 164, + 335, + 178 + ], + "spans": [ + { + "bbox": [ + 105, + 164, + 335, + 178 + ], + "score": 1.0, + "content": "returns similar results to the binning and KDE strategies.", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 4.5, + "bbox_fs": [ + 105, + 111, + 506, + 178 + ] + }, + { + "type": "image", + "bbox": [ + 119, + 187, + 483, + 324 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 119, + 187, + 483, + 324 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 119, + 187, + 483, + 324 + ], + "spans": [ + { + "bbox": [ + 119, + 187, + 483, + 324 + ], + "score": 0.976, + "type": "image", + "image_path": "d35dbe7c6e40d832895cc4e561a74abc5f2ec6a2b6e899768df8078d5351eb42.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 119, + 187, + 483, + 232.66666666666666 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 119, + 232.66666666666666, + 483, + 278.3333333333333 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 119, + 278.3333333333333, + 483, + 324.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 341, + 506, + 429 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "spans": [ + { + "bbox": [ + 105, + 341, + 506, + 354 + ], + "score": 1.0, + "content": "Figure 12: Entropy dynamics over training for the network architecture and training dataset of", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 352, + 506, + 364 + ], + "spans": [ + { + "bbox": [ + 105, + 352, + 360, + 364 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017), estimated with the nonparametric", + "type": "text" + }, + { + "bbox": [ + 361, + 353, + 367, + 363 + ], + "score": 0.35, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 368, + 352, + 506, + 364 + ], + "score": 1.0, + "content": "-nearest-neighbor-based method of", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 363, + 506, + 376 + ], + "spans": [ + { + "bbox": [ + 105, + 363, + 232, + 376 + ], + "score": 1.0, + "content": "Kraskov et al. (2004). Here the", + "type": "text" + }, + { + "bbox": [ + 233, + 365, + 240, + 374 + ], + "score": 0.31, + "content": "\\mathbf { X } ^ { } -", + "type": "inline_equation" + }, + { + "bbox": [ + 240, + 363, + 506, + 376 + ], + "score": 1.0, + "content": "-axis is epochs of training time, and the y-axis plots the entropy of", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "spans": [ + { + "bbox": [ + 105, + 374, + 506, + 387 + ], + "score": 1.0, + "content": "the hidden representation, as calculated using nearest-neighbor distances. Note that in this setting, if", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 106, + 384, + 506, + 398 + ], + "spans": [ + { + "bbox": [ + 106, + 385, + 115, + 395 + ], + "score": 0.8, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 115, + 384, + 506, + 398 + ], + "score": 1.0, + "content": "is considered to be the hidden activity plus independent noise, the entropy is equal to the mutual", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "spans": [ + { + "bbox": [ + 105, + 396, + 505, + 408 + ], + "score": 1.0, + "content": "information up to a constant (see derivation in text). Layers 0-4 correspond to the hidden layers of", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 407, + 507, + 420 + ], + "spans": [ + { + "bbox": [ + 105, + 407, + 507, + 420 + ], + "score": 1.0, + "content": "size 10-7-5-4-3. (A) tanh neural network layers can show compression over the course of training.", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 419, + 328, + 430 + ], + "spans": [ + { + "bbox": [ + 105, + 419, + 328, + 430 + ], + "score": 1.0, + "content": "(B) ReLU neural network layers show no compression.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 14.5 + } + ], + "index": 11.75 + }, + { + "type": "title", + "bbox": [ + 108, + 444, + 453, + 456 + ], + "lines": [ + { + "bbox": [ + 105, + 442, + 456, + 459 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 456, + 459 + ], + "score": 1.0, + "content": "C NOISE ASSUMPTIONS AND DISCRETE VS CONTINUOUS ENTROPY", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 19 + }, + { + "type": "text", + "bbox": [ + 107, + 468, + 506, + 502 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 506, + 481 + ], + "score": 1.0, + "content": "A recurring theme in the results reported in this paper is the necessity of noise assumptions to yield a", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 478, + 507, + 492 + ], + "spans": [ + { + "bbox": [ + 105, + 478, + 507, + 492 + ], + "score": 1.0, + "content": "nontrivial information theoretic analysis. Here we give an extended discussion of this phenomenon,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 489, + 461, + 504 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 461, + 504 + ], + "score": 1.0, + "content": "and of issues relating to discrete entropy as opposed to continuous (differential) entropy.", + "type": "text" + } + ], + "index": 22 + } + ], + "index": 21, + "bbox_fs": [ + 105, + 467, + 507, + 504 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 507, + 504, + 540 + ], + "lines": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "spans": [ + { + "bbox": [ + 105, + 506, + 506, + 520 + ], + "score": 1.0, + "content": "The activity of a neural network is often a continuous deterministic function of its input. That is, in", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 518, + 505, + 530 + ], + "spans": [ + { + "bbox": [ + 105, + 518, + 189, + 530 + ], + "score": 1.0, + "content": "response to an input", + "type": "text" + }, + { + "bbox": [ + 189, + 519, + 199, + 528 + ], + "score": 0.82, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 199, + 518, + 387, + 530 + ], + "score": 1.0, + "content": ", a specific hidden layer might produce activity", + "type": "text" + }, + { + "bbox": [ + 388, + 518, + 430, + 530 + ], + "score": 0.95, + "content": "h = f ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 430, + 518, + 505, + 530 + ], + "score": 1.0, + "content": "for some function", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 107, + 528, + 334, + 542 + ], + "spans": [ + { + "bbox": [ + 107, + 530, + 114, + 541 + ], + "score": 0.82, + "content": "f", + "type": "inline_equation" + }, + { + "bbox": [ + 114, + 528, + 251, + 542 + ], + "score": 1.0, + "content": ". The mutual information between", + "type": "text" + }, + { + "bbox": [ + 252, + 529, + 258, + 539 + ], + "score": 0.82, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 259, + 528, + 276, + 542 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 277, + 529, + 287, + 539 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 287, + 528, + 334, + 542 + ], + "score": 1.0, + "content": "is given by", + "type": "text" + } + ], + "index": 25 + } + ], + "index": 24, + "bbox_fs": [ + 105, + 506, + 506, + 542 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 238, + 543, + 373, + 558 + ], + "lines": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "spans": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "score": 0.9, + "content": "\\begin{array} { l l l } { { I ( h ; X ) } } & { { = } } & { { H ( h ) - H ( h | X ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "2ddea48d352590005b744757054e3dc800ffa2ab153f41eb772b09d691a581d7.jpg" + } + ] + } + ], + "index": 26, + "virtual_lines": [ + { + "bbox": [ + 238, + 543, + 373, + 558 + ], + "spans": [], + "index": 26 + } + ] + }, + { + "type": "text", + "bbox": [ + 105, + 560, + 366, + 572 + ], + "lines": [ + { + "bbox": [ + 105, + 558, + 366, + 574 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 115, + 574 + ], + "score": 1.0, + "content": "If", + "type": "text" + }, + { + "bbox": [ + 116, + 561, + 123, + 570 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 123, + 558, + 366, + 574 + ], + "score": 1.0, + "content": "were a discrete variable, then the entropy would be given by", + "type": "text" + } + ], + "index": 27 + } + ], + "index": 27, + "bbox_fs": [ + 105, + 558, + 366, + 574 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 574, + 344, + 609 + ], + "lines": [ + { + "bbox": [ + 247, + 574, + 344, + 609 + ], + "spans": [ + { + "bbox": [ + 247, + 574, + 344, + 609 + ], + "score": 0.95, + "content": "H ( h ) = - \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i }", + "type": "interline_equation", + "image_path": "5462ea43985fc5e5b892174c0e7260549818918a5de68060a98efad4810d7fe3.jpg" + } + ] + } + ], + "index": 28.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 574, + 344, + 591.5 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 247, + 591.5, + 344, + 609.0 + ], + "spans": [], + "index": 29 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 612, + 505, + 635 + ], + "lines": [ + { + "bbox": [ + 105, + 612, + 504, + 624 + ], + "spans": [ + { + "bbox": [ + 105, + 612, + 132, + 624 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 132, + 614, + 142, + 623 + ], + "score": 0.85, + "content": "p _ { i }", + "type": "inline_equation" + }, + { + "bbox": [ + 142, + 612, + 299, + 624 + ], + "score": 1.0, + "content": "is the probability of the discrete symbol", + "type": "text" + }, + { + "bbox": [ + 300, + 613, + 304, + 622 + ], + "score": 0.74, + "content": "i", + "type": "inline_equation" + }, + { + "bbox": [ + 304, + 612, + 450, + 624 + ], + "score": 1.0, + "content": ", as mentioned in the main text. Then", + "type": "text" + }, + { + "bbox": [ + 451, + 612, + 504, + 624 + ], + "score": 0.92, + "content": "H ( h | X ) = 0", + "type": "inline_equation" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 622, + 381, + 635 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 308, + 635 + ], + "score": 1.0, + "content": "because the mapping is deterministic and we have", + "type": "text" + }, + { + "bbox": [ + 308, + 623, + 377, + 635 + ], + "score": 0.93, + "content": "I ( h ; X ) = H ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 378, + 622, + 381, + 635 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 31 + } + ], + "index": 30.5, + "bbox_fs": [ + 105, + 612, + 504, + 635 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 640, + 503, + 663 + ], + "lines": [ + { + "bbox": [ + 106, + 640, + 505, + 653 + ], + "spans": [ + { + "bbox": [ + 106, + 640, + 144, + 653 + ], + "score": 1.0, + "content": "However", + "type": "text" + }, + { + "bbox": [ + 144, + 641, + 151, + 650 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 151, + 640, + 505, + 653 + ], + "score": 1.0, + "content": "is typically continuous. The continuous entropy, defined for a continuous random variable", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 107, + 650, + 291, + 664 + ], + "spans": [ + { + "bbox": [ + 107, + 651, + 115, + 661 + ], + "score": 0.8, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 116, + 650, + 168, + 664 + ], + "score": 1.0, + "content": "with density", + "type": "text" + }, + { + "bbox": [ + 168, + 653, + 181, + 662 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 181, + 650, + 291, + 664 + ], + "score": 1.0, + "content": "by analogy to Eqn. (18) as", + "type": "text" + } + ], + "index": 33 + } + ], + "index": 32.5, + "bbox_fs": [ + 106, + 640, + 505, + 664 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 665, + 374, + 691 + ], + "lines": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "spans": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "score": 0.94, + "content": "H ( Z ) = - \\int p _ { Z } ( z ) \\log p _ { Z } ( z ) d z ,", + "type": "interline_equation", + "image_path": "eef458855d2852432f80cd0e820eab3f8d131b9f4c42ffc6c1f1916f1e85895e.jpg" + } + ] + } + ], + "index": 34, + "virtual_lines": [ + { + "bbox": [ + 236, + 665, + 374, + 691 + ], + "spans": [], + "index": 34 + } + ] + }, + { + "type": "text", + "bbox": [ + 106, + 694, + 504, + 717 + ], + "lines": [ + { + "bbox": [ + 106, + 694, + 506, + 707 + ], + "spans": [ + { + "bbox": [ + 106, + 694, + 357, + 707 + ], + "score": 1.0, + "content": "can be negative and possibly infinite. In particular, note that if", + "type": "text" + }, + { + "bbox": [ + 358, + 696, + 370, + 705 + ], + "score": 0.85, + "content": "p _ { Z }", + "type": "inline_equation" + }, + { + "bbox": [ + 370, + 694, + 468, + 707 + ], + "score": 1.0, + "content": "is a delta function, then", + "type": "text" + }, + { + "bbox": [ + 468, + 694, + 506, + 706 + ], + "score": 0.89, + "content": "H ( Z ) =", + "type": "inline_equation" + } + ], + "index": 35 + }, + { + "bbox": [ + 107, + 705, + 505, + 717 + ], + "spans": [ + { + "bbox": [ + 107, + 706, + 125, + 716 + ], + "score": 0.85, + "content": "- \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 126, + 705, + 343, + 717 + ], + "score": 1.0, + "content": ". The mutual information between hidden layer activity", + "type": "text" + }, + { + "bbox": [ + 343, + 706, + 349, + 714 + ], + "score": 0.84, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 350, + 705, + 404, + 717 + ], + "score": 1.0, + "content": "and the input", + "type": "text" + }, + { + "bbox": [ + 404, + 705, + 414, + 715 + ], + "score": 0.85, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 414, + 705, + 474, + 717 + ], + "score": 1.0, + "content": "for continuous", + "type": "text" + }, + { + "bbox": [ + 475, + 706, + 495, + 716 + ], + "score": 0.91, + "content": "h , X", + "type": "inline_equation" + }, + { + "bbox": [ + 495, + 705, + 505, + 717 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 36 + } + ], + "index": 35.5, + "bbox_fs": [ + 106, + 694, + 506, + 717 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 236, + 719, + 355, + 733 + ], + "lines": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "spans": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "score": 0.92, + "content": "I ( h ; X ) = H ( h ) - H ( h | X ) .", + "type": "interline_equation", + "image_path": "80e3b108e389875786004688dedee7b92797c1a0c6b6f9f1c580f719cf08800e.jpg" + } + ] + } + ], + "index": 37, + "virtual_lines": [ + { + "bbox": [ + 236, + 719, + 355, + 733 + ], + "spans": [], + "index": 37 + } + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 128, + 95 + ], + "score": 1.0, + "content": "Now", + "type": "text" + }, + { + "bbox": [ + 128, + 82, + 195, + 95 + ], + "score": 0.92, + "content": "H ( h | X ) = - \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 82, + 279, + 95 + ], + "score": 1.0, + "content": "since given the input", + "type": "text" + }, + { + "bbox": [ + 279, + 83, + 290, + 93 + ], + "score": 0.75, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 82, + 369, + 95 + ], + "score": 1.0, + "content": ", the hidden activity", + "type": "text" + }, + { + "bbox": [ + 369, + 83, + 376, + 92 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "is distributed as a delta function", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 116, + 106 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 117, + 94, + 140, + 106 + ], + "score": 0.92, + "content": "f ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 92, + 505, + 106 + ], + "score": 1.0, + "content": ". The mutual information is thus generally infinite, so long as the hidden layer activity has", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 229, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 165, + 117 + ], + "score": 1.0, + "content": "finite entropy", + "type": "text" + }, + { + "bbox": [ + 165, + 104, + 189, + 117 + ], + "score": 0.9, + "content": "H ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 104, + 229, + 117 + ], + "score": 1.0, + "content": "is finite).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "image", + "bbox": [ + 186, + 144, + 420, + 331 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 144, + 420, + 331 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 186, + 144, + 420, + 331 + ], + "spans": [ + { + "bbox": [ + 186, + 144, + 420, + 331 + ], + "score": 0.973, + "type": "image", + "image_path": "db291cd24878a5a577925a9f57c17f1e80ff0653e022e4f8350fe21e76b70f02.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 144, + 420, + 157.35714285714286 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 186, + 157.35714285714286, + 420, + 170.71428571428572 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 170.71428571428572, + 420, + 184.07142857142858 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 184.07142857142858, + 420, + 197.42857142857144 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 197.42857142857144, + 420, + 210.7857142857143 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 210.7857142857143, + 420, + 224.14285714285717 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 224.14285714285717, + 420, + 237.50000000000003 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 237.50000000000003, + 420, + 250.8571428571429 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 250.8571428571429, + 420, + 264.2142857142857 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 264.2142857142857, + 420, + 277.57142857142856 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 277.57142857142856, + 420, + 290.9285714285714 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 290.9285714285714, + 420, + 304.2857142857142 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 304.2857142857142, + 420, + 317.64285714285705 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 317.64285714285705, + 420, + 330.9999999999999 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 352, + 505, + 387 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "score": 1.0, + "content": "Figure 13: Effect of binning strategy on minimal three neuron model. Mutual information for the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 364, + 353, + 376 + ], + "score": 1.0, + "content": "simple three neuron model shown in Fig. 2 with bin edges", + "type": "text" + }, + { + "bbox": [ + 353, + 363, + 487, + 376 + ], + "score": 0.36, + "content": "b _ { i } \\in \\mathrm { t a n h } ( \\operatorname* { l i n s p a c e } ( - 5 0 , 5 0 , N ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 364, + 505, + 376 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 375, + 461, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 461, + 387 + ], + "score": 1.0, + "content": "contrast to linear binning, the mutual information continues to increase as weights grow.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + } + ], + "index": 13.75 + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 504, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 435, + 414 + ], + "score": 1.0, + "content": "To yield a finite mutual information, some noise in the mapping is required such that", + "type": "text" + }, + { + "bbox": [ + 435, + 402, + 470, + 414 + ], + "score": 0.93, + "content": "H ( h | X )", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 402, + 504, + 414 + ], + "score": 1.0, + "content": "remains", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "finite. A common choice (and one adopted here for the linear network, the nonparametric kernel", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 212, + 436 + ], + "score": 1.0, + "content": "density estimator, and the", + "type": "text" + }, + { + "bbox": [ + 213, + 424, + 219, + 434 + ], + "score": 0.55, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "-nearest neighbor estimator) is to analyze a new variable with additive", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 132, + 447 + ], + "score": 1.0, + "content": "noise,", + "type": "text" + }, + { + "bbox": [ + 132, + 435, + 180, + 445 + ], + "score": 0.91, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 434, + 210, + 447 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 210, + 435, + 219, + 444 + ], + "score": 0.79, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 434, + 365, + 447 + ], + "score": 1.0, + "content": "is a random variable independent of", + "type": "text" + }, + { + "bbox": [ + 365, + 435, + 375, + 444 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 434, + 402, + 447 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + }, + { + "bbox": [ + 402, + 434, + 477, + 447 + ], + "score": 0.93, + "content": "H ( T | X ) = H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "which", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 446, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 228, + 458 + ], + "score": 1.0, + "content": "allows the overall information", + "type": "text" + }, + { + "bbox": [ + 228, + 446, + 337, + 458 + ], + "score": 0.93, + "content": "I ( T ; X ) = H ( T ) - H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 446, + 506, + 458 + ], + "score": 1.0, + "content": "to remain finite. This noise assumption is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "not present in the actual neural networks either during training or testing, and is made solely for the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 468, + 294, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 294, + 480 + ], + "score": 1.0, + "content": "purpose of calculating the mutual information.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23 + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 672 + ], + "lines": [ + { + "bbox": [ + 106, + 485, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 335, + 497 + ], + "score": 1.0, + "content": "Another strategy is to partition the continuous variable", + "type": "text" + }, + { + "bbox": [ + 335, + 485, + 343, + 495 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 485, + 441, + 497 + ], + "score": 1.0, + "content": "into a discrete variable", + "type": "text" + }, + { + "bbox": [ + 442, + 485, + 450, + 495 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 485, + 505, + 497 + ], + "score": 1.0, + "content": ", for instance", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "by binning the values (the approach taken in Shwartz-Ziv & Tishby (2017)). This allows use", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "of the discrete entropy, which remains finite. Again, however, in practice the network does not", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 517, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 236, + 531 + ], + "score": 1.0, + "content": "operate on the binned variables", + "type": "text" + }, + { + "bbox": [ + 237, + 518, + 245, + 527 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 517, + 376, + 531 + ], + "score": 1.0, + "content": "but on the continuous variables", + "type": "text" + }, + { + "bbox": [ + 377, + 518, + 384, + 528 + ], + "score": 0.75, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 517, + 506, + 531 + ], + "score": 1.0, + "content": ", and the binning is solely for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 527, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 543 + ], + "score": 1.0, + "content": "the purpose of calculating the mutual information. Moreover, there are many possible binning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "strategies, which yield different discrete random variables, and different mutual information with", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 550, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 564 + ], + "score": 1.0, + "content": "respect to the input. The choice of binning strategy is an assumption analogous to choosing a type", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "score": 1.0, + "content": "of noise to add to the representation in the continuous case: because there is in fact no binning in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "the operation of the network, there is no clear choice for binning methodology. The strategy we use", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "in binning-based experiments reported here is the following: for bounded activations like the tanh", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "activation, we use evenly spaced bins between the minimum and maximum limits of the function. For", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "unbounded activations like ReLU, we first train the network completely; next identify the minimum", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "and maximum hidden activation over all units and all training epochs; and finally bin into equally", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "spaced bins between these minimum and maximum values. We note that this procedure places no", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "restriction on the magnitude that the unbounded activation function can take during training, and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "yields the same MI estimate as using infinite equally spaced bins (because bins for activities larger", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 311, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 311, + 673 + ], + "score": 1.0, + "content": "than the maximum are never seen during training).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 35 + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "As an example of another binning strategy that can yield markedly different results, we consider", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "evenly spaced bins in a neuron’s net input, rather than its activity. That is, instead of evenly spaced", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "bins in the neural activity, we determine the bin edges by mapping a set of evenly spaced values", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "through the neural nonlinearity. For tanh, for instance, this spaces bins more tightly in the saturation", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "score": 1.0, + "content": "region as compared to the linear region. Figure 13 shows the results of applying this binning strategy", + "type": "text" + } + ], + "index": 48 + } + ], + "index": 46 + } + ], + "page_idx": 19, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 105, + 82, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 105, + 82, + 128, + 95 + ], + "score": 1.0, + "content": "Now", + "type": "text" + }, + { + "bbox": [ + 128, + 82, + 195, + 95 + ], + "score": 0.92, + "content": "H ( h | X ) = - \\infty", + "type": "inline_equation" + }, + { + "bbox": [ + 195, + 82, + 279, + 95 + ], + "score": 1.0, + "content": "since given the input", + "type": "text" + }, + { + "bbox": [ + 279, + 83, + 290, + 93 + ], + "score": 0.75, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 290, + 82, + 369, + 95 + ], + "score": 1.0, + "content": ", the hidden activity", + "type": "text" + }, + { + "bbox": [ + 369, + 83, + 376, + 92 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 376, + 82, + 505, + 95 + ], + "score": 1.0, + "content": "is distributed as a delta function", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 92, + 505, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 92, + 116, + 106 + ], + "score": 1.0, + "content": "at", + "type": "text" + }, + { + "bbox": [ + 117, + 94, + 140, + 106 + ], + "score": 0.92, + "content": "f ( X )", + "type": "inline_equation" + }, + { + "bbox": [ + 140, + 92, + 505, + 106 + ], + "score": 1.0, + "content": ". The mutual information is thus generally infinite, so long as the hidden layer activity has", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 104, + 229, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 104, + 165, + 117 + ], + "score": 1.0, + "content": "finite entropy", + "type": "text" + }, + { + "bbox": [ + 165, + 104, + 189, + 117 + ], + "score": 0.9, + "content": "H ( h )", + "type": "inline_equation" + }, + { + "bbox": [ + 190, + 104, + 229, + 117 + ], + "score": 1.0, + "content": "is finite).", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1, + "bbox_fs": [ + 105, + 82, + 505, + 117 + ] + }, + { + "type": "image", + "bbox": [ + 186, + 144, + 420, + 331 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 186, + 144, + 420, + 331 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 186, + 144, + 420, + 331 + ], + "spans": [ + { + "bbox": [ + 186, + 144, + 420, + 331 + ], + "score": 0.973, + "type": "image", + "image_path": "db291cd24878a5a577925a9f57c17f1e80ff0653e022e4f8350fe21e76b70f02.jpg" + } + ] + } + ], + "index": 9.5, + "virtual_lines": [ + { + "bbox": [ + 186, + 144, + 420, + 157.35714285714286 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 186, + 157.35714285714286, + 420, + 170.71428571428572 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 186, + 170.71428571428572, + 420, + 184.07142857142858 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 186, + 184.07142857142858, + 420, + 197.42857142857144 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 186, + 197.42857142857144, + 420, + 210.7857142857143 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 186, + 210.7857142857143, + 420, + 224.14285714285717 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 186, + 224.14285714285717, + 420, + 237.50000000000003 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 186, + 237.50000000000003, + 420, + 250.8571428571429 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 186, + 250.8571428571429, + 420, + 264.2142857142857 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 186, + 264.2142857142857, + 420, + 277.57142857142856 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 186, + 277.57142857142856, + 420, + 290.9285714285714 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 186, + 290.9285714285714, + 420, + 304.2857142857142 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 186, + 304.2857142857142, + 420, + 317.64285714285705 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 186, + 317.64285714285705, + 420, + 330.9999999999999 + ], + "spans": [], + "index": 16 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 352, + 505, + 387 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "spans": [ + { + "bbox": [ + 106, + 352, + 505, + 366 + ], + "score": 1.0, + "content": "Figure 13: Effect of binning strategy on minimal three neuron model. Mutual information for the", + "type": "text" + } + ], + "index": 17 + }, + { + "bbox": [ + 106, + 363, + 505, + 376 + ], + "spans": [ + { + "bbox": [ + 106, + 364, + 353, + 376 + ], + "score": 1.0, + "content": "simple three neuron model shown in Fig. 2 with bin edges", + "type": "text" + }, + { + "bbox": [ + 353, + 363, + 487, + 376 + ], + "score": 0.36, + "content": "b _ { i } \\in \\mathrm { t a n h } ( \\operatorname* { l i n s p a c e } ( - 5 0 , 5 0 , N ) )", + "type": "inline_equation" + }, + { + "bbox": [ + 487, + 364, + 505, + 376 + ], + "score": 1.0, + "content": ". In", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 375, + 461, + 387 + ], + "spans": [ + { + "bbox": [ + 106, + 375, + 461, + 387 + ], + "score": 1.0, + "content": "contrast to linear binning, the mutual information continues to increase as weights grow.", + "type": "text" + } + ], + "index": 19 + } + ], + "index": 18 + } + ], + "index": 13.75 + }, + { + "type": "text", + "bbox": [ + 106, + 401, + 505, + 478 + ], + "lines": [ + { + "bbox": [ + 106, + 402, + 504, + 414 + ], + "spans": [ + { + "bbox": [ + 106, + 402, + 435, + 414 + ], + "score": 1.0, + "content": "To yield a finite mutual information, some noise in the mapping is required such that", + "type": "text" + }, + { + "bbox": [ + 435, + 402, + 470, + 414 + ], + "score": 0.93, + "content": "H ( h | X )", + "type": "inline_equation" + }, + { + "bbox": [ + 471, + 402, + 504, + 414 + ], + "score": 1.0, + "content": "remains", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "spans": [ + { + "bbox": [ + 105, + 412, + 506, + 425 + ], + "score": 1.0, + "content": "finite. A common choice (and one adopted here for the linear network, the nonparametric kernel", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 424, + 505, + 436 + ], + "spans": [ + { + "bbox": [ + 106, + 424, + 212, + 436 + ], + "score": 1.0, + "content": "density estimator, and the", + "type": "text" + }, + { + "bbox": [ + 213, + 424, + 219, + 434 + ], + "score": 0.55, + "content": "\\mathbf { k }", + "type": "inline_equation" + }, + { + "bbox": [ + 220, + 424, + 505, + 436 + ], + "score": 1.0, + "content": "-nearest neighbor estimator) is to analyze a new variable with additive", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 434, + 505, + 447 + ], + "spans": [ + { + "bbox": [ + 105, + 434, + 132, + 447 + ], + "score": 1.0, + "content": "noise,", + "type": "text" + }, + { + "bbox": [ + 132, + 435, + 180, + 445 + ], + "score": 0.91, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 180, + 434, + 210, + 447 + ], + "score": 1.0, + "content": ", where", + "type": "text" + }, + { + "bbox": [ + 210, + 435, + 219, + 444 + ], + "score": 0.79, + "content": "Z", + "type": "inline_equation" + }, + { + "bbox": [ + 219, + 434, + 365, + 447 + ], + "score": 1.0, + "content": "is a random variable independent of", + "type": "text" + }, + { + "bbox": [ + 365, + 435, + 375, + 444 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 375, + 434, + 402, + 447 + ], + "score": 1.0, + "content": ". Then", + "type": "text" + }, + { + "bbox": [ + 402, + 434, + 477, + 447 + ], + "score": 0.93, + "content": "H ( T | X ) = H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 477, + 434, + 505, + 447 + ], + "score": 1.0, + "content": "which", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 446, + 506, + 458 + ], + "spans": [ + { + "bbox": [ + 106, + 446, + 228, + 458 + ], + "score": 1.0, + "content": "allows the overall information", + "type": "text" + }, + { + "bbox": [ + 228, + 446, + 337, + 458 + ], + "score": 0.93, + "content": "I ( T ; X ) = H ( T ) - H ( Z )", + "type": "inline_equation" + }, + { + "bbox": [ + 337, + 446, + 506, + 458 + ], + "score": 1.0, + "content": "to remain finite. This noise assumption is", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "spans": [ + { + "bbox": [ + 105, + 457, + 505, + 469 + ], + "score": 1.0, + "content": "not present in the actual neural networks either during training or testing, and is made solely for the", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 468, + 294, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 468, + 294, + 480 + ], + "score": 1.0, + "content": "purpose of calculating the mutual information.", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 23, + "bbox_fs": [ + 105, + 402, + 506, + 480 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 484, + 505, + 672 + ], + "lines": [ + { + "bbox": [ + 106, + 485, + 505, + 497 + ], + "spans": [ + { + "bbox": [ + 106, + 485, + 335, + 497 + ], + "score": 1.0, + "content": "Another strategy is to partition the continuous variable", + "type": "text" + }, + { + "bbox": [ + 335, + 485, + 343, + 495 + ], + "score": 0.81, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 343, + 485, + 441, + 497 + ], + "score": 1.0, + "content": "into a discrete variable", + "type": "text" + }, + { + "bbox": [ + 442, + 485, + 450, + 495 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 450, + 485, + 505, + 497 + ], + "score": 1.0, + "content": ", for instance", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "spans": [ + { + "bbox": [ + 105, + 495, + 506, + 508 + ], + "score": 1.0, + "content": "by binning the values (the approach taken in Shwartz-Ziv & Tishby (2017)). This allows use", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "spans": [ + { + "bbox": [ + 106, + 507, + 505, + 519 + ], + "score": 1.0, + "content": "of the discrete entropy, which remains finite. Again, however, in practice the network does not", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 105, + 517, + 506, + 531 + ], + "spans": [ + { + "bbox": [ + 105, + 517, + 236, + 531 + ], + "score": 1.0, + "content": "operate on the binned variables", + "type": "text" + }, + { + "bbox": [ + 237, + 518, + 245, + 527 + ], + "score": 0.77, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 246, + 517, + 376, + 531 + ], + "score": 1.0, + "content": "but on the continuous variables", + "type": "text" + }, + { + "bbox": [ + 377, + 518, + 384, + 528 + ], + "score": 0.75, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 384, + 517, + 506, + 531 + ], + "score": 1.0, + "content": ", and the binning is solely for", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 105, + 527, + 506, + 543 + ], + "spans": [ + { + "bbox": [ + 105, + 527, + 506, + 543 + ], + "score": 1.0, + "content": "the purpose of calculating the mutual information. Moreover, there are many possible binning", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 105, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "strategies, which yield different discrete random variables, and different mutual information with", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 550, + 505, + 564 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 564 + ], + "score": 1.0, + "content": "respect to the input. The choice of binning strategy is an assumption analogous to choosing a type", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "spans": [ + { + "bbox": [ + 105, + 560, + 506, + 575 + ], + "score": 1.0, + "content": "of noise to add to the representation in the continuous case: because there is in fact no binning in", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 105, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "the operation of the network, there is no clear choice for binning methodology. The strategy we use", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "spans": [ + { + "bbox": [ + 105, + 583, + 505, + 595 + ], + "score": 1.0, + "content": "in binning-based experiments reported here is the following: for bounded activations like the tanh", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "spans": [ + { + "bbox": [ + 105, + 594, + 506, + 606 + ], + "score": 1.0, + "content": "activation, we use evenly spaced bins between the minimum and maximum limits of the function. For", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "spans": [ + { + "bbox": [ + 105, + 604, + 505, + 618 + ], + "score": 1.0, + "content": "unbounded activations like ReLU, we first train the network completely; next identify the minimum", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "spans": [ + { + "bbox": [ + 105, + 616, + 505, + 629 + ], + "score": 1.0, + "content": "and maximum hidden activation over all units and all training epochs; and finally bin into equally", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "spans": [ + { + "bbox": [ + 105, + 626, + 506, + 640 + ], + "score": 1.0, + "content": "spaced bins between these minimum and maximum values. We note that this procedure places no", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 505, + 651 + ], + "score": 1.0, + "content": "restriction on the magnitude that the unbounded activation function can take during training, and", + "type": "text" + } + ], + "index": 41 + }, + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "spans": [ + { + "bbox": [ + 104, + 648, + 506, + 663 + ], + "score": 1.0, + "content": "yields the same MI estimate as using infinite equally spaced bins (because bins for activities larger", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 659, + 311, + 673 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 311, + 673 + ], + "score": 1.0, + "content": "than the maximum are never seen during training).", + "type": "text" + } + ], + "index": 43 + } + ], + "index": 35, + "bbox_fs": [ + 104, + 485, + 506, + 673 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 677, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 677, + 505, + 689 + ], + "score": 1.0, + "content": "As an example of another binning strategy that can yield markedly different results, we consider", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 505, + 700 + ], + "score": 1.0, + "content": "evenly spaced bins in a neuron’s net input, rather than its activity. That is, instead of evenly spaced", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 712 + ], + "score": 1.0, + "content": "bins in the neural activity, we determine the bin edges by mapping a set of evenly spaced values", + "type": "text" + } + ], + "index": 46 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "through the neural nonlinearity. For tanh, for instance, this spaces bins more tightly in the saturation", + "type": "text" + } + ], + "index": 47 + }, + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 506, + 735 + ], + "score": 1.0, + "content": "region as compared to the linear region. Figure 13 shows the results of applying this binning strategy", + "type": "text" + } + ], + "index": 48 + }, + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "score": 1.0, + "content": "to the minimal three neuron model with tanh activations. This binning scheme captures more", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 499, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 511 + ], + "score": 1.0, + "content": "information as the weights of the network grow larger. Figure 14 shows information plane dynamics", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "for this binning structure. The tanh network no longer exhibits compression. (We note that the", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 521, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 533 + ], + "score": 1.0, + "content": "broken DPI in this example is an artifact of performing binning only for analysis, as discussed below).", + "type": "text", + "cross_page": true + } + ], + "index": 9 + } + ], + "index": 46, + "bbox_fs": [ + 105, + 677, + 506, + 735 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 82, + 464, + 403 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 82, + 464, + 403 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 82, + 464, + 403 + ], + "spans": [ + { + "bbox": [ + 150, + 82, + 464, + 403 + ], + "score": 0.975, + "type": "image", + "image_path": "12c7d31d8a03d347bac1cbe449138df659dc492793257cc0c61d13e2608ea4fa.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 82, + 464, + 189.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 189.0, + 464, + 296.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 296.0, + 464, + 403.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 421, + 505, + 455 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "Figure 14: Effect of binning strategy on information plane dynamics. Results for the same tanh", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 326, + 444 + ], + "score": 1.0, + "content": "network and training regime as 1A, but with bin edges", + "type": "text" + }, + { + "bbox": [ + 326, + 433, + 346, + 443 + ], + "score": 0.88, + "content": "b _ { i } \\in", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 432, + 402, + 444 + ], + "score": 1.0, + "content": "tanh(linspace", + "type": "text" + }, + { + "bbox": [ + 402, + 432, + 456, + 444 + ], + "score": 0.81, + "content": "( - 5 0 , 5 0 , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 432, + 505, + 444 + ], + "score": 1.0, + "content": "). Measured", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 443, + 373, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 373, + 456 + ], + "score": 1.0, + "content": "with this binning structure, there is no compression in most layers.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 487, + 505, + 532 + ], + "lines": [ + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "spans": [ + { + "bbox": [ + 105, + 487, + 505, + 500 + ], + "score": 1.0, + "content": "to the minimal three neuron model with tanh activations. This binning scheme captures more", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 499, + 505, + 511 + ], + "spans": [ + { + "bbox": [ + 105, + 499, + 505, + 511 + ], + "score": 1.0, + "content": "information as the weights of the network grow larger. Figure 14 shows information plane dynamics", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 510, + 505, + 522 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 505, + 522 + ], + "score": 1.0, + "content": "for this binning structure. The tanh network no longer exhibits compression. (We note that the", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 105, + 521, + 506, + 533 + ], + "spans": [ + { + "bbox": [ + 105, + 521, + 506, + 533 + ], + "score": 1.0, + "content": "broken DPI in this example is an artifact of performing binning only for analysis, as discussed below).", + "type": "text" + } + ], + "index": 9 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 106, + 537, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "score": 1.0, + "content": "Any implementation of a neural network on digital hardware is ultimately of finite precision, and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "score": 1.0, + "content": "hence is a binned, discrete representation. However, it is a very high resolution binning compared", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "score": 1.0, + "content": "to that used here or by Shwartz-Ziv & Tishby (2017): single precision would correspond to using", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 569, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 104, + 569, + 139, + 583 + ], + "score": 1.0, + "content": "roughly", + "type": "text" + }, + { + "bbox": [ + 140, + 570, + 154, + 581 + ], + "score": 0.87, + "content": "2 ^ { 3 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 569, + 506, + 583 + ], + "score": 1.0, + "content": "bins to discretize each hidden unit’s activity, as compared to the 30-100 used here. If the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 297, + 594 + ], + "score": 1.0, + "content": "binning is fine-grained enough that each input", + "type": "text" + }, + { + "bbox": [ + 297, + 582, + 307, + 591 + ], + "score": 0.76, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 582, + 474, + 594 + ], + "score": 1.0, + "content": "yields a different binned activity pattern", + "type": "text" + }, + { + "bbox": [ + 474, + 582, + 481, + 591 + ], + "score": 0.74, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 582, + 505, + 594 + ], + "score": 1.0, + "content": ", then", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 592, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 107, + 592, + 174, + 604 + ], + "score": 0.93, + "content": "H ( h ) \\stackrel { - } { = } \\log ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 592, + 203, + 605 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 204, + 593, + 213, + 602 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 592, + 506, + 605 + ], + "score": 1.0, + "content": "is the number of examples in the dataset, and there will be little to no", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 603, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 616 + ], + "score": 1.0, + "content": "change in information during training. As an example, we show in Fig. 15 the result of binning at full", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 615, + 183, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 183, + 626 + ], + "score": 1.0, + "content": "machine precision.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13.5 + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 507, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 507, + 644 + ], + "score": 1.0, + "content": "Finally, we note two consequences of the assumption of noise/binning for the purposes of analysis.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "First, this means that the data processing inequality (DPI) does not apply to the noisy/binned mutual", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 653, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 665 + ], + "score": 1.0, + "content": "information estimates. The DPI states that information can only be destroyed through successive", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 662, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 662, + 211, + 678 + ], + "score": 1.0, + "content": "transformations, that is, if", + "type": "text" + }, + { + "bbox": [ + 212, + 664, + 273, + 675 + ], + "score": 0.92, + "content": "X h _ { 1 } h _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 662, + 382, + 678 + ], + "score": 1.0, + "content": "form a Markov chain, then", + "type": "text" + }, + { + "bbox": [ + 382, + 664, + 470, + 676 + ], + "score": 0.93, + "content": "I ( X ; \\bar { h _ { 1 } } ) \\geq I ( \\bar { X ; } h _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 662, + 507, + 678 + ], + "score": 1.0, + "content": "(see, eg,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "Tishby & Zaslavsky (2015)). Because noise is added only for the purpose of analysis, however, this", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 686, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 506, + 698 + ], + "score": 1.0, + "content": "does not apply here. In particular, for the DPI to apply, the noise added at lower layers would have to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 698, + 506, + 708 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 708 + ], + "score": 1.0, + "content": "propagate through the network to higher layers. That is, if the transformation from hidden layer 1", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 708, + 506, + 720 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 187, + 720 + ], + "score": 1.0, + "content": "to hidden layer 2 is", + "type": "text" + }, + { + "bbox": [ + 188, + 708, + 237, + 720 + ], + "score": 0.93, + "content": "h _ { 2 } = f ( h _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 708, + 256, + 720 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 256, + 708, + 315, + 719 + ], + "score": 0.91, + "content": "T _ { 1 } = h _ { 1 } + Z _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 708, + 506, + 720 + ], + "score": 1.0, + "content": "is the hidden layer activity after adding noise,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 275, + 734 + ], + "score": 1.0, + "content": "then the DPI would hold for the variable", + "type": "text" + }, + { + "bbox": [ + 275, + 720, + 434, + 733 + ], + "score": 0.92, + "content": "\\tilde { T } _ { 2 } = f ( T _ { 1 } ) + Z _ { 2 } = f ( h _ { 1 } + Z _ { 1 } ) + Z _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 719, + 505, + 734 + ], + "score": 1.0, + "content": ", not the quantity", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22 + } + ], + "page_idx": 20, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 310, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 312, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 312, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 14 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 150, + 82, + 464, + 403 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 150, + 82, + 464, + 403 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 150, + 82, + 464, + 403 + ], + "spans": [ + { + "bbox": [ + 150, + 82, + 464, + 403 + ], + "score": 0.975, + "type": "image", + "image_path": "12c7d31d8a03d347bac1cbe449138df659dc492793257cc0c61d13e2608ea4fa.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 150, + 82, + 464, + 189.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 150, + 189.0, + 464, + 296.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 150, + 296.0, + 464, + 403.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 107, + 421, + 505, + 455 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 105, + 421, + 505, + 434 + ], + "spans": [ + { + "bbox": [ + 105, + 421, + 505, + 434 + ], + "score": 1.0, + "content": "Figure 14: Effect of binning strategy on information plane dynamics. Results for the same tanh", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 432, + 505, + 444 + ], + "spans": [ + { + "bbox": [ + 105, + 432, + 326, + 444 + ], + "score": 1.0, + "content": "network and training regime as 1A, but with bin edges", + "type": "text" + }, + { + "bbox": [ + 326, + 433, + 346, + 443 + ], + "score": 0.88, + "content": "b _ { i } \\in", + "type": "inline_equation" + }, + { + "bbox": [ + 346, + 432, + 402, + 444 + ], + "score": 1.0, + "content": "tanh(linspace", + "type": "text" + }, + { + "bbox": [ + 402, + 432, + 456, + 444 + ], + "score": 0.81, + "content": "( - 5 0 , 5 0 , N )", + "type": "inline_equation" + }, + { + "bbox": [ + 456, + 432, + 505, + 444 + ], + "score": 1.0, + "content": "). Measured", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 443, + 373, + 456 + ], + "spans": [ + { + "bbox": [ + 106, + 443, + 373, + 456 + ], + "score": 1.0, + "content": "with this binning structure, there is no compression in most layers.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "text", + "bbox": [ + 107, + 487, + 505, + 532 + ], + "lines": [], + "index": 7.5, + "bbox_fs": [ + 105, + 487, + 506, + 533 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 106, + 537, + 505, + 626 + ], + "lines": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "spans": [ + { + "bbox": [ + 106, + 538, + 505, + 550 + ], + "score": 1.0, + "content": "Any implementation of a neural network on digital hardware is ultimately of finite precision, and", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "spans": [ + { + "bbox": [ + 105, + 548, + 506, + 561 + ], + "score": 1.0, + "content": "hence is a binned, discrete representation. However, it is a very high resolution binning compared", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "spans": [ + { + "bbox": [ + 105, + 558, + 506, + 573 + ], + "score": 1.0, + "content": "to that used here or by Shwartz-Ziv & Tishby (2017): single precision would correspond to using", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 104, + 569, + 506, + 583 + ], + "spans": [ + { + "bbox": [ + 104, + 569, + 139, + 583 + ], + "score": 1.0, + "content": "roughly", + "type": "text" + }, + { + "bbox": [ + 140, + 570, + 154, + 581 + ], + "score": 0.87, + "content": "2 ^ { 3 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 154, + 569, + 506, + 583 + ], + "score": 1.0, + "content": "bins to discretize each hidden unit’s activity, as compared to the 30-100 used here. If the", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 582, + 505, + 594 + ], + "spans": [ + { + "bbox": [ + 106, + 582, + 297, + 594 + ], + "score": 1.0, + "content": "binning is fine-grained enough that each input", + "type": "text" + }, + { + "bbox": [ + 297, + 582, + 307, + 591 + ], + "score": 0.76, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 308, + 582, + 474, + 594 + ], + "score": 1.0, + "content": "yields a different binned activity pattern", + "type": "text" + }, + { + "bbox": [ + 474, + 582, + 481, + 591 + ], + "score": 0.74, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 481, + 582, + 505, + 594 + ], + "score": 1.0, + "content": ", then", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 107, + 592, + 506, + 605 + ], + "spans": [ + { + "bbox": [ + 107, + 592, + 174, + 604 + ], + "score": 0.93, + "content": "H ( h ) \\stackrel { - } { = } \\log ( P )", + "type": "inline_equation" + }, + { + "bbox": [ + 174, + 592, + 203, + 605 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 204, + 593, + 213, + 602 + ], + "score": 0.82, + "content": "P", + "type": "inline_equation" + }, + { + "bbox": [ + 213, + 592, + 506, + 605 + ], + "score": 1.0, + "content": "is the number of examples in the dataset, and there will be little to no", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 105, + 603, + 506, + 616 + ], + "spans": [ + { + "bbox": [ + 105, + 603, + 506, + 616 + ], + "score": 1.0, + "content": "change in information during training. As an example, we show in Fig. 15 the result of binning at full", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 106, + 615, + 183, + 626 + ], + "spans": [ + { + "bbox": [ + 106, + 615, + 183, + 626 + ], + "score": 1.0, + "content": "machine precision.", + "type": "text" + } + ], + "index": 17 + } + ], + "index": 13.5, + "bbox_fs": [ + 104, + 538, + 506, + 626 + ] + }, + { + "type": "text", + "bbox": [ + 106, + 631, + 506, + 733 + ], + "lines": [ + { + "bbox": [ + 105, + 630, + 507, + 644 + ], + "spans": [ + { + "bbox": [ + 105, + 630, + 507, + 644 + ], + "score": 1.0, + "content": "Finally, we note two consequences of the assumption of noise/binning for the purposes of analysis.", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "spans": [ + { + "bbox": [ + 105, + 641, + 506, + 655 + ], + "score": 1.0, + "content": "First, this means that the data processing inequality (DPI) does not apply to the noisy/binned mutual", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 653, + 505, + 665 + ], + "spans": [ + { + "bbox": [ + 105, + 653, + 505, + 665 + ], + "score": 1.0, + "content": "information estimates. The DPI states that information can only be destroyed through successive", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 104, + 662, + 507, + 678 + ], + "spans": [ + { + "bbox": [ + 104, + 662, + 211, + 678 + ], + "score": 1.0, + "content": "transformations, that is, if", + "type": "text" + }, + { + "bbox": [ + 212, + 664, + 273, + 675 + ], + "score": 0.92, + "content": "X h _ { 1 } h _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 273, + 662, + 382, + 678 + ], + "score": 1.0, + "content": "form a Markov chain, then", + "type": "text" + }, + { + "bbox": [ + 382, + 664, + 470, + 676 + ], + "score": 0.93, + "content": "I ( X ; \\bar { h _ { 1 } } ) \\geq I ( \\bar { X ; } h _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 470, + 662, + 507, + 678 + ], + "score": 1.0, + "content": "(see, eg,", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "spans": [ + { + "bbox": [ + 106, + 675, + 505, + 687 + ], + "score": 1.0, + "content": "Tishby & Zaslavsky (2015)). Because noise is added only for the purpose of analysis, however, this", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 106, + 686, + 506, + 698 + ], + "spans": [ + { + "bbox": [ + 106, + 686, + 506, + 698 + ], + "score": 1.0, + "content": "does not apply here. In particular, for the DPI to apply, the noise added at lower layers would have to", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 698, + 506, + 708 + ], + "spans": [ + { + "bbox": [ + 105, + 698, + 506, + 708 + ], + "score": 1.0, + "content": "propagate through the network to higher layers. That is, if the transformation from hidden layer 1", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 708, + 506, + 720 + ], + "spans": [ + { + "bbox": [ + 106, + 708, + 187, + 720 + ], + "score": 1.0, + "content": "to hidden layer 2 is", + "type": "text" + }, + { + "bbox": [ + 188, + 708, + 237, + 720 + ], + "score": 0.93, + "content": "h _ { 2 } = f ( h _ { 1 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 708, + 256, + 720 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 256, + 708, + 315, + 719 + ], + "score": 0.91, + "content": "T _ { 1 } = h _ { 1 } + Z _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 316, + 708, + 506, + 720 + ], + "score": 1.0, + "content": "is the hidden layer activity after adding noise,", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 719, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 719, + 275, + 734 + ], + "score": 1.0, + "content": "then the DPI would hold for the variable", + "type": "text" + }, + { + "bbox": [ + 275, + 720, + 434, + 733 + ], + "score": 0.92, + "content": "\\tilde { T } _ { 2 } = f ( T _ { 1 } ) + Z _ { 2 } = f ( h _ { 1 } + Z _ { 1 } ) + Z _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 435, + 719, + 505, + 734 + ], + "score": 1.0, + "content": ", not the quantity", + "type": "text" + } + ], + "index": 26 + } + ], + "index": 22, + "bbox_fs": [ + 104, + 630, + 507, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 149, + 81, + 456, + 232 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 149, + 81, + 456, + 232 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 149, + 81, + 456, + 232 + ], + "spans": [ + { + "bbox": [ + 149, + 81, + 456, + 232 + ], + "score": 0.972, + "type": "image", + "image_path": "e2187148ec2ae4d72ade118f8c38e42693609c24edb83c7050bd489b4d6120ca.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 149, + 81, + 456, + 131.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 149, + 131.33333333333334, + 456, + 181.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 181.66666666666669, + 456, + 232.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 249, + 506, + 295 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "Figure 15: Effect of binning at full machine precision. (A) ReLU network. (B) tanh network.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 260, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 285, + 274 + ], + "score": 1.0, + "content": "Information in most layers stays pinned to", + "type": "text" + }, + { + "bbox": [ + 285, + 261, + 345, + 273 + ], + "score": 0.92, + "content": "\\log _ { 2 } ( P ) = 1 2", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 260, + 506, + 274 + ], + "score": 1.0, + "content": ". Compression is only observed in the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "highest and smallest layers near the very end of training, when the saturation of tanh is strong enough", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 284, + 227, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 227, + 295 + ], + "score": 1.0, + "content": "to saturate machine precision.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 107, + 316, + 504, + 340 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 229, + 328 + ], + "score": 0.9, + "content": "T _ { 2 } = h _ { 2 } + Z _ { 2 } = f ( h _ { 1 } ) + Z _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 315, + 482, + 329 + ], + "score": 1.0, + "content": "used in the analysis. Said another way, the Markov chain for", + "type": "text" + }, + { + "bbox": [ + 483, + 317, + 494, + 328 + ], + "score": 0.87, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 315, + 505, + 329 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 326, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 107, + 329, + 194, + 339 + ], + "score": 0.9, + "content": "X h _ { 1 } h _ { 2 } T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 326, + 213, + 342 + ], + "score": 1.0, + "content": ", not", + "type": "text" + }, + { + "bbox": [ + 213, + 328, + 300, + 339 + ], + "score": 0.92, + "content": "X h _ { 1 } T _ { 1 } T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 326, + 411, + 342 + ], + "score": 1.0, + "content": ", so the DPI states only that", + "type": "text" + }, + { + "bbox": [ + 411, + 328, + 499, + 340 + ], + "score": 0.93, + "content": "I ( X ; h _ { 1 } ) \\ge I ( X ; T _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 499, + 326, + 504, + 342 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5 + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "score": 1.0, + "content": "A second consequence of the noise assumption is the fact that the mutual information is no longer", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 360, + 369 + ], + "score": 1.0, + "content": "invariant to invertible transformations of the hidden activity", + "type": "text" + }, + { + "bbox": [ + 360, + 356, + 367, + 366 + ], + "score": 0.74, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 355, + 506, + 369 + ], + "score": 1.0, + "content": ". A potentially attractive feature", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 367, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 506, + 379 + ], + "score": 1.0, + "content": "of a theory based on mutual information is that it can allow for comparisons between different", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 377, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 506, + 390 + ], + "score": 1.0, + "content": "architectures: mutual information is invariant to any invertible transformation of the variables, so two", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "hidden representations could be very different in detail but yield identical mutual information with", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 400, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 506, + 413 + ], + "score": 1.0, + "content": "respect to the input. However, once noise is added to a hidden representation, this is no longer the case:", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 410, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 156, + 424 + ], + "score": 1.0, + "content": "the variable", + "type": "text" + }, + { + "bbox": [ + 156, + 411, + 204, + 421 + ], + "score": 0.92, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 410, + 367, + 424 + ], + "score": 1.0, + "content": "is not invariant to reparametrizations of", + "type": "text" + }, + { + "bbox": [ + 367, + 411, + 374, + 421 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 410, + 506, + 424 + ], + "score": 1.0, + "content": ". As a simple example, consider", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 422, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 422, + 296, + 434 + ], + "score": 1.0, + "content": "a minimal linear network with scalar weights", + "type": "text" + }, + { + "bbox": [ + 297, + 423, + 309, + 433 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 422, + 329, + 434 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 329, + 423, + 342, + 433 + ], + "score": 0.86, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 422, + 449, + 434 + ], + "score": 1.0, + "content": "that computes the output", + "type": "text" + }, + { + "bbox": [ + 449, + 422, + 503, + 433 + ], + "score": 0.92, + "content": "{ \\hat { y } } = w _ { 2 } w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 422, + 506, + 434 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 431, + 504, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 195, + 446 + ], + "score": 1.0, + "content": "The hidden activity is", + "type": "text" + }, + { + "bbox": [ + 196, + 433, + 237, + 443 + ], + "score": 0.91, + "content": "h = w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 431, + 492, + 446 + ], + "score": 1.0, + "content": ". Now consider the family of networks in which we scale down", + "type": "text" + }, + { + "bbox": [ + 492, + 435, + 504, + 444 + ], + "score": 0.83, + "content": "w _ { 1 }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 442, + 507, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 159, + 457 + ], + "score": 1.0, + "content": "and scale up", + "type": "text" + }, + { + "bbox": [ + 159, + 445, + 172, + 455 + ], + "score": 0.85, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 442, + 219, + 457 + ], + "score": 1.0, + "content": "by a factor", + "type": "text" + }, + { + "bbox": [ + 219, + 444, + 243, + 455 + ], + "score": 0.91, + "content": "c \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 442, + 395, + 457 + ], + "score": 1.0, + "content": ", that is, these networks have weights", + "type": "text" + }, + { + "bbox": [ + 395, + 443, + 442, + 455 + ], + "score": 0.89, + "content": "\\tilde { w } _ { 1 } = w _ { 1 } / c", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 442, + 460, + 457 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 461, + 444, + 502, + 455 + ], + "score": 0.91, + "content": "\\tilde { w } _ { 2 } = c w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 442, + 507, + 457 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 278, + 468 + ], + "score": 1.0, + "content": "yielding the exact same input-output map", + "type": "text" + }, + { + "bbox": [ + 278, + 455, + 444, + 466 + ], + "score": 0.92, + "content": "\\hat { y } = \\tilde { w } _ { 2 } \\tilde { w } _ { 1 } X = c w _ { 2 } ( w _ { 1 } / c ) X = w _ { 2 } w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 454, + 506, + 468 + ], + "score": 1.0, + "content": ". Because they", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 465, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 479 + ], + "score": 1.0, + "content": "compute the same function, they necessarily generalize identically. However after introducing the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 477, + 282, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 282, + 488 + ], + "score": 1.0, + "content": "noise assumption the mutual information is", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15 + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 492, + 404, + 509 + ], + "lines": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "spans": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "score": 0.89, + "content": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { \\log \\left( w _ { 1 } ^ { 2 } / c ^ { 2 } + \\sigma _ { M I } ^ { 2 } \\right) - \\log \\left( \\sigma _ { M I } ^ { 2 } \\right) } } \\end{array}", + "type": "interline_equation", + "image_path": "0c9da91e389db59f31738e85823c42564aea9f459391b32abdf8ec6fba0aab0e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 336, + 526 + ], + "score": 1.0, + "content": "where we have taken the setting in Section 3 in which", + "type": "text" + }, + { + "bbox": [ + 337, + 514, + 347, + 523 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "is normal Gaussian, and independent", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 524, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 218, + 538 + ], + "score": 1.0, + "content": "Gaussian noise of variance", + "type": "text" + }, + { + "bbox": [ + 219, + 524, + 239, + 537 + ], + "score": 0.92, + "content": "\\sigma _ { M I } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 524, + 506, + 538 + ], + "score": 1.0, + "content": "is added for the purpose of MI computation. Clearly, the mutual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 286, + 547 + ], + "score": 1.0, + "content": "information is now dependent on the scaling", + "type": "text" + }, + { + "bbox": [ + 286, + 538, + 292, + 545 + ], + "score": 0.71, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 536, + 505, + 547 + ], + "score": 1.0, + "content": "of the internal layer, even though this is an invertible", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 547, + 504, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 504, + 558 + ], + "score": 1.0, + "content": "linear transformation of the representation. Moreover, this shows that networks which generalize", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "score": 1.0, + "content": "identically can nevertheless have very different mutual information with respect to the input when it", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 568, + 204, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 204, + 581 + ], + "score": 1.0, + "content": "is measured in this way.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5 + }, + { + "type": "title", + "bbox": [ + 107, + 597, + 297, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 595, + 299, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 299, + 613 + ], + "score": 1.0, + "content": "D WEIGHT NORMS OVER TRAINING", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "Our argument relating neural saturation to compression in mutual information relies on the notion", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 632, + 507, + 647 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 507, + 647 + ], + "score": 1.0, + "content": "that in typical training regimes, weights begin small and increase in size over the course of training.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "We note that this is a virtual necessity for a nonlinearity like tanh, which is linear around the origin:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "when initialized with small weights, the activity of a tanh network will be in this linear regime and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "the network can only compute a linear function of its input. Hence a real world nonlinear task can", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "score": 1.0, + "content": "only be learned by increasing the norm of the weights so as to engage the tanh nonlinearity on some", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "examples. This point can also be appreciated from norm-based capacity bounds on neural networks,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "which show that, for instance, the Rademacher complexity of a neural network with small weights", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "must be low (Bartlett & Mendelson, 2002; Neyshabur et al., 2015). Finally, as an empirical matter,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "the networks trained in this paper do in fact increase the norm of their weights over the course of", + "type": "text" + } + ], + "index": 39 + } + ], + "index": 34.5 + } + ], + "page_idx": 21, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "22", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 149, + 81, + 456, + 232 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 149, + 81, + 456, + 232 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 149, + 81, + 456, + 232 + ], + "spans": [ + { + "bbox": [ + 149, + 81, + 456, + 232 + ], + "score": 0.972, + "type": "image", + "image_path": "e2187148ec2ae4d72ade118f8c38e42693609c24edb83c7050bd489b4d6120ca.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 149, + 81, + 456, + 131.33333333333334 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 149, + 131.33333333333334, + 456, + 181.66666666666669 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 149, + 181.66666666666669, + 456, + 232.00000000000003 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 249, + 506, + 295 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "spans": [ + { + "bbox": [ + 106, + 250, + 506, + 262 + ], + "score": 1.0, + "content": "Figure 15: Effect of binning at full machine precision. (A) ReLU network. (B) tanh network.", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 104, + 260, + 506, + 274 + ], + "spans": [ + { + "bbox": [ + 104, + 260, + 285, + 274 + ], + "score": 1.0, + "content": "Information in most layers stays pinned to", + "type": "text" + }, + { + "bbox": [ + 285, + 261, + 345, + 273 + ], + "score": 0.92, + "content": "\\log _ { 2 } ( P ) = 1 2", + "type": "inline_equation" + }, + { + "bbox": [ + 345, + 260, + 506, + 274 + ], + "score": 1.0, + "content": ". Compression is only observed in the", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 272, + 505, + 285 + ], + "spans": [ + { + "bbox": [ + 105, + 272, + 505, + 285 + ], + "score": 1.0, + "content": "highest and smallest layers near the very end of training, when the saturation of tanh is strong enough", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 284, + 227, + 295 + ], + "spans": [ + { + "bbox": [ + 106, + 284, + 227, + 295 + ], + "score": 1.0, + "content": "to saturate machine precision.", + "type": "text" + } + ], + "index": 6 + } + ], + "index": 4.5 + } + ], + "index": 2.75 + }, + { + "type": "text", + "bbox": [ + 107, + 316, + 504, + 340 + ], + "lines": [ + { + "bbox": [ + 106, + 315, + 505, + 329 + ], + "spans": [ + { + "bbox": [ + 106, + 317, + 229, + 328 + ], + "score": 0.9, + "content": "T _ { 2 } = h _ { 2 } + Z _ { 2 } = f ( h _ { 1 } ) + Z _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 229, + 315, + 482, + 329 + ], + "score": 1.0, + "content": "used in the analysis. Said another way, the Markov chain for", + "type": "text" + }, + { + "bbox": [ + 483, + 317, + 494, + 328 + ], + "score": 0.87, + "content": "T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 494, + 315, + 505, + 329 + ], + "score": 1.0, + "content": "is", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 107, + 326, + 504, + 342 + ], + "spans": [ + { + "bbox": [ + 107, + 329, + 194, + 339 + ], + "score": 0.9, + "content": "X h _ { 1 } h _ { 2 } T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 194, + 326, + 213, + 342 + ], + "score": 1.0, + "content": ", not", + "type": "text" + }, + { + "bbox": [ + 213, + 328, + 300, + 339 + ], + "score": 0.92, + "content": "X h _ { 1 } T _ { 1 } T _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 326, + 411, + 342 + ], + "score": 1.0, + "content": ", so the DPI states only that", + "type": "text" + }, + { + "bbox": [ + 411, + 328, + 499, + 340 + ], + "score": 0.93, + "content": "I ( X ; h _ { 1 } ) \\ge I ( X ; T _ { 2 } )", + "type": "inline_equation" + }, + { + "bbox": [ + 499, + 326, + 504, + 342 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 8 + } + ], + "index": 7.5, + "bbox_fs": [ + 106, + 315, + 505, + 342 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 344, + 505, + 488 + ], + "lines": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "spans": [ + { + "bbox": [ + 105, + 344, + 506, + 358 + ], + "score": 1.0, + "content": "A second consequence of the noise assumption is the fact that the mutual information is no longer", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 355, + 506, + 369 + ], + "spans": [ + { + "bbox": [ + 105, + 355, + 360, + 369 + ], + "score": 1.0, + "content": "invariant to invertible transformations of the hidden activity", + "type": "text" + }, + { + "bbox": [ + 360, + 356, + 367, + 366 + ], + "score": 0.74, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 367, + 355, + 506, + 369 + ], + "score": 1.0, + "content": ". A potentially attractive feature", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 106, + 367, + 506, + 379 + ], + "spans": [ + { + "bbox": [ + 106, + 367, + 506, + 379 + ], + "score": 1.0, + "content": "of a theory based on mutual information is that it can allow for comparisons between different", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 377, + 506, + 390 + ], + "spans": [ + { + "bbox": [ + 106, + 377, + 506, + 390 + ], + "score": 1.0, + "content": "architectures: mutual information is invariant to any invertible transformation of the variables, so two", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "spans": [ + { + "bbox": [ + 106, + 389, + 505, + 401 + ], + "score": 1.0, + "content": "hidden representations could be very different in detail but yield identical mutual information with", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 400, + 506, + 413 + ], + "spans": [ + { + "bbox": [ + 106, + 400, + 506, + 413 + ], + "score": 1.0, + "content": "respect to the input. However, once noise is added to a hidden representation, this is no longer the case:", + "type": "text" + } + ], + "index": 14 + }, + { + "bbox": [ + 105, + 410, + 506, + 424 + ], + "spans": [ + { + "bbox": [ + 105, + 410, + 156, + 424 + ], + "score": 1.0, + "content": "the variable", + "type": "text" + }, + { + "bbox": [ + 156, + 411, + 204, + 421 + ], + "score": 0.92, + "content": "T = h + Z", + "type": "inline_equation" + }, + { + "bbox": [ + 204, + 410, + 367, + 424 + ], + "score": 1.0, + "content": "is not invariant to reparametrizations of", + "type": "text" + }, + { + "bbox": [ + 367, + 411, + 374, + 421 + ], + "score": 0.79, + "content": "h", + "type": "inline_equation" + }, + { + "bbox": [ + 374, + 410, + 506, + 424 + ], + "score": 1.0, + "content": ". As a simple example, consider", + "type": "text" + } + ], + "index": 15 + }, + { + "bbox": [ + 104, + 422, + 506, + 434 + ], + "spans": [ + { + "bbox": [ + 104, + 422, + 296, + 434 + ], + "score": 1.0, + "content": "a minimal linear network with scalar weights", + "type": "text" + }, + { + "bbox": [ + 297, + 423, + 309, + 433 + ], + "score": 0.86, + "content": "w _ { 1 }", + "type": "inline_equation" + }, + { + "bbox": [ + 309, + 422, + 329, + 434 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 329, + 423, + 342, + 433 + ], + "score": 0.86, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 342, + 422, + 449, + 434 + ], + "score": 1.0, + "content": "that computes the output", + "type": "text" + }, + { + "bbox": [ + 449, + 422, + 503, + 433 + ], + "score": 0.92, + "content": "{ \\hat { y } } = w _ { 2 } w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 503, + 422, + 506, + 434 + ], + "score": 1.0, + "content": ".", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 431, + 504, + 446 + ], + "spans": [ + { + "bbox": [ + 105, + 431, + 195, + 446 + ], + "score": 1.0, + "content": "The hidden activity is", + "type": "text" + }, + { + "bbox": [ + 196, + 433, + 237, + 443 + ], + "score": 0.91, + "content": "h = w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 237, + 431, + 492, + 446 + ], + "score": 1.0, + "content": ". Now consider the family of networks in which we scale down", + "type": "text" + }, + { + "bbox": [ + 492, + 435, + 504, + 444 + ], + "score": 0.83, + "content": "w _ { 1 }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 442, + 507, + 457 + ], + "spans": [ + { + "bbox": [ + 105, + 442, + 159, + 457 + ], + "score": 1.0, + "content": "and scale up", + "type": "text" + }, + { + "bbox": [ + 159, + 445, + 172, + 455 + ], + "score": 0.85, + "content": "w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 172, + 442, + 219, + 457 + ], + "score": 1.0, + "content": "by a factor", + "type": "text" + }, + { + "bbox": [ + 219, + 444, + 243, + 455 + ], + "score": 0.91, + "content": "c \\neq 0", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 442, + 395, + 457 + ], + "score": 1.0, + "content": ", that is, these networks have weights", + "type": "text" + }, + { + "bbox": [ + 395, + 443, + 442, + 455 + ], + "score": 0.89, + "content": "\\tilde { w } _ { 1 } = w _ { 1 } / c", + "type": "inline_equation" + }, + { + "bbox": [ + 442, + 442, + 460, + 457 + ], + "score": 1.0, + "content": "and", + "type": "text" + }, + { + "bbox": [ + 461, + 444, + 502, + 455 + ], + "score": 0.91, + "content": "\\tilde { w } _ { 2 } = c w _ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 502, + 442, + 507, + 457 + ], + "score": 1.0, + "content": ",", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 105, + 454, + 506, + 468 + ], + "spans": [ + { + "bbox": [ + 105, + 454, + 278, + 468 + ], + "score": 1.0, + "content": "yielding the exact same input-output map", + "type": "text" + }, + { + "bbox": [ + 278, + 455, + 444, + 466 + ], + "score": 0.92, + "content": "\\hat { y } = \\tilde { w } _ { 2 } \\tilde { w } _ { 1 } X = c w _ { 2 } ( w _ { 1 } / c ) X = w _ { 2 } w _ { 1 } X", + "type": "inline_equation" + }, + { + "bbox": [ + 444, + 454, + 506, + 468 + ], + "score": 1.0, + "content": ". Because they", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 105, + 465, + 505, + 479 + ], + "spans": [ + { + "bbox": [ + 105, + 465, + 505, + 479 + ], + "score": 1.0, + "content": "compute the same function, they necessarily generalize identically. However after introducing the", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 106, + 477, + 282, + 488 + ], + "spans": [ + { + "bbox": [ + 106, + 477, + 282, + 488 + ], + "score": 1.0, + "content": "noise assumption the mutual information is", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 15, + "bbox_fs": [ + 104, + 344, + 507, + 488 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 206, + 492, + 404, + 509 + ], + "lines": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "spans": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "score": 0.89, + "content": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { \\log \\left( w _ { 1 } ^ { 2 } / c ^ { 2 } + \\sigma _ { M I } ^ { 2 } \\right) - \\log \\left( \\sigma _ { M I } ^ { 2 } \\right) } } \\end{array}", + "type": "interline_equation", + "image_path": "0c9da91e389db59f31738e85823c42564aea9f459391b32abdf8ec6fba0aab0e.jpg" + } + ] + } + ], + "index": 22, + "virtual_lines": [ + { + "bbox": [ + 206, + 492, + 404, + 509 + ], + "spans": [], + "index": 22 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 513, + 505, + 580 + ], + "lines": [ + { + "bbox": [ + 105, + 513, + 505, + 526 + ], + "spans": [ + { + "bbox": [ + 105, + 513, + 336, + 526 + ], + "score": 1.0, + "content": "where we have taken the setting in Section 3 in which", + "type": "text" + }, + { + "bbox": [ + 337, + 514, + 347, + 523 + ], + "score": 0.84, + "content": "X", + "type": "inline_equation" + }, + { + "bbox": [ + 347, + 513, + 505, + 526 + ], + "score": 1.0, + "content": "is normal Gaussian, and independent", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 524, + 506, + 538 + ], + "spans": [ + { + "bbox": [ + 105, + 524, + 218, + 538 + ], + "score": 1.0, + "content": "Gaussian noise of variance", + "type": "text" + }, + { + "bbox": [ + 219, + 524, + 239, + 537 + ], + "score": 0.92, + "content": "\\sigma _ { M I } ^ { 2 }", + "type": "inline_equation" + }, + { + "bbox": [ + 239, + 524, + 506, + 538 + ], + "score": 1.0, + "content": "is added for the purpose of MI computation. Clearly, the mutual", + "type": "text" + } + ], + "index": 24 + }, + { + "bbox": [ + 106, + 536, + 505, + 547 + ], + "spans": [ + { + "bbox": [ + 106, + 536, + 286, + 547 + ], + "score": 1.0, + "content": "information is now dependent on the scaling", + "type": "text" + }, + { + "bbox": [ + 286, + 538, + 292, + 545 + ], + "score": 0.71, + "content": "c", + "type": "inline_equation" + }, + { + "bbox": [ + 292, + 536, + 505, + 547 + ], + "score": 1.0, + "content": "of the internal layer, even though this is an invertible", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 106, + 547, + 504, + 558 + ], + "spans": [ + { + "bbox": [ + 106, + 547, + 504, + 558 + ], + "score": 1.0, + "content": "linear transformation of the representation. Moreover, this shows that networks which generalize", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "spans": [ + { + "bbox": [ + 105, + 556, + 506, + 570 + ], + "score": 1.0, + "content": "identically can nevertheless have very different mutual information with respect to the input when it", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 105, + 568, + 204, + 581 + ], + "spans": [ + { + "bbox": [ + 105, + 568, + 204, + 581 + ], + "score": 1.0, + "content": "is measured in this way.", + "type": "text" + } + ], + "index": 28 + } + ], + "index": 25.5, + "bbox_fs": [ + 105, + 513, + 506, + 581 + ] + }, + { + "type": "title", + "bbox": [ + 107, + 597, + 297, + 609 + ], + "lines": [ + { + "bbox": [ + 105, + 595, + 299, + 613 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 299, + 613 + ], + "score": 1.0, + "content": "D WEIGHT NORMS OVER TRAINING", + "type": "text" + } + ], + "index": 29 + } + ], + "index": 29 + }, + { + "type": "text", + "bbox": [ + 106, + 621, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "spans": [ + { + "bbox": [ + 106, + 622, + 505, + 633 + ], + "score": 1.0, + "content": "Our argument relating neural saturation to compression in mutual information relies on the notion", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 104, + 632, + 507, + 647 + ], + "spans": [ + { + "bbox": [ + 104, + 632, + 507, + 647 + ], + "score": 1.0, + "content": "that in typical training regimes, weights begin small and increase in size over the course of training.", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "spans": [ + { + "bbox": [ + 105, + 643, + 506, + 657 + ], + "score": 1.0, + "content": "We note that this is a virtual necessity for a nonlinearity like tanh, which is linear around the origin:", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 506, + 667 + ], + "score": 1.0, + "content": "when initialized with small weights, the activity of a tanh network will be in this linear regime and", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "spans": [ + { + "bbox": [ + 106, + 666, + 505, + 678 + ], + "score": 1.0, + "content": "the network can only compute a linear function of its input. Hence a real world nonlinear task can", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 689 + ], + "score": 1.0, + "content": "only be learned by increasing the norm of the weights so as to engage the tanh nonlinearity on some", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 688, + 506, + 700 + ], + "score": 1.0, + "content": "examples. This point can also be appreciated from norm-based capacity bounds on neural networks,", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "spans": [ + { + "bbox": [ + 105, + 699, + 505, + 712 + ], + "score": 1.0, + "content": "which show that, for instance, the Rademacher complexity of a neural network with small weights", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 506, + 722 + ], + "score": 1.0, + "content": "must be low (Bartlett & Mendelson, 2002; Neyshabur et al., 2015). Finally, as an empirical matter,", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 506, + 733 + ], + "score": 1.0, + "content": "the networks trained in this paper do in fact increase the norm of their weights over the course of", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 104, + 80, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 505, + 96 + ], + "score": 1.0, + "content": "training, as shown by the green lines in Figure 20 for tanh and ReLU networks in the training setting", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "of Shwartz-Ziv & Tishby (2017); Figures 9 and 10 for the MNIST networks; and Figure 21 for a", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 169, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 169, + 115 + ], + "score": 1.0, + "content": "linear network.", + "type": "text", + "cross_page": true + } + ], + "index": 2 + } + ], + "index": 34.5, + "bbox_fs": [ + 104, + 622, + 507, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [ + { + "bbox": [ + 104, + 80, + 505, + 96 + ], + "spans": [ + { + "bbox": [ + 104, + 80, + 505, + 96 + ], + "score": 1.0, + "content": "training, as shown by the green lines in Figure 20 for tanh and ReLU networks in the training setting", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 506, + 106 + ], + "score": 1.0, + "content": "of Shwartz-Ziv & Tishby (2017); Figures 9 and 10 for the MNIST networks; and Figure 21 for a", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 105, + 104, + 169, + 115 + ], + "spans": [ + { + "bbox": [ + 105, + 104, + 169, + 115 + ], + "score": 1.0, + "content": "linear network.", + "type": "text" + } + ], + "index": 2 + } + ], + "index": 1 + }, + { + "type": "title", + "bbox": [ + 107, + 138, + 330, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 137, + 331, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 331, + 153 + ], + "score": 1.0, + "content": "E HISTOGRAMS OF NEURAL ACTIVATIONS", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 108, + 166, + 505, + 190 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 180 + ], + "score": 1.0, + "content": "Supplementary Figures 16 and 17 show histograms of neural activities over the course of training in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 177, + 263, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 263, + 190 + ], + "score": 1.0, + "content": "tanh and ReLU networks respectively.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5 + }, + { + "type": "image", + "bbox": [ + 167, + 196, + 444, + 667 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 196, + 444, + 667 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 196, + 444, + 667 + ], + "spans": [ + { + "bbox": [ + 167, + 196, + 444, + 667 + ], + "score": 0.974, + "type": "image", + "image_path": "8bbc07b14318e40e4fb277a40f930af47fb6bee0d59af7119d1a65cf2931ed0c.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 167, + 196, + 444, + 209.08333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 167, + 209.08333333333334, + 444, + 222.16666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 167, + 222.16666666666669, + 444, + 235.25000000000003 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 167, + 235.25000000000003, + 444, + 248.33333333333337 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 167, + 248.33333333333337, + 444, + 261.4166666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 167, + 261.4166666666667, + 444, + 274.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 167, + 274.5, + 444, + 287.5833333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 167, + 287.5833333333333, + 444, + 300.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 167, + 300.66666666666663, + 444, + 313.74999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 167, + 313.74999999999994, + 444, + 326.83333333333326 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 167, + 326.83333333333326, + 444, + 339.9166666666666 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 167, + 339.9166666666666, + 444, + 352.9999999999999 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 167, + 352.9999999999999, + 444, + 366.0833333333332 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 167, + 366.0833333333332, + 444, + 379.1666666666665 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 167, + 379.1666666666665, + 444, + 392.24999999999983 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 167, + 392.24999999999983, + 444, + 405.33333333333314 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 167, + 405.33333333333314, + 444, + 418.41666666666646 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 167, + 418.41666666666646, + 444, + 431.4999999999998 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 167, + 431.4999999999998, + 444, + 444.5833333333331 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 167, + 444.5833333333331, + 444, + 457.6666666666664 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 167, + 457.6666666666664, + 444, + 470.7499999999997 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 167, + 470.7499999999997, + 444, + 483.83333333333303 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 167, + 483.83333333333303, + 444, + 496.91666666666634 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 167, + 496.91666666666634, + 444, + 509.99999999999966 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 167, + 509.99999999999966, + 444, + 523.083333333333 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 167, + 523.083333333333, + 444, + 536.1666666666664 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 167, + 536.1666666666664, + 444, + 549.2499999999998 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 167, + 549.2499999999998, + 444, + 562.3333333333331 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 167, + 562.3333333333331, + 444, + 575.4166666666665 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 167, + 575.4166666666665, + 444, + 588.4999999999999 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 167, + 588.4999999999999, + 444, + 601.5833333333333 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 167, + 601.5833333333333, + 444, + 614.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 167, + 614.6666666666666, + 444, + 627.75 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 167, + 627.75, + 444, + 640.8333333333334 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 167, + 640.8333333333334, + 444, + 653.9166666666667 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 167, + 653.9166666666667, + 444, + 667.0000000000001 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 678, + 505, + 734 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "Figure 16: Histogram of neural activities in a tanh network during training. The final three layers", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "eventually saturate in the top and bottom bins corresponding to the saturation limits of the tanh", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "activation function, explaining the compression observed in tanh. x-axis: training time in epochs.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 711, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 505, + 724 + ], + "score": 1.0, + "content": "y-axis: Hidden activity bin values from lowest to highest. Colormap: density of hidden layer activities", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 722, + 212, + 736 + ], + "spans": [ + { + "bbox": [ + 106, + 722, + 212, + 736 + ], + "score": 1.0, + "content": "across all input examples.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44 + } + ], + "index": 33.75 + } + ], + "page_idx": 22, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 116 + ], + "lines": [], + "index": 1, + "bbox_fs": [ + 104, + 80, + 506, + 115 + ], + "lines_deleted": true + }, + { + "type": "title", + "bbox": [ + 107, + 138, + 330, + 150 + ], + "lines": [ + { + "bbox": [ + 105, + 137, + 331, + 153 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 331, + 153 + ], + "score": 1.0, + "content": "E HISTOGRAMS OF NEURAL ACTIVATIONS", + "type": "text" + } + ], + "index": 3 + } + ], + "index": 3 + }, + { + "type": "text", + "bbox": [ + 108, + 166, + 505, + 190 + ], + "lines": [ + { + "bbox": [ + 106, + 165, + 505, + 180 + ], + "spans": [ + { + "bbox": [ + 106, + 165, + 505, + 180 + ], + "score": 1.0, + "content": "Supplementary Figures 16 and 17 show histograms of neural activities over the course of training in", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 177, + 263, + 190 + ], + "spans": [ + { + "bbox": [ + 106, + 177, + 263, + 190 + ], + "score": 1.0, + "content": "tanh and ReLU networks respectively.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4.5, + "bbox_fs": [ + 106, + 165, + 505, + 190 + ] + }, + { + "type": "image", + "bbox": [ + 167, + 196, + 444, + 667 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 196, + 444, + 667 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 196, + 444, + 667 + ], + "spans": [ + { + "bbox": [ + 167, + 196, + 444, + 667 + ], + "score": 0.974, + "type": "image", + "image_path": "8bbc07b14318e40e4fb277a40f930af47fb6bee0d59af7119d1a65cf2931ed0c.jpg" + } + ] + } + ], + "index": 23.5, + "virtual_lines": [ + { + "bbox": [ + 167, + 196, + 444, + 209.08333333333334 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 167, + 209.08333333333334, + 444, + 222.16666666666669 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 167, + 222.16666666666669, + 444, + 235.25000000000003 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 167, + 235.25000000000003, + 444, + 248.33333333333337 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 167, + 248.33333333333337, + 444, + 261.4166666666667 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 167, + 261.4166666666667, + 444, + 274.5 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 167, + 274.5, + 444, + 287.5833333333333 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 167, + 287.5833333333333, + 444, + 300.66666666666663 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 167, + 300.66666666666663, + 444, + 313.74999999999994 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 167, + 313.74999999999994, + 444, + 326.83333333333326 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 167, + 326.83333333333326, + 444, + 339.9166666666666 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 167, + 339.9166666666666, + 444, + 352.9999999999999 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 167, + 352.9999999999999, + 444, + 366.0833333333332 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 167, + 366.0833333333332, + 444, + 379.1666666666665 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 167, + 379.1666666666665, + 444, + 392.24999999999983 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 167, + 392.24999999999983, + 444, + 405.33333333333314 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 167, + 405.33333333333314, + 444, + 418.41666666666646 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 167, + 418.41666666666646, + 444, + 431.4999999999998 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 167, + 431.4999999999998, + 444, + 444.5833333333331 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 167, + 444.5833333333331, + 444, + 457.6666666666664 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 167, + 457.6666666666664, + 444, + 470.7499999999997 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 167, + 470.7499999999997, + 444, + 483.83333333333303 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 167, + 483.83333333333303, + 444, + 496.91666666666634 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 167, + 496.91666666666634, + 444, + 509.99999999999966 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 167, + 509.99999999999966, + 444, + 523.083333333333 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 167, + 523.083333333333, + 444, + 536.1666666666664 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 167, + 536.1666666666664, + 444, + 549.2499999999998 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 167, + 549.2499999999998, + 444, + 562.3333333333331 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 167, + 562.3333333333331, + 444, + 575.4166666666665 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 167, + 575.4166666666665, + 444, + 588.4999999999999 + ], + "spans": [], + "index": 35 + }, + { + "bbox": [ + 167, + 588.4999999999999, + 444, + 601.5833333333333 + ], + "spans": [], + "index": 36 + }, + { + "bbox": [ + 167, + 601.5833333333333, + 444, + 614.6666666666666 + ], + "spans": [], + "index": 37 + }, + { + "bbox": [ + 167, + 614.6666666666666, + 444, + 627.75 + ], + "spans": [], + "index": 38 + }, + { + "bbox": [ + 167, + 627.75, + 444, + 640.8333333333334 + ], + "spans": [], + "index": 39 + }, + { + "bbox": [ + 167, + 640.8333333333334, + 444, + 653.9166666666667 + ], + "spans": [], + "index": 40 + }, + { + "bbox": [ + 167, + 653.9166666666667, + 444, + 667.0000000000001 + ], + "spans": [], + "index": 41 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 678, + 505, + 734 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "spans": [ + { + "bbox": [ + 106, + 678, + 505, + 690 + ], + "score": 1.0, + "content": "Figure 16: Histogram of neural activities in a tanh network during training. The final three layers", + "type": "text" + } + ], + "index": 42 + }, + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 105, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "eventually saturate in the top and bottom bins corresponding to the saturation limits of the tanh", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 506, + 713 + ], + "score": 1.0, + "content": "activation function, explaining the compression observed in tanh. x-axis: training time in epochs.", + "type": "text" + } + ], + "index": 44 + }, + { + "bbox": [ + 105, + 711, + 505, + 724 + ], + "spans": [ + { + "bbox": [ + 105, + 711, + 505, + 724 + ], + "score": 1.0, + "content": "y-axis: Hidden activity bin values from lowest to highest. Colormap: density of hidden layer activities", + "type": "text" + } + ], + "index": 45 + }, + { + "bbox": [ + 106, + 722, + 212, + 736 + ], + "spans": [ + { + "bbox": [ + 106, + 722, + 212, + 736 + ], + "score": 1.0, + "content": "across all input examples.", + "type": "text" + } + ], + "index": 46 + } + ], + "index": 44 + } + ], + "index": 33.75 + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 167, + 77, + 444, + 550 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 77, + 444, + 550 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 77, + 444, + 550 + ], + "spans": [ + { + "bbox": [ + 167, + 77, + 444, + 550 + ], + "score": 0.972, + "type": "image", + "image_path": "5f209aa29a04ff3253199dfe5ae51898ad1ec81c4d32a5a079b30809f462dc92.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 167, + 77, + 444, + 90.13888888888889 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 90.13888888888889, + 444, + 103.27777777777777 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 103.27777777777777, + 444, + 116.41666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 167, + 116.41666666666666, + 444, + 129.55555555555554 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 167, + 129.55555555555554, + 444, + 142.69444444444443 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 167, + 142.69444444444443, + 444, + 155.83333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 167, + 155.83333333333331, + 444, + 168.9722222222222 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 167, + 168.9722222222222, + 444, + 182.1111111111111 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 167, + 182.1111111111111, + 444, + 195.24999999999997 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 167, + 195.24999999999997, + 444, + 208.38888888888886 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 167, + 208.38888888888886, + 444, + 221.52777777777774 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 167, + 221.52777777777774, + 444, + 234.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 167, + 234.66666666666663, + 444, + 247.80555555555551 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 167, + 247.80555555555551, + 444, + 260.9444444444444 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 167, + 260.9444444444444, + 444, + 274.0833333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 167, + 274.0833333333333, + 444, + 287.22222222222223 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 167, + 287.22222222222223, + 444, + 300.36111111111114 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 167, + 300.36111111111114, + 444, + 313.50000000000006 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 167, + 313.50000000000006, + 444, + 326.63888888888897 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 167, + 326.63888888888897, + 444, + 339.7777777777779 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 167, + 339.7777777777779, + 444, + 352.9166666666668 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 167, + 352.9166666666668, + 444, + 366.0555555555557 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 167, + 366.0555555555557, + 444, + 379.1944444444446 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 167, + 379.1944444444446, + 444, + 392.33333333333354 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 167, + 392.33333333333354, + 444, + 405.47222222222246 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 167, + 405.47222222222246, + 444, + 418.61111111111137 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 167, + 418.61111111111137, + 444, + 431.7500000000003 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 167, + 431.7500000000003, + 444, + 444.8888888888892 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 167, + 444.8888888888892, + 444, + 458.0277777777781 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 167, + 458.0277777777781, + 444, + 471.166666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 167, + 471.166666666667, + 444, + 484.30555555555594 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 167, + 484.30555555555594, + 444, + 497.44444444444485 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 167, + 497.44444444444485, + 444, + 510.58333333333377 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 167, + 510.58333333333377, + 444, + 523.7222222222226 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 167, + 523.7222222222226, + 444, + 536.8611111111115 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 167, + 536.8611111111115, + 444, + 550.0000000000005 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 563, + 506, + 630 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 506, + 576 + ], + "score": 1.0, + "content": "Figure 17: Histogram of neural activities in a ReLU network during training. ReLU layers 1-5 have", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "a roughly constant fraction of activities at zero, corresponding to instances where the ReLU is off;", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 104, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "the nonzero activities disperse over the course of training without bound, yielding higher entropy", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "distributions. The sigmoid output layer 6 converges to its saturation limits, and is the only layer that", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 278, + 620 + ], + "score": 1.0, + "content": "compresses during training (c.f. Fig. 1B).", + "type": "text" + }, + { + "bbox": [ + 278, + 609, + 285, + 617 + ], + "score": 0.51, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "-axis: training time in epochs. y-axis: Hidden activity", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 618, + 417, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 417, + 631 + ], + "score": 1.0, + "content": "value. Colormap: density of hidden layer activities across all input examples.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + } + ], + "index": 28.0 + }, + { + "type": "title", + "bbox": [ + 106, + 670, + 453, + 682 + ], + "lines": [ + { + "bbox": [ + 104, + 668, + 456, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 668, + 456, + 685 + ], + "score": 1.0, + "content": "F INFORMATION PLANE DYNAMICS IN DEEPER LINEAR NETWORKS", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Supplementary Figure 18 shows information plane dynamics for a deep neural network with five", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 294, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 294, + 733 + ], + "score": 1.0, + "content": "hidden layers each containing 50 hidden units.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5 + } + ], + "page_idx": 23, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 764 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 14, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 167, + 77, + 444, + 550 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 167, + 77, + 444, + 550 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 167, + 77, + 444, + 550 + ], + "spans": [ + { + "bbox": [ + 167, + 77, + 444, + 550 + ], + "score": 0.972, + "type": "image", + "image_path": "5f209aa29a04ff3253199dfe5ae51898ad1ec81c4d32a5a079b30809f462dc92.jpg" + } + ] + } + ], + "index": 17.5, + "virtual_lines": [ + { + "bbox": [ + 167, + 77, + 444, + 90.13888888888889 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 167, + 90.13888888888889, + 444, + 103.27777777777777 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 167, + 103.27777777777777, + 444, + 116.41666666666666 + ], + "spans": [], + "index": 2 + }, + { + "bbox": [ + 167, + 116.41666666666666, + 444, + 129.55555555555554 + ], + "spans": [], + "index": 3 + }, + { + "bbox": [ + 167, + 129.55555555555554, + 444, + 142.69444444444443 + ], + "spans": [], + "index": 4 + }, + { + "bbox": [ + 167, + 142.69444444444443, + 444, + 155.83333333333331 + ], + "spans": [], + "index": 5 + }, + { + "bbox": [ + 167, + 155.83333333333331, + 444, + 168.9722222222222 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 167, + 168.9722222222222, + 444, + 182.1111111111111 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 167, + 182.1111111111111, + 444, + 195.24999999999997 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 167, + 195.24999999999997, + 444, + 208.38888888888886 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 167, + 208.38888888888886, + 444, + 221.52777777777774 + ], + "spans": [], + "index": 10 + }, + { + "bbox": [ + 167, + 221.52777777777774, + 444, + 234.66666666666663 + ], + "spans": [], + "index": 11 + }, + { + "bbox": [ + 167, + 234.66666666666663, + 444, + 247.80555555555551 + ], + "spans": [], + "index": 12 + }, + { + "bbox": [ + 167, + 247.80555555555551, + 444, + 260.9444444444444 + ], + "spans": [], + "index": 13 + }, + { + "bbox": [ + 167, + 260.9444444444444, + 444, + 274.0833333333333 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 167, + 274.0833333333333, + 444, + 287.22222222222223 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 167, + 287.22222222222223, + 444, + 300.36111111111114 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 167, + 300.36111111111114, + 444, + 313.50000000000006 + ], + "spans": [], + "index": 17 + }, + { + "bbox": [ + 167, + 313.50000000000006, + 444, + 326.63888888888897 + ], + "spans": [], + "index": 18 + }, + { + "bbox": [ + 167, + 326.63888888888897, + 444, + 339.7777777777779 + ], + "spans": [], + "index": 19 + }, + { + "bbox": [ + 167, + 339.7777777777779, + 444, + 352.9166666666668 + ], + "spans": [], + "index": 20 + }, + { + "bbox": [ + 167, + 352.9166666666668, + 444, + 366.0555555555557 + ], + "spans": [], + "index": 21 + }, + { + "bbox": [ + 167, + 366.0555555555557, + 444, + 379.1944444444446 + ], + "spans": [], + "index": 22 + }, + { + "bbox": [ + 167, + 379.1944444444446, + 444, + 392.33333333333354 + ], + "spans": [], + "index": 23 + }, + { + "bbox": [ + 167, + 392.33333333333354, + 444, + 405.47222222222246 + ], + "spans": [], + "index": 24 + }, + { + "bbox": [ + 167, + 405.47222222222246, + 444, + 418.61111111111137 + ], + "spans": [], + "index": 25 + }, + { + "bbox": [ + 167, + 418.61111111111137, + 444, + 431.7500000000003 + ], + "spans": [], + "index": 26 + }, + { + "bbox": [ + 167, + 431.7500000000003, + 444, + 444.8888888888892 + ], + "spans": [], + "index": 27 + }, + { + "bbox": [ + 167, + 444.8888888888892, + 444, + 458.0277777777781 + ], + "spans": [], + "index": 28 + }, + { + "bbox": [ + 167, + 458.0277777777781, + 444, + 471.166666666667 + ], + "spans": [], + "index": 29 + }, + { + "bbox": [ + 167, + 471.166666666667, + 444, + 484.30555555555594 + ], + "spans": [], + "index": 30 + }, + { + "bbox": [ + 167, + 484.30555555555594, + 444, + 497.44444444444485 + ], + "spans": [], + "index": 31 + }, + { + "bbox": [ + 167, + 497.44444444444485, + 444, + 510.58333333333377 + ], + "spans": [], + "index": 32 + }, + { + "bbox": [ + 167, + 510.58333333333377, + 444, + 523.7222222222226 + ], + "spans": [], + "index": 33 + }, + { + "bbox": [ + 167, + 523.7222222222226, + 444, + 536.8611111111115 + ], + "spans": [], + "index": 34 + }, + { + "bbox": [ + 167, + 536.8611111111115, + 444, + 550.0000000000005 + ], + "spans": [], + "index": 35 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 563, + 506, + 630 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 563, + 506, + 576 + ], + "spans": [ + { + "bbox": [ + 106, + 563, + 506, + 576 + ], + "score": 1.0, + "content": "Figure 17: Histogram of neural activities in a ReLU network during training. ReLU layers 1-5 have", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 104, + 574, + 506, + 586 + ], + "spans": [ + { + "bbox": [ + 104, + 574, + 506, + 586 + ], + "score": 1.0, + "content": "a roughly constant fraction of activities at zero, corresponding to instances where the ReLU is off;", + "type": "text" + } + ], + "index": 37 + }, + { + "bbox": [ + 104, + 584, + 506, + 599 + ], + "spans": [ + { + "bbox": [ + 104, + 584, + 506, + 599 + ], + "score": 1.0, + "content": "the nonzero activities disperse over the course of training without bound, yielding higher entropy", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "spans": [ + { + "bbox": [ + 105, + 595, + 506, + 609 + ], + "score": 1.0, + "content": "distributions. The sigmoid output layer 6 converges to its saturation limits, and is the only layer that", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 105, + 608, + 505, + 620 + ], + "spans": [ + { + "bbox": [ + 105, + 608, + 278, + 620 + ], + "score": 1.0, + "content": "compresses during training (c.f. Fig. 1B).", + "type": "text" + }, + { + "bbox": [ + 278, + 609, + 285, + 617 + ], + "score": 0.51, + "content": "\\mathbf { X }", + "type": "inline_equation" + }, + { + "bbox": [ + 285, + 608, + 505, + 620 + ], + "score": 1.0, + "content": "-axis: training time in epochs. y-axis: Hidden activity", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 105, + 618, + 417, + 631 + ], + "spans": [ + { + "bbox": [ + 105, + 618, + 417, + 631 + ], + "score": 1.0, + "content": "value. Colormap: density of hidden layer activities across all input examples.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 38.5 + } + ], + "index": 28.0 + }, + { + "type": "title", + "bbox": [ + 106, + 670, + 453, + 682 + ], + "lines": [ + { + "bbox": [ + 104, + 668, + 456, + 685 + ], + "spans": [ + { + "bbox": [ + 104, + 668, + 456, + 685 + ], + "score": 1.0, + "content": "F INFORMATION PLANE DYNAMICS IN DEEPER LINEAR NETWORKS", + "type": "text" + } + ], + "index": 42 + } + ], + "index": 42 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 709, + 505, + 722 + ], + "score": 1.0, + "content": "Supplementary Figure 18 shows information plane dynamics for a deep neural network with five", + "type": "text" + } + ], + "index": 43 + }, + { + "bbox": [ + 105, + 720, + 294, + 733 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 294, + 733 + ], + "score": 1.0, + "content": "hidden layers each containing 50 hidden units.", + "type": "text" + } + ], + "index": 44 + } + ], + "index": 43.5, + "bbox_fs": [ + 105, + 709, + 505, + 733 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 83, + 501, + 214 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 83, + 501, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 83, + 501, + 214 + ], + "spans": [ + { + "bbox": [ + 109, + 83, + 501, + 214 + ], + "score": 0.97, + "type": "image", + "image_path": "cba1fe5de44777e480b97d883918063f6902a3728f471a1abd20879b524f24ab.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 83, + 501, + 126.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 126.66666666666666, + 501, + 170.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 170.33333333333331, + 501, + 213.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 229, + 505, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 229, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 229, + 505, + 242 + ], + "score": 1.0, + "content": "Figure 18: Information plane dynamics in a deep linear neural network. (A) Train and test error", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 240, + 415, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 415, + 253 + ], + "score": 1.0, + "content": "during learning. (B) Information plane dynamics. No compression is visible.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 106, + 267, + 369, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 369, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 369, + 283 + ], + "score": 1.0, + "content": "G LINEAR MUTUAL INFORMATION CALCULATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 479, + 304 + ], + "score": 1.0, + "content": "For the linear setting considered here, the mutual information between a hidden representation", + "type": "text" + }, + { + "bbox": [ + 479, + 293, + 487, + 302 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 303, + 310, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 149, + 316 + ], + "score": 1.0, + "content": "the output", + "type": "text" + }, + { + "bbox": [ + 150, + 304, + 158, + 313 + ], + "score": 0.83, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 303, + 310, + 316 + ], + "score": 1.0, + "content": "may be calculated using the relations", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5 + }, + { + "type": "interline_equation", + "bbox": [ + 140, + 319, + 470, + 412 + ], + "lines": [ + { + "bbox": [ + 140, + 319, + 470, + 412 + ], + "spans": [ + { + "bbox": [ + 140, + 319, + 470, + 412 + ], + "score": 0.94, + "content": "\\begin{array} { c } { { { \\cal H } ( Y ) = \\displaystyle \\frac { N _ { o } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | W _ { o } W _ { o } ^ { T } + \\sigma _ { o } ^ { 2 } I _ { N _ { o } } | , } } \\\\ { { { \\cal H } ( T ) = \\displaystyle \\frac { N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } | , } } \\\\ { { { \\cal H } ( Y ; T ) = \\displaystyle \\frac { N _ { o } + N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\quad \\quad \\bar { W } W _ { o } ^ { T } , } } \\\\ { { { \\cal I } ( Y ; T ) = { \\cal H } ( Y ) + { \\cal H } ( T ) - { \\cal H } ( Y ; T ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "c7bb894ca0901b7c568df05ec917564f6de8a14bb26aeff003d7a57a550511df.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 140, + 319, + 470, + 350.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 140, + 350.0, + 470, + 381.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 140, + 381.0, + 470, + 412.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 425, + 303, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 304, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 304, + 440 + ], + "score": 1.0, + "content": "H STOCHASTIC VS BATCH TRAINING", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "image", + "bbox": [ + 106, + 490, + 503, + 619 + ], + "blocks": [ + { + "type": "image_caption", + "bbox": [ + 106, + 450, + 505, + 484 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "score": 1.0, + "content": "Figure 19 shows information plane dynamics for stochastic and batch gradient descent learning in a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "linear network. Randomness in the training process does not dramatically alter the information plane", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 472, + 150, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 150, + 485 + ], + "score": 1.0, + "content": "dynamics.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "image_body", + "bbox": [ + 106, + 490, + 503, + 619 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 490, + 503, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 503, + 619 + ], + "score": 0.969, + "type": "image", + "image_path": "547f68d75db31823ea92f3a340ffd0af1f2555a96902c610b5d4b54c25c651f4.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 106, + 490, + 503, + 533.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 106, + 533.0, + 503, + 576.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 106, + 576.0, + 503, + 619.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 636, + 504, + 670 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "score": 1.0, + "content": "Figure 19: Effect of stochastic training in linear networks. (A) Information plane dynamics for", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "score": 1.0, + "content": "stochastic gradient descent in a linear network (same setting as Fig. 4). (B) Information plane", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 659, + 254, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 659, + 254, + 670 + ], + "score": 1.0, + "content": "dynamics for batch gradient descent.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 107, + 684, + 311, + 697 + ], + "lines": [ + { + "bbox": [ + 104, + 683, + 312, + 699 + ], + "spans": [ + { + "bbox": [ + 104, + 683, + 312, + 699 + ], + "score": 1.0, + "content": "I GRADIENT SNR PHASE TRANSITION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 722 + ], + "score": 1.0, + "content": "The proposed mechanism of compression in Shwartz-Ziv & Tishby (2017) is noise arising from", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "stochastic gradient descent training. The results in Section 4 of the main text show that compression", + "type": "text" + } + ], + "index": 23 + } + ], + "index": 22.5 + } + ], + "page_idx": 24, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "spans": [ + { + "bbox": [ + 299, + 750, + 312, + 764 + ], + "score": 1.0, + "content": "25", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 83, + 501, + 214 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 83, + 501, + 214 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 83, + 501, + 214 + ], + "spans": [ + { + "bbox": [ + 109, + 83, + 501, + 214 + ], + "score": 0.97, + "type": "image", + "image_path": "cba1fe5de44777e480b97d883918063f6902a3728f471a1abd20879b524f24ab.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 83, + 501, + 126.66666666666666 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 126.66666666666666, + 501, + 170.33333333333331 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 170.33333333333331, + 501, + 213.99999999999997 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 229, + 505, + 253 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 229, + 505, + 242 + ], + "spans": [ + { + "bbox": [ + 106, + 229, + 505, + 242 + ], + "score": 1.0, + "content": "Figure 18: Information plane dynamics in a deep linear neural network. (A) Train and test error", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 240, + 415, + 253 + ], + "spans": [ + { + "bbox": [ + 106, + 240, + 415, + 253 + ], + "score": 1.0, + "content": "during learning. (B) Information plane dynamics. No compression is visible.", + "type": "text" + } + ], + "index": 4 + } + ], + "index": 3.5 + } + ], + "index": 2.25 + }, + { + "type": "title", + "bbox": [ + 106, + 267, + 369, + 280 + ], + "lines": [ + { + "bbox": [ + 105, + 266, + 369, + 283 + ], + "spans": [ + { + "bbox": [ + 105, + 266, + 369, + 283 + ], + "score": 1.0, + "content": "G LINEAR MUTUAL INFORMATION CALCULATION", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 106, + 291, + 504, + 315 + ], + "lines": [ + { + "bbox": [ + 106, + 291, + 505, + 304 + ], + "spans": [ + { + "bbox": [ + 106, + 291, + 479, + 304 + ], + "score": 1.0, + "content": "For the linear setting considered here, the mutual information between a hidden representation", + "type": "text" + }, + { + "bbox": [ + 479, + 293, + 487, + 302 + ], + "score": 0.83, + "content": "T", + "type": "inline_equation" + }, + { + "bbox": [ + 488, + 291, + 505, + 304 + ], + "score": 1.0, + "content": "and", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 106, + 303, + 310, + 316 + ], + "spans": [ + { + "bbox": [ + 106, + 303, + 149, + 316 + ], + "score": 1.0, + "content": "the output", + "type": "text" + }, + { + "bbox": [ + 150, + 304, + 158, + 313 + ], + "score": 0.83, + "content": "Y", + "type": "inline_equation" + }, + { + "bbox": [ + 159, + 303, + 310, + 316 + ], + "score": 1.0, + "content": "may be calculated using the relations", + "type": "text" + } + ], + "index": 7 + } + ], + "index": 6.5, + "bbox_fs": [ + 106, + 291, + 505, + 316 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 140, + 319, + 470, + 412 + ], + "lines": [ + { + "bbox": [ + 140, + 319, + 470, + 412 + ], + "spans": [ + { + "bbox": [ + 140, + 319, + 470, + 412 + ], + "score": 0.94, + "content": "\\begin{array} { c } { { { \\cal H } ( Y ) = \\displaystyle \\frac { N _ { o } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | W _ { o } W _ { o } ^ { T } + \\sigma _ { o } ^ { 2 } I _ { N _ { o } } | , } } \\\\ { { { \\cal H } ( T ) = \\displaystyle \\frac { N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } | , } } \\\\ { { { \\cal H } ( Y ; T ) = \\displaystyle \\frac { N _ { o } + N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\quad \\quad \\bar { W } W _ { o } ^ { T } , } } \\\\ { { { \\cal I } ( Y ; T ) = { \\cal H } ( Y ) + { \\cal H } ( T ) - { \\cal H } ( Y ; T ) . } } \\end{array}", + "type": "interline_equation", + "image_path": "c7bb894ca0901b7c568df05ec917564f6de8a14bb26aeff003d7a57a550511df.jpg" + } + ] + } + ], + "index": 9, + "virtual_lines": [ + { + "bbox": [ + 140, + 319, + 470, + 350.0 + ], + "spans": [], + "index": 8 + }, + { + "bbox": [ + 140, + 350.0, + 470, + 381.0 + ], + "spans": [], + "index": 9 + }, + { + "bbox": [ + 140, + 381.0, + 470, + 412.0 + ], + "spans": [], + "index": 10 + } + ] + }, + { + "type": "title", + "bbox": [ + 107, + 425, + 303, + 438 + ], + "lines": [ + { + "bbox": [ + 105, + 424, + 304, + 440 + ], + "spans": [ + { + "bbox": [ + 105, + 424, + 304, + 440 + ], + "score": 1.0, + "content": "H STOCHASTIC VS BATCH TRAINING", + "type": "text" + } + ], + "index": 11 + } + ], + "index": 11 + }, + { + "type": "image", + "bbox": [ + 106, + 490, + 503, + 619 + ], + "blocks": [ + { + "type": "image_caption", + "bbox": [ + 106, + 450, + 505, + 484 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "spans": [ + { + "bbox": [ + 105, + 449, + 506, + 463 + ], + "score": 1.0, + "content": "Figure 19 shows information plane dynamics for stochastic and batch gradient descent learning in a", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "spans": [ + { + "bbox": [ + 105, + 461, + 505, + 474 + ], + "score": 1.0, + "content": "linear network. Randomness in the training process does not dramatically alter the information plane", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 472, + 150, + 485 + ], + "spans": [ + { + "bbox": [ + 106, + 472, + 150, + 485 + ], + "score": 1.0, + "content": "dynamics.", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 13 + }, + { + "type": "image_body", + "bbox": [ + 106, + 490, + 503, + 619 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 490, + 503, + 619 + ], + "spans": [ + { + "bbox": [ + 106, + 490, + 503, + 619 + ], + "score": 0.969, + "type": "image", + "image_path": "547f68d75db31823ea92f3a340ffd0af1f2555a96902c610b5d4b54c25c651f4.jpg" + } + ] + } + ], + "index": 16, + "virtual_lines": [ + { + "bbox": [ + 106, + 490, + 503, + 533.0 + ], + "spans": [], + "index": 15 + }, + { + "bbox": [ + 106, + 533.0, + 503, + 576.0 + ], + "spans": [], + "index": 16 + }, + { + "bbox": [ + 106, + 576.0, + 503, + 619.0 + ], + "spans": [], + "index": 17 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 636, + 504, + 670 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "spans": [ + { + "bbox": [ + 106, + 636, + 505, + 648 + ], + "score": 1.0, + "content": "Figure 19: Effect of stochastic training in linear networks. (A) Information plane dynamics for", + "type": "text" + } + ], + "index": 18 + }, + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "spans": [ + { + "bbox": [ + 106, + 648, + 505, + 660 + ], + "score": 1.0, + "content": "stochastic gradient descent in a linear network (same setting as Fig. 4). (B) Information plane", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 107, + 659, + 254, + 670 + ], + "spans": [ + { + "bbox": [ + 107, + 659, + 254, + 670 + ], + "score": 1.0, + "content": "dynamics for batch gradient descent.", + "type": "text" + } + ], + "index": 20 + } + ], + "index": 19 + } + ], + "index": 16 + }, + { + "type": "title", + "bbox": [ + 107, + 684, + 311, + 697 + ], + "lines": [ + { + "bbox": [ + 104, + 683, + 312, + 699 + ], + "spans": [ + { + "bbox": [ + 104, + 683, + 312, + 699 + ], + "score": 1.0, + "content": "I GRADIENT SNR PHASE TRANSITION", + "type": "text" + } + ], + "index": 21 + } + ], + "index": 21 + }, + { + "type": "text", + "bbox": [ + 107, + 709, + 505, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 710, + 504, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 504, + 722 + ], + "score": 1.0, + "content": "The proposed mechanism of compression in Shwartz-Ziv & Tishby (2017) is noise arising from", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "spans": [ + { + "bbox": [ + 105, + 720, + 505, + 734 + ], + "score": 1.0, + "content": "stochastic gradient descent training. The results in Section 4 of the main text show that compression", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "still occurs under batch gradient descent learning, suggesting that in fact noise in the gradient updates", + "type": "text", + "cross_page": true + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "is not the cause of compression. Here we investigate a related claim, namely that during training,", + "type": "text", + "cross_page": true + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "networks switch between two phases. These phases are defined by the ratio of the mean of the gradient", + "type": "text", + "cross_page": true + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 128 + ], + "score": 1.0, + "content": "to the standard deviation of the gradient across training examples, called the gradient signal-to-noise", + "type": "text", + "cross_page": true + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "ratio. In the first “drift” phase, the SNR is high, while in the second “diffusion” phase the SNR", + "type": "text", + "cross_page": true + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 506, + 151 + ], + "score": 1.0, + "content": "is low. Shwartz-Ziv & Tishby (2017) hypothesize that the drift phase corresponds to movement", + "type": "text", + "cross_page": true + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "toward the minimum with no compression, while the diffusion phase corresponds to a constrained", + "type": "text", + "cross_page": true + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 507, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 507, + 172 + ], + "score": 1.0, + "content": "diffusion in weight configurations that attain the optimal loss, during which representations compress.", + "type": "text", + "cross_page": true + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "However, two phases of gradient descent have been described more generally, sometimes known as", + "type": "text", + "cross_page": true + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "the transient and stochastic phases or search and convergence phases (Murata, 1998; Chee & Toulis,", + "type": "text", + "cross_page": true + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 192, + 482, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 482, + 205 + ], + "score": 1.0, + "content": "2017), suggesting that these phases might not be related specifically to compression behavior.", + "type": "text", + "cross_page": true + } + ], + "index": 10 + } + ], + "index": 22.5, + "bbox_fs": [ + 105, + 710, + 505, + 734 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 204 + ], + "lines": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "spans": [ + { + "bbox": [ + 106, + 83, + 505, + 95 + ], + "score": 1.0, + "content": "still occurs under batch gradient descent learning, suggesting that in fact noise in the gradient updates", + "type": "text" + } + ], + "index": 0 + }, + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "spans": [ + { + "bbox": [ + 105, + 93, + 505, + 107 + ], + "score": 1.0, + "content": "is not the cause of compression. Here we investigate a related claim, namely that during training,", + "type": "text" + } + ], + "index": 1 + }, + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "spans": [ + { + "bbox": [ + 106, + 105, + 505, + 117 + ], + "score": 1.0, + "content": "networks switch between two phases. These phases are defined by the ratio of the mean of the gradient", + "type": "text" + } + ], + "index": 2 + }, + { + "bbox": [ + 106, + 116, + 505, + 128 + ], + "spans": [ + { + "bbox": [ + 106, + 116, + 505, + 128 + ], + "score": 1.0, + "content": "to the standard deviation of the gradient across training examples, called the gradient signal-to-noise", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "spans": [ + { + "bbox": [ + 106, + 127, + 505, + 139 + ], + "score": 1.0, + "content": "ratio. In the first “drift” phase, the SNR is high, while in the second “diffusion” phase the SNR", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 105, + 137, + 506, + 151 + ], + "spans": [ + { + "bbox": [ + 105, + 137, + 506, + 151 + ], + "score": 1.0, + "content": "is low. Shwartz-Ziv & Tishby (2017) hypothesize that the drift phase corresponds to movement", + "type": "text" + } + ], + "index": 5 + }, + { + "bbox": [ + 106, + 149, + 506, + 161 + ], + "spans": [ + { + "bbox": [ + 106, + 149, + 506, + 161 + ], + "score": 1.0, + "content": "toward the minimum with no compression, while the diffusion phase corresponds to a constrained", + "type": "text" + } + ], + "index": 6 + }, + { + "bbox": [ + 105, + 159, + 507, + 172 + ], + "spans": [ + { + "bbox": [ + 105, + 159, + 507, + 172 + ], + "score": 1.0, + "content": "diffusion in weight configurations that attain the optimal loss, during which representations compress.", + "type": "text" + } + ], + "index": 7 + }, + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "spans": [ + { + "bbox": [ + 105, + 170, + 506, + 183 + ], + "score": 1.0, + "content": "However, two phases of gradient descent have been described more generally, sometimes known as", + "type": "text" + } + ], + "index": 8 + }, + { + "bbox": [ + 106, + 181, + 506, + 194 + ], + "spans": [ + { + "bbox": [ + 106, + 181, + 506, + 194 + ], + "score": 1.0, + "content": "the transient and stochastic phases or search and convergence phases (Murata, 1998; Chee & Toulis,", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 106, + 192, + 482, + 205 + ], + "spans": [ + { + "bbox": [ + 106, + 192, + 482, + 205 + ], + "score": 1.0, + "content": "2017), suggesting that these phases might not be related specifically to compression behavior.", + "type": "text" + } + ], + "index": 10 + } + ], + "index": 5 + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 242 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "In Fig. 20 we plot the gradient SNR over the course of training for the tanh and ReLU networks in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 432, + 232 + ], + "score": 1.0, + "content": "the standard setting of Shwartz-Ziv & Tishby (2017). In particular, for each layer", + "type": "text" + }, + { + "bbox": [ + 433, + 221, + 437, + 230 + ], + "score": 0.4, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "we calculate the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 235, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 235, + 243 + ], + "score": 1.0, + "content": "mean and standard deviation as", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12 + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 306, + 362, + 364 + ], + "lines": [ + { + "bbox": [ + 247, + 306, + 362, + 364 + ], + "spans": [ + { + "bbox": [ + 247, + 306, + 362, + 364 + ], + "score": 0.92, + "content": "\\begin{array} { r c l } { { m _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\left. \\frac { \\partial E } { \\partial W _ { l } } \\right. \\right\\| _ { F } } } \\\\ { { s _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\mathrm { S T D } \\left( \\frac { \\partial E } { \\partial W _ { l } } \\right) \\right\\| _ { F } } } \\end{array}", + "type": "interline_equation", + "image_path": "f293b8d1d9e4f8f91ea536c6fcee59a7fd3efa334024fbe6fd1f65b977d2185b.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 306, + 362, + 335.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 247, + 335.0, + 362, + 364.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 428, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 134, + 442 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 429, + 146, + 441 + ], + "score": 0.89, + "content": "\\langle \\cdot \\rangle", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 428, + 241, + 442 + ], + "score": 1.0, + "content": "denotes the mean and", + "type": "text" + }, + { + "bbox": [ + 241, + 429, + 275, + 441 + ], + "score": 0.9, + "content": "S T D ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 428, + 505, + 442 + ], + "score": 1.0, + "content": "denotes the element-wise standard deviation across all", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 439, + 502, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 195, + 453 + ], + "score": 1.0, + "content": "training samples, and", + "type": "text" + }, + { + "bbox": [ + 196, + 439, + 216, + 452 + ], + "score": 0.91, + "content": "\\left\\| \\cdot \\right\\| _ { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 439, + 477, + 453 + ], + "score": 1.0, + "content": "denotes the Frobenius norm. The gradient SNR is then the ratio", + "type": "text" + }, + { + "bbox": [ + 478, + 440, + 502, + 452 + ], + "score": 0.92, + "content": "m _ { l } / s _ { l }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 450, + 428, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 287, + 464 + ], + "score": 1.0, + "content": "We additionally plot the norm of the weights", + "type": "text" + }, + { + "bbox": [ + 287, + 450, + 317, + 463 + ], + "score": 0.92, + "content": "\\| W _ { l } \\| _ { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 450, + 428, + 464 + ], + "score": 1.0, + "content": "over the course of training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17 + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "Both tanh and ReLU networks yield a similar qualitative pattern, with SNR undergoing a step-like", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 479, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 490 + ], + "score": 1.0, + "content": "transition to a lower value during training. Figures 9 and 10, fourth row, show similar plots for", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "MNIST-trained networks. Again, SNR undergoes a transition from high to low over training. Hence", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "score": 1.0, + "content": "the two phase nature of gradient descent appears to hold across the settings that we examine here.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Crucially, this finding shows that the SNR transition is not related to the compression phenomenon", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 522, + 468, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 468, + 535 + ], + "score": 1.0, + "content": "because ReLU networks, which show the gradient SNR phase transition, do not compress.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5 + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "Finally, to show the generality of the two-phase gradient SNR behavior and its independence from", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "compression, we develop a minimal model of this phenomenon in a three neuron linear network. We", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 321, + 574 + ], + "score": 1.0, + "content": "consider the student-teacher setting of Fig. 3 but with", + "type": "text" + }, + { + "bbox": [ + 322, + 561, + 379, + 572 + ], + "score": 0.92, + "content": "N _ { i } = N _ { h } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 561, + 506, + 574 + ], + "score": 1.0, + "content": ", such that the input and hidden", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "layers have just a single neuron (as in the setting of Fig. 2). Here, with just a single hidden neuron,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "clearly there can be no compression so long as the first layer weight increases over the course of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "training. Figure 21AC shows that even in this simple setting, the SNR shows the phase transition but", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "the weight norm increases over training. Hence again, the two phases of the gradient are present even", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "score": 1.0, + "content": "though there is no compression. To intuitively understand the source of this behavior, note that the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 628, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 506, + 639 + ], + "score": 1.0, + "content": "weights are initialized to be small and hence early in learning all must be increased in magnitude,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "yielding a consistent mean gradient. Once the network reaches the vicinity of the minimum, the mean", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 649, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 662 + ], + "score": 1.0, + "content": "weight change across all samples by definition goes to zero. The standard deviation remains finite,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 659, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 674 + ], + "score": 1.0, + "content": "however, because on some specific examples error could be improved by increasing or decreasing the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 671, + 438, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 438, + 684 + ], + "score": 1.0, + "content": "weights–even though across the whole dataset the mean error has been minimized.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 31 + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Hence overall, our results show that a two-phase structure in the gradient SNR occurs in all settings we", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "consider, even though compression occurs only in a subset. The gradient SNR behavior is therefore", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "not causally related to compression dynamics, consistent with the view that saturating nonlinearities", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 107, + 721, + 263, + 732 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 263, + 732 + ], + "score": 1.0, + "content": "are the primary source of compression.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5 + } + ], + "page_idx": 25, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 763 + ], + "score": 1.0, + "content": "26", + "type": "text" + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "text", + "bbox": [ + 107, + 82, + 505, + 204 + ], + "lines": [], + "index": 5, + "bbox_fs": [ + 105, + 83, + 507, + 205 + ], + "lines_deleted": true + }, + { + "type": "text", + "bbox": [ + 107, + 209, + 505, + 242 + ], + "lines": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "spans": [ + { + "bbox": [ + 105, + 209, + 505, + 221 + ], + "score": 1.0, + "content": "In Fig. 20 we plot the gradient SNR over the course of training for the tanh and ReLU networks in", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 106, + 220, + 505, + 232 + ], + "spans": [ + { + "bbox": [ + 106, + 220, + 432, + 232 + ], + "score": 1.0, + "content": "the standard setting of Shwartz-Ziv & Tishby (2017). In particular, for each layer", + "type": "text" + }, + { + "bbox": [ + 433, + 221, + 437, + 230 + ], + "score": 0.4, + "content": "l", + "type": "inline_equation" + }, + { + "bbox": [ + 437, + 220, + 505, + 232 + ], + "score": 1.0, + "content": "we calculate the", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 105, + 230, + 235, + 243 + ], + "spans": [ + { + "bbox": [ + 105, + 230, + 235, + 243 + ], + "score": 1.0, + "content": "mean and standard deviation as", + "type": "text" + } + ], + "index": 13 + } + ], + "index": 12, + "bbox_fs": [ + 105, + 209, + 505, + 243 + ] + }, + { + "type": "interline_equation", + "bbox": [ + 247, + 306, + 362, + 364 + ], + "lines": [ + { + "bbox": [ + 247, + 306, + 362, + 364 + ], + "spans": [ + { + "bbox": [ + 247, + 306, + 362, + 364 + ], + "score": 0.92, + "content": "\\begin{array} { r c l } { { m _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\left. \\frac { \\partial E } { \\partial W _ { l } } \\right. \\right\\| _ { F } } } \\\\ { { s _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\mathrm { S T D } \\left( \\frac { \\partial E } { \\partial W _ { l } } \\right) \\right\\| _ { F } } } \\end{array}", + "type": "interline_equation", + "image_path": "f293b8d1d9e4f8f91ea536c6fcee59a7fd3efa334024fbe6fd1f65b977d2185b.jpg" + } + ] + } + ], + "index": 14.5, + "virtual_lines": [ + { + "bbox": [ + 247, + 306, + 362, + 335.0 + ], + "spans": [], + "index": 14 + }, + { + "bbox": [ + 247, + 335.0, + 362, + 364.0 + ], + "spans": [], + "index": 15 + } + ] + }, + { + "type": "text", + "bbox": [ + 107, + 428, + 505, + 462 + ], + "lines": [ + { + "bbox": [ + 105, + 428, + 505, + 442 + ], + "spans": [ + { + "bbox": [ + 105, + 428, + 134, + 442 + ], + "score": 1.0, + "content": "where", + "type": "text" + }, + { + "bbox": [ + 135, + 429, + 146, + 441 + ], + "score": 0.89, + "content": "\\langle \\cdot \\rangle", + "type": "inline_equation" + }, + { + "bbox": [ + 146, + 428, + 241, + 442 + ], + "score": 1.0, + "content": "denotes the mean and", + "type": "text" + }, + { + "bbox": [ + 241, + 429, + 275, + 441 + ], + "score": 0.9, + "content": "S T D ( \\cdot )", + "type": "inline_equation" + }, + { + "bbox": [ + 276, + 428, + 505, + 442 + ], + "score": 1.0, + "content": "denotes the element-wise standard deviation across all", + "type": "text" + } + ], + "index": 16 + }, + { + "bbox": [ + 105, + 439, + 502, + 453 + ], + "spans": [ + { + "bbox": [ + 105, + 439, + 195, + 453 + ], + "score": 1.0, + "content": "training samples, and", + "type": "text" + }, + { + "bbox": [ + 196, + 439, + 216, + 452 + ], + "score": 0.91, + "content": "\\left\\| \\cdot \\right\\| _ { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 216, + 439, + 477, + 453 + ], + "score": 1.0, + "content": "denotes the Frobenius norm. The gradient SNR is then the ratio", + "type": "text" + }, + { + "bbox": [ + 478, + 440, + 502, + 452 + ], + "score": 0.92, + "content": "m _ { l } / s _ { l }", + "type": "inline_equation" + } + ], + "index": 17 + }, + { + "bbox": [ + 105, + 450, + 428, + 464 + ], + "spans": [ + { + "bbox": [ + 105, + 450, + 287, + 464 + ], + "score": 1.0, + "content": "We additionally plot the norm of the weights", + "type": "text" + }, + { + "bbox": [ + 287, + 450, + 317, + 463 + ], + "score": 0.92, + "content": "\\| W _ { l } \\| _ { F }", + "type": "inline_equation" + }, + { + "bbox": [ + 317, + 450, + 428, + 464 + ], + "score": 1.0, + "content": "over the course of training.", + "type": "text" + } + ], + "index": 18 + } + ], + "index": 17, + "bbox_fs": [ + 105, + 428, + 505, + 464 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 467, + 505, + 534 + ], + "lines": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "spans": [ + { + "bbox": [ + 105, + 467, + 505, + 480 + ], + "score": 1.0, + "content": "Both tanh and ReLU networks yield a similar qualitative pattern, with SNR undergoing a step-like", + "type": "text" + } + ], + "index": 19 + }, + { + "bbox": [ + 106, + 479, + 505, + 490 + ], + "spans": [ + { + "bbox": [ + 106, + 479, + 505, + 490 + ], + "score": 1.0, + "content": "transition to a lower value during training. Figures 9 and 10, fourth row, show similar plots for", + "type": "text" + } + ], + "index": 20 + }, + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "spans": [ + { + "bbox": [ + 105, + 489, + 505, + 502 + ], + "score": 1.0, + "content": "MNIST-trained networks. Again, SNR undergoes a transition from high to low over training. Hence", + "type": "text" + } + ], + "index": 21 + }, + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "spans": [ + { + "bbox": [ + 105, + 500, + 506, + 514 + ], + "score": 1.0, + "content": "the two phase nature of gradient descent appears to hold across the settings that we examine here.", + "type": "text" + } + ], + "index": 22 + }, + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "spans": [ + { + "bbox": [ + 105, + 510, + 506, + 524 + ], + "score": 1.0, + "content": "Crucially, this finding shows that the SNR transition is not related to the compression phenomenon", + "type": "text" + } + ], + "index": 23 + }, + { + "bbox": [ + 105, + 522, + 468, + 535 + ], + "spans": [ + { + "bbox": [ + 105, + 522, + 468, + 535 + ], + "score": 1.0, + "content": "because ReLU networks, which show the gradient SNR phase transition, do not compress.", + "type": "text" + } + ], + "index": 24 + } + ], + "index": 21.5, + "bbox_fs": [ + 105, + 467, + 506, + 535 + ] + }, + { + "type": "text", + "bbox": [ + 107, + 539, + 505, + 682 + ], + "lines": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "spans": [ + { + "bbox": [ + 106, + 540, + 505, + 551 + ], + "score": 1.0, + "content": "Finally, to show the generality of the two-phase gradient SNR behavior and its independence from", + "type": "text" + } + ], + "index": 25 + }, + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "spans": [ + { + "bbox": [ + 105, + 550, + 505, + 563 + ], + "score": 1.0, + "content": "compression, we develop a minimal model of this phenomenon in a three neuron linear network. We", + "type": "text" + } + ], + "index": 26 + }, + { + "bbox": [ + 106, + 561, + 506, + 574 + ], + "spans": [ + { + "bbox": [ + 106, + 561, + 321, + 574 + ], + "score": 1.0, + "content": "consider the student-teacher setting of Fig. 3 but with", + "type": "text" + }, + { + "bbox": [ + 322, + 561, + 379, + 572 + ], + "score": 0.92, + "content": "N _ { i } = N _ { h } = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 379, + 561, + 506, + 574 + ], + "score": 1.0, + "content": ", such that the input and hidden", + "type": "text" + } + ], + "index": 27 + }, + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "spans": [ + { + "bbox": [ + 106, + 572, + 506, + 585 + ], + "score": 1.0, + "content": "layers have just a single neuron (as in the setting of Fig. 2). Here, with just a single hidden neuron,", + "type": "text" + } + ], + "index": 28 + }, + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "spans": [ + { + "bbox": [ + 106, + 583, + 506, + 596 + ], + "score": 1.0, + "content": "clearly there can be no compression so long as the first layer weight increases over the course of", + "type": "text" + } + ], + "index": 29 + }, + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "spans": [ + { + "bbox": [ + 106, + 594, + 505, + 606 + ], + "score": 1.0, + "content": "training. Figure 21AC shows that even in this simple setting, the SNR shows the phase transition but", + "type": "text" + } + ], + "index": 30 + }, + { + "bbox": [ + 106, + 604, + 505, + 617 + ], + "spans": [ + { + "bbox": [ + 106, + 604, + 505, + 617 + ], + "score": 1.0, + "content": "the weight norm increases over training. Hence again, the two phases of the gradient are present even", + "type": "text" + } + ], + "index": 31 + }, + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "spans": [ + { + "bbox": [ + 106, + 617, + 504, + 628 + ], + "score": 1.0, + "content": "though there is no compression. To intuitively understand the source of this behavior, note that the", + "type": "text" + } + ], + "index": 32 + }, + { + "bbox": [ + 106, + 628, + 506, + 639 + ], + "spans": [ + { + "bbox": [ + 106, + 628, + 506, + 639 + ], + "score": 1.0, + "content": "weights are initialized to be small and hence early in learning all must be increased in magnitude,", + "type": "text" + } + ], + "index": 33 + }, + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "spans": [ + { + "bbox": [ + 105, + 638, + 506, + 651 + ], + "score": 1.0, + "content": "yielding a consistent mean gradient. Once the network reaches the vicinity of the minimum, the mean", + "type": "text" + } + ], + "index": 34 + }, + { + "bbox": [ + 105, + 649, + 506, + 662 + ], + "spans": [ + { + "bbox": [ + 105, + 649, + 506, + 662 + ], + "score": 1.0, + "content": "weight change across all samples by definition goes to zero. The standard deviation remains finite,", + "type": "text" + } + ], + "index": 35 + }, + { + "bbox": [ + 105, + 659, + 506, + 674 + ], + "spans": [ + { + "bbox": [ + 105, + 659, + 506, + 674 + ], + "score": 1.0, + "content": "however, because on some specific examples error could be improved by increasing or decreasing the", + "type": "text" + } + ], + "index": 36 + }, + { + "bbox": [ + 106, + 671, + 438, + 684 + ], + "spans": [ + { + "bbox": [ + 106, + 671, + 438, + 684 + ], + "score": 1.0, + "content": "weights–even though across the whole dataset the mean error has been minimized.", + "type": "text" + } + ], + "index": 37 + } + ], + "index": 31, + "bbox_fs": [ + 105, + 540, + 506, + 684 + ] + }, + { + "type": "text", + "bbox": [ + 108, + 687, + 504, + 732 + ], + "lines": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "spans": [ + { + "bbox": [ + 106, + 687, + 505, + 700 + ], + "score": 1.0, + "content": "Hence overall, our results show that a two-phase structure in the gradient SNR occurs in all settings we", + "type": "text" + } + ], + "index": 38 + }, + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "spans": [ + { + "bbox": [ + 106, + 699, + 505, + 711 + ], + "score": 1.0, + "content": "consider, even though compression occurs only in a subset. The gradient SNR behavior is therefore", + "type": "text" + } + ], + "index": 39 + }, + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "spans": [ + { + "bbox": [ + 106, + 710, + 505, + 722 + ], + "score": 1.0, + "content": "not causally related to compression dynamics, consistent with the view that saturating nonlinearities", + "type": "text" + } + ], + "index": 40 + }, + { + "bbox": [ + 107, + 721, + 263, + 732 + ], + "spans": [ + { + "bbox": [ + 107, + 721, + 263, + 732 + ], + "score": 1.0, + "content": "are the primary source of compression.", + "type": "text" + } + ], + "index": 41 + } + ], + "index": 39.5, + "bbox_fs": [ + 106, + 687, + 505, + 732 + ] + } + ] + }, + { + "preproc_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 82, + 504, + 289 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 82, + 504, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 82, + 504, + 289 + ], + "spans": [ + { + "bbox": [ + 109, + 82, + 504, + 289 + ], + "score": 0.971, + "type": "image", + "image_path": "fb8ca7128e6032058471eb13f01a0a5dba496e6d717ed509113be8ea4d25e22c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 82, + 504, + 151.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 151.0, + 504, + 220.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 220.0, + 504, + 289.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 301, + 505, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 302, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 505, + 314 + ], + "score": 1.0, + "content": "Figure 20: Gradient SNR phase transition. (A) tanh networks trained in the standard setting of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017) show a phase transition in every layer. (B) ReLU networks also show a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 324, + 372, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 372, + 336 + ], + "score": 1.0, + "content": "phase transition in every layer, despite exhibiting no compression.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 105, + 345, + 498, + 627 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 345, + 498, + 627 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 345, + 498, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 498, + 627 + ], + "score": 0.978, + "type": "image", + "image_path": "a9a3a5f252886534d662bb947459c62130ced799c330bd5e27586470c9beb20b.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 345, + 498, + 439.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 439.0, + 498, + 533.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 533.0, + 498, + 627.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 644, + 506, + 712 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Figure 21: Minimal model exhibiting gradient SNR phase transition. Here a three neuron linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 197, + 669 + ], + "score": 1.0, + "content": "network (architecture", + "type": "text" + }, + { + "bbox": [ + 198, + 656, + 243, + 667 + ], + "score": 0.86, + "content": "1 - 1 - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "learns to approximate a teacher. Other parameters are teacher", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 107, + 667, + 149, + 678 + ], + "score": 0.9, + "content": "S N R = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 666, + 263, + 680 + ], + "score": 1.0, + "content": ", number of training samples", + "type": "text" + }, + { + "bbox": [ + 263, + 667, + 301, + 678 + ], + "score": 0.9, + "content": "P = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 666, + 506, + 680 + ], + "score": 1.0, + "content": ", learning rate .001. Left column: (A) The loss over", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "training with SGD (minibatch size 1). (C) The resulting gradient SNR dynamics. Right column:", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "(B) The loss over training with BGD. (D) The resulting gradient SNR dynamics averaging over all", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 700, + 284, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 284, + 712 + ], + "score": 1.0, + "content": "training samples (not minibatches, see text).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11.5 + } + ], + "index": 9.25 + } + ], + "page_idx": 26, + "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 2018", + "type": "text" + } + ] + } + ] + }, + { + "type": "discarded", + "bbox": [ + 300, + 751, + 311, + 760 + ], + "lines": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "spans": [ + { + "bbox": [ + 298, + 750, + 313, + 765 + ], + "score": 1.0, + "content": "", + "type": "text", + "height": 15, + "width": 15 + } + ] + } + ] + } + ], + "para_blocks": [ + { + "type": "image", + "bbox": [ + 109, + 82, + 504, + 289 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 109, + 82, + 504, + 289 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 109, + 82, + 504, + 289 + ], + "spans": [ + { + "bbox": [ + 109, + 82, + 504, + 289 + ], + "score": 0.971, + "type": "image", + "image_path": "fb8ca7128e6032058471eb13f01a0a5dba496e6d717ed509113be8ea4d25e22c.jpg" + } + ] + } + ], + "index": 1, + "virtual_lines": [ + { + "bbox": [ + 109, + 82, + 504, + 151.0 + ], + "spans": [], + "index": 0 + }, + { + "bbox": [ + 109, + 151.0, + 504, + 220.0 + ], + "spans": [], + "index": 1 + }, + { + "bbox": [ + 109, + 220.0, + 504, + 289.0 + ], + "spans": [], + "index": 2 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 106, + 301, + 505, + 335 + ], + "group_id": 0, + "lines": [ + { + "bbox": [ + 106, + 302, + 505, + 314 + ], + "spans": [ + { + "bbox": [ + 106, + 302, + 505, + 314 + ], + "score": 1.0, + "content": "Figure 20: Gradient SNR phase transition. (A) tanh networks trained in the standard setting of", + "type": "text" + } + ], + "index": 3 + }, + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "spans": [ + { + "bbox": [ + 105, + 312, + 506, + 325 + ], + "score": 1.0, + "content": "Shwartz-Ziv & Tishby (2017) show a phase transition in every layer. (B) ReLU networks also show a", + "type": "text" + } + ], + "index": 4 + }, + { + "bbox": [ + 106, + 324, + 372, + 336 + ], + "spans": [ + { + "bbox": [ + 106, + 324, + 372, + 336 + ], + "score": 1.0, + "content": "phase transition in every layer, despite exhibiting no compression.", + "type": "text" + } + ], + "index": 5 + } + ], + "index": 4 + } + ], + "index": 2.5 + }, + { + "type": "image", + "bbox": [ + 105, + 345, + 498, + 627 + ], + "blocks": [ + { + "type": "image_body", + "bbox": [ + 105, + 345, + 498, + 627 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 105, + 345, + 498, + 627 + ], + "spans": [ + { + "bbox": [ + 105, + 345, + 498, + 627 + ], + "score": 0.978, + "type": "image", + "image_path": "a9a3a5f252886534d662bb947459c62130ced799c330bd5e27586470c9beb20b.jpg" + } + ] + } + ], + "index": 7, + "virtual_lines": [ + { + "bbox": [ + 105, + 345, + 498, + 439.0 + ], + "spans": [], + "index": 6 + }, + { + "bbox": [ + 105, + 439.0, + 498, + 533.0 + ], + "spans": [], + "index": 7 + }, + { + "bbox": [ + 105, + 533.0, + 498, + 627.0 + ], + "spans": [], + "index": 8 + } + ] + }, + { + "type": "image_caption", + "bbox": [ + 105, + 644, + 506, + 712 + ], + "group_id": 1, + "lines": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "spans": [ + { + "bbox": [ + 106, + 645, + 505, + 658 + ], + "score": 1.0, + "content": "Figure 21: Minimal model exhibiting gradient SNR phase transition. Here a three neuron linear", + "type": "text" + } + ], + "index": 9 + }, + { + "bbox": [ + 105, + 655, + 506, + 669 + ], + "spans": [ + { + "bbox": [ + 105, + 655, + 197, + 669 + ], + "score": 1.0, + "content": "network (architecture", + "type": "text" + }, + { + "bbox": [ + 198, + 656, + 243, + 667 + ], + "score": 0.86, + "content": "1 - 1 - 1 )", + "type": "inline_equation" + }, + { + "bbox": [ + 243, + 655, + 506, + 669 + ], + "score": 1.0, + "content": "learns to approximate a teacher. Other parameters are teacher", + "type": "text" + } + ], + "index": 10 + }, + { + "bbox": [ + 107, + 666, + 506, + 680 + ], + "spans": [ + { + "bbox": [ + 107, + 667, + 149, + 678 + ], + "score": 0.9, + "content": "S N R = 1", + "type": "inline_equation" + }, + { + "bbox": [ + 150, + 666, + 263, + 680 + ], + "score": 1.0, + "content": ", number of training samples", + "type": "text" + }, + { + "bbox": [ + 263, + 667, + 301, + 678 + ], + "score": 0.9, + "content": "P = 1 0 0", + "type": "inline_equation" + }, + { + "bbox": [ + 301, + 666, + 506, + 680 + ], + "score": 1.0, + "content": ", learning rate .001. Left column: (A) The loss over", + "type": "text" + } + ], + "index": 11 + }, + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "spans": [ + { + "bbox": [ + 105, + 678, + 506, + 691 + ], + "score": 1.0, + "content": "training with SGD (minibatch size 1). (C) The resulting gradient SNR dynamics. Right column:", + "type": "text" + } + ], + "index": 12 + }, + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "spans": [ + { + "bbox": [ + 106, + 689, + 505, + 702 + ], + "score": 1.0, + "content": "(B) The loss over training with BGD. (D) The resulting gradient SNR dynamics averaging over all", + "type": "text" + } + ], + "index": 13 + }, + { + "bbox": [ + 106, + 700, + 284, + 712 + ], + "spans": [ + { + "bbox": [ + 106, + 700, + 284, + 712 + ], + "score": 1.0, + "content": "training samples (not minibatches, see text).", + "type": "text" + } + ], + "index": 14 + } + ], + "index": 11.5 + } + ], + "index": 9.25 + } + ] + } + ], + "_backend": "pipeline", + "_version_name": "2.2.2" +} \ No newline at end of file diff --git a/parse/train/ry_WPG-A-/ry_WPG-A-_model.json b/parse/train/ry_WPG-A-/ry_WPG-A-_model.json new file mode 100644 index 0000000000000000000000000000000000000000..455f35be0953eb22a71220e089c402e7cac4a2c8 --- /dev/null +++ b/parse/train/ry_WPG-A-/ry_WPG-A-_model.json @@ -0,0 +1,44044 @@ +[ + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 397, + 817, + 1303, + 817, + 1303, + 1547, + 397, + 1547 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1668, + 1405, + 1668, + 1405, + 2034, + 298, + 2034 + ], + "score": 0.983 + }, + { + "category_id": 0, + "poly": [ + 298, + 220, + 1056, + 220, + 1056, + 324, + 298, + 324 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 312, + 374, + 1365, + 374, + 1365, + 469, + 312, + 469 + ], + "score": 0.947 + }, + { + "category_id": 0, + "poly": [ + 302, + 1599, + 573, + 1599, + 573, + 1634, + 302, + 1634 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.873 + }, + { + "category_id": 0, + "poly": [ + 773, + 750, + 926, + 750, + 926, + 783, + 773, + 783 + ], + "score": 0.87 + }, + { + "category_id": 1, + "poly": [ + 946, + 516, + 1351, + 516, + 1351, + 668, + 946, + 668 + ], + "score": 0.858 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 856, + 2088, + 856, + 2112, + 841, + 2112 + ], + "score": 0.731 + }, + { + "category_id": 1, + "poly": [ + 317, + 550, + 884, + 550, + 884, + 607, + 317, + 607 + ], + "score": 0.63 + }, + { + "category_id": 1, + "poly": [ + 319, + 515, + 782, + 515, + 782, + 546, + 319, + 546 + ], + "score": 0.302 + }, + { + "category_id": 0, + "poly": [ + 319, + 515, + 782, + 515, + 782, + 546, + 319, + 546 + ], + "score": 0.163 + }, + { + "category_id": 15, + "poly": [ + 296.0, + 218.0, + 1060.0, + 218.0, + 1060.0, + 271.0, + 296.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 273.0, + 898.0, + 273.0, + 898.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1596.0, + 579.0, + 1596.0, + 579.0, + 1643.0, + 294.0, + 1643.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": [ + 769.0, + 749.0, + 932.0, + 749.0, + 932.0, + 786.0, + 769.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 2088.0, + 857.0, + 2088.0, + 857.0, + 2116.0, + 840.0, + 2116.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 510.0, + 786.0, + 510.0, + 786.0, + 556.0, + 312.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 817.0, + 1308.0, + 817.0, + 1308.0, + 849.0, + 395.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 844.0, + 1306.0, + 844.0, + 1306.0, + 880.0, + 392.0, + 880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 876.0, + 1304.0, + 876.0, + 1304.0, + 910.0, + 393.0, + 910.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 908.0, + 1304.0, + 908.0, + 1304.0, + 940.0, + 395.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 936.0, + 1307.0, + 936.0, + 1307.0, + 971.0, + 393.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 966.0, + 1305.0, + 966.0, + 1305.0, + 1004.0, + 392.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 998.0, + 1305.0, + 998.0, + 1305.0, + 1031.0, + 392.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1028.0, + 1304.0, + 1028.0, + 1304.0, + 1062.0, + 393.0, + 1062.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1059.0, + 1304.0, + 1059.0, + 1304.0, + 1091.0, + 394.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1090.0, + 1305.0, + 1090.0, + 1305.0, + 1124.0, + 393.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1121.0, + 1307.0, + 1121.0, + 1307.0, + 1153.0, + 394.0, + 1153.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1152.0, + 1304.0, + 1152.0, + 1304.0, + 1182.0, + 393.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1181.0, + 1306.0, + 1181.0, + 1306.0, + 1214.0, + 392.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1211.0, + 1306.0, + 1211.0, + 1306.0, + 1243.0, + 394.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1242.0, + 1305.0, + 1242.0, + 1305.0, + 1273.0, + 394.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1273.0, + 1306.0, + 1273.0, + 1306.0, + 1304.0, + 393.0, + 1304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 1301.0, + 1305.0, + 1301.0, + 1305.0, + 1339.0, + 392.0, + 1339.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1332.0, + 1306.0, + 1332.0, + 1306.0, + 1367.0, + 393.0, + 1367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1364.0, + 1305.0, + 1364.0, + 1305.0, + 1398.0, + 393.0, + 1398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1395.0, + 1307.0, + 1395.0, + 1307.0, + 1427.0, + 394.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1425.0, + 1305.0, + 1425.0, + 1305.0, + 1457.0, + 394.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1455.0, + 1307.0, + 1455.0, + 1307.0, + 1490.0, + 393.0, + 1490.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 394.0, + 1485.0, + 1306.0, + 1485.0, + 1306.0, + 1520.0, + 394.0, + 1520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1518.0, + 855.0, + 1518.0, + 855.0, + 1550.0, + 396.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1668.0, + 1405.0, + 1668.0, + 1405.0, + 1702.0, + 295.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1697.0, + 1403.0, + 1697.0, + 1403.0, + 1736.0, + 293.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1727.0, + 1405.0, + 1727.0, + 1405.0, + 1764.0, + 293.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1758.0, + 1406.0, + 1758.0, + 1406.0, + 1798.0, + 292.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1789.0, + 1406.0, + 1789.0, + 1406.0, + 1827.0, + 293.0, + 1827.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1821.0, + 1408.0, + 1821.0, + 1408.0, + 1855.0, + 293.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1851.0, + 1408.0, + 1851.0, + 1408.0, + 1885.0, + 293.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1879.0, + 1408.0, + 1879.0, + 1408.0, + 1918.0, + 292.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1910.0, + 1407.0, + 1910.0, + 1407.0, + 1947.0, + 292.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1940.0, + 1407.0, + 1940.0, + 1407.0, + 1980.0, + 292.0, + 1980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1974.0, + 1405.0, + 1974.0, + 1405.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2001.0, + 1403.0, + 2001.0, + 1403.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 374.0, + 1056.0, + 374.0, + 1056.0, + 412.0, + 311.0, + 412.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 404.0, + 534.0, + 404.0, + 534.0, + 442.0, + 310.0, + 442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 436.0, + 1365.0, + 436.0, + 1365.0, + 473.0, + 314.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 511.0, + 1114.0, + 511.0, + 1114.0, + 548.0, + 944.0, + 548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 543.0, + 1166.0, + 543.0, + 1166.0, + 579.0, + 944.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 944.0, + 576.0, + 1238.0, + 576.0, + 1238.0, + 607.0, + 944.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 610.0, + 1351.0, + 610.0, + 1351.0, + 637.0, + 946.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 637.0, + 1269.0, + 637.0, + 1269.0, + 669.0, + 946.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 544.0, + 515.0, + 544.0, + 515.0, + 578.0, + 312.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 578.0, + 886.0, + 578.0, + 886.0, + 611.0, + 315.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 510.0, + 786.0, + 510.0, + 786.0, + 556.0, + 312.0, + 556.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 0, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 721, + 1404, + 721, + 1404, + 1482, + 298, + 1482 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 299, + 460, + 1403, + 460, + 1403, + 703, + 299, + 703 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1605, + 1403, + 1605, + 1403, + 1971, + 298, + 1971 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 230, + 1403, + 230, + 1403, + 444, + 299, + 444 + ], + "score": 0.976 + }, + { + "category_id": 2, + "poly": [ + 320, + 2006, + 1379, + 2006, + 1379, + 2034, + 320, + 2034 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 300, + 1533, + 1017, + 1533, + 1017, + 1567, + 300, + 1567 + ], + "score": 0.79 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.736 + }, + { + "category_id": 1, + "poly": [ + 300, + 1533, + 1017, + 1533, + 1017, + 1567, + 300, + 1567 + ], + "score": 0.093 + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1999.0, + 1383.0, + 1999.0, + 1383.0, + 2037.0, + 332.0, + 2037.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": [ + 291.0, + 1528.0, + 1022.0, + 1528.0, + 1022.0, + 1573.0, + 291.0, + 1573.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, + 722.0, + 1405.0, + 722.0, + 1405.0, + 754.0, + 294.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 750.0, + 1405.0, + 750.0, + 1405.0, + 782.0, + 296.0, + 782.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, + 813.0, + 1405.0, + 813.0, + 1405.0, + 845.0, + 294.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 843.0, + 1406.0, + 843.0, + 1406.0, + 879.0, + 294.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 871.0, + 1405.0, + 871.0, + 1405.0, + 908.0, + 295.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 903.0, + 1409.0, + 903.0, + 1409.0, + 940.0, + 293.0, + 940.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 931.0, + 1406.0, + 931.0, + 1406.0, + 970.0, + 293.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 962.0, + 1406.0, + 962.0, + 1406.0, + 1000.0, + 292.0, + 1000.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 994.0, + 1408.0, + 994.0, + 1408.0, + 1031.0, + 293.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1023.0, + 1405.0, + 1023.0, + 1405.0, + 1061.0, + 293.0, + 1061.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1054.0, + 1405.0, + 1054.0, + 1405.0, + 1091.0, + 293.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1082.0, + 1405.0, + 1082.0, + 1405.0, + 1123.0, + 293.0, + 1123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1114.0, + 1408.0, + 1114.0, + 1408.0, + 1154.0, + 293.0, + 1154.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1142.0, + 1404.0, + 1142.0, + 1404.0, + 1186.0, + 293.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1177.0, + 1404.0, + 1177.0, + 1404.0, + 1213.0, + 294.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1207.0, + 1406.0, + 1207.0, + 1406.0, + 1244.0, + 293.0, + 1244.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1236.0, + 1408.0, + 1236.0, + 1408.0, + 1276.0, + 293.0, + 1276.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1267.0, + 1405.0, + 1267.0, + 1405.0, + 1305.0, + 292.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1294.0, + 1406.0, + 1294.0, + 1406.0, + 1337.0, + 292.0, + 1337.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1330.0, + 1405.0, + 1330.0, + 1405.0, + 1365.0, + 294.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1359.0, + 1408.0, + 1359.0, + 1408.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1387.0, + 1405.0, + 1387.0, + 1405.0, + 1428.0, + 293.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1419.0, + 1404.0, + 1419.0, + 1404.0, + 1455.0, + 293.0, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1453.0, + 1342.0, + 1453.0, + 1342.0, + 1485.0, + 297.0, + 1485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 459.0, + 1404.0, + 459.0, + 1404.0, + 497.0, + 293.0, + 497.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 490.0, + 1405.0, + 490.0, + 1405.0, + 526.0, + 294.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 522.0, + 1405.0, + 522.0, + 1405.0, + 555.0, + 294.0, + 555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 553.0, + 1403.0, + 553.0, + 1403.0, + 583.0, + 295.0, + 583.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 581.0, + 1405.0, + 581.0, + 1405.0, + 616.0, + 294.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 612.0, + 1405.0, + 612.0, + 1405.0, + 646.0, + 293.0, + 646.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1405.0, + 643.0, + 1405.0, + 677.0, + 294.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 676.0, + 490.0, + 676.0, + 490.0, + 707.0, + 295.0, + 707.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1606.0, + 1405.0, + 1606.0, + 1405.0, + 1640.0, + 294.0, + 1640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1638.0, + 1405.0, + 1638.0, + 1405.0, + 1671.0, + 294.0, + 1671.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1665.0, + 1405.0, + 1665.0, + 1405.0, + 1702.0, + 293.0, + 1702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1697.0, + 1404.0, + 1697.0, + 1404.0, + 1731.0, + 294.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1729.0, + 1405.0, + 1729.0, + 1405.0, + 1763.0, + 294.0, + 1763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1758.0, + 1405.0, + 1758.0, + 1405.0, + 1790.0, + 292.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1789.0, + 1407.0, + 1789.0, + 1407.0, + 1824.0, + 293.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1817.0, + 1405.0, + 1817.0, + 1405.0, + 1854.0, + 292.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1850.0, + 1405.0, + 1850.0, + 1405.0, + 1884.0, + 292.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1879.0, + 1404.0, + 1879.0, + 1404.0, + 1914.0, + 293.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1909.0, + 1405.0, + 1909.0, + 1405.0, + 1946.0, + 293.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1975.0, + 296.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 230.0, + 1405.0, + 230.0, + 1405.0, + 265.0, + 295.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 262.0, + 1405.0, + 262.0, + 1405.0, + 297.0, + 294.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 290.0, + 1407.0, + 290.0, + 1407.0, + 328.0, + 294.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 322.0, + 1405.0, + 322.0, + 1405.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 350.0, + 1407.0, + 350.0, + 1407.0, + 389.0, + 294.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 382.0, + 1405.0, + 382.0, + 1405.0, + 415.0, + 294.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 1407.0, + 414.0, + 1407.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1528.0, + 1022.0, + 1528.0, + 1022.0, + 1573.0, + 291.0, + 1573.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 1, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 296, + 429, + 1408, + 429, + 1408, + 1323, + 296, + 1323 + ], + "score": 0.974 + }, + { + "category_id": 4, + "poly": [ + 296, + 1359, + 1407, + 1359, + 1407, + 1817, + 296, + 1817 + ], + "score": 0.973 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 105, + 299, + 105 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.638 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 859, + 2088, + 859, + 2112, + 841, + 2112 + ], + "score": 0.489 + }, + { + "category_id": 13, + "poly": [ + 347, + 1635, + 725, + 1635, + 725, + 1665, + 347, + 1665 + ], + "score": 0.9, + "latex": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0" + }, + { + "category_id": 13, + "poly": [ + 666, + 1757, + 686, + 1757, + 686, + 1784, + 666, + 1784 + ], + "score": 0.48, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 737, + 1426, + 755, + 1426, + 755, + 1450, + 737, + 1450 + ], + "score": 0.38, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 442.0, + 337.0, + 442.0, + 337.0, + 470.0, + 312.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 431.0, + 842.0, + 431.0, + 842.0, + 456.0, + 794.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 441.0, + 880.0, + 441.0, + 880.0, + 470.0, + 856.0, + 470.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1344.0, + 434.0, + 1392.0, + 434.0, + 1392.0, + 459.0, + 1344.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 477.0, + 368.0, + 477.0, + 368.0, + 501.0, + 333.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 477.0, + 919.0, + 477.0, + 919.0, + 501.0, + 885.0, + 501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 528.0, + 368.0, + 528.0, + 368.0, + 557.0, + 331.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 524.0, + 923.0, + 524.0, + 923.0, + 557.0, + 880.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 564.0, + 385.0, + 564.0, + 385.0, + 673.0, + 290.0, + 673.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 562.0, + 938.0, + 562.0, + 938.0, + 677.0, + 817.0, + 677.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1373.0, + 574.0, + 1402.0, + 574.0, + 1402.0, + 650.0, + 1373.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 686.0, + 368.0, + 686.0, + 368.0, + 714.0, + 331.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 685.0, + 920.0, + 685.0, + 920.0, + 713.0, + 881.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 739.0, + 370.0, + 739.0, + 370.0, + 767.0, + 331.0, + 767.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 742.0, + 916.0, + 742.0, + 916.0, + 760.0, + 885.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 382.0, + 768.0, + 394.0, + 768.0, + 394.0, + 779.0, + 382.0, + 779.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 763.0, + 469.0, + 763.0, + 469.0, + 784.0, + 451.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 521.0, + 760.0, + 543.0, + 760.0, + 543.0, + 784.0, + 521.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 762.0, + 615.0, + 762.0, + 615.0, + 782.0, + 594.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 762.0, + 687.0, + 762.0, + 687.0, + 783.0, + 668.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 763.0, + 761.0, + 763.0, + 761.0, + 782.0, + 736.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 764.0, + 825.0, + 764.0, + 825.0, + 782.0, + 809.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 764.0, + 1044.0, + 764.0, + 1044.0, + 785.0, + 1025.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1091.0, + 763.0, + 1118.0, + 763.0, + 1118.0, + 787.0, + 1091.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 767.0, + 1176.0, + 767.0, + 1176.0, + 782.0, + 1161.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 765.0, + 1246.0, + 765.0, + 1246.0, + 783.0, + 1229.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 765.0, + 1317.0, + 765.0, + 1317.0, + 783.0, + 1291.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1360.0, + 767.0, + 1376.0, + 767.0, + 1376.0, + 783.0, + 1360.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 309.0, + 775.0, + 338.0, + 775.0, + 338.0, + 809.0, + 309.0, + 809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 544.0, + 773.0, + 631.0, + 773.0, + 631.0, + 816.0, + 544.0, + 816.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 778.0, + 881.0, + 778.0, + 881.0, + 806.0, + 856.0, + 806.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 775.0, + 1182.0, + 775.0, + 1182.0, + 818.0, + 1094.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 828.0, + 365.0, + 828.0, + 365.0, + 855.0, + 329.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 789.0, + 815.0, + 842.0, + 815.0, + 842.0, + 845.0, + 789.0, + 845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 824.0, + 914.0, + 824.0, + 914.0, + 847.0, + 881.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 815.0, + 1392.0, + 815.0, + 1392.0, + 840.0, + 1342.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 888.0, + 365.0, + 888.0, + 365.0, + 916.0, + 329.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 885.0, + 914.0, + 885.0, + 914.0, + 908.0, + 881.0, + 908.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 949.0, + 365.0, + 949.0, + 365.0, + 977.0, + 329.0, + 977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 879.0, + 943.0, + 914.0, + 943.0, + 914.0, + 970.0, + 879.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1009.0, + 363.0, + 1009.0, + 363.0, + 1095.0, + 297.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 1018.0, + 849.0, + 1018.0, + 849.0, + 1091.0, + 824.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1069.0, + 913.0, + 1069.0, + 913.0, + 1091.0, + 881.0, + 1091.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 1023.0, + 1400.0, + 1023.0, + 1400.0, + 1095.0, + 1375.0, + 1095.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 1133.0, + 363.0, + 1133.0, + 363.0, + 1157.0, + 332.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1128.0, + 914.0, + 1128.0, + 914.0, + 1152.0, + 881.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1193.0, + 365.0, + 1193.0, + 365.0, + 1220.0, + 329.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 1190.0, + 913.0, + 1190.0, + 913.0, + 1214.0, + 880.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 331.0, + 1256.0, + 375.0, + 1256.0, + 375.0, + 1292.0, + 331.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1275.0, + 438.0, + 1275.0, + 438.0, + 1293.0, + 423.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 1276.0, + 501.0, + 1276.0, + 501.0, + 1292.0, + 485.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 1274.0, + 565.0, + 1274.0, + 565.0, + 1295.0, + 545.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 1274.0, + 627.0, + 1274.0, + 627.0, + 1295.0, + 607.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 666.0, + 1272.0, + 694.0, + 1272.0, + 694.0, + 1296.0, + 666.0, + 1296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 1274.0, + 755.0, + 1274.0, + 755.0, + 1295.0, + 731.0, + 1295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 1272.0, + 824.0, + 1272.0, + 824.0, + 1290.0, + 808.0, + 1290.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1252.0, + 925.0, + 1252.0, + 925.0, + 1289.0, + 881.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 969.0, + 1270.0, + 988.0, + 1270.0, + 988.0, + 1291.0, + 969.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 1270.0, + 1051.0, + 1270.0, + 1051.0, + 1291.0, + 1033.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1270.0, + 1115.0, + 1270.0, + 1115.0, + 1291.0, + 1094.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1270.0, + 1176.0, + 1270.0, + 1176.0, + 1291.0, + 1156.0, + 1291.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1269.0, + 1243.0, + 1269.0, + 1243.0, + 1293.0, + 1214.0, + 1293.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1277.0, + 1269.0, + 1306.0, + 1269.0, + 1306.0, + 1292.0, + 1277.0, + 1292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 1265.0, + 1373.0, + 1265.0, + 1373.0, + 1282.0, + 1358.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 546.0, + 1287.0, + 629.0, + 1287.0, + 629.0, + 1326.0, + 546.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 1284.0, + 1180.0, + 1284.0, + 1180.0, + 1326.0, + 1096.0, + 1326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 626.5, + 368.0, + 626.5, + 368.0, + 664.5, + 330.0, + 664.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 874.0, + 989.5, + 880.0, + 989.5, + 880.0, + 1076.5, + 874.0, + 1076.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1360.0, + 1407.0, + 1360.0, + 1407.0, + 1395.0, + 294.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1391.0, + 1405.0, + 1391.0, + 1405.0, + 1426.0, + 296.0, + 1426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1420.0, + 736.0, + 1420.0, + 736.0, + 1460.0, + 291.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 756.0, + 1420.0, + 1408.0, + 1420.0, + 1408.0, + 1460.0, + 756.0, + 1460.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1452.0, + 1407.0, + 1452.0, + 1407.0, + 1487.0, + 295.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1482.0, + 1405.0, + 1482.0, + 1405.0, + 1517.0, + 294.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1513.0, + 1407.0, + 1513.0, + 1407.0, + 1548.0, + 294.0, + 1548.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1541.0, + 1407.0, + 1541.0, + 1407.0, + 1579.0, + 293.0, + 1579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1569.0, + 1407.0, + 1569.0, + 1407.0, + 1612.0, + 292.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1603.0, + 1407.0, + 1603.0, + 1407.0, + 1637.0, + 293.0, + 1637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1634.0, + 346.0, + 1634.0, + 346.0, + 1669.0, + 294.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 726.0, + 1634.0, + 1407.0, + 1634.0, + 1407.0, + 1669.0, + 726.0, + 1669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1663.0, + 1407.0, + 1663.0, + 1407.0, + 1700.0, + 293.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1695.0, + 1407.0, + 1695.0, + 1407.0, + 1731.0, + 291.0, + 1731.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1724.0, + 1407.0, + 1724.0, + 1407.0, + 1764.0, + 293.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1756.0, + 665.0, + 1756.0, + 665.0, + 1790.0, + 291.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 687.0, + 1756.0, + 1407.0, + 1756.0, + 1407.0, + 1790.0, + 687.0, + 1790.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1789.0, + 537.0, + 1789.0, + 537.0, + 1820.0, + 295.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "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": [ + 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": "" + } + ], + "page_info": { + "page_no": 2, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 308, + 1405, + 308, + 1405, + 766, + 298, + 766 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 1527, + 1405, + 1527, + 1405, + 1866, + 297, + 1866 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 297, + 780, + 1404, + 780, + 1404, + 1057, + 297, + 1057 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1259, + 1404, + 1259, + 1404, + 1414, + 298, + 1414 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1402, + 1881, + 1402, + 2034, + 299, + 2034 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 295, + 229, + 1400, + 229, + 1400, + 293, + 295, + 293 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 783, + 1155, + 999, + 1155, + 999, + 1243, + 783, + 1243 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 301, + 1481, + 790, + 1481, + 790, + 1516, + 301, + 1516 + ], + "score": 0.931 + }, + { + "category_id": 8, + "poly": [ + 551, + 1427, + 1147, + 1427, + 1147, + 1468, + 551, + 1468 + ], + "score": 0.931 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.897 + }, + { + "category_id": 8, + "poly": [ + 661, + 1070, + 1038, + 1070, + 1038, + 1147, + 661, + 1147 + ], + "score": 0.885 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1184, + 1400, + 1184, + 1400, + 1213, + 1366, + 1213 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1434, + 1400, + 1434, + 1400, + 1463, + 1366, + 1463 + ], + "score": 0.873 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1076, + 1400, + 1076, + 1400, + 1105, + 1366, + 1105 + ], + "score": 0.865 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1115, + 1400, + 1115, + 1400, + 1144, + 1366, + 1144 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 857, + 2089, + 857, + 2111, + 840, + 2111 + ], + "score": 0.768 + }, + { + "category_id": 8, + "poly": [ + 665, + 1071, + 1037, + 1071, + 1037, + 1108, + 665, + 1108 + ], + "score": 0.27 + }, + { + "category_id": 8, + "poly": [ + 773, + 1114, + 911, + 1114, + 911, + 1146, + 773, + 1146 + ], + "score": 0.226 + }, + { + "category_id": 13, + "poly": [ + 371, + 1480, + 449, + 1480, + 449, + 1516, + 371, + 1516 + ], + "score": 0.94, + "latex": "f ^ { - 1 } ( \\cdot )" + }, + { + "category_id": 14, + "poly": [ + 658, + 1068, + 1040, + 1068, + 1040, + 1249, + 658, + 1249 + ], + "score": 0.94, + "latex": "\\begin{array} { l c l } { { { \\cal I } ( T ; X ) } } & { { = } } & { { { \\cal H } ( T ) - { \\cal H } ( T | X ) } } \\\\ { { } } & { { = } } & { { { \\cal H } ( T ) } } \\\\ { { } } & { { = } } & { { - \\displaystyle \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 555, + 903, + 705, + 903, + 705, + 937, + 555, + 937 + ], + "score": 0.93, + "latex": "h = f ( w _ { 1 } X )" + }, + { + "category_id": 13, + "poly": [ + 775, + 995, + 871, + 995, + 871, + 1028, + 775, + 1028 + ], + "score": 0.93, + "latex": "I ( T ; X )" + }, + { + "category_id": 13, + "poly": [ + 899, + 1947, + 989, + 1947, + 989, + 1976, + 899, + 1976 + ], + "score": 0.93, + "latex": "I ( h ; X )" + }, + { + "category_id": 13, + "poly": [ + 1094, + 2004, + 1185, + 2004, + 1185, + 2036, + 1094, + 2036 + ], + "score": 0.93, + "latex": "I ( h ; X )" + }, + { + "category_id": 13, + "poly": [ + 667, + 1620, + 862, + 1620, + 862, + 1654, + 667, + 1654 + ], + "score": 0.93, + "latex": "f ( w _ { 1 } X ) \\approx w _ { 1 } X" + }, + { + "category_id": 13, + "poly": [ + 961, + 1260, + 1114, + 1260, + 1114, + 1293, + 961, + 1293 + ], + "score": 0.92, + "latex": "H ( T | X ) = 0" + }, + { + "category_id": 13, + "poly": [ + 720, + 1291, + 888, + 1291, + 888, + 1325, + 720, + 1325 + ], + "score": 0.92, + "latex": "p _ { i } = P ( h \\ge b _ { i }" + }, + { + "category_id": 13, + "poly": [ + 960, + 934, + 1092, + 934, + 1092, + 967, + 960, + 967 + ], + "score": 0.92, + "latex": "T = \\dot { \\mathbf { b i n } } ( h )" + }, + { + "category_id": 13, + "poly": [ + 1139, + 842, + 1291, + 842, + 1291, + 875, + 1139, + 875 + ], + "score": 0.91, + "latex": "X \\sim \\mathcal { N } ( 0 , 1 )" + }, + { + "category_id": 13, + "poly": [ + 734, + 1482, + 782, + 1482, + 782, + 1517, + 734, + 1517 + ], + "score": 0.91, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 622, + 1592, + 708, + 1592, + 708, + 1621, + 622, + 1621 + ], + "score": 0.9, + "latex": "w _ { 1 } \\approx 0" + }, + { + "category_id": 13, + "poly": [ + 372, + 1354, + 424, + 1354, + 424, + 1385, + 372, + 1385 + ], + "score": 0.9, + "latex": "b _ { i + 1 }" + }, + { + "category_id": 13, + "poly": [ + 371, + 1261, + 428, + 1261, + 428, + 1294, + 371, + 1294 + ], + "score": 0.9, + "latex": "H ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1247, + 875, + 1295, + 875, + 1295, + 906, + 1247, + 906 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1134, + 338, + 1212, + 338, + 1212, + 372, + 1134, + 372 + ], + "score": 0.9, + "latex": "[ - 1 , 1 ]" + }, + { + "category_id": 13, + "poly": [ + 940, + 1293, + 1046, + 1293, + 1046, + 1324, + 940, + 1324 + ], + "score": 0.89, + "latex": "h < b _ { i + 1 }" + }, + { + "category_id": 13, + "poly": [ + 1306, + 307, + 1405, + 307, + 1405, + 342, + 1306, + 342 + ], + "score": 0.89, + "latex": "( f ( x ) =" + }, + { + "category_id": 13, + "poly": [ + 298, + 338, + 422, + 338, + 422, + 372, + 298, + 372 + ], + "score": 0.88, + "latex": "\\operatorname* { m a x } ( 0 , x ) )" + }, + { + "category_id": 13, + "poly": [ + 1101, + 1655, + 1207, + 1655, + 1207, + 1682, + 1101, + 1682 + ], + "score": 0.88, + "latex": "w _ { 1 } \\to \\infty" + }, + { + "category_id": 14, + "poly": [ + 552, + 1426, + 1143, + 1426, + 1143, + 1468, + 552, + 1468 + ], + "score": 0.88, + "latex": "p _ { i } = P ( X \\geq f ^ { - 1 } ( b _ { i } ) / w _ { 1 } \\mathrm { a n d } X < f ^ { - 1 } ( b _ { i + 1 } ) / w _ { 1 } ) ," + }, + { + "category_id": 13, + "poly": [ + 1356, + 1353, + 1403, + 1353, + 1403, + 1387, + 1356, + 1387 + ], + "score": 0.87, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 741, + 876, + 776, + 876, + 776, + 903, + 741, + 903 + ], + "score": 0.87, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1353, + 321, + 1353, + 321, + 1383, + 298, + 1383 + ], + "score": 0.86, + "latex": "b _ { i }" + }, + { + "category_id": 13, + "poly": [ + 903, + 1534, + 938, + 1534, + 938, + 1560, + 903, + 1560 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 651, + 1384, + 678, + 1384, + 678, + 1410, + 651, + 1410 + ], + "score": 0.85, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 429, + 1293, + 456, + 1293, + 456, + 1319, + 429, + 1319 + ], + "score": 0.83, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1181, + 1262, + 1205, + 1262, + 1205, + 1288, + 1181, + 1288 + ], + "score": 0.82, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1304, + 1975, + 1332, + 1975, + 1332, + 2000, + 1304, + 2000 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 395, + 1323, + 422, + 1323, + 422, + 1349, + 395, + 1349 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 593, + 2005, + 611, + 2005, + 611, + 2030, + 593, + 2030 + ], + "score": 0.82, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1331, + 997, + 1354, + 997, + 1354, + 1022, + 1331, + 1022 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 577, + 1744, + 601, + 1744, + 601, + 1770, + 577, + 1770 + ], + "score": 0.81, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 402, + 1026, + 430, + 1026, + 430, + 1052, + 402, + 1052 + ], + "score": 0.8, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 959, + 1326, + 972, + 1326, + 972, + 1349, + 959, + 1349 + ], + "score": 0.74, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 494, + 965, + 522, + 965, + 522, + 992, + 494, + 992 + ], + "score": 0.31, + "latex": "^ { - 1 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 705, + 316, + 705, + 316, + 732, + 296, + 732 + ], + "score": 0.26, + "latex": "\\mathbf { k }" + }, + { + "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": [ + 293.0, + 304.0, + 1305.0, + 304.0, + 1305.0, + 345.0, + 293.0, + 345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 339.0, + 1133.0, + 339.0, + 1133.0, + 374.0, + 423.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 339.0, + 1406.0, + 339.0, + 1406.0, + 374.0, + 1213.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 370.0, + 1403.0, + 370.0, + 1403.0, + 401.0, + 296.0, + 401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 397.0, + 1405.0, + 397.0, + 1405.0, + 435.0, + 293.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 430.0, + 1405.0, + 430.0, + 1405.0, + 465.0, + 295.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 461.0, + 1405.0, + 461.0, + 1405.0, + 496.0, + 295.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 488.0, + 1407.0, + 488.0, + 1407.0, + 528.0, + 292.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 521.0, + 1408.0, + 521.0, + 1408.0, + 558.0, + 292.0, + 558.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 551.0, + 1406.0, + 551.0, + 1406.0, + 587.0, + 291.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 583.0, + 1403.0, + 583.0, + 1403.0, + 617.0, + 293.0, + 617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 614.0, + 1403.0, + 614.0, + 1403.0, + 645.0, + 295.0, + 645.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 643.0, + 1403.0, + 643.0, + 1403.0, + 678.0, + 295.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 675.0, + 1403.0, + 675.0, + 1403.0, + 706.0, + 295.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 705.0, + 1405.0, + 705.0, + 1405.0, + 736.0, + 317.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 735.0, + 1212.0, + 735.0, + 1212.0, + 769.0, + 295.0, + 769.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1529.0, + 902.0, + 1529.0, + 902.0, + 1564.0, + 295.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 1529.0, + 1406.0, + 1529.0, + 1406.0, + 1564.0, + 939.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1561.0, + 1407.0, + 1561.0, + 1407.0, + 1595.0, + 294.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1589.0, + 621.0, + 1589.0, + 621.0, + 1627.0, + 294.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 1589.0, + 1406.0, + 1589.0, + 1406.0, + 1627.0, + 709.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1620.0, + 666.0, + 1620.0, + 666.0, + 1655.0, + 295.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1620.0, + 1405.0, + 1620.0, + 1405.0, + 1655.0, + 863.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1650.0, + 1100.0, + 1650.0, + 1100.0, + 1689.0, + 294.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1208.0, + 1650.0, + 1407.0, + 1650.0, + 1407.0, + 1689.0, + 1208.0, + 1689.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1680.0, + 1406.0, + 1680.0, + 1406.0, + 1718.0, + 294.0, + 1718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1713.0, + 1407.0, + 1713.0, + 1407.0, + 1748.0, + 294.0, + 1748.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1741.0, + 576.0, + 1741.0, + 576.0, + 1778.0, + 292.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1741.0, + 1405.0, + 1741.0, + 1405.0, + 1778.0, + 602.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1807.0, + 294.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1800.0, + 1406.0, + 1800.0, + 1406.0, + 1842.0, + 291.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1835.0, + 759.0, + 1835.0, + 759.0, + 1870.0, + 295.0, + 1870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 778.0, + 1404.0, + 778.0, + 1404.0, + 818.0, + 294.0, + 818.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 810.0, + 1406.0, + 810.0, + 1406.0, + 847.0, + 292.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 843.0, + 1138.0, + 843.0, + 1138.0, + 875.0, + 294.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 843.0, + 1405.0, + 843.0, + 1405.0, + 875.0, + 1292.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 870.0, + 740.0, + 870.0, + 740.0, + 909.0, + 294.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 870.0, + 1246.0, + 870.0, + 1246.0, + 909.0, + 777.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1296.0, + 870.0, + 1406.0, + 870.0, + 1406.0, + 909.0, + 1296.0, + 909.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 903.0, + 554.0, + 903.0, + 554.0, + 939.0, + 295.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 706.0, + 903.0, + 1406.0, + 903.0, + 1406.0, + 939.0, + 706.0, + 939.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 932.0, + 959.0, + 932.0, + 959.0, + 970.0, + 294.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1093.0, + 932.0, + 1404.0, + 932.0, + 1404.0, + 970.0, + 1093.0, + 970.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 962.0, + 493.0, + 962.0, + 493.0, + 1001.0, + 292.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 523.0, + 962.0, + 1405.0, + 962.0, + 1405.0, + 1001.0, + 523.0, + 1001.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 993.0, + 774.0, + 993.0, + 774.0, + 1030.0, + 295.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 993.0, + 1330.0, + 993.0, + 1330.0, + 1030.0, + 872.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 993.0, + 1404.0, + 993.0, + 1404.0, + 1030.0, + 1355.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1026.0, + 401.0, + 1026.0, + 401.0, + 1059.0, + 296.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 1026.0, + 872.0, + 1026.0, + 872.0, + 1059.0, + 431.0, + 1059.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1261.0, + 370.0, + 1261.0, + 370.0, + 1294.0, + 296.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 1261.0, + 960.0, + 1261.0, + 960.0, + 1294.0, + 429.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1115.0, + 1261.0, + 1180.0, + 1261.0, + 1180.0, + 1294.0, + 1115.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 1261.0, + 1404.0, + 1261.0, + 1404.0, + 1294.0, + 1206.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1289.0, + 428.0, + 1289.0, + 428.0, + 1330.0, + 293.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 457.0, + 1289.0, + 719.0, + 1289.0, + 719.0, + 1330.0, + 457.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1289.0, + 939.0, + 1289.0, + 939.0, + 1330.0, + 889.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 1289.0, + 1408.0, + 1289.0, + 1408.0, + 1330.0, + 1047.0, + 1330.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1321.0, + 394.0, + 1321.0, + 394.0, + 1356.0, + 292.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1321.0, + 958.0, + 1321.0, + 958.0, + 1356.0, + 423.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1321.0, + 1406.0, + 1321.0, + 1406.0, + 1356.0, + 973.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1350.0, + 297.0, + 1350.0, + 297.0, + 1391.0, + 293.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1350.0, + 371.0, + 1350.0, + 371.0, + 1391.0, + 322.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 425.0, + 1350.0, + 1355.0, + 1350.0, + 1355.0, + 1391.0, + 425.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1404.0, + 1350.0, + 1408.0, + 1350.0, + 1408.0, + 1391.0, + 1404.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1382.0, + 650.0, + 1382.0, + 650.0, + 1416.0, + 293.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 1382.0, + 690.0, + 1382.0, + 690.0, + 1416.0, + 679.0, + 1416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1880.0, + 1407.0, + 1880.0, + 1407.0, + 1917.0, + 295.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1910.0, + 1406.0, + 1910.0, + 1406.0, + 1947.0, + 294.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1940.0, + 898.0, + 1940.0, + 898.0, + 1976.0, + 294.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 990.0, + 1940.0, + 1407.0, + 1940.0, + 1407.0, + 1976.0, + 990.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1972.0, + 1303.0, + 1972.0, + 1303.0, + 2005.0, + 297.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 1972.0, + 1404.0, + 1972.0, + 1404.0, + 2005.0, + 1333.0, + 2005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2004.0, + 592.0, + 2004.0, + 592.0, + 2037.0, + 297.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 2004.0, + 1093.0, + 2004.0, + 1093.0, + 2037.0, + 612.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1186.0, + 2004.0, + 1403.0, + 2004.0, + 1403.0, + 2037.0, + 1186.0, + 2037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 228.0, + 1404.0, + 228.0, + 1404.0, + 264.0, + 296.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 261.0, + 1234.0, + 261.0, + 1234.0, + 296.0, + 294.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1477.0, + 370.0, + 1477.0, + 370.0, + 1521.0, + 295.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 450.0, + 1477.0, + 733.0, + 1477.0, + 733.0, + 1521.0, + 450.0, + 1521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 783.0, + 1477.0, + 793.0, + 1477.0, + 793.0, + 1521.0, + 783.0, + 1521.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 3, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1438, + 1405, + 1438, + 1405, + 1774, + 297, + 1774 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 1238, + 1404, + 1238, + 1404, + 1422, + 297, + 1422 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 298, + 1788, + 1404, + 1788, + 1404, + 2034, + 298, + 2034 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 474, + 227, + 1223, + 227, + 1223, + 740, + 474, + 740 + ], + "score": 0.975 + }, + { + "category_id": 4, + "poly": [ + 297, + 783, + 1405, + 783, + 1405, + 1122, + 297, + 1122 + ], + "score": 0.972 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 815, + 76, + 815, + 104, + 298, + 104 + ], + "score": 0.887 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 858, + 2088, + 858, + 2112, + 841, + 2112 + ], + "score": 0.735 + }, + { + "category_id": 13, + "poly": [ + 819, + 1270, + 914, + 1270, + 914, + 1303, + 819, + 1303 + ], + "score": 0.93, + "latex": "I ( T ; X )" + }, + { + "category_id": 13, + "poly": [ + 612, + 1561, + 734, + 1561, + 734, + 1590, + 612, + 1590 + ], + "score": 0.92, + "latex": "T = h + \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1355, + 815, + 1404, + 815, + 1404, + 850, + 1355, + 850 + ], + "score": 0.9, + "latex": "f ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 865, + 820, + 901, + 820, + 901, + 847, + 865, + 847 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 937, + 973, + 973, + 973, + 973, + 999, + 937, + 999 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 522, + 1002, + 557, + 1002, + 557, + 1029, + 522, + 1029 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 895, + 1004, + 930, + 1004, + 930, + 1029, + 895, + 1029 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 524, + 1470, + 552, + 1470, + 552, + 1496, + 524, + 1496 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1232, + 1470, + 1261, + 1470, + 1261, + 1496, + 1232, + 1496 + ], + "score": 0.81, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 298, + 1592, + 325, + 1592, + 325, + 1618, + 298, + 1618 + ], + "score": 0.79, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1314, + 1470, + 1338, + 1470, + 1338, + 1496, + 1314, + 1496 + ], + "score": 0.79, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 500, + 1562, + 519, + 1562, + 519, + 1588, + 500, + 1588 + ], + "score": 0.79, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1333, + 1562, + 1354, + 1562, + 1354, + 1589, + 1333, + 1589 + ], + "score": 0.78, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1006, + 848, + 1026, + 848, + 1026, + 875, + 1006, + 875 + ], + "score": 0.78, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 297, + 878, + 321, + 878, + 321, + 905, + 297, + 905 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 653, + 848, + 672, + 848, + 672, + 875, + 653, + 875 + ], + "score": 0.72, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 588, + 822, + 607, + 822, + 607, + 845, + 588, + 845 + ], + "score": 0.7, + "latex": "x" + }, + { + "category_id": 13, + "poly": [ + 820, + 1566, + 837, + 1566, + 837, + 1588, + 820, + 1588 + ], + "score": 0.7, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1006, + 909, + 1035, + 909, + 1035, + 936, + 1006, + 936 + ], + "score": 0.34, + "latex": "^ { - 1 }" + }, + { + "category_id": 15, + "poly": [ + 476.0, + 229.0, + 496.0, + 229.0, + 496.0, + 251.0, + 476.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 228.0, + 872.0, + 228.0, + 872.0, + 251.0, + 853.0, + 251.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 900.0, + 274.0, + 907.0, + 274.0, + 907.0, + 282.0, + 900.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 859.0, + 291.0, + 888.0, + 291.0, + 888.0, + 428.0, + 859.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 305.0, + 911.0, + 305.0, + 911.0, + 324.0, + 886.0, + 324.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 587.0, + 320.0, + 616.0, + 320.0, + 616.0, + 343.0, + 587.0, + 343.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 644.0, + 336.0, + 682.0, + 336.0, + 682.0, + 374.0, + 644.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 897.0, + 344.0, + 909.0, + 344.0, + 909.0, + 357.0, + 897.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 526.0, + 369.0, + 545.0, + 369.0, + 545.0, + 388.0, + 526.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 655.0, + 368.0, + 674.0, + 368.0, + 674.0, + 391.0, + 655.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 367.0, + 804.0, + 367.0, + 804.0, + 391.0, + 785.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 379.0, + 910.0, + 379.0, + 910.0, + 398.0, + 883.0, + 398.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1065.0, + 379.0, + 1212.0, + 379.0, + 1212.0, + 408.0, + 1065.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 397.0, + 1160.0, + 397.0, + 1160.0, + 426.0, + 1063.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 419.0, + 907.0, + 419.0, + 907.0, + 432.0, + 895.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 445.0, + 920.0, + 445.0, + 920.0, + 462.0, + 903.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1053.0, + 442.0, + 1073.0, + 442.0, + 1073.0, + 463.0, + 1053.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1206.0, + 445.0, + 1221.0, + 445.0, + 1221.0, + 462.0, + 1206.0, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 477.0, + 469.0, + 496.0, + 469.0, + 496.0, + 492.0, + 477.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 468.0, + 873.0, + 468.0, + 873.0, + 492.0, + 852.0, + 492.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 454.0, + 1125.0, + 454.0, + 1125.0, + 487.0, + 998.0, + 487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 483.0, + 738.0, + 483.0, + 738.0, + 519.0, + 602.0, + 519.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 484.0, + 1130.0, + 484.0, + 1130.0, + 518.0, + 992.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 506.0, + 515.0, + 506.0, + 515.0, + 528.0, + 497.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 882.0, + 503.0, + 914.0, + 503.0, + 914.0, + 529.0, + 882.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 543.0, + 514.0, + 543.0, + 514.0, + 561.0, + 499.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 541.0, + 912.0, + 541.0, + 912.0, + 563.0, + 894.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 613.0, + 512.0, + 613.0, + 512.0, + 633.0, + 497.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 615.0, + 910.0, + 615.0, + 910.0, + 632.0, + 896.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 502.0, + 655.0, + 510.0, + 655.0, + 510.0, + 665.0, + 502.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 649.0, + 913.0, + 649.0, + 913.0, + 672.0, + 883.0, + 672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 687.0, + 513.0, + 687.0, + 513.0, + 705.0, + 499.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 896.0, + 686.0, + 912.0, + 686.0, + 912.0, + 705.0, + 896.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 508.0, + 701.0, + 522.0, + 701.0, + 522.0, + 719.0, + 508.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 567.0, + 700.0, + 583.0, + 700.0, + 583.0, + 719.0, + 567.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 701.0, + 643.0, + 701.0, + 643.0, + 718.0, + 628.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 688.0, + 700.0, + 704.0, + 700.0, + 704.0, + 719.0, + 688.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 748.0, + 700.0, + 765.0, + 700.0, + 765.0, + 719.0, + 748.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 804.0, + 698.0, + 830.0, + 698.0, + 830.0, + 722.0, + 804.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 701.0, + 920.0, + 701.0, + 920.0, + 719.0, + 904.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 700.0, + 981.0, + 700.0, + 981.0, + 719.0, + 964.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1025.0, + 701.0, + 1041.0, + 701.0, + 1041.0, + 718.0, + 1025.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 700.0, + 1102.0, + 700.0, + 1102.0, + 719.0, + 1085.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 699.0, + 1163.0, + 699.0, + 1163.0, + 721.0, + 1144.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1201.0, + 698.0, + 1227.0, + 698.0, + 1227.0, + 722.0, + 1201.0, + 722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 484.25, + 566.5, + 500.25, + 566.5, + 500.25, + 632.5, + 484.25, + 632.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 574.5, + 932.0, + 574.5, + 932.0, + 615.5, + 835.0, + 615.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 719.5, + 676.0, + 719.5, + 676.0, + 741.5, + 656.0, + 741.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1052.0, + 719.5, + 1073.0, + 719.5, + 1073.0, + 742.5, + 1052.0, + 742.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 784.0, + 1406.0, + 784.0, + 1406.0, + 819.0, + 295.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 815.0, + 587.0, + 815.0, + 587.0, + 853.0, + 292.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 608.0, + 815.0, + 864.0, + 815.0, + 864.0, + 853.0, + 608.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 815.0, + 1354.0, + 815.0, + 1354.0, + 853.0, + 902.0, + 853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 846.0, + 652.0, + 846.0, + 652.0, + 881.0, + 294.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 846.0, + 1005.0, + 846.0, + 1005.0, + 881.0, + 673.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1027.0, + 846.0, + 1406.0, + 846.0, + 1406.0, + 881.0, + 1027.0, + 881.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 874.0, + 296.0, + 874.0, + 296.0, + 915.0, + 291.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 874.0, + 1407.0, + 874.0, + 1407.0, + 915.0, + 322.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 905.0, + 1005.0, + 905.0, + 1005.0, + 941.0, + 294.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 905.0, + 1405.0, + 905.0, + 1405.0, + 941.0, + 1036.0, + 941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 936.0, + 1406.0, + 936.0, + 1406.0, + 975.0, + 292.0, + 975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 969.0, + 936.0, + 969.0, + 936.0, + 1004.0, + 295.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 974.0, + 969.0, + 1405.0, + 969.0, + 1405.0, + 1004.0, + 974.0, + 1004.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 999.0, + 521.0, + 999.0, + 521.0, + 1034.0, + 295.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 999.0, + 894.0, + 999.0, + 894.0, + 1034.0, + 558.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 999.0, + 1403.0, + 999.0, + 1403.0, + 1034.0, + 931.0, + 1034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1030.0, + 1405.0, + 1030.0, + 1405.0, + 1065.0, + 295.0, + 1065.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1057.0, + 1407.0, + 1057.0, + 1407.0, + 1096.0, + 292.0, + 1096.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1088.0, + 1153.0, + 1088.0, + 1153.0, + 1126.0, + 294.0, + 1126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.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": [ + 295.0, + 1439.0, + 1406.0, + 1439.0, + 1406.0, + 1473.0, + 295.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1467.0, + 523.0, + 1467.0, + 523.0, + 1502.0, + 295.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 1467.0, + 1231.0, + 1467.0, + 1231.0, + 1502.0, + 553.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1467.0, + 1313.0, + 1467.0, + 1313.0, + 1502.0, + 1262.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1339.0, + 1467.0, + 1405.0, + 1467.0, + 1405.0, + 1502.0, + 1339.0, + 1502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1497.0, + 1406.0, + 1497.0, + 1406.0, + 1538.0, + 292.0, + 1538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1528.0, + 1406.0, + 1528.0, + 1406.0, + 1565.0, + 292.0, + 1565.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1560.0, + 499.0, + 1560.0, + 499.0, + 1595.0, + 295.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1560.0, + 611.0, + 1560.0, + 611.0, + 1595.0, + 520.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 1560.0, + 819.0, + 1560.0, + 819.0, + 1595.0, + 735.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 1560.0, + 1332.0, + 1560.0, + 1332.0, + 1595.0, + 838.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1560.0, + 1405.0, + 1560.0, + 1405.0, + 1595.0, + 1355.0, + 1595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 1589.0, + 1406.0, + 1589.0, + 1406.0, + 1626.0, + 326.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1623.0, + 1406.0, + 1623.0, + 1406.0, + 1652.0, + 292.0, + 1652.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1652.0, + 1407.0, + 1652.0, + 1407.0, + 1687.0, + 294.0, + 1687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1678.0, + 1406.0, + 1678.0, + 1406.0, + 1717.0, + 291.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1714.0, + 1402.0, + 1714.0, + 1402.0, + 1745.0, + 296.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1745.0, + 730.0, + 1745.0, + 730.0, + 1778.0, + 294.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1234.0, + 1405.0, + 1234.0, + 1405.0, + 1278.0, + 292.0, + 1278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1268.0, + 818.0, + 1268.0, + 818.0, + 1306.0, + 292.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 915.0, + 1268.0, + 1407.0, + 1268.0, + 1407.0, + 1306.0, + 915.0, + 1306.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1300.0, + 1406.0, + 1300.0, + 1406.0, + 1335.0, + 294.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1329.0, + 1406.0, + 1329.0, + 1406.0, + 1366.0, + 294.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1360.0, + 1406.0, + 1360.0, + 1406.0, + 1396.0, + 295.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1392.0, + 674.0, + 1392.0, + 674.0, + 1428.0, + 295.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1787.0, + 1406.0, + 1787.0, + 1406.0, + 1823.0, + 293.0, + 1823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1821.0, + 1405.0, + 1821.0, + 1405.0, + 1855.0, + 293.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1885.0, + 294.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1881.0, + 1405.0, + 1881.0, + 1405.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": [ + 293.0, + 1941.0, + 1405.0, + 1941.0, + 1405.0, + 1978.0, + 293.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2007.0, + 294.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 2004.0, + 487.0, + 2004.0, + 487.0, + 2035.0, + 296.0, + 2035.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 4, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1312, + 1406, + 1312, + 1406, + 1770, + 298, + 1770 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 949, + 1404, + 949, + 1404, + 1195, + 298, + 1195 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1786, + 1403, + 1786, + 1403, + 2036, + 298, + 2036 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 464, + 223, + 1234, + 223, + 1234, + 735, + 464, + 735 + ], + "score": 0.975 + }, + { + "category_id": 4, + "poly": [ + 295, + 773, + 1405, + 773, + 1405, + 929, + 295, + 929 + ], + "score": 0.942 + }, + { + "category_id": 0, + "poly": [ + 301, + 1240, + 1244, + 1240, + 1244, + 1277, + 301, + 1277 + ], + "score": 0.911 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 814, + 76, + 814, + 104, + 298, + 104 + ], + "score": 0.885 + }, + { + "category_id": 2, + "poly": [ + 840, + 2089, + 858, + 2089, + 858, + 2112, + 840, + 2112 + ], + "score": 0.784 + }, + { + "category_id": 4, + "poly": [ + 617, + 715, + 689, + 715, + 689, + 737, + 617, + 737 + ], + "score": 0.247 + }, + { + "category_id": 13, + "poly": [ + 1052, + 1845, + 1263, + 1845, + 1263, + 1882, + 1052, + 1882 + ], + "score": 0.94, + "latex": "\\begin{array} { r } { X \\sim \\mathcal { N } ( 0 , \\frac { 1 } { N _ { i } } \\overline { { I } } _ { N _ { i } } ) } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 298, + 1911, + 469, + 1911, + 469, + 1945, + 298, + 1945 + ], + "score": 0.93, + "latex": "\\epsilon _ { o } \\stackrel { - } { \\sim } \\mathcal { N } ( 0 , \\sigma _ { o } ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 1123, + 1883, + 1315, + 1883, + 1315, + 1913, + 1123, + 1913 + ], + "score": 0.91, + "latex": "Y = \\dot { W } _ { 0 } X + \\epsilon _ { o }" + }, + { + "category_id": 13, + "poly": [ + 664, + 2004, + 834, + 2004, + 834, + 2036, + 664, + 2036 + ], + "score": 0.91, + "latex": "\\mathrm { S N R } = \\sigma _ { w } ^ { 2 } / \\sigma _ { o } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 689, + 1973, + 799, + 1973, + 799, + 2005, + 689, + 2005 + ], + "score": 0.88, + "latex": "{ \\mathcal N } ( 0 , \\sigma _ { w } ^ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1973, + 339, + 1973, + 339, + 2003, + 298, + 2003 + ], + "score": 0.87, + "latex": "W _ { o }" + }, + { + "category_id": 13, + "poly": [ + 1017, + 806, + 1046, + 806, + 1046, + 832, + 1017, + 832 + ], + "score": 0.8, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 378, + 1882, + 404, + 1882, + 404, + 1909, + 378, + 1909 + ], + "score": 0.67, + "latex": "Y" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 226.0, + 487.0, + 226.0, + 487.0, + 248.0, + 466.0, + 248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 220.0, + 688.0, + 220.0, + 688.0, + 254.0, + 609.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 225.0, + 853.0, + 225.0, + 853.0, + 248.0, + 833.0, + 248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 868.0, + 249.0, + 883.0, + 249.0, + 883.0, + 262.0, + 868.0, + 262.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 237.0, + 1090.0, + 237.0, + 1090.0, + 260.0, + 984.0, + 260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 272.0, + 579.0, + 272.0, + 579.0, + 320.0, + 554.0, + 320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 285.0, + 738.0, + 285.0, + 738.0, + 302.0, + 721.0, + 302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 280.0, + 883.0, + 280.0, + 883.0, + 295.0, + 866.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1128.0, + 262.0, + 1178.0, + 262.0, + 1178.0, + 313.0, + 1128.0, + 313.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 317.0, + 578.0, + 317.0, + 578.0, + 367.0, + 553.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 327.0, + 766.0, + 327.0, + 766.0, + 363.0, + 713.0, + 363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 313.0, + 890.0, + 313.0, + 890.0, + 379.0, + 851.0, + 379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 364.0, + 579.0, + 364.0, + 579.0, + 390.0, + 553.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 376.0, + 677.0, + 376.0, + 677.0, + 410.0, + 640.0, + 410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 376.0, + 883.0, + 376.0, + 883.0, + 389.0, + 871.0, + 389.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 390.0, + 579.0, + 390.0, + 579.0, + 415.0, + 554.0, + 415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 872.0, + 411.0, + 881.0, + 411.0, + 881.0, + 420.0, + 872.0, + 420.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 946.0, + 455.0, + 960.0, + 455.0, + 960.0, + 466.0, + 946.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1003.0, + 455.0, + 1072.0, + 455.0, + 1072.0, + 479.0, + 1003.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 455.0, + 1127.0, + 455.0, + 1127.0, + 466.0, + 1113.0, + 466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 456.0, + 1181.0, + 456.0, + 1181.0, + 465.0, + 1171.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 475.0, + 485.0, + 475.0, + 485.0, + 495.0, + 469.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 481.0, + 690.0, + 481.0, + 690.0, + 514.0, + 610.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 474.0, + 853.0, + 474.0, + 853.0, + 496.0, + 833.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 942.0, + 489.0, + 1124.0, + 489.0, + 1124.0, + 508.0, + 942.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 484.0, + 1225.0, + 484.0, + 1225.0, + 505.0, + 1190.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 526.0, + 522.0, + 526.0, + 522.0, + 602.0, + 495.0, + 602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 529.0, + 577.0, + 529.0, + 577.0, + 601.0, + 543.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.0, + 515.0, + 720.0, + 515.0, + 720.0, + 640.0, + 605.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 727.0, + 527.0, + 763.0, + 527.0, + 763.0, + 582.0, + 727.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 533.0, + 872.0, + 533.0, + 872.0, + 541.0, + 863.0, + 541.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1169.0, + 510.0, + 1179.0, + 510.0, + 1179.0, + 528.0, + 1169.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 566.0, + 872.0, + 566.0, + 872.0, + 574.0, + 863.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 498.0, + 600.0, + 520.0, + 600.0, + 520.0, + 621.0, + 498.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 730.0, + 572.0, + 757.0, + 572.0, + 757.0, + 625.0, + 730.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 782.0, + 595.0, + 835.0, + 595.0, + 835.0, + 624.0, + 782.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1213.0, + 577.0, + 1233.0, + 577.0, + 1233.0, + 633.0, + 1213.0, + 633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 675.0, + 623.0, + 696.0, + 623.0, + 696.0, + 644.0, + 675.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 734.0, + 624.0, + 751.0, + 624.0, + 751.0, + 641.0, + 734.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 631.0, + 871.0, + 631.0, + 871.0, + 640.0, + 863.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 499.0, + 650.0, + 515.0, + 650.0, + 515.0, + 667.0, + 499.0, + 667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 759.0, + 638.0, + 819.0, + 638.0, + 819.0, + 679.0, + 759.0, + 679.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 519.0, + 659.0, + 553.0, + 659.0, + 553.0, + 692.0, + 519.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 660.0, + 614.0, + 660.0, + 614.0, + 692.0, + 578.0, + 692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 693.0, + 658.0, + 734.0, + 658.0, + 734.0, + 693.0, + 693.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 696.0, + 873.0, + 696.0, + 873.0, + 704.0, + 863.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 709.0, + 696.0, + 709.0, + 696.0, + 743.0, + 612.0, + 743.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 709.0, + 929.0, + 709.0, + 929.0, + 720.0, + 914.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 709.0, + 979.0, + 709.0, + 979.0, + 721.0, + 964.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1010.0, + 704.0, + 1053.0, + 704.0, + 1053.0, + 735.0, + 1010.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1063.0, + 709.0, + 1077.0, + 709.0, + 1077.0, + 720.0, + 1063.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 709.0, + 1126.0, + 709.0, + 1126.0, + 720.0, + 1113.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 709.0, + 1176.0, + 709.0, + 1176.0, + 720.0, + 1163.0, + 720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 703.0, + 1217.0, + 703.0, + 1217.0, + 721.0, + 1200.0, + 721.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 586.5, + 862.0, + 586.5, + 862.0, + 627.0, + 853.0, + 627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 775.0, + 1406.0, + 775.0, + 1406.0, + 808.0, + 295.0, + 808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 804.0, + 1016.0, + 804.0, + 1016.0, + 842.0, + 294.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 804.0, + 1405.0, + 804.0, + 1405.0, + 842.0, + 1047.0, + 842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 836.0, + 1406.0, + 836.0, + 1406.0, + 870.0, + 294.0, + 870.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 864.0, + 1406.0, + 864.0, + 1406.0, + 902.0, + 294.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 895.0, + 1403.0, + 895.0, + 1403.0, + 932.0, + 294.0, + 932.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1237.0, + 1249.0, + 1237.0, + 1249.0, + 1282.0, + 290.0, + 1282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.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": [ + 611.0, + 710.0, + 695.0, + 710.0, + 695.0, + 744.0, + 611.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1309.0, + 1408.0, + 1309.0, + 1408.0, + 1350.0, + 292.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1344.0, + 1404.0, + 1344.0, + 1404.0, + 1379.0, + 295.0, + 1379.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1373.0, + 1406.0, + 1373.0, + 1406.0, + 1408.0, + 295.0, + 1408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1405.0, + 1408.0, + 1405.0, + 1408.0, + 1440.0, + 293.0, + 1440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1436.0, + 1404.0, + 1436.0, + 1404.0, + 1468.0, + 296.0, + 1468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1466.0, + 1408.0, + 1466.0, + 1408.0, + 1501.0, + 293.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1497.0, + 1404.0, + 1497.0, + 1404.0, + 1529.0, + 295.0, + 1529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1529.0, + 1403.0, + 1529.0, + 1403.0, + 1560.0, + 296.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1553.0, + 1409.0, + 1553.0, + 1409.0, + 1593.0, + 291.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1586.0, + 1406.0, + 1586.0, + 1406.0, + 1623.0, + 293.0, + 1623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1613.0, + 1404.0, + 1613.0, + 1404.0, + 1656.0, + 293.0, + 1656.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1649.0, + 1404.0, + 1649.0, + 1404.0, + 1680.0, + 296.0, + 1680.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1678.0, + 1408.0, + 1678.0, + 1408.0, + 1714.0, + 293.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1709.0, + 1406.0, + 1709.0, + 1406.0, + 1744.0, + 295.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1739.0, + 839.0, + 1739.0, + 839.0, + 1773.0, + 293.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 951.0, + 1405.0, + 951.0, + 1405.0, + 984.0, + 294.0, + 984.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 983.0, + 1404.0, + 983.0, + 1404.0, + 1013.0, + 296.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1012.0, + 1402.0, + 1012.0, + 1402.0, + 1046.0, + 294.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1038.0, + 1405.0, + 1038.0, + 1405.0, + 1079.0, + 292.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1072.0, + 1406.0, + 1072.0, + 1406.0, + 1109.0, + 293.0, + 1109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1103.0, + 1404.0, + 1103.0, + 1404.0, + 1137.0, + 293.0, + 1137.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1133.0, + 1404.0, + 1133.0, + 1404.0, + 1167.0, + 294.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1165.0, + 1071.0, + 1165.0, + 1071.0, + 1198.0, + 294.0, + 1198.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1785.0, + 1405.0, + 1785.0, + 1405.0, + 1821.0, + 293.0, + 1821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1815.0, + 1407.0, + 1815.0, + 1407.0, + 1853.0, + 293.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1845.0, + 1051.0, + 1845.0, + 1051.0, + 1887.0, + 292.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 1845.0, + 1408.0, + 1845.0, + 1408.0, + 1887.0, + 1264.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1879.0, + 377.0, + 1879.0, + 377.0, + 1917.0, + 294.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 405.0, + 1879.0, + 1122.0, + 1879.0, + 1122.0, + 1917.0, + 405.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1316.0, + 1879.0, + 1407.0, + 1879.0, + 1407.0, + 1917.0, + 1316.0, + 1917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1909.0, + 297.0, + 1909.0, + 297.0, + 1947.0, + 292.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 1909.0, + 1408.0, + 1909.0, + 1408.0, + 1947.0, + 470.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1977.0, + 294.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1969.0, + 297.0, + 1969.0, + 297.0, + 2011.0, + 293.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 340.0, + 1969.0, + 688.0, + 1969.0, + 688.0, + 2011.0, + 340.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 1969.0, + 1408.0, + 1969.0, + 1408.0, + 2011.0, + 800.0, + 2011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1997.0, + 663.0, + 1997.0, + 663.0, + 2042.0, + 291.0, + 2042.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 1997.0, + 1409.0, + 1997.0, + 1409.0, + 2042.0, + 835.0, + 2042.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 5, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 398, + 1404, + 398, + 1404, + 711, + 297, + 711 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 297, + 904, + 1405, + 904, + 1405, + 1182, + 297, + 1182 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1558, + 1404, + 1558, + 1404, + 1774, + 298, + 1774 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1328, + 1404, + 1328, + 1404, + 1546, + 297, + 1546 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1787, + 1404, + 1787, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1403, + 228, + 1403, + 384, + 298, + 384 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 296, + 1252, + 1400, + 1252, + 1400, + 1316, + 296, + 1316 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 296, + 828, + 1404, + 828, + 1404, + 892, + 296, + 892 + ], + "score": 0.95 + }, + { + "category_id": 1, + "poly": [ + 295, + 724, + 1401, + 724, + 1401, + 784, + 295, + 784 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 667, + 783, + 1034, + 783, + 1034, + 823, + 667, + 823 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 564, + 1197, + 1133, + 1197, + 1133, + 1239, + 564, + 1239 + ], + "score": 0.938 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1204, + 1400, + 1204, + 1400, + 1233, + 1366, + 1233 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1366, + 789, + 1400, + 789, + 1400, + 818, + 1366, + 818 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 841, + 2088, + 857, + 2088, + 857, + 2111, + 841, + 2111 + ], + "score": 0.758 + }, + { + "category_id": 13, + "poly": [ + 587, + 521, + 700, + 521, + 700, + 555, + 587, + 555 + ], + "score": 0.93, + "latex": "f ( u ) = u" + }, + { + "category_id": 14, + "poly": [ + 666, + 780, + 1034, + 780, + 1034, + 823, + 666, + 823 + ], + "score": 0.93, + "latex": "E _ { g } ( t ) = | | W _ { o } - W _ { t o t } ( t ) | | _ { F } ^ { 2 } + \\sigma _ { o } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1087, + 425, + 1087, + 425, + 1123, + 298, + 1123 + ], + "score": 0.92, + "latex": "\\sigma _ { M I } ^ { 2 } = 1 . 0" + }, + { + "category_id": 13, + "poly": [ + 374, + 828, + 463, + 828, + 463, + 861, + 374, + 861 + ], + "score": 0.92, + "latex": "W _ { t o t } ( t )" + }, + { + "category_id": 13, + "poly": [ + 297, + 553, + 627, + 553, + 627, + 591, + 297, + 591 + ], + "score": 0.92, + "latex": "\\hat { Y } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } X" + }, + { + "category_id": 13, + "poly": [ + 895, + 1057, + 1093, + 1057, + 1093, + 1089, + 895, + 1089 + ], + "score": 0.92, + "latex": "T = \\bar { W } X + \\epsilon _ { M I }" + }, + { + "category_id": 13, + "poly": [ + 547, + 996, + 663, + 996, + 663, + 1026, + 547, + 1026 + ], + "score": 0.91, + "latex": "T = { \\bar { W } } X" + }, + { + "category_id": 14, + "poly": [ + 565, + 1196, + 1135, + 1196, + 1135, + 1238, + 565, + 1238 + ], + "score": 0.9, + "latex": "I ( T ; X ) = \\log \\lvert \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert - \\log \\lvert \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\rvert" + }, + { + "category_id": 13, + "poly": [ + 298, + 998, + 461, + 998, + 461, + 1029, + 298, + 1029 + ], + "score": 0.9, + "latex": "W _ { l } \\cdots W _ { 2 } W _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 297, + 860, + 639, + 860, + 639, + 893, + 297, + 893 + ], + "score": 0.87, + "latex": "W _ { t o t } = W _ { D + 1 } W _ { D } \\cdot \\cdot \\cdot W _ { 2 } W _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 445, + 297, + 473, + 297, + 473, + 322, + 445, + 322 + ], + "score": 0.85, + "latex": "\\epsilon _ { o }" + }, + { + "category_id": 13, + "poly": [ + 522, + 1151, + 550, + 1151, + 550, + 1177, + 522, + 1177 + ], + "score": 0.85, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 536, + 965, + 569, + 965, + 569, + 995, + 536, + 995 + ], + "score": 0.85, + "latex": "\\bar { W }" + }, + { + "category_id": 13, + "poly": [ + 370, + 1253, + 397, + 1253, + 397, + 1286, + 370, + 1286 + ], + "score": 0.84, + "latex": "\\left| \\cdot \\right|" + }, + { + "category_id": 13, + "poly": [ + 975, + 999, + 1003, + 999, + 1003, + 1025, + 975, + 1025 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 448, + 1151, + 472, + 1151, + 472, + 1177, + 448, + 1177 + ], + "score": 0.84, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1337, + 965, + 1405, + 965, + 1405, + 997, + 1337, + 997 + ], + "score": 0.83, + "latex": "\\bar { W } =" + }, + { + "category_id": 13, + "poly": [ + 1064, + 938, + 1087, + 938, + 1087, + 964, + 1064, + 964 + ], + "score": 0.82, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1055, + 999, + 1079, + 999, + 1079, + 1025, + 1055, + 1025 + ], + "score": 0.82, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1255, + 1342, + 1255, + 1342, + 1280, + 1318, + 1280 + ], + "score": 0.82, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 769, + 401, + 794, + 401, + 794, + 427, + 769, + 427 + ], + "score": 0.81, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1296, + 832, + 1310, + 832, + 1310, + 856, + 1296, + 856 + ], + "score": 0.77, + "latex": "t" + }, + { + "category_id": 13, + "poly": [ + 901, + 522, + 929, + 522, + 929, + 550, + 901, + 550 + ], + "score": 0.76, + "latex": "D" + }, + { + "category_id": 13, + "poly": [ + 1314, + 969, + 1326, + 969, + 1326, + 995, + 1314, + 995 + ], + "score": 0.56, + "latex": "l" + }, + { + "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": [ + 839.0, + 2086.0, + 860.0, + 2086.0, + 860.0, + 2118.0, + 839.0, + 2118.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 397.0, + 768.0, + 397.0, + 768.0, + 433.0, + 295.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 795.0, + 397.0, + 1405.0, + 397.0, + 1405.0, + 433.0, + 795.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 431.0, + 1404.0, + 431.0, + 1404.0, + 463.0, + 295.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 459.0, + 1405.0, + 459.0, + 1405.0, + 496.0, + 294.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 489.0, + 1406.0, + 489.0, + 1406.0, + 526.0, + 294.0, + 526.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 520.0, + 586.0, + 520.0, + 586.0, + 560.0, + 292.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 520.0, + 900.0, + 520.0, + 900.0, + 560.0, + 701.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 930.0, + 520.0, + 1407.0, + 520.0, + 1407.0, + 560.0, + 930.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 551.0, + 296.0, + 551.0, + 296.0, + 597.0, + 292.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 551.0, + 1405.0, + 551.0, + 1405.0, + 597.0, + 628.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 587.0, + 1404.0, + 587.0, + 1404.0, + 623.0, + 295.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 619.0, + 1404.0, + 619.0, + 1404.0, + 651.0, + 295.0, + 651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 646.0, + 1408.0, + 646.0, + 1408.0, + 685.0, + 292.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 678.0, + 627.0, + 678.0, + 627.0, + 711.0, + 295.0, + 711.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1406.0, + 904.0, + 1406.0, + 942.0, + 294.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 935.0, + 1063.0, + 935.0, + 1063.0, + 971.0, + 294.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1088.0, + 935.0, + 1403.0, + 935.0, + 1403.0, + 971.0, + 1088.0, + 971.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 966.0, + 535.0, + 966.0, + 535.0, + 1002.0, + 294.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 570.0, + 966.0, + 1313.0, + 966.0, + 1313.0, + 1002.0, + 570.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 966.0, + 1336.0, + 966.0, + 1336.0, + 1002.0, + 1327.0, + 1002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 462.0, + 996.0, + 546.0, + 996.0, + 546.0, + 1032.0, + 462.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 664.0, + 996.0, + 974.0, + 996.0, + 974.0, + 1032.0, + 664.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 996.0, + 1054.0, + 996.0, + 1054.0, + 1032.0, + 1004.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 996.0, + 1405.0, + 996.0, + 1405.0, + 1032.0, + 1080.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1030.0, + 1406.0, + 1030.0, + 1406.0, + 1063.0, + 295.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1055.0, + 894.0, + 1055.0, + 894.0, + 1094.0, + 294.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1094.0, + 1055.0, + 1406.0, + 1055.0, + 1406.0, + 1094.0, + 1094.0, + 1094.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 287.0, + 1085.0, + 297.0, + 1085.0, + 297.0, + 1131.0, + 287.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 1085.0, + 1411.0, + 1085.0, + 1411.0, + 1131.0, + 426.0, + 1131.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1116.0, + 1405.0, + 1116.0, + 1405.0, + 1156.0, + 292.0, + 1156.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1149.0, + 447.0, + 1149.0, + 447.0, + 1186.0, + 295.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1149.0, + 521.0, + 1149.0, + 521.0, + 1186.0, + 473.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 551.0, + 1149.0, + 928.0, + 1149.0, + 928.0, + 1186.0, + 551.0, + 1186.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1557.0, + 1406.0, + 1557.0, + 1406.0, + 1596.0, + 293.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1589.0, + 1404.0, + 1589.0, + 1404.0, + 1627.0, + 293.0, + 1627.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1619.0, + 1405.0, + 1619.0, + 1405.0, + 1655.0, + 293.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1654.0, + 1405.0, + 1654.0, + 1405.0, + 1685.0, + 296.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1681.0, + 1405.0, + 1681.0, + 1405.0, + 1715.0, + 294.0, + 1715.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1712.0, + 1405.0, + 1712.0, + 1405.0, + 1749.0, + 293.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1745.0, + 452.0, + 1745.0, + 452.0, + 1777.0, + 296.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1330.0, + 1404.0, + 1330.0, + 1404.0, + 1365.0, + 295.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1360.0, + 1405.0, + 1360.0, + 1405.0, + 1395.0, + 292.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1391.0, + 1406.0, + 1391.0, + 1406.0, + 1427.0, + 294.0, + 1427.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1420.0, + 1406.0, + 1420.0, + 1406.0, + 1456.0, + 294.0, + 1456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1452.0, + 1406.0, + 1452.0, + 1406.0, + 1487.0, + 295.0, + 1487.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1479.0, + 1406.0, + 1479.0, + 1406.0, + 1522.0, + 292.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1515.0, + 1337.0, + 1515.0, + 1337.0, + 1550.0, + 295.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1790.0, + 1406.0, + 1790.0, + 1406.0, + 1824.0, + 294.0, + 1824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1823.0, + 1405.0, + 1823.0, + 1405.0, + 1853.0, + 296.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1853.0, + 1405.0, + 1853.0, + 1405.0, + 1883.0, + 296.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1882.0, + 1405.0, + 1882.0, + 1405.0, + 1916.0, + 294.0, + 1916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1912.0, + 1405.0, + 1912.0, + 1405.0, + 1946.0, + 294.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1975.0, + 293.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2002.0, + 1077.0, + 2002.0, + 1077.0, + 2038.0, + 293.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 293.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 262.0, + 1404.0, + 262.0, + 1404.0, + 295.0, + 296.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 293.0, + 444.0, + 293.0, + 444.0, + 326.0, + 296.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 474.0, + 293.0, + 1404.0, + 293.0, + 1404.0, + 326.0, + 474.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 321.0, + 1405.0, + 321.0, + 1405.0, + 355.0, + 293.0, + 355.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 353.0, + 1267.0, + 353.0, + 1267.0, + 386.0, + 293.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1249.0, + 369.0, + 1249.0, + 369.0, + 1288.0, + 294.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1249.0, + 1317.0, + 1249.0, + 1317.0, + 1288.0, + 398.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1343.0, + 1249.0, + 1404.0, + 1249.0, + 1404.0, + 1288.0, + 1343.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1283.0, + 1212.0, + 1283.0, + 1212.0, + 1319.0, + 291.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 824.0, + 373.0, + 824.0, + 373.0, + 865.0, + 293.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 464.0, + 824.0, + 1295.0, + 824.0, + 1295.0, + 865.0, + 464.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1311.0, + 824.0, + 1409.0, + 824.0, + 1409.0, + 865.0, + 1311.0, + 865.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 640.0, + 859.0, + 652.0, + 859.0, + 652.0, + 895.0, + 640.0, + 895.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 723.0, + 1405.0, + 723.0, + 1405.0, + 762.0, + 295.0, + 762.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 755.0, + 437.0, + 755.0, + 437.0, + 788.0, + 294.0, + 788.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 6, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1444, + 1405, + 1444, + 1405, + 1659, + 297, + 1659 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 299, + 1772, + 1404, + 1772, + 1404, + 1896, + 299, + 1896 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 464, + 223, + 1242, + 223, + 1242, + 755, + 464, + 755 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 299, + 1911, + 1403, + 1911, + 1403, + 2034, + 299, + 2034 + ], + "score": 0.973 + }, + { + "category_id": 3, + "poly": [ + 307, + 1005, + 1400, + 1005, + 1400, + 1249, + 307, + 1249 + ], + "score": 0.965 + }, + { + "category_id": 4, + "poly": [ + 298, + 1293, + 1405, + 1293, + 1405, + 1387, + 298, + 1387 + ], + "score": 0.96 + }, + { + "category_id": 4, + "poly": [ + 296, + 792, + 1406, + 792, + 1406, + 977, + 296, + 977 + ], + "score": 0.933 + }, + { + "category_id": 0, + "poly": [ + 300, + 1703, + 1165, + 1703, + 1165, + 1739, + 300, + 1739 + ], + "score": 0.912 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 814, + 76, + 814, + 104, + 298, + 104 + ], + "score": 0.888 + }, + { + "category_id": 2, + "poly": [ + 841, + 2089, + 858, + 2089, + 858, + 2111, + 841, + 2111 + ], + "score": 0.792 + }, + { + "category_id": 13, + "poly": [ + 1344, + 824, + 1405, + 824, + 1405, + 853, + 1344, + 853 + ], + "score": 0.89, + "latex": "N _ { i } =" + }, + { + "category_id": 13, + "poly": [ + 646, + 1476, + 702, + 1476, + 702, + 1505, + 646, + 1505 + ], + "score": 0.86, + "latex": "30 \\%" + }, + { + "category_id": 13, + "poly": [ + 1309, + 915, + 1392, + 915, + 1392, + 944, + 1309, + 944 + ], + "score": 0.86, + "latex": "N = 8" + }, + { + "category_id": 13, + "poly": [ + 350, + 854, + 444, + 854, + 444, + 883, + 350, + 883 + ], + "score": 0.85, + "latex": "\\mathrm { P } = 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 730, + 854, + 802, + 854, + 802, + 883, + 730, + 883 + ], + "score": 0.84, + "latex": "= 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 935, + 855, + 979, + 855, + 979, + 882, + 935, + 882 + ], + "score": 0.79, + "latex": "= 5" + }, + { + "category_id": 13, + "poly": [ + 553, + 916, + 578, + 916, + 578, + 943, + 553, + 943 + ], + "score": 0.69, + "latex": "\\%" + }, + { + "category_id": 15, + "poly": [ + 469.0, + 227.0, + 488.0, + 227.0, + 488.0, + 249.0, + 469.0, + 249.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 606.0, + 228.0, + 712.0, + 228.0, + 712.0, + 252.0, + 606.0, + 252.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 772.0, + 243.0, + 818.0, + 243.0, + 818.0, + 271.0, + 772.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 227.0, + 853.0, + 227.0, + 853.0, + 248.0, + 837.0, + 248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 241.0, + 878.0, + 241.0, + 878.0, + 253.0, + 866.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 226.0, + 1236.0, + 226.0, + 1236.0, + 246.0, + 1193.0, + 246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 281.0, + 878.0, + 281.0, + 878.0, + 292.0, + 866.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 475.0, + 332.0, + 506.0, + 332.0, + 506.0, + 371.0, + 475.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 320.0, + 879.0, + 320.0, + 879.0, + 370.0, + 853.0, + 370.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1221.0, + 320.0, + 1238.0, + 320.0, + 1238.0, + 375.0, + 1221.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 400.0, + 876.0, + 400.0, + 876.0, + 409.0, + 867.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 565.0, + 451.0, + 583.0, + 451.0, + 583.0, + 463.0, + 565.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 621.0, + 449.0, + 697.0, + 449.0, + 697.0, + 475.0, + 621.0, + 475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 451.0, + 753.0, + 451.0, + 753.0, + 463.0, + 736.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 449.0, + 811.0, + 449.0, + 811.0, + 464.0, + 793.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 440.0, + 877.0, + 440.0, + 877.0, + 448.0, + 867.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 452.0, + 909.0, + 452.0, + 909.0, + 463.0, + 895.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 452.0, + 952.0, + 452.0, + 952.0, + 463.0, + 935.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 450.0, + 994.0, + 450.0, + 994.0, + 465.0, + 976.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1014.0, + 443.0, + 1078.0, + 443.0, + 1078.0, + 481.0, + 1014.0, + 481.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1101.0, + 450.0, + 1120.0, + 450.0, + 1120.0, + 465.0, + 1101.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 450.0, + 1162.0, + 450.0, + 1162.0, + 465.0, + 1144.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 452.0, + 1202.0, + 452.0, + 1202.0, + 463.0, + 1187.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 495.0, + 485.0, + 495.0, + 485.0, + 509.0, + 472.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.0, + 492.0, + 855.0, + 492.0, + 855.0, + 514.0, + 836.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1195.0, + 486.0, + 1230.0, + 486.0, + 1230.0, + 504.0, + 1195.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 518.0, + 818.0, + 518.0, + 818.0, + 530.0, + 776.0, + 530.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 517.0, + 895.0, + 517.0, + 895.0, + 538.0, + 865.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 523.0, + 525.0, + 523.0, + 525.0, + 601.0, + 509.0, + 601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 526.0, + 815.0, + 526.0, + 815.0, + 538.0, + 777.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 532.0, + 498.0, + 532.0, + 498.0, + 545.0, + 486.0, + 545.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 562.0, + 498.0, + 562.0, + 498.0, + 574.0, + 486.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 554.0, + 895.0, + 554.0, + 895.0, + 577.0, + 865.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 461.0, + 597.0, + 482.0, + 597.0, + 482.0, + 637.0, + 461.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 594.0, + 497.0, + 594.0, + 497.0, + 632.0, + 487.0, + 632.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 581.0, + 905.0, + 581.0, + 905.0, + 661.0, + 837.0, + 661.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 587.0, + 1237.0, + 587.0, + 1237.0, + 640.0, + 1217.0, + 640.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 653.0, + 497.0, + 653.0, + 497.0, + 662.0, + 488.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 684.0, + 497.0, + 684.0, + 497.0, + 691.0, + 488.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 666.0, + 895.0, + 666.0, + 895.0, + 688.0, + 865.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 958.0, + 670.0, + 977.0, + 670.0, + 977.0, + 691.0, + 958.0, + 691.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 703.0, + 896.0, + 703.0, + 896.0, + 725.0, + 865.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 728.0, + 556.0, + 728.0, + 556.0, + 736.0, + 545.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 582.0, + 728.0, + 593.0, + 728.0, + 593.0, + 736.0, + 582.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 654.0, + 728.0, + 666.0, + 728.0, + 666.0, + 736.0, + 654.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 728.0, + 702.0, + 728.0, + 702.0, + 736.0, + 690.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 727.0, + 740.0, + 727.0, + 740.0, + 737.0, + 724.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 728.0, + 775.0, + 728.0, + 775.0, + 736.0, + 764.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 728.0, + 810.0, + 728.0, + 810.0, + 735.0, + 801.0, + 735.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 723.0, + 915.0, + 723.0, + 915.0, + 737.0, + 902.0, + 737.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 721.0, + 968.0, + 721.0, + 968.0, + 738.0, + 951.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 720.0, + 1020.0, + 720.0, + 1020.0, + 738.0, + 1002.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 721.0, + 1070.0, + 721.0, + 1070.0, + 738.0, + 1054.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1105.0, + 721.0, + 1121.0, + 721.0, + 1121.0, + 738.0, + 1105.0, + 738.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 720.0, + 1177.0, + 720.0, + 1177.0, + 739.0, + 1153.0, + 739.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1207.0, + 723.0, + 1219.0, + 723.0, + 1219.0, + 736.0, + 1207.0, + 736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 646.0, + 733.0, + 701.0, + 733.0, + 701.0, + 757.0, + 646.0, + 757.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 731.0, + 1079.0, + 731.0, + 1079.0, + 759.0, + 1020.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.75, + 450.5, + 1219.75, + 450.5, + 1219.75, + 462.0, + 1209.75, + 462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 925.75, + 614.5, + 1125.75, + 614.5, + 1125.75, + 705.5, + 925.75, + 705.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1008.0, + 646.0, + 1008.0, + 646.0, + 1031.0, + 627.0, + 1031.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 1010.0, + 1173.0, + 1010.0, + 1173.0, + 1030.0, + 1154.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 929.0, + 1012.0, + 945.0, + 1012.0, + 945.0, + 1029.0, + 929.0, + 1029.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 1016.0, + 928.0, + 1016.0, + 928.0, + 1237.0, + 630.0, + 1237.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1367.0, + 1017.0, + 1392.0, + 1017.0, + 1392.0, + 1030.0, + 1367.0, + 1030.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 328.0, + 1026.0, + 638.0, + 1026.0, + 638.0, + 1229.0, + 328.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1028.0, + 960.0, + 1028.0, + 960.0, + 1047.0, + 937.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 1040.0, + 353.0, + 1040.0, + 353.0, + 1053.0, + 334.0, + 1053.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 643.0, + 1040.0, + 656.0, + 1040.0, + 656.0, + 1049.0, + 643.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 1071.0, + 354.0, + 1071.0, + 354.0, + 1085.0, + 333.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 1068.0, + 662.0, + 1068.0, + 662.0, + 1085.0, + 637.0, + 1085.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1064.0, + 960.0, + 1064.0, + 960.0, + 1080.0, + 936.0, + 1080.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1060.0, + 1177.0, + 1060.0, + 1177.0, + 1079.0, + 1152.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 1101.0, + 354.0, + 1101.0, + 354.0, + 1146.0, + 333.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 636.0, + 1098.0, + 662.0, + 1098.0, + 662.0, + 1149.0, + 636.0, + 1149.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1097.0, + 962.0, + 1097.0, + 962.0, + 1146.0, + 936.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1095.0, + 1178.0, + 1095.0, + 1178.0, + 1146.0, + 1152.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1385.0, + 1102.0, + 1402.0, + 1102.0, + 1402.0, + 1146.0, + 1385.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 1163.0, + 354.0, + 1163.0, + 354.0, + 1177.0, + 333.0, + 1177.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 1165.0, + 660.0, + 1165.0, + 660.0, + 1178.0, + 639.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1165.0, + 960.0, + 1165.0, + 960.0, + 1182.0, + 936.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1164.0, + 1178.0, + 1164.0, + 1178.0, + 1181.0, + 1152.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 1195.0, + 353.0, + 1195.0, + 353.0, + 1207.0, + 333.0, + 1207.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 437.0, + 1208.0, + 448.0, + 1208.0, + 448.0, + 1219.0, + 437.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 1207.0, + 584.0, + 1207.0, + 584.0, + 1220.0, + 568.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 641.0, + 1196.0, + 658.0, + 1196.0, + 658.0, + 1209.0, + 641.0, + 1209.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 754.0, + 1211.0, + 763.0, + 1211.0, + 763.0, + 1220.0, + 754.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 840.0, + 1211.0, + 850.0, + 1211.0, + 850.0, + 1220.0, + 840.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 1208.0, + 897.0, + 1208.0, + 897.0, + 1221.0, + 880.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 937.0, + 1199.0, + 964.0, + 1199.0, + 964.0, + 1223.0, + 937.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1211.0, + 1029.0, + 1211.0, + 1029.0, + 1221.0, + 1020.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1211.0, + 1060.0, + 1211.0, + 1060.0, + 1221.0, + 1050.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1080.0, + 1211.0, + 1092.0, + 1211.0, + 1092.0, + 1221.0, + 1080.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1106.0, + 1209.0, + 1128.0, + 1209.0, + 1128.0, + 1223.0, + 1106.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1133.0, + 1197.0, + 1184.0, + 1197.0, + 1184.0, + 1225.0, + 1133.0, + 1225.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1213.0, + 1246.0, + 1213.0, + 1246.0, + 1219.0, + 1240.0, + 1219.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1269.0, + 1211.0, + 1280.0, + 1211.0, + 1280.0, + 1221.0, + 1269.0, + 1221.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1300.0, + 1212.0, + 1310.0, + 1212.0, + 1310.0, + 1220.0, + 1300.0, + 1220.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1209.0, + 1347.0, + 1209.0, + 1347.0, + 1223.0, + 1327.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 1209.0, + 1374.0, + 1209.0, + 1374.0, + 1223.0, + 1356.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 432.0, + 1219.0, + 494.0, + 1219.0, + 494.0, + 1248.0, + 432.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 1219.0, + 812.0, + 1219.0, + 812.0, + 1248.0, + 753.0, + 1248.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1026.0, + 1221.0, + 1085.0, + 1221.0, + 1085.0, + 1245.0, + 1026.0, + 1245.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1246.0, + 1221.0, + 1303.0, + 1221.0, + 1303.0, + 1246.0, + 1246.0, + 1246.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 1212.0, + 721.0, + 1212.0, + 721.0, + 1217.0, + 709.0, + 1217.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1294.0, + 1403.0, + 1294.0, + 1403.0, + 1328.0, + 296.0, + 1328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1325.0, + 1403.0, + 1325.0, + 1403.0, + 1356.0, + 296.0, + 1356.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 1403.0, + 1353.0, + 1403.0, + 1390.0, + 293.0, + 1390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 790.0, + 1404.0, + 790.0, + 1404.0, + 826.0, + 294.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 822.0, + 1343.0, + 822.0, + 1343.0, + 858.0, + 294.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 853.0, + 349.0, + 853.0, + 349.0, + 888.0, + 294.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 853.0, + 729.0, + 853.0, + 729.0, + 888.0, + 445.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 803.0, + 853.0, + 934.0, + 853.0, + 934.0, + 888.0, + 803.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 980.0, + 853.0, + 1406.0, + 853.0, + 1406.0, + 888.0, + 980.0, + 888.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 881.0, + 1406.0, + 881.0, + 1406.0, + 921.0, + 291.0, + 921.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 914.0, + 552.0, + 914.0, + 552.0, + 949.0, + 294.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 579.0, + 914.0, + 1308.0, + 914.0, + 1308.0, + 949.0, + 579.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1393.0, + 914.0, + 1409.0, + 914.0, + 1409.0, + 949.0, + 1393.0, + 949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 944.0, + 1232.0, + 944.0, + 1232.0, + 980.0, + 295.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1702.0, + 1166.0, + 1702.0, + 1166.0, + 1742.0, + 293.0, + 1742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.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": [ + 292.0, + 1443.0, + 1405.0, + 1443.0, + 1405.0, + 1479.0, + 292.0, + 1479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1474.0, + 645.0, + 1474.0, + 645.0, + 1511.0, + 292.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 1474.0, + 1407.0, + 1474.0, + 1407.0, + 1511.0, + 703.0, + 1511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1506.0, + 1405.0, + 1506.0, + 1405.0, + 1540.0, + 295.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1537.0, + 1406.0, + 1537.0, + 1406.0, + 1571.0, + 295.0, + 1571.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1565.0, + 1406.0, + 1565.0, + 1406.0, + 1602.0, + 294.0, + 1602.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1598.0, + 1406.0, + 1598.0, + 1406.0, + 1633.0, + 295.0, + 1633.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1628.0, + 714.0, + 1628.0, + 714.0, + 1662.0, + 295.0, + 1662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1770.0, + 1404.0, + 1770.0, + 1404.0, + 1808.0, + 293.0, + 1808.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1802.0, + 1408.0, + 1802.0, + 1408.0, + 1838.0, + 294.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 1405.0, + 1833.0, + 1405.0, + 1871.0, + 293.0, + 1871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1862.0, + 398.0, + 1862.0, + 398.0, + 1904.0, + 293.0, + 1904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1910.0, + 1409.0, + 1910.0, + 1409.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1942.0, + 1404.0, + 1942.0, + 1404.0, + 1975.0, + 295.0, + 1975.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2006.0, + 293.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 1402.0, + 2003.0, + 1402.0, + 2035.0, + 295.0, + 2035.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 7, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 842, + 1404, + 842, + 1404, + 1086, + 298, + 1086 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1637, + 1405, + 1637, + 1405, + 2033, + 298, + 2033 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1404, + 230, + 1404, + 566, + 298, + 566 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 298, + 1301, + 1404, + 1301, + 1404, + 1484, + 298, + 1484 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 581, + 1404, + 581, + 1404, + 827, + 298, + 827 + ], + "score": 0.979 + }, + { + "category_id": 1, + "poly": [ + 298, + 1101, + 1403, + 1101, + 1403, + 1286, + 298, + 1286 + ], + "score": 0.979 + }, + { + "category_id": 0, + "poly": [ + 298, + 1552, + 990, + 1552, + 990, + 1589, + 298, + 1589 + ], + "score": 0.908 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 840, + 2088, + 858, + 2088, + 858, + 2111, + 840, + 2111 + ], + "score": 0.786 + }, + { + "category_id": 13, + "poly": [ + 468, + 734, + 570, + 734, + 570, + 768, + 468, + 768 + ], + "score": 0.93, + "latex": "H ( X | T )" + }, + { + "category_id": 13, + "poly": [ + 1302, + 736, + 1403, + 736, + 1403, + 768, + 1302, + 768 + ], + "score": 0.93, + "latex": "H ( X | T )" + }, + { + "category_id": 13, + "poly": [ + 721, + 413, + 823, + 413, + 823, + 447, + 721, + 447 + ], + "score": 0.93, + "latex": "H ( X | T )" + }, + { + "category_id": 13, + "poly": [ + 1213, + 1760, + 1287, + 1760, + 1287, + 1791, + 1213, + 1791 + ], + "score": 0.93, + "latex": "X _ { i r r e l }" + }, + { + "category_id": 13, + "poly": [ + 1198, + 445, + 1290, + 445, + 1290, + 477, + 1198, + 477 + ], + "score": 0.92, + "latex": "I ( T ; Y )" + }, + { + "category_id": 13, + "poly": [ + 372, + 1821, + 446, + 1821, + 446, + 1852, + 372, + 1852 + ], + "score": 0.91, + "latex": "X _ { i r r e l }" + }, + { + "category_id": 13, + "poly": [ + 1098, + 507, + 1190, + 507, + 1190, + 538, + 1098, + 538 + ], + "score": 0.91, + "latex": "I ( T ; Y )" + }, + { + "category_id": 13, + "poly": [ + 522, + 504, + 869, + 504, + 869, + 538, + 522, + 538 + ], + "score": 0.91, + "latex": "I ( X ; T ) \\mathrel { \\mathop : } = H ( X ) - \\bar { H } ( X | \\dot { T } )" + }, + { + "category_id": 13, + "poly": [ + 801, + 1821, + 856, + 1821, + 856, + 1851, + 801, + 1851 + ], + "score": 0.91, + "latex": "X _ { r e l }" + }, + { + "category_id": 13, + "poly": [ + 767, + 1760, + 823, + 1760, + 823, + 1790, + 767, + 1790 + ], + "score": 0.91, + "latex": "X _ { r e l }" + }, + { + "category_id": 13, + "poly": [ + 813, + 474, + 887, + 474, + 887, + 507, + 813, + 507 + ], + "score": 0.9, + "latex": "H ( X )" + }, + { + "category_id": 13, + "poly": [ + 363, + 1761, + 392, + 1761, + 392, + 1787, + 363, + 1787 + ], + "score": 0.79, + "latex": "X" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1549.0, + 995.0, + 1549.0, + 995.0, + 1595.0, + 292.0, + 1595.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": [ + 839.0, + 2087.0, + 860.0, + 2087.0, + 860.0, + 2117.0, + 839.0, + 2117.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 839.0, + 1406.0, + 839.0, + 1406.0, + 878.0, + 292.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 873.0, + 1405.0, + 873.0, + 1405.0, + 905.0, + 292.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 904.0, + 1404.0, + 904.0, + 1404.0, + 938.0, + 294.0, + 938.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 934.0, + 1405.0, + 934.0, + 1405.0, + 968.0, + 294.0, + 968.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 963.0, + 1409.0, + 963.0, + 1409.0, + 999.0, + 292.0, + 999.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 995.0, + 1406.0, + 995.0, + 1406.0, + 1028.0, + 296.0, + 1028.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1025.0, + 1406.0, + 1025.0, + 1406.0, + 1058.0, + 294.0, + 1058.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1054.0, + 430.0, + 1054.0, + 430.0, + 1092.0, + 292.0, + 1092.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1635.0, + 1405.0, + 1635.0, + 1405.0, + 1672.0, + 295.0, + 1672.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1666.0, + 1409.0, + 1666.0, + 1409.0, + 1705.0, + 293.0, + 1705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1697.0, + 1405.0, + 1697.0, + 1405.0, + 1734.0, + 293.0, + 1734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1728.0, + 1405.0, + 1728.0, + 1405.0, + 1764.0, + 295.0, + 1764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1761.0, + 362.0, + 1761.0, + 362.0, + 1794.0, + 296.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 393.0, + 1761.0, + 766.0, + 1761.0, + 766.0, + 1794.0, + 393.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 1761.0, + 1212.0, + 1761.0, + 1212.0, + 1794.0, + 824.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 1761.0, + 1406.0, + 1761.0, + 1406.0, + 1794.0, + 1288.0, + 1794.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1787.0, + 1403.0, + 1787.0, + 1403.0, + 1825.0, + 295.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1820.0, + 371.0, + 1820.0, + 371.0, + 1856.0, + 293.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 447.0, + 1820.0, + 800.0, + 1820.0, + 800.0, + 1856.0, + 447.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 857.0, + 1820.0, + 1406.0, + 1820.0, + 1406.0, + 1856.0, + 857.0, + 1856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1851.0, + 1407.0, + 1851.0, + 1407.0, + 1887.0, + 295.0, + 1887.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1879.0, + 1406.0, + 1879.0, + 1406.0, + 1918.0, + 291.0, + 1918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1911.0, + 1406.0, + 1911.0, + 1406.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1941.0, + 1403.0, + 1941.0, + 1403.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1971.0, + 1405.0, + 1971.0, + 1405.0, + 2008.0, + 293.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2002.0, + 1403.0, + 2002.0, + 1403.0, + 2039.0, + 295.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 232.0, + 1402.0, + 232.0, + 1402.0, + 263.0, + 296.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 262.0, + 1406.0, + 262.0, + 1406.0, + 295.0, + 293.0, + 295.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 291.0, + 1406.0, + 291.0, + 1406.0, + 326.0, + 294.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 322.0, + 1404.0, + 322.0, + 1404.0, + 357.0, + 294.0, + 357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 351.0, + 1406.0, + 351.0, + 1406.0, + 388.0, + 293.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 381.0, + 1404.0, + 381.0, + 1404.0, + 419.0, + 293.0, + 419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 414.0, + 720.0, + 414.0, + 720.0, + 449.0, + 294.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 414.0, + 1406.0, + 414.0, + 1406.0, + 449.0, + 824.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 444.0, + 1197.0, + 444.0, + 1197.0, + 477.0, + 293.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1291.0, + 444.0, + 1405.0, + 444.0, + 1405.0, + 477.0, + 1291.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 475.0, + 812.0, + 475.0, + 812.0, + 509.0, + 293.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 475.0, + 1405.0, + 475.0, + 1405.0, + 509.0, + 888.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 503.0, + 521.0, + 503.0, + 521.0, + 542.0, + 292.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 503.0, + 1097.0, + 503.0, + 1097.0, + 542.0, + 870.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 503.0, + 1406.0, + 503.0, + 1406.0, + 542.0, + 1191.0, + 542.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 532.0, + 499.0, + 532.0, + 499.0, + 570.0, + 294.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1336.0, + 293.0, + 1336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1331.0, + 1404.0, + 1331.0, + 1404.0, + 1366.0, + 294.0, + 1366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1361.0, + 1405.0, + 1361.0, + 1405.0, + 1400.0, + 293.0, + 1400.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1393.0, + 1408.0, + 1393.0, + 1408.0, + 1428.0, + 294.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1424.0, + 1406.0, + 1424.0, + 1406.0, + 1459.0, + 294.0, + 1459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1454.0, + 818.0, + 1454.0, + 818.0, + 1486.0, + 296.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 583.0, + 1406.0, + 583.0, + 1406.0, + 616.0, + 296.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 610.0, + 1405.0, + 610.0, + 1405.0, + 650.0, + 292.0, + 650.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 643.0, + 1402.0, + 643.0, + 1402.0, + 676.0, + 294.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 674.0, + 1404.0, + 674.0, + 1404.0, + 708.0, + 294.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 702.0, + 1406.0, + 702.0, + 1406.0, + 740.0, + 293.0, + 740.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 734.0, + 467.0, + 734.0, + 467.0, + 771.0, + 293.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 571.0, + 734.0, + 1301.0, + 734.0, + 1301.0, + 771.0, + 571.0, + 771.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 763.0, + 1408.0, + 763.0, + 1408.0, + 801.0, + 292.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 797.0, + 1150.0, + 797.0, + 1150.0, + 830.0, + 296.0, + 830.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1101.0, + 1404.0, + 1101.0, + 1404.0, + 1135.0, + 294.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1134.0, + 1404.0, + 1134.0, + 1404.0, + 1166.0, + 296.0, + 1166.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1163.0, + 1405.0, + 1163.0, + 1405.0, + 1199.0, + 294.0, + 1199.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1193.0, + 1407.0, + 1193.0, + 1407.0, + 1229.0, + 294.0, + 1229.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1224.0, + 1407.0, + 1224.0, + 1407.0, + 1260.0, + 294.0, + 1260.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1255.0, + 1128.0, + 1255.0, + 1128.0, + 1290.0, + 294.0, + 1290.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 8, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 912, + 1405, + 912, + 1405, + 1525, + 298, + 1525 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 299, + 1620, + 1403, + 1620, + 1403, + 1864, + 299, + 1864 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 302, + 223, + 1397, + 223, + 1397, + 471, + 302, + 471 + ], + "score": 0.967 + }, + { + "category_id": 4, + "poly": [ + 296, + 509, + 1405, + 509, + 1405, + 662, + 296, + 662 + ], + "score": 0.946 + }, + { + "category_id": 1, + "poly": [ + 298, + 729, + 1400, + 729, + 1400, + 790, + 298, + 790 + ], + "score": 0.945 + }, + { + "category_id": 1, + "poly": [ + 297, + 1972, + 1401, + 1972, + 1401, + 2033, + 297, + 2033 + ], + "score": 0.915 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.888 + }, + { + "category_id": 0, + "poly": [ + 299, + 841, + 529, + 841, + 529, + 876, + 299, + 876 + ], + "score": 0.882 + }, + { + "category_id": 0, + "poly": [ + 301, + 1567, + 557, + 1567, + 557, + 1594, + 301, + 1594 + ], + "score": 0.848 + }, + { + "category_id": 2, + "poly": [ + 836, + 2089, + 864, + 2089, + 864, + 2112, + 836, + 2112 + ], + "score": 0.825 + }, + { + "category_id": 0, + "poly": [ + 300, + 1917, + 488, + 1917, + 488, + 1949, + 300, + 1949 + ], + "score": 0.796 + }, + { + "category_id": 15, + "poly": [ + 303.0, + 226.0, + 328.0, + 226.0, + 328.0, + 254.0, + 303.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 226.0, + 684.0, + 226.0, + 684.0, + 254.0, + 660.0, + 254.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1040.0, + 225.0, + 1065.0, + 225.0, + 1065.0, + 255.0, + 1040.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 392.0, + 245.0, + 560.0, + 245.0, + 560.0, + 266.0, + 392.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 620.0, + 243.0, + 650.0, + 243.0, + 650.0, + 261.0, + 620.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 751.0, + 245.0, + 935.0, + 245.0, + 935.0, + 266.0, + 751.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 243.0, + 1019.0, + 243.0, + 1019.0, + 261.0, + 989.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1113.0, + 245.0, + 1305.0, + 245.0, + 1305.0, + 266.0, + 1113.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 242.0, + 1387.0, + 242.0, + 1387.0, + 264.0, + 1355.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 964.0, + 267.0, + 976.0, + 267.0, + 976.0, + 278.0, + 964.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 276.0, + 329.0, + 276.0, + 329.0, + 282.0, + 323.0, + 282.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 273.0, + 1067.0, + 273.0, + 1067.0, + 284.0, + 1056.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 316.0, + 330.0, + 316.0, + 330.0, + 325.0, + 322.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 690.0, + 316.0, + 700.0, + 316.0, + 700.0, + 325.0, + 690.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 314.0, + 1067.0, + 314.0, + 1067.0, + 325.0, + 1056.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 307.0, + 335.0, + 335.0, + 335.0, + 335.0, + 374.0, + 307.0, + 374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 639.0, + 325.0, + 660.0, + 325.0, + 660.0, + 380.0, + 639.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 673.0, + 335.0, + 706.0, + 335.0, + 706.0, + 375.0, + 673.0, + 375.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1005.0, + 324.0, + 1030.0, + 324.0, + 1030.0, + 381.0, + 1005.0, + 381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1034.0, + 334.0, + 1072.0, + 334.0, + 1072.0, + 372.0, + 1034.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1375.0, + 325.0, + 1396.0, + 325.0, + 1396.0, + 380.0, + 1375.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 394.0, + 1067.0, + 394.0, + 1067.0, + 405.0, + 1056.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 436.0, + 1069.0, + 436.0, + 1069.0, + 446.0, + 1056.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 372.0, + 447.0, + 381.0, + 447.0, + 381.0, + 457.0, + 372.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 447.0, + 441.0, + 447.0, + 441.0, + 458.0, + 429.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 545.0, + 447.0, + 557.0, + 447.0, + 557.0, + 458.0, + 545.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 630.0, + 445.0, + 642.0, + 445.0, + 642.0, + 457.0, + 630.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 447.0, + 735.0, + 447.0, + 735.0, + 457.0, + 725.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 447.0, + 796.0, + 447.0, + 796.0, + 458.0, + 785.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 821.0, + 451.0, + 867.0, + 451.0, + 867.0, + 471.0, + 821.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 906.0, + 447.0, + 917.0, + 447.0, + 917.0, + 458.0, + 906.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 965.0, + 447.0, + 976.0, + 447.0, + 976.0, + 458.0, + 965.0, + 458.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 998.0, + 444.0, + 1011.0, + 444.0, + 1011.0, + 459.0, + 998.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 446.0, + 1105.0, + 446.0, + 1105.0, + 459.0, + 1086.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1126.0, + 446.0, + 1146.0, + 446.0, + 1146.0, + 459.0, + 1126.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 446.0, + 1235.0, + 446.0, + 1235.0, + 471.0, + 1166.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 446.0, + 1268.0, + 446.0, + 1268.0, + 459.0, + 1247.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1288.0, + 446.0, + 1309.0, + 446.0, + 1309.0, + 459.0, + 1288.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1332.0, + 447.0, + 1347.0, + 447.0, + 1347.0, + 457.0, + 1332.0, + 457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1365.0, + 445.0, + 1377.0, + 445.0, + 1377.0, + 456.0, + 1365.0, + 456.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 272.5, + 613.0, + 272.5, + 613.0, + 279.5, + 588.0, + 279.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 449.0, + 444.5, + 508.0, + 444.5, + 508.0, + 473.5, + 449.0, + 473.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 508.0, + 1406.0, + 508.0, + 1406.0, + 546.0, + 293.0, + 546.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 538.0, + 1407.0, + 538.0, + 1407.0, + 576.0, + 291.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 568.0, + 1405.0, + 568.0, + 1405.0, + 604.0, + 294.0, + 604.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 597.0, + 1406.0, + 597.0, + 1406.0, + 638.0, + 293.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 632.0, + 551.0, + 632.0, + 551.0, + 665.0, + 295.0, + 665.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 838.0, + 535.0, + 838.0, + 535.0, + 883.0, + 292.0, + 883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 299.0, + 1568.0, + 557.0, + 1568.0, + 557.0, + 1596.0, + 299.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 869.0, + 2085.0, + 869.0, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1917.0, + 490.0, + 1917.0, + 490.0, + 1953.0, + 296.0, + 1953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 913.0, + 1406.0, + 913.0, + 1406.0, + 950.0, + 295.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 946.0, + 1408.0, + 946.0, + 1408.0, + 981.0, + 295.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 977.0, + 1405.0, + 977.0, + 1405.0, + 1011.0, + 293.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1007.0, + 1405.0, + 1007.0, + 1405.0, + 1041.0, + 295.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1037.0, + 1405.0, + 1037.0, + 1405.0, + 1071.0, + 293.0, + 1071.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1069.0, + 1406.0, + 1069.0, + 1406.0, + 1102.0, + 292.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1098.0, + 1405.0, + 1098.0, + 1405.0, + 1133.0, + 295.0, + 1133.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1128.0, + 1405.0, + 1128.0, + 1405.0, + 1163.0, + 295.0, + 1163.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1159.0, + 1405.0, + 1159.0, + 1405.0, + 1194.0, + 295.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1191.0, + 1403.0, + 1191.0, + 1403.0, + 1222.0, + 296.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1220.0, + 1405.0, + 1220.0, + 1405.0, + 1253.0, + 293.0, + 1253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1249.0, + 1405.0, + 1249.0, + 1405.0, + 1284.0, + 293.0, + 1284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1280.0, + 1405.0, + 1280.0, + 1405.0, + 1315.0, + 293.0, + 1315.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1309.0, + 1405.0, + 1309.0, + 1405.0, + 1345.0, + 293.0, + 1345.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1340.0, + 1405.0, + 1340.0, + 1405.0, + 1378.0, + 293.0, + 1378.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1372.0, + 1405.0, + 1372.0, + 1405.0, + 1407.0, + 293.0, + 1407.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1403.0, + 1405.0, + 1403.0, + 1405.0, + 1438.0, + 295.0, + 1438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1433.0, + 1405.0, + 1433.0, + 1405.0, + 1467.0, + 295.0, + 1467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1464.0, + 1408.0, + 1464.0, + 1408.0, + 1498.0, + 295.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1493.0, + 789.0, + 1493.0, + 789.0, + 1528.0, + 295.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1619.0, + 1403.0, + 1619.0, + 1403.0, + 1655.0, + 294.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1650.0, + 1405.0, + 1650.0, + 1405.0, + 1686.0, + 294.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1680.0, + 1404.0, + 1680.0, + 1404.0, + 1716.0, + 293.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1712.0, + 1404.0, + 1712.0, + 1404.0, + 1746.0, + 294.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1742.0, + 1405.0, + 1742.0, + 1405.0, + 1778.0, + 293.0, + 1778.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1771.0, + 1405.0, + 1771.0, + 1405.0, + 1807.0, + 293.0, + 1807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1804.0, + 1405.0, + 1804.0, + 1405.0, + 1838.0, + 295.0, + 1838.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1833.0, + 1063.0, + 1833.0, + 1063.0, + 1866.0, + 294.0, + 1866.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 728.0, + 1404.0, + 728.0, + 1404.0, + 763.0, + 296.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 758.0, + 781.0, + 758.0, + 781.0, + 795.0, + 294.0, + 795.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1969.0, + 1403.0, + 1969.0, + 1403.0, + 2008.0, + 295.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 2001.0, + 776.0, + 2001.0, + 776.0, + 2035.0, + 322.0, + 2035.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 9, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 2, + "poly": [ + 299, + 74, + 816, + 74, + 816, + 106, + 299, + 106 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2114, + 835, + 2114 + ], + "score": 0.599 + }, + { + "category_id": 1, + "poly": [ + 286, + 147, + 1410, + 147, + 1410, + 2043, + 286, + 2043 + ], + "score": 0.558 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 862, + 2088, + 862, + 2113, + 835, + 2113 + ], + "score": 0.488 + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 109.0, + 295.0, + 109.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 831.0, + 2124.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": [ + 296.0, + 232.0, + 1409.0, + 232.0, + 1409.0, + 265.0, + 296.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 261.0, + 776.0, + 261.0, + 776.0, + 299.0, + 317.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 317.0, + 1405.0, + 317.0, + 1405.0, + 351.0, + 296.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 349.0, + 1014.0, + 349.0, + 1014.0, + 382.0, + 321.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 398.0, + 1407.0, + 398.0, + 1407.0, + 440.0, + 289.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 430.0, + 952.0, + 430.0, + 952.0, + 469.0, + 319.0, + 469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 488.0, + 1405.0, + 488.0, + 1405.0, + 521.0, + 293.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 519.0, + 1071.0, + 519.0, + 1071.0, + 552.0, + 321.0, + 552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 571.0, + 1409.0, + 571.0, + 1409.0, + 611.0, + 293.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 600.0, + 1203.0, + 600.0, + 1203.0, + 644.0, + 315.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 654.0, + 1411.0, + 654.0, + 1411.0, + 696.0, + 291.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 315.0, + 688.0, + 995.0, + 688.0, + 995.0, + 725.0, + 315.0, + 725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 289.0, + 742.0, + 1409.0, + 742.0, + 1409.0, + 783.0, + 289.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 775.0, + 780.0, + 775.0, + 780.0, + 814.0, + 319.0, + 814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 831.0, + 1407.0, + 831.0, + 1407.0, + 864.0, + 293.0, + 864.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 860.0, + 1411.0, + 860.0, + 1411.0, + 900.0, + 319.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 891.0, + 527.0, + 891.0, + 527.0, + 925.0, + 323.0, + 925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 947.0, + 1403.0, + 947.0, + 1403.0, + 981.0, + 293.0, + 981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 976.0, + 937.0, + 976.0, + 937.0, + 1016.0, + 319.0, + 1016.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1033.0, + 1403.0, + 1033.0, + 1403.0, + 1066.0, + 296.0, + 1066.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1062.0, + 1196.0, + 1062.0, + 1196.0, + 1101.0, + 317.0, + 1101.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1118.0, + 1407.0, + 1118.0, + 1407.0, + 1151.0, + 293.0, + 1151.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1145.0, + 1409.0, + 1145.0, + 1409.0, + 1189.0, + 317.0, + 1189.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1174.0, + 536.0, + 1174.0, + 536.0, + 1214.0, + 322.0, + 1214.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1232.0, + 1403.0, + 1232.0, + 1403.0, + 1265.0, + 293.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1265.0, + 986.0, + 1265.0, + 986.0, + 1299.0, + 319.0, + 1299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1317.0, + 1411.0, + 1317.0, + 1411.0, + 1357.0, + 291.0, + 1357.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1347.0, + 402.0, + 1347.0, + 402.0, + 1388.0, + 317.0, + 1388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1401.0, + 1407.0, + 1401.0, + 1407.0, + 1442.0, + 291.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1434.0, + 614.0, + 1434.0, + 614.0, + 1471.0, + 317.0, + 1471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1486.0, + 1409.0, + 1486.0, + 1409.0, + 1527.0, + 291.0, + 1527.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1521.0, + 525.0, + 1521.0, + 525.0, + 1554.0, + 323.0, + 1554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1577.0, + 1405.0, + 1577.0, + 1405.0, + 1611.0, + 296.0, + 1611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1602.0, + 1315.0, + 1602.0, + 1315.0, + 1642.0, + 319.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1656.0, + 1407.0, + 1656.0, + 1407.0, + 1700.0, + 291.0, + 1700.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1694.0, + 748.0, + 1694.0, + 748.0, + 1727.0, + 319.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1748.0, + 1228.0, + 1748.0, + 1228.0, + 1781.0, + 298.0, + 1781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1800.0, + 1407.0, + 1800.0, + 1407.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 319.0, + 1831.0, + 1039.0, + 1831.0, + 1039.0, + 1868.0, + 319.0, + 1868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1885.0, + 1405.0, + 1885.0, + 1405.0, + 1925.0, + 293.0, + 1925.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1920.0, + 1139.0, + 1920.0, + 1139.0, + 1954.0, + 323.0, + 1954.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1970.0, + 1409.0, + 1970.0, + 1409.0, + 2010.0, + 291.0, + 2010.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 2006.0, + 721.0, + 2006.0, + 721.0, + 2039.0, + 323.0, + 2039.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 10, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1787, + 1404, + 1787, + 1404, + 2034, + 297, + 2034 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 468, + 1241, + 1224, + 1241, + 1224, + 1535, + 468, + 1535 + ], + "score": 0.97 + }, + { + "category_id": 1, + "poly": [ + 301, + 1186, + 1399, + 1186, + 1399, + 1221, + 301, + 1221 + ], + "score": 0.922 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 816, + 75, + 816, + 105, + 299, + 105 + ], + "score": 0.891 + }, + { + "category_id": 4, + "poly": [ + 293, + 1576, + 1406, + 1576, + 1406, + 1641, + 293, + 1641 + ], + "score": 0.874 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.851 + }, + { + "category_id": 0, + "poly": [ + 301, + 1118, + 1109, + 1118, + 1109, + 1154, + 301, + 1154 + ], + "score": 0.813 + }, + { + "category_id": 0, + "poly": [ + 304, + 1680, + 1343, + 1680, + 1343, + 1754, + 304, + 1754 + ], + "score": 0.707 + }, + { + "category_id": 1, + "poly": [ + 291, + 228, + 1409, + 228, + 1409, + 1062, + 291, + 1062 + ], + "score": 0.697 + }, + { + "category_id": 1, + "poly": [ + 304, + 1680, + 1343, + 1680, + 1343, + 1754, + 304, + 1754 + ], + "score": 0.242 + }, + { + "category_id": 1, + "poly": [ + 301, + 1118, + 1109, + 1118, + 1109, + 1154, + 301, + 1154 + ], + "score": 0.102 + }, + { + "category_id": 13, + "poly": [ + 1356, + 1577, + 1398, + 1577, + 1398, + 1606, + 1356, + 1606 + ], + "score": 0.32, + "latex": "1 \\textbf { B }" + }, + { + "category_id": 13, + "poly": [ + 1040, + 1944, + 1060, + 1944, + 1060, + 1970, + 1040, + 1970 + ], + "score": 0.29, + "latex": "\\mathbf { k }" + }, + { + "category_id": 15, + "poly": [ + 470.0, + 1242.0, + 490.0, + 1242.0, + 490.0, + 1265.0, + 470.0, + 1265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 1240.0, + 883.0, + 1240.0, + 883.0, + 1267.0, + 860.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1278.0, + 520.0, + 1278.0, + 520.0, + 1446.0, + 472.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1274.0, + 823.0, + 1274.0, + 823.0, + 1302.0, + 760.0, + 1302.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1270.0, + 900.0, + 1270.0, + 900.0, + 1294.0, + 870.0, + 1294.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 1272.0, + 1219.0, + 1272.0, + 1219.0, + 1303.0, + 1151.0, + 1303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 869.0, + 1293.0, + 900.0, + 1293.0, + 900.0, + 1320.0, + 869.0, + 1320.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1310.0, + 502.0, + 1310.0, + 502.0, + 1338.0, + 472.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1319.0, + 899.0, + 1319.0, + 899.0, + 1344.0, + 870.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1341.0, + 502.0, + 1341.0, + 502.0, + 1365.0, + 472.0, + 1365.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1344.0, + 899.0, + 1344.0, + 899.0, + 1369.0, + 870.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1371.0, + 502.0, + 1371.0, + 502.0, + 1395.0, + 472.0, + 1395.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1370.0, + 899.0, + 1370.0, + 899.0, + 1393.0, + 870.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1400.0, + 501.0, + 1400.0, + 501.0, + 1425.0, + 472.0, + 1425.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1394.0, + 899.0, + 1394.0, + 899.0, + 1418.0, + 870.0, + 1418.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1418.0, + 899.0, + 1418.0, + 899.0, + 1442.0, + 870.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 1430.0, + 501.0, + 1430.0, + 501.0, + 1454.0, + 472.0, + 1454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1443.0, + 899.0, + 1443.0, + 899.0, + 1466.0, + 870.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 1459.0, + 502.0, + 1459.0, + 502.0, + 1482.0, + 473.0, + 1482.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 1460.0, + 666.0, + 1460.0, + 666.0, + 1473.0, + 603.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 1466.0, + 809.0, + 1466.0, + 809.0, + 1474.0, + 796.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1469.0, + 900.0, + 1469.0, + 900.0, + 1489.0, + 871.0, + 1489.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 1469.0, + 1204.0, + 1469.0, + 1204.0, + 1476.0, + 1189.0, + 1476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 1478.0, + 520.0, + 1478.0, + 520.0, + 1495.0, + 503.0, + 1495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 1477.0, + 560.0, + 1477.0, + 560.0, + 1514.0, + 539.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 1477.0, + 596.0, + 1477.0, + 596.0, + 1514.0, + 575.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 1477.0, + 633.0, + 1477.0, + 633.0, + 1513.0, + 612.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 1477.0, + 671.0, + 1477.0, + 671.0, + 1513.0, + 650.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 686.0, + 1477.0, + 708.0, + 1477.0, + 708.0, + 1513.0, + 686.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 724.0, + 1477.0, + 745.0, + 1477.0, + 745.0, + 1514.0, + 724.0, + 1514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 761.0, + 1477.0, + 783.0, + 1477.0, + 783.0, + 1513.0, + 761.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 1477.0, + 819.0, + 1477.0, + 819.0, + 1513.0, + 798.0, + 1513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 1480.0, + 917.0, + 1480.0, + 917.0, + 1498.0, + 899.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 935.0, + 1479.0, + 956.0, + 1479.0, + 956.0, + 1518.0, + 935.0, + 1518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 971.0, + 1480.0, + 993.0, + 1480.0, + 993.0, + 1517.0, + 971.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1008.0, + 1480.0, + 1030.0, + 1480.0, + 1030.0, + 1517.0, + 1008.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1045.0, + 1479.0, + 1067.0, + 1479.0, + 1067.0, + 1517.0, + 1045.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1082.0, + 1480.0, + 1104.0, + 1480.0, + 1104.0, + 1517.0, + 1082.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1118.0, + 1480.0, + 1140.0, + 1480.0, + 1140.0, + 1517.0, + 1118.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 1480.0, + 1177.0, + 1480.0, + 1177.0, + 1517.0, + 1156.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 1480.0, + 1214.0, + 1480.0, + 1214.0, + 1517.0, + 1193.0, + 1517.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 1509.0, + 681.0, + 1509.0, + 681.0, + 1534.0, + 622.0, + 1534.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1020.0, + 1512.0, + 1078.0, + 1512.0, + 1078.0, + 1540.0, + 1020.0, + 1540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 522.0, + 1449.5, + 583.0, + 1449.5, + 583.0, + 1469.0, + 522.0, + 1469.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 699.0, + 1461.0, + 721.0, + 1461.0, + 721.0, + 1472.5, + 699.0, + 1472.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 936.0, + 1459.5, + 954.0, + 1459.5, + 954.0, + 1471.0, + 936.0, + 1471.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": [ + 295.0, + 1576.0, + 1355.0, + 1576.0, + 1355.0, + 1612.0, + 295.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1576.0, + 1408.0, + 1576.0, + 1408.0, + 1612.0, + 1399.0, + 1612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1610.0, + 1074.0, + 1610.0, + 1074.0, + 1642.0, + 296.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1117.0, + 1111.0, + 1117.0, + 1111.0, + 1158.0, + 295.0, + 1158.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1680.0, + 1350.0, + 1680.0, + 1350.0, + 1720.0, + 294.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1725.0, + 705.0, + 1725.0, + 705.0, + 1758.0, + 352.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1786.0, + 1406.0, + 1786.0, + 1406.0, + 1825.0, + 292.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1821.0, + 1405.0, + 1821.0, + 1405.0, + 1855.0, + 295.0, + 1855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1851.0, + 1405.0, + 1851.0, + 1405.0, + 1883.0, + 293.0, + 1883.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1882.0, + 1404.0, + 1882.0, + 1404.0, + 1915.0, + 295.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1908.0, + 1406.0, + 1908.0, + 1406.0, + 1949.0, + 292.0, + 1949.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1943.0, + 1039.0, + 1943.0, + 1039.0, + 1977.0, + 295.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 1943.0, + 1406.0, + 1943.0, + 1406.0, + 1977.0, + 1061.0, + 1977.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1973.0, + 1405.0, + 1973.0, + 1405.0, + 2007.0, + 295.0, + 2007.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2003.0, + 902.0, + 2003.0, + 902.0, + 2036.0, + 295.0, + 2036.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1184.0, + 1404.0, + 1184.0, + 1404.0, + 1227.0, + 296.0, + 1227.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 230.0, + 1404.0, + 230.0, + 1404.0, + 266.0, + 294.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 261.0, + 1283.0, + 261.0, + 1283.0, + 299.0, + 320.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 315.0, + 1407.0, + 315.0, + 1407.0, + 351.0, + 294.0, + 351.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 345.0, + 1407.0, + 345.0, + 1407.0, + 384.0, + 321.0, + 384.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 377.0, + 823.0, + 377.0, + 823.0, + 413.0, + 320.0, + 413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 427.0, + 1406.0, + 427.0, + 1406.0, + 467.0, + 294.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 462.0, + 1408.0, + 462.0, + 1408.0, + 498.0, + 323.0, + 498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 510.0, + 1410.0, + 510.0, + 1410.0, + 551.0, + 291.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 545.0, + 398.0, + 545.0, + 398.0, + 579.0, + 321.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 595.0, + 1408.0, + 595.0, + 1408.0, + 637.0, + 292.0, + 637.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 629.0, + 785.0, + 629.0, + 785.0, + 664.0, + 322.0, + 664.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 678.0, + 1406.0, + 678.0, + 1406.0, + 724.0, + 291.0, + 724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 716.0, + 706.0, + 716.0, + 706.0, + 749.0, + 321.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 764.0, + 1408.0, + 764.0, + 1408.0, + 805.0, + 293.0, + 805.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 795.0, + 1408.0, + 795.0, + 1408.0, + 837.0, + 318.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 828.0, + 1406.0, + 828.0, + 1406.0, + 867.0, + 320.0, + 867.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 320.0, + 857.0, + 1266.0, + 857.0, + 1266.0, + 897.0, + 320.0, + 897.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 910.0, + 1408.0, + 910.0, + 1408.0, + 953.0, + 292.0, + 953.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 943.0, + 741.0, + 943.0, + 741.0, + 979.0, + 321.0, + 979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 995.0, + 1406.0, + 995.0, + 1406.0, + 1032.0, + 293.0, + 1032.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1027.0, + 1363.0, + 1027.0, + 1363.0, + 1063.0, + 318.0, + 1063.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1680.0, + 1350.0, + 1680.0, + 1350.0, + 1720.0, + 294.0, + 1720.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 352.0, + 1725.0, + 705.0, + 1725.0, + 705.0, + 1758.0, + 352.0, + 1758.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1117.0, + 1111.0, + 1117.0, + 1111.0, + 1158.0, + 295.0, + 1158.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 11, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 350, + 1405, + 350, + 1405, + 809, + 297, + 809 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1941, + 1404, + 1941, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.97 + }, + { + "category_id": 8, + "poly": [ + 538, + 1014, + 1158, + 1014, + 1158, + 1101, + 538, + 1101 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 295, + 1320, + 1407, + 1320, + 1407, + 1385, + 295, + 1385 + ], + "score": 0.945 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1717, + 1400, + 1717, + 1400, + 1748, + 1352, + 1748 + ], + "score": 0.882 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1038, + 1401, + 1038, + 1401, + 1069, + 1365, + 1069 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1365, + 1611, + 1400, + 1611, + 1400, + 1640, + 1365, + 1640 + ], + "score": 0.868 + }, + { + "category_id": 9, + "poly": [ + 1366, + 1545, + 1400, + 1545, + 1400, + 1575, + 1366, + 1575 + ], + "score": 0.867 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 816, + 74, + 816, + 105, + 299, + 105 + ], + "score": 0.862 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.838 + }, + { + "category_id": 8, + "poly": [ + 599, + 1679, + 1268, + 1679, + 1268, + 1787, + 599, + 1787 + ], + "score": 0.778 + }, + { + "category_id": 0, + "poly": [ + 299, + 229, + 824, + 229, + 824, + 262, + 299, + 262 + ], + "score": 0.625 + }, + { + "category_id": 8, + "poly": [ + 549, + 1582, + 1081, + 1582, + 1081, + 1672, + 549, + 1672 + ], + "score": 0.423 + }, + { + "category_id": 1, + "poly": [ + 299, + 229, + 824, + 229, + 824, + 262, + 299, + 262 + ], + "score": 0.282 + }, + { + "category_id": 8, + "poly": [ + 421, + 1537, + 1242, + 1537, + 1242, + 1789, + 421, + 1789 + ], + "score": 0.263 + }, + { + "category_id": 8, + "poly": [ + 430, + 1539, + 802, + 1539, + 802, + 1578, + 430, + 1578 + ], + "score": 0.137 + }, + { + "category_id": 13, + "poly": [ + 927, + 624, + 1097, + 624, + 1097, + 658, + 927, + 658 + ], + "score": 0.95, + "latex": "\\epsilon \\sim \\mathcal { N } ( \\bar { 0 } , \\bar { \\sigma ^ { 2 } } I )" + }, + { + "category_id": 14, + "poly": [ + 539, + 1015, + 1156, + 1015, + 1156, + 1104, + 539, + 1104 + ], + "score": 0.93, + "latex": "I ( T ; X ) \\leq - { \\frac { 1 } { P } } \\sum _ { i } \\log { \\frac { 1 } { P } } \\sum _ { j } \\exp \\left( - { \\frac { 1 } { 2 } } { \\frac { \\vert \\vert h _ { i } - h _ { j } \\vert \\vert _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } } \\right)" + }, + { + "category_id": 14, + "poly": [ + 423, + 1536, + 1270, + 1536, + 1270, + 1790, + 423, + 1790 + ], + "score": 0.93, + "latex": "\\begin{array} { r c l } { I ( T ; Y ) } & { = } & { { \\displaystyle H ( T ) - H ( T | Y ) } } \\\\ & { \\leq } & { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) } \\\\ & & { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\| h _ { i } - h _ { j } \\| _ { 2 } ^ { 2 } } { \\sigma ^ { 2 } } \\right) \\right] } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 297, + 1972, + 422, + 1972, + 422, + 2006, + 297, + 2006 + ], + "score": 0.92, + "latex": "p _ { l } = P _ { l } / P" + }, + { + "category_id": 13, + "poly": [ + 724, + 626, + 848, + 626, + 848, + 655, + 724, + 655 + ], + "score": 0.91, + "latex": "T = h + \\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1083, + 1973, + 1179, + 1973, + 1179, + 2004, + 1083, + 2004 + ], + "score": 0.9, + "latex": "i , Y _ { i } = l" + }, + { + "category_id": 13, + "poly": [ + 497, + 624, + 530, + 624, + 530, + 653, + 497, + 653 + ], + "score": 0.88, + "latex": "\\sigma ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 827, + 1323, + 855, + 1323, + 855, + 1352, + 827, + 1352 + ], + "score": 0.88, + "latex": "h _ { i }" + }, + { + "category_id": 13, + "poly": [ + 746, + 1944, + 775, + 1944, + 775, + 1973, + 746, + 1973 + ], + "score": 0.86, + "latex": "P _ { l }" + }, + { + "category_id": 13, + "poly": [ + 372, + 1323, + 397, + 1323, + 397, + 1349, + 372, + 1349 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 372, + 1944, + 394, + 1944, + 394, + 1970, + 372, + 1970 + ], + "score": 0.83, + "latex": "L" + }, + { + "category_id": 13, + "poly": [ + 507, + 657, + 530, + 657, + 530, + 683, + 507, + 683 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 536, + 535, + 556, + 535, + 556, + 561, + 536, + 561 + ], + "score": 0.81, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1177, + 691, + 1193, + 691, + 1193, + 713, + 1177, + 713 + ], + "score": 0.73, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 446, + 1355, + 459, + 1355, + 459, + 1380, + 446, + 1380 + ], + "score": 0.7, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 855, + 1975, + 866, + 1975, + 866, + 2000, + 855, + 2000 + ], + "score": 0.68, + "latex": "l" + }, + { + "category_id": 13, + "poly": [ + 639, + 2007, + 649, + 2007, + 649, + 2030, + 639, + 2030 + ], + "score": 0.64, + "latex": "l" + }, + { + "category_id": 13, + "poly": [ + 1385, + 1945, + 1397, + 1945, + 1397, + 1970, + 1385, + 1970 + ], + "score": 0.45, + "latex": "l" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 831.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2123.0, + 831.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 828.0, + 229.0, + 828.0, + 264.0, + 295.0, + 264.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": [ + 294.0, + 380.0, + 1405.0, + 380.0, + 1405.0, + 417.0, + 294.0, + 417.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 410.0, + 1406.0, + 410.0, + 1406.0, + 446.0, + 294.0, + 446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 442.0, + 1405.0, + 442.0, + 1405.0, + 476.0, + 294.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 471.0, + 1407.0, + 471.0, + 1407.0, + 510.0, + 294.0, + 510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 503.0, + 1405.0, + 503.0, + 1405.0, + 538.0, + 292.0, + 538.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 533.0, + 535.0, + 533.0, + 535.0, + 568.0, + 294.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 557.0, + 533.0, + 1405.0, + 533.0, + 1405.0, + 568.0, + 557.0, + 568.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 565.0, + 1403.0, + 565.0, + 1403.0, + 599.0, + 295.0, + 599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 593.0, + 1405.0, + 593.0, + 1405.0, + 629.0, + 292.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 622.0, + 496.0, + 622.0, + 496.0, + 662.0, + 291.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 622.0, + 723.0, + 622.0, + 723.0, + 662.0, + 531.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 849.0, + 622.0, + 926.0, + 622.0, + 926.0, + 662.0, + 849.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 622.0, + 1410.0, + 622.0, + 1410.0, + 662.0, + 1098.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 657.0, + 506.0, + 657.0, + 506.0, + 688.0, + 296.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 657.0, + 1403.0, + 657.0, + 1403.0, + 688.0, + 531.0, + 688.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 686.0, + 1176.0, + 686.0, + 1176.0, + 719.0, + 294.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1194.0, + 686.0, + 1405.0, + 686.0, + 1405.0, + 719.0, + 1194.0, + 719.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 714.0, + 1405.0, + 714.0, + 1405.0, + 753.0, + 294.0, + 753.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 748.0, + 1403.0, + 748.0, + 1403.0, + 783.0, + 295.0, + 783.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 777.0, + 438.0, + 777.0, + 438.0, + 810.0, + 292.0, + 810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1939.0, + 371.0, + 1939.0, + 371.0, + 1976.0, + 293.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 395.0, + 1939.0, + 745.0, + 1939.0, + 745.0, + 1976.0, + 395.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1939.0, + 1384.0, + 1939.0, + 1384.0, + 1976.0, + 776.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1939.0, + 1408.0, + 1939.0, + 1408.0, + 1976.0, + 1398.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1970.0, + 296.0, + 1970.0, + 296.0, + 2009.0, + 292.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1970.0, + 854.0, + 1970.0, + 854.0, + 2009.0, + 423.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 1970.0, + 1082.0, + 1970.0, + 1082.0, + 2009.0, + 867.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 1970.0, + 1407.0, + 1970.0, + 1407.0, + 2009.0, + 1180.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 2004.0, + 638.0, + 2004.0, + 638.0, + 2034.0, + 297.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 2004.0, + 659.0, + 2004.0, + 659.0, + 2034.0, + 650.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1318.0, + 371.0, + 1318.0, + 371.0, + 1358.0, + 294.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 398.0, + 1318.0, + 826.0, + 1318.0, + 826.0, + 1358.0, + 398.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1318.0, + 1405.0, + 1318.0, + 1405.0, + 1358.0, + 856.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1353.0, + 445.0, + 1353.0, + 445.0, + 1387.0, + 294.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 460.0, + 1353.0, + 1366.0, + 1353.0, + 1366.0, + 1387.0, + 460.0, + 1387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 229.0, + 828.0, + 229.0, + 828.0, + 264.0, + 295.0, + 264.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 12, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1432, + 1405, + 1432, + 1405, + 1679, + 297, + 1679 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 297, + 1692, + 1405, + 1692, + 1405, + 1879, + 297, + 1879 + ], + "score": 0.977 + }, + { + "category_id": 1, + "poly": [ + 297, + 1233, + 1405, + 1233, + 1405, + 1418, + 297, + 1418 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 461, + 221, + 1239, + 221, + 1239, + 929, + 461, + 929 + ], + "score": 0.976 + }, + { + "category_id": 4, + "poly": [ + 296, + 973, + 1406, + 973, + 1406, + 1219, + 296, + 1219 + ], + "score": 0.945 + }, + { + "category_id": 2, + "poly": [ + 298, + 76, + 814, + 76, + 814, + 104, + 298, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.854 + }, + { + "category_id": 13, + "poly": [ + 565, + 1324, + 671, + 1324, + 671, + 1354, + 565, + 1354 + ], + "score": 0.91, + "latex": "\\sigma ^ { 2 } = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 1235, + 1523, + 1341, + 1523, + 1341, + 1554, + 1235, + 1554 + ], + "score": 0.91, + "latex": "\\sigma ^ { 2 } = 0 . 1" + }, + { + "category_id": 13, + "poly": [ + 383, + 1465, + 775, + 1465, + 775, + 1494, + 383, + 1494 + ], + "score": 0.88, + "latex": "7 8 4 - 1 0 2 4 - 2 0 - 2 0 - 2 0 - 1 0" + }, + { + "category_id": 15, + "poly": [ + 466.0, + 224.0, + 490.0, + 224.0, + 490.0, + 250.0, + 466.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 225.0, + 838.0, + 225.0, + 838.0, + 250.0, + 818.0, + 250.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 650.0, + 247.0, + 677.0, + 247.0, + 677.0, + 261.0, + 650.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 247.0, + 1019.0, + 247.0, + 1019.0, + 261.0, + 993.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 257.0, + 516.0, + 257.0, + 516.0, + 271.0, + 495.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 257.0, + 858.0, + 257.0, + 858.0, + 271.0, + 838.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 258.0, + 1219.0, + 258.0, + 1219.0, + 269.0, + 1196.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 290.0, + 1221.0, + 290.0, + 1221.0, + 307.0, + 1192.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 312.0, + 514.0, + 312.0, + 514.0, + 328.0, + 495.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 312.0, + 857.0, + 312.0, + 857.0, + 328.0, + 837.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 325.0, + 1221.0, + 325.0, + 1221.0, + 342.0, + 1191.0, + 342.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 359.0, + 766.0, + 359.0, + 766.0, + 408.0, + 745.0, + 408.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 360.0, + 1222.0, + 360.0, + 1222.0, + 377.0, + 1191.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 467.0, + 373.0, + 494.0, + 373.0, + 494.0, + 426.0, + 467.0, + 426.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 370.0, + 513.0, + 370.0, + 513.0, + 382.0, + 495.0, + 382.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 369.0, + 857.0, + 369.0, + 857.0, + 432.0, + 809.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1192.0, + 385.0, + 1235.0, + 385.0, + 1235.0, + 423.0, + 1192.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 497.0, + 428.0, + 511.0, + 428.0, + 511.0, + 436.0, + 497.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 421.0, + 857.0, + 421.0, + 857.0, + 439.0, + 835.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 429.0, + 1221.0, + 429.0, + 1221.0, + 447.0, + 1191.0, + 447.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 691.0, + 450.0, + 704.0, + 450.0, + 704.0, + 485.0, + 691.0, + 485.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 466.0, + 1220.0, + 466.0, + 1220.0, + 480.0, + 1193.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 482.0, + 513.0, + 482.0, + 513.0, + 493.0, + 495.0, + 493.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 480.0, + 857.0, + 480.0, + 857.0, + 494.0, + 837.0, + 494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1193.0, + 500.0, + 1221.0, + 500.0, + 1221.0, + 514.0, + 1193.0, + 514.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 536.0, + 515.0, + 536.0, + 515.0, + 551.0, + 494.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 536.0, + 857.0, + 536.0, + 857.0, + 551.0, + 837.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 539.0, + 1203.0, + 539.0, + 1203.0, + 547.0, + 1196.0, + 547.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 515.0, + 549.0, + 523.0, + 549.0, + 523.0, + 559.0, + 515.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 550.0, + 572.0, + 550.0, + 572.0, + 557.0, + 563.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 551.0, + 618.0, + 551.0, + 618.0, + 556.0, + 613.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 658.0, + 548.0, + 670.0, + 548.0, + 670.0, + 560.0, + 658.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 548.0, + 719.0, + 548.0, + 719.0, + 560.0, + 707.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 548.0, + 769.0, + 548.0, + 769.0, + 560.0, + 753.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 546.0, + 818.0, + 546.0, + 818.0, + 561.0, + 799.0, + 561.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 549.0, + 865.0, + 549.0, + 865.0, + 559.0, + 856.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 907.0, + 551.0, + 912.0, + 551.0, + 912.0, + 556.0, + 907.0, + 556.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1002.0, + 549.0, + 1012.0, + 549.0, + 1012.0, + 559.0, + 1002.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 549.0, + 1059.0, + 549.0, + 1059.0, + 559.0, + 1050.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 548.0, + 1111.0, + 548.0, + 1111.0, + 560.0, + 1095.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 547.0, + 1160.0, + 547.0, + 1160.0, + 562.0, + 1143.0, + 562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 566.0, + 487.0, + 566.0, + 487.0, + 587.0, + 465.0, + 587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 559.0, + 695.0, + 559.0, + 695.0, + 589.0, + 631.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 815.0, + 562.0, + 841.0, + 562.0, + 841.0, + 589.0, + 815.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 555.0, + 1041.0, + 555.0, + 1041.0, + 589.0, + 973.0, + 589.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 600.0, + 513.0, + 600.0, + 513.0, + 612.0, + 495.0, + 612.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 584.0, + 690.0, + 584.0, + 690.0, + 607.0, + 638.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 839.0, + 600.0, + 856.0, + 600.0, + 856.0, + 611.0, + 839.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 981.0, + 584.0, + 1033.0, + 584.0, + 1033.0, + 607.0, + 981.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 597.0, + 1218.0, + 597.0, + 1218.0, + 611.0, + 1191.0, + 611.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 631.0, + 1219.0, + 631.0, + 1219.0, + 648.0, + 1190.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 492.0, + 655.0, + 514.0, + 655.0, + 514.0, + 669.0, + 492.0, + 669.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 835.0, + 655.0, + 857.0, + 655.0, + 857.0, + 670.0, + 835.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 666.0, + 1220.0, + 666.0, + 1220.0, + 683.0, + 1189.0, + 683.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 701.0, + 1220.0, + 701.0, + 1220.0, + 718.0, + 1189.0, + 718.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 465.0, + 711.0, + 512.0, + 711.0, + 512.0, + 768.0, + 465.0, + 768.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 749.0, + 708.0, + 765.0, + 708.0, + 765.0, + 742.0, + 749.0, + 742.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1217.0, + 728.0, + 1234.0, + 728.0, + 1234.0, + 766.0, + 1217.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 736.0, + 1219.0, + 736.0, + 1219.0, + 754.0, + 1189.0, + 754.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 770.0, + 511.0, + 770.0, + 511.0, + 780.0, + 494.0, + 780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1189.0, + 772.0, + 1219.0, + 772.0, + 1219.0, + 789.0, + 1189.0, + 789.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1190.0, + 807.0, + 1219.0, + 807.0, + 1219.0, + 824.0, + 1190.0, + 824.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 826.0, + 512.0, + 826.0, + 512.0, + 837.0, + 494.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 825.0, + 854.0, + 825.0, + 854.0, + 837.0, + 837.0, + 837.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1191.0, + 844.0, + 1219.0, + 844.0, + 1219.0, + 858.0, + 1191.0, + 858.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 494.0, + 882.0, + 512.0, + 882.0, + 512.0, + 894.0, + 494.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 882.0, + 855.0, + 882.0, + 855.0, + 893.0, + 838.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 512.0, + 892.0, + 523.0, + 892.0, + 523.0, + 905.0, + 512.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 892.0, + 573.0, + 892.0, + 573.0, + 905.0, + 560.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 891.0, + 670.0, + 891.0, + 670.0, + 905.0, + 659.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 892.0, + 719.0, + 892.0, + 719.0, + 905.0, + 707.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 753.0, + 890.0, + 772.0, + 890.0, + 772.0, + 906.0, + 753.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 801.0, + 891.0, + 820.0, + 891.0, + 820.0, + 906.0, + 801.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 893.0, + 864.0, + 893.0, + 864.0, + 903.0, + 856.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 893.0, + 913.0, + 893.0, + 913.0, + 903.0, + 905.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 894.0, + 962.0, + 894.0, + 962.0, + 903.0, + 954.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1001.0, + 892.0, + 1013.0, + 892.0, + 1013.0, + 905.0, + 1001.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 892.0, + 1061.0, + 892.0, + 1061.0, + 905.0, + 1050.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 890.0, + 1114.0, + 890.0, + 1114.0, + 906.0, + 1095.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1144.0, + 890.0, + 1162.0, + 890.0, + 1162.0, + 906.0, + 1144.0, + 906.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 633.0, + 902.0, + 691.0, + 902.0, + 691.0, + 930.0, + 633.0, + 930.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 976.0, + 903.0, + 1035.0, + 903.0, + 1035.0, + 931.0, + 976.0, + 931.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 836.25, + 767.0, + 854.25, + 767.0, + 854.25, + 781.0, + 836.25, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 782.0, + 1034.0, + 782.0, + 1034.0, + 801.0, + 1031.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 893.0, + 618.0, + 893.0, + 618.0, + 902.5, + 613.0, + 902.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 975.0, + 1408.0, + 975.0, + 1408.0, + 1008.0, + 295.0, + 1008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1001.0, + 1406.0, + 1001.0, + 1406.0, + 1041.0, + 293.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1035.0, + 1404.0, + 1035.0, + 1404.0, + 1068.0, + 295.0, + 1068.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1064.0, + 1406.0, + 1064.0, + 1406.0, + 1102.0, + 291.0, + 1102.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1096.0, + 1404.0, + 1096.0, + 1404.0, + 1130.0, + 295.0, + 1130.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1126.0, + 1406.0, + 1126.0, + 1406.0, + 1160.0, + 293.0, + 1160.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1157.0, + 1408.0, + 1157.0, + 1408.0, + 1191.0, + 293.0, + 1191.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1189.0, + 654.0, + 1189.0, + 654.0, + 1222.0, + 295.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.0, + 108.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": [ + 296.0, + 1435.0, + 1405.0, + 1435.0, + 1405.0, + 1465.0, + 296.0, + 1465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1463.0, + 382.0, + 1463.0, + 382.0, + 1498.0, + 294.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 776.0, + 1463.0, + 1408.0, + 1463.0, + 1408.0, + 1498.0, + 776.0, + 1498.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1494.0, + 1405.0, + 1494.0, + 1405.0, + 1528.0, + 295.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1527.0, + 1234.0, + 1527.0, + 1234.0, + 1557.0, + 294.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 1527.0, + 1405.0, + 1527.0, + 1405.0, + 1557.0, + 1342.0, + 1557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1556.0, + 1405.0, + 1556.0, + 1405.0, + 1588.0, + 294.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1586.0, + 1406.0, + 1586.0, + 1406.0, + 1619.0, + 295.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1617.0, + 1403.0, + 1617.0, + 1403.0, + 1651.0, + 294.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1646.0, + 442.0, + 1646.0, + 442.0, + 1685.0, + 294.0, + 1685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1692.0, + 1407.0, + 1692.0, + 1407.0, + 1727.0, + 294.0, + 1727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1724.0, + 1403.0, + 1724.0, + 1403.0, + 1756.0, + 296.0, + 1756.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1756.0, + 1405.0, + 1756.0, + 1405.0, + 1788.0, + 295.0, + 1788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1783.0, + 1405.0, + 1783.0, + 1405.0, + 1820.0, + 292.0, + 1820.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1814.0, + 1405.0, + 1814.0, + 1405.0, + 1852.0, + 292.0, + 1852.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1848.0, + 1406.0, + 1848.0, + 1406.0, + 1880.0, + 296.0, + 1880.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1235.0, + 1405.0, + 1235.0, + 1405.0, + 1267.0, + 296.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1266.0, + 1405.0, + 1266.0, + 1405.0, + 1298.0, + 296.0, + 1298.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1295.0, + 1406.0, + 1295.0, + 1406.0, + 1329.0, + 294.0, + 1329.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1320.0, + 564.0, + 1320.0, + 564.0, + 1364.0, + 292.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 1320.0, + 1410.0, + 1320.0, + 1410.0, + 1364.0, + 672.0, + 1364.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1353.0, + 1406.0, + 1353.0, + 1406.0, + 1393.0, + 294.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1388.0, + 1152.0, + 1388.0, + 1152.0, + 1418.0, + 295.0, + 1418.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 13, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 695, + 1406, + 695, + 1406, + 1004, + 297, + 1004 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 296, + 496, + 1405, + 496, + 1405, + 683, + 296, + 683 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 711, + 228, + 711, + 262, + 298, + 262 + ], + "score": 0.924 + }, + { + "category_id": 2, + "poly": [ + 299, + 74, + 816, + 74, + 816, + 105, + 299, + 105 + ], + "score": 0.911 + }, + { + "category_id": 9, + "poly": [ + 1351, + 308, + 1400, + 308, + 1400, + 339, + 1351, + 339 + ], + "score": 0.886 + }, + { + "category_id": 9, + "poly": [ + 1352, + 415, + 1400, + 415, + 1400, + 446, + 1352, + 446 + ], + "score": 0.878 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2112, + 836, + 2112 + ], + "score": 0.837 + }, + { + "category_id": 8, + "poly": [ + 420, + 276, + 1275, + 276, + 1275, + 486, + 420, + 486 + ], + "score": 0.752 + }, + { + "category_id": 8, + "poly": [ + 591, + 376, + 1275, + 376, + 1275, + 484, + 591, + 484 + ], + "score": 0.325 + }, + { + "category_id": 8, + "poly": [ + 421, + 278, + 1076, + 278, + 1076, + 370, + 421, + 370 + ], + "score": 0.232 + }, + { + "category_id": 14, + "poly": [ + 416, + 276, + 1280, + 276, + 1280, + 488, + 416, + 488 + ], + "score": 0.94, + "latex": "\\begin{array} { r c l } { { I ( T ; Y ) } } & { { \\geq } } & { { \\displaystyle - \\frac { 1 } { P } \\sum _ { i } \\log \\frac { 1 } { P } \\sum _ { j } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) } } \\\\ { { } } & { { } } & { { \\displaystyle - \\sum _ { l } ^ { L } p _ { l } \\left[ - \\frac { 1 } { P _ { l } } \\sum _ { i , Y _ { i } = l } \\log \\frac { 1 } { P _ { l } } \\sum _ { j , Y _ { j } = l } \\exp \\left( - \\frac { 1 } { 2 } \\frac { \\left\\| h _ { i } - h _ { j } \\right\\| _ { 2 } ^ { 2 } } { 4 \\sigma ^ { 2 } } \\right) \\right] . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 443, + 589, + 517, + 589, + 517, + 622, + 443, + 622 + ], + "score": 0.92, + "latex": "H ( X )" + }, + { + "category_id": 13, + "poly": [ + 1267, + 560, + 1340, + 560, + 1340, + 592, + 1267, + 592 + ], + "score": 0.91, + "latex": "H ( X )" + }, + { + "category_id": 13, + "poly": [ + 297, + 650, + 532, + 650, + 532, + 684, + 297, + 684 + ], + "score": 0.91, + "latex": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }" + }, + { + "category_id": 13, + "poly": [ + 1036, + 590, + 1130, + 590, + 1130, + 623, + 1036, + 623 + ], + "score": 0.91, + "latex": "I ( X ; T )" + }, + { + "category_id": 13, + "poly": [ + 1166, + 789, + 1195, + 789, + 1195, + 819, + 1166, + 819 + ], + "score": 0.87, + "latex": "\\ell _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 734, + 819, + 763, + 819, + 763, + 850, + 734, + 850 + ], + "score": 0.87, + "latex": "\\ell _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 645, + 729, + 673, + 729, + 673, + 758, + 645, + 758 + ], + "score": 0.87, + "latex": "\\ell _ { 2 }" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 832.0, + 2085.0, + 867.0, + 2085.0, + 867.0, + 2124.0, + 832.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 696.0, + 1404.0, + 696.0, + 1404.0, + 732.0, + 295.0, + 732.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 726.0, + 644.0, + 726.0, + 644.0, + 764.0, + 294.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 674.0, + 726.0, + 1404.0, + 726.0, + 1404.0, + 764.0, + 674.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 757.0, + 1406.0, + 757.0, + 1406.0, + 793.0, + 294.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 789.0, + 1165.0, + 789.0, + 1165.0, + 821.0, + 295.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1196.0, + 789.0, + 1403.0, + 789.0, + 1403.0, + 821.0, + 1196.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 818.0, + 733.0, + 818.0, + 733.0, + 855.0, + 294.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 818.0, + 1409.0, + 818.0, + 1409.0, + 855.0, + 764.0, + 855.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 848.0, + 1406.0, + 848.0, + 1406.0, + 884.0, + 295.0, + 884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 878.0, + 1408.0, + 878.0, + 1408.0, + 915.0, + 294.0, + 915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 912.0, + 1407.0, + 912.0, + 1407.0, + 944.0, + 295.0, + 944.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 939.0, + 1406.0, + 939.0, + 1406.0, + 976.0, + 294.0, + 976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 968.0, + 951.0, + 968.0, + 951.0, + 1009.0, + 292.0, + 1009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 493.0, + 1408.0, + 493.0, + 1408.0, + 533.0, + 293.0, + 533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 528.0, + 1405.0, + 528.0, + 1405.0, + 560.0, + 296.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 555.0, + 1266.0, + 555.0, + 1266.0, + 596.0, + 291.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1341.0, + 555.0, + 1408.0, + 555.0, + 1408.0, + 596.0, + 1341.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 584.0, + 442.0, + 584.0, + 442.0, + 628.0, + 293.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 584.0, + 1035.0, + 584.0, + 1035.0, + 628.0, + 518.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1131.0, + 584.0, + 1406.0, + 584.0, + 1406.0, + 628.0, + 1131.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 615.0, + 1406.0, + 615.0, + 1406.0, + 657.0, + 291.0, + 657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 650.0, + 542.0, + 650.0, + 542.0, + 687.0, + 533.0, + 687.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 225.0, + 711.0, + 225.0, + 711.0, + 270.0, + 293.0, + 270.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 14, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 301, + 216, + 1396, + 216, + 1396, + 1234, + 301, + 1234 + ], + "score": 0.974 + }, + { + "category_id": 4, + "poly": [ + 295, + 1272, + 1406, + 1272, + 1406, + 1519, + 295, + 1519 + ], + "score": 0.966 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.893 + }, + { + "category_id": 2, + "poly": [ + 836, + 2089, + 864, + 2089, + 864, + 2113, + 836, + 2113 + ], + "score": 0.844 + }, + { + "category_id": 13, + "poly": [ + 932, + 1305, + 1027, + 1305, + 1027, + 1338, + 932, + 1338 + ], + "score": 0.93, + "latex": "I ( X ; T )" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1396, + 1334, + 1396, + 1334, + 1430, + 1239, + 1430 + ], + "score": 0.93, + "latex": "I ( X ; T )" + }, + { + "category_id": 13, + "poly": [ + 687, + 1366, + 919, + 1366, + 919, + 1399, + 687, + 1399 + ], + "score": 0.92, + "latex": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }" + }, + { + "category_id": 13, + "poly": [ + 1247, + 1306, + 1291, + 1306, + 1291, + 1336, + 1247, + 1336 + ], + "score": 0.72, + "latex": "( X )" + }, + { + "category_id": 13, + "poly": [ + 464, + 1337, + 504, + 1337, + 504, + 1366, + 464, + 1366 + ], + "score": 0.7, + "latex": "( T )" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 238.0, + 357.0, + 238.0, + 357.0, + 267.0, + 321.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 228.0, + 480.0, + 228.0, + 480.0, + 257.0, + 431.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 257.0, + 550.0, + 257.0, + 550.0, + 283.0, + 504.0, + 283.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 273.0, + 333.0, + 273.0, + 333.0, + 409.0, + 301.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 273.0, + 548.0, + 273.0, + 548.0, + 304.0, + 503.0, + 304.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 276.0, + 354.0, + 276.0, + 354.0, + 300.0, + 321.0, + 300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 308.0, + 356.0, + 308.0, + 356.0, + 336.0, + 321.0, + 336.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 344.0, + 354.0, + 344.0, + 354.0, + 369.0, + 323.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 381.0, + 354.0, + 381.0, + 354.0, + 404.0, + 322.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 416.0, + 356.0, + 416.0, + 356.0, + 439.0, + 322.0, + 439.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 430.0, + 372.0, + 430.0, + 372.0, + 454.0, + 332.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 429.0, + 422.0, + 429.0, + 422.0, + 453.0, + 388.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 429.0, + 473.0, + 429.0, + 473.0, + 453.0, + 438.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 488.0, + 429.0, + 522.0, + 429.0, + 522.0, + 453.0, + 488.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 431.0, + 570.0, + 431.0, + 570.0, + 453.0, + 536.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 445.0, + 483.0, + 445.0, + 483.0, + 480.0, + 427.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 359.0, + 483.0, + 549.0, + 483.0, + 549.0, + 507.0, + 359.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 482.0, + 826.0, + 482.0, + 826.0, + 509.0, + 634.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 483.0, + 1099.0, + 483.0, + 1099.0, + 507.0, + 911.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1187.0, + 483.0, + 1376.0, + 483.0, + 1376.0, + 507.0, + 1187.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 502.0, + 356.0, + 502.0, + 356.0, + 525.0, + 326.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 500.0, + 631.0, + 500.0, + 631.0, + 524.0, + 602.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 503.0, + 903.0, + 503.0, + 903.0, + 524.0, + 880.0, + 524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 502.0, + 1182.0, + 502.0, + 1182.0, + 525.0, + 1153.0, + 525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 628.0, + 512.0, + 682.0, + 512.0, + 682.0, + 532.0, + 628.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 685.0, + 515.0, + 727.0, + 515.0, + 727.0, + 528.0, + 685.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 735.0, + 515.0, + 770.0, + 515.0, + 770.0, + 528.0, + 735.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 515.0, + 827.0, + 515.0, + 827.0, + 528.0, + 781.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 513.0, + 1053.0, + 513.0, + 1053.0, + 529.0, + 909.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 515.0, + 1096.0, + 515.0, + 1096.0, + 528.0, + 1059.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1180.0, + 512.0, + 1233.0, + 512.0, + 1233.0, + 532.0, + 1180.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1234.0, + 515.0, + 1282.0, + 515.0, + 1282.0, + 528.0, + 1234.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1283.0, + 512.0, + 1383.0, + 512.0, + 1383.0, + 532.0, + 1283.0, + 532.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 524.0, + 354.0, + 524.0, + 354.0, + 550.0, + 327.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 524.0, + 631.0, + 524.0, + 631.0, + 550.0, + 602.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 522.0, + 906.0, + 522.0, + 906.0, + 557.0, + 877.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 524.0, + 1181.0, + 524.0, + 1181.0, + 550.0, + 1153.0, + 550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 548.0, + 354.0, + 548.0, + 354.0, + 573.0, + 327.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 547.0, + 631.0, + 547.0, + 631.0, + 573.0, + 602.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 545.0, + 905.0, + 545.0, + 905.0, + 573.0, + 878.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 548.0, + 1182.0, + 548.0, + 1182.0, + 573.0, + 1155.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 305.0, + 567.0, + 331.0, + 567.0, + 331.0, + 621.0, + 305.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 573.0, + 353.0, + 573.0, + 353.0, + 595.0, + 333.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 564.0, + 608.0, + 564.0, + 608.0, + 624.0, + 578.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 574.0, + 629.0, + 574.0, + 629.0, + 595.0, + 610.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 565.0, + 882.0, + 565.0, + 882.0, + 621.0, + 856.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 573.0, + 905.0, + 573.0, + 905.0, + 595.0, + 885.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 564.0, + 1160.0, + 564.0, + 1160.0, + 623.0, + 1130.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 573.0, + 1181.0, + 573.0, + 1181.0, + 596.0, + 1161.0, + 596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 598.0, + 353.0, + 598.0, + 353.0, + 619.0, + 334.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 598.0, + 628.0, + 598.0, + 628.0, + 619.0, + 610.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 598.0, + 905.0, + 598.0, + 905.0, + 620.0, + 886.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 596.0, + 1181.0, + 596.0, + 1181.0, + 619.0, + 1162.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 621.0, + 353.0, + 621.0, + 353.0, + 643.0, + 334.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 621.0, + 628.0, + 621.0, + 628.0, + 643.0, + 610.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 620.0, + 905.0, + 620.0, + 905.0, + 644.0, + 886.0, + 644.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 623.0, + 1178.0, + 623.0, + 1178.0, + 641.0, + 1163.0, + 641.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 645.0, + 353.0, + 645.0, + 353.0, + 668.0, + 334.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 645.0, + 629.0, + 645.0, + 629.0, + 668.0, + 610.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 645.0, + 905.0, + 645.0, + 905.0, + 668.0, + 886.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 645.0, + 1181.0, + 645.0, + 1181.0, + 666.0, + 1162.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1297.0, + 646.0, + 1379.0, + 646.0, + 1379.0, + 676.0, + 1297.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 669.0, + 356.0, + 669.0, + 356.0, + 690.0, + 334.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 669.0, + 631.0, + 669.0, + 631.0, + 690.0, + 610.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 669.0, + 907.0, + 669.0, + 907.0, + 690.0, + 886.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 669.0, + 1182.0, + 669.0, + 1182.0, + 690.0, + 1162.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 682.0, + 374.0, + 682.0, + 374.0, + 706.0, + 334.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 683.0, + 423.0, + 683.0, + 423.0, + 706.0, + 388.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 680.0, + 474.0, + 680.0, + 474.0, + 708.0, + 435.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 680.0, + 524.0, + 680.0, + 524.0, + 708.0, + 485.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 534.0, + 680.0, + 572.0, + 680.0, + 572.0, + 708.0, + 534.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 680.0, + 651.0, + 680.0, + 651.0, + 708.0, + 612.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 683.0, + 699.0, + 683.0, + 699.0, + 706.0, + 663.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 682.0, + 749.0, + 682.0, + 749.0, + 706.0, + 703.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 682.0, + 797.0, + 682.0, + 797.0, + 705.0, + 758.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 682.0, + 845.0, + 682.0, + 845.0, + 705.0, + 807.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 682.0, + 924.0, + 682.0, + 924.0, + 705.0, + 885.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 683.0, + 975.0, + 683.0, + 975.0, + 706.0, + 939.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 680.0, + 1027.0, + 680.0, + 1027.0, + 706.0, + 984.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1033.0, + 682.0, + 1073.0, + 682.0, + 1073.0, + 706.0, + 1033.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1083.0, + 682.0, + 1120.0, + 682.0, + 1120.0, + 705.0, + 1083.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 683.0, + 1201.0, + 683.0, + 1201.0, + 706.0, + 1165.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1211.0, + 682.0, + 1250.0, + 682.0, + 1250.0, + 705.0, + 1211.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 680.0, + 1300.0, + 680.0, + 1300.0, + 708.0, + 1261.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1313.0, + 680.0, + 1349.0, + 680.0, + 1349.0, + 708.0, + 1313.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1361.0, + 680.0, + 1399.0, + 680.0, + 1399.0, + 708.0, + 1361.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 700.0, + 483.0, + 700.0, + 483.0, + 730.0, + 427.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 701.0, + 758.0, + 701.0, + 758.0, + 728.0, + 700.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 701.0, + 1034.0, + 701.0, + 1034.0, + 727.0, + 979.0, + 727.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 700.0, + 1310.0, + 700.0, + 1310.0, + 730.0, + 1254.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 351.0, + 734.0, + 557.0, + 734.0, + 557.0, + 760.0, + 351.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 734.0, + 834.0, + 734.0, + 834.0, + 761.0, + 627.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 902.0, + 734.0, + 1109.0, + 734.0, + 1109.0, + 761.0, + 902.0, + 761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1177.0, + 734.0, + 1385.0, + 734.0, + 1385.0, + 760.0, + 1177.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 754.0, + 356.0, + 754.0, + 356.0, + 777.0, + 326.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 754.0, + 631.0, + 754.0, + 631.0, + 777.0, + 602.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 754.0, + 905.0, + 754.0, + 905.0, + 777.0, + 877.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1155.0, + 755.0, + 1181.0, + 755.0, + 1181.0, + 775.0, + 1155.0, + 775.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 767.0, + 831.0, + 767.0, + 831.0, + 781.0, + 806.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 766.0, + 1232.0, + 766.0, + 1232.0, + 782.0, + 1181.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 776.0, + 354.0, + 776.0, + 354.0, + 801.0, + 326.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 601.0, + 776.0, + 629.0, + 776.0, + 629.0, + 801.0, + 601.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 776.0, + 906.0, + 776.0, + 906.0, + 801.0, + 877.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 776.0, + 1181.0, + 776.0, + 1181.0, + 801.0, + 1153.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 800.0, + 354.0, + 800.0, + 354.0, + 826.0, + 326.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 800.0, + 631.0, + 800.0, + 631.0, + 826.0, + 602.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 800.0, + 906.0, + 800.0, + 906.0, + 826.0, + 877.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 800.0, + 1182.0, + 800.0, + 1182.0, + 826.0, + 1153.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 817.0, + 353.0, + 817.0, + 353.0, + 876.0, + 302.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 817.0, + 629.0, + 817.0, + 629.0, + 876.0, + 578.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 817.0, + 883.0, + 817.0, + 883.0, + 875.0, + 853.0, + 875.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 825.0, + 906.0, + 825.0, + 906.0, + 849.0, + 885.0, + 849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 817.0, + 1181.0, + 817.0, + 1181.0, + 876.0, + 1129.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 850.0, + 353.0, + 850.0, + 353.0, + 871.0, + 333.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 611.0, + 851.0, + 627.0, + 851.0, + 627.0, + 868.0, + 611.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 850.0, + 905.0, + 850.0, + 905.0, + 871.0, + 886.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 851.0, + 1180.0, + 851.0, + 1180.0, + 868.0, + 1163.0, + 868.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 876.0, + 352.0, + 876.0, + 352.0, + 893.0, + 336.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 887.0, + 876.0, + 903.0, + 876.0, + 903.0, + 893.0, + 887.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 876.0, + 1178.0, + 876.0, + 1178.0, + 893.0, + 1163.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 897.0, + 353.0, + 897.0, + 353.0, + 920.0, + 333.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 897.0, + 629.0, + 897.0, + 629.0, + 920.0, + 610.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 898.0, + 905.0, + 898.0, + 905.0, + 920.0, + 886.0, + 920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 900.0, + 1178.0, + 900.0, + 1178.0, + 917.0, + 1163.0, + 917.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1293.0, + 900.0, + 1375.0, + 900.0, + 1375.0, + 928.0, + 1293.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 920.0, + 354.0, + 920.0, + 354.0, + 942.0, + 333.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 921.0, + 631.0, + 921.0, + 631.0, + 942.0, + 610.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 922.0, + 906.0, + 922.0, + 906.0, + 942.0, + 886.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 921.0, + 1181.0, + 921.0, + 1181.0, + 942.0, + 1162.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 933.0, + 377.0, + 933.0, + 377.0, + 960.0, + 336.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 935.0, + 424.0, + 935.0, + 424.0, + 958.0, + 388.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 935.0, + 473.0, + 935.0, + 473.0, + 958.0, + 436.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 935.0, + 522.0, + 935.0, + 522.0, + 958.0, + 486.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 934.0, + 570.0, + 934.0, + 570.0, + 958.0, + 532.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 935.0, + 699.0, + 935.0, + 699.0, + 958.0, + 663.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 713.0, + 935.0, + 749.0, + 935.0, + 749.0, + 958.0, + 713.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 763.0, + 935.0, + 797.0, + 935.0, + 797.0, + 958.0, + 763.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 808.0, + 934.0, + 845.0, + 934.0, + 845.0, + 958.0, + 808.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 935.0, + 924.0, + 935.0, + 924.0, + 958.0, + 888.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 935.0, + 975.0, + 935.0, + 975.0, + 958.0, + 939.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 933.0, + 1027.0, + 933.0, + 1027.0, + 960.0, + 987.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 935.0, + 1074.0, + 935.0, + 1074.0, + 958.0, + 1038.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 935.0, + 1121.0, + 935.0, + 1121.0, + 958.0, + 1087.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1166.0, + 935.0, + 1201.0, + 935.0, + 1201.0, + 958.0, + 1166.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 935.0, + 1251.0, + 935.0, + 1251.0, + 958.0, + 1214.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1264.0, + 935.0, + 1299.0, + 935.0, + 1299.0, + 958.0, + 1264.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 935.0, + 1349.0, + 935.0, + 1349.0, + 958.0, + 1314.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 935.0, + 1397.0, + 935.0, + 1397.0, + 958.0, + 1364.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 953.0, + 483.0, + 953.0, + 483.0, + 980.0, + 428.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 703.0, + 953.0, + 758.0, + 953.0, + 758.0, + 980.0, + 703.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 979.0, + 953.0, + 1034.0, + 953.0, + 1034.0, + 980.0, + 979.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 952.0, + 1312.0, + 952.0, + 1312.0, + 982.0, + 1253.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 995.0, + 356.0, + 995.0, + 356.0, + 1023.0, + 318.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 403.0, + 985.0, + 506.0, + 985.0, + 506.0, + 1013.0, + 403.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 996.0, + 631.0, + 996.0, + 631.0, + 1023.0, + 593.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 985.0, + 783.0, + 985.0, + 783.0, + 1013.0, + 679.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 997.0, + 905.0, + 997.0, + 905.0, + 1021.0, + 871.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 953.0, + 986.0, + 1057.0, + 986.0, + 1057.0, + 1012.0, + 953.0, + 1012.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1146.0, + 997.0, + 1180.0, + 997.0, + 1180.0, + 1021.0, + 1146.0, + 1021.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 985.0, + 1333.0, + 985.0, + 1333.0, + 1013.0, + 1229.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1023.0, + 354.0, + 1023.0, + 354.0, + 1052.0, + 318.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 593.0, + 1024.0, + 631.0, + 1024.0, + 631.0, + 1052.0, + 593.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 871.0, + 1026.0, + 905.0, + 1026.0, + 905.0, + 1049.0, + 871.0, + 1049.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1024.0, + 1182.0, + 1024.0, + 1182.0, + 1052.0, + 1145.0, + 1052.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1053.0, + 356.0, + 1053.0, + 356.0, + 1082.0, + 317.0, + 1082.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1055.0, + 627.0, + 1055.0, + 627.0, + 1079.0, + 588.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1054.0, + 904.0, + 1054.0, + 904.0, + 1077.0, + 864.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 1055.0, + 1179.0, + 1055.0, + 1179.0, + 1079.0, + 1139.0, + 1079.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1082.0, + 354.0, + 1082.0, + 354.0, + 1111.0, + 314.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1083.0, + 629.0, + 1083.0, + 629.0, + 1111.0, + 591.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 1084.0, + 904.0, + 1084.0, + 904.0, + 1107.0, + 864.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1140.0, + 1084.0, + 1179.0, + 1084.0, + 1179.0, + 1107.0, + 1140.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1099.0, + 1272.0, + 1099.0, + 1272.0, + 1124.0, + 1223.0, + 1124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1112.0, + 354.0, + 1112.0, + 354.0, + 1139.0, + 314.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 509.0, + 1113.0, + 555.0, + 1113.0, + 555.0, + 1136.0, + 509.0, + 1136.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1112.0, + 629.0, + 1112.0, + 629.0, + 1139.0, + 591.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1112.0, + 906.0, + 1112.0, + 906.0, + 1139.0, + 866.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1112.0, + 1182.0, + 1112.0, + 1182.0, + 1139.0, + 1142.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1116.0, + 1261.0, + 1116.0, + 1261.0, + 1143.0, + 1223.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 1140.0, + 355.0, + 1140.0, + 355.0, + 1167.0, + 311.0, + 1167.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1141.0, + 631.0, + 1141.0, + 631.0, + 1168.0, + 590.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1141.0, + 906.0, + 1141.0, + 906.0, + 1168.0, + 866.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1141.0, + 1182.0, + 1141.0, + 1182.0, + 1168.0, + 1141.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 1134.0, + 1267.0, + 1134.0, + 1267.0, + 1162.0, + 1223.0, + 1162.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1153.0, + 1266.0, + 1153.0, + 1266.0, + 1182.0, + 1224.0, + 1182.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1170.0, + 354.0, + 1170.0, + 354.0, + 1195.0, + 312.0, + 1195.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 590.0, + 1169.0, + 631.0, + 1169.0, + 631.0, + 1197.0, + 590.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 866.0, + 1169.0, + 907.0, + 1169.0, + 907.0, + 1197.0, + 866.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1185.0, + 374.0, + 1185.0, + 374.0, + 1210.0, + 335.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1186.0, + 422.0, + 1186.0, + 422.0, + 1210.0, + 385.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 434.0, + 1186.0, + 472.0, + 1186.0, + 472.0, + 1210.0, + 434.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 1187.0, + 521.0, + 1187.0, + 521.0, + 1210.0, + 486.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1187.0, + 568.0, + 1187.0, + 568.0, + 1210.0, + 536.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 1187.0, + 648.0, + 1187.0, + 648.0, + 1210.0, + 614.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 1184.0, + 699.0, + 1184.0, + 699.0, + 1212.0, + 663.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 710.0, + 1184.0, + 753.0, + 1184.0, + 753.0, + 1212.0, + 710.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1185.0, + 802.0, + 1185.0, + 802.0, + 1212.0, + 760.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 1187.0, + 846.0, + 1187.0, + 846.0, + 1210.0, + 810.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1184.0, + 926.0, + 1184.0, + 926.0, + 1212.0, + 888.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1184.0, + 975.0, + 1184.0, + 975.0, + 1212.0, + 938.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 1186.0, + 1025.0, + 1186.0, + 1025.0, + 1210.0, + 985.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 1185.0, + 1076.0, + 1185.0, + 1076.0, + 1212.0, + 1036.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 1187.0, + 1121.0, + 1187.0, + 1121.0, + 1210.0, + 1086.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1165.0, + 1187.0, + 1201.0, + 1187.0, + 1201.0, + 1210.0, + 1165.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1184.0, + 1251.0, + 1184.0, + 1251.0, + 1212.0, + 1214.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1184.0, + 1302.0, + 1184.0, + 1302.0, + 1212.0, + 1262.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1314.0, + 1187.0, + 1349.0, + 1187.0, + 1349.0, + 1210.0, + 1314.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1363.0, + 1187.0, + 1396.0, + 1187.0, + 1396.0, + 1210.0, + 1363.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 427.0, + 1204.0, + 484.0, + 1204.0, + 484.0, + 1234.0, + 427.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1204.0, + 759.0, + 1204.0, + 759.0, + 1234.0, + 702.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 978.0, + 1204.0, + 1035.0, + 1204.0, + 1035.0, + 1234.0, + 978.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1254.0, + 1204.0, + 1312.0, + 1204.0, + 1312.0, + 1234.0, + 1254.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 903.0, + 764.5, + 987.0, + 764.5, + 987.0, + 784.0, + 903.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 605.75, + 873.0, + 631.75, + 873.0, + 631.75, + 893.5, + 605.75, + 893.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 933.0, + 653.0, + 933.0, + 653.0, + 959.0, + 609.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 773.0, + 1079.0, + 830.0, + 1079.0, + 830.0, + 1104.0, + 773.0, + 1104.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 785.0, + 1126.5, + 824.0, + 1126.5, + 824.0, + 1147.5, + 785.0, + 1147.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1155.0, + 552.0, + 1155.0, + 552.0, + 1177.5, + 520.0, + 1177.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1138.0, + 1169.0, + 1185.0, + 1169.0, + 1185.0, + 1196.0, + 1138.0, + 1196.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1275.0, + 1404.0, + 1275.0, + 1404.0, + 1309.0, + 295.0, + 1309.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1303.0, + 931.0, + 1303.0, + 931.0, + 1341.0, + 292.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1028.0, + 1303.0, + 1246.0, + 1303.0, + 1246.0, + 1341.0, + 1028.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 1303.0, + 1406.0, + 1303.0, + 1406.0, + 1341.0, + 1292.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1335.0, + 463.0, + 1335.0, + 463.0, + 1373.0, + 293.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1335.0, + 1406.0, + 1335.0, + 1406.0, + 1373.0, + 505.0, + 1373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1365.0, + 686.0, + 1365.0, + 686.0, + 1403.0, + 293.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 1365.0, + 1407.0, + 1365.0, + 1407.0, + 1403.0, + 920.0, + 1403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1396.0, + 1238.0, + 1396.0, + 1238.0, + 1433.0, + 294.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1396.0, + 1406.0, + 1396.0, + 1406.0, + 1433.0, + 1335.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1424.0, + 1406.0, + 1424.0, + 1406.0, + 1464.0, + 292.0, + 1464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1457.0, + 1404.0, + 1457.0, + 1404.0, + 1494.0, + 294.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 533.0, + 1487.0, + 533.0, + 1525.0, + 294.0, + 1525.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 818.0, + 73.0, + 818.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": "" + } + ], + "page_info": { + "page_no": 15, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 301, + 217, + 1395, + 217, + 1395, + 1233, + 301, + 1233 + ], + "score": 0.973 + }, + { + "category_id": 4, + "poly": [ + 295, + 1272, + 1405, + 1272, + 1405, + 1550, + 295, + 1550 + ], + "score": 0.961 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2112, + 835, + 2112 + ], + "score": 0.841 + }, + { + "category_id": 13, + "poly": [ + 932, + 1305, + 1028, + 1305, + 1028, + 1338, + 932, + 1338 + ], + "score": 0.94, + "latex": "I ( X ; T )" + }, + { + "category_id": 13, + "poly": [ + 1239, + 1396, + 1334, + 1396, + 1334, + 1430, + 1239, + 1430 + ], + "score": 0.93, + "latex": "I ( X ; T )" + }, + { + "category_id": 13, + "poly": [ + 687, + 1366, + 919, + 1366, + 919, + 1399, + 687, + 1399 + ], + "score": 0.92, + "latex": "H ( X ) = \\log _ { 2 } { 1 0 0 0 0 }" + }, + { + "category_id": 13, + "poly": [ + 1247, + 1306, + 1291, + 1306, + 1291, + 1336, + 1247, + 1336 + ], + "score": 0.72, + "latex": "( X )" + }, + { + "category_id": 13, + "poly": [ + 464, + 1337, + 504, + 1337, + 504, + 1366, + 464, + 1366 + ], + "score": 0.7, + "latex": "( T )" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 239.0, + 357.0, + 239.0, + 357.0, + 267.0, + 321.0, + 267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 431.0, + 228.0, + 480.0, + 228.0, + 480.0, + 257.0, + 431.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 258.0, + 549.0, + 258.0, + 549.0, + 284.0, + 505.0, + 284.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 264.0, + 355.0, + 264.0, + 355.0, + 292.0, + 321.0, + 292.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 301.0, + 269.0, + 333.0, + 269.0, + 333.0, + 411.0, + 301.0, + 411.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 503.0, + 277.0, + 546.0, + 277.0, + 546.0, + 303.0, + 503.0, + 303.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 286.0, + 357.0, + 286.0, + 357.0, + 317.0, + 322.0, + 317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 314.0, + 355.0, + 314.0, + 355.0, + 341.0, + 321.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 339.0, + 355.0, + 339.0, + 355.0, + 366.0, + 321.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 365.0, + 354.0, + 365.0, + 354.0, + 390.0, + 323.0, + 390.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 387.0, + 355.0, + 387.0, + 355.0, + 416.0, + 321.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 321.0, + 414.0, + 357.0, + 414.0, + 357.0, + 441.0, + 321.0, + 441.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 427.0, + 374.0, + 427.0, + 374.0, + 455.0, + 334.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 387.0, + 427.0, + 423.0, + 427.0, + 423.0, + 455.0, + 387.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 427.0, + 474.0, + 427.0, + 474.0, + 455.0, + 436.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 487.0, + 430.0, + 522.0, + 430.0, + 522.0, + 453.0, + 487.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 535.0, + 430.0, + 569.0, + 430.0, + 569.0, + 453.0, + 535.0, + 453.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 447.0, + 484.0, + 447.0, + 484.0, + 477.0, + 426.0, + 477.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 358.0, + 481.0, + 549.0, + 481.0, + 549.0, + 508.0, + 358.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 634.0, + 481.0, + 826.0, + 481.0, + 826.0, + 508.0, + 634.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 909.0, + 481.0, + 1102.0, + 481.0, + 1102.0, + 508.0, + 909.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 481.0, + 1377.0, + 481.0, + 1377.0, + 508.0, + 1185.0, + 508.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 501.0, + 355.0, + 501.0, + 355.0, + 549.0, + 326.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 501.0, + 630.0, + 501.0, + 630.0, + 553.0, + 602.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 637.0, + 516.0, + 698.0, + 516.0, + 698.0, + 528.0, + 637.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 502.0, + 908.0, + 502.0, + 908.0, + 576.0, + 877.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 911.0, + 516.0, + 954.0, + 516.0, + 954.0, + 528.0, + 911.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 501.0, + 1181.0, + 501.0, + 1181.0, + 549.0, + 1154.0, + 549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1183.0, + 516.0, + 1250.0, + 516.0, + 1250.0, + 528.0, + 1183.0, + 528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 547.0, + 354.0, + 547.0, + 354.0, + 573.0, + 327.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 546.0, + 629.0, + 546.0, + 629.0, + 572.0, + 603.0, + 572.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 547.0, + 1181.0, + 547.0, + 1181.0, + 573.0, + 1154.0, + 573.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 304.0, + 566.0, + 331.0, + 566.0, + 331.0, + 622.0, + 304.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 573.0, + 353.0, + 573.0, + 353.0, + 595.0, + 333.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 564.0, + 629.0, + 564.0, + 629.0, + 623.0, + 578.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 566.0, + 882.0, + 566.0, + 882.0, + 623.0, + 855.0, + 623.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 572.0, + 904.0, + 572.0, + 904.0, + 595.0, + 884.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 564.0, + 1159.0, + 564.0, + 1159.0, + 624.0, + 1129.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1160.0, + 573.0, + 1180.0, + 573.0, + 1180.0, + 595.0, + 1160.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 597.0, + 353.0, + 597.0, + 353.0, + 619.0, + 334.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 598.0, + 629.0, + 598.0, + 629.0, + 619.0, + 609.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 597.0, + 905.0, + 597.0, + 905.0, + 619.0, + 885.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 597.0, + 1180.0, + 597.0, + 1180.0, + 619.0, + 1161.0, + 619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 622.0, + 353.0, + 622.0, + 353.0, + 643.0, + 334.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 622.0, + 629.0, + 622.0, + 629.0, + 643.0, + 609.0, + 643.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 622.0, + 1181.0, + 622.0, + 1181.0, + 642.0, + 1161.0, + 642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 645.0, + 353.0, + 645.0, + 353.0, + 668.0, + 334.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 645.0, + 629.0, + 645.0, + 629.0, + 668.0, + 609.0, + 668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 645.0, + 905.0, + 645.0, + 905.0, + 666.0, + 885.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 645.0, + 1181.0, + 645.0, + 1181.0, + 666.0, + 1161.0, + 666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 644.0, + 1378.0, + 644.0, + 1378.0, + 678.0, + 1292.0, + 678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 669.0, + 355.0, + 669.0, + 355.0, + 690.0, + 334.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 669.0, + 630.0, + 669.0, + 630.0, + 690.0, + 609.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 669.0, + 908.0, + 669.0, + 908.0, + 690.0, + 885.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 669.0, + 1181.0, + 669.0, + 1181.0, + 690.0, + 1161.0, + 690.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 682.0, + 373.0, + 682.0, + 373.0, + 705.0, + 334.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 683.0, + 424.0, + 683.0, + 424.0, + 706.0, + 388.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 680.0, + 474.0, + 680.0, + 474.0, + 708.0, + 435.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 680.0, + 523.0, + 680.0, + 523.0, + 708.0, + 485.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 531.0, + 682.0, + 570.0, + 682.0, + 570.0, + 704.0, + 531.0, + 704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 680.0, + 650.0, + 680.0, + 650.0, + 708.0, + 612.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 659.0, + 682.0, + 698.0, + 682.0, + 698.0, + 705.0, + 659.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 682.0, + 748.0, + 682.0, + 748.0, + 705.0, + 708.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 682.0, + 798.0, + 682.0, + 798.0, + 706.0, + 758.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 806.0, + 682.0, + 845.0, + 682.0, + 845.0, + 705.0, + 806.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 682.0, + 924.0, + 682.0, + 924.0, + 705.0, + 885.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 683.0, + 975.0, + 683.0, + 975.0, + 706.0, + 939.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 680.0, + 1026.0, + 680.0, + 1026.0, + 706.0, + 984.0, + 706.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 680.0, + 1076.0, + 680.0, + 1076.0, + 708.0, + 1036.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 681.0, + 1122.0, + 681.0, + 1122.0, + 705.0, + 1086.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 680.0, + 1201.0, + 680.0, + 1201.0, + 708.0, + 1163.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 680.0, + 1252.0, + 680.0, + 1252.0, + 708.0, + 1214.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1260.0, + 680.0, + 1301.0, + 680.0, + 1301.0, + 708.0, + 1260.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 680.0, + 1350.0, + 680.0, + 1350.0, + 708.0, + 1312.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 680.0, + 1398.0, + 680.0, + 1398.0, + 708.0, + 1362.0, + 708.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 700.0, + 484.0, + 700.0, + 484.0, + 730.0, + 426.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 701.0, + 757.0, + 701.0, + 757.0, + 728.0, + 701.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 701.0, + 1033.0, + 701.0, + 1033.0, + 728.0, + 977.0, + 728.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 700.0, + 1311.0, + 700.0, + 1311.0, + 730.0, + 1253.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 734.0, + 557.0, + 734.0, + 557.0, + 760.0, + 350.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 625.0, + 734.0, + 833.0, + 734.0, + 833.0, + 760.0, + 625.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 901.0, + 734.0, + 1109.0, + 734.0, + 1109.0, + 760.0, + 901.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 734.0, + 1384.0, + 734.0, + 1384.0, + 760.0, + 1176.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 754.0, + 355.0, + 754.0, + 355.0, + 777.0, + 326.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 754.0, + 675.0, + 754.0, + 675.0, + 782.0, + 602.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 754.0, + 905.0, + 754.0, + 905.0, + 777.0, + 878.0, + 777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 908.0, + 766.0, + 952.0, + 766.0, + 952.0, + 782.0, + 908.0, + 782.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 754.0, + 1230.0, + 754.0, + 1230.0, + 784.0, + 1153.0, + 784.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 776.0, + 354.0, + 776.0, + 354.0, + 801.0, + 326.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 600.0, + 774.0, + 632.0, + 774.0, + 632.0, + 803.0, + 600.0, + 803.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 877.0, + 776.0, + 905.0, + 776.0, + 905.0, + 802.0, + 877.0, + 802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 776.0, + 1181.0, + 776.0, + 1181.0, + 801.0, + 1153.0, + 801.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 800.0, + 354.0, + 800.0, + 354.0, + 826.0, + 326.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 800.0, + 630.0, + 800.0, + 630.0, + 826.0, + 602.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 800.0, + 906.0, + 800.0, + 906.0, + 826.0, + 878.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1153.0, + 800.0, + 1181.0, + 800.0, + 1181.0, + 826.0, + 1153.0, + 826.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 302.0, + 816.0, + 353.0, + 816.0, + 353.0, + 876.0, + 302.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 578.0, + 817.0, + 629.0, + 817.0, + 629.0, + 876.0, + 578.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 855.0, + 817.0, + 882.0, + 817.0, + 882.0, + 874.0, + 855.0, + 874.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 826.0, + 905.0, + 826.0, + 905.0, + 850.0, + 884.0, + 850.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 816.0, + 1181.0, + 816.0, + 1181.0, + 876.0, + 1129.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 850.0, + 353.0, + 850.0, + 353.0, + 871.0, + 333.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 850.0, + 629.0, + 850.0, + 629.0, + 871.0, + 609.0, + 871.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 884.0, + 850.0, + 905.0, + 850.0, + 905.0, + 872.0, + 884.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 850.0, + 1180.0, + 850.0, + 1180.0, + 872.0, + 1161.0, + 872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 876.0, + 352.0, + 876.0, + 352.0, + 893.0, + 336.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 876.0, + 628.0, + 876.0, + 628.0, + 893.0, + 612.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 874.0, + 905.0, + 874.0, + 905.0, + 894.0, + 885.0, + 894.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 876.0, + 1179.0, + 876.0, + 1179.0, + 893.0, + 1163.0, + 893.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 898.0, + 353.0, + 898.0, + 353.0, + 919.0, + 333.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 897.0, + 629.0, + 897.0, + 629.0, + 919.0, + 609.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 898.0, + 905.0, + 898.0, + 905.0, + 919.0, + 885.0, + 919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 901.0, + 1179.0, + 901.0, + 1179.0, + 918.0, + 1163.0, + 918.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1295.0, + 899.0, + 1375.0, + 899.0, + 1375.0, + 928.0, + 1295.0, + 928.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 921.0, + 354.0, + 921.0, + 354.0, + 943.0, + 333.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 609.0, + 921.0, + 630.0, + 921.0, + 630.0, + 943.0, + 609.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 885.0, + 922.0, + 905.0, + 922.0, + 905.0, + 942.0, + 885.0, + 942.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 922.0, + 1181.0, + 922.0, + 1181.0, + 943.0, + 1161.0, + 943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 336.0, + 933.0, + 377.0, + 933.0, + 377.0, + 960.0, + 336.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 934.0, + 424.0, + 934.0, + 424.0, + 958.0, + 388.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 435.0, + 932.0, + 474.0, + 932.0, + 474.0, + 959.0, + 435.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 486.0, + 934.0, + 522.0, + 934.0, + 522.0, + 958.0, + 486.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 932.0, + 572.0, + 932.0, + 572.0, + 959.0, + 533.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 933.0, + 653.0, + 933.0, + 653.0, + 960.0, + 612.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 933.0, + 700.0, + 933.0, + 700.0, + 960.0, + 661.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 934.0, + 748.0, + 934.0, + 748.0, + 958.0, + 712.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 933.0, + 799.0, + 933.0, + 799.0, + 960.0, + 760.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 932.0, + 847.0, + 932.0, + 847.0, + 959.0, + 809.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 933.0, + 926.0, + 933.0, + 926.0, + 960.0, + 888.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 933.0, + 977.0, + 933.0, + 977.0, + 959.0, + 938.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 934.0, + 1025.0, + 934.0, + 1025.0, + 958.0, + 989.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 933.0, + 1076.0, + 933.0, + 1076.0, + 959.0, + 1036.0, + 959.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1087.0, + 934.0, + 1122.0, + 934.0, + 1122.0, + 958.0, + 1087.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 933.0, + 1202.0, + 933.0, + 1202.0, + 960.0, + 1164.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 933.0, + 1255.0, + 933.0, + 1255.0, + 960.0, + 1214.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1263.0, + 934.0, + 1299.0, + 934.0, + 1299.0, + 958.0, + 1263.0, + 958.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 933.0, + 1350.0, + 933.0, + 1350.0, + 960.0, + 1312.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1362.0, + 933.0, + 1398.0, + 933.0, + 1398.0, + 960.0, + 1362.0, + 960.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 952.0, + 484.0, + 952.0, + 484.0, + 982.0, + 426.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 701.0, + 952.0, + 758.0, + 952.0, + 758.0, + 980.0, + 701.0, + 980.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 952.0, + 1035.0, + 952.0, + 1035.0, + 982.0, + 977.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 952.0, + 1311.0, + 952.0, + 1311.0, + 982.0, + 1253.0, + 982.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 995.0, + 355.0, + 995.0, + 355.0, + 1023.0, + 318.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 404.0, + 987.0, + 506.0, + 987.0, + 506.0, + 1011.0, + 404.0, + 1011.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 995.0, + 630.0, + 995.0, + 630.0, + 1023.0, + 594.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 985.0, + 782.0, + 985.0, + 782.0, + 1014.0, + 679.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 995.0, + 905.0, + 995.0, + 905.0, + 1023.0, + 870.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 985.0, + 1058.0, + 985.0, + 1058.0, + 1014.0, + 954.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 995.0, + 1183.0, + 995.0, + 1183.0, + 1023.0, + 1145.0, + 1023.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 985.0, + 1334.0, + 985.0, + 1334.0, + 1014.0, + 1230.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 317.0, + 1019.0, + 355.0, + 1019.0, + 355.0, + 1048.0, + 317.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1024.0, + 630.0, + 1024.0, + 630.0, + 1051.0, + 594.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 1024.0, + 906.0, + 1024.0, + 906.0, + 1051.0, + 870.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1145.0, + 1024.0, + 1181.0, + 1024.0, + 1181.0, + 1051.0, + 1145.0, + 1051.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1044.0, + 355.0, + 1044.0, + 355.0, + 1073.0, + 318.0, + 1073.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 588.0, + 1055.0, + 627.0, + 1055.0, + 627.0, + 1078.0, + 588.0, + 1078.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1054.0, + 905.0, + 1054.0, + 905.0, + 1081.0, + 865.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1054.0, + 1181.0, + 1054.0, + 1181.0, + 1081.0, + 1142.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1070.0, + 354.0, + 1070.0, + 354.0, + 1097.0, + 314.0, + 1097.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1082.0, + 629.0, + 1082.0, + 629.0, + 1110.0, + 591.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1082.0, + 905.0, + 1082.0, + 905.0, + 1111.0, + 865.0, + 1111.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1082.0, + 1181.0, + 1082.0, + 1181.0, + 1110.0, + 1142.0, + 1110.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1094.0, + 354.0, + 1094.0, + 354.0, + 1122.0, + 314.0, + 1122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1099.0, + 1272.0, + 1099.0, + 1272.0, + 1125.0, + 1224.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1119.0, + 355.0, + 1119.0, + 355.0, + 1147.0, + 314.0, + 1147.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1112.0, + 630.0, + 1112.0, + 630.0, + 1139.0, + 591.0, + 1139.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1112.0, + 905.0, + 1112.0, + 905.0, + 1140.0, + 865.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1112.0, + 1181.0, + 1112.0, + 1181.0, + 1140.0, + 1142.0, + 1140.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 1117.0, + 1258.0, + 1117.0, + 1258.0, + 1141.0, + 1224.0, + 1141.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 1143.0, + 354.0, + 1143.0, + 354.0, + 1172.0, + 314.0, + 1172.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 591.0, + 1140.0, + 630.0, + 1140.0, + 630.0, + 1168.0, + 591.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 865.0, + 1140.0, + 905.0, + 1140.0, + 905.0, + 1168.0, + 865.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1142.0, + 1140.0, + 1183.0, + 1140.0, + 1183.0, + 1168.0, + 1142.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 1135.0, + 1267.0, + 1135.0, + 1267.0, + 1183.0, + 1222.0, + 1183.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 1170.0, + 354.0, + 1170.0, + 354.0, + 1194.0, + 312.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 589.0, + 1170.0, + 630.0, + 1170.0, + 630.0, + 1194.0, + 589.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 1170.0, + 905.0, + 1170.0, + 905.0, + 1194.0, + 863.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 1170.0, + 1182.0, + 1170.0, + 1182.0, + 1194.0, + 1139.0, + 1194.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 337.0, + 1185.0, + 375.0, + 1185.0, + 375.0, + 1212.0, + 337.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 1186.0, + 423.0, + 1186.0, + 423.0, + 1210.0, + 388.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 438.0, + 1186.0, + 472.0, + 1186.0, + 472.0, + 1210.0, + 438.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 1185.0, + 523.0, + 1185.0, + 523.0, + 1212.0, + 485.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 536.0, + 1186.0, + 569.0, + 1186.0, + 569.0, + 1210.0, + 536.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 613.0, + 1185.0, + 650.0, + 1185.0, + 650.0, + 1212.0, + 613.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 1186.0, + 699.0, + 1186.0, + 699.0, + 1210.0, + 663.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 712.0, + 1186.0, + 748.0, + 1186.0, + 748.0, + 1210.0, + 712.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1185.0, + 799.0, + 1185.0, + 799.0, + 1211.0, + 760.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 1186.0, + 846.0, + 1186.0, + 846.0, + 1210.0, + 811.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1185.0, + 926.0, + 1185.0, + 926.0, + 1212.0, + 889.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 939.0, + 1186.0, + 975.0, + 1186.0, + 975.0, + 1210.0, + 939.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 986.0, + 1185.0, + 1026.0, + 1185.0, + 1026.0, + 1211.0, + 986.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 1186.0, + 1074.0, + 1186.0, + 1074.0, + 1210.0, + 1038.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 1185.0, + 1122.0, + 1185.0, + 1122.0, + 1212.0, + 1086.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1164.0, + 1185.0, + 1201.0, + 1185.0, + 1201.0, + 1212.0, + 1164.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1214.0, + 1185.0, + 1251.0, + 1185.0, + 1251.0, + 1212.0, + 1214.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1185.0, + 1302.0, + 1185.0, + 1302.0, + 1211.0, + 1262.0, + 1211.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1312.0, + 1185.0, + 1350.0, + 1185.0, + 1350.0, + 1212.0, + 1312.0, + 1212.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1363.0, + 1186.0, + 1395.0, + 1186.0, + 1395.0, + 1210.0, + 1363.0, + 1210.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 426.0, + 1205.0, + 484.0, + 1205.0, + 484.0, + 1234.0, + 426.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 1205.0, + 760.0, + 1205.0, + 760.0, + 1234.0, + 702.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 977.0, + 1205.0, + 1036.0, + 1205.0, + 1036.0, + 1234.0, + 977.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1253.0, + 1205.0, + 1312.0, + 1205.0, + 1312.0, + 1234.0, + 1253.0, + 1234.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1228.75, + 531.0, + 1250.75, + 531.0, + 1250.75, + 540.0, + 1228.75, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1273.0, + 1405.0, + 1273.0, + 1405.0, + 1310.0, + 294.0, + 1310.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1305.0, + 931.0, + 1305.0, + 931.0, + 1341.0, + 294.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1305.0, + 1246.0, + 1305.0, + 1246.0, + 1341.0, + 1029.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1292.0, + 1305.0, + 1405.0, + 1305.0, + 1405.0, + 1341.0, + 1292.0, + 1341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1331.0, + 463.0, + 1331.0, + 463.0, + 1374.0, + 292.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 505.0, + 1331.0, + 1406.0, + 1331.0, + 1406.0, + 1374.0, + 505.0, + 1374.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1364.0, + 686.0, + 1364.0, + 686.0, + 1404.0, + 292.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 920.0, + 1364.0, + 1408.0, + 1364.0, + 1408.0, + 1404.0, + 920.0, + 1404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1397.0, + 1238.0, + 1397.0, + 1238.0, + 1433.0, + 294.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1335.0, + 1397.0, + 1405.0, + 1397.0, + 1405.0, + 1433.0, + 1335.0, + 1433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1423.0, + 1405.0, + 1423.0, + 1405.0, + 1466.0, + 293.0, + 1466.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1457.0, + 1405.0, + 1457.0, + 1405.0, + 1494.0, + 295.0, + 1494.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1487.0, + 1403.0, + 1487.0, + 1403.0, + 1524.0, + 294.0, + 1524.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1516.0, + 1360.0, + 1516.0, + 1360.0, + 1555.0, + 293.0, + 1555.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 818.0, + 73.0, + 818.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 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 1251, + 1406, + 1251, + 1406, + 1588, + 296, + 1588 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 1002, + 1405, + 1002, + 1405, + 1157, + 298, + 1157 + ], + "score": 0.977 + }, + { + "category_id": 3, + "poly": [ + 602, + 232, + 1087, + 232, + 1087, + 603, + 602, + 603 + ], + "score": 0.971 + }, + { + "category_id": 1, + "poly": [ + 296, + 769, + 1405, + 769, + 1405, + 832, + 296, + 832 + ], + "score": 0.953 + }, + { + "category_id": 8, + "poly": [ + 755, + 848, + 943, + 848, + 943, + 915, + 755, + 915 + ], + "score": 0.95 + }, + { + "category_id": 8, + "poly": [ + 738, + 957, + 959, + 957, + 959, + 995, + 738, + 995 + ], + "score": 0.944 + }, + { + "category_id": 1, + "poly": [ + 297, + 1736, + 1407, + 1736, + 1407, + 1799, + 297, + 1799 + ], + "score": 0.943 + }, + { + "category_id": 1, + "poly": [ + 298, + 1971, + 1399, + 1971, + 1399, + 2036, + 298, + 2036 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 483, + 1867, + 1216, + 1867, + 1216, + 1954, + 483, + 1954 + ], + "score": 0.942 + }, + { + "category_id": 1, + "poly": [ + 298, + 1814, + 672, + 1814, + 672, + 1846, + 298, + 1846 + ], + "score": 0.929 + }, + { + "category_id": 1, + "poly": [ + 299, + 928, + 576, + 928, + 576, + 960, + 299, + 960 + ], + "score": 0.927 + }, + { + "category_id": 0, + "poly": [ + 300, + 1195, + 636, + 1195, + 636, + 1227, + 300, + 1227 + ], + "score": 0.924 + }, + { + "category_id": 4, + "poly": [ + 611, + 641, + 1091, + 641, + 1091, + 674, + 611, + 674 + ], + "score": 0.918 + }, + { + "category_id": 0, + "poly": [ + 299, + 712, + 751, + 712, + 751, + 743, + 299, + 743 + ], + "score": 0.915 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1895, + 1400, + 1895, + 1400, + 1925, + 1352, + 1925 + ], + "score": 0.904 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 815, + 75, + 815, + 104, + 299, + 104 + ], + "score": 0.899 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1688, + 1399, + 1688, + 1399, + 1718, + 1353, + 1718 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1609, + 1400, + 1609, + 1400, + 1639, + 1352, + 1639 + ], + "score": 0.879 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1649, + 1400, + 1649, + 1400, + 1678, + 1352, + 1678 + ], + "score": 0.875 + }, + { + "category_id": 2, + "poly": [ + 836, + 2088, + 863, + 2088, + 863, + 2113, + 836, + 2113 + ], + "score": 0.871 + }, + { + "category_id": 8, + "poly": [ + 784, + 1686, + 952, + 1686, + 952, + 1720, + 784, + 1720 + ], + "score": 0.801 + }, + { + "category_id": 8, + "poly": [ + 786, + 1647, + 1003, + 1647, + 1003, + 1680, + 786, + 1680 + ], + "score": 0.68 + }, + { + "category_id": 8, + "poly": [ + 664, + 1606, + 1038, + 1606, + 1038, + 1641, + 664, + 1641 + ], + "score": 0.639 + }, + { + "category_id": 8, + "poly": [ + 662, + 1604, + 1035, + 1604, + 1035, + 1721, + 662, + 1721 + ], + "score": 0.307 + }, + { + "category_id": 14, + "poly": [ + 754, + 845, + 944, + 845, + 944, + 914, + 754, + 914 + ], + "score": 0.93, + "latex": "f ( x ) = { \\frac { x } { 1 + | x | } } ," + }, + { + "category_id": 14, + "poly": [ + 484, + 1861, + 1216, + 1861, + 1216, + 1958, + 484, + 1958 + ], + "score": 0.93, + "latex": "\\frac { d } { P } \\sum _ { i = 1 } ^ { P } \\log ( r _ { i } + \\epsilon ) + \\frac { d } { 2 } \\log ( \\pi ) - \\log \\Gamma ( d / 2 + 1 ) + \\psi ( P ) - \\psi ( k )" + }, + { + "category_id": 13, + "poly": [ + 1192, + 1737, + 1260, + 1737, + 1260, + 1771, + 1192, + 1771 + ], + "score": 0.92, + "latex": "H ( T )" + }, + { + "category_id": 14, + "poly": [ + 660, + 1601, + 1039, + 1601, + 1039, + 1727, + 660, + 1727 + ], + "score": 0.92, + "latex": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { H ( T ) - H ( T | X ) } } \\\\ { { } } & { { = } } & { { H ( T ) - H ( Z ) } } \\\\ { { } } & { { = } } & { { H ( T ) - c } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 508, + 1738, + 626, + 1738, + 626, + 1771, + 508, + 1771 + ], + "score": 0.92, + "latex": "c = H ( Z )" + }, + { + "category_id": 14, + "poly": [ + 737, + 957, + 961, + 957, + 961, + 995, + 737, + 995 + ], + "score": 0.91, + "latex": "f ( x ) = \\ln ( 1 + e ^ { x } ) ." + }, + { + "category_id": 13, + "poly": [ + 560, + 1528, + 691, + 1528, + 691, + 1557, + 560, + 1557 + ], + "score": 0.91, + "latex": "T = h + Z" + }, + { + "category_id": 13, + "poly": [ + 1280, + 2002, + 1330, + 2002, + 1330, + 2036, + 1280, + 2036 + ], + "score": 0.9, + "latex": "\\Gamma ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 1213, + 1978, + 1239, + 1978, + 1239, + 2003, + 1213, + 2003 + ], + "score": 0.84, + "latex": "r _ { i }" + }, + { + "category_id": 13, + "poly": [ + 899, + 1976, + 922, + 1976, + 922, + 2000, + 899, + 2000 + ], + "score": 0.83, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 417, + 1499, + 441, + 1499, + 441, + 1525, + 417, + 1525 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 371, + 1974, + 388, + 1974, + 388, + 2000, + 371, + 2000 + ], + "score": 0.83, + "latex": "d" + }, + { + "category_id": 13, + "poly": [ + 371, + 2004, + 389, + 2004, + 389, + 2030, + 371, + 2030 + ], + "score": 0.82, + "latex": "k" + }, + { + "category_id": 13, + "poly": [ + 1003, + 1529, + 1028, + 1529, + 1028, + 1555, + 1003, + 1555 + ], + "score": 0.8, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 1233, + 1529, + 1261, + 1529, + 1261, + 1555, + 1233, + 1555 + ], + "score": 0.8, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 771, + 2014, + 785, + 2014, + 785, + 2030, + 771, + 2030 + ], + "score": 0.72, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1223, + 1468, + 1246, + 1468, + 1246, + 1494, + 1223, + 1494 + ], + "score": 0.72, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 746, + 2008, + 757, + 2008, + 757, + 2030, + 746, + 2030 + ], + "score": 0.66, + "latex": "i" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 233.0, + 644.0, + 233.0, + 644.0, + 253.0, + 629.0, + 253.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 277.0, + 645.0, + 277.0, + 645.0, + 296.0, + 629.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 323.0, + 646.0, + 323.0, + 646.0, + 341.0, + 629.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 319.0, + 806.0, + 319.0, + 806.0, + 341.0, + 768.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 768.0, + 334.0, + 814.0, + 334.0, + 814.0, + 358.0, + 768.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 347.0, + 829.0, + 347.0, + 829.0, + 377.0, + 767.0, + 377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 603.0, + 360.0, + 626.0, + 360.0, + 626.0, + 438.0, + 603.0, + 438.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 365.0, + 646.0, + 365.0, + 646.0, + 388.0, + 627.0, + 388.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 365.0, + 828.0, + 365.0, + 828.0, + 391.0, + 767.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 411.0, + 645.0, + 411.0, + 645.0, + 431.0, + 629.0, + 431.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 631.0, + 460.0, + 643.0, + 460.0, + 643.0, + 473.0, + 631.0, + 473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 503.0, + 645.0, + 503.0, + 645.0, + 521.0, + 629.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 546.0, + 645.0, + 546.0, + 645.0, + 566.0, + 622.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 635.0, + 560.0, + 658.0, + 560.0, + 658.0, + 580.0, + 635.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 560.0, + 874.0, + 560.0, + 874.0, + 582.0, + 853.0, + 582.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1071.0, + 561.0, + 1087.0, + 561.0, + 1087.0, + 580.0, + 1071.0, + 580.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 575.0, + 902.0, + 575.0, + 902.0, + 607.0, + 823.0, + 607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1195.0, + 640.0, + 1195.0, + 640.0, + 1231.0, + 295.0, + 1231.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 604.0, + 639.0, + 1094.0, + 639.0, + 1094.0, + 676.0, + 604.0, + 676.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 710.0, + 753.0, + 710.0, + 753.0, + 747.0, + 294.0, + 747.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": [ + 832.0, + 2085.0, + 868.0, + 2085.0, + 868.0, + 2122.0, + 832.0, + 2122.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1253.0, + 1407.0, + 1253.0, + 1407.0, + 1288.0, + 294.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1282.0, + 1406.0, + 1282.0, + 1406.0, + 1318.0, + 293.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1314.0, + 1404.0, + 1314.0, + 1404.0, + 1350.0, + 293.0, + 1350.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1345.0, + 1404.0, + 1345.0, + 1404.0, + 1380.0, + 295.0, + 1380.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": [ + 293.0, + 1405.0, + 1407.0, + 1405.0, + 1407.0, + 1443.0, + 293.0, + 1443.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1434.0, + 1406.0, + 1434.0, + 1406.0, + 1473.0, + 293.0, + 1473.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1467.0, + 1222.0, + 1467.0, + 1222.0, + 1501.0, + 294.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1247.0, + 1467.0, + 1406.0, + 1467.0, + 1406.0, + 1501.0, + 1247.0, + 1501.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1498.0, + 416.0, + 1498.0, + 416.0, + 1531.0, + 293.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 1498.0, + 1406.0, + 1498.0, + 1406.0, + 1531.0, + 442.0, + 1531.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1526.0, + 559.0, + 1526.0, + 559.0, + 1562.0, + 293.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 1526.0, + 1002.0, + 1526.0, + 1002.0, + 1562.0, + 692.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1029.0, + 1526.0, + 1232.0, + 1526.0, + 1232.0, + 1562.0, + 1029.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 1526.0, + 1409.0, + 1526.0, + 1409.0, + 1562.0, + 1262.0, + 1562.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1560.0, + 401.0, + 1560.0, + 401.0, + 1588.0, + 295.0, + 1588.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1004.0, + 1405.0, + 1004.0, + 1405.0, + 1037.0, + 296.0, + 1037.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1032.0, + 1407.0, + 1032.0, + 1407.0, + 1070.0, + 293.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1065.0, + 1403.0, + 1065.0, + 1403.0, + 1098.0, + 295.0, + 1098.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1095.0, + 1405.0, + 1095.0, + 1405.0, + 1129.0, + 293.0, + 1129.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1128.0, + 391.0, + 1128.0, + 391.0, + 1157.0, + 291.0, + 1157.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 766.0, + 1406.0, + 766.0, + 1406.0, + 807.0, + 293.0, + 807.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 802.0, + 764.0, + 802.0, + 764.0, + 834.0, + 296.0, + 834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1737.0, + 507.0, + 1737.0, + 507.0, + 1773.0, + 295.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 627.0, + 1737.0, + 1191.0, + 1737.0, + 1191.0, + 1773.0, + 627.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1737.0, + 1405.0, + 1737.0, + 1405.0, + 1773.0, + 1261.0, + 1773.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1768.0, + 972.0, + 1768.0, + 972.0, + 1802.0, + 294.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1969.0, + 370.0, + 1969.0, + 370.0, + 2009.0, + 294.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 389.0, + 1969.0, + 898.0, + 1969.0, + 898.0, + 2009.0, + 389.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 923.0, + 1969.0, + 1212.0, + 1969.0, + 1212.0, + 2009.0, + 923.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1240.0, + 1969.0, + 1404.0, + 1969.0, + 1404.0, + 2009.0, + 1240.0, + 2009.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2002.0, + 370.0, + 2002.0, + 370.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 390.0, + 2002.0, + 745.0, + 2002.0, + 745.0, + 2038.0, + 390.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 758.0, + 2002.0, + 770.0, + 2002.0, + 770.0, + 2038.0, + 758.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 2002.0, + 1279.0, + 2002.0, + 1279.0, + 2038.0, + 786.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1331.0, + 2002.0, + 1403.0, + 2002.0, + 1403.0, + 2038.0, + 1331.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1808.0, + 672.0, + 1808.0, + 672.0, + 1853.0, + 294.0, + 1853.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 926.0, + 580.0, + 926.0, + 580.0, + 962.0, + 294.0, + 962.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 17, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 296, + 307, + 1405, + 307, + 1405, + 492, + 296, + 492 + ], + "score": 0.979 + }, + { + "category_id": 3, + "poly": [ + 333, + 520, + 1343, + 520, + 1343, + 901, + 333, + 901 + ], + "score": 0.976 + }, + { + "category_id": 1, + "poly": [ + 297, + 1409, + 1402, + 1409, + 1402, + 1502, + 297, + 1502 + ], + "score": 0.963 + }, + { + "category_id": 8, + "poly": [ + 658, + 1853, + 1042, + 1853, + 1042, + 1920, + 658, + 1920 + ], + "score": 0.959 + }, + { + "category_id": 8, + "poly": [ + 689, + 1604, + 955, + 1604, + 955, + 1692, + 689, + 1692 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 299, + 1701, + 1405, + 1701, + 1405, + 1765, + 299, + 1765 + ], + "score": 0.955 + }, + { + "category_id": 1, + "poly": [ + 295, + 229, + 1401, + 229, + 1401, + 293, + 295, + 293 + ], + "score": 0.954 + }, + { + "category_id": 1, + "poly": [ + 299, + 1778, + 1398, + 1778, + 1398, + 1842, + 299, + 1842 + ], + "score": 0.948 + }, + { + "category_id": 1, + "poly": [ + 296, + 1929, + 1402, + 1929, + 1402, + 1992, + 296, + 1992 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 665, + 1511, + 1034, + 1511, + 1034, + 1549, + 665, + 1549 + ], + "score": 0.943 + }, + { + "category_id": 8, + "poly": [ + 659, + 1999, + 984, + 1999, + 984, + 2037, + 659, + 2037 + ], + "score": 0.942 + }, + { + "category_id": 4, + "poly": [ + 295, + 948, + 1407, + 948, + 1407, + 1194, + 295, + 1194 + ], + "score": 0.941 + }, + { + "category_id": 1, + "poly": [ + 298, + 1300, + 1408, + 1300, + 1408, + 1395, + 298, + 1395 + ], + "score": 0.939 + }, + { + "category_id": 1, + "poly": [ + 294, + 1557, + 1018, + 1557, + 1018, + 1590, + 294, + 1590 + ], + "score": 0.933 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 815, + 75, + 815, + 105, + 299, + 105 + ], + "score": 0.907 + }, + { + "category_id": 0, + "poly": [ + 300, + 1235, + 1261, + 1235, + 1261, + 1269, + 300, + 1269 + ], + "score": 0.906 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1629, + 1400, + 1629, + 1400, + 1661, + 1352, + 1661 + ], + "score": 0.901 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1869, + 1399, + 1869, + 1399, + 1899, + 1352, + 1899 + ], + "score": 0.898 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1514, + 1400, + 1514, + 1400, + 1545, + 1352, + 1545 + ], + "score": 0.893 + }, + { + "category_id": 9, + "poly": [ + 1352, + 2004, + 1400, + 2004, + 1400, + 2033, + 1352, + 2033 + ], + "score": 0.884 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.877 + }, + { + "category_id": 14, + "poly": [ + 688, + 1597, + 958, + 1597, + 958, + 1693, + 688, + 1693 + ], + "score": 0.95, + "latex": "H ( h ) = - \\sum _ { i = 1 } ^ { N } p _ { i } \\log p _ { i }" + }, + { + "category_id": 13, + "poly": [ + 1078, + 1441, + 1196, + 1441, + 1196, + 1474, + 1078, + 1474 + ], + "score": 0.95, + "latex": "h = f ( X )" + }, + { + "category_id": 14, + "poly": [ + 657, + 1849, + 1041, + 1849, + 1041, + 1921, + 657, + 1921 + ], + "score": 0.94, + "latex": "H ( Z ) = - \\int p _ { Z } ( z ) \\log p _ { Z } ( z ) d z ," + }, + { + "category_id": 13, + "poly": [ + 858, + 1731, + 1049, + 1731, + 1049, + 1765, + 858, + 1765 + ], + "score": 0.93, + "latex": "I ( h ; X ) = H ( h )" + }, + { + "category_id": 13, + "poly": [ + 1253, + 1701, + 1402, + 1701, + 1402, + 1735, + 1253, + 1735 + ], + "score": 0.92, + "latex": "H ( h | X ) = 0" + }, + { + "category_id": 14, + "poly": [ + 656, + 1999, + 988, + 1999, + 988, + 2037, + 656, + 2037 + ], + "score": 0.92, + "latex": "I ( h ; X ) = H ( h ) - H ( h | X ) ." + }, + { + "category_id": 13, + "poly": [ + 1320, + 1963, + 1375, + 1963, + 1375, + 1991, + 1320, + 1991 + ], + "score": 0.91, + "latex": "h , X" + }, + { + "category_id": 13, + "poly": [ + 552, + 230, + 603, + 230, + 603, + 264, + 552, + 264 + ], + "score": 0.91, + "latex": "\\psi ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 692, + 263, + 768, + 263, + 768, + 292, + 692, + 292 + ], + "score": 0.91, + "latex": "r _ { i } = 0" + }, + { + "category_id": 14, + "poly": [ + 663, + 1510, + 1037, + 1510, + 1037, + 1552, + 663, + 1552 + ], + "score": 0.9, + "latex": "\\begin{array} { l l l } { { I ( h ; X ) } } & { { = } } & { { H ( h ) - H ( h | X ) . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1069, + 260, + 1188, + 260, + 1188, + 290, + 1069, + 290 + ], + "score": 0.9, + "latex": "\\epsilon = 1 0 ^ { \\bar { - } 1 6 }" + }, + { + "category_id": 13, + "poly": [ + 611, + 369, + 681, + 369, + 681, + 396, + 611, + 396 + ], + "score": 0.89, + "latex": "k = 2" + }, + { + "category_id": 13, + "poly": [ + 1301, + 1929, + 1406, + 1929, + 1406, + 1962, + 1301, + 1962 + ], + "score": 0.89, + "latex": "H ( Z ) =" + }, + { + "category_id": 13, + "poly": [ + 770, + 1472, + 798, + 1472, + 798, + 1498, + 770, + 1498 + ], + "score": 0.85, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 468, + 1814, + 503, + 1814, + 503, + 1841, + 468, + 1841 + ], + "score": 0.85, + "latex": "p _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 1124, + 1961, + 1151, + 1961, + 1151, + 1987, + 1124, + 1987 + ], + "score": 0.85, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 369, + 1707, + 395, + 1707, + 395, + 1733, + 369, + 1733 + ], + "score": 0.85, + "latex": "p _ { i }" + }, + { + "category_id": 13, + "poly": [ + 995, + 1934, + 1029, + 1934, + 1029, + 1961, + 995, + 1961 + ], + "score": 0.85, + "latex": "p _ { Z }" + }, + { + "category_id": 13, + "poly": [ + 298, + 1963, + 349, + 1963, + 349, + 1989, + 298, + 1989 + ], + "score": 0.85, + "latex": "- \\infty" + }, + { + "category_id": 13, + "poly": [ + 954, + 1963, + 972, + 1963, + 972, + 1986, + 954, + 1986 + ], + "score": 0.84, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 527, + 1442, + 554, + 1442, + 554, + 1468, + 527, + 1468 + ], + "score": 0.82, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 298, + 1473, + 317, + 1473, + 317, + 1503, + 298, + 1503 + ], + "score": 0.82, + "latex": "f" + }, + { + "category_id": 13, + "poly": [ + 700, + 1472, + 719, + 1472, + 719, + 1498, + 700, + 1498 + ], + "score": 0.82, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 323, + 1559, + 342, + 1559, + 342, + 1585, + 323, + 1585 + ], + "score": 0.81, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 401, + 1781, + 421, + 1781, + 421, + 1807, + 401, + 1807 + ], + "score": 0.81, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 298, + 1811, + 322, + 1811, + 322, + 1837, + 298, + 1837 + ], + "score": 0.8, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 297, + 1072, + 321, + 1072, + 321, + 1099, + 297, + 1099 + ], + "score": 0.8, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 834, + 1704, + 846, + 1704, + 846, + 1729, + 834, + 1729 + ], + "score": 0.74, + "latex": "i" + }, + { + "category_id": 13, + "poly": [ + 1126, + 237, + 1142, + 237, + 1142, + 258, + 1126, + 258 + ], + "score": 0.59, + "latex": "\\epsilon" + }, + { + "category_id": 13, + "poly": [ + 1003, + 982, + 1022, + 982, + 1022, + 1009, + 1003, + 1009 + ], + "score": 0.35, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 648, + 1015, + 667, + 1015, + 667, + 1039, + 648, + 1039 + ], + "score": 0.31, + "latex": "\\mathbf { X } ^ { } -" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 521.0, + 356.0, + 521.0, + 356.0, + 553.0, + 327.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 542.0, + 394.0, + 542.0, + 394.0, + 557.0, + 380.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 517.0, + 633.0, + 517.0, + 633.0, + 554.0, + 566.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 846.0, + 521.0, + 873.0, + 521.0, + 873.0, + 553.0, + 846.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 905.0, + 544.0, + 914.0, + 544.0, + 914.0, + 554.0, + 905.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1086.0, + 519.0, + 1159.0, + 519.0, + 1159.0, + 553.0, + 1086.0, + 553.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 581.0, + 914.0, + 581.0, + 914.0, + 594.0, + 899.0, + 594.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 376.0, + 594.0, + 392.0, + 594.0, + 392.0, + 608.0, + 376.0, + 608.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 617.0, + 918.0, + 617.0, + 918.0, + 638.0, + 890.0, + 638.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 643.0, + 394.0, + 643.0, + 394.0, + 662.0, + 370.0, + 662.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 341.0, + 653.0, + 376.0, + 653.0, + 376.0, + 765.0, + 341.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 653.0, + 915.0, + 653.0, + 915.0, + 765.0, + 861.0, + 765.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 371.0, + 697.0, + 392.0, + 697.0, + 392.0, + 714.0, + 371.0, + 714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 695.0, + 915.0, + 695.0, + 915.0, + 713.0, + 895.0, + 713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 735.0, + 915.0, + 735.0, + 915.0, + 752.0, + 894.0, + 752.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 747.0, + 393.0, + 747.0, + 393.0, + 766.0, + 370.0, + 766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 764.0, + 483.0, + 764.0, + 483.0, + 804.0, + 429.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 772.0, + 919.0, + 772.0, + 919.0, + 793.0, + 890.0, + 793.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1271.0, + 764.0, + 1327.0, + 764.0, + 1327.0, + 804.0, + 1271.0, + 804.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 366.0, + 798.0, + 395.0, + 798.0, + 395.0, + 819.0, + 366.0, + 819.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 795.0, + 483.0, + 795.0, + 483.0, + 823.0, + 428.0, + 823.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 797.0, + 1327.0, + 797.0, + 1327.0, + 821.0, + 1273.0, + 821.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 813.0, + 483.0, + 813.0, + 483.0, + 841.0, + 428.0, + 841.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 811.0, + 918.0, + 811.0, + 918.0, + 832.0, + 889.0, + 832.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1270.0, + 815.0, + 1327.0, + 815.0, + 1327.0, + 840.0, + 1270.0, + 840.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 429.0, + 833.0, + 483.0, + 833.0, + 483.0, + 857.0, + 429.0, + 857.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1273.0, + 833.0, + 1328.0, + 833.0, + 1328.0, + 856.0, + 1273.0, + 856.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 370.0, + 852.0, + 401.0, + 852.0, + 401.0, + 876.0, + 370.0, + 876.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 858.0, + 458.0, + 858.0, + 458.0, + 879.0, + 423.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 468.0, + 860.0, + 503.0, + 860.0, + 503.0, + 879.0, + 468.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 514.0, + 860.0, + 548.0, + 860.0, + 548.0, + 879.0, + 514.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 860.0, + 595.0, + 860.0, + 595.0, + 879.0, + 562.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 607.0, + 860.0, + 640.0, + 860.0, + 640.0, + 879.0, + 607.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 653.0, + 860.0, + 688.0, + 860.0, + 688.0, + 879.0, + 653.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 860.0, + 733.0, + 860.0, + 733.0, + 879.0, + 700.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 860.0, + 779.0, + 860.0, + 779.0, + 879.0, + 744.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 792.0, + 860.0, + 825.0, + 860.0, + 825.0, + 879.0, + 792.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 947.0, + 860.0, + 980.0, + 860.0, + 980.0, + 879.0, + 947.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 991.0, + 860.0, + 1025.0, + 860.0, + 1025.0, + 879.0, + 991.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1038.0, + 860.0, + 1072.0, + 860.0, + 1072.0, + 879.0, + 1038.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1084.0, + 860.0, + 1118.0, + 860.0, + 1118.0, + 879.0, + 1084.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1129.0, + 860.0, + 1164.0, + 860.0, + 1164.0, + 879.0, + 1129.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1176.0, + 860.0, + 1211.0, + 860.0, + 1211.0, + 879.0, + 1176.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1222.0, + 860.0, + 1257.0, + 860.0, + 1257.0, + 879.0, + 1222.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 860.0, + 1303.0, + 860.0, + 1303.0, + 879.0, + 1267.0, + 879.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1317.0, + 861.0, + 1348.0, + 861.0, + 1348.0, + 877.0, + 1317.0, + 877.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 562.0, + 872.0, + 641.0, + 872.0, + 641.0, + 904.0, + 562.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 872.0, + 1164.0, + 872.0, + 1164.0, + 904.0, + 1085.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 898.25, + 850.5, + 921.25, + 850.5, + 921.25, + 874.5, + 898.25, + 874.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 948.0, + 1408.0, + 948.0, + 1408.0, + 986.0, + 294.0, + 986.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 980.0, + 1002.0, + 980.0, + 1002.0, + 1013.0, + 294.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1023.0, + 980.0, + 1406.0, + 980.0, + 1406.0, + 1013.0, + 1023.0, + 1013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1010.0, + 647.0, + 1010.0, + 647.0, + 1047.0, + 294.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 668.0, + 1010.0, + 1408.0, + 1010.0, + 1408.0, + 1047.0, + 668.0, + 1047.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1041.0, + 1406.0, + 1041.0, + 1406.0, + 1075.0, + 294.0, + 1075.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1069.0, + 296.0, + 1069.0, + 296.0, + 1107.0, + 290.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1069.0, + 1407.0, + 1069.0, + 1407.0, + 1107.0, + 322.0, + 1107.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1101.0, + 1405.0, + 1101.0, + 1405.0, + 1135.0, + 294.0, + 1135.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1131.0, + 1409.0, + 1131.0, + 1409.0, + 1168.0, + 293.0, + 1168.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1164.0, + 913.0, + 1164.0, + 913.0, + 1197.0, + 294.0, + 1197.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 295.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1230.0, + 1267.0, + 1230.0, + 1267.0, + 1276.0, + 292.0, + 1276.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, + 309.0, + 1406.0, + 309.0, + 1406.0, + 341.0, + 295.0, + 341.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 337.0, + 1405.0, + 337.0, + 1405.0, + 373.0, + 294.0, + 373.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 369.0, + 610.0, + 369.0, + 610.0, + 405.0, + 295.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 682.0, + 369.0, + 1405.0, + 369.0, + 1405.0, + 405.0, + 682.0, + 405.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 399.0, + 1403.0, + 399.0, + 1403.0, + 435.0, + 294.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 431.0, + 1406.0, + 431.0, + 1406.0, + 463.0, + 295.0, + 463.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 458.0, + 932.0, + 458.0, + 932.0, + 496.0, + 293.0, + 496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1406.0, + 1406.0, + 1406.0, + 1406.0, + 1446.0, + 292.0, + 1446.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1440.0, + 526.0, + 1440.0, + 526.0, + 1474.0, + 293.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 1440.0, + 1077.0, + 1440.0, + 1077.0, + 1474.0, + 555.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1197.0, + 1440.0, + 1403.0, + 1440.0, + 1403.0, + 1474.0, + 1197.0, + 1474.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1468.0, + 297.0, + 1468.0, + 297.0, + 1507.0, + 293.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 318.0, + 1468.0, + 699.0, + 1468.0, + 699.0, + 1507.0, + 318.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 1468.0, + 769.0, + 1468.0, + 769.0, + 1507.0, + 720.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 1468.0, + 929.0, + 1468.0, + 929.0, + 1507.0, + 799.0, + 1507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1700.0, + 368.0, + 1700.0, + 368.0, + 1736.0, + 294.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 1700.0, + 833.0, + 1700.0, + 833.0, + 1736.0, + 396.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 847.0, + 1700.0, + 1252.0, + 1700.0, + 1252.0, + 1736.0, + 847.0, + 1736.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1730.0, + 857.0, + 1730.0, + 857.0, + 1766.0, + 295.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1050.0, + 1730.0, + 1061.0, + 1730.0, + 1061.0, + 1766.0, + 1050.0, + 1766.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 229.0, + 551.0, + 229.0, + 551.0, + 265.0, + 297.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 604.0, + 229.0, + 1125.0, + 229.0, + 1125.0, + 265.0, + 604.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1143.0, + 229.0, + 1405.0, + 229.0, + 1405.0, + 265.0, + 1143.0, + 265.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.25, + 253.0, + 1201.25, + 253.0, + 1201.25, + 301.0, + 290.25, + 301.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1778.0, + 400.0, + 1778.0, + 400.0, + 1814.0, + 295.0, + 1814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 422.0, + 1778.0, + 1403.0, + 1778.0, + 1403.0, + 1814.0, + 422.0, + 1814.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 323.0, + 1807.0, + 467.0, + 1807.0, + 467.0, + 1845.0, + 323.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 504.0, + 1807.0, + 809.0, + 1807.0, + 809.0, + 1845.0, + 504.0, + 1845.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1929.0, + 994.0, + 1929.0, + 994.0, + 1964.0, + 296.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1030.0, + 1929.0, + 1300.0, + 1929.0, + 1300.0, + 1964.0, + 1030.0, + 1964.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 350.0, + 1961.0, + 953.0, + 1961.0, + 953.0, + 1992.0, + 350.0, + 1992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 973.0, + 1961.0, + 1123.0, + 1961.0, + 1123.0, + 1992.0, + 973.0, + 1992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 1961.0, + 1319.0, + 1961.0, + 1319.0, + 1992.0, + 1152.0, + 1992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1376.0, + 1961.0, + 1404.0, + 1961.0, + 1404.0, + 1992.0, + 1376.0, + 1992.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1299.0, + 1406.0, + 1299.0, + 1406.0, + 1338.0, + 293.0, + 1338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1330.0, + 1409.0, + 1330.0, + 1409.0, + 1369.0, + 292.0, + 1369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1361.0, + 1282.0, + 1361.0, + 1282.0, + 1401.0, + 293.0, + 1401.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1551.0, + 322.0, + 1551.0, + 322.0, + 1597.0, + 293.0, + 1597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 343.0, + 1551.0, + 1017.0, + 1551.0, + 1017.0, + 1597.0, + 343.0, + 1597.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 18, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1347, + 1404, + 1347, + 1404, + 1867, + 298, + 1867 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 1116, + 1404, + 1116, + 1404, + 1330, + 297, + 1330 + ], + "score": 0.978 + }, + { + "category_id": 1, + "poly": [ + 299, + 1881, + 1402, + 1881, + 1402, + 2035, + 299, + 2035 + ], + "score": 0.976 + }, + { + "category_id": 3, + "poly": [ + 519, + 400, + 1169, + 400, + 1169, + 922, + 519, + 922 + ], + "score": 0.973 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1405, + 228, + 1405, + 323, + 298, + 323 + ], + "score": 0.964 + }, + { + "category_id": 4, + "poly": [ + 297, + 980, + 1403, + 980, + 1403, + 1075, + 297, + 1075 + ], + "score": 0.938 + }, + { + "category_id": 2, + "poly": [ + 299, + 75, + 815, + 75, + 815, + 104, + 299, + 104 + ], + "score": 0.899 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.855 + }, + { + "category_id": 13, + "poly": [ + 1211, + 1118, + 1308, + 1118, + 1308, + 1150, + 1211, + 1150 + ], + "score": 0.93, + "latex": "H ( h | X )" + }, + { + "category_id": 13, + "poly": [ + 636, + 1239, + 937, + 1239, + 937, + 1273, + 636, + 1273 + ], + "score": 0.93, + "latex": "I ( T ; X ) = H ( T ) - H ( Z )" + }, + { + "category_id": 13, + "poly": [ + 1119, + 1208, + 1326, + 1208, + 1326, + 1242, + 1119, + 1242 + ], + "score": 0.93, + "latex": "H ( T | X ) = H ( Z )" + }, + { + "category_id": 13, + "poly": [ + 357, + 230, + 542, + 230, + 542, + 264, + 357, + 264 + ], + "score": 0.92, + "latex": "H ( h | X ) = - \\infty" + }, + { + "category_id": 13, + "poly": [ + 325, + 262, + 390, + 262, + 390, + 295, + 325, + 295 + ], + "score": 0.92, + "latex": "f ( X )" + }, + { + "category_id": 13, + "poly": [ + 369, + 1209, + 500, + 1209, + 500, + 1238, + 369, + 1238 + ], + "score": 0.91, + "latex": "T = h + Z" + }, + { + "category_id": 13, + "poly": [ + 461, + 291, + 527, + 291, + 527, + 325, + 461, + 325 + ], + "score": 0.9, + "latex": "H ( h )" + }, + { + "category_id": 13, + "poly": [ + 983, + 1012, + 1040, + 1012, + 1040, + 1042, + 983, + 1042 + ], + "score": 0.89, + "latex": "b _ { i } \\in" + }, + { + "category_id": 13, + "poly": [ + 1015, + 1210, + 1043, + 1210, + 1043, + 1236, + 1015, + 1236 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 933, + 1349, + 953, + 1349, + 953, + 1375, + 933, + 1375 + ], + "score": 0.81, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1026, + 232, + 1046, + 232, + 1046, + 258, + 1026, + 258 + ], + "score": 0.79, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 585, + 1210, + 609, + 1210, + 609, + 1236, + 585, + 1236 + ], + "score": 0.79, + "latex": "Z" + }, + { + "category_id": 13, + "poly": [ + 659, + 1440, + 683, + 1440, + 683, + 1466, + 659, + 1466 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 1228, + 1349, + 1251, + 1349, + 1251, + 1375, + 1228, + 1375 + ], + "score": 0.77, + "latex": "T" + }, + { + "category_id": 13, + "poly": [ + 777, + 232, + 806, + 232, + 806, + 259, + 777, + 259 + ], + "score": 0.75, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1048, + 1440, + 1067, + 1440, + 1067, + 1467, + 1048, + 1467 + ], + "score": 0.75, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1196, + 1011, + 1352, + 1011, + 1352, + 1045, + 1196, + 1045 + ], + "score": 0.57, + "latex": "( - 5 0 , 5 0 , N ) )" + }, + { + "category_id": 13, + "poly": [ + 592, + 1180, + 611, + 1180, + 611, + 1206, + 592, + 1206 + ], + "score": 0.55, + "latex": "\\mathbf { k }" + }, + { + "category_id": 13, + "poly": [ + 983, + 1011, + 1354, + 1011, + 1354, + 1045, + 983, + 1045 + ], + "score": 0.36, + "latex": "b _ { i } \\in \\mathrm { t a n h } ( \\operatorname* { l i n s p a c e } ( - 5 0 , 5 0 , N ) )" + }, + { + "category_id": 15, + "poly": [ + 539.0, + 397.0, + 567.0, + 397.0, + 567.0, + 422.0, + 539.0, + 422.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 518.0, + 537.0, + 546.0, + 537.0, + 546.0, + 749.0, + 518.0, + 749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 553.0, + 566.0, + 553.0, + 566.0, + 578.0, + 541.0, + 578.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 715.0, + 562.0, + 715.0, + 562.0, + 733.0, + 550.0, + 733.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 547.0, + 871.0, + 564.0, + 871.0, + 564.0, + 889.0, + 547.0, + 889.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 558.0, + 885.0, + 574.0, + 885.0, + 574.0, + 902.0, + 558.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 619.0, + 887.0, + 631.0, + 887.0, + 631.0, + 900.0, + 619.0, + 900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 884.0, + 693.0, + 884.0, + 693.0, + 902.0, + 677.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 736.0, + 884.0, + 752.0, + 884.0, + 752.0, + 903.0, + 736.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 796.0, + 885.0, + 812.0, + 885.0, + 812.0, + 902.0, + 796.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 884.0, + 872.0, + 884.0, + 872.0, + 903.0, + 856.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 884.0, + 932.0, + 884.0, + 932.0, + 902.0, + 916.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 975.0, + 884.0, + 992.0, + 884.0, + 992.0, + 902.0, + 975.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1036.0, + 884.0, + 1051.0, + 884.0, + 1051.0, + 903.0, + 1036.0, + 903.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1095.0, + 884.0, + 1111.0, + 884.0, + 1111.0, + 902.0, + 1095.0, + 902.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 883.0, + 1174.0, + 883.0, + 1174.0, + 904.0, + 1152.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 907.0, + 873.0, + 907.0, + 873.0, + 923.0, + 856.0, + 923.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 980.0, + 1405.0, + 980.0, + 1405.0, + 1018.0, + 295.0, + 1018.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1012.0, + 982.0, + 1012.0, + 982.0, + 1046.0, + 295.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1355.0, + 1012.0, + 1405.0, + 1012.0, + 1405.0, + 1046.0, + 1355.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1043.0, + 1281.0, + 1043.0, + 1281.0, + 1077.0, + 296.0, + 1077.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 72.0, + 817.0, + 72.0, + 817.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 829.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1349.0, + 932.0, + 1349.0, + 932.0, + 1381.0, + 296.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 954.0, + 1349.0, + 1227.0, + 1349.0, + 1227.0, + 1381.0, + 954.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1252.0, + 1349.0, + 1405.0, + 1349.0, + 1405.0, + 1381.0, + 1252.0, + 1381.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1377.0, + 1406.0, + 1377.0, + 1406.0, + 1413.0, + 294.0, + 1413.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1409.0, + 1405.0, + 1409.0, + 1405.0, + 1442.0, + 296.0, + 1442.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1437.0, + 658.0, + 1437.0, + 658.0, + 1475.0, + 292.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 684.0, + 1437.0, + 1047.0, + 1437.0, + 1047.0, + 1475.0, + 684.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 1437.0, + 1407.0, + 1437.0, + 1407.0, + 1475.0, + 1068.0, + 1475.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1464.0, + 1406.0, + 1464.0, + 1406.0, + 1510.0, + 292.0, + 1510.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1500.0, + 1405.0, + 1500.0, + 1405.0, + 1533.0, + 293.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1528.0, + 1404.0, + 1528.0, + 1404.0, + 1567.0, + 292.0, + 1567.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1557.0, + 1406.0, + 1557.0, + 1406.0, + 1599.0, + 292.0, + 1599.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1590.0, + 1406.0, + 1590.0, + 1406.0, + 1626.0, + 294.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1620.0, + 1405.0, + 1620.0, + 1405.0, + 1655.0, + 293.0, + 1655.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1651.0, + 1406.0, + 1651.0, + 1406.0, + 1686.0, + 293.0, + 1686.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1679.0, + 1405.0, + 1679.0, + 1405.0, + 1717.0, + 293.0, + 1717.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1713.0, + 1404.0, + 1713.0, + 1404.0, + 1749.0, + 294.0, + 1749.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1741.0, + 1407.0, + 1741.0, + 1407.0, + 1780.0, + 292.0, + 1780.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1774.0, + 1405.0, + 1774.0, + 1405.0, + 1810.0, + 293.0, + 1810.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1801.0, + 1408.0, + 1801.0, + 1408.0, + 1842.0, + 291.0, + 1842.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1833.0, + 864.0, + 1833.0, + 864.0, + 1872.0, + 292.0, + 1872.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1118.0, + 1210.0, + 1118.0, + 1210.0, + 1152.0, + 295.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1309.0, + 1118.0, + 1402.0, + 1118.0, + 1402.0, + 1152.0, + 1309.0, + 1152.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1146.0, + 1406.0, + 1146.0, + 1406.0, + 1181.0, + 294.0, + 1181.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1179.0, + 591.0, + 1179.0, + 591.0, + 1213.0, + 295.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 612.0, + 1179.0, + 1404.0, + 1179.0, + 1404.0, + 1213.0, + 612.0, + 1213.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1208.0, + 368.0, + 1208.0, + 368.0, + 1243.0, + 294.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 1208.0, + 584.0, + 1208.0, + 584.0, + 1243.0, + 501.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 610.0, + 1208.0, + 1014.0, + 1208.0, + 1014.0, + 1243.0, + 610.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1044.0, + 1208.0, + 1118.0, + 1208.0, + 1118.0, + 1243.0, + 1044.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 1208.0, + 1405.0, + 1208.0, + 1405.0, + 1243.0, + 1327.0, + 1243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1239.0, + 635.0, + 1239.0, + 635.0, + 1273.0, + 295.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 938.0, + 1239.0, + 1406.0, + 1239.0, + 1406.0, + 1273.0, + 938.0, + 1273.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1271.0, + 1405.0, + 1271.0, + 1405.0, + 1305.0, + 294.0, + 1305.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1300.0, + 819.0, + 1300.0, + 819.0, + 1335.0, + 293.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1881.0, + 1403.0, + 1881.0, + 1403.0, + 1914.0, + 297.0, + 1914.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 1403.0, + 1912.0, + 1403.0, + 1945.0, + 295.0, + 1945.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1939.0, + 1406.0, + 1939.0, + 1406.0, + 1979.0, + 293.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1973.0, + 1404.0, + 1973.0, + 1404.0, + 2006.0, + 297.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1999.0, + 1406.0, + 1999.0, + 1406.0, + 2043.0, + 293.0, + 2043.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 228.0, + 356.0, + 228.0, + 356.0, + 266.0, + 293.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 543.0, + 228.0, + 776.0, + 228.0, + 776.0, + 266.0, + 543.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 807.0, + 228.0, + 1025.0, + 228.0, + 1025.0, + 266.0, + 807.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1047.0, + 228.0, + 1405.0, + 228.0, + 1405.0, + 266.0, + 1047.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 258.0, + 324.0, + 258.0, + 324.0, + 297.0, + 292.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 391.0, + 258.0, + 1405.0, + 258.0, + 1405.0, + 297.0, + 391.0, + 297.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 289.0, + 460.0, + 289.0, + 460.0, + 327.0, + 295.0, + 327.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 528.0, + 289.0, + 637.0, + 289.0, + 637.0, + 327.0, + 528.0, + 327.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 19, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 297, + 1753, + 1406, + 1753, + 1406, + 2037, + 297, + 2037 + ], + "score": 0.981 + }, + { + "category_id": 1, + "poly": [ + 297, + 1493, + 1404, + 1493, + 1404, + 1739, + 297, + 1739 + ], + "score": 0.979 + }, + { + "category_id": 3, + "poly": [ + 418, + 229, + 1291, + 229, + 1291, + 1120, + 418, + 1120 + ], + "score": 0.975 + }, + { + "category_id": 1, + "poly": [ + 298, + 1355, + 1404, + 1355, + 1404, + 1479, + 298, + 1479 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 298, + 1170, + 1404, + 1170, + 1404, + 1265, + 298, + 1265 + ], + "score": 0.961 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 863, + 2088, + 863, + 2113, + 835, + 2113 + ], + "score": 0.777 + }, + { + "category_id": 13, + "poly": [ + 1063, + 1845, + 1306, + 1845, + 1306, + 1879, + 1063, + 1879 + ], + "score": 0.93, + "latex": "I ( X ; \\bar { h _ { 1 } } ) \\geq I ( \\bar { X ; } h _ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 523, + 1967, + 660, + 1967, + 660, + 2001, + 523, + 2001 + ], + "score": 0.93, + "latex": "h _ { 2 } = f ( h _ { 1 } )" + }, + { + "category_id": 13, + "poly": [ + 298, + 1646, + 484, + 1646, + 484, + 1680, + 298, + 1680 + ], + "score": 0.93, + "latex": "H ( h ) \\stackrel { - } { = } \\log ( P )" + }, + { + "category_id": 13, + "poly": [ + 589, + 1846, + 759, + 1846, + 759, + 1877, + 589, + 1877 + ], + "score": 0.92, + "latex": "X h _ { 1 } h _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 765, + 2000, + 1208, + 2000, + 1208, + 2037, + 765, + 2037 + ], + "score": 0.92, + "latex": "\\tilde { T } _ { 2 } = f ( T _ { 1 } ) + Z _ { 2 } = f ( h _ { 1 } + Z _ { 1 } ) + Z _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 713, + 1968, + 877, + 1968, + 877, + 1998, + 713, + 1998 + ], + "score": 0.91, + "latex": "T _ { 1 } = h _ { 1 } + Z _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 908, + 1203, + 962, + 1203, + 962, + 1233, + 908, + 1233 + ], + "score": 0.88, + "latex": "b _ { i } \\in" + }, + { + "category_id": 13, + "poly": [ + 389, + 1584, + 429, + 1584, + 429, + 1614, + 389, + 1614 + ], + "score": 0.87, + "latex": "2 ^ { 3 2 }" + }, + { + "category_id": 13, + "poly": [ + 567, + 1648, + 593, + 1648, + 593, + 1674, + 567, + 1674 + ], + "score": 0.82, + "latex": "P" + }, + { + "category_id": 13, + "poly": [ + 1118, + 1202, + 1267, + 1202, + 1267, + 1235, + 1118, + 1235 + ], + "score": 0.81, + "latex": "( - 5 0 , 5 0 , N )" + }, + { + "category_id": 13, + "poly": [ + 826, + 1618, + 855, + 1618, + 855, + 1644, + 826, + 1644 + ], + "score": 0.76, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1318, + 1618, + 1337, + 1618, + 1337, + 1644, + 1318, + 1644 + ], + "score": 0.74, + "latex": "h" + }, + { + "category_id": 15, + "poly": [ + 1198.0, + 231.0, + 1284.0, + 231.0, + 1284.0, + 274.0, + 1198.0, + 274.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 334.0, + 520.0, + 334.0, + 520.0, + 380.0, + 453.0, + 380.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1185.0, + 352.0, + 1197.0, + 352.0, + 1197.0, + 369.0, + 1185.0, + 369.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 692.0, + 392.0, + 711.0, + 392.0, + 711.0, + 403.0, + 692.0, + 403.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 464.0, + 521.0, + 464.0, + 521.0, + 513.0, + 452.0, + 513.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 594.0, + 522.0, + 594.0, + 522.0, + 649.0, + 451.0, + 649.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1249.0, + 593.0, + 1298.0, + 593.0, + 1298.0, + 716.0, + 1249.0, + 716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 410.0, + 620.0, + 471.0, + 620.0, + 471.0, + 744.0, + 410.0, + 744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 451.0, + 726.0, + 522.0, + 726.0, + 522.0, + 781.0, + 451.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 861.0, + 519.0, + 861.0, + 519.0, + 912.0, + 453.0, + 912.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 996.0, + 520.0, + 996.0, + 520.0, + 1041.0, + 454.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 550.0, + 1045.0, + 579.0, + 1045.0, + 579.0, + 1081.0, + 550.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 663.0, + 1044.0, + 696.0, + 1044.0, + 696.0, + 1081.0, + 663.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 777.0, + 1044.0, + 809.0, + 1044.0, + 809.0, + 1081.0, + 777.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 1043.0, + 927.0, + 1043.0, + 927.0, + 1081.0, + 886.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1007.0, + 1044.0, + 1035.0, + 1044.0, + 1035.0, + 1081.0, + 1007.0, + 1081.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1109.0, + 1043.0, + 1158.0, + 1043.0, + 1158.0, + 1084.0, + 1109.0, + 1084.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1039.0, + 1255.0, + 1039.0, + 1255.0, + 1070.0, + 1230.0, + 1070.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 1072.0, + 930.0, + 1072.0, + 930.0, + 1125.0, + 809.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1170.0, + 1405.0, + 1170.0, + 1405.0, + 1208.0, + 294.0, + 1208.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1202.0, + 907.0, + 1202.0, + 907.0, + 1236.0, + 294.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 963.0, + 1202.0, + 1117.0, + 1202.0, + 1117.0, + 1236.0, + 963.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1268.0, + 1202.0, + 1405.0, + 1202.0, + 1405.0, + 1236.0, + 1268.0, + 1236.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1233.0, + 1038.0, + 1233.0, + 1038.0, + 1267.0, + 296.0, + 1267.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 829.0, + 2084.0, + 869.0, + 2084.0, + 869.0, + 2126.0, + 829.0, + 2126.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1752.0, + 1409.0, + 1752.0, + 1409.0, + 1791.0, + 292.0, + 1791.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1782.0, + 1407.0, + 1782.0, + 1407.0, + 1822.0, + 292.0, + 1822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1815.0, + 1404.0, + 1815.0, + 1404.0, + 1849.0, + 294.0, + 1849.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1839.0, + 588.0, + 1839.0, + 588.0, + 1885.0, + 291.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 760.0, + 1839.0, + 1062.0, + 1839.0, + 1062.0, + 1885.0, + 760.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1307.0, + 1839.0, + 1409.0, + 1839.0, + 1409.0, + 1885.0, + 1307.0, + 1885.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1877.0, + 1404.0, + 1877.0, + 1404.0, + 1911.0, + 295.0, + 1911.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1907.0, + 1406.0, + 1907.0, + 1406.0, + 1941.0, + 295.0, + 1941.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1939.0, + 1407.0, + 1939.0, + 1407.0, + 1969.0, + 294.0, + 1969.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1968.0, + 522.0, + 1968.0, + 522.0, + 2002.0, + 295.0, + 2002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 661.0, + 1968.0, + 712.0, + 1968.0, + 712.0, + 2002.0, + 661.0, + 2002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1968.0, + 1407.0, + 1968.0, + 1407.0, + 2002.0, + 878.0, + 2002.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1998.0, + 764.0, + 1998.0, + 764.0, + 2039.0, + 292.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 1998.0, + 1404.0, + 1998.0, + 1404.0, + 2039.0, + 1209.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1495.0, + 1404.0, + 1495.0, + 1404.0, + 1528.0, + 295.0, + 1528.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1523.0, + 1406.0, + 1523.0, + 1406.0, + 1560.0, + 292.0, + 1560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1552.0, + 1406.0, + 1552.0, + 1406.0, + 1593.0, + 292.0, + 1593.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1581.0, + 388.0, + 1581.0, + 388.0, + 1622.0, + 291.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 430.0, + 1581.0, + 1406.0, + 1581.0, + 1406.0, + 1622.0, + 430.0, + 1622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1617.0, + 825.0, + 1617.0, + 825.0, + 1651.0, + 295.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 1617.0, + 1317.0, + 1617.0, + 1317.0, + 1651.0, + 856.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1338.0, + 1617.0, + 1404.0, + 1617.0, + 1404.0, + 1651.0, + 1338.0, + 1651.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1645.0, + 297.0, + 1645.0, + 297.0, + 1682.0, + 294.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 485.0, + 1645.0, + 566.0, + 1645.0, + 566.0, + 1682.0, + 485.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 594.0, + 1645.0, + 1406.0, + 1645.0, + 1406.0, + 1682.0, + 594.0, + 1682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1675.0, + 1406.0, + 1675.0, + 1406.0, + 1713.0, + 292.0, + 1713.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1710.0, + 511.0, + 1710.0, + 511.0, + 1741.0, + 296.0, + 1741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1353.0, + 1404.0, + 1353.0, + 1404.0, + 1391.0, + 293.0, + 1391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1388.0, + 1404.0, + 1388.0, + 1404.0, + 1421.0, + 294.0, + 1421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1417.0, + 1404.0, + 1417.0, + 1404.0, + 1452.0, + 293.0, + 1452.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1449.0, + 1408.0, + 1449.0, + 1408.0, + 1481.0, + 294.0, + 1481.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 20, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 958, + 1405, + 958, + 1405, + 1356, + 298, + 1356 + ], + "score": 0.985 + }, + { + "category_id": 1, + "poly": [ + 297, + 1727, + 1405, + 1727, + 1405, + 2035, + 297, + 2035 + ], + "score": 0.983 + }, + { + "category_id": 1, + "poly": [ + 298, + 1426, + 1404, + 1426, + 1404, + 1612, + 298, + 1612 + ], + "score": 0.982 + }, + { + "category_id": 3, + "poly": [ + 414, + 226, + 1268, + 226, + 1268, + 646, + 414, + 646 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 296, + 694, + 1406, + 694, + 1406, + 820, + 296, + 820 + ], + "score": 0.958 + }, + { + "category_id": 1, + "poly": [ + 299, + 880, + 1400, + 880, + 1400, + 945, + 299, + 945 + ], + "score": 0.939 + }, + { + "category_id": 8, + "poly": [ + 575, + 1369, + 1125, + 1369, + 1125, + 1414, + 575, + 1414 + ], + "score": 0.935 + }, + { + "category_id": 0, + "poly": [ + 299, + 1659, + 826, + 1659, + 826, + 1694, + 299, + 1694 + ], + "score": 0.905 + }, + { + "category_id": 9, + "poly": [ + 1353, + 1376, + 1399, + 1376, + 1399, + 1407, + 1353, + 1407 + ], + "score": 0.895 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 815, + 76, + 815, + 104, + 299, + 104 + ], + "score": 0.889 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.859 + }, + { + "category_id": 13, + "poly": [ + 1144, + 912, + 1387, + 912, + 1387, + 946, + 1144, + 946 + ], + "score": 0.93, + "latex": "I ( X ; h _ { 1 } ) \\ge I ( X ; T _ { 2 } )" + }, + { + "category_id": 13, + "poly": [ + 594, + 913, + 836, + 913, + 836, + 944, + 594, + 944 + ], + "score": 0.92, + "latex": "X h _ { 1 } T _ { 1 } T _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 774, + 1264, + 1235, + 1264, + 1235, + 1297, + 774, + 1297 + ], + "score": 0.92, + "latex": "\\hat { y } = \\tilde { w } _ { 2 } \\tilde { w } _ { 1 } X = c w _ { 2 } ( w _ { 1 } / c ) X = w _ { 2 } w _ { 1 } X" + }, + { + "category_id": 13, + "poly": [ + 436, + 1143, + 567, + 1143, + 567, + 1172, + 436, + 1172 + ], + "score": 0.92, + "latex": "T = h + Z" + }, + { + "category_id": 13, + "poly": [ + 1249, + 1173, + 1398, + 1173, + 1398, + 1205, + 1249, + 1205 + ], + "score": 0.92, + "latex": "{ \\hat { y } } = w _ { 2 } w _ { 1 } X" + }, + { + "category_id": 13, + "poly": [ + 793, + 727, + 959, + 727, + 959, + 761, + 793, + 761 + ], + "score": 0.92, + "latex": "\\log _ { 2 } ( P ) = 1 2" + }, + { + "category_id": 13, + "poly": [ + 609, + 1457, + 664, + 1457, + 664, + 1492, + 609, + 1492 + ], + "score": 0.92, + "latex": "\\sigma _ { M I } ^ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 545, + 1203, + 659, + 1203, + 659, + 1233, + 545, + 1233 + ], + "score": 0.91, + "latex": "h = w _ { 1 } X" + }, + { + "category_id": 13, + "poly": [ + 611, + 1235, + 676, + 1235, + 676, + 1266, + 611, + 1266 + ], + "score": 0.91, + "latex": "c \\neq 0" + }, + { + "category_id": 13, + "poly": [ + 1281, + 1235, + 1396, + 1235, + 1396, + 1264, + 1281, + 1264 + ], + "score": 0.91, + "latex": "\\tilde { w } _ { 2 } = c w _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 298, + 914, + 540, + 914, + 540, + 944, + 298, + 944 + ], + "score": 0.9, + "latex": "X h _ { 1 } h _ { 2 } T _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 296, + 881, + 637, + 881, + 637, + 913, + 296, + 913 + ], + "score": 0.9, + "latex": "T _ { 2 } = h _ { 2 } + Z _ { 2 } = f ( h _ { 1 } ) + Z _ { 2 }" + }, + { + "category_id": 14, + "poly": [ + 573, + 1369, + 1124, + 1369, + 1124, + 1415, + 573, + 1415 + ], + "score": 0.89, + "latex": "\\begin{array} { l l l } { { I ( T ; X ) } } & { { = } } & { { \\log \\left( w _ { 1 } ^ { 2 } / c ^ { 2 } + \\sigma _ { M I } ^ { 2 } \\right) - \\log \\left( \\sigma _ { M I } ^ { 2 } \\right) } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 1099, + 1233, + 1229, + 1233, + 1229, + 1266, + 1099, + 1266 + ], + "score": 0.89, + "latex": "\\tilde { w } _ { 1 } = w _ { 1 } / c" + }, + { + "category_id": 13, + "poly": [ + 1342, + 883, + 1373, + 883, + 1373, + 912, + 1342, + 912 + ], + "score": 0.87, + "latex": "T _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 825, + 1177, + 860, + 1177, + 860, + 1203, + 825, + 1203 + ], + "score": 0.86, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 915, + 1176, + 951, + 1176, + 951, + 1203, + 915, + 1203 + ], + "score": 0.86, + "latex": "w _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 443, + 1237, + 479, + 1237, + 479, + 1264, + 443, + 1264 + ], + "score": 0.85, + "latex": "w _ { 2 }" + }, + { + "category_id": 13, + "poly": [ + 937, + 1428, + 965, + 1428, + 965, + 1455, + 937, + 1455 + ], + "score": 0.84, + "latex": "X" + }, + { + "category_id": 13, + "poly": [ + 1368, + 1209, + 1402, + 1209, + 1402, + 1234, + 1368, + 1234 + ], + "score": 0.83, + "latex": "w _ { 1 }" + }, + { + "category_id": 13, + "poly": [ + 1022, + 1144, + 1040, + 1144, + 1040, + 1170, + 1022, + 1170 + ], + "score": 0.79, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 1002, + 991, + 1021, + 991, + 1021, + 1017, + 1002, + 1017 + ], + "score": 0.74, + "latex": "h" + }, + { + "category_id": 13, + "poly": [ + 796, + 1495, + 812, + 1495, + 812, + 1516, + 796, + 1516 + ], + "score": 0.71, + "latex": "c" + }, + { + "category_id": 15, + "poly": [ + 622.0, + 226.0, + 676.0, + 226.0, + 676.0, + 263.0, + 622.0, + 263.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 853.0, + 225.0, + 893.0, + 225.0, + 893.0, + 271.0, + 853.0, + 271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 224.0, + 1120.0, + 224.0, + 1120.0, + 264.0, + 1059.0, + 264.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 852.0, + 271.0, + 920.0, + 271.0, + 920.0, + 307.0, + 852.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 420.0, + 297.0, + 481.0, + 297.0, + 481.0, + 367.0, + 420.0, + 367.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 824.0, + 300.0, + 920.0, + 300.0, + 920.0, + 371.0, + 824.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 473.0, + 402.0, + 516.0, + 402.0, + 516.0, + 437.0, + 473.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 405.0, + 596.0, + 405.0, + 596.0, + 435.0, + 553.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 406.0, + 670.0, + 406.0, + 670.0, + 432.0, + 629.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 707.0, + 405.0, + 751.0, + 405.0, + 751.0, + 435.0, + 707.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 786.0, + 404.0, + 827.0, + 404.0, + 827.0, + 435.0, + 786.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 914.0, + 405.0, + 954.0, + 405.0, + 954.0, + 435.0, + 914.0, + 435.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 987.0, + 404.0, + 1117.0, + 404.0, + 1117.0, + 437.0, + 987.0, + 437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1134.0, + 404.0, + 1193.0, + 404.0, + 1193.0, + 436.0, + 1134.0, + 436.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 406.0, + 1263.0, + 406.0, + 1263.0, + 432.0, + 1227.0, + 432.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 446.0, + 438.0, + 479.0, + 438.0, + 479.0, + 476.0, + 446.0, + 476.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 746.0, + 444.0, + 816.0, + 444.0, + 816.0, + 471.0, + 746.0, + 471.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 440.0, + 920.0, + 440.0, + 920.0, + 468.0, + 888.0, + 468.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 745.0, + 463.0, + 814.0, + 463.0, + 814.0, + 495.0, + 745.0, + 495.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 480.0, + 480.0, + 480.0, + 480.0, + 551.0, + 423.0, + 551.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 740.0, + 483.0, + 818.0, + 483.0, + 818.0, + 539.0, + 740.0, + 539.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 851.0, + 485.0, + 887.0, + 485.0, + 887.0, + 544.0, + 851.0, + 544.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 512.0, + 917.0, + 512.0, + 917.0, + 536.0, + 889.0, + 536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 528.0, + 477.0, + 528.0, + 477.0, + 554.0, + 458.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 744.0, + 528.0, + 820.0, + 528.0, + 820.0, + 563.0, + 744.0, + 563.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 742.0, + 553.0, + 817.0, + 553.0, + 817.0, + 584.0, + 742.0, + 584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 459.0, + 573.0, + 479.0, + 573.0, + 479.0, + 595.0, + 459.0, + 595.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 472.0, + 593.0, + 512.0, + 593.0, + 512.0, + 618.0, + 472.0, + 618.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 553.0, + 591.0, + 593.0, + 591.0, + 593.0, + 622.0, + 553.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 629.0, + 589.0, + 672.0, + 589.0, + 672.0, + 624.0, + 629.0, + 624.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 709.0, + 591.0, + 749.0, + 591.0, + 749.0, + 622.0, + 709.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 787.0, + 590.0, + 827.0, + 590.0, + 827.0, + 622.0, + 787.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 916.0, + 592.0, + 951.0, + 592.0, + 951.0, + 620.0, + 916.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 992.0, + 591.0, + 1031.0, + 591.0, + 1031.0, + 622.0, + 992.0, + 622.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1068.0, + 592.0, + 1110.0, + 592.0, + 1110.0, + 620.0, + 1068.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1148.0, + 591.0, + 1188.0, + 591.0, + 1188.0, + 621.0, + 1148.0, + 621.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1224.0, + 593.0, + 1263.0, + 593.0, + 1263.0, + 620.0, + 1224.0, + 620.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 618.0, + 614.0, + 681.0, + 614.0, + 681.0, + 647.0, + 618.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1058.0, + 614.0, + 1121.0, + 614.0, + 1121.0, + 648.0, + 1058.0, + 648.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 414.25, + 225.5, + 478.25, + 225.5, + 478.25, + 285.5, + 414.25, + 285.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 445.0, + 344.5, + 476.0, + 344.5, + 476.0, + 372.0, + 445.0, + 372.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 697.0, + 1408.0, + 697.0, + 1408.0, + 730.0, + 295.0, + 730.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 724.0, + 792.0, + 724.0, + 792.0, + 763.0, + 291.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 960.0, + 724.0, + 1406.0, + 724.0, + 1406.0, + 763.0, + 960.0, + 763.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 757.0, + 1404.0, + 757.0, + 1404.0, + 792.0, + 294.0, + 792.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 789.0, + 633.0, + 789.0, + 633.0, + 822.0, + 295.0, + 822.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1655.0, + 831.0, + 1655.0, + 831.0, + 1704.0, + 292.0, + 1704.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 818.0, + 73.0, + 818.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, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 957.0, + 1407.0, + 957.0, + 1407.0, + 995.0, + 293.0, + 995.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 987.0, + 1001.0, + 987.0, + 1001.0, + 1026.0, + 292.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1022.0, + 987.0, + 1407.0, + 987.0, + 1407.0, + 1026.0, + 1022.0, + 1026.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1021.0, + 1406.0, + 1021.0, + 1406.0, + 1055.0, + 295.0, + 1055.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1049.0, + 1407.0, + 1049.0, + 1407.0, + 1086.0, + 295.0, + 1086.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1082.0, + 1403.0, + 1082.0, + 1403.0, + 1114.0, + 295.0, + 1114.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1112.0, + 1408.0, + 1112.0, + 1408.0, + 1148.0, + 295.0, + 1148.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1140.0, + 435.0, + 1140.0, + 435.0, + 1178.0, + 293.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 568.0, + 1140.0, + 1021.0, + 1140.0, + 1021.0, + 1178.0, + 568.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1041.0, + 1140.0, + 1407.0, + 1140.0, + 1407.0, + 1178.0, + 1041.0, + 1178.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1173.0, + 824.0, + 1173.0, + 824.0, + 1206.0, + 291.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1173.0, + 914.0, + 1173.0, + 914.0, + 1206.0, + 861.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 952.0, + 1173.0, + 1248.0, + 1173.0, + 1248.0, + 1206.0, + 952.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1399.0, + 1173.0, + 1407.0, + 1173.0, + 1407.0, + 1206.0, + 1399.0, + 1206.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1198.0, + 544.0, + 1198.0, + 544.0, + 1241.0, + 292.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 660.0, + 1198.0, + 1367.0, + 1198.0, + 1367.0, + 1241.0, + 660.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1403.0, + 1198.0, + 1407.0, + 1198.0, + 1407.0, + 1241.0, + 1403.0, + 1241.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1230.0, + 442.0, + 1230.0, + 442.0, + 1271.0, + 293.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 1230.0, + 610.0, + 1230.0, + 610.0, + 1271.0, + 480.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 677.0, + 1230.0, + 1098.0, + 1230.0, + 1098.0, + 1271.0, + 677.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 1230.0, + 1280.0, + 1230.0, + 1280.0, + 1271.0, + 1230.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1397.0, + 1230.0, + 1409.0, + 1230.0, + 1409.0, + 1271.0, + 1397.0, + 1271.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1263.0, + 773.0, + 1263.0, + 773.0, + 1300.0, + 292.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1236.0, + 1263.0, + 1406.0, + 1263.0, + 1406.0, + 1300.0, + 1236.0, + 1300.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1293.0, + 1405.0, + 1293.0, + 1405.0, + 1331.0, + 293.0, + 1331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1326.0, + 785.0, + 1326.0, + 785.0, + 1358.0, + 296.0, + 1358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1729.0, + 1403.0, + 1729.0, + 1403.0, + 1761.0, + 296.0, + 1761.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1756.0, + 1410.0, + 1756.0, + 1410.0, + 1798.0, + 291.0, + 1798.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1787.0, + 1408.0, + 1787.0, + 1408.0, + 1825.0, + 292.0, + 1825.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1820.0, + 1406.0, + 1820.0, + 1406.0, + 1854.0, + 294.0, + 1854.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1852.0, + 1405.0, + 1852.0, + 1405.0, + 1884.0, + 296.0, + 1884.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1884.0, + 1405.0, + 1884.0, + 1405.0, + 1915.0, + 296.0, + 1915.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1912.0, + 1408.0, + 1912.0, + 1408.0, + 1947.0, + 295.0, + 1947.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1942.0, + 1405.0, + 1942.0, + 1405.0, + 1978.0, + 294.0, + 1978.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1974.0, + 1407.0, + 1974.0, + 1407.0, + 2006.0, + 295.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 2001.0, + 1406.0, + 2001.0, + 1406.0, + 2038.0, + 294.0, + 2038.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1426.0, + 936.0, + 1426.0, + 936.0, + 1462.0, + 294.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 966.0, + 1426.0, + 1405.0, + 1426.0, + 1405.0, + 1462.0, + 966.0, + 1462.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1456.0, + 608.0, + 1456.0, + 608.0, + 1496.0, + 293.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 665.0, + 1456.0, + 1408.0, + 1456.0, + 1408.0, + 1496.0, + 665.0, + 1496.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1490.0, + 795.0, + 1490.0, + 795.0, + 1522.0, + 296.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 813.0, + 1490.0, + 1405.0, + 1490.0, + 1405.0, + 1522.0, + 813.0, + 1522.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1520.0, + 1402.0, + 1520.0, + 1402.0, + 1552.0, + 296.0, + 1552.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1547.0, + 1406.0, + 1547.0, + 1406.0, + 1584.0, + 293.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1578.0, + 569.0, + 1578.0, + 569.0, + 1615.0, + 294.0, + 1615.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 638.0, + 876.0, + 1341.0, + 876.0, + 1341.0, + 916.0, + 638.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1374.0, + 876.0, + 1405.0, + 876.0, + 1405.0, + 916.0, + 1374.0, + 916.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 907.0, + 297.0, + 907.0, + 297.0, + 950.0, + 293.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 541.0, + 907.0, + 593.0, + 907.0, + 593.0, + 950.0, + 541.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 837.0, + 907.0, + 1143.0, + 907.0, + 1143.0, + 950.0, + 837.0, + 950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1388.0, + 907.0, + 1400.0, + 907.0, + 1400.0, + 950.0, + 1388.0, + 950.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 21, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 466, + 547, + 1235, + 547, + 1235, + 1853, + 466, + 1853 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 302, + 463, + 1404, + 463, + 1404, + 528, + 302, + 528 + ], + "score": 0.954 + }, + { + "category_id": 4, + "poly": [ + 297, + 1884, + 1405, + 1884, + 1405, + 2040, + 297, + 2040 + ], + "score": 0.923 + }, + { + "category_id": 1, + "poly": [ + 298, + 228, + 1403, + 228, + 1403, + 323, + 298, + 323 + ], + "score": 0.921 + }, + { + "category_id": 0, + "poly": [ + 299, + 386, + 919, + 386, + 919, + 419, + 299, + 419 + ], + "score": 0.906 + }, + { + "category_id": 2, + "poly": [ + 300, + 75, + 815, + 75, + 815, + 105, + 300, + 105 + ], + "score": 0.892 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.853 + }, + { + "category_id": 15, + "poly": [ + 802.0, + 541.0, + 843.0, + 541.0, + 843.0, + 560.0, + 802.0, + 560.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 762.0, + 843.0, + 762.0, + 843.0, + 781.0, + 802.0, + 781.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 805.0, + 1427.0, + 840.0, + 1427.0, + 840.0, + 1437.0, + 805.0, + 1437.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 810.0, + 1648.0, + 838.0, + 1648.0, + 838.0, + 1658.0, + 810.0, + 1658.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 811.0, + 985.0, + 838.0, + 985.0, + 838.0, + 998.0, + 811.0, + 998.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 798.0, + 1202.0, + 846.0, + 1202.0, + 846.0, + 1223.0, + 798.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1886.0, + 1405.0, + 1886.0, + 1405.0, + 1919.0, + 296.0, + 1919.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1915.0, + 1405.0, + 1915.0, + 1405.0, + 1950.0, + 294.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1947.0, + 1407.0, + 1947.0, + 1407.0, + 1981.0, + 295.0, + 1981.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1977.0, + 1405.0, + 1977.0, + 1405.0, + 2013.0, + 292.0, + 2013.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 2007.0, + 589.0, + 2007.0, + 589.0, + 2045.0, + 295.0, + 2045.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 383.0, + 921.0, + 383.0, + 921.0, + 426.0, + 292.0, + 426.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": [ + 828.0, + 2084.0, + 871.0, + 2084.0, + 871.0, + 2123.0, + 828.0, + 2123.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 461.0, + 1405.0, + 461.0, + 1405.0, + 502.0, + 295.0, + 502.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 494.0, + 732.0, + 494.0, + 732.0, + 529.0, + 297.0, + 529.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 224.0, + 1405.0, + 224.0, + 1405.0, + 269.0, + 291.0, + 269.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 260.0, + 1407.0, + 260.0, + 1407.0, + 296.0, + 293.0, + 296.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 291.0, + 471.0, + 291.0, + 471.0, + 322.0, + 294.0, + 322.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 22, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 465, + 216, + 1235, + 216, + 1235, + 1530, + 465, + 1530 + ], + "score": 0.972 + }, + { + "category_id": 4, + "poly": [ + 296, + 1565, + 1406, + 1565, + 1406, + 1751, + 296, + 1751 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 298, + 1971, + 1401, + 1971, + 1401, + 2034, + 298, + 2034 + ], + "score": 0.936 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.886 + }, + { + "category_id": 0, + "poly": [ + 297, + 1862, + 1260, + 1862, + 1260, + 1896, + 297, + 1896 + ], + "score": 0.872 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 864, + 2088, + 864, + 2112, + 835, + 2112 + ], + "score": 0.835 + }, + { + "category_id": 13, + "poly": [ + 774, + 1694, + 792, + 1694, + 792, + 1716, + 774, + 1716 + ], + "score": 0.51, + "latex": "\\mathbf { X }" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 223.0, + 842.0, + 223.0, + 842.0, + 243.0, + 800.0, + 243.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 443.0, + 845.0, + 443.0, + 845.0, + 464.0, + 800.0, + 464.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 800.0, + 664.0, + 845.0, + 664.0, + 845.0, + 684.0, + 800.0, + 684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 885.0, + 845.0, + 885.0, + 845.0, + 904.0, + 799.0, + 904.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 702.0, + 907.0, + 939.0, + 907.0, + 939.0, + 1041.0, + 702.0, + 1041.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 799.0, + 1104.0, + 844.0, + 1104.0, + 844.0, + 1125.0, + 799.0, + 1125.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 802.0, + 1325.0, + 844.0, + 1325.0, + 844.0, + 1344.0, + 802.0, + 1344.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 880.0, + 1393.0, + 897.0, + 1393.0, + 897.0, + 1414.0, + 880.0, + 1414.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1565.0, + 1406.0, + 1565.0, + 1406.0, + 1601.0, + 295.0, + 1601.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1597.0, + 1406.0, + 1597.0, + 1406.0, + 1630.0, + 291.0, + 1630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1623.0, + 1406.0, + 1623.0, + 1406.0, + 1666.0, + 291.0, + 1666.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1655.0, + 1406.0, + 1655.0, + 1406.0, + 1692.0, + 293.0, + 1692.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1689.0, + 773.0, + 1689.0, + 773.0, + 1724.0, + 294.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 793.0, + 1689.0, + 1404.0, + 1689.0, + 1404.0, + 1724.0, + 793.0, + 1724.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1719.0, + 1159.0, + 1719.0, + 1159.0, + 1755.0, + 294.0, + 1755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 290.0, + 1858.0, + 1268.0, + 1858.0, + 1268.0, + 1905.0, + 290.0, + 1905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 828.0, + 2084.0, + 872.0, + 2084.0, + 872.0, + 2124.0, + 828.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1972.0, + 1405.0, + 1972.0, + 1405.0, + 2008.0, + 296.0, + 2008.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 817.0, + 2000.0, + 817.0, + 2037.0, + 293.0, + 2037.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 23, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 305, + 231, + 1393, + 231, + 1393, + 595, + 305, + 595 + ], + "score": 0.97 + }, + { + "category_id": 3, + "poly": [ + 296, + 1362, + 1398, + 1362, + 1398, + 1722, + 296, + 1722 + ], + "score": 0.969 + }, + { + "category_id": 4, + "poly": [ + 296, + 1767, + 1402, + 1767, + 1402, + 1862, + 296, + 1862 + ], + "score": 0.956 + }, + { + "category_id": 1, + "poly": [ + 296, + 811, + 1402, + 811, + 1402, + 875, + 296, + 875 + ], + "score": 0.951 + }, + { + "category_id": 1, + "poly": [ + 298, + 1971, + 1404, + 1971, + 1404, + 2035, + 298, + 2035 + ], + "score": 0.944 + }, + { + "category_id": 8, + "poly": [ + 423, + 890, + 992, + 890, + 992, + 955, + 423, + 955 + ], + "score": 0.938 + }, + { + "category_id": 8, + "poly": [ + 424, + 961, + 1009, + 961, + 1009, + 1022, + 424, + 1022 + ], + "score": 0.931 + }, + { + "category_id": 4, + "poly": [ + 297, + 638, + 1403, + 638, + 1403, + 703, + 297, + 703 + ], + "score": 0.925 + }, + { + "category_id": 0, + "poly": [ + 298, + 1902, + 864, + 1902, + 864, + 1938, + 298, + 1938 + ], + "score": 0.923 + }, + { + "category_id": 0, + "poly": [ + 298, + 1183, + 842, + 1183, + 842, + 1218, + 298, + 1218 + ], + "score": 0.91 + }, + { + "category_id": 0, + "poly": [ + 297, + 744, + 1026, + 744, + 1026, + 779, + 297, + 779 + ], + "score": 0.9 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 814, + 76, + 814, + 104, + 300, + 104 + ], + "score": 0.894 + }, + { + "category_id": 9, + "poly": [ + 1352, + 909, + 1400, + 909, + 1400, + 939, + 1352, + 939 + ], + "score": 0.878 + }, + { + "category_id": 9, + "poly": [ + 1352, + 977, + 1400, + 977, + 1400, + 1007, + 1352, + 1007 + ], + "score": 0.872 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1106, + 1400, + 1106, + 1400, + 1137, + 1352, + 1137 + ], + "score": 0.872 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2113, + 835, + 2113 + ], + "score": 0.865 + }, + { + "category_id": 9, + "poly": [ + 1352, + 1047, + 1400, + 1047, + 1400, + 1077, + 1352, + 1077 + ], + "score": 0.858 + }, + { + "category_id": 8, + "poly": [ + 403, + 1102, + 846, + 1102, + 846, + 1141, + 403, + 1141 + ], + "score": 0.801 + }, + { + "category_id": 4, + "poly": [ + 296, + 1251, + 1404, + 1251, + 1404, + 1345, + 296, + 1345 + ], + "score": 0.681 + }, + { + "category_id": 8, + "poly": [ + 389, + 1026, + 1307, + 1026, + 1307, + 1097, + 389, + 1097 + ], + "score": 0.612 + }, + { + "category_id": 1, + "poly": [ + 296, + 1251, + 1404, + 1251, + 1404, + 1345, + 296, + 1345 + ], + "score": 0.396 + }, + { + "category_id": 8, + "poly": [ + 391, + 1026, + 1309, + 1026, + 1309, + 1097, + 391, + 1097 + ], + "score": 0.26 + }, + { + "category_id": 14, + "poly": [ + 389, + 887, + 1308, + 887, + 1308, + 1147, + 389, + 1147 + ], + "score": 0.94, + "latex": "\\begin{array} { c } { { { \\cal H } ( Y ) = \\displaystyle \\frac { N _ { o } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | W _ { o } W _ { o } ^ { T } + \\sigma _ { o } ^ { 2 } I _ { N _ { o } } | , } } \\\\ { { { \\cal H } ( T ) = \\displaystyle \\frac { N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } | , } } \\\\ { { { \\cal H } ( Y ; T ) = \\displaystyle \\frac { N _ { o } + N _ { h } } { 2 } \\log ( 2 \\pi e ) + \\displaystyle \\frac { 1 } { 2 } \\log | \\bar { W } \\bar { W } ^ { T } + \\sigma _ { M I } ^ { 2 } I _ { N _ { h } } \\quad \\quad \\bar { W } W _ { o } ^ { T } , } } \\\\ { { { \\cal I } ( Y ; T ) = { \\cal H } ( Y ) + { \\cal H } ( T ) - { \\cal H } ( Y ; T ) . } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 417, + 845, + 441, + 845, + 441, + 870, + 417, + 870 + ], + "score": 0.83, + "latex": "Y" + }, + { + "category_id": 13, + "poly": [ + 1332, + 815, + 1355, + 815, + 1355, + 840, + 1332, + 840 + ], + "score": 0.83, + "latex": "T" + }, + { + "category_id": 15, + "poly": [ + 306.0, + 233.0, + 330.0, + 233.0, + 330.0, + 261.0, + 306.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 495.0, + 246.0, + 645.0, + 246.0, + 645.0, + 277.0, + 495.0, + 277.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 809.0, + 234.0, + 833.0, + 234.0, + 833.0, + 261.0, + 809.0, + 261.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 270.0, + 877.0, + 270.0, + 877.0, + 280.0, + 863.0, + 280.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1327.0, + 241.0, + 1386.0, + 241.0, + 1386.0, + 270.0, + 1327.0, + 270.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 326.0, + 296.0, + 349.0, + 296.0, + 349.0, + 314.0, + 326.0, + 314.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 705.0, + 281.0, + 751.0, + 281.0, + 751.0, + 307.0, + 705.0, + 307.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 708.0, + 305.0, + 745.0, + 305.0, + 745.0, + 326.0, + 708.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 315.0, + 879.0, + 315.0, + 879.0, + 328.0, + 861.0, + 328.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 347.0, + 348.0, + 347.0, + 348.0, + 360.0, + 332.0, + 360.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 361.0, + 879.0, + 361.0, + 879.0, + 376.0, + 861.0, + 376.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 395.0, + 348.0, + 395.0, + 348.0, + 440.0, + 311.0, + 440.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 390.0, + 868.0, + 390.0, + 868.0, + 444.0, + 843.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1359.0, + 372.0, + 1391.0, + 372.0, + 1391.0, + 455.0, + 1359.0, + 455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 860.0, + 403.0, + 880.0, + 403.0, + 880.0, + 423.0, + 860.0, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 334.0, + 444.0, + 347.0, + 444.0, + 347.0, + 454.0, + 334.0, + 454.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 863.0, + 453.0, + 879.0, + 453.0, + 879.0, + 467.0, + 863.0, + 467.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 332.0, + 492.0, + 348.0, + 492.0, + 348.0, + 505.0, + 332.0, + 505.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 501.0, + 877.0, + 501.0, + 877.0, + 511.0, + 864.0, + 511.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 864.0, + 547.0, + 876.0, + 547.0, + 876.0, + 557.0, + 864.0, + 557.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 436.0, + 558.0, + 462.0, + 558.0, + 462.0, + 575.0, + 436.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 517.0, + 558.0, + 624.0, + 558.0, + 624.0, + 592.0, + 517.0, + 592.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 679.0, + 560.0, + 703.0, + 560.0, + 703.0, + 574.0, + 679.0, + 574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 558.0, + 786.0, + 558.0, + 786.0, + 575.0, + 757.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 886.0, + 564.0, + 896.0, + 564.0, + 896.0, + 575.0, + 886.0, + 575.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 959.0, + 563.0, + 975.0, + 563.0, + 975.0, + 576.0, + 959.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1031.0, + 560.0, + 1053.0, + 560.0, + 1053.0, + 579.0, + 1031.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1070.0, + 556.0, + 1134.0, + 556.0, + 1134.0, + 597.0, + 1070.0, + 597.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 560.0, + 1204.0, + 560.0, + 1204.0, + 579.0, + 1181.0, + 579.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1259.0, + 563.0, + 1278.0, + 563.0, + 1278.0, + 577.0, + 1259.0, + 577.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1348.0, + 559.0, + 1363.0, + 559.0, + 1363.0, + 576.0, + 1348.0, + 576.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 781.0, + 1358.0, + 839.0, + 1358.0, + 839.0, + 1394.0, + 781.0, + 1394.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1330.0, + 1362.0, + 1389.0, + 1362.0, + 1389.0, + 1393.0, + 1330.0, + 1393.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1379.0, + 367.0, + 1379.0, + 367.0, + 1410.0, + 330.0, + 1410.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 743.0, + 1402.0, + 762.0, + 1402.0, + 762.0, + 1429.0, + 743.0, + 1429.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 878.0, + 1396.0, + 920.0, + 1396.0, + 920.0, + 1430.0, + 878.0, + 1430.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1430.0, + 367.0, + 1430.0, + 367.0, + 1461.0, + 330.0, + 1461.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1458.0, + 918.0, + 1458.0, + 918.0, + 1488.0, + 881.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1477.0, + 367.0, + 1477.0, + 367.0, + 1566.0, + 291.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 814.0, + 1484.0, + 843.0, + 1484.0, + 843.0, + 1564.0, + 814.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1517.0, + 918.0, + 1517.0, + 918.0, + 1549.0, + 881.0, + 1549.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1364.0, + 1483.0, + 1394.0, + 1483.0, + 1394.0, + 1564.0, + 1364.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1534.0, + 366.0, + 1534.0, + 366.0, + 1566.0, + 330.0, + 1566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1584.0, + 369.0, + 1584.0, + 369.0, + 1619.0, + 329.0, + 1619.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1579.0, + 918.0, + 1579.0, + 918.0, + 1607.0, + 881.0, + 1607.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 330.0, + 1637.0, + 369.0, + 1637.0, + 369.0, + 1667.0, + 330.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 881.0, + 1637.0, + 920.0, + 1637.0, + 920.0, + 1667.0, + 881.0, + 1667.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 377.0, + 1669.0, + 413.0, + 1669.0, + 413.0, + 1694.0, + 377.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 423.0, + 1667.0, + 470.0, + 1667.0, + 470.0, + 1695.0, + 423.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 479.0, + 1666.0, + 526.0, + 1666.0, + 526.0, + 1694.0, + 479.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 533.0, + 1660.0, + 818.0, + 1660.0, + 818.0, + 1696.0, + 533.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1665.0, + 986.0, + 1665.0, + 986.0, + 1695.0, + 948.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1011.0, + 1665.0, + 1049.0, + 1665.0, + 1049.0, + 1694.0, + 1011.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1075.0, + 1664.0, + 1112.0, + 1664.0, + 1112.0, + 1694.0, + 1075.0, + 1694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1135.0, + 1662.0, + 1176.0, + 1662.0, + 1176.0, + 1696.0, + 1135.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1200.0, + 1665.0, + 1239.0, + 1665.0, + 1239.0, + 1695.0, + 1200.0, + 1695.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1662.0, + 1303.0, + 1662.0, + 1303.0, + 1696.0, + 1261.0, + 1696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 1660.0, + 1369.0, + 1660.0, + 1369.0, + 1678.0, + 1354.0, + 1678.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 520.0, + 1686.0, + 602.0, + 1686.0, + 602.0, + 1725.0, + 520.0, + 1725.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1085.0, + 1683.0, + 1169.0, + 1683.0, + 1169.0, + 1722.0, + 1085.0, + 1722.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1768.0, + 1404.0, + 1768.0, + 1404.0, + 1802.0, + 296.0, + 1802.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1800.0, + 1404.0, + 1800.0, + 1404.0, + 1834.0, + 295.0, + 1834.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 1832.0, + 708.0, + 1832.0, + 708.0, + 1862.0, + 298.0, + 1862.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 638.0, + 1405.0, + 638.0, + 1405.0, + 674.0, + 296.0, + 674.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 669.0, + 1155.0, + 669.0, + 1155.0, + 705.0, + 296.0, + 705.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1899.0, + 868.0, + 1899.0, + 868.0, + 1943.0, + 291.0, + 1943.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1180.0, + 845.0, + 1180.0, + 845.0, + 1223.0, + 294.0, + 1223.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 740.0, + 1027.0, + 740.0, + 1027.0, + 788.0, + 294.0, + 788.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 73.0, + 818.0, + 73.0, + 818.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, + 2124.0, + 831.0, + 2124.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1249.0, + 1407.0, + 1249.0, + 1407.0, + 1288.0, + 293.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1281.0, + 1404.0, + 1281.0, + 1404.0, + 1317.0, + 294.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1313.0, + 418.0, + 1313.0, + 418.0, + 1349.0, + 295.0, + 1349.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 811.0, + 1331.0, + 811.0, + 1331.0, + 847.0, + 295.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 811.0, + 1404.0, + 811.0, + 1404.0, + 847.0, + 1356.0, + 847.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 842.0, + 416.0, + 842.0, + 416.0, + 878.0, + 295.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 442.0, + 842.0, + 863.0, + 842.0, + 863.0, + 878.0, + 442.0, + 878.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 297.0, + 1974.0, + 1402.0, + 1974.0, + 1402.0, + 2006.0, + 297.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 2000.0, + 1404.0, + 2000.0, + 1404.0, + 2039.0, + 293.0, + 2039.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1249.0, + 1407.0, + 1249.0, + 1407.0, + 1288.0, + 293.0, + 1288.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1281.0, + 1404.0, + 1281.0, + 1404.0, + 1317.0, + 294.0, + 1317.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1313.0, + 418.0, + 1313.0, + 418.0, + 1349.0, + 295.0, + 1349.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 24, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 1, + "poly": [ + 298, + 1499, + 1405, + 1499, + 1405, + 1895, + 298, + 1895 + ], + "score": 0.984 + }, + { + "category_id": 1, + "poly": [ + 298, + 230, + 1405, + 230, + 1405, + 567, + 298, + 567 + ], + "score": 0.982 + }, + { + "category_id": 1, + "poly": [ + 298, + 1298, + 1404, + 1298, + 1404, + 1484, + 298, + 1484 + ], + "score": 0.98 + }, + { + "category_id": 1, + "poly": [ + 300, + 1911, + 1401, + 1911, + 1401, + 2034, + 300, + 2034 + ], + "score": 0.974 + }, + { + "category_id": 1, + "poly": [ + 299, + 1191, + 1403, + 1191, + 1403, + 1286, + 299, + 1286 + ], + "score": 0.963 + }, + { + "category_id": 1, + "poly": [ + 299, + 582, + 1403, + 582, + 1403, + 673, + 299, + 673 + ], + "score": 0.962 + }, + { + "category_id": 8, + "poly": [ + 689, + 851, + 951, + 851, + 951, + 929, + 689, + 929 + ], + "score": 0.908 + }, + { + "category_id": 9, + "poly": [ + 1352, + 875, + 1400, + 875, + 1400, + 905, + 1352, + 905 + ], + "score": 0.898 + }, + { + "category_id": 2, + "poly": [ + 300, + 76, + 815, + 76, + 815, + 104, + 300, + 104 + ], + "score": 0.889 + }, + { + "category_id": 9, + "poly": [ + 1352, + 953, + 1400, + 953, + 1400, + 984, + 1352, + 984 + ], + "score": 0.874 + }, + { + "category_id": 8, + "poly": [ + 701, + 933, + 1006, + 933, + 1006, + 1009, + 701, + 1009 + ], + "score": 0.85 + }, + { + "category_id": 2, + "poly": [ + 835, + 2088, + 865, + 2088, + 865, + 2112, + 835, + 2112 + ], + "score": 0.845 + }, + { + "category_id": 8, + "poly": [ + 690, + 849, + 1001, + 849, + 1001, + 1010, + 690, + 1010 + ], + "score": 0.132 + }, + { + "category_id": 13, + "poly": [ + 799, + 1252, + 882, + 1252, + 882, + 1288, + 799, + 1288 + ], + "score": 0.92, + "latex": "\\| W _ { l } \\| _ { F }" + }, + { + "category_id": 13, + "poly": [ + 895, + 1561, + 1053, + 1561, + 1053, + 1591, + 895, + 1591 + ], + "score": 0.92, + "latex": "N _ { i } = N _ { h } = 1" + }, + { + "category_id": 13, + "poly": [ + 1328, + 1223, + 1397, + 1223, + 1397, + 1256, + 1328, + 1256 + ], + "score": 0.92, + "latex": "m _ { l } / s _ { l }" + }, + { + "category_id": 14, + "poly": [ + 688, + 851, + 1007, + 851, + 1007, + 1013, + 688, + 1013 + ], + "score": 0.92, + "latex": "\\begin{array} { r c l } { { m _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\left. \\frac { \\partial E } { \\partial W _ { l } } \\right. \\right\\| _ { F } } } \\\\ { { s _ { l } } } & { { = } } & { { \\displaystyle \\left\\| \\mathrm { S T D } \\left( \\frac { \\partial E } { \\partial W _ { l } } \\right) \\right\\| _ { F } } } \\end{array}" + }, + { + "category_id": 13, + "poly": [ + 545, + 1222, + 601, + 1222, + 601, + 1257, + 545, + 1257 + ], + "score": 0.91, + "latex": "\\left\\| \\cdot \\right\\| _ { F }" + }, + { + "category_id": 13, + "poly": [ + 672, + 1192, + 766, + 1192, + 766, + 1225, + 672, + 1225 + ], + "score": 0.9, + "latex": "S T D ( \\cdot )" + }, + { + "category_id": 13, + "poly": [ + 375, + 1192, + 407, + 1192, + 407, + 1226, + 375, + 1226 + ], + "score": 0.89, + "latex": "\\langle \\cdot \\rangle" + }, + { + "category_id": 13, + "poly": [ + 1203, + 614, + 1215, + 614, + 1215, + 640, + 1203, + 640 + ], + "score": 0.4, + "latex": "l" + }, + { + "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": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2121.0, + 830.0, + 2121.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1501.0, + 1403.0, + 1501.0, + 1403.0, + 1533.0, + 296.0, + 1533.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1529.0, + 1405.0, + 1529.0, + 1405.0, + 1564.0, + 293.0, + 1564.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1560.0, + 894.0, + 1560.0, + 894.0, + 1596.0, + 295.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1054.0, + 1560.0, + 1406.0, + 1560.0, + 1406.0, + 1596.0, + 1054.0, + 1596.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1590.0, + 1408.0, + 1590.0, + 1408.0, + 1626.0, + 295.0, + 1626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1621.0, + 1406.0, + 1621.0, + 1406.0, + 1657.0, + 295.0, + 1657.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1652.0, + 1403.0, + 1652.0, + 1403.0, + 1684.0, + 296.0, + 1684.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1680.0, + 1405.0, + 1680.0, + 1405.0, + 1716.0, + 295.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1714.0, + 1402.0, + 1714.0, + 1402.0, + 1746.0, + 296.0, + 1746.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1745.0, + 1407.0, + 1745.0, + 1407.0, + 1777.0, + 296.0, + 1777.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1773.0, + 1407.0, + 1773.0, + 1407.0, + 1809.0, + 293.0, + 1809.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1803.0, + 1408.0, + 1803.0, + 1408.0, + 1839.0, + 293.0, + 1839.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1833.0, + 1406.0, + 1833.0, + 1406.0, + 1873.0, + 293.0, + 1873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1864.0, + 1217.0, + 1864.0, + 1217.0, + 1900.0, + 295.0, + 1900.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 231.0, + 1403.0, + 231.0, + 1403.0, + 266.0, + 295.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 259.0, + 1405.0, + 259.0, + 1405.0, + 299.0, + 292.0, + 299.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 292.0, + 1403.0, + 292.0, + 1403.0, + 326.0, + 295.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 323.0, + 1405.0, + 323.0, + 1405.0, + 358.0, + 295.0, + 358.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 353.0, + 1405.0, + 353.0, + 1405.0, + 387.0, + 295.0, + 387.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 382.0, + 1407.0, + 382.0, + 1407.0, + 421.0, + 292.0, + 421.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 415.0, + 1406.0, + 415.0, + 1406.0, + 449.0, + 295.0, + 449.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 442.0, + 1409.0, + 442.0, + 1409.0, + 479.0, + 293.0, + 479.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 473.0, + 1406.0, + 473.0, + 1406.0, + 509.0, + 293.0, + 509.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 505.0, + 1408.0, + 505.0, + 1408.0, + 540.0, + 295.0, + 540.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 535.0, + 1339.0, + 535.0, + 1339.0, + 570.0, + 296.0, + 570.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1299.0, + 1405.0, + 1299.0, + 1405.0, + 1335.0, + 294.0, + 1335.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1331.0, + 1404.0, + 1331.0, + 1404.0, + 1363.0, + 296.0, + 1363.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1360.0, + 1405.0, + 1360.0, + 1405.0, + 1396.0, + 293.0, + 1396.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1390.0, + 1408.0, + 1390.0, + 1408.0, + 1428.0, + 293.0, + 1428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1419.0, + 1406.0, + 1419.0, + 1406.0, + 1457.0, + 293.0, + 1457.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1450.0, + 1302.0, + 1450.0, + 1302.0, + 1488.0, + 293.0, + 1488.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1910.0, + 1405.0, + 1910.0, + 1405.0, + 1946.0, + 295.0, + 1946.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1943.0, + 1405.0, + 1943.0, + 1405.0, + 1976.0, + 296.0, + 1976.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1974.0, + 1403.0, + 1974.0, + 1403.0, + 2006.0, + 296.0, + 2006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 298.0, + 2005.0, + 733.0, + 2005.0, + 733.0, + 2034.0, + 298.0, + 2034.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1190.0, + 374.0, + 1190.0, + 374.0, + 1228.0, + 294.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 408.0, + 1190.0, + 671.0, + 1190.0, + 671.0, + 1228.0, + 408.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.0, + 1190.0, + 1405.0, + 1190.0, + 1405.0, + 1228.0, + 767.0, + 1228.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1220.0, + 544.0, + 1220.0, + 544.0, + 1259.0, + 293.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 602.0, + 1220.0, + 1327.0, + 1220.0, + 1327.0, + 1259.0, + 602.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1398.0, + 1220.0, + 1409.0, + 1220.0, + 1409.0, + 1259.0, + 1398.0, + 1259.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 1251.0, + 798.0, + 1251.0, + 798.0, + 1289.0, + 294.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 883.0, + 1251.0, + 1191.0, + 1251.0, + 1191.0, + 1289.0, + 883.0, + 1289.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 582.0, + 1404.0, + 582.0, + 1404.0, + 616.0, + 294.0, + 616.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 613.0, + 1202.0, + 613.0, + 1202.0, + 647.0, + 295.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1216.0, + 613.0, + 1404.0, + 613.0, + 1404.0, + 647.0, + 1216.0, + 647.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 639.0, + 653.0, + 639.0, + 653.0, + 677.0, + 294.0, + 677.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 25, + "width": 1700, + "height": 2200 + } + }, + { + "layout_dets": [ + { + "category_id": 3, + "poly": [ + 293, + 960, + 1385, + 960, + 1385, + 1743, + 293, + 1743 + ], + "score": 0.978 + }, + { + "category_id": 3, + "poly": [ + 305, + 229, + 1401, + 229, + 1401, + 803, + 305, + 803 + ], + "score": 0.971 + }, + { + "category_id": 4, + "poly": [ + 294, + 1791, + 1406, + 1791, + 1406, + 1978, + 294, + 1978 + ], + "score": 0.963 + }, + { + "category_id": 4, + "poly": [ + 295, + 838, + 1405, + 838, + 1405, + 933, + 295, + 933 + ], + "score": 0.954 + }, + { + "category_id": 2, + "poly": [ + 299, + 76, + 814, + 76, + 814, + 104, + 299, + 104 + ], + "score": 0.891 + }, + { + "category_id": 2, + "poly": [ + 834, + 2088, + 864, + 2088, + 864, + 2112, + 834, + 2112 + ], + "score": 0.857 + }, + { + "category_id": 13, + "poly": [ + 733, + 1855, + 837, + 1855, + 837, + 1884, + 733, + 1884 + ], + "score": 0.9, + "latex": "P = 1 0 0" + }, + { + "category_id": 13, + "poly": [ + 298, + 1854, + 416, + 1854, + 416, + 1884, + 298, + 1884 + ], + "score": 0.9, + "latex": "S N R = 1" + }, + { + "category_id": 13, + "poly": [ + 550, + 1824, + 675, + 1824, + 675, + 1854, + 550, + 1854 + ], + "score": 0.86, + "latex": "1 - 1 - 1 )" + }, + { + "category_id": 15, + "poly": [ + 695.0, + 984.0, + 801.0, + 984.0, + 801.0, + 1017.0, + 695.0, + 1017.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 856.0, + 958.0, + 886.0, + 958.0, + 886.0, + 993.0, + 856.0, + 993.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 965.0, + 956.0, + 965.0, + 956.0, + 1005.0, + 892.0, + 1005.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1262.0, + 985.0, + 1365.0, + 985.0, + 1365.0, + 1014.0, + 1262.0, + 1014.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1013.0, + 388.0, + 1013.0, + 388.0, + 1048.0, + 327.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 694.0, + 1010.0, + 795.0, + 1010.0, + 795.0, + 1046.0, + 694.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1013.0, + 954.0, + 1013.0, + 954.0, + 1048.0, + 894.0, + 1048.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1261.0, + 1010.0, + 1361.0, + 1010.0, + 1361.0, + 1046.0, + 1261.0, + 1046.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 291.0, + 1059.0, + 388.0, + 1059.0, + 388.0, + 1143.0, + 291.0, + 1143.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 854.0, + 1059.0, + 956.0, + 1059.0, + 956.0, + 1146.0, + 854.0, + 1146.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1145.0, + 388.0, + 1145.0, + 388.0, + 1180.0, + 327.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 1143.0, + 954.0, + 1143.0, + 954.0, + 1180.0, + 894.0, + 1180.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 329.0, + 1187.0, + 387.0, + 1187.0, + 387.0, + 1224.0, + 329.0, + 1224.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1187.0, + 953.0, + 1187.0, + 953.0, + 1222.0, + 890.0, + 1222.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 327.0, + 1231.0, + 388.0, + 1231.0, + 388.0, + 1266.0, + 327.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 895.0, + 1230.0, + 954.0, + 1230.0, + 954.0, + 1266.0, + 895.0, + 1266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 1285.0, + 432.0, + 1285.0, + 432.0, + 1318.0, + 381.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 573.0, + 1285.0, + 623.0, + 1285.0, + 623.0, + 1318.0, + 573.0, + 1318.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 948.0, + 1284.0, + 1000.0, + 1284.0, + 1000.0, + 1319.0, + 948.0, + 1319.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1139.0, + 1286.0, + 1190.0, + 1286.0, + 1190.0, + 1316.0, + 1139.0, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1342.0, + 1293.0, + 1372.0, + 1293.0, + 1372.0, + 1311.0, + 1342.0, + 1311.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1341.0, + 325.0, + 1341.0, + 325.0, + 1377.0, + 296.0, + 1377.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 861.0, + 1350.0, + 877.0, + 1350.0, + 877.0, + 1368.0, + 861.0, + 1368.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 335.0, + 1388.0, + 388.0, + 1388.0, + 388.0, + 1419.0, + 335.0, + 1419.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 904.0, + 1378.0, + 954.0, + 1378.0, + 954.0, + 1415.0, + 904.0, + 1415.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1451.0, + 388.0, + 1451.0, + 388.0, + 1486.0, + 325.0, + 1486.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1516.0, + 389.0, + 1516.0, + 389.0, + 1550.0, + 325.0, + 1550.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1553.0, + 520.0, + 1553.0, + 520.0, + 1584.0, + 453.0, + 1584.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1539.0, + 954.0, + 1539.0, + 954.0, + 1574.0, + 889.0, + 1574.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1016.0, + 1549.0, + 1087.0, + 1549.0, + 1087.0, + 1587.0, + 1016.0, + 1587.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 452.0, + 1577.0, + 504.0, + 1577.0, + 504.0, + 1614.0, + 452.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1577.0, + 1067.0, + 1577.0, + 1067.0, + 1614.0, + 1018.0, + 1614.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 454.0, + 1606.0, + 515.0, + 1606.0, + 515.0, + 1642.0, + 454.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1018.0, + 1606.0, + 1079.0, + 1606.0, + 1079.0, + 1642.0, + 1018.0, + 1642.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 453.0, + 1634.0, + 510.0, + 1634.0, + 510.0, + 1670.0, + 453.0, + 1670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1019.0, + 1636.0, + 1074.0, + 1636.0, + 1074.0, + 1668.0, + 1019.0, + 1668.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 1683.0, + 437.0, + 1683.0, + 437.0, + 1714.0, + 385.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 575.0, + 1681.0, + 627.0, + 1681.0, + 627.0, + 1716.0, + 575.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 951.0, + 1683.0, + 1002.0, + 1683.0, + 1002.0, + 1714.0, + 951.0, + 1714.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1141.0, + 1680.0, + 1191.0, + 1680.0, + 1191.0, + 1716.0, + 1141.0, + 1716.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1333.0, + 1685.0, + 1380.0, + 1685.0, + 1380.0, + 1712.0, + 1333.0, + 1712.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 560.0, + 1713.0, + 642.0, + 1713.0, + 642.0, + 1744.0, + 560.0, + 1744.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1127.0, + 1711.0, + 1208.0, + 1711.0, + 1208.0, + 1745.0, + 1127.0, + 1745.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 956.0, + 387.0, + 956.0, + 387.0, + 1006.0, + 293.0, + 1006.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 767.75, + 1287.5, + 816.75, + 1287.5, + 816.75, + 1316.0, + 767.75, + 1316.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.75, + 1417.5, + 955.75, + 1417.5, + 955.75, + 1455.0, + 890.75, + 1455.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1456.5, + 959.0, + 1456.5, + 959.0, + 1496.5, + 888.0, + 1496.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 889.0, + 1497.0, + 958.0, + 1497.0, + 958.0, + 1536.0, + 889.0, + 1536.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 322.0, + 1576.5, + 395.0, + 1576.5, + 395.0, + 1616.5, + 322.0, + 1616.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1576.5, + 959.0, + 1576.5, + 959.0, + 1617.0, + 888.0, + 1617.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 1617.0, + 959.0, + 1617.0, + 959.0, + 1655.5, + 888.0, + 1655.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 325.0, + 1643.5, + 392.0, + 1643.5, + 392.0, + 1679.5, + 325.0, + 1679.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 1658.5, + 956.0, + 1658.5, + 956.0, + 1693.5, + 890.0, + 1693.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 764.0, + 1680.0, + 821.0, + 1680.0, + 821.0, + 1716.5, + 764.0, + 1716.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 310.0, + 234.0, + 329.0, + 234.0, + 329.0, + 255.0, + 310.0, + 255.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 819.0, + 231.0, + 870.0, + 231.0, + 870.0, + 257.0, + 819.0, + 257.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 385.0, + 250.0, + 424.0, + 250.0, + 424.0, + 266.0, + 385.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 554.0, + 250.0, + 593.0, + 250.0, + 593.0, + 266.0, + 554.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 721.0, + 250.0, + 760.0, + 250.0, + 760.0, + 266.0, + 721.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 250.0, + 928.0, + 250.0, + 928.0, + 266.0, + 888.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1056.0, + 250.0, + 1096.0, + 250.0, + 1096.0, + 266.0, + 1056.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1223.0, + 250.0, + 1263.0, + 250.0, + 1263.0, + 266.0, + 1223.0, + 266.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 989.0, + 269.0, + 1000.0, + 269.0, + 1000.0, + 278.0, + 989.0, + 278.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1156.0, + 273.0, + 1172.0, + 273.0, + 1172.0, + 287.0, + 1156.0, + 287.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 318.0, + 504.0, + 318.0, + 504.0, + 331.0, + 483.0, + 331.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 312.0, + 669.0, + 312.0, + 669.0, + 321.0, + 652.0, + 321.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.0, + 308.0, + 836.0, + 308.0, + 836.0, + 323.0, + 818.0, + 323.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 988.0, + 312.0, + 1004.0, + 312.0, + 1004.0, + 325.0, + 988.0, + 325.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1154.0, + 312.0, + 1173.0, + 312.0, + 1173.0, + 326.0, + 1154.0, + 326.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 328.0, + 332.0, + 328.0, + 332.0, + 338.0, + 316.0, + 338.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 984.0, + 357.0, + 1004.0, + 357.0, + 1004.0, + 371.0, + 984.0, + 371.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 351.0, + 1171.0, + 351.0, + 1171.0, + 366.0, + 1152.0, + 366.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 817.0, + 371.0, + 833.0, + 371.0, + 833.0, + 386.0, + 817.0, + 386.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 564.0, + 382.0, + 581.0, + 382.0, + 581.0, + 391.0, + 564.0, + 391.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 388.0, + 670.0, + 388.0, + 670.0, + 402.0, + 647.0, + 402.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1152.0, + 391.0, + 1172.0, + 391.0, + 1172.0, + 404.0, + 1152.0, + 404.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 388.0, + 1397.0, + 388.0, + 1397.0, + 409.0, + 1356.0, + 409.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 983.0, + 403.0, + 1004.0, + 403.0, + 1004.0, + 416.0, + 983.0, + 416.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 406.0, + 1386.0, + 406.0, + 1386.0, + 428.0, + 1356.0, + 428.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 421.0, + 332.0, + 421.0, + 332.0, + 433.0, + 312.0, + 433.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 816.0, + 434.0, + 836.0, + 434.0, + 836.0, + 448.0, + 816.0, + 448.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 431.0, + 1172.0, + 431.0, + 1172.0, + 444.0, + 1151.0, + 444.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 423.0, + 1392.0, + 423.0, + 1392.0, + 445.0, + 1358.0, + 445.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 985.0, + 449.0, + 1001.0, + 449.0, + 1001.0, + 459.0, + 985.0, + 459.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 442.0, + 1391.0, + 442.0, + 1391.0, + 465.0, + 1358.0, + 465.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 647.0, + 466.0, + 670.0, + 466.0, + 670.0, + 480.0, + 647.0, + 480.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1151.0, + 470.0, + 1172.0, + 470.0, + 1172.0, + 484.0, + 1151.0, + 484.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 492.0, + 352.0, + 492.0, + 352.0, + 506.0, + 333.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 363.0, + 492.0, + 383.0, + 492.0, + 383.0, + 506.0, + 363.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 396.0, + 492.0, + 416.0, + 492.0, + 416.0, + 506.0, + 396.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 428.0, + 492.0, + 447.0, + 492.0, + 447.0, + 506.0, + 428.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 458.0, + 492.0, + 478.0, + 492.0, + 478.0, + 506.0, + 458.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 500.0, + 491.0, + 522.0, + 491.0, + 522.0, + 506.0, + 500.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 532.0, + 492.0, + 552.0, + 492.0, + 552.0, + 506.0, + 532.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 563.0, + 492.0, + 584.0, + 492.0, + 584.0, + 506.0, + 563.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 596.0, + 492.0, + 615.0, + 492.0, + 615.0, + 506.0, + 596.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 626.0, + 492.0, + 646.0, + 492.0, + 646.0, + 506.0, + 626.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 667.0, + 492.0, + 689.0, + 492.0, + 689.0, + 506.0, + 667.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 492.0, + 718.0, + 492.0, + 718.0, + 506.0, + 700.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 731.0, + 492.0, + 751.0, + 492.0, + 751.0, + 506.0, + 731.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 762.0, + 492.0, + 782.0, + 492.0, + 782.0, + 506.0, + 762.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 794.0, + 492.0, + 813.0, + 492.0, + 813.0, + 506.0, + 794.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 867.0, + 492.0, + 885.0, + 492.0, + 885.0, + 506.0, + 867.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 899.0, + 492.0, + 918.0, + 492.0, + 918.0, + 506.0, + 899.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 931.0, + 491.0, + 950.0, + 491.0, + 950.0, + 506.0, + 931.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 961.0, + 492.0, + 981.0, + 492.0, + 981.0, + 507.0, + 961.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1004.0, + 492.0, + 1022.0, + 492.0, + 1022.0, + 507.0, + 1004.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1035.0, + 492.0, + 1054.0, + 492.0, + 1054.0, + 506.0, + 1035.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1067.0, + 492.0, + 1086.0, + 492.0, + 1086.0, + 506.0, + 1067.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1098.0, + 492.0, + 1118.0, + 492.0, + 1118.0, + 506.0, + 1098.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1130.0, + 492.0, + 1148.0, + 492.0, + 1148.0, + 507.0, + 1130.0, + 507.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1171.0, + 492.0, + 1191.0, + 492.0, + 1191.0, + 506.0, + 1171.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1203.0, + 492.0, + 1221.0, + 492.0, + 1221.0, + 506.0, + 1203.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1237.0, + 494.0, + 1252.0, + 494.0, + 1252.0, + 504.0, + 1237.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1267.0, + 494.0, + 1283.0, + 494.0, + 1283.0, + 504.0, + 1267.0, + 504.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1299.0, + 492.0, + 1315.0, + 492.0, + 1315.0, + 506.0, + 1299.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 506.0, + 419.0, + 506.0, + 419.0, + 518.0, + 388.0, + 518.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 504.0, + 589.0, + 504.0, + 589.0, + 520.0, + 555.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 504.0, + 757.0, + 504.0, + 757.0, + 520.0, + 722.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 890.0, + 504.0, + 923.0, + 504.0, + 923.0, + 521.0, + 890.0, + 521.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 504.0, + 1091.0, + 504.0, + 1091.0, + 520.0, + 1059.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1227.0, + 504.0, + 1260.0, + 504.0, + 1260.0, + 520.0, + 1227.0, + 520.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 311.0, + 535.0, + 326.0, + 535.0, + 326.0, + 554.0, + 311.0, + 554.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 822.0, + 531.0, + 870.0, + 531.0, + 870.0, + 559.0, + 822.0, + 559.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 380.0, + 549.0, + 421.0, + 549.0, + 421.0, + 566.0, + 380.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 549.0, + 589.0, + 549.0, + 589.0, + 566.0, + 549.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 720.0, + 549.0, + 758.0, + 549.0, + 758.0, + 566.0, + 720.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 888.0, + 549.0, + 929.0, + 549.0, + 929.0, + 566.0, + 888.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1059.0, + 549.0, + 1098.0, + 549.0, + 1098.0, + 566.0, + 1059.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1229.0, + 549.0, + 1270.0, + 549.0, + 1270.0, + 566.0, + 1229.0, + 566.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 316.0, + 611.0, + 335.0, + 611.0, + 335.0, + 625.0, + 316.0, + 625.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 609.0, + 507.0, + 609.0, + 507.0, + 628.0, + 483.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 614.0, + 675.0, + 614.0, + 675.0, + 629.0, + 656.0, + 629.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 826.0, + 613.0, + 844.0, + 613.0, + 844.0, + 628.0, + 826.0, + 628.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 995.0, + 615.0, + 1012.0, + 615.0, + 1012.0, + 630.0, + 995.0, + 630.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1162.0, + 614.0, + 1184.0, + 614.0, + 1184.0, + 626.0, + 1162.0, + 626.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 566.0, + 656.0, + 593.0, + 656.0, + 593.0, + 670.0, + 566.0, + 670.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1161.0, + 668.0, + 1184.0, + 668.0, + 1184.0, + 682.0, + 1161.0, + 682.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 667.0, + 1396.0, + 667.0, + 1396.0, + 685.0, + 1358.0, + 685.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 312.0, + 685.0, + 335.0, + 685.0, + 335.0, + 697.0, + 312.0, + 697.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 480.0, + 678.0, + 508.0, + 678.0, + 508.0, + 696.0, + 480.0, + 696.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 652.0, + 682.0, + 675.0, + 682.0, + 675.0, + 694.0, + 652.0, + 694.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 678.0, + 1014.0, + 678.0, + 1014.0, + 693.0, + 993.0, + 693.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1354.0, + 684.0, + 1384.0, + 684.0, + 1384.0, + 702.0, + 1354.0, + 702.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1358.0, + 701.0, + 1391.0, + 701.0, + 1391.0, + 723.0, + 1358.0, + 723.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1163.0, + 725.0, + 1181.0, + 725.0, + 1181.0, + 734.0, + 1163.0, + 734.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1356.0, + 719.0, + 1391.0, + 719.0, + 1391.0, + 741.0, + 1356.0, + 741.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 483.0, + 750.0, + 504.0, + 750.0, + 504.0, + 764.0, + 483.0, + 764.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 656.0, + 750.0, + 671.0, + 750.0, + 671.0, + 760.0, + 656.0, + 760.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 823.0, + 746.0, + 843.0, + 746.0, + 843.0, + 759.0, + 823.0, + 759.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 993.0, + 743.0, + 1015.0, + 743.0, + 1015.0, + 755.0, + 993.0, + 755.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 314.0, + 758.0, + 333.0, + 758.0, + 333.0, + 770.0, + 314.0, + 770.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 333.0, + 771.0, + 352.0, + 771.0, + 352.0, + 785.0, + 333.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 361.0, + 771.0, + 381.0, + 771.0, + 381.0, + 785.0, + 361.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 388.0, + 771.0, + 411.0, + 771.0, + 411.0, + 785.0, + 388.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 418.0, + 771.0, + 439.0, + 771.0, + 439.0, + 785.0, + 418.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 444.0, + 771.0, + 467.0, + 771.0, + 467.0, + 785.0, + 444.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 549.0, + 770.0, + 611.0, + 770.0, + 611.0, + 786.0, + 549.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 614.0, + 771.0, + 637.0, + 771.0, + 637.0, + 785.0, + 614.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 672.0, + 771.0, + 694.0, + 771.0, + 694.0, + 785.0, + 672.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 700.0, + 771.0, + 721.0, + 771.0, + 721.0, + 785.0, + 700.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 725.0, + 771.0, + 753.0, + 771.0, + 753.0, + 785.0, + 725.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 757.0, + 771.0, + 807.0, + 771.0, + 807.0, + 785.0, + 757.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 843.0, + 771.0, + 863.0, + 771.0, + 863.0, + 785.0, + 843.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 870.0, + 771.0, + 890.0, + 771.0, + 890.0, + 785.0, + 870.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1012.0, + 771.0, + 1034.0, + 771.0, + 1034.0, + 786.0, + 1012.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1039.0, + 770.0, + 1064.0, + 770.0, + 1064.0, + 787.0, + 1039.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1096.0, + 771.0, + 1122.0, + 771.0, + 1122.0, + 785.0, + 1096.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1123.0, + 770.0, + 1148.0, + 770.0, + 1148.0, + 787.0, + 1123.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1181.0, + 770.0, + 1206.0, + 770.0, + 1206.0, + 787.0, + 1181.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1209.0, + 768.0, + 1316.0, + 768.0, + 1316.0, + 787.0, + 1209.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 381.0, + 782.0, + 416.0, + 782.0, + 416.0, + 800.0, + 381.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 552.0, + 784.0, + 585.0, + 784.0, + 585.0, + 800.0, + 552.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 782.0, + 755.0, + 782.0, + 755.0, + 800.0, + 722.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 892.0, + 784.0, + 925.0, + 784.0, + 925.0, + 800.0, + 892.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1061.0, + 784.0, + 1096.0, + 784.0, + 1096.0, + 800.0, + 1061.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1230.0, + 784.0, + 1265.0, + 784.0, + 1265.0, + 800.0, + 1230.0, + 800.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 478.25, + 409.0, + 501.25, + 409.0, + 501.25, + 423.0, + 478.25, + 423.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 833.0, + 491.0, + 857.0, + 491.0, + 857.0, + 506.0, + 833.0, + 506.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 818.75, + 678.0, + 847.75, + 678.0, + 847.75, + 694.5, + 818.75, + 694.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 555.0, + 687.5, + 584.0, + 687.5, + 584.0, + 701.5, + 555.0, + 701.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 722.0, + 688.0, + 781.0, + 688.0, + 781.0, + 709.0, + 722.0, + 709.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 501.0, + 770.0, + 525.0, + 770.0, + 525.0, + 785.0, + 501.0, + 785.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 527.0, + 770.0, + 555.0, + 770.0, + 555.0, + 786.0, + 527.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 894.0, + 768.5, + 925.0, + 768.5, + 925.0, + 786.0, + 894.0, + 786.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 922.0, + 770.5, + 952.0, + 770.5, + 952.0, + 785.5, + 922.0, + 785.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 949.0, + 769.5, + 980.0, + 769.5, + 980.0, + 787.0, + 949.0, + 787.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 1060.0, + 769.5, + 1096.0, + 769.5, + 1096.0, + 785.5, + 1060.0, + 785.5 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1792.0, + 1405.0, + 1792.0, + 1405.0, + 1828.0, + 295.0, + 1828.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 292.0, + 1822.0, + 549.0, + 1822.0, + 549.0, + 1859.0, + 292.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 676.0, + 1822.0, + 1407.0, + 1822.0, + 1407.0, + 1859.0, + 676.0, + 1859.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1852.0, + 297.0, + 1852.0, + 297.0, + 1891.0, + 293.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 417.0, + 1852.0, + 732.0, + 1852.0, + 732.0, + 1891.0, + 417.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 838.0, + 1852.0, + 1406.0, + 1852.0, + 1406.0, + 1891.0, + 838.0, + 1891.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 293.0, + 1885.0, + 1408.0, + 1885.0, + 1408.0, + 1920.0, + 293.0, + 1920.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 1914.0, + 1404.0, + 1914.0, + 1404.0, + 1950.0, + 295.0, + 1950.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 1947.0, + 791.0, + 1947.0, + 791.0, + 1979.0, + 296.0, + 1979.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 839.0, + 1405.0, + 839.0, + 1405.0, + 873.0, + 295.0, + 873.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 294.0, + 868.0, + 1407.0, + 868.0, + 1407.0, + 905.0, + 294.0, + 905.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 295.0, + 901.0, + 1034.0, + 901.0, + 1034.0, + 935.0, + 295.0, + 935.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 296.0, + 73.0, + 818.0, + 73.0, + 818.0, + 108.0, + 296.0, + 108.0 + ], + "score": 1.0, + "text": "" + }, + { + "category_id": 15, + "poly": [ + 830.0, + 2084.0, + 870.0, + 2084.0, + 870.0, + 2125.0, + 830.0, + 2125.0 + ], + "score": 1.0, + "text": "" + } + ], + "page_info": { + "page_no": 26, + "width": 1700, + "height": 2200 + } + } +] \ No newline at end of file diff --git a/vlm/dev/08Yk-n5l2Al/0.png b/vlm/dev/08Yk-n5l2Al/0.png new file mode 100644 index 0000000000000000000000000000000000000000..637ed61d8afc2ce489d16c4a1e90ede22d49949b --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68768d75a0788620e96b75c5f540c47a2f47bbaa50f0e2aba7472f086aeab4bc +size 437751 diff --git a/vlm/dev/08Yk-n5l2Al/1.png b/vlm/dev/08Yk-n5l2Al/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c569340eb976b41bc439f9a614899aa2fbf32651 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ba8599ffefcc5daa078672223ab730aa608edae177fcf164f965d9f17282d4 +size 3491875 diff --git a/vlm/dev/08Yk-n5l2Al/10.png b/vlm/dev/08Yk-n5l2Al/10.png new file mode 100644 index 0000000000000000000000000000000000000000..e486be24bfda8d14b43c1abe0f358231f1cf7811 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22b2049699d5f7219eab1fbad57172d2d72f358d07c417048c06b06410a33a0 +size 589847 diff --git a/vlm/dev/08Yk-n5l2Al/11.png b/vlm/dev/08Yk-n5l2Al/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d39a3c5605d7985bb839fc0af7bc46a86dc2764e --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f15c0a7aad19b6e039bac6b049efcc702ff6e50dc1b21a5b79f1850d9821c1e +size 541285 diff --git a/vlm/dev/08Yk-n5l2Al/12.png b/vlm/dev/08Yk-n5l2Al/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b70e2ea14dd6bb5a609a3f6722d6b4f35e1bb235 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c02fb0cf2d0ecdb1e2c7f469f49f1c30566320057d193fefe4ec396168193aa +size 522091 diff --git a/vlm/dev/08Yk-n5l2Al/13.png b/vlm/dev/08Yk-n5l2Al/13.png new file mode 100644 index 0000000000000000000000000000000000000000..d9f86b36af5375dbc59c1f38c881321c6426ea0c --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5045163e6f4c667410a1edec4be7d7d39d1ebd7cacc77276471343ffc1f3667b +size 539681 diff --git a/vlm/dev/08Yk-n5l2Al/14.png b/vlm/dev/08Yk-n5l2Al/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ab4f745f3a8c6970ad6ee3f46876ebc2a42bde35 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1b89c3f792ab7e69e9e246b481a6bd4ab63a999e71e88232a660ed7ef08374 +size 547688 diff --git a/vlm/dev/08Yk-n5l2Al/15.png b/vlm/dev/08Yk-n5l2Al/15.png new file mode 100644 index 0000000000000000000000000000000000000000..98a59289027adc35e714fa0507dec0f54abe789d --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f68368905fbdc10b8af3d109617a9ceae57a69cc146ea4a7c9df53bc69d80d0 +size 349581 diff --git a/vlm/dev/08Yk-n5l2Al/2.png b/vlm/dev/08Yk-n5l2Al/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4a448c5defcdd57a9c75a0756bd048c9a1398ff6 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c71d762814c0c212ff6829e29df634bf067b33454c19efcbe637fb88fe97d0b +size 620146 diff --git a/vlm/dev/08Yk-n5l2Al/3.png b/vlm/dev/08Yk-n5l2Al/3.png new file mode 100644 index 0000000000000000000000000000000000000000..63408e1f970f89f163de8ab0c15ebf124b918b00 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41cd717eb9a1e181f99ffe001d6ad51d8fbb3a1b19b1a3236d4aff313cbc358c +size 586039 diff --git a/vlm/dev/08Yk-n5l2Al/4.png b/vlm/dev/08Yk-n5l2Al/4.png new file mode 100644 index 0000000000000000000000000000000000000000..a6dbc3e12ca51c7c574dfe9272c64c1c42896e43 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8477ff9239e9e3135419b29bc8c4176e7ecc35345bc4280e4e398e1bdd88456 +size 616239 diff --git a/vlm/dev/08Yk-n5l2Al/5.png b/vlm/dev/08Yk-n5l2Al/5.png new file mode 100644 index 0000000000000000000000000000000000000000..55db612ba47a9cdf5ea2618eeeaae5a968dca57f --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564fda124840fef21b20d26fece02fb83955c0377eae44d1c5518f224f4dd461 +size 1323585 diff --git a/vlm/dev/08Yk-n5l2Al/6.png b/vlm/dev/08Yk-n5l2Al/6.png new file mode 100644 index 0000000000000000000000000000000000000000..5585745d80418c9cc04f6da12afa32aa3e00f5cb --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d050383adc51a356fc4fd914d48806099cdb48e4b700bae0e8d52a875313000 +size 551345 diff --git a/vlm/dev/08Yk-n5l2Al/7.png b/vlm/dev/08Yk-n5l2Al/7.png new file mode 100644 index 0000000000000000000000000000000000000000..751c7760279c78c23038448163b541093fa987c0 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a5b0b6aec1073e4e67d4876f6a3f4e79f555451c13697ff0a81683b87696f5 +size 447177 diff --git a/vlm/dev/08Yk-n5l2Al/8.png b/vlm/dev/08Yk-n5l2Al/8.png new file mode 100644 index 0000000000000000000000000000000000000000..4477bf5df09a66028fd0be7839e08c555c7cbf47 --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c81ad618c096708077324931cf48bd8ad77ef326c76aa77d15f8cb15d414253 +size 615131 diff --git a/vlm/dev/08Yk-n5l2Al/9.png b/vlm/dev/08Yk-n5l2Al/9.png new file mode 100644 index 0000000000000000000000000000000000000000..942cef63c99b8329aad81d70aa9953d0b09ba72b --- /dev/null +++ b/vlm/dev/08Yk-n5l2Al/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57eee0a011e998f0072b2618f6c9307435e437217aa7b8b9cb0bcff4759b0232 +size 562104 diff --git a/vlm/dev/0xiJLKH-ufZ/0.png b/vlm/dev/0xiJLKH-ufZ/0.png new file mode 100644 index 0000000000000000000000000000000000000000..25b1b964058ee7ecb19cc54ec959db4ed97d4166 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47182406f0c24e26149576659f0e14ede32de26ad7928b1bbe13558ecfd1267 +size 526983 diff --git a/vlm/dev/0xiJLKH-ufZ/1.png b/vlm/dev/0xiJLKH-ufZ/1.png new file mode 100644 index 0000000000000000000000000000000000000000..dea7ce369b8df35a69b23cc640ecce0fe95a8df0 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461af878f4e3b52b8ea8b9a1aa0b79ef3a7216557b071d7359a175ec1ba0a652 +size 448637 diff --git a/vlm/dev/0xiJLKH-ufZ/10.png b/vlm/dev/0xiJLKH-ufZ/10.png new file mode 100644 index 0000000000000000000000000000000000000000..372e19ff0490137c412b3cba4395e23d68f813f6 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7eebc65d007ba3a5f8ed474af9583d0f89e7b2250d5ac57fbf059e43b0b5ec +size 493065 diff --git a/vlm/dev/0xiJLKH-ufZ/11.png b/vlm/dev/0xiJLKH-ufZ/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8eddd15e843320e0c91ffd8275b5a65e13f491af --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afec7f737c9bd945dfb95c651afd65845015654136b8e46c38f4882b7cdeb92 +size 476495 diff --git a/vlm/dev/0xiJLKH-ufZ/12.png b/vlm/dev/0xiJLKH-ufZ/12.png new file mode 100644 index 0000000000000000000000000000000000000000..7224f697a9b7cb7705385e3c4d5bed71362b9815 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b033ebe757793365312bdfafd6a06cbc1fcc24a0917650f51e14eebc90ecd1f +size 313189 diff --git a/vlm/dev/0xiJLKH-ufZ/13.png b/vlm/dev/0xiJLKH-ufZ/13.png new file mode 100644 index 0000000000000000000000000000000000000000..1c864df19238482f9f6266ceff52fe0c6a935be3 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67335a776b4eedb76a58df925165cf47972cb8350daf411eef040b1fac33db60 +size 234978 diff --git a/vlm/dev/0xiJLKH-ufZ/14.png b/vlm/dev/0xiJLKH-ufZ/14.png new file mode 100644 index 0000000000000000000000000000000000000000..dee53d76d68dda54b4f12eeee1a87559fbb42669 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57a9a393cdb37428ff611f3e9e96db26c70d3093d09c3935b4014ad64ebd0b2 +size 363719 diff --git a/vlm/dev/0xiJLKH-ufZ/15.png b/vlm/dev/0xiJLKH-ufZ/15.png new file mode 100644 index 0000000000000000000000000000000000000000..984eea3a229cd9c17badb2cb767bc5c92385287c --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45efa6edfaa9a59e887a62d0caab095d08cf3274945e8ae255f36851409dbd46 +size 305617 diff --git a/vlm/dev/0xiJLKH-ufZ/16.png b/vlm/dev/0xiJLKH-ufZ/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c000f5e56140c97804a21417f42de44c9fc877c9 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831ace729b745a11bccbc4e26a6964b77b52ae619898fe7e94610219d5593471 +size 298696 diff --git a/vlm/dev/0xiJLKH-ufZ/17.png b/vlm/dev/0xiJLKH-ufZ/17.png new file mode 100644 index 0000000000000000000000000000000000000000..d41eb424d26e96a24016992b177f97e6315f0577 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eef47086145c12e3985017de81eb4ff8bd8e1d735b185fdbcfdf3fb5bb0ea66 +size 323938 diff --git a/vlm/dev/0xiJLKH-ufZ/18.png b/vlm/dev/0xiJLKH-ufZ/18.png new file mode 100644 index 0000000000000000000000000000000000000000..64fce77e58a9e456e192f7391feb2a9c70d10b71 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53afdfacc12dace76d5930cc2297541cc0f655e95f10ede2517d5ba029a6c08 +size 307196 diff --git a/vlm/dev/0xiJLKH-ufZ/19.png b/vlm/dev/0xiJLKH-ufZ/19.png new file mode 100644 index 0000000000000000000000000000000000000000..69acf7156b3ebf5218480609c990f04084758148 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ccdd42021ffcae2f745e30ed3b06cbbb71fb34cfa22202c6c515aff377f10e0 +size 345276 diff --git a/vlm/dev/0xiJLKH-ufZ/2.png b/vlm/dev/0xiJLKH-ufZ/2.png new file mode 100644 index 0000000000000000000000000000000000000000..fee5f38ebaa0ff32a48ac4307dc07a177ee4dce1 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51021be798252f0784d15df8ee48856d458f66025bee0574f14d0d94e2839081 +size 499466 diff --git a/vlm/dev/0xiJLKH-ufZ/20.png b/vlm/dev/0xiJLKH-ufZ/20.png new file mode 100644 index 0000000000000000000000000000000000000000..73579694f116c13e77dbcb68931fe0dd703c2614 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1727c6b3960e4c83e3ee6eb21dc701e6f129af37ccb99a1ad3e1c6062dfd1140 +size 384482 diff --git a/vlm/dev/0xiJLKH-ufZ/21.png b/vlm/dev/0xiJLKH-ufZ/21.png new file mode 100644 index 0000000000000000000000000000000000000000..bc65353ce909f6718b8035748e62ede62f4cab52 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3c434c21343cb9267a182385c4ae932396b0b96a5ae169f6ba968c795be27a +size 375813 diff --git a/vlm/dev/0xiJLKH-ufZ/22.png b/vlm/dev/0xiJLKH-ufZ/22.png new file mode 100644 index 0000000000000000000000000000000000000000..9e222aedec5384846549d547435a5be7bf96c8c0 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd817438d33d60dfe8fe026a63eb00e2214dd174b3455f5b5fbfde83a68acf05 +size 333357 diff --git a/vlm/dev/0xiJLKH-ufZ/23.png b/vlm/dev/0xiJLKH-ufZ/23.png new file mode 100644 index 0000000000000000000000000000000000000000..d493936b3db92f0e7ab0cfc958e4c19f8237858a --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55468fdb151e3609dedc8ad5c5dfdb4531fa89d1727307f1b4124ab71790e9b +size 530397 diff --git a/vlm/dev/0xiJLKH-ufZ/24.png b/vlm/dev/0xiJLKH-ufZ/24.png new file mode 100644 index 0000000000000000000000000000000000000000..7834f28373769bd8ec57df07017dc7539c454494 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf8c76a949f5d7d6d38e6113e0579a9a362a9ac5e169c2361a4c816f3716558 +size 227840 diff --git a/vlm/dev/0xiJLKH-ufZ/25.png b/vlm/dev/0xiJLKH-ufZ/25.png new file mode 100644 index 0000000000000000000000000000000000000000..c9f7b2bf62e17f9ac5b7cb2c8cf2f158a28f6298 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e051589bc8d619301e98f924cd3609baefe01c8f1d7fe91680f63f0c33c8b7bf +size 480270 diff --git a/vlm/dev/0xiJLKH-ufZ/26.png b/vlm/dev/0xiJLKH-ufZ/26.png new file mode 100644 index 0000000000000000000000000000000000000000..2753691aca5e5e09995bac55f49449a32ceb9625 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32cc0075932d16bfa306f3d2806b24be454d50cfab0a5c8f5b32af488e1d6b8c +size 269034 diff --git a/vlm/dev/0xiJLKH-ufZ/27.png b/vlm/dev/0xiJLKH-ufZ/27.png new file mode 100644 index 0000000000000000000000000000000000000000..3d0d15c1b9db24f736ba62d9a6af461340d5e629 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1cd5aaad8628fb6023181dc31b9b009062676fa204b0a722b9bf821bbb7b9a +size 351702 diff --git a/vlm/dev/0xiJLKH-ufZ/28.png b/vlm/dev/0xiJLKH-ufZ/28.png new file mode 100644 index 0000000000000000000000000000000000000000..ec124f951553593eda833d51bae6d03d07715987 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdf33dbb4d35d0a82b899078a6ab43824d10fc7756ec47ef91823eeee4c4474 +size 377859 diff --git a/vlm/dev/0xiJLKH-ufZ/29.png b/vlm/dev/0xiJLKH-ufZ/29.png new file mode 100644 index 0000000000000000000000000000000000000000..33a986ee11ab32f8e5794f086192ed59da868069 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4979bf1f7acb5fe15a17e18fcbec54d703acbe1da6fbba36965affcfe8b59bd8 +size 395072 diff --git a/vlm/dev/0xiJLKH-ufZ/3.png b/vlm/dev/0xiJLKH-ufZ/3.png new file mode 100644 index 0000000000000000000000000000000000000000..3cf94decd713183aae062be97a5171f526231ff9 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb64a5cbb474969fedb9164fa5fafcc7d2aaf682717885a2c53da45de44c3eb +size 445875 diff --git a/vlm/dev/0xiJLKH-ufZ/30.png b/vlm/dev/0xiJLKH-ufZ/30.png new file mode 100644 index 0000000000000000000000000000000000000000..b5e62b2bad6a1aac843e9891894ed0140510f921 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2254a95f8a1cea557d9a44ba192b25ef46b0c46e4c3bcb9da003fc2086966cde +size 362727 diff --git a/vlm/dev/0xiJLKH-ufZ/31.png b/vlm/dev/0xiJLKH-ufZ/31.png new file mode 100644 index 0000000000000000000000000000000000000000..b95d0b7e5c30dc8f2e7b313403dedc342a01d95b --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb829a1ed2a024ac639c0eeff9ea263dd99a8e9d1969cf7832179a1c52bd1c1 +size 422663 diff --git a/vlm/dev/0xiJLKH-ufZ/32.png b/vlm/dev/0xiJLKH-ufZ/32.png new file mode 100644 index 0000000000000000000000000000000000000000..b932fe2cd8dbf51f42ccd699d9d33452c9fdee74 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8335310c912e0905547165eff21b97fb95d20faba080b765f9cd8afad3c9f86 +size 274595 diff --git a/vlm/dev/0xiJLKH-ufZ/33.png b/vlm/dev/0xiJLKH-ufZ/33.png new file mode 100644 index 0000000000000000000000000000000000000000..8f683996b398a0932a6f333321f2aa3903408dd0 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/33.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c7c61186d317fc59a7bc39a4f588caaff4226f703fdb89f4f309cf74f1f899 +size 1923378 diff --git a/vlm/dev/0xiJLKH-ufZ/34.png b/vlm/dev/0xiJLKH-ufZ/34.png new file mode 100644 index 0000000000000000000000000000000000000000..60eee178b21d0d4d509d2409e001e8fc96fae4f6 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018799f5f35b06d9047b6c29ed080507ceeb4eecfaa040072344f3c1e854c192 +size 2016514 diff --git a/vlm/dev/0xiJLKH-ufZ/35.png b/vlm/dev/0xiJLKH-ufZ/35.png new file mode 100644 index 0000000000000000000000000000000000000000..5a97a793fc4c800c89fd2672e61bd5f93450f6b7 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4ace4802eb0d5ade37ac424f39d3db823ae8c65add240e16434f9eef494b8e +size 2801205 diff --git a/vlm/dev/0xiJLKH-ufZ/36.png b/vlm/dev/0xiJLKH-ufZ/36.png new file mode 100644 index 0000000000000000000000000000000000000000..931ff4068a8e75678051ab8d184a093efbda7f3d --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/36.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5699d99f2d0bd10a3884d4b9885767cf75cf5f99e47dde591218dab16d0834ca +size 3088274 diff --git a/vlm/dev/0xiJLKH-ufZ/37.png b/vlm/dev/0xiJLKH-ufZ/37.png new file mode 100644 index 0000000000000000000000000000000000000000..467f890d472270b66166059d735785e5b415672b --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/37.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f759254ef3efd423378023b9709888e591bddf7522521f270d75b4b34e4935 +size 516207 diff --git a/vlm/dev/0xiJLKH-ufZ/38.png b/vlm/dev/0xiJLKH-ufZ/38.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a8006faba0b2a629848f280f75e0e8618f032e --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/38.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e92d4b7dfe4999dd420bf78dc9c7158012fab8e45f076dfe98c7958ce9507f1 +size 284581 diff --git a/vlm/dev/0xiJLKH-ufZ/4.png b/vlm/dev/0xiJLKH-ufZ/4.png new file mode 100644 index 0000000000000000000000000000000000000000..d911907ac3c149d4f7251c5a02e6de29f515ffe7 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a2c3e6c71863a1788e77652b1590322e3f249a229aacd623883653eee55b67 +size 423958 diff --git a/vlm/dev/0xiJLKH-ufZ/5.png b/vlm/dev/0xiJLKH-ufZ/5.png new file mode 100644 index 0000000000000000000000000000000000000000..8fa0073ad8da79c8e8b4d148f11fd10a0319b6a8 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b257eeb76e2b7e3563095a72f3aaee92eb867133d978b58d14f63b27fa214e +size 592996 diff --git a/vlm/dev/0xiJLKH-ufZ/6.png b/vlm/dev/0xiJLKH-ufZ/6.png new file mode 100644 index 0000000000000000000000000000000000000000..ad8570f61ee90b69794eb2fea729e774b5c2c119 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b7c82ac79afeb744a52b9aee68908b16285d55328dd56685321d492366d2dd +size 488597 diff --git a/vlm/dev/0xiJLKH-ufZ/7.png b/vlm/dev/0xiJLKH-ufZ/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d202213fa16377e4c118e6e74750b1c83a2de766 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a4b2b3abbb1c691e1502d12c8d2686e733559c13a6a6cfb2ea7587c63b55bd +size 506454 diff --git a/vlm/dev/0xiJLKH-ufZ/8.png b/vlm/dev/0xiJLKH-ufZ/8.png new file mode 100644 index 0000000000000000000000000000000000000000..14bf7f79efc4635c0c4ff6db5364e8791eab90ea --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe4fd683e0821222a6fe27e29d0324020c5d9b69d8dfb778ee8f4ef78b6f84d +size 586321 diff --git a/vlm/dev/0xiJLKH-ufZ/9.png b/vlm/dev/0xiJLKH-ufZ/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5a9ab067a875e77911915deda18286e3fe791712 --- /dev/null +++ b/vlm/dev/0xiJLKH-ufZ/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0a863e80d895b125e039b807f60dfc36f2fa88550490dc71c35c19d59b6a38 +size 457450 diff --git a/vlm/dev/9-umxtNPx5E/0.png b/vlm/dev/9-umxtNPx5E/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b68f419a13bc93bd8893898b94f95262673c35 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079a8c0ac69382dd74e8cc5966c0b40f2e5558280061a898a9811c1c8fdc5ab3 +size 516852 diff --git a/vlm/dev/9-umxtNPx5E/1.png b/vlm/dev/9-umxtNPx5E/1.png new file mode 100644 index 0000000000000000000000000000000000000000..10b7b79698484144f9a74fd4976318619e8535c7 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bf8e2434475266e26f86b162f04d620d815ef47023ae539aec07ba67494a1d +size 712585 diff --git a/vlm/dev/9-umxtNPx5E/10.png b/vlm/dev/9-umxtNPx5E/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d2bb7cfdf96e533af7357a4966c598fe5ae44b11 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a909539ab50ffdf3b0d7f4314602d3ecfed594cfcbe4f7abd506dfabd1ee447 +size 510079 diff --git a/vlm/dev/9-umxtNPx5E/11.png b/vlm/dev/9-umxtNPx5E/11.png new file mode 100644 index 0000000000000000000000000000000000000000..4cb2a7c4e6ce875c12a450912648e1542ce240b3 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1a5f4ed7a4f4f8d4e67c69fb1582d18956d96e106118d9fc13902bfb7555be +size 480348 diff --git a/vlm/dev/9-umxtNPx5E/12.png b/vlm/dev/9-umxtNPx5E/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a6e76ad8d7ef5868a1d9a8caed7f4031b8cef853 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b493a33d9e480a81d4f18364205931e8bb44020a25e20b7931b6409ed0f71776 +size 497249 diff --git a/vlm/dev/9-umxtNPx5E/13.png b/vlm/dev/9-umxtNPx5E/13.png new file mode 100644 index 0000000000000000000000000000000000000000..a6677cebbdaf2fbdd26f3daac220831365078fa5 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b25623c07315409989ba450bed050d3877f4a172539334e795f70ea4e9e6505 +size 150153 diff --git a/vlm/dev/9-umxtNPx5E/14.png b/vlm/dev/9-umxtNPx5E/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b774ab81f2b8ea0096bb7532fa7a92caece6baee --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e033563e8c45412a5b1e411087b7072a6fba4db15ada5d712ebe27df0f8765e6 +size 463428 diff --git a/vlm/dev/9-umxtNPx5E/15.png b/vlm/dev/9-umxtNPx5E/15.png new file mode 100644 index 0000000000000000000000000000000000000000..89cf0a1e2fcd41e1d3e7a981b255d193f40a0be2 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcc3aa112cd8af592c557b915c56464f943b97038ba613aafd20ceb0ba38562 +size 498601 diff --git a/vlm/dev/9-umxtNPx5E/16.png b/vlm/dev/9-umxtNPx5E/16.png new file mode 100644 index 0000000000000000000000000000000000000000..08770537b9af62ba65d65d53a3ffd742091155a3 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e932f0af77986c8732ff52c729b07a060000d270b6a40f643923fc11fb82065 +size 525701 diff --git a/vlm/dev/9-umxtNPx5E/17.png b/vlm/dev/9-umxtNPx5E/17.png new file mode 100644 index 0000000000000000000000000000000000000000..e4e4121a33ad1c4ba76e240502297aa637013441 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08e47910f84fe383554324e5eafd77428c27c36045e184a8e36065675c6975a +size 714003 diff --git a/vlm/dev/9-umxtNPx5E/18.png b/vlm/dev/9-umxtNPx5E/18.png new file mode 100644 index 0000000000000000000000000000000000000000..1f25661ac6d4bf47fac7b5ba67c1b7cc2176c930 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112ca2915f5c0801b41a44f8b22d87c9bf24394c2295960fef0653cb9afb822f +size 355118 diff --git a/vlm/dev/9-umxtNPx5E/19.png b/vlm/dev/9-umxtNPx5E/19.png new file mode 100644 index 0000000000000000000000000000000000000000..4aa7f20aefeb329e1a3a2919da157eb141b53c33 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a00f7a5219d1e4b3887d574feb749e41591b52826973778588303a9a02026b6 +size 1643456 diff --git a/vlm/dev/9-umxtNPx5E/2.png b/vlm/dev/9-umxtNPx5E/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ec3d6b84c0e1ebfc996f76d7252330057843c51f --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463efee402d69f2df940de744f0a2bb2933fa70dc759a1d19d9c72248ef029d9 +size 622736 diff --git a/vlm/dev/9-umxtNPx5E/20.png b/vlm/dev/9-umxtNPx5E/20.png new file mode 100644 index 0000000000000000000000000000000000000000..bf11c0be4c244a8528e06a8d5bdde24bed42db37 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5400e87ea12d73d9489c3d54567917e668b46b8bbd453360fb2b1359161983c9 +size 1982840 diff --git a/vlm/dev/9-umxtNPx5E/21.png b/vlm/dev/9-umxtNPx5E/21.png new file mode 100644 index 0000000000000000000000000000000000000000..b5b7ec8fe763dc06ec860c2b1609099e1e3bea3e --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2435155f54af8e60f46795e0dc4861ddc9e231b4353deca2e6f014cd1bbb5667 +size 1899558 diff --git a/vlm/dev/9-umxtNPx5E/3.png b/vlm/dev/9-umxtNPx5E/3.png new file mode 100644 index 0000000000000000000000000000000000000000..e5eef0b4bb2791751118295b6f32f1d524a9f0a9 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed68b06bd93defcbdf80e837c50f1e8e1e738c410c5c43c7b63b09bb75eea08f +size 550238 diff --git a/vlm/dev/9-umxtNPx5E/4.png b/vlm/dev/9-umxtNPx5E/4.png new file mode 100644 index 0000000000000000000000000000000000000000..ecceb20ab078deba46dedfbb2f28d8e1201b09bb --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0b602ab451711fac290263de82a4ffef50e4a1dfd7e2732ff40da0f3565b692 +size 524349 diff --git a/vlm/dev/9-umxtNPx5E/5.png b/vlm/dev/9-umxtNPx5E/5.png new file mode 100644 index 0000000000000000000000000000000000000000..aeaa1163277b5a0d3c1285258451c4a5269936f9 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd34e4988f81a7cf96356dd42e52de0213f4394f602d2587d5d3c459ff2913ca +size 568604 diff --git a/vlm/dev/9-umxtNPx5E/6.png b/vlm/dev/9-umxtNPx5E/6.png new file mode 100644 index 0000000000000000000000000000000000000000..9003a48d93851230fe1a54b374797d1b88d9b932 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44eed6a0398f01bafa0f270b8c77e00eb470108300af7c7de52cd6e3a317ae9a +size 827117 diff --git a/vlm/dev/9-umxtNPx5E/7.png b/vlm/dev/9-umxtNPx5E/7.png new file mode 100644 index 0000000000000000000000000000000000000000..992304d9d40a97cb84f76e95dcc6c01f45c6bc62 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac3446dc99d4e2321149297141d0fc9d0f16d9b6c72dc76f874a063a846657 +size 559478 diff --git a/vlm/dev/9-umxtNPx5E/8.png b/vlm/dev/9-umxtNPx5E/8.png new file mode 100644 index 0000000000000000000000000000000000000000..81c40cd635a1f97d5ecb482356ff82dd9a438332 --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20a914b5d15e044ce5f9569f4a2c5fd276bc3b384f02b19caad6bf0303c6cb9 +size 615641 diff --git a/vlm/dev/9-umxtNPx5E/9.png b/vlm/dev/9-umxtNPx5E/9.png new file mode 100644 index 0000000000000000000000000000000000000000..f798a5e5824e437c66c808d2df320e33faa2731c --- /dev/null +++ b/vlm/dev/9-umxtNPx5E/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b0bd5c3c3494067c45dc97884a4bdfb24f8ba581444cdcec1ad94fef4251e1 +size 448595 diff --git a/vlm/dev/COZDy0WYGg/0.png b/vlm/dev/COZDy0WYGg/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e5d0918d00562185a03748bafa9213d40e8813ca --- /dev/null +++ b/vlm/dev/COZDy0WYGg/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde5eba184f253cce0c10212aed565afca351482d268f4f424f46f098bdb9388 +size 583983 diff --git a/vlm/dev/COZDy0WYGg/1.png b/vlm/dev/COZDy0WYGg/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f37da65001aec7da3e8ec050bcae345f77611983 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14a97b62b9064926cf375cca40901a6ec44a5c340dd2f708395def997d17603 +size 718688 diff --git a/vlm/dev/COZDy0WYGg/10.png b/vlm/dev/COZDy0WYGg/10.png new file mode 100644 index 0000000000000000000000000000000000000000..d5a286c61f566a063bce71fcb4c9ebef0a680cb5 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b1985c650144e6912a9cf6affa2552a2a4b88e9dadd744c9bd831b3e23f459f +size 603672 diff --git a/vlm/dev/COZDy0WYGg/11.png b/vlm/dev/COZDy0WYGg/11.png new file mode 100644 index 0000000000000000000000000000000000000000..dba7925aa05545cfde95b3558148933df785b6be --- /dev/null +++ b/vlm/dev/COZDy0WYGg/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b1a80ba2f36df94dc6cd61c9e6f8f956f662661f85ea8fc976c75474294687 +size 594657 diff --git a/vlm/dev/COZDy0WYGg/14.png b/vlm/dev/COZDy0WYGg/14.png new file mode 100644 index 0000000000000000000000000000000000000000..e0c59acbb3b883de2fc1f98935b08f0e705bf33c --- /dev/null +++ b/vlm/dev/COZDy0WYGg/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afe4ba6cf0b9ace47fbb33e3c231e92df57a93966992076304f5fd014c92775 +size 392562 diff --git a/vlm/dev/COZDy0WYGg/15.png b/vlm/dev/COZDy0WYGg/15.png new file mode 100644 index 0000000000000000000000000000000000000000..fb976f76a94e794a9dddd11cecbc87019d0d5eaf --- /dev/null +++ b/vlm/dev/COZDy0WYGg/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3cc238a13b7f8b8454f10dafc4fda34c315edceddad531fbfd321d4c727e94 +size 458959 diff --git a/vlm/dev/COZDy0WYGg/17.png b/vlm/dev/COZDy0WYGg/17.png new file mode 100644 index 0000000000000000000000000000000000000000..9014b3c1438aafcab4482a869bfb393a6a385d63 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b015a4adb2404b7c0dbe202b068aec08f77fee3aef3672e7d2d39d5186f25389 +size 401988 diff --git a/vlm/dev/COZDy0WYGg/2.png b/vlm/dev/COZDy0WYGg/2.png new file mode 100644 index 0000000000000000000000000000000000000000..905f80e6043169a3812706158413cff99cc851e3 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6703acb4b9e78d11a4b288ee4169031b81732639a04206ae3bbd90f895119992 +size 575695 diff --git a/vlm/dev/COZDy0WYGg/21.png b/vlm/dev/COZDy0WYGg/21.png new file mode 100644 index 0000000000000000000000000000000000000000..1b536cfed8f5b93edc01f69e8cad3b1a01ea1105 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165001e85d7df92510de5ef19da393937f76c3b74e51dc89b97821544cebd2c0 +size 637739 diff --git a/vlm/dev/COZDy0WYGg/23.png b/vlm/dev/COZDy0WYGg/23.png new file mode 100644 index 0000000000000000000000000000000000000000..2fbd4b9adca55fed28db43598958c9d166c93032 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4b700d41d0a0fe1d9e1a81555e3b567f9b0ebc9cbdf9f853a404b34baf1795 +size 608989 diff --git a/vlm/dev/COZDy0WYGg/24.png b/vlm/dev/COZDy0WYGg/24.png new file mode 100644 index 0000000000000000000000000000000000000000..cba8b39af0164ca44682c74d55ce9411ee24c9c8 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e26e8466e3dddca1cc036b95698fb6ba42eae80981f9147845b1cb8c8154717 +size 135543 diff --git a/vlm/dev/COZDy0WYGg/3.png b/vlm/dev/COZDy0WYGg/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d0ffaf42d351f074ea313dd9bd83782447a05c53 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001f45ff756d6b0209e97016c9b6a0ed137ab128847a624cfa55b8d02779e619 +size 598168 diff --git a/vlm/dev/COZDy0WYGg/5.png b/vlm/dev/COZDy0WYGg/5.png new file mode 100644 index 0000000000000000000000000000000000000000..778dc343556fa8596cdf3d211b1b450f33560b3c --- /dev/null +++ b/vlm/dev/COZDy0WYGg/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcda99b0f98a95d73737e4b9034f9846821ae9795a6e1321268fdb62c9457ac +size 675200 diff --git a/vlm/dev/COZDy0WYGg/6.png b/vlm/dev/COZDy0WYGg/6.png new file mode 100644 index 0000000000000000000000000000000000000000..a7904fc3dc19e3612e2bfba3418228e8ba2a4a26 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb29acb8f433954072e24fbb3725f0e722c11c44b6512cb579b53cd21c624743 +size 526645 diff --git a/vlm/dev/COZDy0WYGg/9.png b/vlm/dev/COZDy0WYGg/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b20e21775ef825c19aab294bc5c3e0b50cf49899 --- /dev/null +++ b/vlm/dev/COZDy0WYGg/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d955c1e0ae68f5e9e109924a2bee11d112d9028adc4b345cd2dcb7aa26105d4f +size 654688 diff --git a/vlm/dev/Gb2Rndy5595/0.png b/vlm/dev/Gb2Rndy5595/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bc92969d8dcf60697f70e9215c1537e2fba7023b --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1fc4904cc73c2a054b1cebef096d0e62dc46e7dcf1b553a47a845757a450a4 +size 484668 diff --git a/vlm/dev/Gb2Rndy5595/1.png b/vlm/dev/Gb2Rndy5595/1.png new file mode 100644 index 0000000000000000000000000000000000000000..216c2a18e024e571a3594849d72ae12f36afa54d --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48f10988a6a0feaa8debf3baf1f4dc5574cc9ef3ed3280cc6a08beb30176f649 +size 500215 diff --git a/vlm/dev/Gb2Rndy5595/10.png b/vlm/dev/Gb2Rndy5595/10.png new file mode 100644 index 0000000000000000000000000000000000000000..61798b2b7c8cdeea06065502610ca38812254936 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c84c0ee448938ad1b601c41a16e55eaed506a8dae6c655d51f2beef08aca3d +size 554263 diff --git a/vlm/dev/Gb2Rndy5595/11.png b/vlm/dev/Gb2Rndy5595/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d406f41d0dc53135d433d7ecc75b0576bbce09bc --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81f8edb3eec4e78883d30a7f0be8360f06b411f0c923b98168e42e70e72cc87 +size 514426 diff --git a/vlm/dev/Gb2Rndy5595/12.png b/vlm/dev/Gb2Rndy5595/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e5fbff03edf22a6bb63cd1a14be26c6ab9eeed22 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f54ca4a19d533ef514196379da0538a52b63a92678d934c8053bbefce73621 +size 532105 diff --git a/vlm/dev/Gb2Rndy5595/13.png b/vlm/dev/Gb2Rndy5595/13.png new file mode 100644 index 0000000000000000000000000000000000000000..327b92042576094837d79d478c19c99fb81f07f6 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d496d0da4a651a62fbbc605bb1330daf350e51fdf16400f17a13875d63a7cb02 +size 497397 diff --git a/vlm/dev/Gb2Rndy5595/14.png b/vlm/dev/Gb2Rndy5595/14.png new file mode 100644 index 0000000000000000000000000000000000000000..b2caa445e800eaf4374a4063c230074c13363a84 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2dda8d22bbb6b038ad5e8541fb9cfda25dd5f4cea7295b93139270b4e18c858 +size 503771 diff --git a/vlm/dev/Gb2Rndy5595/15.png b/vlm/dev/Gb2Rndy5595/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2df47d2abaf88d82d4e8a7dc44f5713ed76ea594 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8df373645c19090d5aae7fe5517a17a3d75489c98353fb2bd4f47ed533b349 +size 910352 diff --git a/vlm/dev/Gb2Rndy5595/16.png b/vlm/dev/Gb2Rndy5595/16.png new file mode 100644 index 0000000000000000000000000000000000000000..3651d9cd7969fd1663727c1500af28ad9b79ccec --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc035a3918b246bac0a7aff7096cc9fd8a358b48918d61dc694382cba686e01 +size 527834 diff --git a/vlm/dev/Gb2Rndy5595/17.png b/vlm/dev/Gb2Rndy5595/17.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d25400f1989a0c3882e183c9218780d50b2c6e --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4011dbe2d245fe2efd74b75003c0372c426253655cdff31184e8a3c99e96ae85 +size 1779268 diff --git a/vlm/dev/Gb2Rndy5595/18.png b/vlm/dev/Gb2Rndy5595/18.png new file mode 100644 index 0000000000000000000000000000000000000000..0d0ea5c27e566f567bb38e6b92ded943e9cd575e --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:112363966cfd297a4b113ac6942bf7354c1235a9f1c635e4c4e938f1ec673262 +size 485041 diff --git a/vlm/dev/Gb2Rndy5595/19.png b/vlm/dev/Gb2Rndy5595/19.png new file mode 100644 index 0000000000000000000000000000000000000000..951738d90e9178b1fb8b1a18e1d0088a2a4cf3bf --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd20128ebb0a75bcecfea4eeac8a4f98b3771e3f0e5a4a91038de050863523d2 +size 336429 diff --git a/vlm/dev/Gb2Rndy5595/2.png b/vlm/dev/Gb2Rndy5595/2.png new file mode 100644 index 0000000000000000000000000000000000000000..f7119280bd6aa70a74e5f90d74ec9711eb4eba3f --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee5a1d40eb861c1691f3aaa06f6c90f5800f5adbed162f57e9223b34c0f170b +size 604833 diff --git a/vlm/dev/Gb2Rndy5595/3.png b/vlm/dev/Gb2Rndy5595/3.png new file mode 100644 index 0000000000000000000000000000000000000000..5500de8a830c0eb992fae5bc12a17be07c310a1c --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033f0fef4f7c1c1241248afa8a010b403cdb7c60563764cf4570857a63aa72d7 +size 666560 diff --git a/vlm/dev/Gb2Rndy5595/4.png b/vlm/dev/Gb2Rndy5595/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1dc4862bcb963e656dd55a36eaa6de7a2ae5bf47 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e52d2d051d64a4ee23c5ee85e3d57759e19e4ce57101a8c194471cfd83a4d8 +size 795693 diff --git a/vlm/dev/Gb2Rndy5595/5.png b/vlm/dev/Gb2Rndy5595/5.png new file mode 100644 index 0000000000000000000000000000000000000000..ea1fb69aaeac52fdcf7b997afffe0573272b484d --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a024e90a95ec7c22d0c6522f717bb56119853ae56888730f0ca35e1deb1fb67 +size 1031162 diff --git a/vlm/dev/Gb2Rndy5595/6.png b/vlm/dev/Gb2Rndy5595/6.png new file mode 100644 index 0000000000000000000000000000000000000000..eacabdba742e9945593f56086f6be1e9d1b13c36 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d570e321791024d9adbbb4a8be6b86c28e0806ddb43e05a6e33efa2e07828faa +size 712530 diff --git a/vlm/dev/Gb2Rndy5595/7.png b/vlm/dev/Gb2Rndy5595/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e34db678c1ccc690f11cb2b1b5c10134a318a4e2 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0235549c76e6014186b5990c3dd9e16d23183688aa32d08ae9ecf850659d1f93 +size 540592 diff --git a/vlm/dev/Gb2Rndy5595/8.png b/vlm/dev/Gb2Rndy5595/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc693ef76f82ec038a02b05cc2741a1d99c9290 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f81e4cd8a586429c990c3778ae81ee0feace09624cb9f8329d0160c1556f1ce +size 525752 diff --git a/vlm/dev/Gb2Rndy5595/9.png b/vlm/dev/Gb2Rndy5595/9.png new file mode 100644 index 0000000000000000000000000000000000000000..392cfc4fb2fce7ea5f8ebcb7571f850736911f08 --- /dev/null +++ b/vlm/dev/Gb2Rndy5595/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b0a5a7045cf6de1278ef49d337d13f0c36d14d3006b17924f9b1b93769fb713 +size 537573 diff --git a/vlm/dev/H0HGljkxQFN/0.png b/vlm/dev/H0HGljkxQFN/0.png new file mode 100644 index 0000000000000000000000000000000000000000..eafb1b1478162a763ca5ca88d5f35728b4fcf489 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb5f6897274e221f3cf0e9b7a35bb17a776c388697b2bb21225e2b84ac682249 +size 548023 diff --git a/vlm/dev/H0HGljkxQFN/1.png b/vlm/dev/H0HGljkxQFN/1.png new file mode 100644 index 0000000000000000000000000000000000000000..bf851c0f261dbef09188a0ffefd7eff3c7812104 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc41620b563cf1f395b14556a182c0f1a00a221e58a8662cc360f3252553a99e +size 661380 diff --git a/vlm/dev/H0HGljkxQFN/10.png b/vlm/dev/H0HGljkxQFN/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2e577cdb420683c389decce536c56632b802f3c1 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a0cf136efcf5174ab61a7face60a7d7241c83ff425b38a589f2d0a4cf673c8 +size 467949 diff --git a/vlm/dev/H0HGljkxQFN/11.png b/vlm/dev/H0HGljkxQFN/11.png new file mode 100644 index 0000000000000000000000000000000000000000..822f8fa801d5a99a310a41e3e509045f147adf1b --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437940af2b7fe0e9937404b0e48802967a003ba820f386a219ab62d51f49709d +size 494300 diff --git a/vlm/dev/H0HGljkxQFN/12.png b/vlm/dev/H0HGljkxQFN/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c26ce035c1c91d64441d9ec9fc52741777cbc1a1 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cd77519dd28245653234762036cac97d838f51254303b472495cd9c660e2f4 +size 490520 diff --git a/vlm/dev/H0HGljkxQFN/13.png b/vlm/dev/H0HGljkxQFN/13.png new file mode 100644 index 0000000000000000000000000000000000000000..46bc71d9405343839ad763755ff6f238709bc0d2 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fbf10750d1fb72961e4f66ed79a3e022add842c113ec172672b55b8aacf01f +size 494655 diff --git a/vlm/dev/H0HGljkxQFN/14.png b/vlm/dev/H0HGljkxQFN/14.png new file mode 100644 index 0000000000000000000000000000000000000000..5a633de2762d18fe379ea30e2ffbaf12cd1b479c --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0e46bf1849ae4ad98dc2997b832ad2b8e5a08d180cad05f88c07c125f52419 +size 97212 diff --git a/vlm/dev/H0HGljkxQFN/15.png b/vlm/dev/H0HGljkxQFN/15.png new file mode 100644 index 0000000000000000000000000000000000000000..3a440421013800f90ec13b3259396e69cd4e6ea1 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db53dee8ad2c988003a705b58925344e548225b40cbf44af22c3d37bec5e23ac +size 553467 diff --git a/vlm/dev/H0HGljkxQFN/16.png b/vlm/dev/H0HGljkxQFN/16.png new file mode 100644 index 0000000000000000000000000000000000000000..ff9b32f33e0e8d17cc76b061f01f0d0b4c640c54 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec39e5677195bc80399f991bd2e5301e65f0cb0f954aedca55156e759cbbd69 +size 527519 diff --git a/vlm/dev/H0HGljkxQFN/17.png b/vlm/dev/H0HGljkxQFN/17.png new file mode 100644 index 0000000000000000000000000000000000000000..ba87d6830cab9b7eb06a07c1b288e3104e076e51 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefb58c853dd46d64010c60add8abd6ade567b4aaa2213bc92f5bb320ec7eee4 +size 441450 diff --git a/vlm/dev/H0HGljkxQFN/18.png b/vlm/dev/H0HGljkxQFN/18.png new file mode 100644 index 0000000000000000000000000000000000000000..0eb4869c86a4756a294d5b753e5611d976892706 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b6b1a3734d9b38c502f8d61e30a922366fb8ad3eefb67d4f42718c5a4c6eb2 +size 488744 diff --git a/vlm/dev/H0HGljkxQFN/19.png b/vlm/dev/H0HGljkxQFN/19.png new file mode 100644 index 0000000000000000000000000000000000000000..45ea1ceb4dfb848e5c9ab5e9b646f5baca922972 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d917efdfe6d53b1ad7efaff51328f126e50add0a6bff88cdab5a8887238a00 +size 609621 diff --git a/vlm/dev/H0HGljkxQFN/2.png b/vlm/dev/H0HGljkxQFN/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8271f200643467cfbf357fa993679e4ef184dbe7 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f878cfcf65643cd5393c71213e3325e80c59f763961393af6a57c121e8ce5b +size 511385 diff --git a/vlm/dev/H0HGljkxQFN/20.png b/vlm/dev/H0HGljkxQFN/20.png new file mode 100644 index 0000000000000000000000000000000000000000..3fa4f39f0f84f36e8aa0265f799f2c505a2e98a1 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839312391403df76635c5a374a027b11189cb6c7e8acf932f437f7471953920d +size 518973 diff --git a/vlm/dev/H0HGljkxQFN/21.png b/vlm/dev/H0HGljkxQFN/21.png new file mode 100644 index 0000000000000000000000000000000000000000..a4dbb2d0a92cfc672ce2f863ac284096c2526ba8 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e944b593d14d4d6bafa4af83eac41f1ac5b7d230aaf7e018ed270b8474a9358d +size 352627 diff --git a/vlm/dev/H0HGljkxQFN/22.png b/vlm/dev/H0HGljkxQFN/22.png new file mode 100644 index 0000000000000000000000000000000000000000..d9e227839b89c58dd5dd73b13efcf26a57d56577 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28113452eb5b91d5678bbb125a4eb59e49bd741d1ac2b076a588eb3ffcd5e85d +size 65796 diff --git a/vlm/dev/H0HGljkxQFN/3.png b/vlm/dev/H0HGljkxQFN/3.png new file mode 100644 index 0000000000000000000000000000000000000000..96d44adf0b48919de11206ad1b6650ad9cb6bb75 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa4fbfb6d35267c009b8d98bdeba16c47e313ad98df75413abebd4b7ab9fcd6 +size 579502 diff --git a/vlm/dev/H0HGljkxQFN/4.png b/vlm/dev/H0HGljkxQFN/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1a986890188fa41ddc37181312be4a112b9b1b62 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cdb6b8699822e28d97aff0b48b9dc3421db350bdf1a8f9695cd0ead1e86a6a +size 540891 diff --git a/vlm/dev/H0HGljkxQFN/5.png b/vlm/dev/H0HGljkxQFN/5.png new file mode 100644 index 0000000000000000000000000000000000000000..7569c74c1ad331f87696f7600a9b280dba3b0204 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3be690543925b34d975387d00dfb0a77af6fd63e5d6cce66f37908dadd84e8 +size 465496 diff --git a/vlm/dev/H0HGljkxQFN/6.png b/vlm/dev/H0HGljkxQFN/6.png new file mode 100644 index 0000000000000000000000000000000000000000..03fc988d4a656e59732e229d0e768738c0ea451b --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16feb66f9d8a9f3743f142ae8e0018e991aa15778a7e2178d94dac440aa1c291 +size 748842 diff --git a/vlm/dev/H0HGljkxQFN/7.png b/vlm/dev/H0HGljkxQFN/7.png new file mode 100644 index 0000000000000000000000000000000000000000..92910ae899ab6a8f497e56d1121fb832767204c5 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49338a9db1f262350a53cc0d30e4d08753b7fba362090d0d091e6867df8bf15 +size 585416 diff --git a/vlm/dev/H0HGljkxQFN/8.png b/vlm/dev/H0HGljkxQFN/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3ad2875b5a6e83e61ac5095733cc11778dac1949 --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9b4e62530d225a4284ad777448b084ce41730483b47b0e1a2129757d600a6a +size 667624 diff --git a/vlm/dev/H0HGljkxQFN/9.png b/vlm/dev/H0HGljkxQFN/9.png new file mode 100644 index 0000000000000000000000000000000000000000..22b47502a4dab1a283297062f5ea4c1a5f879d5c --- /dev/null +++ b/vlm/dev/H0HGljkxQFN/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8668da25ff7807197eee6708860c7f5e498dc20fcba5d3c525e9ee589c1b19ee +size 514964 diff --git a/vlm/dev/IUikebJ1Bf0/0.png b/vlm/dev/IUikebJ1Bf0/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8657c6b0699b6825dab09b3f125f0ad681552daf --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b22b5ddb79e795f20e4c04069a5ade9c89287071291adbc6b57407b75b8af5 +size 414219 diff --git a/vlm/dev/IUikebJ1Bf0/1.png b/vlm/dev/IUikebJ1Bf0/1.png new file mode 100644 index 0000000000000000000000000000000000000000..db9fa7b011ed3e49b4a5777ef3f83c3c346d8bbb --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be8b8094fd19bbffdede4c088c28d1f469654866ca933147cb952b7680062ba +size 474027 diff --git a/vlm/dev/IUikebJ1Bf0/10.png b/vlm/dev/IUikebJ1Bf0/10.png new file mode 100644 index 0000000000000000000000000000000000000000..934cab079b0daa912813d6009295ace17972e0c5 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf6e539e77fd849a3cee5f09a037baceee764178029be2b09a0aff7639f73d0 +size 685437 diff --git a/vlm/dev/IUikebJ1Bf0/11.png b/vlm/dev/IUikebJ1Bf0/11.png new file mode 100644 index 0000000000000000000000000000000000000000..a681832d8c93af44eda0cf51d9020a4a26f2135b --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b8b5fc12a3feb29ce3f5f9bd2f473777a9f6306f31b4d1eb030a3625075527 +size 646136 diff --git a/vlm/dev/IUikebJ1Bf0/12.png b/vlm/dev/IUikebJ1Bf0/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f28c90a438f14723b02ea64450e1541f4a713849 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c31971ad6281f7a0d428cb0eb45edb0e1c4451fbfec8525d431675692b1e55 +size 663774 diff --git a/vlm/dev/IUikebJ1Bf0/13.png b/vlm/dev/IUikebJ1Bf0/13.png new file mode 100644 index 0000000000000000000000000000000000000000..1065464e0bad4bc0725d6b9723dd394945c7ad34 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552cfd6ddeeb570ab39ff51cd356f98b36b9395ba2121d7de144b9be5123834f +size 447941 diff --git a/vlm/dev/IUikebJ1Bf0/14.png b/vlm/dev/IUikebJ1Bf0/14.png new file mode 100644 index 0000000000000000000000000000000000000000..0c5159daeee448c975608fa9bc397f696a2309e2 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a06a783281ceff6c577165e006c16d33ba683b8c56bbfac0d99f4ce0792e217 +size 449005 diff --git a/vlm/dev/IUikebJ1Bf0/15.png b/vlm/dev/IUikebJ1Bf0/15.png new file mode 100644 index 0000000000000000000000000000000000000000..0e4b61f1a08dbed1ff8cb94b6f3b8b3e6e34d4a2 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7005642a814f125ce32692b43b9d0c94a9e7436210233191419c493b37b265 +size 72502 diff --git a/vlm/dev/IUikebJ1Bf0/2.png b/vlm/dev/IUikebJ1Bf0/2.png new file mode 100644 index 0000000000000000000000000000000000000000..ccb2646a99c140288abca9ab3955b5457b5c22f5 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1cfe69db111ff161f9398e27c3009312bde60aa5fe826f191ab5e1f6908d35 +size 521468 diff --git a/vlm/dev/IUikebJ1Bf0/3.png b/vlm/dev/IUikebJ1Bf0/3.png new file mode 100644 index 0000000000000000000000000000000000000000..84bfb7e0848e668dc82f942f2bcc0f3854c5fcec --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4470e76817bbce9adce5dd3e8d3e418e898f174688fdb39a7c6d5e0f09af979f +size 517723 diff --git a/vlm/dev/IUikebJ1Bf0/4.png b/vlm/dev/IUikebJ1Bf0/4.png new file mode 100644 index 0000000000000000000000000000000000000000..e82c5e7a20c08616b22e28125821b17a26f0e77f --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e11f1e77808dca66e555b6572e42dfd06a5d436eee53905fa86871ec8b944a +size 550648 diff --git a/vlm/dev/IUikebJ1Bf0/5.png b/vlm/dev/IUikebJ1Bf0/5.png new file mode 100644 index 0000000000000000000000000000000000000000..963aa271bec6e2208212896dd8bb5709cd597b5c --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd73a5c0fd961e3579768762ddbece143787a01404d0d2b55a5496ea52c711d +size 445867 diff --git a/vlm/dev/IUikebJ1Bf0/6.png b/vlm/dev/IUikebJ1Bf0/6.png new file mode 100644 index 0000000000000000000000000000000000000000..752d5e856f4c59e2382443b25d7f643ba591d739 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5390e35c443fca4236af9e738c59bdf28a75d387abb29dadac9127302b59099d +size 572363 diff --git a/vlm/dev/IUikebJ1Bf0/7.png b/vlm/dev/IUikebJ1Bf0/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b6cd49a648576f43c868f7c5c2904f83db9b71fd --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11b4766244ac57e74e0347634f9870a9f3ee253312f2f18c4c2d72993b920ee +size 486329 diff --git a/vlm/dev/IUikebJ1Bf0/8.png b/vlm/dev/IUikebJ1Bf0/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3428024f991e79bc48df9bfe57732d7fdd400603 --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d004ec930dbc9fa9707d41b31388872e29381e9ff73fa53d5589fc67a065adef +size 441728 diff --git a/vlm/dev/IUikebJ1Bf0/9.png b/vlm/dev/IUikebJ1Bf0/9.png new file mode 100644 index 0000000000000000000000000000000000000000..94b5f04d249a066659014a97b7be8e6c8a56e44b --- /dev/null +++ b/vlm/dev/IUikebJ1Bf0/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629789c6b4b86864f14b67c4a5e4489045477c31bb000b7b7168ae8d34ca023d +size 590280 diff --git a/vlm/dev/Jbdc0vTOcol/0.png b/vlm/dev/Jbdc0vTOcol/0.png new file mode 100644 index 0000000000000000000000000000000000000000..3657f2855cf3ddac8c0fbb8a56cf475f90e7f15e --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5886545d85e35c2185565579e7f7e96f1dc06c9b31b28853e9ea07fe334d198 +size 469266 diff --git a/vlm/dev/Jbdc0vTOcol/1.png b/vlm/dev/Jbdc0vTOcol/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a0b61c5b4817d14b1b4d6ebd1e76aaf1c457286a --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a6e41d508b618d9f654dea513e697e039976f707968f1d7879fc76709631f3 +size 575304 diff --git a/vlm/dev/Jbdc0vTOcol/10.png b/vlm/dev/Jbdc0vTOcol/10.png new file mode 100644 index 0000000000000000000000000000000000000000..76340ece872e7990c3a49453febcc08c7258be1a --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88048830465c20d9088bcefd7c212aa79bcfb11e93a7d2826470e51f4dc2974 +size 549820 diff --git a/vlm/dev/Jbdc0vTOcol/11.png b/vlm/dev/Jbdc0vTOcol/11.png new file mode 100644 index 0000000000000000000000000000000000000000..25401e595475831c4b8c929bba1a59aed63aaa85 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a8e616ec3c5bbe5a2e0594107cbeed0d65689b4be5ecf440f18d6aaa8c14e7 +size 446511 diff --git a/vlm/dev/Jbdc0vTOcol/12.png b/vlm/dev/Jbdc0vTOcol/12.png new file mode 100644 index 0000000000000000000000000000000000000000..4e4d134ac15c57bf7e9344baef1151f7965ca998 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13efa53688b403d5aa5275d0109f47bd3408595dc93cf013528c66a0a0c6a411 +size 494595 diff --git a/vlm/dev/Jbdc0vTOcol/13.png b/vlm/dev/Jbdc0vTOcol/13.png new file mode 100644 index 0000000000000000000000000000000000000000..aca5d49996deb6f0a13070f31e2766b8e849ffe8 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478f718d312a3e192714c005a42794992ea955bb8390be12479ad959dc80c7ee +size 529651 diff --git a/vlm/dev/Jbdc0vTOcol/14.png b/vlm/dev/Jbdc0vTOcol/14.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1cacdb453ad379a4d6f71cb90fa1de352fc79b --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cb5987045f765a42a3a1e8fd13979aeafd126264e8c24ca663bc53dee4ec2c +size 518405 diff --git a/vlm/dev/Jbdc0vTOcol/15.png b/vlm/dev/Jbdc0vTOcol/15.png new file mode 100644 index 0000000000000000000000000000000000000000..4a3983088ed97dd4094bd8247dca9368474dd91a --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2921b4791c86d5390eb4849c7b4bc1b5b10f5bc5ae80bfad0f3ee9d3289ff9 +size 540240 diff --git a/vlm/dev/Jbdc0vTOcol/16.png b/vlm/dev/Jbdc0vTOcol/16.png new file mode 100644 index 0000000000000000000000000000000000000000..bdbf08a6756bee13eb65ed0dcefe54575d037a5f --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9c787e6eb1c88e95be4b1b48cdc5e6169a1b78ea876ce88bf8357c57ba65fc +size 317931 diff --git a/vlm/dev/Jbdc0vTOcol/17.png b/vlm/dev/Jbdc0vTOcol/17.png new file mode 100644 index 0000000000000000000000000000000000000000..9c41176b9991c38e70f21c3eaa10a9500acbb67e --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d12a28729717bc6e247368053579463ed807f42445eff7fd494f4043f4addb +size 524279 diff --git a/vlm/dev/Jbdc0vTOcol/18.png b/vlm/dev/Jbdc0vTOcol/18.png new file mode 100644 index 0000000000000000000000000000000000000000..5fcf38706e89f9977d59e3118c36945215a32c8e --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4909922c509a17d92b5cfdef213f2e9231806636575947f59db674282e5ecc9e +size 659241 diff --git a/vlm/dev/Jbdc0vTOcol/19.png b/vlm/dev/Jbdc0vTOcol/19.png new file mode 100644 index 0000000000000000000000000000000000000000..c6e64ee7d4fcd1f1a337f2c16e6ce059959a9461 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6690a041574c27ac8c850c4361d30fbd442f58cc31b4eb075358819ac9969f63 +size 493220 diff --git a/vlm/dev/Jbdc0vTOcol/2.png b/vlm/dev/Jbdc0vTOcol/2.png new file mode 100644 index 0000000000000000000000000000000000000000..84f8134fd29c976f50eace37066da2731294059f --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3b9b1a7e0ce602a7d1f62ea753305c98a9e882b00d5a771b9319e9ff1a311b +size 558443 diff --git a/vlm/dev/Jbdc0vTOcol/20.png b/vlm/dev/Jbdc0vTOcol/20.png new file mode 100644 index 0000000000000000000000000000000000000000..7fe786a4352908496f44945e6de02d5d6cc214ec --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41af53198a9fca10624da14fb283d57a50f1bbe5ce4bca0af9f6834fcff2c74b +size 474354 diff --git a/vlm/dev/Jbdc0vTOcol/21.png b/vlm/dev/Jbdc0vTOcol/21.png new file mode 100644 index 0000000000000000000000000000000000000000..d6b0a779dd7e54fad037e58dcdf7b7cdcd82745c --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e49e227de07335efb59a13e09f27b28b14a71fcca5dfc5afbc8cb837fba3c2d +size 406115 diff --git a/vlm/dev/Jbdc0vTOcol/22.png b/vlm/dev/Jbdc0vTOcol/22.png new file mode 100644 index 0000000000000000000000000000000000000000..4b6d6560221b6adb2b0bbcaca769aded13648e18 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15661bac22660e2eeeab75918fbad037e1c07ecbad26b9d7d137b3908743bc2a +size 1091816 diff --git a/vlm/dev/Jbdc0vTOcol/23.png b/vlm/dev/Jbdc0vTOcol/23.png new file mode 100644 index 0000000000000000000000000000000000000000..73c11e158071678d2f1f4fc59fbc7d6112fef18a --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ffbf1e3940d9c17c328d79ec0c2a172646f1fa21f8ab945d528c7bbc45bd251 +size 165561 diff --git a/vlm/dev/Jbdc0vTOcol/3.png b/vlm/dev/Jbdc0vTOcol/3.png new file mode 100644 index 0000000000000000000000000000000000000000..74a8a77c050662102745953c912b33b312896ce1 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebeb0de6d24dab5f92693f28dd5aabbdcdcb9e415937e036132e9f6cf167a96e +size 474805 diff --git a/vlm/dev/Jbdc0vTOcol/4.png b/vlm/dev/Jbdc0vTOcol/4.png new file mode 100644 index 0000000000000000000000000000000000000000..ba9d44ed5b534e2cfd23f296033d22cf4fb3e9c2 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78aff9e947d821d1a04e0d7a978cd29e156498d18db7eb80d66a4f2545722268 +size 548160 diff --git a/vlm/dev/Jbdc0vTOcol/5.png b/vlm/dev/Jbdc0vTOcol/5.png new file mode 100644 index 0000000000000000000000000000000000000000..52e085a675da6e2288b3f3b30cd4371e6dd903b7 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559682b83cd7633d25a4312b22d1025f77b0bd4f4af36bd771bfc40c7d8f0012 +size 568398 diff --git a/vlm/dev/Jbdc0vTOcol/6.png b/vlm/dev/Jbdc0vTOcol/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd0494a547528b0d136003bee5dec5d42cb3e2c --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca526b0d25fcb6ac0a46b1f4fceb9dd344798c5a3ea22cc037250a3a5acbcd4 +size 645338 diff --git a/vlm/dev/Jbdc0vTOcol/7.png b/vlm/dev/Jbdc0vTOcol/7.png new file mode 100644 index 0000000000000000000000000000000000000000..67bd1f45de6191f8676bd09c5c1b24e9737855b7 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b20e44030d2489b1517664058657c3fc36d1a51a2d22663c3a14c75d94e4fa1 +size 577338 diff --git a/vlm/dev/Jbdc0vTOcol/8.png b/vlm/dev/Jbdc0vTOcol/8.png new file mode 100644 index 0000000000000000000000000000000000000000..23e82b6fb64b86d2f4171286c12b55cb877fb27a --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5b055d954705c39db4bfd83134dfe6bb1bc4db9ec2d4791b28d9336d89181a +size 517321 diff --git a/vlm/dev/Jbdc0vTOcol/9.png b/vlm/dev/Jbdc0vTOcol/9.png new file mode 100644 index 0000000000000000000000000000000000000000..1f7d483ef39913ec98931306467756194869a252 --- /dev/null +++ b/vlm/dev/Jbdc0vTOcol/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6914f0524205ad78d6abbe5bbef4c78d3a508382e9385aa8b920939acdfdebc +size 559616 diff --git a/vlm/dev/LtKcMgGOeLt/0.png b/vlm/dev/LtKcMgGOeLt/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e895e45e8fa7d694a9477a51a480f0e85c4d3d88 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:081b0719c46ac5317925ecf0cdf5d9cc64bbcc9a720613f797778ca94f214d70 +size 502413 diff --git a/vlm/dev/LtKcMgGOeLt/1.png b/vlm/dev/LtKcMgGOeLt/1.png new file mode 100644 index 0000000000000000000000000000000000000000..608883c53a2aeacc15a0a1aa983e870c7ce7b449 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc9778559df4637eaeaecd79b78b59536f9ebacc735a4cec3a80c4e31933cb8 +size 608852 diff --git a/vlm/dev/LtKcMgGOeLt/10.png b/vlm/dev/LtKcMgGOeLt/10.png new file mode 100644 index 0000000000000000000000000000000000000000..54666076957d0cc6f39e6144436893ac0975fcab --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbd499bf527efca74fd3e95a1107ca21d192a953daa85ea1041264bf084e3df +size 617559 diff --git a/vlm/dev/LtKcMgGOeLt/11.png b/vlm/dev/LtKcMgGOeLt/11.png new file mode 100644 index 0000000000000000000000000000000000000000..e38de9cf42bd8d94131d4d41f13cbccb5fdb4e74 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1f0f0815c4c44bd4356ac6b442c6d4d8c2ef141677b64338fd5c33e13eaa46 +size 588540 diff --git a/vlm/dev/LtKcMgGOeLt/12.png b/vlm/dev/LtKcMgGOeLt/12.png new file mode 100644 index 0000000000000000000000000000000000000000..853623afc34b33e494648308baad5255fa3970e0 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49be89bbaeeb314dae13d68076faa7543fe7ecbd620eebb26e925215d0cb762 +size 579883 diff --git a/vlm/dev/LtKcMgGOeLt/13.png b/vlm/dev/LtKcMgGOeLt/13.png new file mode 100644 index 0000000000000000000000000000000000000000..2630d4e53ee3bb0fe81f9f69463ceedf1fa981f9 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2984e1851a62f005e8605080d474c81dcaf63eb17177a3286a1165d49f71c450 +size 568950 diff --git a/vlm/dev/LtKcMgGOeLt/14.png b/vlm/dev/LtKcMgGOeLt/14.png new file mode 100644 index 0000000000000000000000000000000000000000..42f018b7a88cce8c0f1af27a0646b15c8fab434b --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f9c31b742baf2dce4f0374e3dec9cf4ce1d3dbd7c4756f480b31f822236368 +size 460140 diff --git a/vlm/dev/LtKcMgGOeLt/15.png b/vlm/dev/LtKcMgGOeLt/15.png new file mode 100644 index 0000000000000000000000000000000000000000..177434c7d020580fdb07de0b8fe5533076b7f81f --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a4da5e6c56b8aa4b4c90ae5e46bb061743dc6102a7cd5e2413536f4aa313ea +size 605117 diff --git a/vlm/dev/LtKcMgGOeLt/16.png b/vlm/dev/LtKcMgGOeLt/16.png new file mode 100644 index 0000000000000000000000000000000000000000..d47ef533152763c9184435c83cdfe5124723338a --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d9c7f3c3f14c13f00b7d8bb5a6a511daf45411b567a35f9d64ebf94cfcf35f +size 469249 diff --git a/vlm/dev/LtKcMgGOeLt/17.png b/vlm/dev/LtKcMgGOeLt/17.png new file mode 100644 index 0000000000000000000000000000000000000000..35028762b1bf666881162491298e37c4cde4f440 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7bc1b4ecbd3792f32a1aefa1cd1731282711fb4315b62089aed5e64ebd6382 +size 407482 diff --git a/vlm/dev/LtKcMgGOeLt/18.png b/vlm/dev/LtKcMgGOeLt/18.png new file mode 100644 index 0000000000000000000000000000000000000000..17daa1e14930fe3f9616cd0e9b4213084d89ddf9 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03910a6ea4cef05dfa36da8d67b671dd64fcff882b194ed82f370aca75ae5f14 +size 454011 diff --git a/vlm/dev/LtKcMgGOeLt/19.png b/vlm/dev/LtKcMgGOeLt/19.png new file mode 100644 index 0000000000000000000000000000000000000000..1432f2d7f574231091e62fb341020f0c4fa401ae --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bc1dfaec3aba8f7c2904776fbd68f8479917ac8fa7450e1606e40bd26baef2 +size 320013 diff --git a/vlm/dev/LtKcMgGOeLt/2.png b/vlm/dev/LtKcMgGOeLt/2.png new file mode 100644 index 0000000000000000000000000000000000000000..db4e87d2599432d2f1d1f855dcca67b9ed32d173 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1004bda548e728251d4ed1f4668b7c0dc3ff9f23698f3636e0d30b1cf3152b5b +size 584406 diff --git a/vlm/dev/LtKcMgGOeLt/3.png b/vlm/dev/LtKcMgGOeLt/3.png new file mode 100644 index 0000000000000000000000000000000000000000..92190bb30895e61240690e8159260db34249766b --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f7bbacd975b8de29b8a0196753b6a2ef22b2de4d75926afecf49abf94619ac +size 682586 diff --git a/vlm/dev/LtKcMgGOeLt/4.png b/vlm/dev/LtKcMgGOeLt/4.png new file mode 100644 index 0000000000000000000000000000000000000000..0c484559824abd1064b30e77e2c10e3a75a161ca --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04adf5380d9ac9bb9be4a054dde292bf0d38090719a973a2e22621edb6d68abd +size 604426 diff --git a/vlm/dev/LtKcMgGOeLt/5.png b/vlm/dev/LtKcMgGOeLt/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3a0f8c3eec51f2de23b072637bc55a0d7ba94e79 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e783f654bbc1eecc82444d6fce99f031ec04d7267d43fdbdbfa0212ff258d67f +size 659433 diff --git a/vlm/dev/LtKcMgGOeLt/6.png b/vlm/dev/LtKcMgGOeLt/6.png new file mode 100644 index 0000000000000000000000000000000000000000..1cc3c732d46c88bbcd720dbc416df9f47d028ef0 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3414e6a82131ee513a9d8e1e043b5eef55defffabd8281a8306843e35495c1 +size 583765 diff --git a/vlm/dev/LtKcMgGOeLt/7.png b/vlm/dev/LtKcMgGOeLt/7.png new file mode 100644 index 0000000000000000000000000000000000000000..a1b3c6669e2819c5ba2668a3849a98a8ec3e2a18 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ab81c4565c9d5e3ba86d62b360f74b4c11b6f45970a69359504ed5cc61c268 +size 652626 diff --git a/vlm/dev/LtKcMgGOeLt/8.png b/vlm/dev/LtKcMgGOeLt/8.png new file mode 100644 index 0000000000000000000000000000000000000000..598a412a2fbd6196c4006bb89cd93710c97ecdd7 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26917530e075cdd2809da18924853d1927ba5b3197c6dd67dadddcc03ea0cdee +size 583335 diff --git a/vlm/dev/LtKcMgGOeLt/9.png b/vlm/dev/LtKcMgGOeLt/9.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2721743255bc26a224e1a73e7aa2784057e558 --- /dev/null +++ b/vlm/dev/LtKcMgGOeLt/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19282f7de06adcb391aad105b4afaea697bf6fb3f6e6b34a5d7a8da683ea84c +size 477020 diff --git a/vlm/dev/QDdJhACYrlX/0.png b/vlm/dev/QDdJhACYrlX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e04ca1bfb539695b5f8f9d0f56c6e23d24d45d0b --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f08825d88afdc8d7bbc702d6c0f5f997f9889725ed4ba6632da401ec7413a738 +size 490000 diff --git a/vlm/dev/QDdJhACYrlX/1.png b/vlm/dev/QDdJhACYrlX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..a0c3f7bf8ed34f33d940fce90ec06bb48c9e205e --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706bdd74a06ded36a9f11044f0789371d93506024f984f7bd25f90eafafbff51 +size 572897 diff --git a/vlm/dev/QDdJhACYrlX/10.png b/vlm/dev/QDdJhACYrlX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..54b00b2d890cb398720d08c372297e9124758672 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfab666de4fa5b3c79f054cec122c52d9e00c4aca767ee30cea5b956081cb6a +size 520573 diff --git a/vlm/dev/QDdJhACYrlX/11.png b/vlm/dev/QDdJhACYrlX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..bcd65ac7c160fb691c802495c5faa61cf7672424 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fef5de87b67a697392ff48ef94974093aa7468156740a76ccf802de8d2901c8 +size 436571 diff --git a/vlm/dev/QDdJhACYrlX/12.png b/vlm/dev/QDdJhACYrlX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..226ae6f38222e5f424dc2c7c4253163a9bcfa2e6 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51e11d9b41d91a986cabb30aadf8f80aa0b64cbb424c5c079023d911f5a26a1b +size 402817 diff --git a/vlm/dev/QDdJhACYrlX/13.png b/vlm/dev/QDdJhACYrlX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..faeb3b5a70a906c005d812b43e980bee46c1a841 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e368d8b88ecec83e1e0a87163e511bbb80efe72d8baf7d6f06516e82d4aca3b +size 458642 diff --git a/vlm/dev/QDdJhACYrlX/14.png b/vlm/dev/QDdJhACYrlX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..69c38cff720336ea9879b379ef94f99984c5236d --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8aa0246c3d0f7b9304bcf3352da189375ffbbfd746e58f9fc6d6c8c8b8c3e02 +size 219147 diff --git a/vlm/dev/QDdJhACYrlX/15.png b/vlm/dev/QDdJhACYrlX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..19ed595c99595fe1216286ea072bcbb1bcb937aa --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504807c80a00ce7dac711165cda7908e6f84113a33104b00d9627af44500cdd0 +size 155483 diff --git a/vlm/dev/QDdJhACYrlX/16.png b/vlm/dev/QDdJhACYrlX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..67dfc1d598c413943be2843b6acf8a03d8d14873 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1f74cd22dbcff271343f8246b40fa4e164e4b592625f745affd320fabd0f8c +size 217507 diff --git a/vlm/dev/QDdJhACYrlX/17.png b/vlm/dev/QDdJhACYrlX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..4bec608247b5d7aca9180be8d098dd023ab1b91a --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2456d7a3228a2324fec3dc0f1031518c0c956f4dfb65d6203ec0764806ff425 +size 720863 diff --git a/vlm/dev/QDdJhACYrlX/2.png b/vlm/dev/QDdJhACYrlX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..679905f3ba8f2009f0e4a887549d0ed1613b2092 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b38f4537d8df1ffff6e2cab8ed1711a6a99d9868a001078f03bfd33d2b34a1 +size 446930 diff --git a/vlm/dev/QDdJhACYrlX/3.png b/vlm/dev/QDdJhACYrlX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..6706e7e7cf23d9079a82d04c3412c78e791b8238 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7354666414ddd5f6101cd2c68bd9baef11a9fcfe2989f5aa52620b210fbde848 +size 477501 diff --git a/vlm/dev/QDdJhACYrlX/4.png b/vlm/dev/QDdJhACYrlX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..51c0fe30e0ca3f14989ac690dfe647f72ff8bfca --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c3a75fb6a7b8e4271ce6ca2b935353168ac0664da6df3f8183dca02b85a993 +size 432334 diff --git a/vlm/dev/QDdJhACYrlX/5.png b/vlm/dev/QDdJhACYrlX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6dcccd0f6ed8e5ca2c6485e370d107f58c992116 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c3612ab3843eab8247bdd7ad28eb43d2abb6d6f6510b1db8024c05a032d0db +size 469952 diff --git a/vlm/dev/QDdJhACYrlX/6.png b/vlm/dev/QDdJhACYrlX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf46b000d2ae4a95ceabee6fcf0aa67e5e3c76e --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6e5a018f1a00d9b19568829e185ecea64586f65eb6e45f5b997a5cd1d28307 +size 467468 diff --git a/vlm/dev/QDdJhACYrlX/7.png b/vlm/dev/QDdJhACYrlX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..148b03ec94aa096dfaf906656884e7ed1dbbd4f1 --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c669b22414273df1689c226a202aca682a46651be871399fea26698dfd51628d +size 575931 diff --git a/vlm/dev/QDdJhACYrlX/8.png b/vlm/dev/QDdJhACYrlX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..c2e79712474ed6e58461b8bd389cac2da0695d1c --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8959abbf8a198c57afbabf24e9a12c580a6243047fa890bfbc5db9621c780c0d +size 508552 diff --git a/vlm/dev/QDdJhACYrlX/9.png b/vlm/dev/QDdJhACYrlX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..197dcc31968ca75e9b0368e7b3967048d53e37dd --- /dev/null +++ b/vlm/dev/QDdJhACYrlX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b50e0a2a548c9b8a02e44a1f97be1336e9a05cf009499098495d1cc1d7b8be +size 485793 diff --git a/vlm/dev/QkLpGxUboF/0.png b/vlm/dev/QkLpGxUboF/0.png new file mode 100644 index 0000000000000000000000000000000000000000..ea030c2cd3f401431f82991a04ac91a820c5e92b --- /dev/null +++ b/vlm/dev/QkLpGxUboF/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18648ce3ff23d756ba6694497033243b820dc391d1d3564427505a7ade2067cc +size 429553 diff --git a/vlm/dev/QkLpGxUboF/1.png b/vlm/dev/QkLpGxUboF/1.png new file mode 100644 index 0000000000000000000000000000000000000000..613119eaeb91ba2303a1fa1ff7ff077ca36f996d --- /dev/null +++ b/vlm/dev/QkLpGxUboF/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5182e595744edafb8ec4995fff60224ffd53b11dfdedebf68fa811e1e0af8217 +size 647857 diff --git a/vlm/dev/QkLpGxUboF/10.png b/vlm/dev/QkLpGxUboF/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b33ad40f5035178effda027ce5fcb1b8772944bc --- /dev/null +++ b/vlm/dev/QkLpGxUboF/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:871a2214f119c8c4baeed6a41db9a799a437dec2277966ebc2efecfb3612b2d0 +size 573891 diff --git a/vlm/dev/QkLpGxUboF/11.png b/vlm/dev/QkLpGxUboF/11.png new file mode 100644 index 0000000000000000000000000000000000000000..edefe9102489e362d3becaef01add3f2368d9823 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476de1c1e8c2aedba4cd4c2a3ac5dcfc26db68b2b1e086f0fdd0b3a529b856d0 +size 552340 diff --git a/vlm/dev/QkLpGxUboF/12.png b/vlm/dev/QkLpGxUboF/12.png new file mode 100644 index 0000000000000000000000000000000000000000..82c92a6915fee3fc9a16313bcb8bd830e6b0796f --- /dev/null +++ b/vlm/dev/QkLpGxUboF/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9a1abf5ae5de9c8383406b0537d56fa059fc7e76589dfa4b03dbd4b89b575f +size 120037 diff --git a/vlm/dev/QkLpGxUboF/2.png b/vlm/dev/QkLpGxUboF/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d0c119e8fb58dd18aaa1faed18087fdf0b2357c0 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53b93d80c25f61b2112b2b72ac1d69b9c728e2e2d0c08d7702a60d8f72375b5 +size 524467 diff --git a/vlm/dev/QkLpGxUboF/3.png b/vlm/dev/QkLpGxUboF/3.png new file mode 100644 index 0000000000000000000000000000000000000000..3ef1d563b91e01d8bf4aa6398ef88eaf7bdb6237 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7df708eccdebb1252392d4241ce06bae8d3a3e3e478f1cdf492b7f2af066164a +size 534255 diff --git a/vlm/dev/QkLpGxUboF/4.png b/vlm/dev/QkLpGxUboF/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1aa81d84e487fd3c32870064418e6414e803318f --- /dev/null +++ b/vlm/dev/QkLpGxUboF/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bff7799c6f02eab90c01be773301f55aab02355a74e08a70d9aa9f0000e2f8 +size 516022 diff --git a/vlm/dev/QkLpGxUboF/5.png b/vlm/dev/QkLpGxUboF/5.png new file mode 100644 index 0000000000000000000000000000000000000000..61d49a84a3fb6a47670d1a7e0a8c2ddc07fe558a --- /dev/null +++ b/vlm/dev/QkLpGxUboF/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b8335501ee830c7f7a67e9612a40be537b7b6252aa3307534f6942791fa4d2a +size 506833 diff --git a/vlm/dev/QkLpGxUboF/6.png b/vlm/dev/QkLpGxUboF/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2b949191a5b41a6da4422e85e724e38c61336690 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf553907e8f6e5b138c529bd65507cc811f23f4d280853b0363b02509f8d135 +size 617400 diff --git a/vlm/dev/QkLpGxUboF/7.png b/vlm/dev/QkLpGxUboF/7.png new file mode 100644 index 0000000000000000000000000000000000000000..f998d2ce5de6416226fb2e4ec34197ebabd8fc23 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504f67af3297a5e3e96cd5afb4b4a2c4312f0a960f5806dd368854001ae070d3 +size 599545 diff --git a/vlm/dev/QkLpGxUboF/8.png b/vlm/dev/QkLpGxUboF/8.png new file mode 100644 index 0000000000000000000000000000000000000000..d8d0ee8e7c3a93272afe57775add1f59595b6c16 --- /dev/null +++ b/vlm/dev/QkLpGxUboF/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8551f9e249fdf44a56404f335589678451a4c8088e666af66e977838ac86d82 +size 542196 diff --git a/vlm/dev/QkLpGxUboF/9.png b/vlm/dev/QkLpGxUboF/9.png new file mode 100644 index 0000000000000000000000000000000000000000..97937427b52298dbcf851149ecf74ed98bd49e7d --- /dev/null +++ b/vlm/dev/QkLpGxUboF/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f54b391e7bb3ed7d3655717bbbf5486196f5a2979b26209aaedf5655dc8055 +size 525514 diff --git a/vlm/dev/R8sQPpGCv0/0.png b/vlm/dev/R8sQPpGCv0/0.png new file mode 100644 index 0000000000000000000000000000000000000000..93d71112383ed68aacf1ed8a8040cb99cf75adec --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33be09bb6a2a93d0b79faadbb77ac5023fd6e334211f17bb00188f347779bac +size 461306 diff --git a/vlm/dev/R8sQPpGCv0/1.png b/vlm/dev/R8sQPpGCv0/1.png new file mode 100644 index 0000000000000000000000000000000000000000..930356793d3e217620318c2e33211944bc5aa487 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd0de1644131fb0e6987633a3a4727c39bfb54d459880c1f517bec4ecca7d37 +size 512428 diff --git a/vlm/dev/R8sQPpGCv0/10.png b/vlm/dev/R8sQPpGCv0/10.png new file mode 100644 index 0000000000000000000000000000000000000000..310e18d4ba09b31284bc128d21c5be6a45dfe792 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a803730fa27d0f08e6b9b4b2bfcabf648c4fb6ec311417d1cb9c7a4d9e622f +size 600210 diff --git a/vlm/dev/R8sQPpGCv0/11.png b/vlm/dev/R8sQPpGCv0/11.png new file mode 100644 index 0000000000000000000000000000000000000000..728c184271679de7816489046c26c842742e486f --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999788fa002f1ac85f8008188fb5cfdf268c34c97e7ef81b84f4fff6ab07bc6b +size 572523 diff --git a/vlm/dev/R8sQPpGCv0/12.png b/vlm/dev/R8sQPpGCv0/12.png new file mode 100644 index 0000000000000000000000000000000000000000..400cfe7ce90687bf9463e82b57eaa4cc56a4afc4 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8be7fb0c14e84b3617c0c5a8658f1efc63cfafd59c5a81707e5028c53b92798 +size 594811 diff --git a/vlm/dev/R8sQPpGCv0/13.png b/vlm/dev/R8sQPpGCv0/13.png new file mode 100644 index 0000000000000000000000000000000000000000..0d232211d3f7c79ac5b0aa156d8c69122a7b8333 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd3305f9e91e5daaf78ca5c4c07b98606c45775ecd90b3b6687b5790ee4e69f +size 145612 diff --git a/vlm/dev/R8sQPpGCv0/14.png b/vlm/dev/R8sQPpGCv0/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ef9c1036416757ac96919844b922ee940a0133ed --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6232563c1bb1d534f8fc9ecbcaa92d232bf13b621deaa87059938a91a083daf3 +size 280925 diff --git a/vlm/dev/R8sQPpGCv0/15.png b/vlm/dev/R8sQPpGCv0/15.png new file mode 100644 index 0000000000000000000000000000000000000000..a713a8231206b3e1198657e517e51a93cf7f2e03 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afa4ca4b81980aad5aec8de8f8fb1434264dcbbf9e7e3ddce3733942e048300 +size 303115 diff --git a/vlm/dev/R8sQPpGCv0/16.png b/vlm/dev/R8sQPpGCv0/16.png new file mode 100644 index 0000000000000000000000000000000000000000..0f3a7181d03ed320f2d13066f3e01644ab6df338 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4224ecdb4e51f629f160a31d6284affb47203300b8500baa391149f8dc4f39a6 +size 299899 diff --git a/vlm/dev/R8sQPpGCv0/17.png b/vlm/dev/R8sQPpGCv0/17.png new file mode 100644 index 0000000000000000000000000000000000000000..268f19f43e4dcd94a9ce6a15c46a417edc45491c --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9066f0ab1b6aae67e1f63b3c1b8b60157508134286fadf0d6f05d007bb1ffeca +size 285198 diff --git a/vlm/dev/R8sQPpGCv0/18.png b/vlm/dev/R8sQPpGCv0/18.png new file mode 100644 index 0000000000000000000000000000000000000000..7966d9af652f3555ef8c87e25e4521464e65016a --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e18d1c4d06b50cd869e50aca80b921dec5fa1c0706c35e5819d0c72eadb2665 +size 358708 diff --git a/vlm/dev/R8sQPpGCv0/19.png b/vlm/dev/R8sQPpGCv0/19.png new file mode 100644 index 0000000000000000000000000000000000000000..966525b7a87f536d23dbde72d65cd8e0f9884284 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f23e99985adf3bb5209621dc4bbd55fcc7a0dc0c6e63a17a25464365032e35 +size 456842 diff --git a/vlm/dev/R8sQPpGCv0/2.png b/vlm/dev/R8sQPpGCv0/2.png new file mode 100644 index 0000000000000000000000000000000000000000..1ad595a41e20d5a692d8d6f21265bf95ca8fbba2 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34006ebf8a8e467c7c2fbf0a08e49866d533e54341d50e5b33747ff098f3808d +size 555578 diff --git a/vlm/dev/R8sQPpGCv0/20.png b/vlm/dev/R8sQPpGCv0/20.png new file mode 100644 index 0000000000000000000000000000000000000000..3661cac59372d9b885146f8a124e20a8118da0e8 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cecdb8f525de8545a5cf6739bd6b472dd49a73eb689d11faa47e5cf0c69b0eb4 +size 324248 diff --git a/vlm/dev/R8sQPpGCv0/21.png b/vlm/dev/R8sQPpGCv0/21.png new file mode 100644 index 0000000000000000000000000000000000000000..39b506c343c43fd4597d2eda1fdcb7cec7d6547c --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36bbd7fbc4035c468570347545deaf91d6c81590996766037e25ace00d47bf0 +size 372456 diff --git a/vlm/dev/R8sQPpGCv0/22.png b/vlm/dev/R8sQPpGCv0/22.png new file mode 100644 index 0000000000000000000000000000000000000000..7b4de47d5310fc7c39ddc103518c432fbc767c47 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de00f134a8bcd5e4d8833da70d739d3c95556773c6b663f3673c3e1c65fdcdf +size 447240 diff --git a/vlm/dev/R8sQPpGCv0/23.png b/vlm/dev/R8sQPpGCv0/23.png new file mode 100644 index 0000000000000000000000000000000000000000..08d32efbd2eec98875fc358c11202394d406a2e3 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52279903c7cec8b0099dae805f43512a22cff3e9499dcc06761fcb58ef80c2fe +size 478464 diff --git a/vlm/dev/R8sQPpGCv0/24.png b/vlm/dev/R8sQPpGCv0/24.png new file mode 100644 index 0000000000000000000000000000000000000000..e1c218fa3cf1f45c26d4de62c32d60868d9c5a9a --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a278ede84e055bda8173489a17915b697da9cba8b284dd8a05743a973b89bfad +size 169711 diff --git a/vlm/dev/R8sQPpGCv0/3.png b/vlm/dev/R8sQPpGCv0/3.png new file mode 100644 index 0000000000000000000000000000000000000000..691fe2615387e50d829bd41a0da6d44c91b184f6 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69044f4c1e52d1cb5d60037656bef80edfa2985ca58a3eccc14e0905858e434e +size 595482 diff --git a/vlm/dev/R8sQPpGCv0/4.png b/vlm/dev/R8sQPpGCv0/4.png new file mode 100644 index 0000000000000000000000000000000000000000..5382fc660c393f663b5a15488fd59fca5d84744c --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d3d51b9aa3fc1b9b0c22f40ba3b1da85cab349f64738755dcc57ae0ae3ab0c +size 484107 diff --git a/vlm/dev/R8sQPpGCv0/5.png b/vlm/dev/R8sQPpGCv0/5.png new file mode 100644 index 0000000000000000000000000000000000000000..1b7a70bb9b7f8152f7231d1ac2676fb9107106f4 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6266f1dd1f9973bef55386d8e9f1ef361bcf3571dc9fdc3a1cbea2ee43f9c1 +size 535241 diff --git a/vlm/dev/R8sQPpGCv0/6.png b/vlm/dev/R8sQPpGCv0/6.png new file mode 100644 index 0000000000000000000000000000000000000000..68a81a702eec430f9572e7b6a3c18809af9d6c1b --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1094f614ea126ff97fdecb335a8dd6c484bc2d192dbe9cd4dda55f4755b69962 +size 640917 diff --git a/vlm/dev/R8sQPpGCv0/7.png b/vlm/dev/R8sQPpGCv0/7.png new file mode 100644 index 0000000000000000000000000000000000000000..12a700226a9b103f3b692cec85f72ae16080f710 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a875e1ca217c30f63d1f2e974021df6b5a06d637260c25f42253005a56f2cf0f +size 476806 diff --git a/vlm/dev/R8sQPpGCv0/8.png b/vlm/dev/R8sQPpGCv0/8.png new file mode 100644 index 0000000000000000000000000000000000000000..3f135761b57fb23f788437bc703d150d00c1c0dd --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f2b59317cc47181519490bed5a064511adf26c6904c54f85050ae0f17f7b8c +size 541988 diff --git a/vlm/dev/R8sQPpGCv0/9.png b/vlm/dev/R8sQPpGCv0/9.png new file mode 100644 index 0000000000000000000000000000000000000000..8eba08db77f31b0e660c97ec63eb2fe0e53791b1 --- /dev/null +++ b/vlm/dev/R8sQPpGCv0/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfedfefb6aad3f4f5f6c51a8d9377cfdab24cda6c55696402cc5bbc20a3b839d +size 66599 diff --git a/vlm/dev/VFBjuF8HEp/0.png b/vlm/dev/VFBjuF8HEp/0.png new file mode 100644 index 0000000000000000000000000000000000000000..8c72e171681f46b7141cae53530487e471d017e2 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e796ba669db0d033fcf7cfed3b78fcfad640064fb3e57106c7df021f9607e59 +size 1051499 diff --git a/vlm/dev/VFBjuF8HEp/1.png b/vlm/dev/VFBjuF8HEp/1.png new file mode 100644 index 0000000000000000000000000000000000000000..1dbc095139381c420f344edf53a243e649cb06e0 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8f273e8d1526b8ab4d5c11c29b526e044b475953c7c4e04b6d242cf3609ef5 +size 560952 diff --git a/vlm/dev/VFBjuF8HEp/10.png b/vlm/dev/VFBjuF8HEp/10.png new file mode 100644 index 0000000000000000000000000000000000000000..3a3d1eea27b4dcd0064df82b382ffcae4e80088b --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec05d7356f9e238b35d0ab21bd3cb57451d9c25e96df1ebbe11cc2192ed6483 +size 504699 diff --git a/vlm/dev/VFBjuF8HEp/11.png b/vlm/dev/VFBjuF8HEp/11.png new file mode 100644 index 0000000000000000000000000000000000000000..1ecf57b9a438957881cb8c042471d7a2aa3e81be --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383fb3c0c32ca38a9a00e671571a8a85266466ad4f504a0e5c7e3b7a548e4f30 +size 82989 diff --git a/vlm/dev/VFBjuF8HEp/12.png b/vlm/dev/VFBjuF8HEp/12.png new file mode 100644 index 0000000000000000000000000000000000000000..0d077e0f7e6ac844c16a5995473031ba4a9508fa --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efd843b4bd005c6bc22fb2629846a065590703369868c77e992b119e221f60f +size 2431398 diff --git a/vlm/dev/VFBjuF8HEp/13.png b/vlm/dev/VFBjuF8HEp/13.png new file mode 100644 index 0000000000000000000000000000000000000000..92b255e6b2e285b910245c71db82368f3f1ca38f --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a73f0aac76125eda42900a070ab14ea222ba72ddb834754dbed321ad175ca93 +size 332355 diff --git a/vlm/dev/VFBjuF8HEp/14.png b/vlm/dev/VFBjuF8HEp/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a2a23d8df97a4acfdf60db72f9a4e1db49f318c3 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b22064b833628bb99aeefeedf92331c39b64cce3bd6827b7ce8f3009d573f5 +size 407068 diff --git a/vlm/dev/VFBjuF8HEp/15.png b/vlm/dev/VFBjuF8HEp/15.png new file mode 100644 index 0000000000000000000000000000000000000000..e6979e331c6d5761f43c40527ee79b9cae7d8e8a --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee916d909b51265093abfbcb1f70ab8f451ac1bd6ac758fd8e07bd7effbbeef1 +size 2009441 diff --git a/vlm/dev/VFBjuF8HEp/16.png b/vlm/dev/VFBjuF8HEp/16.png new file mode 100644 index 0000000000000000000000000000000000000000..b1366629378b9facb28aa03059120fee8eb8efae --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10dd74ebdd31c8d40727352a572ad4a07bad4bf2aef4b37fa6bc40956455efc0 +size 2169479 diff --git a/vlm/dev/VFBjuF8HEp/2.png b/vlm/dev/VFBjuF8HEp/2.png new file mode 100644 index 0000000000000000000000000000000000000000..d3aa14db60b49e9786690175d145f51c925a5ca5 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51920a447282898c746ac47ebb7c84e6fd4e79f861fe6ace24aeca06a402ffb2 +size 488784 diff --git a/vlm/dev/VFBjuF8HEp/3.png b/vlm/dev/VFBjuF8HEp/3.png new file mode 100644 index 0000000000000000000000000000000000000000..cb6d6cd1c50ea10db37f2c7a2048beee77d11970 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2ce1e9b07a1886a617f35236772cea807121889a1c826feee5aab94c51631b +size 529394 diff --git a/vlm/dev/VFBjuF8HEp/4.png b/vlm/dev/VFBjuF8HEp/4.png new file mode 100644 index 0000000000000000000000000000000000000000..49c4ac88c744c25144a7b9c72475bd5997ec5005 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a985f0e4b0f93a422ee98a1f67cee87d8d633b5185d22cd1f7b695fce8891c21 +size 463443 diff --git a/vlm/dev/VFBjuF8HEp/5.png b/vlm/dev/VFBjuF8HEp/5.png new file mode 100644 index 0000000000000000000000000000000000000000..dda549274a1b4ab56a52d5acf12ead80fdcbc9de --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb2804bbb523fa8f781c739d337b439fc7f0654decfd6b14868a2f96b26979c +size 536550 diff --git a/vlm/dev/VFBjuF8HEp/6.png b/vlm/dev/VFBjuF8HEp/6.png new file mode 100644 index 0000000000000000000000000000000000000000..2fd2b4c1c8133903037ff2e18a800f35df7bb1ff --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141eeaf0c6134a4ce2d6e2eb27e06e3d4c5e98667e3a53b42d69729d196bf631 +size 569901 diff --git a/vlm/dev/VFBjuF8HEp/7.png b/vlm/dev/VFBjuF8HEp/7.png new file mode 100644 index 0000000000000000000000000000000000000000..0d72e809e6b1ad71c3154c71c6fbc6bc0a317e9f --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add327f05513cbc97616ba73e712c520cef823ed28406ce50f98b2af0d1bc3c1 +size 548143 diff --git a/vlm/dev/VFBjuF8HEp/8.png b/vlm/dev/VFBjuF8HEp/8.png new file mode 100644 index 0000000000000000000000000000000000000000..23e7329d303e643572f48bdd1535aaf08497c531 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3849af426d908e8bc35b89e467746603939a25f861760135f69fdb55f04ee7 +size 1232276 diff --git a/vlm/dev/VFBjuF8HEp/9.png b/vlm/dev/VFBjuF8HEp/9.png new file mode 100644 index 0000000000000000000000000000000000000000..b58463bf75f52e33916e0f5c207225e557a8e143 --- /dev/null +++ b/vlm/dev/VFBjuF8HEp/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b905b863b9431773367bd71184a5338db1080d2ad4c189ef8a6556a8989f9cc +size 514868 diff --git a/vlm/dev/Vzh1BFUCiIX/0.png b/vlm/dev/Vzh1BFUCiIX/0.png new file mode 100644 index 0000000000000000000000000000000000000000..12726ac57a0130c06a28ace08312771e8c3b35db --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3f0097efa32d126f632f85c93b3aa7a184496c7ff4c0117a094d96c45e7918 +size 536110 diff --git a/vlm/dev/Vzh1BFUCiIX/1.png b/vlm/dev/Vzh1BFUCiIX/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ce6d43f107b57904f04340ed68539316ca5c9b4b --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61331056392443feaeab5f50ef3be75999e8ea00c7e5d3abcbae3a49cdec3a0 +size 588614 diff --git a/vlm/dev/Vzh1BFUCiIX/10.png b/vlm/dev/Vzh1BFUCiIX/10.png new file mode 100644 index 0000000000000000000000000000000000000000..ec549214fa04cc841d695c9ba1b499069005fdd6 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674bb99e7c74bf53cafaf131181c22e5c4d4727fad8393902e0b2827148da673 +size 558748 diff --git a/vlm/dev/Vzh1BFUCiIX/11.png b/vlm/dev/Vzh1BFUCiIX/11.png new file mode 100644 index 0000000000000000000000000000000000000000..247becbc03a926b41e08df6fc7031f0eaeb68835 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f5ba8ecc04e199fe199bf802912613ef7f338f5280b81e3f3d90cc67da6afe +size 653380 diff --git a/vlm/dev/Vzh1BFUCiIX/12.png b/vlm/dev/Vzh1BFUCiIX/12.png new file mode 100644 index 0000000000000000000000000000000000000000..b448e460afbc52c3dd1b689d808c14fb66031851 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c764e278c5cf5693a836eb44720e7a74d366ae66b563c9f023a07a7f703855 +size 671222 diff --git a/vlm/dev/Vzh1BFUCiIX/13.png b/vlm/dev/Vzh1BFUCiIX/13.png new file mode 100644 index 0000000000000000000000000000000000000000..5466fc7b7810bf4c85bb0ddd8d8357171d8a3cfb --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ece0a6eccbe5ee9aa732c797eb2b73d29e9ae8921f17cae7b956bfe4d72dcb2e +size 664398 diff --git a/vlm/dev/Vzh1BFUCiIX/14.png b/vlm/dev/Vzh1BFUCiIX/14.png new file mode 100644 index 0000000000000000000000000000000000000000..1b17b5c9e60d878a32dcd63cabbcbecebd45f553 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda8ef844f3a722da9524ade3ea2715a36d45e4f37d1d14832665c3ccc944723 +size 586412 diff --git a/vlm/dev/Vzh1BFUCiIX/15.png b/vlm/dev/Vzh1BFUCiIX/15.png new file mode 100644 index 0000000000000000000000000000000000000000..f9eb901b4f2d3fce5124069d0f0a069e91c1ed81 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b44bfdcbff075ed92b7136b3767c1b240c3f1db6716c4d047d71aabffa319ce +size 673168 diff --git a/vlm/dev/Vzh1BFUCiIX/16.png b/vlm/dev/Vzh1BFUCiIX/16.png new file mode 100644 index 0000000000000000000000000000000000000000..3d0107d2150cccb0d425411aab5b6d1dd538a021 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff27c907c01f3e5dd382970f2f2570f3a561ecc9a91cd34128f9684937d95ca7 +size 652082 diff --git a/vlm/dev/Vzh1BFUCiIX/17.png b/vlm/dev/Vzh1BFUCiIX/17.png new file mode 100644 index 0000000000000000000000000000000000000000..2a0e0e2d84cfaeef8dd38a8953702ff697c926c8 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d053297d68328978cbe75299b3150654274b34ab0763d48af8ee2070774e281b +size 610401 diff --git a/vlm/dev/Vzh1BFUCiIX/18.png b/vlm/dev/Vzh1BFUCiIX/18.png new file mode 100644 index 0000000000000000000000000000000000000000..e87b0172904a1216631d80d3f2069f7771f45996 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b666fd9ddab5e942a43c180e07b639588e4d5c3b78d44731fc6985b536a75e +size 649523 diff --git a/vlm/dev/Vzh1BFUCiIX/19.png b/vlm/dev/Vzh1BFUCiIX/19.png new file mode 100644 index 0000000000000000000000000000000000000000..0d8600308c6427e11880a8f0a079661737b380fc --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4280b7d4e7ed21b9998cd2078b00df6101982ede4a92adb272ace08b0a43debb +size 639953 diff --git a/vlm/dev/Vzh1BFUCiIX/2.png b/vlm/dev/Vzh1BFUCiIX/2.png new file mode 100644 index 0000000000000000000000000000000000000000..90fc1b35dcf9762467b9bf6024c1dbfb27dd77bd --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7952b921434e58cd3c93a12548d0d19d66285ffdbfa0584c81b906f72942e503 +size 582544 diff --git a/vlm/dev/Vzh1BFUCiIX/20.png b/vlm/dev/Vzh1BFUCiIX/20.png new file mode 100644 index 0000000000000000000000000000000000000000..28552859a55e19fc2ec85bac9eb890663b931444 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c239bf3109e0ae39fd9dc702d7ad00f688cca8afc311b2fba2df55ede991de7 +size 628986 diff --git a/vlm/dev/Vzh1BFUCiIX/21.png b/vlm/dev/Vzh1BFUCiIX/21.png new file mode 100644 index 0000000000000000000000000000000000000000..0836c612e5182edb25dff9560053693adb7b5773 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a00d8427d62c494928c46863011df9f642811e000d3479256f107f3c97babfd +size 620482 diff --git a/vlm/dev/Vzh1BFUCiIX/22.png b/vlm/dev/Vzh1BFUCiIX/22.png new file mode 100644 index 0000000000000000000000000000000000000000..dc46545553b094856d4e93f05100b6e3b9a4dbf3 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40e5d566055e2aff4464d10e9f495095f305d8ff9cacea35ecdf32bf740303d +size 331220 diff --git a/vlm/dev/Vzh1BFUCiIX/23.png b/vlm/dev/Vzh1BFUCiIX/23.png new file mode 100644 index 0000000000000000000000000000000000000000..a1412971ad5c0c2df3f5467871bfbd5eaaf002c8 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a341cd1d1fa1cc215c470423c08a65d82fd3dc3aefc3dec6480c447c409816dd +size 705381 diff --git a/vlm/dev/Vzh1BFUCiIX/24.png b/vlm/dev/Vzh1BFUCiIX/24.png new file mode 100644 index 0000000000000000000000000000000000000000..fa3b8c5288dcc451f0ba5e2fc2fc200462509be9 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b323dcbe8ab560e8dc304a6bf0b13d789f316e3224da5db292c12c3d495ac5 +size 478218 diff --git a/vlm/dev/Vzh1BFUCiIX/25.png b/vlm/dev/Vzh1BFUCiIX/25.png new file mode 100644 index 0000000000000000000000000000000000000000..a21c42ebd4243ea549978eaec8b4326b005d9c59 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fea6035550ea84e194737d315626e739c51fe936e534a6a5d2d729db2d67fe0 +size 412513 diff --git a/vlm/dev/Vzh1BFUCiIX/3.png b/vlm/dev/Vzh1BFUCiIX/3.png new file mode 100644 index 0000000000000000000000000000000000000000..1d15514caf0f705cd6999a56e93594bf1af8d154 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c1d12e79994e7cdcc6d6df9e600f057cae4782c928a575ae07a62cc924f380 +size 565283 diff --git a/vlm/dev/Vzh1BFUCiIX/4.png b/vlm/dev/Vzh1BFUCiIX/4.png new file mode 100644 index 0000000000000000000000000000000000000000..10fca3f82e0c129f1e8a2a04dde743603abaff5c --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c90392fcb00d842356bffbed18d16a6156ebe39b55c3ddef7e9a790ace860f03 +size 597612 diff --git a/vlm/dev/Vzh1BFUCiIX/5.png b/vlm/dev/Vzh1BFUCiIX/5.png new file mode 100644 index 0000000000000000000000000000000000000000..076c13491e819cf7b9a3b3ed5e9e25be83cd3f22 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f97cc5c2ebb5dea53a2a47556a8780769f9130e8e9fb942406e39635de2fbcc8 +size 543004 diff --git a/vlm/dev/Vzh1BFUCiIX/6.png b/vlm/dev/Vzh1BFUCiIX/6.png new file mode 100644 index 0000000000000000000000000000000000000000..39452746cf6123fac4f3f5f931234597c9e4c251 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995818421a3aea2047005f13e346121cb445a8d9fa09277f05f770be5ce5aed9 +size 493118 diff --git a/vlm/dev/Vzh1BFUCiIX/7.png b/vlm/dev/Vzh1BFUCiIX/7.png new file mode 100644 index 0000000000000000000000000000000000000000..17f26139e9c9ddae14edd745af56a1c6783f1be4 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3491e15d9c174fe20afe50dd1ea71a38cda22757e9d2046e2b7c5add81a840b0 +size 595657 diff --git a/vlm/dev/Vzh1BFUCiIX/8.png b/vlm/dev/Vzh1BFUCiIX/8.png new file mode 100644 index 0000000000000000000000000000000000000000..e7838b9b04e09c75e8d38c6f68536421e128e877 --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:207f29464c8ed90d5e604b9412480235e28232a421ca1e3fec2196958f14e6c9 +size 610461 diff --git a/vlm/dev/Vzh1BFUCiIX/9.png b/vlm/dev/Vzh1BFUCiIX/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2d2a8d2972e072f16f907aa165f59d39b052dc3a --- /dev/null +++ b/vlm/dev/Vzh1BFUCiIX/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbcc65da838fdd1f61846d5c70aaea4d61dfc991c52c38deb90193d092ddd81 +size 487534 diff --git a/vlm/dev/WBhqzpF6KYH/0.png b/vlm/dev/WBhqzpF6KYH/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bc8b457db4efcbd9417834b30ebd67a638b2b36f --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6543e4e9914d92ddce0698419796b44b4db4fb8a8affc0cf59d30567e23e52 +size 431768 diff --git a/vlm/dev/WBhqzpF6KYH/1.png b/vlm/dev/WBhqzpF6KYH/1.png new file mode 100644 index 0000000000000000000000000000000000000000..11eca2b32069958d53d2fa4d5202d1ec9957d2b3 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae51e888da02a560a5887f00cb0b25c199813f05f3688648f1c600492be0a981 +size 633205 diff --git a/vlm/dev/WBhqzpF6KYH/10.png b/vlm/dev/WBhqzpF6KYH/10.png new file mode 100644 index 0000000000000000000000000000000000000000..331e4015b164ecf66bd728d2b2cf0fb219ea178e --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892e731e25f5835fa10ab22b94c312d55574813bd6ffeb7257ca88d1bf7f6daa +size 450648 diff --git a/vlm/dev/WBhqzpF6KYH/11.png b/vlm/dev/WBhqzpF6KYH/11.png new file mode 100644 index 0000000000000000000000000000000000000000..c6296dcae8419720693bab71e15c0870708e8604 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14f7b044057ef17b838ce1335e0ff383b6ad687a8d8c7994858a7e7e87b18de +size 586923 diff --git a/vlm/dev/WBhqzpF6KYH/12.png b/vlm/dev/WBhqzpF6KYH/12.png new file mode 100644 index 0000000000000000000000000000000000000000..f93403e75508b255d6ef53273158c7dfac064721 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd1939c2df042a3ca1b852891b9e9f86f41b205484b6c41225846eca49a4b2a +size 595363 diff --git a/vlm/dev/WBhqzpF6KYH/13.png b/vlm/dev/WBhqzpF6KYH/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f4825a1ba46fb50a74aa18fbdd7cf74609533cf4 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0416e00bfcfb46a4d0bc72740287008267360e6fb2a00b41063938dc035fc9f +size 603594 diff --git a/vlm/dev/WBhqzpF6KYH/14.png b/vlm/dev/WBhqzpF6KYH/14.png new file mode 100644 index 0000000000000000000000000000000000000000..c31ddad2d7988cf76496fb12bb101e26d335bcee --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db83127cfb94adf36f8ca7f880b813408c88f73298dbfc98a3197bf38c8a9a89 +size 499578 diff --git a/vlm/dev/WBhqzpF6KYH/2.png b/vlm/dev/WBhqzpF6KYH/2.png new file mode 100644 index 0000000000000000000000000000000000000000..9211e950c26f29c816c5df55bb7be3fef7bb990f --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e2ebb79897b659c526e73a877ba2dceb0dc65f43ea24da7762aab1baad5213b +size 541764 diff --git a/vlm/dev/WBhqzpF6KYH/3.png b/vlm/dev/WBhqzpF6KYH/3.png new file mode 100644 index 0000000000000000000000000000000000000000..0ec206acb44179aad9ea642893fed4e07a5e05f1 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38925bac39cdaa50f02f80337396a54d7372277979bcaff4104d5e201639333b +size 647673 diff --git a/vlm/dev/WBhqzpF6KYH/4.png b/vlm/dev/WBhqzpF6KYH/4.png new file mode 100644 index 0000000000000000000000000000000000000000..877905e85a0fd210296b7ba43fb5e222567de598 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a94a5fd0ad98a863d63fedb098d8b5acaf74cadacd0c7b9c2c7000e620f65f +size 978423 diff --git a/vlm/dev/WBhqzpF6KYH/5.png b/vlm/dev/WBhqzpF6KYH/5.png new file mode 100644 index 0000000000000000000000000000000000000000..52619c3fcf800836ba66eeaed6266bf227810b78 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228b28aa0b300dbf62cdc9e043d8fe82a6fdb351e638c8ba06decc02a9059da2 +size 582211 diff --git a/vlm/dev/WBhqzpF6KYH/6.png b/vlm/dev/WBhqzpF6KYH/6.png new file mode 100644 index 0000000000000000000000000000000000000000..08d18a96dadeedb441c7ea9cc97f2b67b8cd36e1 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6386fb06bf6b42a768a7d72f1ad7b368431d1d0299efdb20f2b8f1205dde135d +size 660432 diff --git a/vlm/dev/WBhqzpF6KYH/7.png b/vlm/dev/WBhqzpF6KYH/7.png new file mode 100644 index 0000000000000000000000000000000000000000..b6f68c6efe4e7871b15a0e27b9586304e24649d2 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed419e5e3df94637068fedb09173ad1193df29e8eb6284c24e8ca0826f6bfc4 +size 596596 diff --git a/vlm/dev/WBhqzpF6KYH/8.png b/vlm/dev/WBhqzpF6KYH/8.png new file mode 100644 index 0000000000000000000000000000000000000000..0583690c4cf3b33ec73309c3a9f61100cd25cb77 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2865a19e5120e09988b54347c817a2bc98bb835e38fe057688138b4a6a004b8f +size 975270 diff --git a/vlm/dev/WBhqzpF6KYH/9.png b/vlm/dev/WBhqzpF6KYH/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3d82627cff40d5e2b15de9b11faee412f8ff2558 --- /dev/null +++ b/vlm/dev/WBhqzpF6KYH/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732adb02a060ddd190ba5e4c4c88b0e7d4e8be91d0504f6b1386103d10ae90aa +size 255757 diff --git a/vlm/dev/WIJ2SfPTj8c/0.png b/vlm/dev/WIJ2SfPTj8c/0.png new file mode 100644 index 0000000000000000000000000000000000000000..bc6f57d1caf9c50af3ed70e736174de6422d5994 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a492c2c0bed0e37770e165e1e728a1a279d06b9229a3f4e3b917eb2aed005e +size 453580 diff --git a/vlm/dev/WIJ2SfPTj8c/1.png b/vlm/dev/WIJ2SfPTj8c/1.png new file mode 100644 index 0000000000000000000000000000000000000000..d72bb80965bcda0f509117754b0cf235ab3f7760 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3513fa0e83f6f317b8bfe544852a6276f579d4fe622cfa802d257542159d0f8e +size 532196 diff --git a/vlm/dev/WIJ2SfPTj8c/10.png b/vlm/dev/WIJ2SfPTj8c/10.png new file mode 100644 index 0000000000000000000000000000000000000000..f432273713bed150e0a16144f70a67fdaf78e031 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37184e903cc3870bf752fb37d07fa43590096b47000a36f62e80b9a57ff9f5a +size 240612 diff --git a/vlm/dev/WIJ2SfPTj8c/11.png b/vlm/dev/WIJ2SfPTj8c/11.png new file mode 100644 index 0000000000000000000000000000000000000000..b781d2b836df4169919d3d0fa3aa2bc14f432580 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f4b7a27dcb35013818d6c571a0009551f28883e02909df0c2aa81a7dac6e94 +size 354141 diff --git a/vlm/dev/WIJ2SfPTj8c/12.png b/vlm/dev/WIJ2SfPTj8c/12.png new file mode 100644 index 0000000000000000000000000000000000000000..905e5faa7c8cf1efa7e76a5a56108b88a401565f --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da4a11c33180d24073b644a1856498b8a27f367abdcb181d333170f610794331 +size 319277 diff --git a/vlm/dev/WIJ2SfPTj8c/13.png b/vlm/dev/WIJ2SfPTj8c/13.png new file mode 100644 index 0000000000000000000000000000000000000000..694539c2359ecee8464b43e124ee8fb2e099aab2 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7832b58bf7db03f2db00f68cb64c4d6e2203630435f146a4a9aaf0c15f11d375 +size 271656 diff --git a/vlm/dev/WIJ2SfPTj8c/14.png b/vlm/dev/WIJ2SfPTj8c/14.png new file mode 100644 index 0000000000000000000000000000000000000000..a46dffccfbd1dc183d8024106ed185475f73d5a8 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4400896aef871f5b456943904a55077af9d9807586b8a15f149f517681a96d +size 115095 diff --git a/vlm/dev/WIJ2SfPTj8c/15.png b/vlm/dev/WIJ2SfPTj8c/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2ee9e73cbfd38342bd9dc922ca98284e616c8895 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0881132d3f85377fee29c863b6bf84c61db2f88f82fb5a45f80530d9f1540bf7 +size 450753 diff --git a/vlm/dev/WIJ2SfPTj8c/16.png b/vlm/dev/WIJ2SfPTj8c/16.png new file mode 100644 index 0000000000000000000000000000000000000000..8c5098e26ff91e318f184689402346c04dcecd85 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adea9ac995e18092df79df5c458772e0d157b334e5c6622798713bc7edd1c35 +size 105839 diff --git a/vlm/dev/WIJ2SfPTj8c/2.png b/vlm/dev/WIJ2SfPTj8c/2.png new file mode 100644 index 0000000000000000000000000000000000000000..958b71fea1742f6cce526986259b2e25676100bc --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc99e1038559631a8e71e34780669afc6633da5d25e835f1ffabd43dd4883499 +size 548192 diff --git a/vlm/dev/WIJ2SfPTj8c/3.png b/vlm/dev/WIJ2SfPTj8c/3.png new file mode 100644 index 0000000000000000000000000000000000000000..886b5313c7f7e8515059f34e58a37e8232d00581 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28a2f6b44e6cea7f4717105c7f9e34855a7f91ca67b0c4583a424f1694da1f +size 539295 diff --git a/vlm/dev/WIJ2SfPTj8c/4.png b/vlm/dev/WIJ2SfPTj8c/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2277668d91fe21dbd1c786fe0c9dc72f25f66522 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4b86c424c6ac8ca08c73a5167dec1ce6e13ed829c54276bbd32fb96fd7ea13 +size 532689 diff --git a/vlm/dev/WIJ2SfPTj8c/5.png b/vlm/dev/WIJ2SfPTj8c/5.png new file mode 100644 index 0000000000000000000000000000000000000000..afb7971cd5e0d86c5f71c98db8e927ae95e97162 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3ae337599a104b5d67395e5441f0cd965eaae7914c7b343ea04210cf6518cd +size 428714 diff --git a/vlm/dev/WIJ2SfPTj8c/6.png b/vlm/dev/WIJ2SfPTj8c/6.png new file mode 100644 index 0000000000000000000000000000000000000000..843ae9e194f858fcc19b5959d6dfe7c85725776d --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97af82f96bb32c5be4170207de04e664d8c607bae57910ef675ff6677dd6458a +size 613060 diff --git a/vlm/dev/WIJ2SfPTj8c/7.png b/vlm/dev/WIJ2SfPTj8c/7.png new file mode 100644 index 0000000000000000000000000000000000000000..cffb604ed06591dda1949c9d3258f94f83d1730f --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e5057aee66b66e5116e47c7f03f944bc8ec2aac1c88d818cd9c6f9e72f44c1 +size 620704 diff --git a/vlm/dev/WIJ2SfPTj8c/8.png b/vlm/dev/WIJ2SfPTj8c/8.png new file mode 100644 index 0000000000000000000000000000000000000000..9f84451268987420b88106624de85610d95c0c07 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:797182a6835a7ff09cf8ff9e1fa3d2dccd8b5fc90311b9f3ca6ec0f2c5c3efdf +size 595443 diff --git a/vlm/dev/WIJ2SfPTj8c/9.png b/vlm/dev/WIJ2SfPTj8c/9.png new file mode 100644 index 0000000000000000000000000000000000000000..6f827200e73506c1aae29d2433b1692c8da1b3c8 --- /dev/null +++ b/vlm/dev/WIJ2SfPTj8c/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4825158d2e7c51e23c5ebfaba2223216da31823bc5d81bdcf32746882a5a7930 +size 685587 diff --git a/vlm/dev/XdDl3bFUNn5/0.png b/vlm/dev/XdDl3bFUNn5/0.png new file mode 100644 index 0000000000000000000000000000000000000000..a46ca6971402c8db6da1de2e7c5dfb94799336cd --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb36a586a50cc016444315988c68cd83c372fa28aaa9d0ecefe7a13f859d155 +size 474648 diff --git a/vlm/dev/XdDl3bFUNn5/1.png b/vlm/dev/XdDl3bFUNn5/1.png new file mode 100644 index 0000000000000000000000000000000000000000..295d224989fc0814b8a172bbdaeca68b8d0b5aef --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdff96ed8c6dadec4578148cd7a093d2f46117020e26faff42be2ec6ab86b13 +size 947323 diff --git a/vlm/dev/XdDl3bFUNn5/10.png b/vlm/dev/XdDl3bFUNn5/10.png new file mode 100644 index 0000000000000000000000000000000000000000..09f6ce83d118f8cee62fb8522a438e257a6b5188 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5606fce05c3ba06b698598e8d626d4bb6eea6ebd5a990a8a87b06c69a64094fc +size 544842 diff --git a/vlm/dev/XdDl3bFUNn5/11.png b/vlm/dev/XdDl3bFUNn5/11.png new file mode 100644 index 0000000000000000000000000000000000000000..5dddbb2e0b4588e54ee37fa63a3d1904b588b32e --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb97e0bc5247276a4359065ffa5efbc7faf7ee9e83818b03a448c8524a7a5d01 +size 432335 diff --git a/vlm/dev/XdDl3bFUNn5/12.png b/vlm/dev/XdDl3bFUNn5/12.png new file mode 100644 index 0000000000000000000000000000000000000000..fc055081ab30d869a36d917718fc222f145abe50 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8374b189f226061e42fb3c7231967612e645a38f473e988fe4ea28c2daa05921 +size 344856 diff --git a/vlm/dev/XdDl3bFUNn5/2.png b/vlm/dev/XdDl3bFUNn5/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8fcbcab990bb6b09d63ab4b3da306c091afe3244 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6942b0a9cc9dca93fae16cf8c9674acc79c3b91993c5b2e884f38938ba32180f +size 622944 diff --git a/vlm/dev/XdDl3bFUNn5/3.png b/vlm/dev/XdDl3bFUNn5/3.png new file mode 100644 index 0000000000000000000000000000000000000000..a7f6dbf68b417a0c522127dca4ef5c1b0370edad --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8525e2b45f49b42ad443bb1fd139ae0fd1c38bbdfb83638d090f40b8aa1a0170 +size 605715 diff --git a/vlm/dev/XdDl3bFUNn5/4.png b/vlm/dev/XdDl3bFUNn5/4.png new file mode 100644 index 0000000000000000000000000000000000000000..dcd2781f325e26a187eae22db88972f9fc0cb386 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d41bffc73034ec6c6200cede81fc704ca8aaa6356c8c2a22aa7f19637159c29 +size 545654 diff --git a/vlm/dev/XdDl3bFUNn5/5.png b/vlm/dev/XdDl3bFUNn5/5.png new file mode 100644 index 0000000000000000000000000000000000000000..523282b4c0ceb182eb156bb8a739d1ec37b4d55a --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1f1775f3bd69a1bca771824450fccc02e849c57a215b6df1935ea9bf7ccae5 +size 573051 diff --git a/vlm/dev/XdDl3bFUNn5/6.png b/vlm/dev/XdDl3bFUNn5/6.png new file mode 100644 index 0000000000000000000000000000000000000000..6c341f655056ccbb4091fcb7573d4e9c95590ad3 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c089e6c3fd941b2351465242a6c6355619c3916f793b3066b53a19d44412d0 +size 1487638 diff --git a/vlm/dev/XdDl3bFUNn5/7.png b/vlm/dev/XdDl3bFUNn5/7.png new file mode 100644 index 0000000000000000000000000000000000000000..87149cfd2af310dcfee0e7df149aacd041f255c0 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95a50cd14268daa56d6df4384ce969e074c8d87990442f7bb818eda0210bb95 +size 839784 diff --git a/vlm/dev/XdDl3bFUNn5/8.png b/vlm/dev/XdDl3bFUNn5/8.png new file mode 100644 index 0000000000000000000000000000000000000000..d056ec90fed3e8d1545e365ce6d247aab46c80d4 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e605aff353fc150b7bba674b6b5c561f7cdc01f937a31658aca11d89e9b21c15 +size 970163 diff --git a/vlm/dev/XdDl3bFUNn5/9.png b/vlm/dev/XdDl3bFUNn5/9.png new file mode 100644 index 0000000000000000000000000000000000000000..22bb8e91d9060227bfc7e43e9ad4fba89853db54 --- /dev/null +++ b/vlm/dev/XdDl3bFUNn5/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:789f7ddcab278bc8546a01dcec70a38e621d15049ac148cd4ed7eae2a0fa6a0e +size 985479 diff --git a/vlm/dev/YevsQ05DEN7/0.png b/vlm/dev/YevsQ05DEN7/0.png new file mode 100644 index 0000000000000000000000000000000000000000..94635d5553cbdebc95e3cb3179f83534cd975b35 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d0132e91d35383cd82ff73efabd328ee8d87df4a8ec51e29ca468362b332f +size 500147 diff --git a/vlm/dev/YevsQ05DEN7/1.png b/vlm/dev/YevsQ05DEN7/1.png new file mode 100644 index 0000000000000000000000000000000000000000..c6eb16bfb42091c5150f8dfadfc46bc9ff77bcd3 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6da9959265680cbf07d919f97b5105e491129b950d9137b6e5fa87b1e70de7 +size 562274 diff --git a/vlm/dev/YevsQ05DEN7/11.png b/vlm/dev/YevsQ05DEN7/11.png new file mode 100644 index 0000000000000000000000000000000000000000..9488aca9697ec00f3b9144c43917ee223faff9a8 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfefcf4a2eb1dc029202045056aaa65e2298701f6a0027a56df1561280ea95e +size 331340 diff --git a/vlm/dev/YevsQ05DEN7/12.png b/vlm/dev/YevsQ05DEN7/12.png new file mode 100644 index 0000000000000000000000000000000000000000..09bd4367629a852f38603c0d4ff7139906ef9525 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a167dea5591cacb6b0265f45646fd2b0d7cf25b048046bd59f9ae52aa6c8f498 +size 269701 diff --git a/vlm/dev/YevsQ05DEN7/13.png b/vlm/dev/YevsQ05DEN7/13.png new file mode 100644 index 0000000000000000000000000000000000000000..814de3ae796a45a258d868d7e412b90b5523dc66 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7c21a0ac5a4aad96e5b92d20529535eb8060cb1b560d01d974f1bf8b647dc2 +size 252414 diff --git a/vlm/dev/YevsQ05DEN7/14.png b/vlm/dev/YevsQ05DEN7/14.png new file mode 100644 index 0000000000000000000000000000000000000000..bebd01e13aa0236797c8c5c5fa708d8992f85b77 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03deb740f5c032773afeb57379daea5ee5034a652796543631133184a809b8a9 +size 297617 diff --git a/vlm/dev/YevsQ05DEN7/15.png b/vlm/dev/YevsQ05DEN7/15.png new file mode 100644 index 0000000000000000000000000000000000000000..ea0e764afe4fdb04017c5fc61dbbbeeec78e4604 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd6cfbf4ea8954520554eec17444ba6dec638b9a2b54ecd2802d9f625e4a025 +size 380625 diff --git a/vlm/dev/YevsQ05DEN7/16.png b/vlm/dev/YevsQ05DEN7/16.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf478368897733bb68f851623f014abbee0a971 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6c371c962c44d1199bad691e5f94d6bf0820dfdda5246b7e07ca6072a24047 +size 353461 diff --git a/vlm/dev/YevsQ05DEN7/2.png b/vlm/dev/YevsQ05DEN7/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2a27e3a4bd9af8718647aaf94e8a2a2b4263dc81 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344a637c6b46060f4b92449e62dd50ee955845a374fcf6eeae4f7ae1b4331148 +size 483924 diff --git a/vlm/dev/YevsQ05DEN7/4.png b/vlm/dev/YevsQ05DEN7/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b6d2e68e0f947aef4153337eb5757ef81acbea05 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ca66e240eb27cbcfa5a4acbf0a76dea30d52198168ce1fd1b8d4b4faa6fcbc +size 532343 diff --git a/vlm/dev/YevsQ05DEN7/5.png b/vlm/dev/YevsQ05DEN7/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d19dce5e1c297b2ef90c66aa50ea8763d9bfe897 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f57b2ddb0705611259d6cb3e215df6c829d0ef9da290c3ef5bca35c12b44307 +size 549678 diff --git a/vlm/dev/YevsQ05DEN7/7.png b/vlm/dev/YevsQ05DEN7/7.png new file mode 100644 index 0000000000000000000000000000000000000000..7d2cf8b47efbf35eaa8c68c63d50dbd1b538f29c --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82414add58470e2ec79aa4ce05e38e0e488e764de95f1f7de73ec310a48aa23 +size 477241 diff --git a/vlm/dev/YevsQ05DEN7/8.png b/vlm/dev/YevsQ05DEN7/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2d411d0b86f8668ba3f7f2912c370a06841d2141 --- /dev/null +++ b/vlm/dev/YevsQ05DEN7/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9017a1042ee6bc8bd7467aed107e856bf77e8da9bbf8bb4dfb99ab0969a0f12 +size 394378 diff --git a/vlm/dev/aBO5SvgSt1/0.png b/vlm/dev/aBO5SvgSt1/0.png new file mode 100644 index 0000000000000000000000000000000000000000..2b3f4d6821b03c7d759f44a8dd9fa97d18210848 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd3d5629907ff82b5a85555ead8f0e4a614a4a5dbed18ae40c29c6e64d14d62 +size 535821 diff --git a/vlm/dev/aBO5SvgSt1/1.png b/vlm/dev/aBO5SvgSt1/1.png new file mode 100644 index 0000000000000000000000000000000000000000..7d383bd8633df8e0db6aa0696870626307abeff5 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcea7592a22480180a6e70806db262218ca32e854b248587fdc2d97f4feec45b +size 675968 diff --git a/vlm/dev/aBO5SvgSt1/10.png b/vlm/dev/aBO5SvgSt1/10.png new file mode 100644 index 0000000000000000000000000000000000000000..2d45fd88d6ca0b1751435320008dd9ba7472a1e1 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0498104c6ed7a19fffb3bedccaada6b1940d1e3152a50c577a1643a6eb83b651 +size 442348 diff --git a/vlm/dev/aBO5SvgSt1/11.png b/vlm/dev/aBO5SvgSt1/11.png new file mode 100644 index 0000000000000000000000000000000000000000..8146f5aa83f8617848c287091fb8ec959482fea9 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43b6379be48c2d2c26e2f651eeb94712ad8ee382eb6173e5c761f7c64f05001 +size 156045 diff --git a/vlm/dev/aBO5SvgSt1/12.png b/vlm/dev/aBO5SvgSt1/12.png new file mode 100644 index 0000000000000000000000000000000000000000..4017f0b6f8eaa5bef848898e17cd9856a114c347 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8508f10a118a349bc318d3da45d8a9156fbef177643d42aa0c1a75626ea46e +size 289723 diff --git a/vlm/dev/aBO5SvgSt1/13.png b/vlm/dev/aBO5SvgSt1/13.png new file mode 100644 index 0000000000000000000000000000000000000000..7fac3e9b5e39c112e1e8d99488d5540394c00d3e --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adc78a1ce72875724a5b4d7f32007cf06b108fb6b59ff989bdc6cd4d4ba8bf4 +size 463411 diff --git a/vlm/dev/aBO5SvgSt1/14.png b/vlm/dev/aBO5SvgSt1/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ab0821210a95767ee24c9e017cf141203b232222 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6956601a53a28c9dde941728d715e52b4476b8f04a7adebaadcd4420878884a8 +size 238757 diff --git a/vlm/dev/aBO5SvgSt1/15.png b/vlm/dev/aBO5SvgSt1/15.png new file mode 100644 index 0000000000000000000000000000000000000000..27867fdf1c2e9ce80b20983f0c723beca95223ce --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45f84cad03999aa8d241f8454a96bd64747e2d6407e2d5f7a2bb25172387b22 +size 348593 diff --git a/vlm/dev/aBO5SvgSt1/16.png b/vlm/dev/aBO5SvgSt1/16.png new file mode 100644 index 0000000000000000000000000000000000000000..9cec7c6ab01388b7dc633065a400eb8d3fdc8bf4 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc99be07d4f87c2fe242bd1df51b5eef347eeb013db3947008dabc43ea12817c +size 222635 diff --git a/vlm/dev/aBO5SvgSt1/17.png b/vlm/dev/aBO5SvgSt1/17.png new file mode 100644 index 0000000000000000000000000000000000000000..b5d4d863f1be740af27ec98f056e2a5be8380e7b --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ce3bd184ce0045537575533b4de42068a98a2a3068bc22eb0147ef5b732662 +size 389480 diff --git a/vlm/dev/aBO5SvgSt1/18.png b/vlm/dev/aBO5SvgSt1/18.png new file mode 100644 index 0000000000000000000000000000000000000000..93140bd06bdf24a6935ca47072a58a46b6f83de7 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c284cc2e7e50c36105d12eb89e304ef3ff79c02b8a89fa1da3c01f46423b0849 +size 227722 diff --git a/vlm/dev/aBO5SvgSt1/19.png b/vlm/dev/aBO5SvgSt1/19.png new file mode 100644 index 0000000000000000000000000000000000000000..36d11ca465052c9de49d4966f08531071c65e61b --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a86b2f963d9bdcedc43c8d6f8ca1dda33c1c8c804c1c55d39582e91c55193e3 +size 335250 diff --git a/vlm/dev/aBO5SvgSt1/2.png b/vlm/dev/aBO5SvgSt1/2.png new file mode 100644 index 0000000000000000000000000000000000000000..8f23d86feea0822ddecd5e3f2ae799af610210e8 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6706bd8fe578ed15c7ca66ac4aa42aec9c38d0c9a3dc283c3844a1485be530 +size 521571 diff --git a/vlm/dev/aBO5SvgSt1/20.png b/vlm/dev/aBO5SvgSt1/20.png new file mode 100644 index 0000000000000000000000000000000000000000..5b9fb733b33365a1fcfef2a4a038f6a3a1343ec7 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a27d390302514bb56fd0dca4af26577c8be2b6ab0e92fa536166a8a95731bde +size 392536 diff --git a/vlm/dev/aBO5SvgSt1/21.png b/vlm/dev/aBO5SvgSt1/21.png new file mode 100644 index 0000000000000000000000000000000000000000..104c8c904ff7b5f67190f7da852f496a9646de77 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55fe96c80197ffa55055d1de75ddd91ed59e384ea25a109fb499ebe45b440a3 +size 349939 diff --git a/vlm/dev/aBO5SvgSt1/22.png b/vlm/dev/aBO5SvgSt1/22.png new file mode 100644 index 0000000000000000000000000000000000000000..2767130d08025588aa64a448d3cbbe23585897cf --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820f8c6be843396316f01b392f1c6721b97f378ce5b1628ac22a10133610f730 +size 543687 diff --git a/vlm/dev/aBO5SvgSt1/23.png b/vlm/dev/aBO5SvgSt1/23.png new file mode 100644 index 0000000000000000000000000000000000000000..ce0345df3a61f6de5ce140a3bf466a4c7241043c --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3303521165d41c0e268540ca176e55e540e0bc58ec2cdebeee2c91de52657f24 +size 605993 diff --git a/vlm/dev/aBO5SvgSt1/3.png b/vlm/dev/aBO5SvgSt1/3.png new file mode 100644 index 0000000000000000000000000000000000000000..8eaf42094ed81c63f404019dadc55aabd82f3b04 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ebcf9582728cfbd3e9108c471f9c687b370f191d4379d251ac4cde5e8de4568 +size 561171 diff --git a/vlm/dev/aBO5SvgSt1/4.png b/vlm/dev/aBO5SvgSt1/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2ddcdb1df6300833a54cc6a663263134f8478988 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa7262192252bd322805c6f44ed10919f5b337978d70f2f02a9881d536bf61d +size 619859 diff --git a/vlm/dev/aBO5SvgSt1/5.png b/vlm/dev/aBO5SvgSt1/5.png new file mode 100644 index 0000000000000000000000000000000000000000..d83e11204bf28fdaed3d26634f8242331860f95d --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef13229908afb011fcb774bb4d51766d58fe951fb2b658a139952ee2bd961cd4 +size 590100 diff --git a/vlm/dev/aBO5SvgSt1/6.png b/vlm/dev/aBO5SvgSt1/6.png new file mode 100644 index 0000000000000000000000000000000000000000..37c3500148b4e202ac26fc2c3092ef9c46ca77e5 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d3c56c341c071b88166e8779266485491ab354784ceffdc3b6e04cb48e6aa8 +size 673822 diff --git a/vlm/dev/aBO5SvgSt1/7.png b/vlm/dev/aBO5SvgSt1/7.png new file mode 100644 index 0000000000000000000000000000000000000000..6257b206fe68a889019e1ba6ec1b259693c7f565 --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb88083d15e15f38a0c5f8222ab808290778af8e979655991d04364e68556bc +size 587625 diff --git a/vlm/dev/aBO5SvgSt1/8.png b/vlm/dev/aBO5SvgSt1/8.png new file mode 100644 index 0000000000000000000000000000000000000000..6935d48f2d9f21e4931b75c838fb934055c0e27f --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9362214fba6c94a5f5aa13cc6000ddec489fbfd2346a8aeea386c563eb72fa11 +size 636827 diff --git a/vlm/dev/aBO5SvgSt1/9.png b/vlm/dev/aBO5SvgSt1/9.png new file mode 100644 index 0000000000000000000000000000000000000000..89d76af1bbd00cf399b1ebf369a679564c567e6a --- /dev/null +++ b/vlm/dev/aBO5SvgSt1/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb960eb153d174614bb5d32821ae292979091c8e42f386af5a9b476ec14bcfc +size 528655 diff --git a/vlm/dev/bVuP3ltATMz/0.png b/vlm/dev/bVuP3ltATMz/0.png new file mode 100644 index 0000000000000000000000000000000000000000..d75135ba9c5cecef361086ea69edf0a8d8219029 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7689e7072c539a878cb7d43e1c1f31f4051008456a6c813704f1bfe007664cc4 +size 541320 diff --git a/vlm/dev/bVuP3ltATMz/1.png b/vlm/dev/bVuP3ltATMz/1.png new file mode 100644 index 0000000000000000000000000000000000000000..610ce12cf5656bec19316c97e7c1036f7823eff2 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad9dee86e4811f18180b975cd2a35162368e9ffd0921c72a3f1148441fa6644 +size 611935 diff --git a/vlm/dev/bVuP3ltATMz/10.png b/vlm/dev/bVuP3ltATMz/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b6db9aba7b314ee742ba9384dbd672d673baa5a6 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12799d56db3e03ecbf357ed8399008d1a0612d872e15774501b0b3466ff345d +size 542479 diff --git a/vlm/dev/bVuP3ltATMz/11.png b/vlm/dev/bVuP3ltATMz/11.png new file mode 100644 index 0000000000000000000000000000000000000000..02f865d535827481346ae3bd90273f0dac09b0ae --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aed4657c79e64543ce3f08224b4328ab18cba37d856acf19cbbe5fb841bafd3 +size 539072 diff --git a/vlm/dev/bVuP3ltATMz/12.png b/vlm/dev/bVuP3ltATMz/12.png new file mode 100644 index 0000000000000000000000000000000000000000..a1e594eebd4219104dd6a1f9b79907dc240eaab1 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6fab597c279bc8bf166c1ed7043098605547ddf398e808a16d3d3d904608fb +size 535270 diff --git a/vlm/dev/bVuP3ltATMz/13.png b/vlm/dev/bVuP3ltATMz/13.png new file mode 100644 index 0000000000000000000000000000000000000000..0c01cb7d003a5dc76ad5905247b5ee52fb183cdb --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9911c09c1ceabe038bd1180166f23d3bd5fd3f7cfad62e7d308242ecd07aad9b +size 558814 diff --git a/vlm/dev/bVuP3ltATMz/14.png b/vlm/dev/bVuP3ltATMz/14.png new file mode 100644 index 0000000000000000000000000000000000000000..ff46d197e01d89cc1484ce783a739ee76a5206be --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea12ff0ba31bf092a738ed2a31f596930e8abd568c77004aac344697c853fef3 +size 120209 diff --git a/vlm/dev/bVuP3ltATMz/15.png b/vlm/dev/bVuP3ltATMz/15.png new file mode 100644 index 0000000000000000000000000000000000000000..e697f95aa8428e708661c4a4a637049d924c4b77 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d96e051e7315b654719c805ab0871957df0c69c1de082a36105ef7095fe133 +size 514812 diff --git a/vlm/dev/bVuP3ltATMz/16.png b/vlm/dev/bVuP3ltATMz/16.png new file mode 100644 index 0000000000000000000000000000000000000000..544665edfa3b25e41071d2167a8a77d696750b57 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aad9585166e6bb88147bd9173374a4c508fed826a7cf3e1dae304d2a21aace +size 435409 diff --git a/vlm/dev/bVuP3ltATMz/17.png b/vlm/dev/bVuP3ltATMz/17.png new file mode 100644 index 0000000000000000000000000000000000000000..7bb560f8b46dda17f86ae3c67b4300c3cd500b71 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f7e7b71074ed11d36fc9a7653ba99c808c7eb162e4430c1808c6f780e20508 +size 384669 diff --git a/vlm/dev/bVuP3ltATMz/18.png b/vlm/dev/bVuP3ltATMz/18.png new file mode 100644 index 0000000000000000000000000000000000000000..afde6d8b4e46b155c538c4ab702e20f2906b7a35 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93a7a6c341c99091ee95ba0c29561f8e61406fa9c51abf607f2c26984a57464 +size 406983 diff --git a/vlm/dev/bVuP3ltATMz/19.png b/vlm/dev/bVuP3ltATMz/19.png new file mode 100644 index 0000000000000000000000000000000000000000..1c1c29440a48d2f6edbd3bee6868b8113b915c0d --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3b1dba70007f4c3c6863e752fe89844fe42e325a23dd530c91728bf399fae1 +size 407053 diff --git a/vlm/dev/bVuP3ltATMz/2.png b/vlm/dev/bVuP3ltATMz/2.png new file mode 100644 index 0000000000000000000000000000000000000000..4b8f805ee439228c0b933c9b915d163ab000f125 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb550b97db4db58854841f2fd8e9829658c0973211230bef8e671523be63f210 +size 702037 diff --git a/vlm/dev/bVuP3ltATMz/20.png b/vlm/dev/bVuP3ltATMz/20.png new file mode 100644 index 0000000000000000000000000000000000000000..fdf8fe2a5a7858d03105b53684afc36da9a7cdfe --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672fac912ff8d1e6fdda60504aabb0eef92687c9d8f61b8b154fe24384fcf2cf +size 181461 diff --git a/vlm/dev/bVuP3ltATMz/21.png b/vlm/dev/bVuP3ltATMz/21.png new file mode 100644 index 0000000000000000000000000000000000000000..1424966c11151327f11c4e30f4143c71812aaf8b --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e9ebe82b6c1a5fc1fee1a8584d186623e1d97cb9fc67a1b92c1f19147a1d20 +size 400089 diff --git a/vlm/dev/bVuP3ltATMz/22.png b/vlm/dev/bVuP3ltATMz/22.png new file mode 100644 index 0000000000000000000000000000000000000000..2225c23530779ccd0d7a718011504d07fb9aaea9 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a132c1108631d21d34df6168c1504cb0735011c9be23c4ba6029461d700fc968 +size 576560 diff --git a/vlm/dev/bVuP3ltATMz/23.png b/vlm/dev/bVuP3ltATMz/23.png new file mode 100644 index 0000000000000000000000000000000000000000..5bce0bcfebc14ba4f3ac681495e71e2da5f9a574 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac3c294f81496f73f12b63ee1eb50ca2f4b1a2a2993a313faa12c5f231c1b93 +size 393215 diff --git a/vlm/dev/bVuP3ltATMz/24.png b/vlm/dev/bVuP3ltATMz/24.png new file mode 100644 index 0000000000000000000000000000000000000000..9c890c76cf5c10fcf11eab4a95f46f2ce5dac196 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b1bb10552880d2e33e82a2fe127090f548fc43d935c2e01a8d17bc68f6734d +size 494149 diff --git a/vlm/dev/bVuP3ltATMz/25.png b/vlm/dev/bVuP3ltATMz/25.png new file mode 100644 index 0000000000000000000000000000000000000000..1b54997ae335d2a48e9055b80949eb8ed4eec062 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9175be20857871e0cc6521f3ccee584e15338946da78e7a2e8d97f273384f43c +size 468998 diff --git a/vlm/dev/bVuP3ltATMz/26.png b/vlm/dev/bVuP3ltATMz/26.png new file mode 100644 index 0000000000000000000000000000000000000000..fb04ee5397331e7e338e6e7d5241f77d8aece7cf --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c03821380b4ee397e8cf3f4885042882ce6e9a2af40c0b956b088e1c151bf8 +size 381643 diff --git a/vlm/dev/bVuP3ltATMz/27.png b/vlm/dev/bVuP3ltATMz/27.png new file mode 100644 index 0000000000000000000000000000000000000000..1b39c236726ef4505f4beb5c4027cfb6337f0b14 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ae517bdac176bbec914a4f00dc2745c657185206fc0fcdbd93598f42f525bc +size 644150 diff --git a/vlm/dev/bVuP3ltATMz/28.png b/vlm/dev/bVuP3ltATMz/28.png new file mode 100644 index 0000000000000000000000000000000000000000..de026a12a98e39e0849a07f619cf88eaf50402d6 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f11593cc40afc49215799e57a73c9c16c246ba1eb45c18bf1676a5b9371e22 +size 427840 diff --git a/vlm/dev/bVuP3ltATMz/29.png b/vlm/dev/bVuP3ltATMz/29.png new file mode 100644 index 0000000000000000000000000000000000000000..32bcc5f9500ad67e8d5e8b66e88e27ce39f6c262 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266e6ab50324c50e52a7bf9d829704d891621ce6780344ad8ea90dcae2243b04 +size 330828 diff --git a/vlm/dev/bVuP3ltATMz/3.png b/vlm/dev/bVuP3ltATMz/3.png new file mode 100644 index 0000000000000000000000000000000000000000..cc18a697c4cb761df39f15663e33f2c329f51cf0 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925a2f33d06790f2d3f525bf8d9c750b799d3583e3cfbbee3060afdc07490e8c +size 620425 diff --git a/vlm/dev/bVuP3ltATMz/4.png b/vlm/dev/bVuP3ltATMz/4.png new file mode 100644 index 0000000000000000000000000000000000000000..1e4ceb94679809b039ba691d84dfb6e45036be47 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c29ac52e28f6c152b82024bc4e3231f0b7062b112518ad5226f066728bca3e +size 580559 diff --git a/vlm/dev/bVuP3ltATMz/5.png b/vlm/dev/bVuP3ltATMz/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6ca7d5c6436985d5266612422cbac70c63b5b22a --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ccec8e02171bc2c2542165e6a894769fde2e1a4babb13bb4d9633d9906bfd8 +size 622897 diff --git a/vlm/dev/bVuP3ltATMz/6.png b/vlm/dev/bVuP3ltATMz/6.png new file mode 100644 index 0000000000000000000000000000000000000000..3346362056a2c4134174b761dcb4e6ecad30a428 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808b2b6abd1b006c424963a4078fc26cf627bc9032ce0383cdd24ac415e2ceb3 +size 554346 diff --git a/vlm/dev/bVuP3ltATMz/7.png b/vlm/dev/bVuP3ltATMz/7.png new file mode 100644 index 0000000000000000000000000000000000000000..aa2260b0ae442ee5606d48679c80df8550d7b377 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec32ba1eea3952bd4f26abcfb4546cd880ab8fe3604835b749b29cf30141146f +size 581082 diff --git a/vlm/dev/bVuP3ltATMz/8.png b/vlm/dev/bVuP3ltATMz/8.png new file mode 100644 index 0000000000000000000000000000000000000000..770d43696832de31e5f28b91378da22244e429b6 --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa1c2f8c74abbd035edd501559a9d71b4db1df9b7d91e33df6b9c2a28599260a +size 595286 diff --git a/vlm/dev/bVuP3ltATMz/9.png b/vlm/dev/bVuP3ltATMz/9.png new file mode 100644 index 0000000000000000000000000000000000000000..5aa7b1610b4cb26cf74c7e7fed2c037678b73ead --- /dev/null +++ b/vlm/dev/bVuP3ltATMz/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47246ce587f11933d5d7e218d2aa2ec1ac8073cf920a24d0f7816f0d5d7b0638 +size 510595 diff --git a/vlm/dev/bzs4uPLXvi/0.png b/vlm/dev/bzs4uPLXvi/0.png new file mode 100644 index 0000000000000000000000000000000000000000..1bbb2ddb4baf11b6ec21adabcbfc39f5aa0aa2d1 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dcd68558ca0cd113babda4914d48e98fa6a5185985e5fea8ac988518bdb528 +size 466681 diff --git a/vlm/dev/bzs4uPLXvi/1.png b/vlm/dev/bzs4uPLXvi/1.png new file mode 100644 index 0000000000000000000000000000000000000000..722b4294b9410bbef7b3a6526ff16d0812c8e35a --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a368635a6af271af5cae64cfc8411e8aaa6e2a9ccd6a3354f36820e533b02e0 +size 609560 diff --git a/vlm/dev/bzs4uPLXvi/10.png b/vlm/dev/bzs4uPLXvi/10.png new file mode 100644 index 0000000000000000000000000000000000000000..4ee9d90070dc1d7a34775b1794c3a296b241aeaf --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e74ab88ae8df69944f17a2252a4337a2d46989f1bdafe57c1a12ad7c4c50fc +size 624837 diff --git a/vlm/dev/bzs4uPLXvi/11.png b/vlm/dev/bzs4uPLXvi/11.png new file mode 100644 index 0000000000000000000000000000000000000000..13d1cabe15285afcdcaea26193e12a389569b69f --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cf73fd404c5952d1d2da3f4833489534b41c5bf1993cabaed1bd99b9aff72e +size 658764 diff --git a/vlm/dev/bzs4uPLXvi/12.png b/vlm/dev/bzs4uPLXvi/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8d53adbc944a8e6fdc8711830eab1177407f6756 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0dcc84a6578ddc15e105c7249e76524956edceffb875106b7b1d39afeabea8f +size 665306 diff --git a/vlm/dev/bzs4uPLXvi/13.png b/vlm/dev/bzs4uPLXvi/13.png new file mode 100644 index 0000000000000000000000000000000000000000..062cf357bab8c2739c42a2e184fd6adb7c738c02 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bc59b231a0cd665201f37a74f2f5e2a5fb3a88bad93d3782ee2723ebb89af0 +size 626680 diff --git a/vlm/dev/bzs4uPLXvi/2.png b/vlm/dev/bzs4uPLXvi/2.png new file mode 100644 index 0000000000000000000000000000000000000000..436611649d859a06cb443887f3efd88ada06feab --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257027b527a717b1bd7152750466dee3622492ec9a1e47c9a722dfb6d9399a91 +size 714414 diff --git a/vlm/dev/bzs4uPLXvi/3.png b/vlm/dev/bzs4uPLXvi/3.png new file mode 100644 index 0000000000000000000000000000000000000000..c3a39b170ba8e857f3907bbb413be9236cb560b9 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa183d5c36da0f87d9cbf4afafcd7d2ed0c1699e42c60a287b84b8c362c4684 +size 636457 diff --git a/vlm/dev/bzs4uPLXvi/4.png b/vlm/dev/bzs4uPLXvi/4.png new file mode 100644 index 0000000000000000000000000000000000000000..b9058f61c7c9677280c3c29992d99114ca64b7f6 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9afe3bb68ea87f01e4d635d0c2e87e7122bb7008d527f821604fb5d87bd99e +size 594342 diff --git a/vlm/dev/bzs4uPLXvi/5.png b/vlm/dev/bzs4uPLXvi/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3e2dd90af60ac9ffb823e2c54be4ab17aad645ff --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10cf6991dbc9cb879bc6874200b3538a4cae62c9a5c53f7fca7ca9c15d7f6968 +size 652884 diff --git a/vlm/dev/bzs4uPLXvi/6.png b/vlm/dev/bzs4uPLXvi/6.png new file mode 100644 index 0000000000000000000000000000000000000000..d8e9b361aa25ad32b6f66ba2cf3f9d3fd5b1b21a --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdefc000badf1a68c6a9b18e7bd84b09916fd732e7998bcc314ee41a78a67e3 +size 581870 diff --git a/vlm/dev/bzs4uPLXvi/7.png b/vlm/dev/bzs4uPLXvi/7.png new file mode 100644 index 0000000000000000000000000000000000000000..c6c942b461b285d1085c510d0c2c99ff7d1000b2 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a0c917149d9a879bc916b1848824eb211f78f613b44666d9ec2b055879a067 +size 651082 diff --git a/vlm/dev/bzs4uPLXvi/8.png b/vlm/dev/bzs4uPLXvi/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2b7025bc9c8fbd2a7ee36aaec5f8ab16ac108e42 --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e4dea17abf88ce4ca625bfb0821b36dafbc600fbbdde0e1b4fecf2af4eb68d +size 617707 diff --git a/vlm/dev/bzs4uPLXvi/9.png b/vlm/dev/bzs4uPLXvi/9.png new file mode 100644 index 0000000000000000000000000000000000000000..be73b7d2aba32d22196f168462d12cfcfa1884be --- /dev/null +++ b/vlm/dev/bzs4uPLXvi/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346beac5e9025df5caaab7cbd707ef382b0bfaa4d211e85278f57938c990539b +size 592998 diff --git a/vlm/dev/dNigytemkL/0.png b/vlm/dev/dNigytemkL/0.png new file mode 100644 index 0000000000000000000000000000000000000000..b3d2850d51934849efe1f0325e7e0fdfc5e543c0 --- /dev/null +++ b/vlm/dev/dNigytemkL/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb9e497cb9546e1046f8a513856d03d8741be7a1db3172123e3a94caa26ea6a +size 541710 diff --git a/vlm/dev/dNigytemkL/1.png b/vlm/dev/dNigytemkL/1.png new file mode 100644 index 0000000000000000000000000000000000000000..f7ab329851afa51d7fe3113d85cfcc54ff07c542 --- /dev/null +++ b/vlm/dev/dNigytemkL/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc212a54264257aa6b4588da600fab9140e14fe21a61b21d88d83ee393924df +size 718368 diff --git a/vlm/dev/dNigytemkL/10.png b/vlm/dev/dNigytemkL/10.png new file mode 100644 index 0000000000000000000000000000000000000000..7f9bc9e48fdb1b4c2674d668222fe0ac38473c09 --- /dev/null +++ b/vlm/dev/dNigytemkL/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb13b0587960b0900dc0a52334e0bc69fd2e5391d1f2a87ab2d26a8a744397f +size 561108 diff --git a/vlm/dev/dNigytemkL/11.png b/vlm/dev/dNigytemkL/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d6c6e85aa0d4c983dcc979ec4e19ec61087bda34 --- /dev/null +++ b/vlm/dev/dNigytemkL/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9144198850a413a530c0694d507a36a15efea81a2fbd25bc0ce5fade2d9d05f1 +size 193167 diff --git a/vlm/dev/dNigytemkL/12.png b/vlm/dev/dNigytemkL/12.png new file mode 100644 index 0000000000000000000000000000000000000000..49ba061b35fac088ee119988eb7e8db6ff2ab4a3 --- /dev/null +++ b/vlm/dev/dNigytemkL/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef4df437c871fd6be160d216922088c91374222fd2e8bdd598d3577ba6bdfa0 +size 425224 diff --git a/vlm/dev/dNigytemkL/13.png b/vlm/dev/dNigytemkL/13.png new file mode 100644 index 0000000000000000000000000000000000000000..f5a4c50fe1e6435154f0ec5e44fed84965cd1972 --- /dev/null +++ b/vlm/dev/dNigytemkL/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a96698371184b38e3401a67d3dec73735369e2a1495a953c8349d3c7d93099 +size 452104 diff --git a/vlm/dev/dNigytemkL/14.png b/vlm/dev/dNigytemkL/14.png new file mode 100644 index 0000000000000000000000000000000000000000..27051e894ce762b4d05301d1f9d486b3f48172cd --- /dev/null +++ b/vlm/dev/dNigytemkL/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7c4c39be6ec5e93423534683245192c9d04dc70ae40054aa615404f488bce1 +size 722047 diff --git a/vlm/dev/dNigytemkL/15.png b/vlm/dev/dNigytemkL/15.png new file mode 100644 index 0000000000000000000000000000000000000000..fb1edfdd3249a1ea584b9e9b4fe0b0f2f2b9c91d --- /dev/null +++ b/vlm/dev/dNigytemkL/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149f382552ecf837c45f1acde4d5715f3b9568dc5349195200d5456f6a5f2f9e +size 377775 diff --git a/vlm/dev/dNigytemkL/16.png b/vlm/dev/dNigytemkL/16.png new file mode 100644 index 0000000000000000000000000000000000000000..dd591c10a62bc14bb32dc11e10c699dfe38630c5 --- /dev/null +++ b/vlm/dev/dNigytemkL/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09394d53dd89a0a63b32130dabf3919afba347cb217139343273db156963d6b +size 333192 diff --git a/vlm/dev/dNigytemkL/17.png b/vlm/dev/dNigytemkL/17.png new file mode 100644 index 0000000000000000000000000000000000000000..90b3560e42039ca0576049da9373bc9e554ad7a6 --- /dev/null +++ b/vlm/dev/dNigytemkL/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7ef756eb2bc16b271c180bf4a4edb04887e949cb93ba96204947a45594bda4 +size 460237 diff --git a/vlm/dev/dNigytemkL/18.png b/vlm/dev/dNigytemkL/18.png new file mode 100644 index 0000000000000000000000000000000000000000..e6b65016da49a0eb14184574f7cf56fc34780691 --- /dev/null +++ b/vlm/dev/dNigytemkL/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70939c56d0a93300b785b239022343df9669dfdfb8789ef132755a65c0d68c17 +size 449725 diff --git a/vlm/dev/dNigytemkL/19.png b/vlm/dev/dNigytemkL/19.png new file mode 100644 index 0000000000000000000000000000000000000000..731de7bed93878e2c6ee7a2d9a4b5310bcbf5522 --- /dev/null +++ b/vlm/dev/dNigytemkL/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a9e8bcfa325e7e0fb82b8b8364376fe9bce99aa3fc566f0e20f25a14388608 +size 329009 diff --git a/vlm/dev/dNigytemkL/2.png b/vlm/dev/dNigytemkL/2.png new file mode 100644 index 0000000000000000000000000000000000000000..afc41361ea88c396d189533d012c408041b48a40 --- /dev/null +++ b/vlm/dev/dNigytemkL/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5550c048f025cfb35dcbf60a6c3da2aac43ffc93a2227c65d56aacadf3b8deb9 +size 518413 diff --git a/vlm/dev/dNigytemkL/20.png b/vlm/dev/dNigytemkL/20.png new file mode 100644 index 0000000000000000000000000000000000000000..fed678bad4f4a5d0f4c3e7f4577cc8c293dcfc89 --- /dev/null +++ b/vlm/dev/dNigytemkL/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5901852eb964a9f0ed672b04141323c7b08d0f7ef8fa89538f3762ad0b04041 +size 254895 diff --git a/vlm/dev/dNigytemkL/21.png b/vlm/dev/dNigytemkL/21.png new file mode 100644 index 0000000000000000000000000000000000000000..e0344457e3870c4ff158df59d820ded95d8062f8 --- /dev/null +++ b/vlm/dev/dNigytemkL/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97221a0178d45dd7e4a76ef98b77d902e8df06b9e7572e4831a666f0ac10b522 +size 571379 diff --git a/vlm/dev/dNigytemkL/22.png b/vlm/dev/dNigytemkL/22.png new file mode 100644 index 0000000000000000000000000000000000000000..080e175e42a5d385b89f6851c4aadef28cf01ed2 --- /dev/null +++ b/vlm/dev/dNigytemkL/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b528ab1177b57482dc172b614743da58ded58b69f9c3aa951f24b31ff1b8a0 +size 510465 diff --git a/vlm/dev/dNigytemkL/23.png b/vlm/dev/dNigytemkL/23.png new file mode 100644 index 0000000000000000000000000000000000000000..9da1da3e8176bb6dd8028030d15f81e6d3e5ef47 --- /dev/null +++ b/vlm/dev/dNigytemkL/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4412ef6abb0326f45de3aacb398cabae306f8c06a55e4abdcb73b6b4a36a29d +size 528672 diff --git a/vlm/dev/dNigytemkL/3.png b/vlm/dev/dNigytemkL/3.png new file mode 100644 index 0000000000000000000000000000000000000000..237cd863c2c09c5ba7568c3f0c392d24ef3a9e66 --- /dev/null +++ b/vlm/dev/dNigytemkL/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ed7e88f3b984fcc50b851d7b44de5befb5b7efe12b3a224d613ae6cb60159c +size 698251 diff --git a/vlm/dev/dNigytemkL/4.png b/vlm/dev/dNigytemkL/4.png new file mode 100644 index 0000000000000000000000000000000000000000..2c0177a827b02c90c30abc2ff15e877ddc9ca1ed --- /dev/null +++ b/vlm/dev/dNigytemkL/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e64a0301746719dbadcfd36293da92e77176aca36afb44df0a1dc9ff18ff31 +size 563999 diff --git a/vlm/dev/dNigytemkL/5.png b/vlm/dev/dNigytemkL/5.png new file mode 100644 index 0000000000000000000000000000000000000000..38400fc19c668715688ab19b0646c9666815bd16 --- /dev/null +++ b/vlm/dev/dNigytemkL/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530c7efd20a5733a01350581b3d856f75132af7b63c6dc2fd1ef3a4cdb75bcc +size 538940 diff --git a/vlm/dev/dNigytemkL/6.png b/vlm/dev/dNigytemkL/6.png new file mode 100644 index 0000000000000000000000000000000000000000..e78c00445e70b5af6bcab0b792631a85b57cb607 --- /dev/null +++ b/vlm/dev/dNigytemkL/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010fae47fe1340bdb6f0039281b5cd0b4e6345a2cdaa4223b4caf110e8d0c196 +size 601918 diff --git a/vlm/dev/dNigytemkL/7.png b/vlm/dev/dNigytemkL/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d38f160f31ca580a6d5c5e1b11b2884467aff365 --- /dev/null +++ b/vlm/dev/dNigytemkL/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76972e4d7887e0c1ade6542a782b382d0e2b295a4dd06d5b8c074cd0efff5c1 +size 619818 diff --git a/vlm/dev/dNigytemkL/8.png b/vlm/dev/dNigytemkL/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f5ea9f97979ba6317d75c711eb9ac4505532c121 --- /dev/null +++ b/vlm/dev/dNigytemkL/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1054a6ece1e7c7ac9e0cc7206b35e06911708809fb224c818abc654bd62fcd50 +size 620397 diff --git a/vlm/dev/dNigytemkL/9.png b/vlm/dev/dNigytemkL/9.png new file mode 100644 index 0000000000000000000000000000000000000000..2144e1653c0ba396c9bcf0bcff79aead7b3d664e --- /dev/null +++ b/vlm/dev/dNigytemkL/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd2c0b94182c1e6db6089fa045a166c68c92d5a521513f6b77645df2de3cf2b +size 497523 diff --git a/vlm/dev/ePgJfxYxl7m/0.png b/vlm/dev/ePgJfxYxl7m/0.png new file mode 100644 index 0000000000000000000000000000000000000000..e3ca9314f1edacccaac2d3bc16e162063cf57f80 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bca330116a14e6f0e2e9ee05569b0ce5578cf1b96da2425ed8caaf4e6bfbc36b +size 427333 diff --git a/vlm/dev/ePgJfxYxl7m/1.png b/vlm/dev/ePgJfxYxl7m/1.png new file mode 100644 index 0000000000000000000000000000000000000000..2cc32c17a4af04fed2c9c25f5dd663ef3505464e --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e60c9f771480c8cf0b972d4cae9e91274810c08ab9b0c9581885140931c7e4 +size 524967 diff --git a/vlm/dev/ePgJfxYxl7m/11.png b/vlm/dev/ePgJfxYxl7m/11.png new file mode 100644 index 0000000000000000000000000000000000000000..693953a461441d6b1a1cab01d51a7cd4c6adbe1d --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a12d29ed2dc0f6b4820f2eb4cbbf27d212de285a70e8e7496c8639a34edde7 +size 593153 diff --git a/vlm/dev/ePgJfxYxl7m/12.png b/vlm/dev/ePgJfxYxl7m/12.png new file mode 100644 index 0000000000000000000000000000000000000000..668bfe1b688d7861a09b3cafde8ed60a4d32fb14 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:887a21046e98352089b30e2c267c038d8ef1aefa3e222ee29f8621e004574482 +size 487917 diff --git a/vlm/dev/ePgJfxYxl7m/13.png b/vlm/dev/ePgJfxYxl7m/13.png new file mode 100644 index 0000000000000000000000000000000000000000..65ab382f0f3f537da4c91fc0416a778cdc1a02bf --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005005182342f58e50b3c2542cbfa412abf3c31642f4139a9b7421cb0d5f8126 +size 398833 diff --git a/vlm/dev/ePgJfxYxl7m/14.png b/vlm/dev/ePgJfxYxl7m/14.png new file mode 100644 index 0000000000000000000000000000000000000000..0e39bbaec79ec2c1b807beb46318d08a8f2773ff --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0ae5f69e9b787de0e32857a094d94cf5f93da99a83fc0f743e940be8d91db7 +size 475001 diff --git a/vlm/dev/ePgJfxYxl7m/15.png b/vlm/dev/ePgJfxYxl7m/15.png new file mode 100644 index 0000000000000000000000000000000000000000..00d9a17a9cbdf778d16ce1c0bee73752f7cd998c --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6c789d73112a5fc94136327ce280942de248979989e14ff9ffadb4927c9af3 +size 537067 diff --git a/vlm/dev/ePgJfxYxl7m/16.png b/vlm/dev/ePgJfxYxl7m/16.png new file mode 100644 index 0000000000000000000000000000000000000000..fe04b35560456183410c03a6d5c13b646cf5d1e9 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a70b4d29103d39c8b35df3ce42f4a4fa7e558c026d82242312465577546e860 +size 535834 diff --git a/vlm/dev/ePgJfxYxl7m/17.png b/vlm/dev/ePgJfxYxl7m/17.png new file mode 100644 index 0000000000000000000000000000000000000000..35e3df3cec062c49e7467e3024aac9580b94e9d8 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab5b52ae8179590acf2ef8b15eda63ce0b1c3c34e605132644a919504269c6a +size 386702 diff --git a/vlm/dev/ePgJfxYxl7m/18.png b/vlm/dev/ePgJfxYxl7m/18.png new file mode 100644 index 0000000000000000000000000000000000000000..c9b951e53598217335f5563bbeb426b1153f64dc --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc496f5e9e545b60dcba6b390835763e08e91cf7e39a6add4e89fbbe834f40ed +size 403921 diff --git a/vlm/dev/ePgJfxYxl7m/19.png b/vlm/dev/ePgJfxYxl7m/19.png new file mode 100644 index 0000000000000000000000000000000000000000..077e1ea7d565a74cc9fcf8152016a0a28e9b2934 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca99a8614d8f0d51ed68e58aec724b696d754ddd4ad48937a5db094449448412 +size 468117 diff --git a/vlm/dev/ePgJfxYxl7m/2.png b/vlm/dev/ePgJfxYxl7m/2.png new file mode 100644 index 0000000000000000000000000000000000000000..bb667d6b6e3c7442a20a04c2195dc00ff1ca35cf --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8204cf2e085a76188ba2f57de44216969d72f51a83f790c6977e0008f23e916 +size 640707 diff --git a/vlm/dev/ePgJfxYxl7m/20.png b/vlm/dev/ePgJfxYxl7m/20.png new file mode 100644 index 0000000000000000000000000000000000000000..53e9f0127894e91100d07018757105d72f982643 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc09d39c35ce93b49168c994c56b8f2cafa16fdbc6e1806c61bc0eefc2796641 +size 430443 diff --git a/vlm/dev/ePgJfxYxl7m/22.png b/vlm/dev/ePgJfxYxl7m/22.png new file mode 100644 index 0000000000000000000000000000000000000000..9a4afa69d354674c74a1d64ce31cffdbdd349326 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb247d63859ef86e97c887439c0cac233944d1efb837ccec81fd819e1804330 +size 488331 diff --git a/vlm/dev/ePgJfxYxl7m/25.png b/vlm/dev/ePgJfxYxl7m/25.png new file mode 100644 index 0000000000000000000000000000000000000000..a2061061ed4d1ebfafae1072e34e580c51af2bc5 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f880e1d124a90e069834e6e7c59570a12255e65e0ef034443c129b93812074 +size 397608 diff --git a/vlm/dev/ePgJfxYxl7m/26.png b/vlm/dev/ePgJfxYxl7m/26.png new file mode 100644 index 0000000000000000000000000000000000000000..ba4fa0accc9466fa898ebf0759e821aa722f75f0 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe55f73c47b6cd9295e12758568b8cee84b6857a242fae779110a065656b5ddf +size 364390 diff --git a/vlm/dev/ePgJfxYxl7m/27.png b/vlm/dev/ePgJfxYxl7m/27.png new file mode 100644 index 0000000000000000000000000000000000000000..29bef4536808360cd991a7649577fa90c5186db1 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/27.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f590c08395970e622eb67ed77fb4b08a0dd7701d9b6d63e7acf03a69029d15c8 +size 426176 diff --git a/vlm/dev/ePgJfxYxl7m/28.png b/vlm/dev/ePgJfxYxl7m/28.png new file mode 100644 index 0000000000000000000000000000000000000000..1054210f9a4a31a5b778fcbcb0918433e7998d91 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/28.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e1a7896f168e86f3d273f1aaea60653fbbbc18890ada30199a7b4e295f8bec +size 402414 diff --git a/vlm/dev/ePgJfxYxl7m/29.png b/vlm/dev/ePgJfxYxl7m/29.png new file mode 100644 index 0000000000000000000000000000000000000000..c75c8309263a7f488f0a71011c91198dc11f484b --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/29.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1797494ed523e14a90ae0ff279d5326f051b1cd8a3a73b6b6c6c435e7e28eae7 +size 368985 diff --git a/vlm/dev/ePgJfxYxl7m/30.png b/vlm/dev/ePgJfxYxl7m/30.png new file mode 100644 index 0000000000000000000000000000000000000000..be7974c0d5bc78ec4e356987abbcc4305b714406 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/30.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a3d65c37a7dd9c761481d4a4d7c927e4d74ac1db57ad067e42a0be16527a963 +size 359044 diff --git a/vlm/dev/ePgJfxYxl7m/31.png b/vlm/dev/ePgJfxYxl7m/31.png new file mode 100644 index 0000000000000000000000000000000000000000..b627e9caea620f9b661c4e598db5c62e9b80f93e --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/31.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d2d53a0790193167078e8df785ac4a747ca0b581c1aed2db5a48d7bdafc4ab +size 394685 diff --git a/vlm/dev/ePgJfxYxl7m/32.png b/vlm/dev/ePgJfxYxl7m/32.png new file mode 100644 index 0000000000000000000000000000000000000000..e775c9d69b64918984cdc4be506d577f4271d7ef --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/32.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ee92ece1e471c970243c6bd4686a2f119a17c3f031b439258e2912fea6b71b +size 361384 diff --git a/vlm/dev/ePgJfxYxl7m/34.png b/vlm/dev/ePgJfxYxl7m/34.png new file mode 100644 index 0000000000000000000000000000000000000000..da2e347ba00930f864a0e9190abc40e0d7f685e1 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/34.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0320813ea2fc0708d656923fb8e3b3fbc9711a08eced458318b35050100728e0 +size 516850 diff --git a/vlm/dev/ePgJfxYxl7m/35.png b/vlm/dev/ePgJfxYxl7m/35.png new file mode 100644 index 0000000000000000000000000000000000000000..a6f327a6e6b0404029e55d0d7e34521fcb40516b --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/35.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dca484cd8b5d2c6a60c0c8e0ea4fd18adf1dcaf518401d967b481748a75392 +size 378704 diff --git a/vlm/dev/ePgJfxYxl7m/4.png b/vlm/dev/ePgJfxYxl7m/4.png new file mode 100644 index 0000000000000000000000000000000000000000..00c7ca5acd54771821c7f6219ed7f27b96c71e68 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6043a69832ead2ded646ddb68c250478b1fbc0e5a94631e545f956dc96b13c +size 574603 diff --git a/vlm/dev/ePgJfxYxl7m/5.png b/vlm/dev/ePgJfxYxl7m/5.png new file mode 100644 index 0000000000000000000000000000000000000000..03a2878e222379c0de280555212b5de9ed3d9b55 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d225e798739c10054595073530afe598d98715f852458a95268179b3e76791 +size 556840 diff --git a/vlm/dev/ePgJfxYxl7m/7.png b/vlm/dev/ePgJfxYxl7m/7.png new file mode 100644 index 0000000000000000000000000000000000000000..08c0755a7e140a3b5bb45df492d56a2dab916696 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7693967c70252cf5cf15fd53add379cdff5812d85c30b925d019b57da9f00b7 +size 549310 diff --git a/vlm/dev/ePgJfxYxl7m/8.png b/vlm/dev/ePgJfxYxl7m/8.png new file mode 100644 index 0000000000000000000000000000000000000000..58d4b781d258a526efd20ddda416a003251b1404 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec476fbc2aeb6741ce672d15a1f7f75b070d194cf8841b866d86bf82634c434 +size 616142 diff --git a/vlm/dev/ePgJfxYxl7m/9.png b/vlm/dev/ePgJfxYxl7m/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7460c5a1132609d259e91fe700ff41eba02f5166 --- /dev/null +++ b/vlm/dev/ePgJfxYxl7m/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d222ab6a786d039a24acd29485a008e73c363c4bd0516ec37e65db69e49bf559 +size 571370 diff --git a/vlm/dev/fB0hRu9GZUS/0.png b/vlm/dev/fB0hRu9GZUS/0.png new file mode 100644 index 0000000000000000000000000000000000000000..32ac7686b353c29478bdd34bf01235e59b3c1478 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a20486b6ec7409a2bcdea456b1cd237ae914a3aecca2296a8c7aa3aa23b8e83 +size 519764 diff --git a/vlm/dev/fB0hRu9GZUS/1.png b/vlm/dev/fB0hRu9GZUS/1.png new file mode 100644 index 0000000000000000000000000000000000000000..e7ef232993efa2f64f8e569d57dedc1c46cbdddc --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137753f003f5c2085e161048430d75af42498a6307826515aac70623fe474f13 +size 652949 diff --git a/vlm/dev/fB0hRu9GZUS/10.png b/vlm/dev/fB0hRu9GZUS/10.png new file mode 100644 index 0000000000000000000000000000000000000000..b268b94cde3a863a295683139575c27ca5dc6571 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b75a4d887b0df54a2d0fe68ece2423b237e9ad8511a35590f80ed15a4070e7e +size 594715 diff --git a/vlm/dev/fB0hRu9GZUS/11.png b/vlm/dev/fB0hRu9GZUS/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0c1ffff59b9b752ec14a84bee60c92f41323a793 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a55b809d2c5ecc9d937e1ab36c0063405eca9ecc577c642a9b0218e501a2ff +size 619569 diff --git a/vlm/dev/fB0hRu9GZUS/12.png b/vlm/dev/fB0hRu9GZUS/12.png new file mode 100644 index 0000000000000000000000000000000000000000..8d56cde0f1797d77ef5b1662295f8520677c2518 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a644187faacef2d79fe344dcd415d131bfa069e99050f5ea21b474cbda38b8b3 +size 488005 diff --git a/vlm/dev/fB0hRu9GZUS/13.png b/vlm/dev/fB0hRu9GZUS/13.png new file mode 100644 index 0000000000000000000000000000000000000000..9d4babd46121d60785e1e6dd17c25fa330c3e856 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c04ab129bd8e3b093e3cfbeaa8303c5e80d1cc5a85138f3a96556badec7866d +size 552830 diff --git a/vlm/dev/fB0hRu9GZUS/14.png b/vlm/dev/fB0hRu9GZUS/14.png new file mode 100644 index 0000000000000000000000000000000000000000..fba727334b41bbf1b79a642beec62827cf7f2d13 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad97d092f8d3fdc905869f7c361847e0538d3e1bab2e239ea1880058b720465 +size 500605 diff --git a/vlm/dev/fB0hRu9GZUS/15.png b/vlm/dev/fB0hRu9GZUS/15.png new file mode 100644 index 0000000000000000000000000000000000000000..2933daca5f0adc02c4d43706129af6b5e17d2341 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7527ec43cac03ac389117ceaed50b0fb437c19eff1c56abd92abf5429bb2ca29 +size 362585 diff --git a/vlm/dev/fB0hRu9GZUS/16.png b/vlm/dev/fB0hRu9GZUS/16.png new file mode 100644 index 0000000000000000000000000000000000000000..c2c94f14355dfeddcdf24e8fb1bdb18e1b6beba9 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6088b350e795e49db4ac1025cf7c148cd1e7a164ebeed0b589bfb11308b0416d +size 457424 diff --git a/vlm/dev/fB0hRu9GZUS/17.png b/vlm/dev/fB0hRu9GZUS/17.png new file mode 100644 index 0000000000000000000000000000000000000000..5c8d53f1658fd674d80c141f4557b842feea7563 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e9e292df0b9e920ceee40a2a8804f8bd4687930800bd2035466e3cd0e730ec +size 552148 diff --git a/vlm/dev/fB0hRu9GZUS/18.png b/vlm/dev/fB0hRu9GZUS/18.png new file mode 100644 index 0000000000000000000000000000000000000000..1fbd7c196910092a48483cce2fb77ae7798095cd --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468c2b96cc0c7885cc3982a7683c585a0215702a3caf4b524f333d5e5f8f4f58 +size 425792 diff --git a/vlm/dev/fB0hRu9GZUS/19.png b/vlm/dev/fB0hRu9GZUS/19.png new file mode 100644 index 0000000000000000000000000000000000000000..e973e281a842eeb58c4292b0d309de6a8d187833 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c08950ee8383d93db929644f8c4e393ac74fc5270517b143ab9e3db547a146c +size 502367 diff --git a/vlm/dev/fB0hRu9GZUS/2.png b/vlm/dev/fB0hRu9GZUS/2.png new file mode 100644 index 0000000000000000000000000000000000000000..e282155fb9a2195aa0fa94dab8100dd02dc2e719 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7dd3802af1952072d281b7e6062b7f92ec867b4bb1ee523a8ad1c2d0865d59 +size 642887 diff --git a/vlm/dev/fB0hRu9GZUS/20.png b/vlm/dev/fB0hRu9GZUS/20.png new file mode 100644 index 0000000000000000000000000000000000000000..a5930674471dd4c87bb5740bc0f0366e145f273a --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b78f6e96adbcedbb3f9f97e1837db6bc7f3b92fd3b58ae65c63b3413dfdfb9 +size 673688 diff --git a/vlm/dev/fB0hRu9GZUS/21.png b/vlm/dev/fB0hRu9GZUS/21.png new file mode 100644 index 0000000000000000000000000000000000000000..fbf9dba3b168776430ea073d7f3c3034b828770c --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5eb9225cb219fd95cff1cc52e3158ba7e9034849464b7ffca97e558383744b +size 493896 diff --git a/vlm/dev/fB0hRu9GZUS/22.png b/vlm/dev/fB0hRu9GZUS/22.png new file mode 100644 index 0000000000000000000000000000000000000000..16ec9cd346686f89e6d8e90dd171be3def1a2784 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/22.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288fb87bc260f370971009b727552ac9a1f061f0bbad8d3dc4234a51bbd58c3b +size 439582 diff --git a/vlm/dev/fB0hRu9GZUS/23.png b/vlm/dev/fB0hRu9GZUS/23.png new file mode 100644 index 0000000000000000000000000000000000000000..71a4acefae933a05d75db42809f2872f2988baed --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/23.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38f926f19ad4c2d548b1d19b29a4290c26141ef252efedc4bf509af328ddec0 +size 347060 diff --git a/vlm/dev/fB0hRu9GZUS/24.png b/vlm/dev/fB0hRu9GZUS/24.png new file mode 100644 index 0000000000000000000000000000000000000000..ae8613046b9da1f1dcf19c96d0f54cce6a283e27 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/24.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2144d1c58b406d3602175d6601a3d7372a8f66420116d5bbe6a1b36c3106bd4 +size 395858 diff --git a/vlm/dev/fB0hRu9GZUS/25.png b/vlm/dev/fB0hRu9GZUS/25.png new file mode 100644 index 0000000000000000000000000000000000000000..f16d16bc29d55ad373c6d790a82671f8e9522f3f --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/25.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9304b12b8d0370b7e8740fa04681ccd10a9a95a44e8ec9dcfddabe1acfc00b +size 458521 diff --git a/vlm/dev/fB0hRu9GZUS/26.png b/vlm/dev/fB0hRu9GZUS/26.png new file mode 100644 index 0000000000000000000000000000000000000000..16037421dbf1b03c19d531cd15c7114e03b3601e --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/26.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755500a80e4c7cddf7f0d3338f59af530c9bf9f6e848d6124f35c845f86ba8c8 +size 363679 diff --git a/vlm/dev/fB0hRu9GZUS/3.png b/vlm/dev/fB0hRu9GZUS/3.png new file mode 100644 index 0000000000000000000000000000000000000000..f4346ebee60f875e005961fc4173c18c7d6d5338 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf67ebf252c7de6a79da3c11ecc15135833265768dbac135df668d43e5250d85 +size 609589 diff --git a/vlm/dev/fB0hRu9GZUS/4.png b/vlm/dev/fB0hRu9GZUS/4.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd10a4bcd5458599d614ca79ad1df37a8316f38 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3367eab9b6d9e2272bbcc336213a4f80fa6565f15da96b1bf23b54433b2eaa63 +size 613238 diff --git a/vlm/dev/fB0hRu9GZUS/5.png b/vlm/dev/fB0hRu9GZUS/5.png new file mode 100644 index 0000000000000000000000000000000000000000..540f36c987f8b66f1890d1948e35f3a8916f13d8 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eefacef2bfe7dfc6adaea0dc056b9d9d4196b6fcd32cb8fba5412b0113e92a +size 634052 diff --git a/vlm/dev/fB0hRu9GZUS/6.png b/vlm/dev/fB0hRu9GZUS/6.png new file mode 100644 index 0000000000000000000000000000000000000000..90d4eea2f48c1dcc7194e04c7d2ad9b69a57258d --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1e9d7e2362c74ced1879632ad15efeec3ce1577295bb731b3261e050568c55 +size 600625 diff --git a/vlm/dev/fB0hRu9GZUS/7.png b/vlm/dev/fB0hRu9GZUS/7.png new file mode 100644 index 0000000000000000000000000000000000000000..d4c6c8d758999cf29dd1c19fd8eb6186fbc9e636 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731250867dcb1826f9a87c458745691a7fffe8b4955a4a2fb462507e6d23db53 +size 610592 diff --git a/vlm/dev/fB0hRu9GZUS/8.png b/vlm/dev/fB0hRu9GZUS/8.png new file mode 100644 index 0000000000000000000000000000000000000000..8975fefc39f850a48aaf550ddd68fd7d98babc05 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a382a62f6f467f48b3bad7efc2b5d017494cc15d5ad8152f5f185d27e2d8a7fe +size 599748 diff --git a/vlm/dev/fB0hRu9GZUS/9.png b/vlm/dev/fB0hRu9GZUS/9.png new file mode 100644 index 0000000000000000000000000000000000000000..477791e976189a86ee65ece710b4a01cd323d8c1 --- /dev/null +++ b/vlm/dev/fB0hRu9GZUS/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6676dfda411b55aaa94ec706c9716a7e7696ce599276ef287a9eb0c23c25e60d +size 569273 diff --git a/vlm/dev/g7U9jD_2CUr/0.png b/vlm/dev/g7U9jD_2CUr/0.png new file mode 100644 index 0000000000000000000000000000000000000000..037de41bd3d65590b06109c7d2a527cc05494c8d --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4014379fe10376c5ab0cbc81edfc7bb27691b40dbfe36764087a2376e9dada +size 954857 diff --git a/vlm/dev/g7U9jD_2CUr/1.png b/vlm/dev/g7U9jD_2CUr/1.png new file mode 100644 index 0000000000000000000000000000000000000000..bd4e0a3038e802d6e9550afb91c6b183fdc95170 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdc789b03d0a3829c34abadbf1848bf5883a638f82cbc1b11a82c9dd6ee3bdd +size 641419 diff --git a/vlm/dev/g7U9jD_2CUr/10.png b/vlm/dev/g7U9jD_2CUr/10.png new file mode 100644 index 0000000000000000000000000000000000000000..fe0a1a3fffd4a0214dd8913a04ca044b8f197358 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeeac2377da5c24df781fa761c0d29fadd0b237ec9f26e6c709e1f1ad33885de +size 563797 diff --git a/vlm/dev/g7U9jD_2CUr/11.png b/vlm/dev/g7U9jD_2CUr/11.png new file mode 100644 index 0000000000000000000000000000000000000000..0055852b610308d50a5db716db6447bae99c706e --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7ce57f38052093948e4d8f95b0934b95d59111909dbdcd3401226105855d1c +size 583768 diff --git a/vlm/dev/g7U9jD_2CUr/12.png b/vlm/dev/g7U9jD_2CUr/12.png new file mode 100644 index 0000000000000000000000000000000000000000..3f1f4c3438248e0fa6b31506f5e7a5044b4cd040 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae622efd4698bb51e230e68744f528698add9e64fd53dda2be8c0f5ac6ee3a7 +size 549282 diff --git a/vlm/dev/g7U9jD_2CUr/13.png b/vlm/dev/g7U9jD_2CUr/13.png new file mode 100644 index 0000000000000000000000000000000000000000..99f4b852099732e832845b74239700c5d87aeba0 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d89f615c3f336053870074b6de831afe4d867a10d0ee3f1cd5131bec6736f81 +size 571715 diff --git a/vlm/dev/g7U9jD_2CUr/14.png b/vlm/dev/g7U9jD_2CUr/14.png new file mode 100644 index 0000000000000000000000000000000000000000..41f9cbb495a2b3048c43cb1dda24d7d65846e556 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158ce45b4ab332080cea21598ff1f3477f265e9eaa0fd9a598fb82a6934b4ae2 +size 95529 diff --git a/vlm/dev/g7U9jD_2CUr/2.png b/vlm/dev/g7U9jD_2CUr/2.png new file mode 100644 index 0000000000000000000000000000000000000000..82c3b933ad0deca8d3f01a7245e26c38abf8be89 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb436fb6eec1abb01e67d245c3b0a80bcf6bbf187f1c3d1d0dfec1e640d52401 +size 576365 diff --git a/vlm/dev/g7U9jD_2CUr/3.png b/vlm/dev/g7U9jD_2CUr/3.png new file mode 100644 index 0000000000000000000000000000000000000000..832ba621f5af52e9d8ee540f33a5b3ccb8133365 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86c5f2a486c0568c064063e91167ab215ca04c5ac7dc1a61554e1ead1531276 +size 657331 diff --git a/vlm/dev/g7U9jD_2CUr/4.png b/vlm/dev/g7U9jD_2CUr/4.png new file mode 100644 index 0000000000000000000000000000000000000000..3fb9a5281a5081c852aa2501f60d790b4f3206f2 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519daca7e4fb6212e0c42781a64906127afb6bc0c0af5df55d770b6ed2b18bb0 +size 648886 diff --git a/vlm/dev/g7U9jD_2CUr/5.png b/vlm/dev/g7U9jD_2CUr/5.png new file mode 100644 index 0000000000000000000000000000000000000000..4b32fee1cfca7c29b6321150f5d149530e5c4438 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758c8972c30acdce16b75461cfe8b530b5d353029aa571bd749c5d38a1579284 +size 835847 diff --git a/vlm/dev/g7U9jD_2CUr/6.png b/vlm/dev/g7U9jD_2CUr/6.png new file mode 100644 index 0000000000000000000000000000000000000000..f65cbc6ee6dc9ab8efa7a175ece36c6aa9469122 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b02ba0b3096c04d0a717bde0a9354b9b414ef9c81d38fc07c1b11efb0b1b0b6 +size 1120439 diff --git a/vlm/dev/g7U9jD_2CUr/7.png b/vlm/dev/g7U9jD_2CUr/7.png new file mode 100644 index 0000000000000000000000000000000000000000..41adadbc6dad5b4c20b05f73d5fb1a8bf5bdf296 --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b30c0dc2b21d3f871c9b30847fae3a48a9ee235b3185fc731214dcdd790d6ec +size 565583 diff --git a/vlm/dev/g7U9jD_2CUr/8.png b/vlm/dev/g7U9jD_2CUr/8.png new file mode 100644 index 0000000000000000000000000000000000000000..636d191dab8db21931ec6b038d0096d146106dfa --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cd336124f1dfb896e9a8b30066b57712a252da04bf3c5973fccb62b91fe9ac +size 771071 diff --git a/vlm/dev/g7U9jD_2CUr/9.png b/vlm/dev/g7U9jD_2CUr/9.png new file mode 100644 index 0000000000000000000000000000000000000000..eb34879e988d73d0b1960f59c99a7493fe55615e --- /dev/null +++ b/vlm/dev/g7U9jD_2CUr/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9febcdf2dd58fc090f63f143a47fb704e25c18abb33916e83e377f9dc55ab7 +size 522308 diff --git a/vlm/dev/gSdSJoenupI/0.png b/vlm/dev/gSdSJoenupI/0.png new file mode 100644 index 0000000000000000000000000000000000000000..4e0ba514bdd7ce8b8e3a32a0c5ceef00cd8abb7f --- /dev/null +++ b/vlm/dev/gSdSJoenupI/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c292ba162bd104958781c1ea59e4648d23298e2b6b3757ad272875a653d5fe90 +size 550640 diff --git a/vlm/dev/gSdSJoenupI/1.png b/vlm/dev/gSdSJoenupI/1.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb6d573d0ced166676437a697ffc91ad6afb688 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a3cefa208c60362eaf9658b99b278edd2b777fc637fa139204b6b15f99ab48 +size 651693 diff --git a/vlm/dev/gSdSJoenupI/10.png b/vlm/dev/gSdSJoenupI/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a0172ad88a08148cadc35fa5df796eafc214278e --- /dev/null +++ b/vlm/dev/gSdSJoenupI/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdab0a13d932eba4bc536132abec0fa57f182c840aed06d21f2e32fbc32e6361 +size 412330 diff --git a/vlm/dev/gSdSJoenupI/11.png b/vlm/dev/gSdSJoenupI/11.png new file mode 100644 index 0000000000000000000000000000000000000000..d7a69b5445656add0737018f3a4ab4c5f752b1df --- /dev/null +++ b/vlm/dev/gSdSJoenupI/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9cfdbf825a69fe082ce497d4854ec2519b212fa1c35be0843e04a9d16358ee +size 379944 diff --git a/vlm/dev/gSdSJoenupI/12.png b/vlm/dev/gSdSJoenupI/12.png new file mode 100644 index 0000000000000000000000000000000000000000..c7acd03669a69b2ebeca9486d593746ebe6315aa --- /dev/null +++ b/vlm/dev/gSdSJoenupI/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d3ef3c730a7c24d571f9b11c7b8b8900c293e93b30de2bb155e8b6908a13c4 +size 517509 diff --git a/vlm/dev/gSdSJoenupI/13.png b/vlm/dev/gSdSJoenupI/13.png new file mode 100644 index 0000000000000000000000000000000000000000..844a63367d704bb061fee41b4260d72b0cb03435 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b47ab9af2da5b49c06ca92f71ef0c9ee737f38b68c1e5aacd039525365e5e7b9 +size 518745 diff --git a/vlm/dev/gSdSJoenupI/14.png b/vlm/dev/gSdSJoenupI/14.png new file mode 100644 index 0000000000000000000000000000000000000000..f9646c3cf5daddeb8b2c5db4144d5c2dde69d2b6 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0fe50090847eb3b5d83a968e16d811169069c19acc3012b54eae80fe8b7faea +size 571510 diff --git a/vlm/dev/gSdSJoenupI/15.png b/vlm/dev/gSdSJoenupI/15.png new file mode 100644 index 0000000000000000000000000000000000000000..bd644ea1557475dcf792934f67d8cc4d51425664 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c90ff709d2314c5b9d18ca6ba383b0c40755ce7723132e334557d375954d3a8 +size 275390 diff --git a/vlm/dev/gSdSJoenupI/2.png b/vlm/dev/gSdSJoenupI/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2695fdaf57a42db6d2603ce18e573a2f26fa6dd9 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d735eb5aa9b07a833cd7dbcbb7b0c79e6bbb70466264e52af3c7724c16cc2240 +size 519029 diff --git a/vlm/dev/gSdSJoenupI/3.png b/vlm/dev/gSdSJoenupI/3.png new file mode 100644 index 0000000000000000000000000000000000000000..9fb5325e0334401094cf51b2adf7a454d3857da2 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa77112195c4b9022140f650b002492df2b54e645b5973b21010b4898bb54f8 +size 611944 diff --git a/vlm/dev/gSdSJoenupI/4.png b/vlm/dev/gSdSJoenupI/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c201132bee1145ccb1a24ec7ada7428c76d72ec3 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5dbd0f30eedeeeb2c52e071f99ac0bf51fb4731261523006a9539393e983531 +size 540026 diff --git a/vlm/dev/gSdSJoenupI/5.png b/vlm/dev/gSdSJoenupI/5.png new file mode 100644 index 0000000000000000000000000000000000000000..e854a6b6722f8437116233cf36aa4f64ac8d319c --- /dev/null +++ b/vlm/dev/gSdSJoenupI/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da19209f92586c47e2fb3b37873b158bea6d319407540b6fc04982426b60ada5 +size 570121 diff --git a/vlm/dev/gSdSJoenupI/6.png b/vlm/dev/gSdSJoenupI/6.png new file mode 100644 index 0000000000000000000000000000000000000000..fb2dac646f3eafe0aed861a38fbdcd82cd97bad1 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2a63ae3f889ed9654f0a1d08e6a55a6c7947534ae1f16960c1e808c25a8689 +size 636958 diff --git a/vlm/dev/gSdSJoenupI/7.png b/vlm/dev/gSdSJoenupI/7.png new file mode 100644 index 0000000000000000000000000000000000000000..ca775ba8a78e03167af3b64430745f99831f8e53 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20258df67faa13592c173d4d75afeabf61a5e1401b6096b3c80aef2e821984d +size 622313 diff --git a/vlm/dev/gSdSJoenupI/8.png b/vlm/dev/gSdSJoenupI/8.png new file mode 100644 index 0000000000000000000000000000000000000000..f08b9837a115f0befc0a89b01db5b47741fe1300 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ea1ea6ebd9a5358e3bdc4501b4fe6836798bae349625f78c0357bfc80cbf32 +size 607645 diff --git a/vlm/dev/gSdSJoenupI/9.png b/vlm/dev/gSdSJoenupI/9.png new file mode 100644 index 0000000000000000000000000000000000000000..3e646e6671013e28d9764a11fb2320893ee6fc92 --- /dev/null +++ b/vlm/dev/gSdSJoenupI/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0de3be1d6f2c2b214314ff9816808bdf8c4e515575d0b0f64b081627ac519915 +size 345917 diff --git a/vlm/dev/gq4xkwQZ1l/6.png b/vlm/dev/gq4xkwQZ1l/6.png new file mode 100644 index 0000000000000000000000000000000000000000..9a0335ddaf0f19e2f319e6ce9c7316721a7b51b1 --- /dev/null +++ b/vlm/dev/gq4xkwQZ1l/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77dcb145bad223eb1ee4dd6f375bbb5aeb4a551a54990fec53d1b90b5c84c4bf +size 1063398 diff --git a/vlm/dev/pOEN7dDC0d/0.png b/vlm/dev/pOEN7dDC0d/0.png new file mode 100644 index 0000000000000000000000000000000000000000..32e5c3cf25874b44287a22db241762bb69c5ba6f --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f39ec7b9f573488e913c9c58f8bee37d2efd9447bfad09f7239eb00acba1a55 +size 461107 diff --git a/vlm/dev/pOEN7dDC0d/1.png b/vlm/dev/pOEN7dDC0d/1.png new file mode 100644 index 0000000000000000000000000000000000000000..94defcc8267723ec8a9b0b5ccc717aa787bf7da2 --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab66efaba93fe8cb9e9e5ea074fb3be5520968ebd749cc2ccd39bdc486f45bb2 +size 590133 diff --git a/vlm/dev/pOEN7dDC0d/10.png b/vlm/dev/pOEN7dDC0d/10.png new file mode 100644 index 0000000000000000000000000000000000000000..47fc77527b02dc0325ddb58c6abfea4dc999737b --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36eb6e913606588547f124ac4b1ee9ed1ee811f0a7438cf08658ac7188d17178 +size 709900 diff --git a/vlm/dev/pOEN7dDC0d/11.png b/vlm/dev/pOEN7dDC0d/11.png new file mode 100644 index 0000000000000000000000000000000000000000..25b91b669b60a9bce9bbdb503293a835bc6cba6b --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a461034fe3aa2131fececcbc189bccce0888ef261ad8402d0ab392187bc0c760 +size 683909 diff --git a/vlm/dev/pOEN7dDC0d/12.png b/vlm/dev/pOEN7dDC0d/12.png new file mode 100644 index 0000000000000000000000000000000000000000..e4d62b37e237a1ebd1bdd145e160f5ae085bf39b --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b571b38ed10fe9d4322f4c5c12537bd33cac4f30572b65017894c4de39268d3 +size 547322 diff --git a/vlm/dev/pOEN7dDC0d/13.png b/vlm/dev/pOEN7dDC0d/13.png new file mode 100644 index 0000000000000000000000000000000000000000..273f9e497256262efdb836aa9a5deaec7e31ab1f --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c30ef157bdac9d5e1f4d1faa25e819b1f8bb9a7a2b3222fd2ceb829adbb01a +size 153789 diff --git a/vlm/dev/pOEN7dDC0d/2.png b/vlm/dev/pOEN7dDC0d/2.png new file mode 100644 index 0000000000000000000000000000000000000000..abaf10a127d42f4e5fc906ff7c33288a44466b4a --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a258b879767cc25c2efda67e3e2ccb61d7a90a68469ba6b87d6e7c9e58bc91 +size 542754 diff --git a/vlm/dev/pOEN7dDC0d/3.png b/vlm/dev/pOEN7dDC0d/3.png new file mode 100644 index 0000000000000000000000000000000000000000..43022f9fce8caeb9265677ab41b4b2dde07ce7ae --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac62777cfc2b10ff77ff14a94679f4084a12f88b815b14d8f048692d4abd5a6e +size 578722 diff --git a/vlm/dev/pOEN7dDC0d/4.png b/vlm/dev/pOEN7dDC0d/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c037c0912b17782ac663c5d70fa94af6b1006e3a --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abe4c7753b30b697dfc8d23d8d0c199c3daedbbfa2ef01dbfe908eb2e1706d2 +size 658258 diff --git a/vlm/dev/pOEN7dDC0d/5.png b/vlm/dev/pOEN7dDC0d/5.png new file mode 100644 index 0000000000000000000000000000000000000000..86be846164590c9aefb49af175938343db69a143 --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7149afdd367342d6a8bf7e614065512705cdd3314f9799111907db764c1b738 +size 533723 diff --git a/vlm/dev/pOEN7dDC0d/6.png b/vlm/dev/pOEN7dDC0d/6.png new file mode 100644 index 0000000000000000000000000000000000000000..edae63ba1d90690927decb3609abc2552308498b --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a741d20937714fd6a394ee74553c06cfce2f103dd69939be1c1f6c17aff095 +size 586427 diff --git a/vlm/dev/pOEN7dDC0d/7.png b/vlm/dev/pOEN7dDC0d/7.png new file mode 100644 index 0000000000000000000000000000000000000000..816b585ba9d5a90d262bdb20fb98b0e0257204f8 --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a531596cb52065776e54ae9b11919ada28117cd977d59acaa17859b26a17fb73 +size 680920 diff --git a/vlm/dev/pOEN7dDC0d/8.png b/vlm/dev/pOEN7dDC0d/8.png new file mode 100644 index 0000000000000000000000000000000000000000..028be8880bb60da7fb6723c40cee2ad4b1ab0250 --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37ea7f8b583a40d79c6c3eff6a46d5df44f5fe8fe9fc54f54a9a5b2c0a12f8b +size 641144 diff --git a/vlm/dev/pOEN7dDC0d/9.png b/vlm/dev/pOEN7dDC0d/9.png new file mode 100644 index 0000000000000000000000000000000000000000..896d9045ae51fceb892e8e041c7d9c13006290a9 --- /dev/null +++ b/vlm/dev/pOEN7dDC0d/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfecc8cf9641492df2f30203ab35957394c70910865218b64fc7ee22ba3d9d3 +size 666704 diff --git a/vlm/dev/puMfaHb1hY/0.png b/vlm/dev/puMfaHb1hY/0.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f11a5e6860a10d6517ce8ed59a9d8b603bbe2d --- /dev/null +++ b/vlm/dev/puMfaHb1hY/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca6930f20a22c0c019f6db40f2fcece744ffabda204d74c02b6d3f1a18aaf54 +size 695113 diff --git a/vlm/dev/puMfaHb1hY/1.png b/vlm/dev/puMfaHb1hY/1.png new file mode 100644 index 0000000000000000000000000000000000000000..4dfc0c50816694b82b30e495b03323679a58480a --- /dev/null +++ b/vlm/dev/puMfaHb1hY/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e50faeadd517c8edeb78d3f48de4ee35a42269274d8380034c3153a7aac660e +size 651727 diff --git a/vlm/dev/puMfaHb1hY/10.png b/vlm/dev/puMfaHb1hY/10.png new file mode 100644 index 0000000000000000000000000000000000000000..0ef0265ecb7849690fa943506fbac97fe62a51fa --- /dev/null +++ b/vlm/dev/puMfaHb1hY/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b94e5d402ece4092ff54e21990812263ac86df9f3f55771ad94a2df5f7024a +size 509401 diff --git a/vlm/dev/puMfaHb1hY/11.png b/vlm/dev/puMfaHb1hY/11.png new file mode 100644 index 0000000000000000000000000000000000000000..129559b2060a7a976cf899a6b3f5220fd77d9105 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f982abce4be2592f5d0fb6bad9c73f08bdd0af7dff2d3b0d4f62bc393325be4 +size 54046 diff --git a/vlm/dev/puMfaHb1hY/2.png b/vlm/dev/puMfaHb1hY/2.png new file mode 100644 index 0000000000000000000000000000000000000000..2baf378d39c479ba897bbe3e44be0c6cb7602913 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac4f4433ed4915691283857d21ee5a4a5c203aceb728085ed3be6ae978d171c +size 597943 diff --git a/vlm/dev/puMfaHb1hY/3.png b/vlm/dev/puMfaHb1hY/3.png new file mode 100644 index 0000000000000000000000000000000000000000..d8fb46bb94950e15af8ab9e83f7373564e1d0c16 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c192910938c7548ef2a1e1c5779e7ab3c63c4fa35bf763e489bf3cd2404b0b7 +size 624474 diff --git a/vlm/dev/puMfaHb1hY/4.png b/vlm/dev/puMfaHb1hY/4.png new file mode 100644 index 0000000000000000000000000000000000000000..c22b993a1b656eaa0d3bb8cfbef12b5b38b94455 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0a5ef9c68b0930b5849cb7ff378c35d3d23a5ccbe262280981c71103ef624a +size 675948 diff --git a/vlm/dev/puMfaHb1hY/5.png b/vlm/dev/puMfaHb1hY/5.png new file mode 100644 index 0000000000000000000000000000000000000000..6abcfca86aedc61d73f6aae8743dfa617e14e25b --- /dev/null +++ b/vlm/dev/puMfaHb1hY/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e0f20c790926a7e66014f9950f5bbbae7a8c71fc8b2b3f40cd51bfe6f571b7 +size 645719 diff --git a/vlm/dev/puMfaHb1hY/6.png b/vlm/dev/puMfaHb1hY/6.png new file mode 100644 index 0000000000000000000000000000000000000000..31285b98b39ea87af8d186b892f981f089997135 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d944b90353350b3cba522e7860b63b9e6a4f42f767edd409b112723bee0a28aa +size 753887 diff --git a/vlm/dev/puMfaHb1hY/7.png b/vlm/dev/puMfaHb1hY/7.png new file mode 100644 index 0000000000000000000000000000000000000000..e33c6d660455d6515241b7584b7df576329c7cdb --- /dev/null +++ b/vlm/dev/puMfaHb1hY/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855aa0d7d80c9c10a06d185369042d9740af2cb4d873aca98ca6d9ff4345a239 +size 749516 diff --git a/vlm/dev/puMfaHb1hY/8.png b/vlm/dev/puMfaHb1hY/8.png new file mode 100644 index 0000000000000000000000000000000000000000..93ae57cfe051a69539e54c906f3cb28d588646ed --- /dev/null +++ b/vlm/dev/puMfaHb1hY/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad88b75fb9e2f416620011716db1f6333197ea8c96538a76214b9b6c99c0bc3 +size 854554 diff --git a/vlm/dev/puMfaHb1hY/9.png b/vlm/dev/puMfaHb1hY/9.png new file mode 100644 index 0000000000000000000000000000000000000000..7000278d9099624384171f10a2a42d231cd01a86 --- /dev/null +++ b/vlm/dev/puMfaHb1hY/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a479a3848b5dd8e54ebbbce4d53a8e8ffa94370aba58a2b7c5ee1c0f7c74d40 +size 853763 diff --git a/vlm/dev/qhu9uX4QlP8/0.png b/vlm/dev/qhu9uX4QlP8/0.png new file mode 100644 index 0000000000000000000000000000000000000000..93c6b7279ee6f4c6fd9926dc9969a813569d6b07 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/0.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f9b5236eab0d113186aad3d254a6477d5f85246e788be4477a3e1a3aecb71 +size 555300 diff --git a/vlm/dev/qhu9uX4QlP8/1.png b/vlm/dev/qhu9uX4QlP8/1.png new file mode 100644 index 0000000000000000000000000000000000000000..ddd85d86b0d676172e7067f174451a279a9ce0d1 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/1.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1bb8522c1d425f5416cd65f6bce982c6306ba66ed884f85c870131d8efe7a0 +size 543585 diff --git a/vlm/dev/qhu9uX4QlP8/10.png b/vlm/dev/qhu9uX4QlP8/10.png new file mode 100644 index 0000000000000000000000000000000000000000..a5bf145610dae42a6b8531792d94b9378c9983a3 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/10.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:077fdf2b04b4f3f2770bc72306d83faa72d268e5019e6c2b2bef2901a4007fb2 +size 585377 diff --git a/vlm/dev/qhu9uX4QlP8/11.png b/vlm/dev/qhu9uX4QlP8/11.png new file mode 100644 index 0000000000000000000000000000000000000000..aaf49c83035b0ffa1e40522c855cf9d9331b9f39 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/11.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7b080abb07bbcc9033c5b93abdedf75f45a58cb99024a4c94056252feb80cf +size 545196 diff --git a/vlm/dev/qhu9uX4QlP8/12.png b/vlm/dev/qhu9uX4QlP8/12.png new file mode 100644 index 0000000000000000000000000000000000000000..2083e7ae6f1904d97c20453d1fa2ec211b85ce4a --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/12.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064d19d7d298c1de0a3dd0285b2ceb39933096abf5b9779c2fbfac53c2fdd3c2 +size 549378 diff --git a/vlm/dev/qhu9uX4QlP8/13.png b/vlm/dev/qhu9uX4QlP8/13.png new file mode 100644 index 0000000000000000000000000000000000000000..09906269e75edd0a9f014a46c02cd8b3bdb2a242 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/13.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a2443461c982617dc152d3432e43521fc3859d3d92cec11f322ff959cde79e7 +size 444136 diff --git a/vlm/dev/qhu9uX4QlP8/14.png b/vlm/dev/qhu9uX4QlP8/14.png new file mode 100644 index 0000000000000000000000000000000000000000..0cc33522b7a944b05a679e3773c82c53055d520e --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/14.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc02ded79750385e6d56d6a26111ebbd04f01ff110b1760308cc0efecda13d0 +size 461142 diff --git a/vlm/dev/qhu9uX4QlP8/15.png b/vlm/dev/qhu9uX4QlP8/15.png new file mode 100644 index 0000000000000000000000000000000000000000..863cc1c60a3fe94a007ba2696a2666adb94fe3fd --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/15.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981b09a866457e804ee9d3d44e12be6407ccb1707205f61096ac152054f1f4e1 +size 338621 diff --git a/vlm/dev/qhu9uX4QlP8/16.png b/vlm/dev/qhu9uX4QlP8/16.png new file mode 100644 index 0000000000000000000000000000000000000000..b6274dee2c26d7a8b004f4cbb3604247712be9c8 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/16.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212de978bb1f19ed2feb24b4750b5c22d999734ae8ca008694efc03535669c60 +size 275925 diff --git a/vlm/dev/qhu9uX4QlP8/17.png b/vlm/dev/qhu9uX4QlP8/17.png new file mode 100644 index 0000000000000000000000000000000000000000..564a7641be143a41a2cde7287a102e7b69ce5d31 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/17.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e277c51c5c6e2daa853efb49918d23a8a0711bbe38c9e9d0df06bd74a49d4e +size 502217 diff --git a/vlm/dev/qhu9uX4QlP8/18.png b/vlm/dev/qhu9uX4QlP8/18.png new file mode 100644 index 0000000000000000000000000000000000000000..034b33ad210a7acfd356d97b8a183ba1834975ef --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/18.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737df41cc6e1b0a9f934122f41cbe0ccdbb645e2a132ecea594efc4b84db4499 +size 164718 diff --git a/vlm/dev/qhu9uX4QlP8/19.png b/vlm/dev/qhu9uX4QlP8/19.png new file mode 100644 index 0000000000000000000000000000000000000000..f7f8dc483173454535cce977fd162dd297088dab --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/19.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9632ab6f742741f15de1615b0f1e41d5ba73572f0f49300c084f765daf22ad +size 4000553 diff --git a/vlm/dev/qhu9uX4QlP8/2.png b/vlm/dev/qhu9uX4QlP8/2.png new file mode 100644 index 0000000000000000000000000000000000000000..9859db0a556c0b52330761033602b90af50228ad --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/2.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6cbfa3c2e4486790921a752e2a4656898b29b6c685f9825eb641efa850e3254 +size 556048 diff --git a/vlm/dev/qhu9uX4QlP8/20.png b/vlm/dev/qhu9uX4QlP8/20.png new file mode 100644 index 0000000000000000000000000000000000000000..dc6092d0af0b67c0f3fea04788987fe42fd2f442 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/20.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce75ac8092499d608a4ed273324a78ad371e930e1ef91bb2076ccd832fb4599 +size 4011614 diff --git a/vlm/dev/qhu9uX4QlP8/21.png b/vlm/dev/qhu9uX4QlP8/21.png new file mode 100644 index 0000000000000000000000000000000000000000..1271acaf9f46d22ac5fbba226ef83fa1f0353c4b --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/21.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b17890dfa756e298cbbb85b730e8852730eeaeb92495196e801735f7d1f16f +size 4003494 diff --git a/vlm/dev/qhu9uX4QlP8/3.png b/vlm/dev/qhu9uX4QlP8/3.png new file mode 100644 index 0000000000000000000000000000000000000000..557310ed603b74b6fb09e11d32d7c72e07544dd6 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/3.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2115b601df7667fbc029e5d339d009dfeae7860495764dc83dad493bd7eac495 +size 500923 diff --git a/vlm/dev/qhu9uX4QlP8/4.png b/vlm/dev/qhu9uX4QlP8/4.png new file mode 100644 index 0000000000000000000000000000000000000000..f61fd6433e1ccb77538973535d23a2bcb2d7ecd6 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/4.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f1c59b6827162227ffde63079873b81e659811962a2214535c147f69bd2ac2 +size 581532 diff --git a/vlm/dev/qhu9uX4QlP8/5.png b/vlm/dev/qhu9uX4QlP8/5.png new file mode 100644 index 0000000000000000000000000000000000000000..3039626d32cf744eaabbd260d05f6a0db770b53b --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/5.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d94acb490a196bb07a15bdb5abe5155f2806d0a75508443f39c9712bace9a6f +size 520605 diff --git a/vlm/dev/qhu9uX4QlP8/6.png b/vlm/dev/qhu9uX4QlP8/6.png new file mode 100644 index 0000000000000000000000000000000000000000..0c313e1fb6086baf367c8e294de5477e685e61d8 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/6.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d8e490b48c39a5dfdd291925ceaa2653b004ad455713ae5ee585da822d2e0b +size 833366 diff --git a/vlm/dev/qhu9uX4QlP8/7.png b/vlm/dev/qhu9uX4QlP8/7.png new file mode 100644 index 0000000000000000000000000000000000000000..665d5a138b469cad43fab323fe6b702d7f81ead7 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/7.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5d8698d80093210505ec22e0509f297c74a6e64cdc18ad9a5cfff1cb8628ad +size 1608273 diff --git a/vlm/dev/qhu9uX4QlP8/8.png b/vlm/dev/qhu9uX4QlP8/8.png new file mode 100644 index 0000000000000000000000000000000000000000..2f96f7bfd36dc355fff42fd57b294e32d493a1e0 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/8.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc36be1dc6f90cad291f5270ca290eed032a6fa59a2d459b29da8d29d18543e9 +size 581614 diff --git a/vlm/dev/qhu9uX4QlP8/9.png b/vlm/dev/qhu9uX4QlP8/9.png new file mode 100644 index 0000000000000000000000000000000000000000..470f861727d77a8f43125d70e6dc0502e2ddf825 --- /dev/null +++ b/vlm/dev/qhu9uX4QlP8/9.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b7aedd1eca71ff16cd2522fb056fa290c097165657dc99b048fa9f1ee10a38 +size 512961